.menu-button {
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 36px;
    width: 36px;
    height: 30px
}

.menu-button span {
    background-color: black;
    height: 20%;
    position: absolute;
    right: 0;
    left: 0
}

.menu-button span:first-child {
    -webkit-clip-path: polygon(0 20%, 98% 10%, 90% 100%, 6% 98%);
    clip-path: polygon(0 20%, 98% 10%, 90% 100%, 6% 98%)
}

.menu-button span:nth-child(2) {
    -webkit-clip-path: polygon(0 15%, 92% 2%, 98% 98%, 3% 90%);
    clip-path: polygon(0 15%, 92% 2%, 98% 98%, 3% 90%)
}

.menu-button span:last-child {
    -webkit-clip-path: polygon(0 0, 96% 10%, 90% 96%, 10% 98%);
    clip-path: polygon(0 0, 96% 10%, 90% 96%, 10% 98%)
}

.menu-close-button {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 24px;
    height: 24px
}

.menu-close-button span {
    background: #fff;
    top: 5px;
    right: 10px
}

.menu-close-button span:first-child {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 20% 98%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 20% 98%)
}

.menu-close-button span:last-child {
    -webkit-clip-path: polygon(0 10%, 100% 4%, 90% 95%, 10% 90%);
    clip-path: polygon(0 10%, 100% 4%, 90% 95%, 10% 90%)
}

.menu {
    background-color: #231e5d;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 0;
    height: 100%;
    z-index: 1000
}

.menu-list {
    margin-left: 10%;
    font-size: 20px
}

.menu-list>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    padding: .7em;
    text-decoration: none
}

.menu-list>*>span {
    color: #fff;
    font-weight: 700;
    margin-left: 10px
}

.menu-list a, .menu-list small {
    color: #fff
}

.menu-list small {
    font-size: 12px;
    padding: .7em
}

@media (min-width:917px) {
    #menu[data-v-25ba5223] {
        display: none
    }
}

.navbar[data-v-64e044ca] {
    position: relative
}

.main-navbar[data-v-64e044ca] {
    display: none
}

@media (min-width:917px) {
    .main-navbar[data-v-64e044ca] {
        display: block
    }
}

