<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Open Sans", sans-serif;
    -ms-flex-wrap: 400;
    flex-wrap: 400;
    color: #1E202A;
    font-size: 24px;
    background: #F6F7FA;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.h1 {
    font-size: 72px;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.black {
    color: #1E202A;
}

.bold {
    font-weight: 700;
}

.h2 {
    font-size: 64px;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.black.bold {
    color: #1E202A;
    font-weight: 700;
}

.container-fluid {
    width: 1120px;
    max-width: 92vw;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid--s {
    width: 960px;
    max-width: 92vw;
    padding-left: 0;
    padding-right: 0;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.button {
    background: #18CCF5;
    color: #1E202A;
    width: 552px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    margin: 0 auto;
    max-width: 100%;
    border: none;
}

.button:focus {
    outline: none;
}

.button--left {
    margin-left: 0;
}

.button:hover {
    color: #1E202A;
    background: #F5AA11;
}

.sub-title {
    font-size: 36px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.slider-like__item .sub-title {
    height: 72px;
}

.purple {
    color: #7529B3;
}

.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.wrapper {
    width: 768px;
    max-width: 100%;
}

.wrapper--l {
    width: 810px;
    max-width: 100%;
}

.img-horizontal {
    width: 592px;
    height: 396px;
}

.button--transparent {
    color: #fff;
    background: transparent;
    border: 8px solid #18CCF5;
}

.button--transparent:hover {
    color: #fff;
}

.white {
    color: #fff;
}

.black {
    font-weight: 900;
}

.wrapper--s {
    width: 640px;
    max-width: 100%;
}

.photo1 {
    width: 396px;
    height: 592px;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding-top: 48px;
}

.header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-btn {
    width: 83px;
    height: 83px;
    background: #18CCF5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 900;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
}

.logo img {
    width: 128px;
    max-height: 128px;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 80px;
}

.header__register .button {
    margin-top: 0;
    color: #1E202A;
    width: 330px;
    margin-right: 40px;
}

.header__register .button:hover {
    color: #1E202A;
}

.header__likes {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #18CCF5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}

.header__likes img {
    margin-top: 3px;
}

.wl-amount {
    position: absolute;
    color: #fff;
}

.aqua {
    color: #18CCF5;
}

.line {
    width: 100%;
    height: 8px;
    background: #7529B3;
    border-radius: 10px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.modal__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #18CCF5;
    top: 0;
    left: 0;
    padding-top: 48px;
    padding-bottom: 66px;
    display: none;
    overflow-y: scroll;
}

.modal__menu .container-fluid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu__social a {
    text-decoration: none;
    display: block;
    margin-right: 24px;
}

.menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu__close {
    cursor: pointer;
}

.menu__link {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    color: #1E202A;
    display: block;
    width: 719px;
    max-width: 100%;
    cursor: pointer;
}

.menu__link.active,
.menu__link:hover {
    color: rgba(30, 32, 42, 0.4);
}

.site-link {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    color: #fff;
    padding: 8px 0;
    display: block;
    width: 719px;
    max-width: 100%;
}

.site-link:hover {
    color: #fff;
}

.sub-menu__item {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1E202A;
    margin-bottom: 8px;
}

.sub-menu__item:hover {
    color: rgba(30, 32, 42, 0.4);
}

.menu li {
    border-bottom: 3px solid #1E202A;
    padding: 8px 0;
}

.sub-menu {
    display: none;
}

.contact-section {
    background: #1E202A;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 80px;
}

.contact-section .img-horizontal {
    margin-top: -198px;
}

.contact-section .container-fluid--s {
    margin-top: 120px;
}

.contact-section .sub-title {
    margin-bottom: 60px;
}

.contact-section .input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #F6F7FA;
    outline: none;
    caret-color: #18CCF5;
    color: #fff;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.contact-section .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #7529B3 !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.contact-section .input::placecholder {
    color: #979CAE;
}

.contact-section .label {
    font-size: 14px;
    color: #979CAE;
    font-size: 24px;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: -3px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.contact-section .input:focus ~ .label,
.contact-section .input:not(:focus):valid ~ .label {
    top: -20px;
    bottom: 10px;
    left: 0px;
    font-size: 14px;
    color: #F6F7FA;
}

.contact-section .form-row {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.check-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-box-row label {
    margin-bottom: 0;
}

.check-box-row input {
    display: none;
}

.contact-section__title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    margin-bottom: 80px;
}

.checkbox-text-label {
    font-style: italic;
    margin-left: 17px;
}

.checkbox-label {
    width: 59px;
    height: 59px;
    border: 3px solid #18CCF5;
    border-radius: 50%;
    cursor: pointer;
}

.checkbox:checked ~ .checkbox-label {
    background: #18CCF5;
    background-image: url("../img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.upload-cv {
    display: none;
}

.upload-cv__row {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.upload-cv__row .button {
    margin-left: 0;
    background: transparent;
    border: 8px solid #18CCF5;
    cursor: pointer;
    margin-top: 0;
}

.upload-cv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.close-file {
    margin-left: 40px;
    cursor: pointer;
}

.form-row .button {
    margin-left: 0;
}

.error {
    font-size: 12px;
    font-style: italic;
    margin-top: 8px;
}

.button-cv.active {
    background: #18CCF5;
}

.button-cv.active span {
    display: none;
}

.upload-cv__row {
    margin-top: 70px;
}

.contact-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.button-submit {
    margin-top: 80px;
}

.likes-section .h1 {
    line-height: 0.4;
}

.likes-section .button {
    margin-left: 0;
}

.likes-footer {
    padding-top: 40px;
}

.likes-section__content {
    background: #7529B3;
    padding-top: 80px;
    padding-bottom: 120px;
}

.likes-item {
    width: 100%;
    background-color: #F6F7FA;
    background-image: url("../img/likes-item.svg");
    background-size: 101%;
    background-position: center bottom -2px;
    background-repeat: no-repeat;
    border-radius: 5px;
    min-height: 273px;
    margin-bottom: 40px;
    padding: 24px;
}

.likes-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.likes-item__header-title,
.likes-item__header-title a{
    color: #7529B3;
}

.likes-item__footer {
    color: #fff;
}

.likes-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.likes-item__footer-content {
    width: 634px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.likes-item__col {
    width: 273px;
    max-width: 100%;
}

.likes-item__footer {
    margin-top: 50px;
}

.likes-item__footer-link {
    font-family: "Rubik", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #18CCF5;
    white-space: nowrap;
    text-decoration: underline;
    font-size: 24px;
}

.likes-item__footer-link:hover {
    color: #F5AA11;
}

.likes-section .button:hover {
    color: #1E202A;
}

.likes-section--padding .likes-section__content {
    padding-bottom: 324px;
}

.likes-section--padding .h1 {
    line-height: 1;
    margin-bottom: -12px;
}

.inform {
    margin-top: 197px;
    background-color: #1E202A;
    color: #fff;
    padding-bottom: 120px;
    background-image: url("../img/two-circle.svg");
    background-repeat: no-repeat;
    background-position: top 101px right -40px;
}

.inform .h1 {
    width: 768px;
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 24px;
}

.inform .button {
    margin-top: 90px;
    color: #fff;
}

.inform__photo {
    margin-top: -200px;
    height: 396px;
    width: 592px;
}

.inform--nomargin {
    margin-top: 0;
}

.footer {
    padding-top: 64px;
    padding-bottom: 48px;
}

.footer .container-fluid {
    position: relative;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 38px;
}

.footer__social a {
    margin-right: 39px;
}

.footer__link {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1E202A;
    text-decoration: underline;
}

.footer__link:hover {
    text-decoration: underline;
    color: #1E202A;
}

.footer__copy {
    margin-top: 40px;
}

.footer__bottom {
    margin-top: 56px;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__links a {
    text-transform: uppercase;
    color: #1E202A;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 3px solid #1E202A;
    line-height: 1;
}

.footer__links a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer__links a:hover {
    color: #1E202A;
}

.footer__btn {
    position: absolute;
    top: 0;
    right: 0;
}

.likes-item__col-item {
    margin-bottom: 8px;
}

.filter-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.photo {
    width: 444px;
    height: 664px;
}

.contact-section .form-row--last {
    margin-bottom: 0;
}

.tagList {
    list-style: none;
    padding-left: 0;
}

.vocature-empty {
    display: none;
}

.vocature-empty.active {
    display: block;
}

.vacature-val-num.active {
    display: none;
}

.zoek {
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width: 992px) {
    .h1 {
        font-size: 60px;
    }
    .likes-section .h1 {
        line-height: 1;
        margin-bottom: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    .footer__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__links a {
        white-space: nowrap;
        display: block;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .h1 {
        font-size: 9.2vw;
    }
    body {
        font-size: 4.267vw;
    }
    .button {
        height: 14.400vw;
        font-size: 6.400vw;
        margin-top: 10.667vw;
    }
    .upload-cv__row .button {
        width: 67.467vw;
    }
    .upload-cv__row .button {
        border: 1.333vw solid #18CCF5;
    }
    .upload-cv__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .checkbox-label {
        min-width: 59px;
    }
    .checkbox-text-label {
        font-size: 3.200vw;
    }
    .checkbox-text-label {
        margin-left: 4.533vw;
    }
    .contact-section .label {
        font-size: 4.267vw;
        top: -1vw;
    }
    .contact-section .contact-section__title {
        font-size: 6.400vw;
        margin-bottom: 6.400vw;
    }
    .contact-section {
        padding-bottom: 10.667vw;
    }
    .contact-section .form-row {
        margin-bottom: 10vw;
    }
    .header {
        padding-top: 8px;
    }
    .menu-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    .menu__link,
    .site-link {
        font-size: 24px;
    }
    .modal__menu {
        padding-top: 8px;
        padding-bottom: 50px;
    }
    .menu__logo img {
        max-width: 109px;
    }
    .menu__close img {
        max-width: 26px;
    }
    .logo img {
        max-width: 29.067vw;
        max-height: 29.067vw;
    }
    .header__register .button {
        font-size: 4.267vw;
        width: 36.533vw;
        height: 12.800vw;
        margin-right: 4.267vw;
    }
    .header__likes {
        margin-right: 0;
        width: 12.800vw;
        height: 12.800vw;
    }
    .header__likes img {
        width: 7.333vw;
    }
    .contact-section .input:focus ~ .label,
    .contact-section .input:not(:focus):valid ~ .label {
        top: -5vw;
        bottom: 10px;
        left: 0px;
        font-size: 2.400vw;
        color: #F6F7FA;
        font-weight: 700;
    }
    .sub-menu__item {
        font-size: 4.800vw;
        margin-bottom: 2.133vw;
    }
    .sub-title {
        font-size: 6.400vw;
        line-height: 1;
        margin-bottom: 2.133vw;
    }
    .h1 {
        margin-bottom: 4.267vw;
    }
    .likes-item {
        min-height: 73.333vw;
    }
    .likes-item__footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .likes-item {
        background-image: url("../img/likes-item-mobile.svg");
        border-radius: 1.333vw;
        background-position: center bottom -1vw;
    }
    .likes-item__footer {
        margin-top: 10.667vw;
    }
    .likes-item__header {
        margin-bottom: 3.400vw;
    }
    .likes-item {
        padding: 6.400vw;
    }
    .likes-item__col {
        width: auto;
    }
    .likes-item__header img {
        width: 7.200vw;
    }
    .likes-section .button {
        width: 100%;
    }
    .likes-section .h1 {
        line-height: 1;
        margin-bottom: 0;
        -webkit-transform: translateY(1.5vw);
        -ms-transform: translateY(1.5vw);
        transform: translateY(1.5vw);
    }
    .likes-item__col-item {
        margin-bottom: 1vw;
    }
    .likes-section__content {
        padding-top: 8.800vw;
        padding-bottom: 21.333vw;
    }
    .likes-item {
        margin-bottom: 10.667vw;
    }
    .likes-footer {
        padding-top: 0;
    }
    .section {
        padding-top: 21.333vw;
        padding-bottom: 21.333vw;
    }
    .inform__photo {
        width: 68.267vw;
        height: 45.333vw;
        margin-top: -22.400vw;
    }
    .inform {
        background-size: 22.667vw;
        background-position: top 12vw right -5.067vw;
        padding-bottom: 21.333vw;
        margin-top: 14.400vw;
    }
    .inform .h1 {
        margin-top: 21.333vw;
    }
    .inform .h1 {
        margin-bottom: 4.267vw;
    }
    .inform .button {
        margin-top: 10.667vw;
    }
    .footer__btn img {
        width: 16.800vw;
    }
    .footer__social img {
        max-height: 9.600vw;
    }
    .footer__social a {
        margin-right: 6.400vw;
    }
    .footer {
        padding-top: 6.400vw;
        padding-bottom: 6.400vw;
    }
    .footer__social {
        padding-top: 3.467vw;
    }
    .footer__social {
        margin-bottom: 9.600vw;
    }
    .footer__link {
        margin-bottom: 0;
    }
    .footer__bottom {
        margin-top: 12.267vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__copy {
        margin-top: 0;
        margin-bottom: 2.133vw;
    }
    .footer__copy svg {
        width: 4.267vw;
    }
    .footer__links a {
        text-transform: none;
        margin-right: 1.067vw;
        padding-right: 1.067vw;
        margin-bottom: 2.133vw;
    }
    .header__left {
        right: 6.400vw;
        top: 5.867vw;
    }
    .header {
        padding-top: 2.3vw;
    }
    .img-horizontal {
        width: 76.267vw;
        height: 45.333vw;
    }
    .contact-section .img-horizontal {
        margin-top: -22.667vw;
    }
    .contact-section .container-fluid--s {
        margin-top: 17.067vw;
    }
    .contact-section .sub-title {
        margin-bottom: 6.400vw;
    }
    .contact-section .input.input-last {
        height: 15vw;
    }
    .button--transparent {
        border: 1.333vw solid #18CCF5;
    }
    .upload-cv__row {
        margin-top: 8.533vw;
    }
    .photo {
        width: 71.200vw;
        height: 106.667vw;
    }
    .line {
        height: 0.800vw;
    }
    .contact-section .form-row--last {
        margin-bottom: 0;
    }
    .photo1 {
        width: 71.200vw;
        height: 106.667vw;
    }
}
</pre></body></html>