.app-nav__link[data-v-64e044ca] {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.app-nav__link[data-v-64e044ca]:hover {
    opacity: .8
}

.app-nav__link[data-v-64e044ca]:not(:last-child) {
    margin-right: 35px
}

.contact-details[data-v-64e044ca] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.contact-details svg path[data-v-64e044ca] {
    -webkit-transition: fill .3s linear;
    transition: fill .3s linear
}

.contact-details svg:hover path[data-v-64e044ca] {
    fill: #231e5d
}

.app-header[data-v-438f353d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 30px
}

@media (min-width:700px) {
    .app-header[data-v-438f353d] {
        padding-top: 60px;
        margin-bottom: 130px
    }
}

.app-logo[data-v-438f353d] {
    display: inline-block
}

.app-logo img[data-v-438f353d] {
    width: 140px
}

@media (min-width:700px) {
    .app-logo img[data-v-438f353d] {
        width: auto
    }
}

.hero[data-v-511deca2] {
    padding-bottom: 280px;
    position: relative;
    text-align: center
}

@media (min-width:1024px) {
    .hero[data-v-511deca2] {
        padding-bottom: 300px;
        text-align: left
    }
}

.hero__img[data-v-511deca2] {
    margin: 0 auto;
    max-width: 100%;
    width: 350px;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0
}

@media (min-width:1024px) {
    .hero__img[data-v-511deca2] {
        right: -120px;
        bottom: -30px;
        left: auto;
        width: auto;
        z-index: 2
    }
}

.hero p[data-v-511deca2] {
    margin-bottom: 40px
}

.hero .button[data-v-511deca2] {
    margin-bottom: 15px
}

.hero .button[data-v-511deca2]:first-of-type {
    margin-right: 5px
}

.hero .button[data-v-511deca2]:last-of-type {
    margin-left: 5px
}

@media (min-width:1024px) {
    .hero .button[data-v-511deca2] {
        margin-bottom: 0
    }

    .hero .button[data-v-511deca2]:first-of-type {
        margin-right: 15px
    }

    .hero .button[data-v-511deca2]:last-of-type {
        margin-left: 15px
    }
}

.about-info[data-v-e545136e] {
    text-align: center
}

@media (min-width:700px) {
    .about-info[data-v-e545136e] {
        display: grid;
        grid-gap: 70px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.about-col[data-v-e545136e] {
    margin-top: 30px
}

.about-col__img[data-v-e545136e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 102px
}

@media (min-width:700px) {
    .clients[data-v-e545136e] {
        display: grid;
        grid-gap: 50px
    }
}

.clients-col[data-v-e545136e]:first-child {
    grid-column: 1/2;
    grid-row: 1
}

.clients-img[data-v-e545136e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

@media (min-width:700px) {
    .clients-img[data-v-e545136e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        grid-column: 2;
        grid-row: 1/2;
        margin-top: 0
    }
}

.candidates[data-v-e545136e] {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px
}

@media (min-width:540px) {
    .candidates[data-v-e545136e] {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:700px) {
    .candidates[data-v-e545136e] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:917px) {
    .candidates[data-v-e545136e] {
        grid-template-columns: repeat(4, 1fr)
    }
}

.candidate[data-v-e545136e] {
    margin: 0;
    position: relative;
    text-align: center
}

@media (min-width:917px) {
    /* .candidate[data-v-e545136e]:nth-child(2n) {
        //top: 30px
    } */
}

.candidate figcaption[data-v-e545136e] {
    line-height: 1.4
}

.candidate img[data-v-e545136e] {
    margin-bottom: 15px
}

@media (min-width:700px) {
    .insurance-list[data-v-e545136e] {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(4, 1fr)
    }
}

.insurance-type[data-v-e545136e] {
    padding-top: 15px;
    text-align: center
}

.insurance-type[data-v-e545136e]:not(:last-of-type) {
    margin-bottom: 40px
}

@media (min-width:700px) {
    .insurance-type[data-v-e545136e]:not(:last-of-type) {
        margin-bottom: 0
    }
}

.insurance-type[data-v-e545136e]:first-child {
    background: url(../img/triangle.016da945.svg) no-repeat center -1px
}

.insurance-type[data-v-e545136e]:nth-child(2) {
    background: url(../img/circle.ea95195e.svg) no-repeat center 0
}

.insurance-type[data-v-e545136e]:nth-child(3) {
    background: url(../img/square.c81000ec.svg) no-repeat center 0
}

.insurance-type[data-v-e545136e]:last-child {
    background: url(../img/circle.ea95195e.svg) no-repeat center 0
}

.insurance-type span[data-v-e545136e] {
    display: block;
    font-family: Stratos, sans-serif;
    font-size: 64px;
    margin-bottom: 20px
}

.insurance-type p[data-v-e545136e] {
    margin-bottom: 0
}

.team[data-v-e545136e] {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:700px) {
    .team[data-v-e545136e] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:917px) {
    .team[data-v-e545136e] {
        grid-template-columns: repeat(5, 1fr)
    }
}

.team-member[data-v-e545136e] {
    margin: 0;
    text-align: center
}

.team-member img[data-v-e545136e] {
    margin-bottom: 20px;
    max-width: 100%
}

.team-member figcaption[data-v-e545136e] {
    font-size: 18px;
    font-weight: 600
}

.team-member figcaption span[data-v-e545136e] {
    display: block;
    font-weight: 400;
    margin-top: 4px
}

.hero[data-v-f311992a] {
    padding-bottom: 150px
}

@media (min-width:1024px) {
    .hero[data-v-f311992a] {
        text-align: center
    }
}

.filter[data-v-f311992a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 615px;
    padding: 30px;
    position: relative
}

.filter[data-v-f311992a]:after {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 99% 1%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 99% 1%, 100% 100%, 0 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (min-width:700px) {
    .filter[data-v-f311992a] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.filter__search[data-v-f311992a] {
    display: none;
    margin-right: 10px;
    vertical-align: sub
}

@media (min-width:700px) {
    .filter__search[data-v-f311992a] {
        display: initial
    }
}

.filter__selector[data-v-f311992a] {
    border: 1px solid #ff5b00;
    display: inline-block;
    font-weight: 600;
    margin: 5px;
    padding: 14px 30px 10px 18px;
    position: relative
}

.filter__selector__close[data-v-f311992a] {
    position: absolute;
    top: 18px;
    right: 12px
}

.filter .button[data-v-f311992a] {
    display: none;
    margin: 5px;
    padding: 14px 30px 8px 30px
}

@media (min-width:700px) {
    .filter .button[data-v-f311992a] {
        display: initial
    }
}

.filter-list[data-v-f311992a] {
    background-color: #fff;
    display: none;
    margin-top: 3px;
    margin-bottom: 70px;
    padding: 14px 25px
}

.filter-list ul[data-v-f311992a] {
    list-style: none;
    margin: 0;
    padding: 0
}

.filter-list li[data-v-f311992a] {
    display: inline-block;
    font-size: 16px
}

.filter-list li[data-v-f311992a]:not(:last-of-type) {
    margin-right: 20px
}

.filter-list select[data-v-f311992a] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/chevron-icon.10f821a9.svg) no-repeat 100%;
    background-color: #fff;
    border: none;
    color: #231e5d;
    font: inherit;
    font-weight: 600;
    padding-right: 2px
}

.job-ad[data-v-f311992a] {
    padding: 40px;
    position: relative
}

.job-ad[data-v-f311992a]:after {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 1%, 99% 99%, 1% 100%);
    clip-path: polygon(0 0, 100% 1%, 99% 99%, 1% 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.job-ad[data-v-f311992a]:not(:last-of-type) {
    margin-bottom: 30px
}

.job-ad h2[data-v-f311992a] {
    font-family: Stratos, sans-serif;
    font-size: 26px;
    margin-bottom: 10px
}

.job-ad p[data-v-f311992a] {
    font-size: 14px;
    margin-bottom: 30px
}

.job-ad__header[data-v-f311992a] {
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .job-ad__header[data-v-f311992a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.job-ad__footer[data-v-f311992a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.job-ad__salary[data-v-f311992a] {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px
}

@media (min-width:1024px) {
    .job-ad__salary[data-v-f311992a] {
        margin-top: 0
    }
}

.job-ad__date[data-v-f311992a] {
    color: #b0b0b0;
    font-size: 14px
}

.job-ad__link[data-v-f311992a] {
    color: inherit;
    font-weight: 600;
    text-decoration: none
}

.job-ad__link[data-v-f311992a]:hover {
    text-decoration: underline
}

.modal-backdrop[data-v-2f426968] {
    background-color: rgba(0, 0, 0, .5);
    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;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.modal[data-v-2f426968] {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 100%;
    width: 1066px;
    padding: 25px;
    position: relative;
    overflow: hidden
}

@media (min-width:830px) {
    .modal[data-v-2f426968] {
        padding: 60px
    }
}

.modal__success[data-v-2f426968] {
    display: none;
    margin: 0 auto 60px;
    max-width: 600px;
    padding: 8px 34px 4px;
    position: relative;
    text-align: center
}

.modal__success[data-v-2f426968]:after {
    background-color: #57c1b5;
    -webkit-clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    width: 100%;
    height: 100%;
    z-index: 1
}

.modal__success p[data-v-2f426968] {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 2
}

.modal__img[data-v-2f426968] {
    display: none
}

@media (min-width:830px) {
    .modal__img[data-v-2f426968] {
        display: block;
        position: absolute;
        right: 100px;
        bottom: -40px
    }
}

@media (max-width:830px) {
    .modal p[data-v-2f426968] {
        font-size: 16px
    }
}

.modal-footer[data-v-2f426968], .modal-header[data-v-2f426968] {
    padding: 15px
}

.modal-header h2[data-v-2f426968] {
    margin-bottom: 20px
}

@media (max-width:830px) {
    .modal-header h2[data-v-2f426968] {
        font-size: 36px
    }
}

.modal-body[data-v-2f426968] {
    position: relative;
    padding: 20px 10px
}

.modal-body input[data-v-2f426968] {
    background-color: #f8f8f8;
    border: none;
    display: block;
    font: inherit;
    margin-bottom: 20px;
    max-width: 100%;
    width: 340px;
    padding: 16px 14px 12px
}

.modal-body[data-v-2f426968] ::-webkit-input-placeholder {
    color: #231e5d
}

.modal-body[data-v-2f426968] ::-moz-placeholder {
    color: #231e5d;
    opacity: 1
}

.modal-body[data-v-2f426968] :-ms-input-placeholder {
    color: #231e5d
}

.modal-body[data-v-2f426968] :-moz-placeholder {
    color: #231e5d
}

.modal-footer .button[data-v-2f426968]:first-of-type {
    margin-right: 10px
}

.modal-footer .button[data-v-2f426968]:last-of-type {
    margin-left: 10px
}

@media (max-width:830px) {
    .modal-footer .button[data-v-2f426968]:first-of-type {
        margin-right: 5px
    }

    .modal-footer .button[data-v-2f426968]:last-of-type {
        margin-left: 5px
    }
}

.btn-close[data-v-2f426968] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:830px) {
    .btn-close[data-v-2f426968] {
        top: 30px;
        right: 30px
    }
}

@media (max-width:830px) {
    .btn-close img[data-v-2f426968] {
        width: 14px
    }
}

.hero[data-v-30000335] {
    padding-bottom: 150px
}

@media (min-width:1024px) {
    .hero[data-v-30000335] {
        text-align: center
    }
}

.section__block[data-v-30000335]:not(:first-of-type) {
    margin-top: 70px
}

.section__block h2[data-v-30000335] {
    font-family: Stratos, sans-serif;
    font-size: 26px
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0
}

img {
    vertical-align: middle
}

body {
    font-family: Stratos, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000
}

h1, h2, h3, h4, h5, h6 {
    font-family: Stratos, sans-serif;
    margin-top: 0;
    margin-bottom: 30px
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 64px
}

p, ul {
    font-size: 18px;
    line-height: 1.8
}

p:last-of-type, ul:last-of-type {
    margin-bottom: 0
}

.bg {
    position: relative
}

.bg__img {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1
}

@media (min-width:1441px) {
    .bg__img {
        display: none
    }
}

.bg__img--top {
    top: -30px
}

.bg__img--bottom {
    bottom: -20px
}

.bg-grey {
    background-color: #f2f2f2
}

.bg-blue {
    background-color: black;
    color: #fff
}

.bg-orange {
    background-color: #FECE3D;
    color: black;
}

.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.contact-details__tel {
    background: url(../img/phone-icon.9da30596.svg) no-repeat left 1px;
    color: inherit;
    margin-right: 28px;
    padding-left: 20px;
    text-decoration: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.contact-details__tel:hover {
    opacity: .8
}

.contact-details__social:not(:last-child) {
    margin-right: 10px
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative
}

.container--small {
    max-width: 615px
}

.section {
    padding: 120px 0;
    position: relative;
    z-index: 2
}

.section__title {
    display: inline-block;
    margin-bottom: 30px;
    text-align: right
}

.section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5, .section__title h6 {
    margin-bottom: 8px
}

.section__title svg {
    float: right
}

.section__shape {
    position: absolute
}

.section--wavy__shape {
    display: none
}

@media (min-width:700px) {
    .section--wavy__shape {
        display: block;
        top: -40px;
        left: -20px
    }
}

.section--candidates__shape {
    top: -35px;
    right: 0
}

.section--candidates p {
    margin: 0 0 70px
}

.section--insurance p {
    margin: 0 0 50px
}

.section--team__title {
    margin-bottom: 60px
}

.section--team .button {
    margin-top: 100px
}

.section--contact {
    text-align: center
}

.section--contact__shape {
    top: -25px;
    right: 0
}

.section--contact p {
    margin: 0 auto;
    max-width: 940px
}

.section--contact .button {
    margin-top: 50px;
    margin-bottom: 15px
}

@media (min-width:1024px) {
    .section--contact .button {
        margin-bottom: 0
    }

    .section--contact .button:first-of-type {
        margin-right: 15px
    }

    .section--contact .button:last-of-type {
        margin-left: 15px
    }
}

.section .button {
    margin-top: 80px
}

.button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width:917px) {
    .button {
        font-size: 20px;
        padding: 20px 30px 10px 30px
    }
}

.button:after {
    background-color: #FECE3D;
    -webkit-clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
    clip-path: polygon(0 0, 100% 2%, 98% 98%, 2% 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    width: 100%;
    height: 100%
}

.button span {
    position: relative;
    z-index: 1
}

.button img {
    position: absolute;
    top: -10px;
    right: -4px;
    width: 20px;
    z-index: 1
}

@media (min-width:917px) {
    .button img {
        right: -12px;
        width: auto
    }
}

.button--bg-blue:hover:after {
    background-color: #eb5400
}

.button--blue:after {
    background-color: black
}

.button--blue:hover:after {
    background-color: black
}

.button--grey:after {
    background-color: #6d6d6d;
    color: white;
}

.button--green:after {
    background-color: black
}

.list {
    list-style: none;
    margin: 50px 0;
    padding: 0
}

@media (min-width:700px) {
    .list--split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .list--split>div:first-child {
        padding-right: 30px
    }
}

.list__item {
    background: url(../img/list-item-icon.9b5f1a16.svg) no-repeat left top 2px;
    padding-left: 40px
}

.list__item:not(:last-of-type) {
    margin-bottom: 8px
}

.text-center {
    text-align: center
}

@font-face {
    font-family: Stratos;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Stratos-Regular.2352bd96.otf) format("opentype")
}

@font-face {
    font-family: Stratos;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Stratos-SemiBold-Regular.9a92e4fa.otf) format("opentype")
}

@font-face {
    font-family: Stratos, sans-serif;
    font-style: normal;
    src: url(../fonts/Childish-Reverie.26160fcc.ttf) format("truetype")
}
