@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);

.about-services {
    padding-top: 48px;
    padding-bottom: 40px;
    background-color: #2c2e8d;
    overflow: hidden
}

@media (max-width:768px) {
    .about-services {
        padding-top: 120px
    }
}

.about-services__heading {
    color: #fff;
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .about-services__heading {
        margin-bottom: 30px
    }
}

.about-services__heading h3 {
    font-size: 36px
}

@media (max-width:1024px) {
    .about-services__heading h3 {
        font-size: 28px
    }
}

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

@media (max-width:768px) {
    .about-services__wrapper {
        display: block
    }
}

.about-services__image {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin-right: 50px;
    font-size: 0
}

@media (max-width:1024px) {
    .about-services__image {
        width: 50%;
        margin-right: 30px
    }
}

@media (max-width:768px) {
    .about-services__image {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 20px
    }
}

.about-services__image-content {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 70px 0
}

.about-services__image-desc {
    font-family: GothamBold, sans-serif;
    font-size: 20px;
    letter-spacing: 3px
}

.about-services__image-title {
    font-family: GothamBold, sans-serif;
    font-weight: 700;
    font-size: 85px
}

.about-services__image-button {
    position: absolute;
    min-height: 48px;
    min-width: 260px;
    bottom: 0
}

.about-services__img {
    max-width: 100%
}

.about-services__content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 40px
}

@media (max-width:1024px) {
    .about-services__content {
        width: 50%;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:768px) {
    .about-services__content {
        width: 100%;
        margin-right: 0;
        padding: 0 20px
    }
}

.about-services__content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

@media (max-width:1024px) {
    .about-services__content p {
        font-size: 14px;
        line-height: 24px
    }
}

.about-services__content p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .about-services__content p:not(:last-child) {
        margin-bottom: 15px
    }
}

#cursor {
    background-color: #2a2a86;
    height: 8px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 8px;
    display: none
}

#cursor.active {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#aura {
    left: 50%;
    top: 50%;
    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;
    border: 1px solid #2a2a86;
    width: 100px;
    height: 100px;
    background-color: #2a2a86;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    visibility: hidden
}

#aura.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

#aura.yellow {
    background-color: #f0a929;
    border-color: #f0a929
}

#aura.yellow span {
    color: #fff
}

#aura span {
    display: block;
    text-align: center;
    color: #f0a929;
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

#aura,
#cursor {
    border-radius: 100%;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .2s cubic-bezier(.75, -1.27, .3, 2.33), -webkit-transform .5s cubic-bezier(.75, -1.27, .3, 2.33);
    transition: opacity .2s cubic-bezier(.75, -1.27, .3, 2.33), -webkit-transform .5s cubic-bezier(.75, -1.27, .3, 2.33);
    -o-transition: transform .5s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -1.27, .3, 2.33);
    transition: transform .5s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -1.27, .3, 2.33);
    transition: transform .5s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -1.27, .3, 2.33), -webkit-transform .5s cubic-bezier(.75, -1.27, .3, 2.33);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10000
}

.sector2__item {
    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;
    color: #fff;
    font-size: 100px;
    width: 100%;
    height: 100vh
}

.sector2__item:first-child {
    background: #f36969
}

.sector2__item:nth-child(2) {
    background: #e3d72f
}

.sector2__item:nth-child(3) {
    background: #16cefc
}

.sector2__item:nth-child(4) {
    background: #98e710
}

.sector2__item:nth-child(5) {
    background: #b13d9e
}

.accordion {
    overflow: hidden;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.accordion,
.accordion__item {
    position: relative;
    height: calc(100vh - 190px)
}

.accordion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    scroll-snap-align: start
}

@media (max-width:854px) {
    .accordion__item {
        height: calc(100vh - 107px)
    }
}

.accordion__content {
    width: 100%;
    padding: 0 95px;
    background: #445aa1
}

@media (max-width:1024px) {
    .accordion__content {
        padding: 0 20px
    }
}

.accordion__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 0 44px 64px
}

@media (max-width:1024px) {
    .accordion__wrapper {
        padding: 40px 0 40px 40px
    }
}

@media (max-width:854px) {
    .accordion__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:600px) {
    .accordion__wrapper {
        padding: 25px 0 25px 25px
    }
}

.accordion__wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 100%
}

@media (max-width:600px) {
    .accordion__wrapper:before {
        width: 5px
    }
}

.accordion__wrapper.red:before {
    background-color: #f0492d
}

.accordion__wrapper.green:before {
    background-color: #24b096
}

.accordion__wrapper.green_light:before {
    background-color: #87ba4e
}

.accordion__wrapper.blue:before {
    background-color: #00a0e4
}

.accordion__wrapper.pink:before {
    background-color: #ee5369
}

.accordion__wrapper.purple:before {
    background-color: #a02b88
}

@media (max-width:600px) {
    .accordion__wrapper .row-small {
        margin: 0 -10px
    }
}

@media (max-width:600px) {
    .accordion__wrapper [class*=col-sm] {
        padding: 0 10px
    }
}

.accordion__title {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.accordion__title,
.accordion__title-text {
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.accordion__title-text {
    position: relative;
    text-align: center;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0
}

.accordion__title-text:before {
    position: absolute;
    top: 0;
    left: 4px;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #6f6f9d
}

.accordion__content-information {
    max-width: 540px;
    padding-top: 20px;
    padding-right: 40px
}

@media (max-width:1199px) {
    .accordion__content-information {
        max-width: 400px
    }
}

@media (max-width:1024px) {
    .accordion__content-information {
        max-width: 360px
    }
}

@media (max-width:854px) {
    .accordion__content-information {
        padding-top: 0;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .accordion__content-information {
        padding-right: 0
    }
}

.accordion__content-information h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

@media (max-width:1024px) {
    .accordion__content-information h3 {
        font-size: 34px;
        margin-bottom: 20px
    }
}

@media (max-width:854px) {
    .accordion__content-information h3 {
        text-align: center
    }
}

@media (max-width:600px) {
    .accordion__content-information h3 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

.accordion__content-information p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

@media (max-width:600px) {
    .accordion__content-information p {
        font-size: 13px;
        line-height: 21px
    }
}

.accordion__content-information .link {
    margin-top: 30px
}

@media (max-width:854px) {
    .accordion__content-information .link {
        display: none
    }
}

.accordion__content-items {
    max-width: 970px;
    width: 100%
}

.accordion__content-items .link--mobile {
    display: none
}

@media (max-width:854px) {
    .accordion__content-items .link--mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 20px
    }
}

@media (max-width:854px) {
    .accordion .link--hide {
        display: none
    }
}

.el {
    position: fixed;
    right: 0;
    width: 25px;
    height: 2px;
    background: #f10000;
    z-index: 1000
}

#animate-wrapper {
    top: 0;
    left: 0;
    width: 100%
}

.c-spacer {
    height: 35vh;
    width: 100%;
    background: #000
}

.c-animation-wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    background: #e3e
}

.c-animation,
.c-animation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-animation {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-animation__image {
    position: relative
}

.c-animation__inner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-animation__inner img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block
}

.c-animation__inner img:first-child {
    position: relative;
    opacity: 1
}

.c-animation__inner img:nth-child(2) {
    border: 2px solid red
}

.c-animation__inner img:nth-child(3) {
    border: 2px solid #00f
}

.c-animation__title {
    position: relative
}

.c-animation__title span {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    display: block
}

.c-animation__title span:first-child {
    position: relative;
    opacity: 1
}

.js-spacer {
    background: green;
    z-index: 100
}

.drawer_title {
    cursor: pointer;
    display: block;
    background: #2a2a86;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 36px
}

@media (max-height:950px) {
    .drawer_title {
        font-size: 24px
    }
}

@media (max-width:1024px) {
    .drawer_title {
        font-size: 24px
    }
}

.drawer_title-wrap {
    padding: 0 95px
}

@media (max-width:1024px) {
    .drawer_title-wrap {
        padding: 0 20px
    }
}

.drawer_title-inner {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1rem
}

@media (max-height:950px) {
    .drawer_title-inner {
        padding-top: .6rem;
        padding-bottom: .6rem
    }
}

.drawer_title-inner:before {
    position: absolute;
    top: 0;
    left: 4px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .5)
}

@media (max-width:600px) {
    .drawer_title-inner:before {
        left: 2px
    }
}

.drawer_content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

.approach {
    padding-top: 76px;
    background: #25258a
}

@media (max-width:1024px) {
    .approach {
        background: #fff
    }
}

@media (max-width:991px) {
    .approach {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.approach__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 40px 40px
}

@media (max-width:991px) {
    .approach__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 80px 40px
    }
}

@media (max-width:768px) {
    .approach__wrapper {
        grid-gap: 30px 20px
    }
}

.approach__heading {
    text-align: center;
    margin-bottom: 126px
}

@media (max-width:1024px) {
    .approach__heading {
        display: none
    }
}

.approach__heading h3 {
    font-size: 38px;
    font-weight: 400;
    color: #f0a929
}

.approach__content {
    margin-top: 100px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 0;
    visibility: hidden
}

@media (max-width:1024px) {
    .approach__content {
        margin-top: 50px;
        opacity: 1;
        visibility: visible;
        color: #2b2a86;
        max-width: 230px;
        text-align: left
    }
}

@media (max-width:768px) {
    .approach__content {
        margin-top: 20px
    }
}

.approach__items {
    position: relative;
    max-width: 330px;
    margin: 0 auto
}

.approach__items.approach__items--active .approach__images {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width:1199px) {
    .approach__items.approach__items--active .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@media (max-width:1024px) {
    .approach__items.approach__items--active .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

@media (max-width:768px) {
    .approach__items.approach__items--active .approach__images {
        width: 200px;
        height: 200px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@media (max-width:480px) {
    .approach__items.approach__items--active .approach__images {
        width: 150px;
        height: 150px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.approach__items.approach__items--active .approach__dot {
    color: #fff;
    background: rgba(68, 90, 161, .65)
}

@media (max-width:1024px) {
    .approach__items.approach__items--active .approach__dot {
        color: #f0a929
    }
}

.approach__items.approach__items--active .approach__content {
    opacity: 1;
    visibility: visible
}

.approach__icon {
    position: relative;
    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;
    width: 175px;
    height: 175px;
    margin: auto
}

@media (max-width:1199px) {
    .approach__icon {
        width: 150px;
        height: 150px
    }
}

@media (max-width:768px) {
    .approach__icon {
        width: 200px;
        height: 200px
    }
}

@media (max-width:480px) {
    .approach__icon {
        width: 150px;
        height: 150px;
        margin: 0
    }
}

.approach__icon:hover .approach__images {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width:1199px) {
    .approach__icon:hover .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@media (max-width:1024px) {
    .approach__icon:hover .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

.approach__icon:hover .approach__dot {
    color: #fff;
    background: rgba(68, 90, 161, .65)
}

@media (max-width:1024px) {
    .approach__icon:hover .approach__dot {
        color: #f0a929
    }
}

.approach__icon:hover+.approach__content {
    opacity: 1;
    visibility: visible
}

.approach__images {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.4);
    -ms-transform: translate(-50%, -50%) scale(.4);
    transform: translate(-50%, -50%) scale(.4);
    width: 330px;
    height: 330px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

@media (max-width:991px) {
    .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.8);
        -ms-transform: translate(-50%, -50%) scale(.8);
        transform: translate(-50%, -50%) scale(.8)
    }
}

@media (max-width:1024px) {
    .approach__images {
        -webkit-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7)
    }
}

@media (max-width:768px) {
    .approach__images {
        width: 200px;
        height: 200px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@media (max-width:480px) {
    .approach__images {
        width: 150px;
        height: 150px;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.approach__images img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.approach__dot {
    position: relative;
    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;
    font-size: 16px;
    font-weight: 700;
    color: #f0a929;
    text-align: center;
    z-index: 10;
    max-width: 175px;
    min-width: 175px;
    height: 175px;
    background: #445aa1;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (max-width:1199px) {
    .approach__dot {
        max-width: 150px;
        min-width: 150px;
        height: 150px
    }
}

@media (max-width:1024px) {
    .approach__dot {
        background: rgba(68, 90, 161, .65);
        color: #f0a929
    }
}

@media (max-width:991px) {
    .approach__dot {
        max-width: 120px;
        min-width: 120px;
        height: 120px;
        font-size: 16px
    }
}

@media (max-width:768px) {
    .approach__dot {
        width: 100px;
        height: 100px;
        min-width: auto
    }
}

@media (max-width:480px) {
    .approach__dot {
        width: 85px;
        height: 85px;
        font-size: 14px
    }
}

.barker-events .heading {
    margin-bottom: 24px
}

.barker-events--light-blue .barker-events__wrapper {
    background-color: #445aa1
}

.barker-events__wrapper {
    padding-top: 40px;
    padding-bottom: 64px;
    background-color: #2a2a86
}

@media (max-width:768px) {
    .barker-events__wrapper {
        padding-bottom: 50px
    }
}

.barker-events__head {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px
}

@media (max-width:600px) {
    .barker-events__head {
        display: block;
        text-align: center
    }
}

.barker-events__head h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 700
}

@media (max-width:600px) {
    .barker-events__head h4 {
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .barker-events__head .button--file {
        font-size: 16px;
        padding: 8px 15px 10px
    }
}

.barker-events__head .button--file img,
.barker-events__head .button--file svg {
    margin-right: 20px
}

@media (max-width:991px) {

    .barker-events__head .button--file img,
    .barker-events__head .button--file svg {
        margin-right: 10px
    }
}

.barker-events__main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    grid-gap: 50px 50px;
    padding-bottom: 60px
}

@media (max-width:1199px) {
    .barker-events__main {
        grid-gap: 40px 30px
    }
}

@media (max-width:768px) {
    .barker-events__main {
        padding-bottom: 20px;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
    }
}

.barker-events__item-image {
    position: relative;
    display: block;
    min-height: 280px;
    margin-bottom: 16px
}

.barker-events__item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.barker-events__item-content {
    color: #fff
}

.barker-events__item-content h4 {
    color: #fff;
    margin-bottom: 5px
}

.barker-events__item-content h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.barker-events__item-content h4 a:hover {
    color: #f0a929
}

.barker-events__item-content h4 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}

.barker-events__item-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
}

.barker-events__item-content .link {
    margin-top: 18px
}

.barker-events__item-date {
    color: #fefefe;
    font-size: 14px;
    font-weight: 700
}

.barker-news {
    padding-bottom: 40px
}

@media (max-width:768px) {
    .barker-news {
        padding-top: 0
    }
}

.barker-news .heading {
    margin-bottom: 25px
}

.insights {
    padding-top: 40px;
    padding-bottom: 40px
}

.insights .heading {
    margin-bottom: 25px
}

.insights .tile__button .button {
    margin-top: 36px
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --green-color: #219653;
    --blue-color: #7198cb
}

::-moz-selection {
    background: #ccc;
    color: #4f4c66
}

::selection {
    background: #ccc;
    color: #4f4c66
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

* {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif
}

html {
    overflow-x: hidden
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    margin: 0;
    min-width: 320px;
    color: var(--black-color);
    background: var(--white-color)
}

body#custom-offset {
    padding-top: 130px
}

.text-center {
    text-align: center
}

.style-page--red .client-testimonials h2,
.style-page--red .client-testimonials strong,
.style-page--red .number-block .odometer,
.style-page--red .number-block h2,
.style-page--red .project-view__content h1,
.style-page--red .project-view__content li span {
    color: #f0492d
}

.style-page--red .video-full__watch {
    background: #f0492d
}

.style-page--mint .client-testimonials h2,
.style-page--mint .client-testimonials strong,
.style-page--mint .number-block .odometer,
.style-page--mint .number-block h2,
.style-page--mint .partners-slider__heading h3,
.style-page--mint .project-view__content h1,
.style-page--mint .project-view__content li span,
.style-page--mint .relevant-projects .heading__title,
.style-page--mint .testimonials .heading__title,
.style-page--mint .testimonials .testimonials__slider-items strong {
    color: #24b096
}

.style-page--mint .header-content__info,
.style-page--mint .our-solutions__icon,
.style-page--mint .video-full__watch {
    background: #24b096
}

.style-page--dark-mint .client-testimonials h2,
.style-page--dark-mint .client-testimonials strong,
.style-page--dark-mint .number-block .odometer,
.style-page--dark-mint .number-block h2,
.style-page--dark-mint .partners-slider__heading h3,
.style-page--dark-mint .project-view__content h1,
.style-page--dark-mint .project-view__content li span,
.style-page--dark-mint .relevant-projects .heading__title,
.style-page--dark-mint .testimonials .heading__title,
.style-page--dark-mint .testimonials .testimonials__slider-items strong {
    color: #6cb0af
}

.style-page--dark-mint .header-content__info,
.style-page--dark-mint .our-solutions__icon,
.style-page--dark-mint .video-full__watch {
    background: #6cb0af
}

.style-page--dark-pink .client-testimonials h2,
.style-page--dark-pink .client-testimonials strong,
.style-page--dark-pink .number-block .odometer,
.style-page--dark-pink .number-block h2,
.style-page--dark-pink .partners-slider__heading h3,
.style-page--dark-pink .project-view__content h1,
.style-page--dark-pink .project-view__content li span,
.style-page--dark-pink .relevant-projects .heading__title,
.style-page--dark-pink .testimonials .heading__title,
.style-page--dark-pink .testimonials .testimonials__slider-items strong {
    color: #ff4727
}

.style-page--dark-pink .header-content__info,
.style-page--dark-pink .our-solutions__icon,
.style-page--dark-pink .video-full__watch {
    background: #ff4727
}

.style-page--blue .client-testimonials h2,
.style-page--blue .client-testimonials strong,
.style-page--blue .number-block .odometer,
.style-page--blue .number-block h2,
.style-page--blue .partners-slider__heading h3,
.style-page--blue .project-view__content h1,
.style-page--blue .project-view__content li span,
.style-page--blue .relevant-projects .heading__title,
.style-page--blue .testimonials .heading__title,
.style-page--blue .testimonials .testimonials__slider-items strong {
    color: #00a0e4
}

.style-page--blue .header-content__info,
.style-page--blue .our-solutions__icon,
.style-page--blue .video-full__watch {
    background: #00a0e4
}

.style-page--purple .client-testimonials h2,
.style-page--purple .client-testimonials strong,
.style-page--purple .number-block .odometer,
.style-page--purple .number-block h2,
.style-page--purple .partners-slider__heading h3,
.style-page--purple .project-view__content h1,
.style-page--purple .project-view__content li span,
.style-page--purple .relevant-projects .heading__title,
.style-page--purple .testimonials .heading__title,
.style-page--purple .testimonials .testimonials__slider-items strong {
    color: #a02b88
}

.style-page--purple .header-content__info,
.style-page--purple .our-solutions__icon,
.style-page--purple .video-full__watch {
    background: #a02b88
}

.style-page--pink .client-testimonials h2,
.style-page--pink .client-testimonials strong,
.style-page--pink .number-block .odometer,
.style-page--pink .number-block h2,
.style-page--pink .partners-slider__heading h3,
.style-page--pink .project-view__content h1,
.style-page--pink .project-view__content li span,
.style-page--pink .relevant-projects .heading__title,
.style-page--pink .testimonials .heading__title,
.style-page--pink .testimonials .testimonials__slider-items strong {
    color: #ee5369
}

.style-page--pink .header-content__info,
.style-page--pink .our-solutions__icon,
.style-page--pink .video-full__watch {
    background: #ee5369
}

.style-page--green .client-testimonials h2,
.style-page--green .client-testimonials strong,
.style-page--green .number-block .odometer,
.style-page--green .number-block h2,
.style-page--green .partners-slider__heading h3,
.style-page--green .project-view__content h1,
.style-page--green .project-view__content li span,
.style-page--green .relevant-projects .heading__title,
.style-page--green .testimonials .heading__title,
.style-page--green .testimonials .testimonials__slider-items strong {
    color: #87ba4e
}

.style-page--green .header-content__info,
.style-page--green .our-solutions__icon,
.style-page--green .video-full__watch {
    background: #87ba4e
}

.main--offset {
    padding-top: 60px
}

@media (max-width:991px) {
    .main--offset {
        padding-top: 30px
    }
}

.align-center {
    text-align: center
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

button,
input {
    outline: none
}

button {
    cursor: pointer;
    border: none
}

.link {
    position: relative;
    color: #f0a929;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.link--arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link--arrow svg {
    stroke: #f0a929;
    width: 32px;
    height: 18px;
    margin-left: 14px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.link--arrow:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.link--blue {
    color: #fff
}

.link--blue svg {
    stroke: #fff
}

.link--blue .arrow-bottom {
    fill: #fff !important;
    stroke: rgba(0, 0, 0, 0)
}

.link--big {
    font-size: 20px
}

.link--big svg {
    position: relative;
    top: 2px
}

.link--arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px
}

@media (max-width:768px) {
    .link--arrow-down {
        font-size: 18px
    }
}

.link--arrow-down .arrow-bottom {
    fill: #f0a929;
    margin-top: 18px;
    width: 32px
}

@media (max-width:768px) {
    .link--arrow-down .arrow-bottom {
        margin-top: 10px;
        width: 24px;
        height: 30px
    }
}

.link--back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.link--back svg {
    stroke: #f0a929;
    height: 18px;
    width: 30px;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    margin-right: 15px
}

.text-block {
    color: #fff;
    font-size: 17px;
    line-height: 27px
}

.text-block--light-blue {
    background-color: #445aa1
}

.preview-job {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 240px
}

@media (min-width:480px) {
    .preview-job {
        min-height: calc(240px + (41000vw - 196800px)/544)
    }
}

@media (min-width:1024px) {
    .preview-job {
        min-height: 650px
    }
}

.preview-job img {
    max-width: 100%;
    width: 100%
}

.height-100 {
    height: 60px
}

@media (min-width:480px) {
    .height-100 {
        height: calc(60px + (4000vw - 19200px)/511)
    }
}

@media (min-width:991px) {
    .height-100 {
        height: 100px
    }
}

.menu-view a {
    display: inline-block;
    font-size: 16px;
    color: #445aa1;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-view a:visited {
    color: #006fff
}

.menu-view li:hover a {
    color: #ffb200;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.is__cursor,
.is__cursor a {
    /* cursor: none */
}


.brand {
    padding-bottom: 30px
}

.brand--offset {
    padding-top: 45px
}

.brand__items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    min-height: 130px
}

.brand__items img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.build-accordion__items {
    background-color: #2a2a86;
    color: #fff;
    margin-bottom: 2px
}

.build-accordion__items-head {
    max-width: 1360px;
    margin: 0 auto;
    padding: 34px 20px 42px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.build-accordion__items-head .link--accordion {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.build-accordion__items-head--active .link--accordion {
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden
}

.build-accordion__items-head h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 14px
}

@media (max-width:600px) {
    .build-accordion__items-head h3 {
        font-size: 26px;
        margin-bottom: 10px
    }
}

.build-accordion__items-head p {
    font-size: 24px;
    font-weight: 700
}

@media (max-width:600px) {
    .build-accordion__items-head p {
        font-size: 20px;
        font-weight: 600
    }
}

.build-accordion__items-head .link--accordion .arrow-link {
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.build-accordion__items-main {
    background-color: #445aa1;
    overflow: hidden;
    display: none
}

.build-accordion__items-main .layout {
    position: relative;
    padding-top: 52px;
    padding-bottom: 38px
}

.build-accordion__items-inside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 50px 64px
}

@media (max-width:1199px) {
    .build-accordion__items-inside {
        grid-gap: 40px 40px
    }
}

@media (max-width:768px) {
    .build-accordion__items-inside {
        display: block
    }
}

.build-accordion__items-inside .link--accordion {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer
}

@media (max-width:768px) {
    .build-accordion__items-inside .link--accordion {
        display: none
    }
}

.build-accordion__items-inside .link--accordion .arrow-link {
    height: 16px;
    -webkit-transform: rotate(-90deg) translateX(8px);
    -ms-transform: rotate(-90deg) translateX(8px);
    transform: rotate(-90deg) translateX(8px)
}

.build-accordion__items-inside .close-mobile {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
    display: none
}

@media (max-width:768px) {
    .build-accordion__items-inside .close-mobile {
        display: block
    }
}

.build-accordion__items-inside .close-mobile svg {
    stroke: #f0a929
}

@media (max-width:768px) {
    .build-accordion__items-content:not(:last-child) {
        margin-bottom: 30px
    }
}

.build-accordion__items-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.build-accordion__items-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.build-accordion__items-content li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
    margin-bottom: 12px
}

.build-accordion__items-content li:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff
}

.build-accordion__items-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 50px;
    padding-top: 45px
}

@media (max-width:991px) {
    .build-accordion__items-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:768px) {
    .build-accordion__items-bottom {
        padding-top: 20px
    }
}

@media (max-width:480px) {
    .build-accordion__items-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.build-accordion__info-list li {
    font-size: 14px;
    font-style: italic
}

.build-accordion__info-list li span {
    font-weight: 600
}

.build-accordion__info-list li:not(:last-child) {
    margin-bottom: 16px
}

.build-accordion__button,
.build-accordion__button-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.build-accordion__button-front {
    padding-top: 75px
}

@media (max-width:600px) {
    .build-accordion__button-front {
        padding-top: 40px
    }
}

.build-accordion__button-front .button {
    min-width: 274px
}

.build-accordion__button-front .button:hover svg,
.build-accordion__button-front .button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width:768px) {
    .build-accordion__button-front .button--submit svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.build-item {
    padding-top: 122px;
    padding-bottom: 140px
}

@media (max-width:768px) {
    .build-item {
        padding-top: 80px
    }
}

@media (max-width:600px) {
    .build-item {
        padding-top: 50px
    }
}

.build-item .layout {
    max-width: 1064px
}

.build-item__container-icon {
    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;
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    background-color: #2a2a86;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

@media (max-width:991px) {
    .build-item__container-icon {
        min-width: 200px;
        max-width: 200px;
        height: 200px
    }
}

@media (max-width:480px) {
    .build-item__container-icon {
        min-width: 140px;
        max-width: 140px;
        height: 140px
    }
}

@media (max-width:600px) {
    .build-item__container-icon {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .build-item__container-icon img {
        max-width: 50%
    }
}

.build-item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 906px
}

@media (max-width:600px) {
    .build-item__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.build-item__container:nth-child(odd) .build-item__container-icon {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px)
}

.build-item__container:nth-child(2n) .build-item__container-icon {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px)
}

.build-item__container.build-item__container--active .build-item__container-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.build-item__container.build-item__container--active .build-item__container-icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.build-item__container:not(:last-child) {
    margin-bottom: 140px
}

@media (max-width:991px) {
    .build-item__container:not(:last-child) {
        margin-bottom: 100px
    }
}

@media (max-width:600px) {
    .build-item__container:not(:last-child) {
        margin-bottom: 50px
    }
}

.build-item__container:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto
}

@media (max-width:600px) {
    .build-item__container:nth-child(2n+2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.build-item__container:nth-child(2n+2) .build-item__container-content {
    margin-right: 0;
    margin-left: 30px
}

@media (max-width:600px) {
    .build-item__container:nth-child(2n+2) .build-item__container-content {
        margin-left: 0
    }
}

.build-item__container-content {
    max-width: 520px;
    margin-right: 30px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@media (max-width:600px) {
    .build-item__container-content {
        margin-right: 0;
        max-width: 100%
    }
}

.build-item__container-content h3 {
    color: #445aa1;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 25px
}

@media (max-width:600px) {
    .build-item__container-content h3 {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center
    }
}

.build-item__container-content p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px
}

.build-item__container-content li {
    position: relative;
    color: #2a2a86;
    font-size: 14px;
    line-height: 29px;
    padding-left: 10px
}

.build-item__container-content li:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2a2a86
}

.building-futures {
    background-color: #2a2a86;
    padding-top: 50px
}

@media (min-width:768px) {
    .building-futures {
        padding-top: calc(50px + (2000vw - 15360px)/256)
    }
}

@media (min-width:1024px) {
    .building-futures {
        padding-top: 70px
    }
}

.building-futures {
    padding-bottom: 60px
}

@media (min-width:768px) {
    .building-futures {
        padding-bottom: calc(60px + (3000vw - 23040px)/256)
    }
}

@media (min-width:1024px) {
    .building-futures {
        padding-bottom: 90px
    }
}

.building-futures .layout {
    max-width: 636px
}

@media (max-width:600px) {
    .building-futures .layout {
        max-width: 480px
    }
}

.building-futures__content {
    color: #fff
}

.building-futures__content.text-center {
    text-align: center
}

.building-futures__content h3 {
    font-weight: 300;
    font-size: 32px
}

@media (min-width:768px) {
    .building-futures__content h3 {
        font-size: calc(32px + (1600vw - 12288px)/256)
    }
}

@media (min-width:1024px) {
    .building-futures__content h3 {
        font-size: 48px
    }
}

.building-futures__content h3 {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .building-futures__content h3 {
        margin-bottom: calc(24px + (1800vw - 13824px)/256)
    }
}

@media (min-width:1024px) {
    .building-futures__content h3 {
        margin-bottom: 42px
    }
}

@media (max-width:600px) {
    .building-futures__content h3 {
        font-size: 24px;
        margin-bottom: 18px
    }
}

.building-futures__content h3 span {
    color: #f0a929
}

.building-futures__content p {
    font-size: 16px;
    line-height: 28px
}

@media (max-width:600px) {
    .building-futures__content p {
        font-size: 14px;
        line-height: 24px
    }
}

.burger-menu {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: none;
    border: none;
    min-height: 18px;
    background: none;
    display: none;
    cursor: pointer
}

.burger-menu--mobile {
    display: none
}

@media (max-width:1024px) {
    .burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger-menu--blue .burger-menu__item {
    background: #2a2a86
}

.burger-menu__item {
    width: 34px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    margin-bottom: 8px;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.burger-menu--active .burger-menu__item,
.burger-menu__item:last-child {
    margin-bottom: 0
}

.burger-menu--active .burger-menu__item:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.burger-menu--active .burger-menu__item:first-child {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px)
}

.burger-menu--active .burger-menu__item:last-child {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    -ms-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px)
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #333;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    border: none
}

.button--small {
    font-family: Roboto, sans-serif;
    padding: 3px 16px 4px;
    border-radius: 7px
}

.button--small:hover {
    background: #36d379
}

.button--small[disabled] {
    background: #d6d6d6
}

.button--large {
    line-height: 24px;
    min-height: 42px;
    padding: 18px 40px
}

.button--large,
.button--yellow {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #f0a929
}

.button--yellow {
    padding: 20px 30px 21px
}

@media (max-width:1024px) {
    .button--yellow {
        font-size: 16px;
        padding: 14px 20px 15px
    }
}

.button--submit {
    font-size: 16px;
    font-weight: 700;
    min-height: 66px;
    color: #fff;
    background-color: #f0a929;
    padding: 20px 30px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:1024px) {
    .button--submit {
        min-height: 54px;
        padding: 10px 20px
    }
}

.button--submit:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.button--submit svg {
    stroke: #fff;
    width: 32px;
    height: 16px;
    margin-left: 20px
}

.button--arrow,
.button--submit svg {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.button--arrow {
    font-size: 15px;
    font-weight: 700;
    min-height: 54px;
    color: #fff;
    background-color: #f0a929;
    padding: 12px 20px
}

@media (max-width:1024px) {
    .button--arrow {
        min-height: 54px;
        padding: 10px 20px
    }
}

.button--arrow:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.button--arrow svg {
    stroke: #fff;
    width: 32px;
    height: 16px;
    margin-left: 20px
}

.button--arrow svg,
.button--file {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.button--file {
    font-size: 20px;
    min-height: 40px;
    color: #fff;
    background-color: #f0a929;
    padding: 8px 20px 10px;
    border-radius: 25px
}

.button--animate {
    position: relative;
    overflow: hidden
}

.button--animate:before {
    position: absolute;
    top: var(--y);
    left: var(--x);
    content: "";
    width: 120%;
    padding-top: 120%;
    border-radius: 50%;
    background: #766db3;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: .8
}

.button--animate:hover:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.button--animate span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button--big {
    font-size: 20px;
    min-height: 66px;
    padding: 14px 36px
}

.client-testimonials {
    padding-top: 72px;
    padding-bottom: 110px
}

@media (max-width:991px) {
    .client-testimonials {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.client-testimonials .layout {
    max-width: 1000px
}

@media (max-width:991px) {
    .client-testimonials .layout {
        max-width: 720px
    }
}

.client-testimonials h2 {
    color: #2a2a86;
    font-weight: 700;
    text-align: center;
    font-size: 30px
}

@media (min-width:768px) {
    .client-testimonials h2 {
        font-size: calc(30px + (1800vw - 13824px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials h2 {
        font-size: 48px
    }
}

.client-testimonials h2 {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .client-testimonials h2 {
        margin-bottom: calc(30px + (2400vw - 18432px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials h2 {
        margin-bottom: 54px
    }
}

.client-testimonials p {
    color: #2a2a86;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    font-size: 22px
}

@media (min-width:768px) {
    .client-testimonials p {
        font-size: calc(22px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials p {
        font-size: 30px
    }
}

.client-testimonials p {
    line-height: 30px
}

@media (min-width:768px) {
    .client-testimonials p {
        line-height: calc(30px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials p {
        line-height: 38px
    }
}

.client-testimonials p {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .client-testimonials p {
        margin-bottom: calc(20px + (1100vw - 8448px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials p {
        margin-bottom: 31px
    }
}

.client-testimonials strong {
    color: #2a2a86;
    font-weight: 700;
    font-size: 18px
}

@media (min-width:768px) {
    .client-testimonials strong {
        font-size: calc(18px + (200vw - 1536px)/256)
    }
}

@media (min-width:1024px) {
    .client-testimonials strong {
        font-size: 20px
    }
}

.consultant-content .layout {
    padding-left: 90px;
    padding-right: 90px
}

@media (max-width:1024px) {
    .consultant-content .layout {
        padding: 0 20px
    }
}

.consultant-content--offset {
    padding-top: 126px;
    padding-bottom: 80px
}

@media (max-width:991px) {
    .consultant-content--offset {
        padding-top: 60px
    }
}

@media (max-width:600px) {
    .consultant-content--offset {
        padding-top: 50px
    }
}

.consultant-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px
}

@media (max-width:1024px) {
    .consultant-content__wrapper {
        margin: 0 -20px;
        display: block
    }
}

.consultant-content__left {
    padding: 0 30px
}

@media (max-width:1024px) {
    .consultant-content__left {
        padding: 0 20px
    }
}

.consultant-content__right {
    width: 100%;
    padding: 0 30px
}

@media (max-width:1024px) {
    .consultant-content__right {
        padding: 0 20px
    }
}

.consultant-content__title {
    color: #2a2a86;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px
}

@media (max-width:1024px) {
    .consultant-content__title {
        font-size: 34px;
        line-height: 44px
    }
}

@media (max-width:991px) {
    .consultant-content__title {
        max-width: 600px;
        font-size: 48px;
        line-height: 64px
    }
}

@media (max-width:600px) {
    .consultant-content__title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px
    }
}

.consultant-content__text {
    padding-top: 10px;
    max-width: 565px
}

.consultant-content__text h5 {
    color: #2b2a86;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px
}

.consultant-content__text p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px
}

.consultant-content__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px
}

@media (max-width:480px) {
    .consultant-content__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.consultant-content__links .link:not(:last-child) {
    margin-right: 58px
}

@media (max-width:480px) {
    .consultant-content__links .link:not(:last-child) {
        font-size: 13px;
        margin-right: 10px
    }
}

@media (max-width:480px) {
    .consultant-content__links .link {
        margin: 8px 0
    }
}

@media (max-width:480px) {
    .consultant-content__links .link svg {
        margin-left: 8px;
        width: 22px
    }
}

.contact {
    padding-bottom: 50px;
    padding-top: 10px
}

@media (min-width:768px) {
    .contact {
        padding-top: calc(10px + (2400vw - 18432px)/256)
    }
}

@media (min-width:1024px) {
    .contact {
        padding-top: 34px
    }
}

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

@media (max-width:1024px) {
    .contact__wrapper {
        display: block
    }
}

.contact__text-block {
    min-width: 390px;
    max-width: 390px;
    width: 100%;
    margin-right: 65px
}

@media (max-width:1024px) {
    .contact__text-block {
        margin-right: 0;
        margin-bottom: 40px
    }
}

@media (max-width:480px) {
    .contact__text-block {
        min-width: 100%;
        max-width: 100%
    }
}

.contact__text-block h3 {
    color: #2a2a86;
    font-weight: 700;
    font-size: 34px
}

@media (min-width:768px) {
    .contact__text-block h3 {
        font-size: calc(34px + (1400vw - 10752px)/256)
    }
}

@media (min-width:1024px) {
    .contact__text-block h3 {
        font-size: 48px
    }
}

.contact__text-block h3 {
    line-height: 44px
}

@media (min-width:768px) {
    .contact__text-block h3 {
        line-height: calc(44px + (1400vw - 10752px)/256)
    }
}

@media (min-width:1024px) {
    .contact__text-block h3 {
        line-height: 58px
    }
}

.contact__text-block h3 {
    margin-bottom: 26px
}

@media (min-width:768px) {
    .contact__text-block h3 {
        margin-bottom: calc(26px + (1600vw - 12288px)/256)
    }
}

@media (min-width:1024px) {
    .contact__text-block h3 {
        margin-bottom: 42px
    }
}

.contact__text-block p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px
}

.contact__form-block {
    padding-top: 90px
}

@media (max-width:1024px) {
    .contact__form-block {
        padding-top: 30px
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .contact__form-block {
        padding-top: calc(30px + (3000vw - 23040px)/256)
    }
}

@media (max-width:1024px) and (min-width:1024px) {
    .contact__form-block {
        padding-top: 60px
    }
}

.contact__form .row-df {
    margin: 0 -35px
}

@media (max-width:1024px) {
    .contact__form .row-df {
        margin: 0 -15px
    }
}

.contact__form [class*=col-df] {
    padding: 0 35px
}

@media (max-width:1024px) {
    .contact__form [class*=col-df] {
        padding: 0 15px
    }
}

@media (max-width:600px) {
    .contact__form [class*=col-df] {
        width: 100%
    }
}

.contact__form-head {
    color: #445aa1;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 26px
}

@media (min-width:768px) {
    .contact__form-head {
        margin-bottom: calc(26px + (3200vw - 24576px)/256)
    }
}

@media (min-width:1024px) {
    .contact__form-head {
        margin-bottom: 58px
    }
}

.contact__form-main input {
    width: 100%;
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid #7a7a7a;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .contact__form-main input {
        font-size: 16px;
        padding: 20px 0;
        margin-bottom: 24px
    }
}

.contact__form-main input::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main input::-webkit-input-placeholder {
        font-size: 16px
    }
}

.contact__form-main input:-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main input:-moz-placeholder {
        font-size: 16px
    }
}

.contact__form-main input::-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main input::-moz-placeholder {
        font-size: 16px
    }
}

.contact__form-main input:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main input:-ms-input-placeholder {
        font-size: 16px
    }
}

.contact__form-main textarea {
    outline: none;
    width: 100%;
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 0;
    border: 0;
    min-height: 170px;
    border-bottom: 1px solid #7a7a7a;
    resize: none
}

@media (max-width:1024px) {
    .contact__form-main textarea {
        font-size: 16px;
        padding: 20px 0;
        min-height: 140px;
        margin-bottom: 24px
    }
}

.contact__form-main textarea::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main textarea::-webkit-input-placeholder {
        font-size: 16px
    }
}

.contact__form-main textarea:-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main textarea:-moz-placeholder {
        font-size: 16px
    }
}

.contact__form-main textarea::-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main textarea::-moz-placeholder {
        font-size: 16px
    }
}

.contact__form-main textarea:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .contact__form-main textarea:-ms-input-placeholder {
        font-size: 16px
    }
}

.contact__form-main .button--submit {
    margin-top: 10px
}

@media (min-width:768px) {
    .contact__form-main .button--submit {
        margin-top: calc(10px + (4400vw - 33792px)/256)
    }
}

@media (min-width:1024px) {
    .contact__form-main .button--submit {
        margin-top: 54px
    }
}

.content-block {
    padding-top: 60px;
    padding-bottom: 60px
}

.content-block--offset {
    padding-top: 80px
}

@media (min-width:854px) {
    .content-block--offset {
        padding-top: calc(80px + (11000vw - 93940px)/546)
    }
}

@media (min-width:1400px) {
    .content-block--offset {
        padding-top: 190px
    }
}

.content-block--offset {
    padding-bottom: 40px
}

@media (min-width:768px) {
    .content-block--offset {
        padding-bottom: calc(40px + (2000vw - 15360px)/256)
    }
}

@media (min-width:1024px) {
    .content-block--offset {
        padding-bottom: 60px
    }
}

@media (max-width:768px) {
    .content-block--offset {
        padding-top: 40px
    }
}

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

@media (max-width:768px) {
    .content-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.content-block__text {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43%;
    padding-right: 20px
}

@media (max-width:991px) {
    .content-block__text {
        width: 50%
    }
}

@media (max-width:768px) {
    .content-block__text {
        width: 100%
    }
}

.content-block__text h3 {
    color: #2a2a86;
    font-size: 32px;
    margin-bottom: 46px
}

@media (max-width:1199px) {
    .content-block__text h3 {
        margin-bottom: 32px
    }
}

@media (max-width:768px) {
    .content-block__text h3 {
        margin-bottom: 20px
    }
}

.content-block__text p {
    font-size: 14px;
    line-height: 21px;
    color: #7a7a7a;
    max-width: 460px
}

.content-block__text .link {
    margin-top: 40px
}

@media (max-width:768px) {
    .content-block__text .link {
        margin-top: 20px
    }
}

.content-block__image {
    width: 57%
}

@media (max-width:991px) {
    .content-block__image {
        width: 50%
    }
}

@media (max-width:768px) {
    .content-block__image {
        width: 100%;
        margin-bottom: 30px
    }
}

.content-block__image img {
    max-width: 100%
}

.core-services {
    padding-top: 26px;
    padding-bottom: 80px;
    background-color: #2c2e8d
}

.core-services .layout {
    max-width: 1100px
}

.core-services--center .core-services__heading {
    text-align: center
}

@media (max-width:1024px) {
    .core-services {
        padding-bottom: 30px
    }
}

.core-services__heading {
    font-size: 31px;
    color: #fff;
    margin-bottom: 36px
}

.core-services__heading--center {
    text-align: center
}

.core-services__wrapper.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.core-services__wrapper.top .core-services__head {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.core-services__wrapper.top .core-services__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.core-services__wrapper.top .core-services__item--active:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.core-services__head {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 20px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    padding-bottom: 52px;
    margin: 0 auto
}

.core-services__head--center {
    text-align: center
}

@media (max-width:1024px) {
    .core-services__head {
        grid-gap: 20px 30px
    }
}

@media (max-width:600px) {
    .core-services__head {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 10px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.core-services__item {
    position: relative;
    max-width: 304px;
    width: 100%;
    margin: 0 auto
}

.core-services__item--active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.core-services__item--active .core-services__item-name {
    color: #f0a929;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.core-services__item:before {
    position: absolute;
    top: 24px;
    right: 10px;
    content: "";
    width: 28px;
    height: 20px;
    background-image: url(../img/icons/arrow-right.svg);
    background-size: 100%;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:600px) {
    .core-services__item:before {
        top: 12px;
        right: 0;
        width: 24px;
        height: 17px
    }
}

.core-services__item-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 30px;
    padding: 20px 40px 22px 6px;
    border-bottom: 1px solid #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    cursor: pointer
}

@media (max-width:600px) {
    .core-services__item-name {
        font-size: 14px;
        padding: 10px 30px 11px 5px
    }
}

.core-services__main-container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.core-services__main-item {
    position: relative;
    background-color: #445aa1;
    display: none
}

.core-services__main-close {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer
}

@media (max-width:768px) {
    .core-services__main-close {
        top: 15px
    }
}

.core-services__main-close .close {
    width: 20px;
    height: 20px;
    stroke: #fcb116
}

.core-services__main-content {
    padding-top: 40px;
    padding-bottom: 68px
}

@media (max-width:1024px) {
    .core-services__main-content {
        padding-bottom: 40px
    }
}

.core-services__main-title {
    margin-bottom: 30px
}

.core-services__main-title h3 {
    font-size: 32px;
    color: #f0a929
}

@media (max-width:600px) {
    .core-services__main-title h3 {
        font-size: 28px;
        margin-bottom: 20px
    }
}

.core-services__main-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 50px 50px;
    color: #fff
}

@media (max-width:1024px) {
    .core-services__main-row {
        grid-gap: 40px 30px
    }
}

@media (max-width:768px) {
    .core-services__main-row {
        display: block
    }
}

.core-services__main-row h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px
}

@media (max-width:600px) {
    .core-services__main-row h4 {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.core-services__main-row p {
    font-size: 15px;
    line-height: 28px;
    max-width: 600px
}

@media (max-width:600px) {
    .core-services__main-row p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }
}

.core-services__main-row p:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:600px) {
    .core-services__main-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:600px) {
    .core-services__main-col .button {
        margin: auto
    }
}

.core-services__main-button {
    margin-top: 24px
}

.select-mt {
    position: relative;
    font-size: 14px;
    color: #000;
    max-width: 275px;
    margin: 0 auto
}

@media (max-width:768px) {
    .select-mt {
        max-width: 100%
    }
}

.select-mt select {
    display: none
}

.select-mt__checked {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    width: 100%;
    min-height: 30px;
    padding: 20px 40px 20px 6px;
    border-bottom: 1px solid #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    cursor: pointer
}

.select-mt__checked--active .select-mt__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select-mt__dropdown {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

.select-mt__dropdown--active {
    top: 79px;
    opacity: 1;
    visibility: visible
}

.select-mt__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 32px;
    height: 22px;
    background-image: url(../img/icons/arrow-right.svg);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select-mt__arrow,
.select-mt__items {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.select-mt__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 54px; */
    background-color: #eee;
    font-size: 16px;
    color: #445aa1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 20px;
    cursor: pointer
}

.select-mt__items--active,
.select-mt__items:hover {
    background-color: #2a2a86;
    color: #fff
}

.select-mt__result {
    background-color: #445aa1;
    color: #fcb116;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px
}

.select-mt__result:empty {
    padding: 0
}

.discuss {
    position: relative;
    padding-top: 84px;
    padding-bottom: 158px;
    min-height: 500px;
    overflow: hidden
}

@media (max-width:1024px) {
    .discuss {
        min-height: 400px
    }
}

@media (max-width:480px) {
    .discuss {
        padding-top: 60px;
        padding-bottom: 80px;
        min-height: 300px
    }
}

.discuss--green {
    background-color: #2f4534;
    margin-top: -260px !important
}

@media (max-width:1024px) {
    .discuss--green {
        margin-top: -160px !important
    }
}

@media (max-width:480px) {
    .discuss--green {
        margin-top: -60px
    }
}

.discuss--green .discuss__background {
    z-index: 5
}

.discuss .layout {
    position: relative
}

.discuss__background {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom
}

@media (max-width:1024px) {
    .discuss__background {
        top: 195px;
        background-position: bottom;
        background-size: 105%
    }
}

@media (max-width:768px) {
    .discuss__background {
        top: 205px
    }
}

.discuss .heading {
    margin-bottom: 40px
}

.discuss__wrapper {
    text-align: center
}

.energy {
    padding-top: 12px;
    padding-bottom: 135px
}

@media (max-width:768px) {
    .energy {
        padding-bottom: 80px
    }
}

.energy__head {
    font-size: 28px;
    text-align: center;
    color: #2a2a86;
    margin-bottom: 30px
}

@media (max-width:600px) {
    .energy__head {
        font-size: 22px;
        margin-bottom: 16px
    }
}

.energy__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 76px 30px;
    padding-top: 30px
}

@media (max-width:768px) {
    .energy__wrapper {
        grid-gap: 40px 20px
    }
}

.energy__items-content {
    max-width: 480px;
    margin: 0 auto
}

.energy__icon {
    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;
    min-width: 100px;
    max-width: 180px;
    height: 180px;
    background-color: #2b2a86;
    margin: 0 auto 20px;
    border-radius: 50%
}

@media (max-width:768px) {
    .energy__icon {
        min-width: 150px;
        max-width: 150px;
        height: 150px
    }
}

@media (max-width:768px) {
    .energy__icon img {
        max-width: 60%;
        max-height: 60%
    }
}

.energy__contenc {
    text-align: center
}

.energy__contenc h3 {
    font-weight: 300;
    color: #445aa1;
    margin-bottom: 14px;
    font-size: 20px
}

@media (min-width:768px) {
    .energy__contenc h3 {
        font-size: calc(20px + (1500vw - 11520px)/256)
    }
}

@media (min-width:1024px) {
    .energy__contenc h3 {
        font-size: 35px
    }
}

@media (max-width:768px) {
    .energy__contenc h3 {
        margin-bottom: 10px
    }
}

.energy__contenc p {
    color: #7a7a7a;
    font-size: 14px
}

@media (min-width:768px) {
    .energy__contenc p {
        font-size: calc(14px + (600vw - 4608px)/256)
    }
}

@media (min-width:1024px) {
    .energy__contenc p {
        font-size: 20px
    }
}

.events {
    padding-top: 45px;
    padding-bottom: 65px
}

@media (max-width:600px) {
    .events {
        padding-top: 25px;
        padding-bottom: 30px
    }
}

.events .layout {
    padding-left: 95px;
    padding-right: 95px
}

@media (max-width:1024px) {
    .events .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1199px) {
    .events .layout {
        padding: 0 20px
    }
}

@media (max-width:1199px) {
    .events .row {
        margin: 0 -15px
    }
}

@media (max-width:768px) {
    .events .row {
        margin: 0 -20px 0 -10px
    }
}

.events [class*=col-md] {
    display: none
}

@media (max-width:1199px) {
    .events [class*=col-md] {
        padding: 0 15px
    }
}

@media (max-width:768px) {
    .events [class*=col-md] {
        padding: 0 10px
    }
}

.events [class*=col-md]:first-child,
.events [class*=col-md]:nth-child(2) {
    display: block
}

.events .heading {
    margin-bottom: 62px
}

@media (max-width:991px) {
    .events .heading {
        margin-bottom: 40px
    }
}

@media (max-width:600px) {
    .events .heading {
        margin-bottom: 28px
    }
}

.events-block {
    background-color: #2a2a86;
    padding-top: 35px;
    padding-bottom: 32px;
    margin: 20px 50px
}

.events-block .heading {
    text-align: center;
    margin-bottom: 27px
}

.events-block .layout {
    max-width: 1242px
}

.events-block__items {
    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;
    border-top: 1px solid #445aa1;
    padding: 25px 0 25px 10px
}

@media (max-width:768px) {
    .events-block__items {
        display: block
    }
}

.events-block__items:last-child {
    border-bottom: 1px solid #445aa1
}

.events-block__items-content {
    color: #fff
}

@media (max-width:768px) {
    .events-block__items-content {
        margin-bottom: 20px
    }
}

.events-block__items-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

@media (max-width:600px) {
    .events-block__items-content h3 {
        font-size: 18px
    }
}

.events-block__items-content h3 a {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

@media (max-width:600px) {
    .events-block__items-content h3 a {
        font-size: 18px
    }
}

.events-block__items-content span {
    font-size: 20px
}

@media (max-width:600px) {
    .events-block__items-content span {
        font-size: 16px
    }
}

.events-block__items-content p {
    font-size: 14px;
    margin-top: 10px
}

.events-block__items-button {
    min-width: 230px;
    padding-left: 50px
}

@media (max-width:768px) {
    .events-block__items-button {
        padding-left: 0
    }
}

.events-block__items-button .button {
    min-width: 180px
}

@media (max-width:600px) {
    .events-block__items-button .button {
        min-height: 44px
    }
}

.events-block__button {
    text-align: center
}

.events-block .button--yellow {
    margin: 30px auto 0;
    min-width: 240px
}

.explore-barker {
    margin-bottom: 40px;
    background-color: #445aa1;
    padding-top: 50px
}

@media (min-width:1024px) {
    .explore-barker {
        padding-top: calc(50px + (5000vw - 51200px)/176)
    }
}

@media (min-width:1200px) {
    .explore-barker {
        padding-top: 100px
    }
}

.explore-barker {
    padding-bottom: 80px
}

@media (min-width:1024px) {
    .explore-barker {
        padding-bottom: calc(80px + (2000vw - 20480px)/176)
    }
}

@media (min-width:1200px) {
    .explore-barker {
        padding-bottom: 100px
    }
}

@media (max-width:1199px) {
    .explore-barker {
        margin-bottom: 0
    }
}

.explore-barker__heading {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px
}

.explore-barker__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    grid-gap: 50px 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1199px) {
    .explore-barker__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-gap: 30px 20px
    }
}

@media (max-width:991px) {
    .explore-barker__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }
}

@media (max-width:768px) {
    .explore-barker__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px 15px
    }
}

.explore-barker__item {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%
}

.explore-barker__inset {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90%
}

.explore-barker__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.explore-barker__text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

@media (max-width:1199px) {
    .explore-barker__text {
        font-size: 32px
    }
}

@media (max-width:768px) {
    .explore-barker__text {
        font-size: 25px
    }
}

@media (max-width:480px) {
    .explore-barker__text {
        font-size: 16px;
        padding: 0 10px
    }
}

.filter {
    max-width: 270px;
    min-width: 270px
}

@media (max-width:991px) {
    .filter {
        width: 100%;
        max-width: 100%
    }
}

.filter__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px
}

.filter__search input {
    color: #494949;
    font-size: 14px;
    min-height: 40px;
    width: 100%;
    background-color: #ede9e9;
    border: none;
    padding-left: 37px
}

.filter__search input::-webkit-input-placeholder {
    color: #494949;
    font-size: 14px
}

.filter__search input:-moz-placeholder,
.filter__search input::-moz-placeholder {
    color: #494949;
    font-size: 14px
}

.filter__search input:-ms-input-placeholder {
    color: #494949;
    font-size: 14px
}

.filter__search button {
    min-height: 40px;
    width: 68px;
    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;
    background-color: #fcb116
}

.filter__search svg {
    stroke: #fff
}

@media (max-width:991px) {
    .filter__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .filter__sort-services .filter__menu-head {
        background: #445aa1
    }
}

@media (max-width:991px) {
    .filter__sort-item {
        width: 50%
    }
}

@media (max-width:480px) {
    .filter__sort-item {
        width: 100%
    }
}

.filter__menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    min-height: 60px;
    color: #fcb116;
    font-size: 20px;
    font-weight: 700;
    background-color: #2a2a86
}

@media (max-width:991px) {
    .filter__menu-head {
        padding: 0 20px;
        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
    }
}

@media (max-width:480px) {
    .filter__menu-head {
        font-size: 16px;
        min-height: 48px;
        padding: 0 20px
    }
}

.filter__menu-head .arrow-down {
    width: 22px;
    fill: #fcb116;
    display: none
}

@media (max-width:991px) {
    .filter__menu-head .arrow-down {
        display: block
    }
}

@media (max-width:480px) {
    .filter__menu-head .arrow-down {
        width: 16px
    }
}

@media (max-width:991px) {
    .filter__menu {
        display: none
    }
}

.filter__menu li {
    position: relative;
    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;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    background-color: #445aa1;
    min-height: 48px;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:768px) {
    .filter__menu li {
        padding: 0 20px
    }
}

.filter__menu li:hover {
    background-color: #657bc2
}

.filter__menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.filter__menu li.active,
.filter__menu li.active a {
    font-weight: 700
}

.filter__menu-sectors li.red.active {
    background-color: #f0492d
}

.filter__menu-sectors li.green.active {
    background-color: #24b096
}

.filter__menu-sectors li.green_light.active {
    background-color: #87ba4e
}

.filter__menu-sectors li.blue.active {
    background-color: #00a0e4
}

.filter__menu-sectors li.pink.active {
    background-color: #ee5369
}

.filter__menu-sectors li.purple.active {
    background-color: #a02b88
}

.filter__menu-services li.active {
    background-color: #f0a929
}

.filter__list-close {
    background: none
}

.filter__list-close svg {
    width: 16px;
    height: 14px
}

@font-face {
    font-family: GothamBold;
    font-weight: 400;
    font-style: normal;
    src: url(/src/fonts/GothamBold/GothamBold.eot);
    src: url(/src/fonts/GothamBold/GothamBold.eot?#iefix) format("embedded-opentype"), url(/src/fonts/GothamBold/GothamBold.woff) format("woff"), url(/src/fonts/GothamBold/GothamBold.ttf) format("truetype")
}

@font-face {
    font-family: GothamBook;
    font-weight: 400;
    font-style: normal;
    src: url(/src/fonts/GothamBook/GothamBook.eot);
    src: url(/src/fonts/GothamBook/GothamBook.eot?#iefix) format("embedded-opentype"), url(/src/fonts/GothamBook/GothamBook.woff) format("woff"), url(/src/fonts/GothamBook/GothamBook.ttf) format("truetype")
}

.footer {
    background: #000;
    padding-top: 70px;
    padding-bottom: 55px
}

@media (max-width:1024px) {
    .footer {
        padding-top: 90px;
        padding-bottom: 70px
    }
}

@media (max-width:768px) {
    .footer {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.footer__top {
    margin-bottom: 64px;
    padding: 0 35px
}

@media (max-width:768px) {
    .footer__top {
        padding: 0
    }
}

@media (max-width:768px) {
    .footer__top .row {
        margin: 0 -15px
    }
}

@media (max-width:768px) {
    .footer__top [class*=col-md] {
        padding: 0 15px
    }
}

@media (max-width:480px) {
    .footer__top [class*=col-md]:first-child {
        display: none
    }
}

@media (max-width:768px) {
    .footer__top [class*=col-md]:last-child {
        display: none
    }
}

@media (max-width:768px) {
    .footer__top .col-md-8 {
        width: 83.334%
    }
}

@media (max-width:480px) {
    .footer__top .col-md-8 {
        width: 100%
    }
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px
}

.footer__menu li:not(:last-child) {
    margin-right: 32px
}

@media (max-width:1024px) {
    .footer__menu li:not(:last-child) {
        margin-right: auto
    }
}

@media (max-width:1360px) {
    .footer__menu li {
        margin-right: 16px
    }
}

@media (max-width:1024px) {
    .footer__menu li {
        margin: 0 25px 20px !important
    }
}

@media (max-width:768px) {
    .footer__menu li {
        margin: 0 15px 12px !important
    }
}

.footer__menu a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:1024px) {
    .footer__menu a {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .footer__menu a {
        font-size: 14px
    }
}

.footer__menu a:before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:1024px) {
    .footer__menu a:before {
        width: 100%
    }
}

.footer__menu a:hover:before {
    width: 100%
}

.footer__address {
    max-width: 1000px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .footer__address {
        max-width: 720px
    }
}

@media (max-width:768px) {
    .footer__address {
        margin-bottom: 10px
    }
}

.footer__address-item {
    padding: 0 15px;
    color: #fff;
    text-align: center
}

@media (max-width:1024px) {
    .footer__address-item {
        width: 50%;
        margin-bottom: 45px
    }
}

@media (max-width:768px) {
    .footer__address-item {
        width: 100%
    }
}

.footer__address-title {
    font-size: 14px;
    font-weight: 700
}

@media (max-width:1024px) {
    .footer__address-title {
        font-size: 20px;
        margin-bottom: 8px
    }
}

@media (max-width:768px) {
    .footer__address-title {
        font-size: 16px
    }
}

.footer__address-text {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400
}

@media (max-width:1024px) {
    .footer__address-text {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .footer__address-text {
        font-size: 14px
    }
}

.footer__address-phone {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 6px
}

@media (max-width:1024px) {
    .footer__address-phone {
        font-size: 16px;
        margin-top: 10px
    }
}

.footer__social {
    margin-bottom: 52px
}

@media (max-width:1024px) {
    .footer__social {
        margin-bottom: 60px
    }
}

@media (max-width:768px) {
    .footer__social {
        margin-bottom: 40px
    }
}

.footer__social-title {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px
}

@media (max-width:1024px) {
    .footer__social-title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .footer__social-title {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.footer__social-wrapper {
    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
}

.footer__social-link {
    display: inline-block;
    margin: 0 20px
}

.footer__social-link img {
    width: 28px
}

@media (max-width:1024px) {
    .footer__social-link img {
        width: 100%;
        max-width: 40px
    }
}

@media (max-width:768px) {
    .footer__social-link img {
        max-width: 28px
    }
}

.footer__copy {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

@media (max-width:1024px) {
    .footer__copy {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .footer__copy {
        font-size: 14px
    }
}

.footer__copy-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__copy-menu a,
.footer__copy-menu li {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px
}

@media (max-width:1024px) {

    .footer__copy-menu a,
    .footer__copy-menu li {
        font-size: 20px;
        line-height: 40px
    }
}

@media (max-width:768px) {

    .footer__copy-menu a,
    .footer__copy-menu li {
        font-size: 14px;
        line-height: 24px
    }
}

.footer__copy-menu li {
    position: relative
}

.footer__copy-menu li:not(:last-child) {
    margin-right: 8px
}

.footer__copy-menu li:last-child:after {
    display: none
}

.footer__copy-menu li:after {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 17px;
    content: "";
    background: #7a7a7a;
    margin-left: 8px
}

.footer__copy-menu a {
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.footer__copy-menu a:hover {
    color: #fff
}

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

.header--scroll {
    background: rgba(94, 89, 184, .4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px
}

@media (max-width:1199px) {
    .header__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:600px) {
    .header__wrapper {
        padding-top: 20px
    }
}

.header__menu-wrapper {
    position: relative;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (max-width:1024px) {
    .header__menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        background: #445aa1;
        width: 320px;
        height: 100%;
        padding: 40px 20px;
        overflow-y: auto;
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        transform: translateX(-320px)
    }

    .header__menu-wrapper,
    .header__menu-wrapper--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__menu-wrapper--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:480px) {
    .header__menu-wrapper {
        width: 100%;
        display: none
    }

    .header__menu-wrapper,
    .header__menu-wrapper--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header__menu-wrapper--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: scroll
    }
}

.header__search {
    padding-top: 4px;
    margin-right: 15px
}

@media (max-width:1024px) {
    .header__search {
        display: none
    }
}

.header__search-button {
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.header__search-button svg {
    stroke: #2a2a86;
    width: 18px;
    height: 18px
}

.header__search-button--white svg {
    stroke: #fff
}

.header__search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__search-dropdown.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header__search-field {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 15px;
    font-size: 16px
}

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

@media (max-width:1024px) {
    .main-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.main-menu__list li {
    position: relative
}

@media (max-width:1024px) {
    .main-menu__list li:not(:last-child) {
        margin-bottom: 8px
    }
}

.main-menu__list li:hover a {
    color: #f0a929
}

.main-menu__list li:hover .main-menu__sub-list {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.main-menu__list li:hover .main-menu__sub-list a {
    color: #fff
}

.main-menu__list a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #2a2a86;
    padding: 4px 17px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:1300px) {
    .main-menu__list a {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .main-menu__list a {
        font-size: 16px;
        padding: 0;
        color: #fff
    }
}

.main-menu__list .main-menu__sub-list {
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #445aa1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (max-width:1024px) {
    .main-menu__list .main-menu__sub-list {
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.main-menu__list .main-menu__sub-list li {
    margin-left: 0
}

.main-menu__list .main-menu__sub-list li:hover a {
    background: #ffaa04;
    color: #fff
}

@media (max-width:1024px) {
    .main-menu__list .main-menu__sub-list li:hover a {
        background-color: rgba(0, 0, 0, 0);
        color: #ffaa04
    }
}

.main-menu__list .main-menu__sub-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    line-height: 12px;
    padding: 6px 12px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (max-width:1024px) {
    .main-menu__list .main-menu__sub-list a {
        font-size: 12px;
        padding: 6px 0
    }
}

.main-menu__list--white li:hover>a {
    color: #f0a929
}

.main-menu__list--white li:hover>a:before {
    width: 100%
}

.main-menu__list--white a {
    color: #fff
}

.main-menu__list--blue li a:before {
    background: #2a2a86
}

.main-menu__list--blue li:hover a:before {
    width: 100%
}

.content__search .heading__title {
    margin-bottom: 30px
}

.content__search-form {
    position: relative;
    margin-bottom: 60px;
    padding-left: 30px;
    border-bottom: 1px solid #7a7a7a
}

.content__search-icon {
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content__search-icon svg {
    display: block;
    /* width: 18px;
    height: 18px; */
    stroke: #2a2a86
}

.content__search-field {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px
}

.post__search-item {
    margin-bottom: 40px
}

.post__search-item:last-child {
    margin-bottom: 0
}

.post__search-name {
    display: inline-block;
    color: #445aa1;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post__search-name:hover {
    color: #f0a929
}

.post__search-text p {
    color: #7a7a7a;
    font-size: 16px
}

.post__search-nothing {
    color: #445aa1;
    font-weight: 700;
    font-size: 20px
}

@media (max-width:600px) {
    .animate-wrapper__first .header-content {
        /* height: 0; */
        min-height: 300px;
        padding-top: 70px
    }
}

.header-content {
    position: relative;
    height: 85vh;
    min-height: 650px;
    padding-top: 160px
}

@media (max-width:1024px) {
    .header-content {
        height: 100%;
        min-height: 580px
    }
}

@media (max-width:768px) {
    .header-content {
        min-height: 480px
    }
}

.header-content__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0
}

@media (max-width:768px) {
    .header-content__background {
        background-position: 55%
    }
}

.header-content__background--white:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(90%, hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(top, #fff 0, hsla(0, 0%, 100%, 0) 90%);
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 90%);
    display: none
}

@media (max-width:1024px) {
    .header-content__background--white:before {
        display: block
    }
}

.header-content__background--black:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(91deg, #000, hsla(0, 0%, 100%, 0) 80%);
    background: linear-gradient(359deg, #000, hsla(0, 0%, 100%, 0) 80%);
    display: none
}

@media (max-width:1024px) {
    .header-content__background--black:before {
        display: block
    }
}

.header-content--medium {
    height: 80vh;
    min-height: 650%
}

@media (max-width:1024px) {
    .header-content--medium {
        min-height: 650px
    }
}

@media (max-width:600px) {
    .header-content--medium {
        min-height: 100%;
        height: 100%;
        padding-bottom: 40px
    }
}

@media (max-width:600px) {

    .header-content.header-content--career,
    .header-content.header-content-career {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 60px
    }
}

.header-content.header-content--career .layout,
.header-content.header-content-career .layout {
    position: static
}

.header-content .layout {
    position: relative;
    height: 100%
}

.header-content__home {
    position: relative;
    padding-top: 112px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(85vh - 160px)
}

@media (max-width:1024px) {
    .header-content__home {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        min-height: 580px;
        padding-top: 95px;
        padding-bottom: 110px
    }
}

@media (max-width:768px) {
    .header-content__home {
        min-height: 480px;
        padding-top: 35px;
        padding-bottom: 90px
    }
}

@media (max-width:600px) {
    .header-content__home {
        min-height: 240px;
        padding-bottom: 45px
    }
}

.header-content__home h1 {
    max-width: 600px
}

@media (max-width:1024px) {
    .header-content__home h1 {
        max-width: 560px
    }
}

.header-content h1 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    color: #fff
}

@media (max-width:1024px) {
    .header-content h1 {
        font-size: 34px;
        line-height: 44px
    }
}

@media (max-width:768px) {
    .header-content h1 {
        max-width: 360px;
        font-size: 26px;
        line-height: 36px
    }
}

@media (max-width:600px) {
    .header-content h1 {
        max-width: 220px;
        font-size: 20px;
        line-height: 24px
    }
}

.header-content__author {
    position: absolute;
    bottom: 160px;
    right: 0;
    margin-left: auto;
    margin-right: 16px
}

@media (max-width:1199px) {
    .header-content__author {
        position: static;
        margin-left: 0
    }
}

.header-content__author h4 {
    font-size: 28px;
    font-weight: 700;
    color: #f0a929;
    margin-bottom: 8px
}

@media (max-width:1024px) {
    .header-content__author h4 {
        margin-bottom: 2px
    }
}

@media (max-width:600px) {
    .header-content__author h4 {
        font-size: 16px;
        line-height: 1
    }
}

.header-content__author p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff
}

@media (max-width:1024px) {
    .header-content__author p {
        line-height: 30px
    }
}

@media (max-width:600px) {
    .header-content__author p {
        font-size: 10px;
        line-height: 14px
    }
}

.header-content__author i {
    font-weight: 400
}

.header-content__full {
    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;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .header-content__full {
        padding-top: 60px;
        min-height: 410px
    }
}

@media (max-width:480px) {
    .header-content__full {
        min-height: auto
    }
}

.header-content__full--blue .header-content__title {
    color: #2a2a86;
    font-size: 48px;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .header-content__full--blue .header-content__title {
        font-size: 40px
    }
}

@media (max-width:600px) {
    .header-content__full--blue .header-content__title {
        font-size: 32px
    }
}

.header-content__blocks {
    padding-top: 75px;
    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;
    height: 100%
}

@media (max-width:768px) {
    .header-content__blocks {
        padding-top: 20px
    }
}

@media (max-width:600px) {
    .header-content__blocks {
        padding-top: 0;
        display: block
    }
}

.header-content__blocks h1 {
    font-size: 30px
}

@media (min-width:768px) {
    .header-content__blocks h1 {
        font-size: calc(30px + (1000vw - 7680px)/256)
    }
}

@media (min-width:1024px) {
    .header-content__blocks h1 {
        font-size: 40px
    }
}

.header-content__blocks h1 {
    line-height: 40px
}

@media (min-width:768px) {
    .header-content__blocks h1 {
        line-height: calc(40px + (1000vw - 7680px)/256)
    }
}

@media (min-width:1024px) {
    .header-content__blocks h1 {
        line-height: 50px
    }
}

.header-content__bottom {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:600px) {
    .header-content__bottom {
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 40px
    }
}

.header-content__bottom .link {
    margin-bottom: 20px
}

@media (max-width:768px) {
    .header-content__bottom .link--arrow-down {
        display: none
    }
}

.header-content__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 620px;
    background-color: #f0a929;
    color: #fff;
    padding: 100px 82px 40px;
    margin-bottom: -100px
}

@media (max-width:1024px) {
    .header-content__info {
        max-width: 520px;
        padding: 40px;
        margin-bottom: -35px
    }
}

@media (max-width:768px) {
    .header-content__info {
        max-width: 100%;
        padding: 30px;
        margin-bottom: -85px
    }
}

@media (max-width:600px) {
    .header-content__info {
        margin-bottom: -120px
    }
}

.header-content__info p {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600
}

@media (max-width:1024px) {
    .header-content__info p {
        font-size: 16px;
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .header-content__info p {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.header-content__info .link {
    margin-left: auto
}

.header-content__info--blue {
    background-color: rgba(42, 42, 134, .85);
    max-width: 760px;
    padding: 40px;
    margin-bottom: -120px;
    margin-right: -50px;
    color: white !important;
}

@media (max-width:1399px) {
    .header-content__info--blue {
        margin-right: 0
    }
}

@media (max-width:1199px) {
    .header-content__info--blue {
        max-width: 600px;
        padding: 50px;
        margin-bottom: -80px
    }
}

@media (max-width:1024px) {
    .header-content__info--blue {
        max-width: 720px;
        padding: 40px;
        margin-bottom: -40px
    }
}

@media (max-width:600px) {
    .header-content__info--blue {
        padding: 25px;
        margin-bottom: -15px
    }
}

.header-content__info--blue h3,
.header-content__info--blue p {
    font-size: 20px;
    line-height: 32px
}

@media (max-width:1199px) {

    .header-content__info--blue h3,
    .header-content__info--blue p {
        font-size: 18px
    }
}

.header-content__info--blue h3 {
    font-weight: 700
}

.header-content__info--blue p {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 24px
}

@media (max-width:1199px) {
    .header-content__info--blue p {
        margin-top: 20px
    }
}

@media (max-width:1024px) {
    .header-content__info--blue p {
        font-size: 16px;
        line-height: 28px
    }
}

.header-content__title {
    color: #2a2a86;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px
}

.header-content__title--white {
    color: #fff
}

.header-content__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

@media (max-width:1024px) {
    .header-content__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px
    }
}

.header-content__center .header-content__heading {
    margin: 10px 0 50px
}

.header-content__center .header-content__title {
    font-size: 48px
}

.header-content__center .header-content__sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px
}

.header-content__heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0
}

.header-content__career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%
}

.header-content__career-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header-content__career-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-content__career-title {
    color: #fff;
    margin-bottom: 10%
}

@media (max-width:991px) {
    .header-content__career-title {
        margin-top: 20%
    }
}

.header-content__career-title h1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 32px
}

@media (min-width:600px) {
    .header-content__career-title h1 {
        font-size: calc(32px + (1600vw - 9600px)/424)
    }
}

@media (min-width:1024px) {
    .header-content__career-title h1 {
        font-size: 48px
    }
}

.header-content__career-title p {
    font-weight: 700;
    font-size: 26px
}

@media (min-width:600px) {
    .header-content__career-title p {
        font-size: calc(26px + (600vw - 3600px)/424)
    }
}

@media (min-width:1024px) {
    .header-content__career-title p {
        font-size: 32px
    }
}

.header-content__career-link {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .header-content__career-link {
        display: none
    }
}

.header-content__career-link .link {
    color: #fff
}

/* 
.header-content__career-link .link svg {
    fill: #fff
} */

.header-content__career-circle {
    position: relative;
    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;
    text-align: center;
    margin-top: auto;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    width: 186px;
    min-width: 186px;
    height: 186px;
    background-color: #f0a929;
    border-radius: 50%
}

@media (max-width:991px) {
    .header-content__career-circle {
        font-size: 19px;
        width: 160px;
        min-width: 160px;
        height: 160px;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .header-content__career-circle {
        position: absolute;
        bottom: 0;
        right: 20px;
        font-size: 17px;
        width: 140px;
        min-width: 140px;
        height: 140px
    }
}

@media (max-width:600px) {
    .header-content__career-circle {
        bottom: 50px
    }
}

.header-content--small {
    max-height: 450px;
    min-height: 450px
}

.header-content--small .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content__small {
    color: #fff
}

.header-content__small h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 30px
}

@media (min-width:768px) {
    .header-content__small h3 {
        font-size: calc(30px + (1800vw - 13824px)/256)
    }
}

@media (min-width:1024px) {
    .header-content__small h3 {
        font-size: 48px
    }
}

.header-content__small p {
    font-weight: 700;
    font-size: 24px
}

@media (min-width:768px) {
    .header-content__small p {
        font-size: calc(24px + (700vw - 5376px)/256)
    }
}

@media (min-width:1024px) {
    .header-content__small p {
        font-size: 31px
    }
}

.header-content__images.slick-slider {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.header-content__images.slick-slider .slick-list,
.header-content__images.slick-slider .slick-track {
    height: 100%
}

.button-contact {
    position: absolute;
    top: 50%;
    right: 12px;
    color: #fcb116;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: #2b2a86;
    min-height: 30px;
    padding: 6px 21px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    z-index: 100
}

@media (max-width:1024px) {
    .button-contact {
        height: 52px;
        top: 50%;
        min-width: 160px;
        font-size: 22px;
        padding: 8px 16px;
        right: 0
    }
}

@media (max-width:768px) {
    .button-contact {
        height: 30px;
        min-width: auto;
        font-size: 14px;
        padding: 4px 16px
    }
}

.button-contact:hover {
    background: #355ba6
}

.heading--center {
    text-align: center
}

.heading__title {
    font-weight: 700;
    color: #2a2a86;
    font-size: 30px
}

@media (min-width:768px) {
    .heading__title {
        font-size: calc(30px + (1800vw - 13824px)/256)
    }
}

@media (min-width:1024px) {
    .heading__title {
        font-size: 48px
    }
}

.heading__title {
    line-height: 42px
}

@media (min-width:768px) {
    .heading__title {
        line-height: calc(42px + (1600vw - 12288px)/256)
    }
}

@media (min-width:1024px) {
    .heading__title {
        line-height: 58px
    }
}

.heading__title--small {
    font-size: 32px
}

.heading__title--white {
    color: #fff
}

.heading__title--center {
    text-align: center
}

.heading__sub-title {
    color: #445aa1;
    margin-top: 5px;
    font-size: 24px
}

@media (min-width:768px) {
    .heading__sub-title {
        font-size: calc(24px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .heading__sub-title {
        font-size: 32px
    }
}

.top-section {
    position: relative
}

.top-section .layout {
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width:1440px) {
    .top-section .layout {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1024px) {
    .top-section .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

.top-section__inner {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 160px 0 80px;
    min-height: 75vh
}

@media (max-width:767px) {
    .top-section__inner {
        min-height: 480px
    }
}

.top-section__description {
    max-width: 740px
}

@media (max-width:767px) {
    .top-section__description {
        width: 100%;
        max-width: none;
        text-align: center
    }
}

.landing-top__title {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px
}

@media (max-width:767px) {
    .landing-top__title {
        font-size: 32px;
        line-height: 40px
    }
}

.landing__section .layout {
    padding-left: 120px;
    padding-right: 120px
}

@media (max-width:1440px) {
    .landing__section .layout {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1024px) {
    .landing__section .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

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

@media (max-width:991px) {
    .landing-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.landing-content__left {
    width: 50%;
    padding-right: 60px
}

@media (max-width:1440px) {
    .landing-content__left {
        padding-right: 40px
    }
}

@media (max-width:1200px) {
    .landing-content__left {
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .landing-content__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px
    }
}

.landing-content__right {
    width: 50%;
    padding: 0 60px
}

@media (max-width:1440px) {
    .landing-content__right {
        padding: 0 40px
    }
}

@media (max-width:1200px) {
    .landing-content__right {
        padding-left: 30px;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .landing-content__right {
        width: 100%;
        padding-left: 0
    }
}

.landing-cif__top {
    padding: 60px 0 120px
}

@media (max-width:991px) {
    .landing-cif__top {
        padding: 60px 0
    }
}

.landing-cif__top .landing-form__title {
    color: #2a2a86
}

.landing-cif__top .contact__form-main input {
    color: #2a2a86;
    border-bottom-color: #2a2a86
}

.landing-form {
    position: -webkit-sticky;
    position: sticky;
    top: 40px
}

.landing-form__title {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px
}

.landing-cif__bottom {
    padding: 120px 0 80px;
    background-color: #2a2a86
}

@media (max-width:991px) {
    .landing-cif__bottom {
        padding: 60px 0
    }
}

.landing-content__description.white h2,
.landing-content__description.white h3,
.landing-content__description.white p {
    color: #fff
}

.landing-content__description h2 {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
}

.landing-content__description h3 {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px
}

.landing-content__description p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.landing-content__description p:last-child {
    margin-bottom: 0
}

.landing-block__title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 60px
}

@media (max-width:767px) {
    .landing-block__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px
    }
}

.landing-cif__title {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 40px
}

.landing-cif__subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.landing-cif__list {
    margin-bottom: 50px
}

.landing-cif__list:last-child {
    margin-bottom: 0
}

.landing-cif__list li {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

.landing-cif__list li:last-child {
    margin-bottom: 0
}

.cif-related {
    margin-top: 100px
}

@media (max-width: 1125px) {
    .cif-related {
        margin-top: 60px
    }
}

.cif-related__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px
}

@media (max-width:1200px) {
    .cif-related__wrapper {
        margin: 0 -15px
    }
}

@media (max-width:767px) {
    .cif-related__wrapper {
        display: block;
        margin: 0
    }
}

.cif-related__item {
    display: block;
    height: 460px;
    position: relative;
    text-decoration: none;
    width: calc(33.33% - 60px);
    margin: 0 30px;
    background-color: #000
}

@media (max-width:1440px) {
    .cif-related__item {
        height: 345px
    }
}

@media (max-width:1200px) {
    .cif-related__item {
        width: calc(33.33% - 30px);
        margin: 0 15px
    }
}

@media (max-width:767px) {
    .cif-related__item {
        width: 100%;
        margin: 0 0 30px
    }
}

@media (max-width:767px) {
    .cif-related__item:last-child {
        margin-bottom: 0
    }
}

.cif-related__image {
    opacity: .7;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cif-related__text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
    padding: 0 20px
}

.landing-office__top {
    background-color: #f3f5f0;
    padding: 60px 0 80px
}

@media (max-width:991px) {
    .landing-office__top {
        padding: 60px 0
    }
}

.landing-office__top .landing-content__description h2,
.landing-office__top .landing-content__description h3,
.landing-office__top .landing-content__description p,
.landing-office__top .landing-form__title {
    color: #373838
}

.landing-office__top .contact__form-main input {
    padding: 15px 0;
    margin-bottom: 20px
}

.landing-office__top .contact__form-main textarea {
    min-height: 120px
}

.landing-office__top .contact__form-main input,
.landing-office__top .contact__form-main textarea {
    background-color: #f3f5f0;
    font-size: 16px
}

.landing-office__top .contact__form-main .button--submit {
    margin-top: 30px
}

.landing-office__bottom {
    background-color: #2f4534;
    padding: 80px 0 0
}

.landing-office__blogs {
    margin-bottom: 120px
}

@media (max-width:1024px) {
    .landing-office__blogs {
        margin-bottom: 60px
    }
}

.landing-office__blogs:last-child {
    margin-bottom: 0
}

.landing-office__blogs .news-section__item-image {
    min-height: auto;
    padding-bottom: 100%
}

.landing-office__blogs .news-section__item-description {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (max-width:768px) {
    .landing-office__blogs .news-section__item-description {
        font-size: 14px;
        line-height: normal
    }
}

.landing-office__blogs .news-section__content {
    /* background: none; */
    padding: 35px
}

@media (max-width:1024px) {
    .landing-office__blogs .news-section__content {
        padding: 0 20px 25px
    }
}

.landing-office__projects {
    position: relative;
    z-index: 6
}

.landing-office__projects .relevant-projects__wrapper {
    grid-gap: 0 25px
}

@media (max-width:991px) {
    .landing-office__projects .preview-item {
        margin-bottom: 40px
    }
}

@media (max-width:991px) {
    .landing-office__projects .preview-item:last-child {
        margin-bottom: 0
    }
}

.landing-office__projects .preview-item__image {
    min-height: 480px
}

@media (max-width:991px) {
    .landing-office__projects .preview-item__image {
        min-height: 350px
    }
}

@media (max-width:480px) {
    .landing-office__projects .preview-item__image {
        min-height: 250px
    }
}

.landing-office__projects .preview-item__title {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (max-width:991px) {
    .landing-office__projects .preview-item__title {
        font-size: 16px;
        line-height: normal
    }
}

.landing-office__projects .preview-item__list li {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

@media (max-width:991px) {
    .landing-office__projects .preview-item__list li {
        font-size: 16px;
        line-height: normal
    }
}

.landing-office__projects .relevant-projects__button {
    margin-top: 80px
}

.layout {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width:1024px) {
    .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

.layout--full {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.layout-large {
    max-width: 1022px
}

.layout-large,
.layout-small {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.layout-small {
    max-width: 1230px
}

.row {
    margin: 0 -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-md-1 {
    width: 8.33333%
}

.col-md-2 {
    width: 16.66667%
}

.col-md-3 {
    width: 25%
}

.col-md-4 {
    width: 33.33333%
}

.col-md-5 {
    width: 41.66667%
}

.col-md-6 {
    width: 50%
}

.col-md-7 {
    width: 58.33333%
}

.col-md-8 {
    width: 66.66667%
}

.col-md-9 {
    width: 75%
}

.col-md-10 {
    width: 83.33333%
}

.col-md-11 {
    width: 91.66667%
}

.col-md-12 {
    width: 100%
}

[class*=col-md] {
    padding: 0 35px
}

.row-df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-df-1 {
    width: 8.33333%
}

.col-df-2 {
    width: 16.66667%
}

.col-df-3 {
    width: 25%
}

.col-df-4 {
    width: 33.33333%
}

.col-df-5 {
    width: 41.66667%
}

.col-df-6 {
    width: 50%
}

.col-df-7 {
    width: 58.33333%
}

.col-df-8 {
    width: 66.66667%
}

.col-df-9 {
    width: 75%
}

.col-df-10 {
    width: 83.33333%
}

.col-df-11 {
    width: 91.66667%
}

.col-df-12 {
    width: 100%
}

.row-small {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col-sm-1 {
    width: 8.33333%
}

.col-sm-2 {
    width: 16.66667%
}

.col-sm-3 {
    width: 25%
}

.col-sm-4 {
    width: 33.33333%
}

.col-sm-5 {
    width: 41.66667%
}

.col-sm-6 {
    width: 50%
}

.col-sm-7 {
    width: 58.33333%
}

.col-sm-8 {
    width: 66.66667%
}

.col-sm-9 {
    width: 75%
}

.col-sm-10 {
    width: 83.33333%
}

.col-sm-11 {
    width: 91.66667%
}

.col-sm-12 {
    width: 100%
}

[class*=col-sm] {
    padding: 0 15px
}

.life-barker {
    padding-top: 60px;
    padding-bottom: 50px
}

.life-barker--gray {
    background-color: #f8f8f8
}

@media (max-width:768px) {
    .life-barker {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.life-barker__content {
    color: #2a2a86;
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.life-barker__content h3 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 21px;
    text-align: center
}

@media (max-width:768px) {
    .life-barker__content h3 {
        font-size: 32px;
        margin-bottom: 14px
    }
}

.life-barker__content p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400
}

@media (max-width:768px) {
    .life-barker__content p {
        font-size: 16px;
        line-height: 26px
    }
}

.management-services {
    padding-top: 65px;
    padding-bottom: 60px;
    background-color: #445aa1
}

@media (max-width:1024px) {
    .management-services {
        padding-top: 40px;
        padding-bottom: 50px
    }
}

.management-services__heading {
    font-size: 28px;
    font-weight: 700;
    color: #f0a929;
    text-align: center;
    margin-bottom: 90px
}

@media (max-width:1024px) {
    .management-services__heading {
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .management-services__heading {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.management-services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

@media (max-width:1024px) {
    .management-services__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.management-services__items {
    color: #fff;
    padding: 0 40px;
    width: 33.33333%;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .management-services__items {
        padding: 0 10px;
        width: 100%
    }
}

.management-services__items ul {
    margin: 0 auto
}

.management-services__items li {
    position: relative;
    font-size: 16px;
    padding-left: 28px
}

@media (max-width:1024px) {
    .management-services__items li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .management-services__items li {
        font-size: 14px;
        padding-left: 20px
    }
}

.management-services__items li:not(:last-child) {
    margin-bottom: 22px
}

@media (max-width:600px) {
    .management-services__items li:not(:last-child) {
        margin-bottom: 14px
    }
}

.management-services__items li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #f0a929
}

@media (max-width:600px) {
    .management-services__items li:before {
        top: 9px;
        width: 12px
    }
}

.management-services__trigger {
    display: none
}

@media (max-width:768px) {
    .management-services__trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        font-weight: 700;
        color: #fff;
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:768px) {
    .management-services__container {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height .3s;
        -o-transition: max-height .3s;
        transition: max-height .3s
    }
}

@media (max-width:768px) {
    .management-services__container ul {
        padding-top: 10px
    }
}

.management-services__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

@media (max-width:600px) {
    .management-services__button {
        display: none
    }
}

.masonry {
    margin: 0 -10px
}

.masonry .grid-sizer {
    width: 8.33333%
}

@media (max-width:991px) {
    .masonry .grid-sizer {
        width: 50%
    }
}

.masonry__item {
    width: 25%;
    padding: 10px
}

@media (max-width:991px) {
    .masonry__item {
        width: 50%
    }
}

@media (max-width:600px) {
    .masonry__item {
        width: 100%
    }
}

.masonry__item--width2 {
    width: 50%
}

@media (max-width:600px) {
    .masonry__item--width2 {
        width: 100%
    }
}

.masonry__item--width-1 {
    width: 8.33333%
}

.masonry__item--width-2 {
    width: 16.66667%
}

.masonry__item--width-3 {
    width: 25%
}

.masonry__item--width-4 {
    width: 33.33333%
}

.masonry__item--width-5 {
    width: 41.66667%
}

.masonry__item--width-6 {
    width: 50%
}

.masonry__item--width-7 {
    width: 58.33333%
}

.masonry__item--width-8 {
    width: 66.66667%
}

.masonry__item--width-9 {
    width: 75%
}

.masonry__item--width-10 {
    width: 83.33333%
}

.masonry__item--width-11 {
    width: 91.66667%
}

.masonry__item--width-12 {
    width: 100%
}

@media (max-width:991px) {
    [class*=masonry__item] {
        width: 50%
    }
}

@media (max-width:600px) {
    [class*=masonry__item] {
        width: 100%
    }
}

.news-section {
    position: relative;
    padding-top: 144px;
    padding-bottom: 73px;
    background: #fff
}

@media (max-width:1024px) {
    .news-section {
        padding-top: 80px
    }
}

@media (max-width:768px) {
    .news-section {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:600px) {
    .news-section {
        padding-bottom: 20px
    }
}

.news-section .layout {
    padding-left: 95px;
    padding-right: 95px
}

@media (max-width:1024px) {
    .news-section .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1199px) {
    .news-section .layout {
        padding: 0 20px
    }
}

@media (max-width:1199px) {
    .news-section .row {
        margin: 0 -20px;
        padding-left: 5px
    }
}

@media (max-width:768px) {
    .news-section .row {
        padding-left: 0;
        margin: 0 -20px 0 -10px
    }
}

@media (max-width:1199px) {
    .news-section [class*=col-md] {
        padding: 0 15px
    }
}

@media (max-width:768px) {
    .news-section [class*=col-md] {
        padding: 0 10px
    }
}

.news-section .heading {
    margin-bottom: 52px
}

@media (max-width:991px) {
    .news-section .heading {
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .news-section .heading {
        margin-bottom: 28px
    }
}

.news-section__item {
    width: 100%
}

@media (max-width:1024px) {
    .news-section__item {
        min-width: 400px;
        max-width: 400px
    }
}

@media (max-width:768px) {
    .news-section__item {
        min-width: 320px;
        max-width: 320px
    }
}

@media (max-width:600px) {
    .news-section__item {
        min-width: 280px;
        max-width: 280px
    }
}

@media (max-width:480px) {
    .news-section__item {
        min-width: 220px;
        max-width: 220px
    }
}

.news-section__item:hover .news-section__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.news-section__item-image {
    position: relative;
    min-height: 365px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden
}

@media (max-width:1024px) {
    .news-section__item-image {
        min-height: auto;
        padding-bottom: 100%
    }
}

@media (max-width:768px) {
    .news-section__item-image {
        margin-bottom: 8px
    }
}

.news-section__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-section__content {
    position: absolute;
    bottom: 0;
    left: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, #000 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
    padding: 0 20px 25px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden
}

@media (max-width:1024px) {
    .news-section__content {
        min-height: auto
    }
}

.news-section__date {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 18px
}

@media (max-width:1024px) {
    .news-section__date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px
    }
}

.news-section__text {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 370px
}

@media (max-width:1024px) {
    .news-section__text {
        font-size: 14px;
        line-height: 24px
    }
}

.news-section__item-description {
    color: #445aa1;
    font-size: 20px;
    line-height: 30px
}

@media (max-width:768px) {
    .news-section__item-description {
        font-size: 14px;
        line-height: normal
    }
}

.number-block {
    padding-top: 34px;
    padding-bottom: 54px;
    background-color: #f8f8f8
}

@media (max-width:768px) {
    .number-block {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.number-block h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #2a2a86;
    text-align: center;
    margin-bottom: 25px
}

.number-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.number-block__items {
    width: 33.33333%;
    text-align: center;
    padding: 0 5px
}

.number-block .odometer {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #2a2a86
}

@media (max-width:768px) {
    .number-block .odometer {
        font-size: 50px;
        line-height: 50px
    }
}

@media (max-width:600px) {
    .number-block .odometer {
        font-size: 32px;
        line-height: 1;
        white-space: nowrap
    }
}

.number-block .odometer.odometer-auto-theme {
    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
}

.number-block .odometer .symbol {
    margin-left: 8px
}

.number-block p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.our-offices {
    padding-top: 30px
}

@media (min-width:768px) {
    .our-offices {
        padding-top: calc(30px + (4600vw - 35328px)/256)
    }
}

@media (min-width:1024px) {
    .our-offices {
        padding-top: 76px
    }
}

.our-offices {
    padding-bottom: 30px
}

@media (min-width:768px) {
    .our-offices {
        padding-bottom: calc(30px + (6000vw - 46080px)/256)
    }
}

@media (min-width:1024px) {
    .our-offices {
        padding-bottom: 90px
    }
}

.our-offices .layout {
    max-width: 1024px
}

.our-offices .row-df {
    margin: 0 -13px
}

.our-offices [class*=col-df] {
    padding: 0 13px
}

@media (max-width:600px) {
    .our-offices [class*=col-df] {
        width: 100%
    }
}

.our-offices__title {
    color: #445aa1;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 85px;
    margin-bottom: 50px
}

@media (min-width:768px) {
    .our-offices__title {
        margin-bottom: calc(50px + (3500vw - 26880px)/256)
    }
}

@media (min-width:1024px) {
    .our-offices__title {
        margin-bottom: 85px
    }
}

.our-offices__items:not(:last-child) {
    margin-bottom: 70px
}

@media (max-width:600px) {
    .our-offices__items:not(:last-child) {
        margin-bottom: 40px
    }
}

.our-offices__items--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.our-offices__items--reverse .our-offices__items-content {
    max-width: 350px;
    margin: 0 auto
}

@media (max-width:600px) {
    .our-offices__items--reverse .our-offices__items-content {
        margin: 0
    }
}

.our-offices__items-image {
    position: relative;
    overflow: hidden;
    min-height: 280px
}

@media (min-width:768px) {
    .our-offices__items-image {
        min-height: calc(280px + (4000vw - 30720px)/256)
    }
}

@media (min-width:1024px) {
    .our-offices__items-image {
        min-height: 320px
    }
}

@media (max-width:600px) {
    .our-offices__items-image {
        margin-bottom: 20px;
        min-height: 280px
    }
}

@media (max-width:600px) and (min-width:360px) {
    .our-offices__items-image {
        min-height: calc(280px + (6000vw - 21600px)/240)
    }
}

@media (max-width:600px) and (min-width:600px) {
    .our-offices__items-image {
        min-height: 340px
    }
}

.our-offices__items-image img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform-origin: left;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.our-offices__items-image:before,
.our-offices__items-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.our-offices__items-image:before {
    display: block;
    content: "";
    background: #627dbb;
    z-index: 10;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform-origin: left;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.our-offices__items-image--active:before {
    -webkit-animation: showImage 1.2s both;
    animation: showImage 1.2s both
}

.our-offices__items-image--active img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.our-offices__items-content {
    padding: 5px 40px 20px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 0
}

@media (max-width:991px) {
    .our-offices__items-content {
        padding: 10px 0
    }
}

.our-offices__items-content--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.our-offices__items-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #445aa1
}

.our-offices__items-content p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a
}

.our-offices__link {
    position: relative;
    display: inline-block;
    color: #f0a929;
    font-size: 14px;
    margin-top: 24px
}

.our-offices__link:before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #f0a929;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@-webkit-keyframes showImage {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes showImage {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.our-solutions {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #25258a
}

@media (max-width:600px) {
    .our-solutions {
        padding-top: 20px
    }
}

.our-solutions .layout {
    max-width: 1100px
}

.our-solutions .heading {
    margin-bottom: 60px
}

.our-solutions .heading__title {
    color: #f0a929;
    font-size: 26px
}

@media (min-width:768px) {
    .our-solutions .heading__title {
        font-size: calc(26px + (1200vw - 9216px)/256)
    }
}

@media (min-width:1024px) {
    .our-solutions .heading__title {
        font-size: 38px
    }
}

@media (max-width:991px) {
    .our-solutions [class*=col-sm] {
        width: 50%
    }
}

@media (max-width:991px) {
    .our-solutions__item {
        margin: 0 auto 50px
    }
}

@media (max-width:600px) {
    .our-solutions__item {
        margin: 0 auto 30px
    }
}

.our-solutions__icon {
    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;
    border-radius: 50%;
    margin: 0 auto
}

.our-solutions__icon--big {
    width: 160px;
    height: 160px;
    margin-bottom: 20px
}

@media (max-width:600px) {
    .our-solutions__icon--big {
        width: 140px;
        height: 140px;
        margin-bottom: 10px
    }
}

.our-solutions__title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center
}

@media (max-width:600px) {
    .our-solutions__title {
        font-size: 15px
    }
}

.our-solutions__title svg {
    position: absolute;
    bottom: 0;
    left: calc(100% + 10px);
    stroke: #f0a929;
    width: 30px
}

@media (max-width:600px) {
    .our-solutions__title svg {
        width: 24px;
        height: 18px
    }
}

.our-solutions__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-right: 15px */
}

.pagination .nav-links {
    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
}

@media (max-width:1024px) {
    .pagination .nav-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination .page-numbers,
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #f0a929;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 1px
}

.pagination .page-numbers.dots {
    background-color: #f9af17;
    color: #fff
}

.pagination .prev svg {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.pagination .arrow-pagination {
    fill: #f9af17
}

.partners-block {
    padding-top: 62px;
    padding-bottom: 94px;
    background-color: #2a2a86
}

@media (max-width:768px) {
    .partners-block {
        padding-bottom: 70px
    }
}

.partners-block__heading {
    text-align: center;
    max-width: 735px;
    margin: 0 auto 50px;
    color: #fff
}

@media (max-width:768px) {
    .partners-block__heading {
        max-width: 500px
    }
}

.partners-block__heading h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 28px
}

@media (max-width:768px) {
    .partners-block__heading h3 {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.partners-block__heading p {
    font-size: 16px
}

@media (max-width:768px) {
    .partners-block__heading p {
        font-size: 14px
    }
}

.partners-block__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 80px 124px;
    padding-top: 60px
}

@media (max-width:1199px) {
    .partners-block__wrapper {
        grid-gap: 40px 40px
    }
}

@media (max-width:768px) {
    .partners-block__wrapper {
        display: block;
        padding-top: 20px
    }
}

.partners-block__item {
    color: #fff
}

@media (max-width:768px) {
    .partners-block__item {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .partners-block__item:not(:last-child) {
        margin-bottom: 50px
    }
}

.partners-block .link--arrow {
    margin-top: 30px
}

.partners-block__image {
    margin-bottom: 25px
}

.partners-block__image--center img {
    margin: 0 auto
}

.partners-block__image img {
    display: block;
    max-width: 100%
}

@media (max-width:768px) {
    .partners-block__image img {
        margin: 0 auto 20px
    }
}

.partners-block__content p:not(:last-child) {
    margin-bottom: 18px
}

@media (min-width:768px) {
    .partners-block__content p:not(:last-child) {
        margin-bottom: calc(18px + (600vw - 4608px)/256)
    }
}

@media (min-width:1024px) {
    .partners-block__content p:not(:last-child) {
        margin-bottom: 24px
    }
}

.partners-slider {
    margin-bottom: 80px
}

.partners-slider__heading {
    margin-bottom: 55px
}

.partners-slider__heading h3 {
    font-size: 32px;
    color: #2a2a86
}

.partners-slider__wrapper {
    position: relative;
    padding: 0 80px
}

@media (max-width:991px) {
    .partners-slider__wrapper {
        padding: 0 50px
    }
}

@media (max-width:768px) {
    .partners-slider__wrapper {
        padding: 0
    }
}

.partners-slider__prev {
    left: 0
}

.partners-slider__prev svg {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.partners-slider__next {
    right: 0
}

.partners-slider__next,
.partners-slider__prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

@media (max-width:768px) {

    .partners-slider__next,
    .partners-slider__prev {
        display: none !important
    }
}

.partners-slider__items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px
}

.partners-slider__items img {
    max-width: 100%
}

@media (max-width:1024px) {
    .partners-slider__items img {
        max-width: 70%
    }
}

.people-content {
    padding-top: 20px
}

@media (max-width:1024px) {
    .people-content {
        padding-top: 10px
    }
}

@media (max-width:991px) {
    .people-content {
        padding-top: 0
    }
}

.people-content--sustainability {
    padding-top: 10px
}

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

@media (max-width:1024px) {
    .people-content__wrapper {
        display: block
    }
}

@media (max-width:1024px) {
    .people-content .roe-df {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:768px) {
    .people-content .roe-df {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.people-content__text {
    max-width: 690px;
    width: 100%;
    margin-right: 64px
}

@media (max-width:1199px) {
    .people-content__text {
        margin-right: 30px;
        width: 40%
    }
}

@media (max-width:1024px) {
    .people-content__text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

.people-content__text h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
    color: #2a2a86;
    margin-bottom: 24px
}

@media (max-width:600px) {
    .people-content__text h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 16px
    }
}

.people-content__text p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px
}

.people-content__text p:not(:last-child) {
    margin-bottom: 24px
}

.people-content__text .link--arrow-down {
    margin-top: 30px;
    font-weight: 600
}

@media (max-width:768px) {
    .people-content__text .link--arrow-down {
        display: none
    }
}

@media (max-width:1199px) {
    .people-content__text .link--arrow-down {
        margin-top: 20px
    }
}

.people-content__text .link--arrow-down .arrow-bottom {
    margin-top: 5px;
    width: 24px
}

.people-content__slider-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1199px) {
    .people-content__slider-wrapper {
        width: 60%
    }
}

@media (max-width:1024px) {
    .people-content__slider-wrapper {
        width: 100%
    }
}

.people-content__image img {
    max-width: 100%
}

.people-content .row-df {
    margin: 0 -15px
}

.people-content .col-df-6 {
    padding: 0 15px
}

@media (max-width:768px) {
    .people-content .col-df-6 {
        width: 100%
    }
}

.people-content .col-df-6 .people-content__text {
    width: 100% !important
}

.people-content__slider-main {
    position: relative;
    max-width: 712px
}

@media (max-width:1024px) {
    .people-content__slider-main {
        max-width: 100%
    }
}

.people-content__slider-main img {
    max-width: 100%
}

.people-content__slider-item {
    position: relative
}

.people-content__slider-item img {
    max-width: 100%
}

@media (max-width:1024px) {
    .people-content__slider-item img {
        width: 100%
    }
}

.people-content__slider-text {
    position: absolute;
    top: 23px;
    color: #2a2a86;
    width: 100%;
    left: 0;
    padding: 0 23px
}

@media (max-width:1199px) {
    .people-content__slider-text {
        padding: 0 90px
    }
}

@media (max-width:600px) {
    .people-content__slider-text {
        top: 0;
        padding: 15px
    }
}

.people-content__slider-text h3 {
    font-weight: 700;
    font-size: 20px
}

@media (max-width:600px) {
    .people-content__slider-text h3 {
        font-size: 18px
    }
}

.people-content__slider-text p {
    font-size: 20px
}

@media (max-width:600px) {
    .people-content__slider-text p {
        font-size: 18px
    }
}

.people-content__nav,
.people-content__slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.people-content__nav {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0a929;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .people-content__nav {
        width: 50px;
        height: 50px
    }
}

.people-content__nav svg {
    position: relative;
    width: 20px
}

@media (max-width:1199px) {
    .people-content__nav svg {
        width: 14px
    }
}

.people-content__prev {
    left: 23px
}

@media (max-width:1199px) {
    .people-content__prev {
        left: 15px
    }
}

@media (max-width:1024px) {
    .people-content__prev {
        left: -15px
    }
}

.people-content__prev svg {
    right: 2%
}

.people-content__next {
    right: 23px
}

@media (max-width:1199px) {
    .people-content__next {
        right: 15px
    }
}

@media (max-width:1024px) {
    .people-content__next {
        right: -15px
    }
}

.people-content__next svg {
    left: 2%;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.people-content .slick-dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.people-content .slick-dots li.slick-active button {
    background: #f0a929
}

.people-content .slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px
}

.person-services {
    background: #f9f9f9;
    padding-top: 40px
}

@media (min-width:991px) {
    .person-services {
        padding-top: calc(40px + (2000vw - 19820px)/208)
    }
}

@media (min-width:1199px) {
    .person-services {
        padding-top: 60px
    }
}

.person-services {
    padding-bottom: 40px
}

@media (min-width:991px) {
    .person-services {
        padding-bottom: calc(40px + (5000vw - 49550px)/208)
    }
}

@media (min-width:1199px) {
    .person-services {
        padding-bottom: 90px
    }
}

.person-services .heading {
    margin-bottom: 30px
}

@media (min-width:991px) {
    .person-services .heading {
        margin-bottom: calc(30px + (3000vw - 29730px)/208)
    }
}

@media (min-width:1199px) {
    .person-services .heading {
        margin-bottom: 60px
    }
}

@media (max-width:991px) {
    .person-services .heading {
        text-align: center
    }
}

.person-services__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 270px));
    grid-gap: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .person-services__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 10px
    }
}

.person-services__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.person-section {
    padding-top: 74px;
    padding-bottom: 32px
}

@media (max-width:991px) {
    .person-section {
        padding-top: 40px
    }
}

.person-section .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:920px) {
    .person-section .layout {
        display: block
    }
}

.person {
    width: 100%;
    margin-left: 77px
}

@media (max-width:1199px) {
    .person {
        margin-left: 30px
    }
}

@media (max-width:920px) {
    .person {
        margin-left: 0
    }
}

.person__hide {
    display: none
}

@media (max-width:480px) {
    .person .link {
        font-size: 13px
    }
}

@media (max-width:480px) {
    .person .link--arrow svg {
        width: 24px
    }
}

.person__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media (max-width:1024px) {
    .person__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:667px) {
    .person__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width:480px) {
    .person__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px
    }
}

.person__col {
    width: 33.33333%;
    max-width: 300px;
    padding: 0 15px
}

@media (max-width:667px) {
    .person__col {
        width: 50%
    }
}

@media (max-width:480px) {
    .person__col {
        width: 100%;
        padding: 0 10px
    }
}

.person__item {
    position: relative;
    width: 100%;
    max-width: 270px;
    min-height: 400px;
    background-color: #e2e7ea;
    margin-bottom: 26px;
    -webkit-perspective: 800px;
    perspective: 800px;
    cursor: pointer;
    overflow: hidden;
}

@media (max-width:480px) {
    .person__item {
        min-height: 400px;
        max-width: none
    }
}

.person__item:hover .person__item-hide-content {
    opacity: .9;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.person__item-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.person__item-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #2a2a86;
    font-size: 14px;
    padding: 8px
}

.person__item-title h4 {
    color: #2a2a86;
    font-size: 14px;
    font-weight: 700
}

.person__item-hide-content {
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 20px;
    background-color: #2a2a86;
    -webkit-transform: rotateX(-20deg);
    transform: rotateX(-20deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    opacity: 0;
    visibility: hidden; */
    position: absolute;
    bottom: 0;
    left: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, #000 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
    padding: 0 20px 25px;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden
}

@media (max-width:920px) {
    .person__item-hide-content {
        opacity: .9;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@media (max-width:480px) {
    .person__item-hide-content {
        padding: 15px
    }
}

.person__item-hide-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px
}

@media (max-width:920px) {
    .person__item-hide-content p {
        display: none
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset rgba(0, 0, 0, 0)
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.popup__person {
    position: relative;
    max-width: 900px;
    background: #25258a;
    padding: 40px;
    margin: 40px auto
}

@media (max-width:768px) {
    .popup__person {
        padding: 30px 25px
    }
}

.popup__person-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

@media (max-width:600px) {
    .popup__person-wrapper {
        display: block
    }
}

.popup__person-image {
    position: relative;
    min-width: 320px
}

@media (max-width:768px) {
    .popup__person-image {
        min-width: 250px
    }
}

@media (max-width:600px) {
    .popup__person-image {
        max-width: 250px;
        min-width: 250px;
        max-height: 250px;
        min-height: 250px;
        margin-bottom: 20px
    }
}

.popup__person-image img {
    max-width: 100%
}

@media (max-width:600px) {
    .popup__person-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center -20px;
        object-position: center -20px
    }
}

.popup__person-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 550px;
    margin-left: 60px
}

@media (max-width:768px) {
    .popup__person-content {
        margin-left: 30px
    }
}

@media (max-width:600px) {
    .popup__person-content {
        margin-left: 0
    }
}

.popup__person-head {
    margin-bottom: 25px
}

.popup__person-head h3 {
    font-size: 20px;
    font-weight: 700
}

.popup__person-head p {
    font-size: 18px
}

.popup__person-text {
    margin-bottom: 40px
}

.popup__person-text p {
    font-size: 15px;
    line-height: 22px
}

.popup__person-text p:not(:last-child) {
    margin-bottom: 14px
}

.popup__person-text p a {
    color: #f0a929
}

.popup__person-text p a:hover {
    text-decoration: underline
}

.popup__person .mfp-close {
    display: none
}

.popup__person .popup-default__close {
    position: absolute;
    top: 25px;
    right: 25px;
    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;
    width: 24px;
    height: 24px;
    background: #f0a929;
    border-radius: 50%;
    cursor: pointer
}

.popup__person .popup-default__close svg {
    fill: #fff;
    width: 10px;
    height: 10px
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg,
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg,
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg,
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.mfp-with-fade.mfp-bg,
.mfp-with-fade .mfp-content {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.portal__description {
    background-color: #2a2a86;
    padding-top: 64px;
    padding-bottom: 40px
}

@media (max-width:768px) {
    .portal__description {
        padding-top: 112px
    }
}

.portal__description .layout {
    max-width: 1244px
}

.portal__description-content {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    max-width: 685px
}

@media (max-width:1024px) {
    .portal__description-content {
        font-size: 15px;
        line-height: normal
    }
}

.portal__description-logo {
    margin-bottom: 48px;
    margin-left: -58px;
    max-width: 70%
}

@media (max-width:1399px) {
    .portal__description-logo {
        margin-left: 0;
        margin-bottom: 30px
    }
}

.portal__items {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    background-color: #2a2a86;
    padding: 40px 0
}

@media (max-width:1024px) {
    .portal__items {
        font-size: 15px;
        line-height: normal
    }
}

@media (max-width:768px) {
    .portal__items {
        padding: 45px 0
    }
}

.portal__items .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1244px
}

@media (max-width:768px) {
    .portal__items .layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.portal__items--light-blue {
    background-color: #445aa1
}

.portal__items--reverse .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width:768px) {
    .portal__items--reverse .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.portal__items--reverse .portal__items-content {
    padding-right: 0;
    padding-left: 55px
}

@media (max-width:1024px) {
    .portal__items--reverse .portal__items-content {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .portal__items--reverse .portal__items-content {
        padding-left: 0
    }
}

.portal__items-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 42%;
    padding-right: 55px
}

@media (max-width:1024px) {
    .portal__items-content {
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .portal__items-content {
        width: 50%
    }
}

@media (max-width:768px) {
    .portal__items-content {
        width: 100%;
        padding-right: 0
    }
}

.portal__items-content h4 {
    font-size: 30px;
    color: #f0a929;
    margin-bottom: 20px
}

@media (max-width:1024px) {
    .portal__items-content h4 {
        font-size: 24px;
        margin-bottom: 14px
    }
}

.portal__items-content .button {
    margin-top: 30px;
    min-width: 200px
}

@media (max-width:991px) {
    .portal__items-content .button {
        min-height: 44px;
        min-width: 180px;
        padding: 8px 20px;
        margin-top: 20px
    }
}

.portal__items-media {
    width: 58%
}

@media (max-width:991px) {
    .portal__items-media {
        width: 50%
    }
}

@media (max-width:768px) {
    .portal__items-media {
        width: 100%;
        margin-bottom: 30px
    }
}

.portal__items-media:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.portal__items-play {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #f0a929;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50
}

@media (max-width:1024px) {
    .portal__items-play {
        width: 80px;
        height: 80px
    }
}

.portal__items-media-preview {
    position: relative;
    display: block;
    font-size: 0;
    overflow: hidden
}

.portal__items-media-preview:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 40
}

.portal__items-media-preview img {
    max-width: 100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.portal .text-block {
    padding: 60px 0 160px
}

@media (max-width:1024px) {
    .portal .text-block {
        font-size: 15px;
        line-height: normal;
        padding: 20px 0 100px
    }
}

@media (max-width:768px) {
    .portal .text-block {
        padding: 20px 0 60px
    }
}

.portal .text-block__wrapper {
    max-width: 540px;
    margin: 0 auto;
    text-align: center
}

.portal .text-block .button {
    margin-top: 50px
}

@media (max-width:991px) {
    .portal .text-block .button {
        min-height: 44px;
        min-width: 180px;
        padding: 8px 20px;
        margin-top: 30px
    }
}

.portal .text-block .layout {
    max-width: 1244px
}

.preview-item__image {
    position: relative;
    display: block
}

.preview-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.preview-item__image--first {
    padding-top: 100%
}

.preview-item__image--default-height {
    min-height: 300px
}

@media (max-width:480px) {
    .preview-item__image--default-height {
        min-height: 250px
    }
}

.preview-item__image--sector {
    min-height: 270px;
    max-width: 463px;
    background-repeat: no-repeat;
    background-position: center 0
}

@media (max-width:768px) {
    .preview-item__image--sector {
        min-height: 120px;
        background-size: cover;
        background-position: 50%
    }
}

.preview-item__image:hover {
    /* cursor: none */
}

.preview-item__content {
    margin-top: 16px
}

@media (max-width:768px) {
    .preview-item__content {
        margin-top: 10px
    }
}

.preview-item__content-link {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .15 ease-out;
    -o-transition: all .15 ease-out;
    transition: all .15 ease-out
}

@media (max-width:768px) {
    .preview-item__content-link {
        font-size: 14px
    }
}

.preview-item__content-link:hover {
    color: #2b2a86
}

.preview-item__options {
    margin-top: 20px
}

@media (min-width:991px) {
    .preview-item__options {
        margin-top: calc(20px + (1400vw - 13874px)/208)
    }
}

@media (min-width:1199px) {
    .preview-item__options {
        margin-top: 34px
    }
}

.preview-item__title {
    color: #445aa1;
    font-weight: 700;
    font-size: 16px
}

@media (min-width:991px) {
    .preview-item__title {
        font-size: calc(16px + (400vw - 3964px)/208)
    }
}

@media (min-width:1199px) {
    .preview-item__title {
        font-size: 20px
    }
}

.preview-item__list li {
    color: #7a7a7a;
    font-size: 16px
}

@media (min-width:991px) {
    .preview-item__list li {
        font-size: calc(16px + (400vw - 3964px)/208)
    }
}

@media (min-width:1199px) {
    .preview-item__list li {
        font-size: 20px
    }
}

.process {
    background-color: #25258a;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 110px
}

@media (max-width:1199px) {
    .process {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width:768px) {
    .process {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.process__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%)
}

.process__prev {
    left: 15px
}

.process__prev svg {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.process__next {
    right: 15px
}

.process__head {
    color: #fff;
    max-width: 560px;
    margin-bottom: 45px
}

@media (max-width:991px) {
    .process__head {
        text-align: center;
        margin: 0 auto 45px
    }
}

.process__head h3 {
    font-size: 32px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .process__head h3 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.process__head p {
    font-size: 20px
}

@media (max-width:991px) {
    .process__head p {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .process__wrapper {
        margin: 0 -20px
    }
}

.process__rotation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 700px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .process__rotation {
        min-height: 700px;
        max-width: 700px
    }
}

@media (max-width:991px) {
    .process__rotation {
        max-width: 100%;
        min-height: auto;
        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
    }
}

.process__content {
    max-width: 380px;
    margin: auto
}

@media (max-width:1199px) {
    .process__content {
        max-width: 320px
    }
}

@media (max-width:991px) {
    .process__content {
        position: relative;
        max-width: 600px;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        margin: 0 0 80px
    }
}

@media (max-width:768px) {
    .process__content {
        width: 100%
    }
}

.process__content-item {
    display: none
}

.process__content-item--active {
    display: block
}

@media (max-width:991px) {
    .process__content-item {
        padding: 0 15px
    }
}

.process__content-item h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px
}

@media (max-width:1199px) {
    .process__content-item h3 {
        font-size: 20px;
        margin-bottom: 14px
    }
}

@media (max-width:991px) {
    .process__content-item h3 {
        text-align: left
    }
}

.process__content-item p {
    font-size: 14px
}

.process__content-item p:not(:last-child) {
    margin-bottom: 18px
}

@media (max-width:991px) {
    .process__box-item {
        width: 100%;
        display: block
    }
}

.process__items-icon {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    background-color: #f4b125;
    border-radius: 50%;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    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
}

@media (max-width:991px) {
    .process__items-icon {
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .process__items-icon {
        min-width: 100px;
        max-width: 100px;
        height: 100px
    }
}

.process__items-icon img {
    max-width: 70px
}

@media (max-width:1199px) {
    .process__items-icon img {
        max-width: 60%
    }
}

.process__items {
    position: absolute;
    min-width: 140px;
    max-width: 140px;
    height: 140px;
    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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:991px) {
    .process__items {
        position: static;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        padding: 0 20px;
        width: 50%;
        min-width: auto;
        max-width: 100%;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 0 auto
    }
}

.process__items--active .process__items-icon {
    background-color: #445aa1
}

@media (max-width:991px) {
    .process__items--active .process__items-icon {
        background-color: #f4b125
    }
}

.process__items--el1 {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process__items--el1 .process__items-text {
    top: -40px
}

.process__items--el1 .process__items-arrow {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.process__items--el2 {
    top: 10%;
    right: 10%
}

.process__items--el2 .process__items-text {
    left: calc(100% + 20px)
}

.process__items--el2 .process__items-arrow {
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg)
}

.process__items--el3 {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.process__items--el3 .process__items-text {
    left: calc(100% + 20px)
}

.process__items--el3 .process__items-arrow {
    -webkit-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg)
}

.process__items--el4 {
    bottom: 10%;
    right: 10%
}

.process__items--el4 .process__items-text {
    left: calc(100% + 20px)
}

.process__items--el4 .process__items-arrow {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg)
}

.process__items--el5 {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.process__items--el5 .process__items-text {
    bottom: -40px
}

.process__items--el5 .process__items-arrow {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg)
}

.process__items--el6 {
    bottom: 10%;
    left: 10%
}

.process__items--el6 .process__items-text {
    right: calc(100% + 40px)
}

.process__items--el6 .process__items-arrow {
    -webkit-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg)
}

.process__items--el7 {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.process__items--el7 .process__items-text {
    right: calc(100% + 40px)
}

.process__items--el7 .process__items-arrow {
    -webkit-transform: rotate(290deg);
    -ms-transform: rotate(290deg);
    transform: rotate(290deg)
}

.process__items--el8 {
    top: 10%;
    left: 10%
}

.process__items--el8 .process__items-text {
    right: calc(100% + 40px)
}

.process__items--el8 .process__items-arrow {
    -webkit-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg)
}

.process .slick-slide .process__items .process__items-text {
    white-space: normal
}

@media (max-width:991px) {
    .process .slick-slide .process__items {
        width: 160px
    }
}

.process .slick-slide.slick-center .process__items .process__items-icon {
    background-color: #445aa1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.process .slick-slide.slick-center .process__items .process__items-text {
    color: #445aa1
}

.process .process__box-item .slick-list {
    padding-top: 15px !important
}

.process__items-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media (max-width:991px) {
    .process__items-arrow {
        display: none
    }
}

.process__items-arrow .arrow-link {
    position: absolute;
    top: 20px;
    left: 100%;
    stroke: #f4b125;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.process__items-text {
    position: absolute;
    font-size: 20px;
    color: #fff;
    white-space: nowrap
}

@media (max-width:1199px) {
    .process__items-text {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .process__items-text {
        position: static;
        margin-top: 34px;
        font-size: 16px
    }
}

.project-preview {
    position: relative
}

.project-preview .layout {
    padding: 0 95px
}

@media (max-width:1024px) {
    .project-preview .layout {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:768px) {
    .project-preview .layout {
        padding: 0 15px
    }
}

.project-preview--offset-top {
    margin-top: -90px
}

@media (max-width:1024px) {
    .project-preview--offset-top {
        margin-top: -50px
    }
}

@media (max-width:600px) {
    .project-preview--offset-top {
        margin-top: -20px
    }
}

@media (max-width:1024px) {
    .project-preview .row {
        margin: 0 -20px
    }
}

@media (max-width:768px) {
    .project-preview .row {
        margin: 0 -10px
    }
}

@media (max-width:1024px) {
    .project-preview [class*=col-md] {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .project-preview [class*=col-md] {
        padding: 0 10px
    }
}

.project-preview .preview-item {
    max-width: 480px;
    margin: 0 auto 25px
}

@media (max-width:768px) {
    .project-view__container .link__scroll {
        display: none
    }
}

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

@media (max-width:991px) {
    .project-view__row {
        display: block
    }
}

.project-view__content {
    width: 50%;
    color: #7a7a7a;
    font-size: 15px;
    line-height: 23px;
    padding-right: 30px
}

@media (max-width:1199px) {
    .project-view__content {
        max-width: 100%
    }
}

@media (max-width:991px) {
    .project-view__content {
        max-width: 100%;
        width: 100%;
        padding-right: 0
    }
}

.project-view__content .link--back {
    margin-bottom: 10px;
    color: #f0a929
}

.project-view__content h1 {
    font-weight: 700;
    color: #2a2a86;
    margin-bottom: 16px;
    font-size: 32px
}

@media (min-width:991px) {
    .project-view__content h1 {
        font-size: calc(32px + (800vw - 7928px)/208)
    }
}

@media (min-width:1199px) {
    .project-view__content h1 {
        font-size: 40px
    }
}

.project-view__content h1 {
    line-height: 38px
}

@media (min-width:991px) {
    .project-view__content h1 {
        line-height: calc(38px + (2000vw - 19820px)/208)
    }
}

@media (min-width:1199px) {
    .project-view__content h1 {
        line-height: 58px
    }
}

.project-view__content ul {
    max-width: 320px;
    margin-bottom: 30px
}

.project-view__content li {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px
}

.project-view__content li span {
    color: #2a2a86
}

.project-view__content p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0;
    max-width: 460px
}

@media (max-width:1199px) {
    .project-view__content p {
        max-width: 100%
    }
}

.project-view__content a {
    color: #2a2a86
}

.project-view__gallery {
    width: 50%;
    padding-left: 15px
}

@media (max-width:1199px) {
    .project-view__gallery {
        max-width: 100%;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .project-view__gallery {
        max-width: 100%;
        width: 100%
    }
}

.project-view__gallery img {
    width: 100%;
    max-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    font-size: 0
}

.project-view__gallery img:not(:last-child) {
    margin-bottom: 35px
}

.project-view__gallery--horizon {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 0;
    width: 100%;
    max-width: 100%
}

.project-view__gallery--horizon img {
    max-width: 100%
}

.post-view__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px
}

@media (max-width:991px) {
    .post-view__row {
        display: block
    }
}

.post-view__row:last-child {
    margin-bottom: 0
}

.post-view__row.left .post-view__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 100px
}

@media (max-width:1200px) {
    .post-view__row.left .post-view__content {
        padding-left: 40px
    }
}

@media (max-width:991px) {
    .post-view__row.left .post-view__content {
        padding-left: 0
    }
}

.post-view__row.left .post-view__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.post-view__row.unequal .post-view__content {
    width: 46.43%
}

@media (max-width:1200px) {
    .post-view__row.unequal .post-view__content {
        width: 50%
    }
}

@media (max-width:991px) {
    .post-view__row.unequal .post-view__content {
        width: 100%
    }
}

.post-view__row.unequal .post-view__img {
    width: 53.57%
}

@media (max-width:1200px) {
    .post-view__row.unequal .post-view__img {
        width: 50%
    }
}

@media (max-width:991px) {
    .post-view__row.unequal .post-view__img {
        width: 100%
    }
}

.post-view__content {
    width: 50%;
    color: #7a7a7a;
    font-size: 15px;
    line-height: 23px;
    padding-right: 100px
}

@media (max-width:1200px) {
    .post-view__content {
        padding-right: 40px
    }
}

@media (max-width:991px) {
    .post-view__content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }
}

.post-view__content .link--back {
    margin-bottom: 10px;
    color: #f0a929
}

.post-view__content h1 {
    font-weight: 700;
    color: #2a2a86;
    margin-bottom: 30px;
    font-size: 32px
}

@media (min-width:991px) {
    .post-view__content h1 {
        font-size: calc(32px + (800vw - 7928px)/208)
    }
}

@media (min-width:1199px) {
    .post-view__content h1 {
        font-size: 40px
    }
}

.post-view__content h1 {
    line-height: 38px
}

@media (min-width:991px) {
    .post-view__content h1 {
        line-height: calc(38px + (2000vw - 19820px)/208)
    }
}

@media (min-width:1199px) {
    .post-view__content h1 {
        line-height: 58px
    }
}

.post-view__description {
    max-width: 540px
}

@media (max-width:991px) {
    .post-view__description {
        max-width: none
    }
}

.post-view__description h2 {
    color: #2a2a86;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    font-size: 22px
}

@media (min-width:768px) {
    .post-view__description h2 {
        font-size: calc(22px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .post-view__description h2 {
        font-size: 30px
    }
}

.post-view__description h2 {
    line-height: 30px
}

@media (min-width:768px) {
    .post-view__description h2 {
        line-height: calc(30px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .post-view__description h2 {
        line-height: 38px
    }
}

.post-view__description h2 {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .post-view__description h2 {
        margin-bottom: calc(30px + (1000vw - 7680px)/256)
    }
}

@media (min-width:1024px) {
    .post-view__description h2 {
        margin-bottom: 40px
    }
}

.post-view__description h3 {
    color: #445aa1;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px
}

.post-view__description ul {
    list-style: disc;
    list-style-position: inside;
    max-width: 320px;
    margin-bottom: 30px
}

.post-view__description li {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px
}

.post-view__description li span {
    color: #2a2a86
}

.post-view__description p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 20px;
    max-width: 460px
}

@media (max-width:1199px) {
    .post-view__description p {
        max-width: 100%
    }
}

.post-view__description p:last-child {
    margin-bottom: 0
}

.post-view__description p strong {
    color: #7a7a7a
}

.post-view__description a {
    color: #7a7a7a;
    text-decoration: underline
}

.post-view__description a:hover {
    text-decoration: none
}

.post-view__img {
    width: 50%
}

@media (max-width:991px) {
    .post-view__img {
        width: 100%
    }
}

.post-view__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-size: 0
}

.post-view__img img:not(:last-child) {
    margin-bottom: 100px
}

@media (max-width:991px) {
    .post-view__img img:not(:last-child) {
        margin-bottom: 60px
    }
}

.post-view__vertical {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-quote {
    max-width: 930px;
    margin: 0 auto 100px
}

@media (max-width:991px) {
    .post-quote {
        margin-bottom: 60px
    }
}

.post-quote.center {
    text-align: center
}

.post-quote__text {
    margin-bottom: 30px
}

.post-quote__text:last-child {
    margin-bottom: 0
}

.post-quote__text p {
    color: #2a2a86;
    font-style: italic;
    letter-spacing: normal;
    font-size: 22px
}

@media (min-width:768px) {
    .post-quote__text p {
        font-size: calc(22px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .post-quote__text p {
        font-size: 30px
    }
}

.post-quote__text p {
    line-height: 30px
}

@media (min-width:768px) {
    .post-quote__text p {
        line-height: calc(30px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .post-quote__text p {
        line-height: 38px
    }
}

.post-quote__text p {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .post-quote__text p {
        margin-bottom: calc(20px + (1100vw - 8448px)/256)
    }
}

@media (min-width:1024px) {
    .post-quote__text p {
        margin-bottom: 31px
    }
}

.post-quote__text strong {
    color: #000;
    font-weight: 700
}

.post-quote__text a {
    color: #000;
    text-decoration: underline
}

.post-quote__text a:hover {
    text-decoration: none
}

.projects {
    padding-bottom: 45px;
    padding-top: 40px
}

@media (min-width:900px) {
    .projects {
        padding-top: calc(40px + (4000vw - 36000px)/299)
    }
}

@media (min-width:1199px) {
    .projects {
        padding-top: 80px
    }
}

.projects .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px
}

@media (max-width:991px) {
    .projects .layout {
        display: block
    }
}

.projects__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 52px
}

@media (max-width:1199px) {
    .projects__wrapper {
        padding-left: 30px
    }
}

@media (max-width:991px) {
    .projects__wrapper {
        padding-left: 0
    }
}

.projects .row-df {
    margin: 0 -20px
}

@media (max-width:768px) {
    .projects .row-df {
        margin: 0 -10px
    }
}

.projects .col-df-6 {
    padding: 0 20px
}

@media (max-width:768px) {
    .projects .col-df-6 {
        padding: 0 10px
    }
}

@media (max-width:600px) {
    .projects .col-df-6 {
        width: 100%
    }
}

.projects__item {
    margin-bottom: 24px
}

.projects__item:hover .projects__item-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.projects__item-image {
    position: relative;
    display: block;
    min-height: 270px;
    overflow: hidden
}

@media (max-width:480px) {
    .projects__item-image {
        min-height: 230px
    }
}

.projects__item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.projects__item-text {
    margin-top: 14px
}

.projects__item-text h3,
.projects__item-text h3 a {
    color: #445aa1;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (max-width:768px) {

    .projects__item-text h3,
    .projects__item-text h3 a {
        font-size: 18px
    }
}

.projects__item-text h3 a:hover,
.projects__item-text h3:hover {
    color: #766db3
}

.projects__item-text ul li {
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7a
}

@media (max-width:768px) {
    .projects__item-text ul li {
        font-size: 18px
    }
}

.projects__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 33px
}

.radio-button {
    display: inline-block
}

.radio-button:last-child {
    margin-right: 0
}

.radio-button--full-style {
    background: #fdfdff;
    border-radius: 100px;
    min-height: 44px;
    padding: 12px 20px;
    margin-bottom: 10px
}

.radio-button__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
    display: none
}

.radio-button__input:checked+.radio-button__text .radio-button__status:after {
    opacity: 1
}

.radio-button__status {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer
}

.radio-button__status:after,
.radio-button__status:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.radio-button__status:before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d6e6;
    background-color: #f6f8f9
}

.radio-button__status:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #219653;
    opacity: 0
}

.radio-button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #153257
}

.radio-button__text,
.radio-item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-item {
    display: inline-block;
    width: 100%
}

@media (max-width:480px) {
    .radio-item--mobile-hide {
        display: none
    }
}

.radio-item:last-child {
    margin-right: 0
}

.radio-item--full-style {
    background: #fdfdff;
    border-radius: 100px;
    min-height: 44px;
    padding: 12px 20px;
    margin-bottom: 10px
}

.radio-item__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
    display: none
}

.radio-item__input:checked+.radio-item__status {
    background: #219653;
    color: #fff
}

.radio-item__status {
    position: relative;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 42px;
    width: 100%;
    max-width: 110px;
    padding: 10px;
    background: #fefefe;
    color: #000;
    border: 1px solid rgba(33, 150, 83, .5);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.radio-item__status:hover {
    -webkit-box-shadow: 0 0 0 2px #219653 inset;
    box-shadow: inset 0 0 0 2px #219653;
    border: 1px solid #219653
}

.checkbox-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-button__input {
    display: none;
    z-index: -1;
    opacity: 0
}

.checkbox-button__input:checked+.checkbox-button__text .checkbox-button__status:before {
    opacity: 1
}

.checkbox-button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7a7a;
    font-size: 14px
}

.checkbox-button__status {
    position: relative;
    background: #f6f8f9;
    border: 1px solid #7a7a7a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.checkbox-button__status:before {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 4px;
    background: #7a7a7a;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    opacity: 0
}

.checkbox-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.checkbox-item__input {
    display: none;
    z-index: -1;
    opacity: 0
}

.checkbox-item__input:checked+.checkbox-item__status {
    background: #219653;
    color: #fff
}

.checkbox-item__status {
    position: relative;
    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;
    background: #fefefe;
    color: #000;
    border: 1px solid rgba(33, 150, 83, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 42px;
    width: 100%;
    max-width: 110px;
    padding: 10px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.registration {
    padding-bottom: 50px
}

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

@media (max-width:854px) {
    .registration__wrapper {
        display: block
    }
}

.registration .heading {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .registration .heading {
        margin-bottom: calc(40px + (1000vw - 7680px)/431)
    }
}

@media (min-width:1199px) {
    .registration .heading {
        margin-bottom: 50px
    }
}

.registration__main {
    padding-top: 70px;
    padding-bottom: 54px;
    background-color: #f8f8f8;
    width: 100%
}

@media (max-width:854px) {
    .registration__main {
        padding-top: 34px;
        padding-bottom: 40px;
        margin-bottom: 30px
    }
}

.registration__form {
    max-width: 690px;
    padding: 0 30px;
    margin: 0 auto
}

@media (max-width:600px) {
    .registration__form {
        padding: 0 20px
    }
}

.registration__form-title {
    color: #445aa1;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 34px
}

@media (max-width:854px) {
    .registration__form-title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.registration__form-item {
    margin-bottom: 8px
}

.registration__form-item label {
    display: inline-block;
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px
}

@media (max-width:1024px) {
    .registration__form-item label {
        font-size: 15px
    }
}

.registration__submit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.registration__submit-item .button--submit {
    font-size: 20px;
    min-width: 260px;
    margin: 40px auto 0
}

.registration__form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.registration__form-check-block {
    padding-right: 20px
}

.registration__form-check-block .checkbox-button {
    margin-bottom: 12px
}

.registration__info {
    max-width: 480px;
    margin-left: 40px
}

@media (max-width:991px) {
    .registration__info {
        max-width: 380px;
        margin-left: 30px
    }
}

@media (max-width:854px) {
    .registration__info {
        max-width: 100%;
        margin-left: 0
    }
}

.registration__info-image {
    position: relative;
    min-height: 380px;
    margin-bottom: 25px
}

.registration__info-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0))
}

.registration__info-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.registration__info-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 22px
}

.registration__info-title p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff
}

.registration__info-title span {
    font-weight: 400
}

.registration__info-text {
    font-size: 15px
}

.registration__info-text h2,
.registration__info-text h3,
.registration__info-text h4,
.registration__info-text h5 {
    color: #445aa1;
    font-weight: 700
}

.registration__info-text h2 span,
.registration__info-text h3 span,
.registration__info-text h4 span,
.registration__info-text h5 span {
    font-weight: 400
}

.registration__info-text h4 {
    font-size: 15px;
    font-weight: 700
}

.registration__info-text p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.registration input {
    width: 100%;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid #7a7a7a;
    background: #f8f8f8;
    margin-bottom: 40px
}

@media (max-width:1024px) {
    .registration input {
        font-size: 15px;
        padding: 20px 0;
        margin-bottom: 24px
    }
}

.registration input::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .registration input::-webkit-input-placeholder {
        font-size: 16px
    }
}

.registration input:-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .registration input:-moz-placeholder {
        font-size: 16px
    }
}

.registration input::-moz-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .registration input::-moz-placeholder {
        font-size: 16px
    }
}

.registration input:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 400
}

@media (max-width:1024px) {
    .registration input:-ms-input-placeholder {
        font-size: 16px
    }
}

.custom-select {
    width: 100%;
    max-width: 610px;
    position: relative;
    background: #fff;
    z-index: 100;
    border-radius: 5px
}

.custom-select select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    opacity: 0;
    display: none;
    font-size: 16px
}

@media (max-width:1390px) {
    .custom-select select {
        display: block
    }
}

.custom-select--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 101
}

.custom-select__input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

.custom-select__input-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 11px 90px 11px 20px;
    height: 100%;
    color: #445aa1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:768px) {
    .custom-select__input-name {
        font-size: 13px;
        padding: 11px 50px 11px 20px
    }
}

.custom-select__input-name span {
    font-weight: 400
}

.custom-select__input-icon {
    position: absolute;
    width: 18px;
    height: 11px;
    right: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .custom-select__input-icon {
        right: 15px
    }
}

.custom-select--open .custom-select__input-icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.custom-select__input-icon:after,
.custom-select__input-icon:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f0a929;
    bottom: 0
}

@media (max-width:1024px) {

    .custom-select__input-icon:after,
    .custom-select__input-icon:before {
        width: 80%
    }
}

.custom-select__input-icon:before {
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

.custom-select__input-icon:after {
    right: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.custom-select__list {
    position: absolute;
    left: -1px;
    top: 100%;
    width: calc(100% + 2px);
    background: inherit;
    border-color: inherit;
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

.custom-select--open .custom-select__list {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1
}

.custom-select__item {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 400;
    border-top: 1px solid #c5c5c5;
    color: #514ba0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select__item--selected,
.custom-select__item:hover {
    background: #f3f3f3
}

.custom-select__item--disabled {
    cursor: default;
    opacity: .7
}

.custom-select__item--disabled:hover {
    background: inherit
}

.relevant-projects--offset {
    padding-top: 40px
}

@media (min-width:991px) {
    .relevant-projects--offset {
        padding-top: calc(40px + (4000vw - 39640px)/208)
    }
}

@media (min-width:1199px) {
    .relevant-projects--offset {
        padding-top: 80px
    }
}

.relevant-projects--offset {
    padding-bottom: 40px
}

@media (min-width:991px) {
    .relevant-projects--offset {
        padding-bottom: calc(40px + (4000vw - 39640px)/208)
    }
}

@media (min-width:1199px) {
    .relevant-projects--offset {
        padding-bottom: 80px
    }
}

@media (max-width:1024px) {
    .relevant-projects .layout-large {
        padding: 0 20px
    }
}

.relevant-projects .heading {
    margin-bottom: 30px
}

@media (min-width:991px) {
    .relevant-projects .heading {
        margin-bottom: calc(30px + (2200vw - 21802px)/208)
    }
}

@media (min-width:1199px) {
    .relevant-projects .heading {
        margin-bottom: 52px
    }
}

.relevant-projects__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    grid-gap: 40px 60px
}

@media (max-width:1024px) {
    .relevant-projects__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        grid-gap: 30px 30px
    }
}

@media (max-width:480px) {
    .relevant-projects__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))
    }
}

.relevant-projects__container.row-df {
    margin: 0 -30px
}

@media (max-width:1024px) {
    .relevant-projects__container.row-df {
        margin: 0 -20px
    }
}

.relevant-projects__container [class*=col-df] {
    padding: 0 30px
}

@media (max-width:1024px) {
    .relevant-projects__container [class*=col-df] {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .relevant-projects__container [class*=col-df] {
        width: 100%
    }
}

.relevant-projects .col-df-6 .preview-item__image {
    min-height: 320px
}

@media (max-width:480px) {
    .relevant-projects .col-df-6 .preview-item__image {
        min-height: 250px
    }
}

.relevant-projects .preview-item {
    margin-bottom: 40px
}

.relevant-projects__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.search-job {
    padding-top: 52px;
    padding-bottom: 52px;
    background-color: #2a2a86
}

@media (max-width:768px) {
    .search-job {
        padding-top: 60px
    }
}

.search-job__heading {
    font-size: 21px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px
}

.search-job__main {
    position: relative;
    max-width: 734px;
    margin: 0 auto 35px
}

.search-job__main input {
    font-size: 21px;
    color: #7a7a7a;
    width: 100%;
    min-height: 62px;
    padding: 5px 30px 5px 40px
}

.search-job__button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 100%
}

.search-job .icon-search {
    stroke: #7a7a7a
}

.search-job__filter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 40px 60px
}

@media (max-width:1199px) {
    .search-job__filter {
        grid-gap: 40px 30px
    }
}

@media (max-width:768px) {
    .search-job__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-gap: 0;
        margin: 0 -15px
    }
}

.search-job__filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .search-job__filter-button {
        width: 50%;
        padding: 0 15px
    }
}

@media (max-width:600px) {
    .search-job__filter-button {
        width: 100%
    }
}

.search-job__filter-button .button.button--arrow {
    min-height: 66px;
    max-width: 270px;
    width: 100%;
    font-size: 20px
}

@media (max-width:600px) {
    .search-job__filter-button .button.button--arrow {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:768px) {
    .search-job__filter-col {
        width: 50%;
        padding: 0 15px
    }
}

@media (max-width:600px) {
    .search-job__filter-col {
        width: 100%
    }
}

.job-feed {
    padding-top: 52px;
    padding-bottom: 52px;
    background-color: #2a2a86
}

.job-feed__item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
    text-align: center
}

.job-feed__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.job-feed__title {
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 29px
}

.job-feed__text {
    font-family: Open Sans, sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important
}

.job-feed__text p {
    margin-bottom: 20px;
    text-indent: 0 !important
}

.job-feed__text p a {
    word-break: break-word;
    color: #f0a929 !important;
    text-decoration: underline
}

.job-feed__text p a:hover {
    text-decoration: none
}

.job-feed__text p span {
    color: #fff !important;
    text-decoration: none !important
}

.job-feed__text p:last-child {
    margin-bottom: 0
}

.sector-content {
    padding-top: 40px;
    padding-bottom: 80px;
    background: #25258a;
    overflow: hidden
}

@media (max-width:991px) {
    .sector-content {
        padding-bottom: 40px
    }
}

@media (max-width:768px) {
    .sector-content {
        padding-top: 120px
    }
}

.sector-content__heading {
    font-weight: 700;
    color: #fff;
    max-width: 600px;
    font-size: 28px
}

@media (min-width:768px) {
    .sector-content__heading {
        font-size: calc(28px + (1200vw - 9216px)/256)
    }
}

@media (min-width:1024px) {
    .sector-content__heading {
        font-size: 40px
    }
}

.sector-content__heading {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .sector-content__heading {
        margin-bottom: calc(20px + (2200vw - 16896px)/256)
    }
}

@media (min-width:1024px) {
    .sector-content__heading {
        margin-bottom: 42px
    }
}

.sector-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    max-width: none
}

@media (max-width:991px) {
    .sector-content__wrapper {
        margin: 0 -20px;
        max-width: none
    }
}

@media (max-width:768px) {
    .sector-content__wrapper {
        display: block
    }
}

.sector-content [class*=col-df] {
    padding: 0 25px
}

@media (max-width:991px) {
    .sector-content [class*=col-df] {
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .sector-content [class*=col-df] {
        width: 100%
    }
}

.sector-content__media {
    position: relative;
    min-height: 315px;
    padding: 30px 0 50px;
    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
}

@media (max-width:768px) {
    .sector-content__media {
        margin-bottom: 30px
    }
}

.sector-content__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sector-content__media p {
    position: relative;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px
}

@media (min-width:768px) {
    .sector-content__media p {
        font-size: calc(28px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .sector-content__media p {
        font-size: 36px
    }
}

.sector-content__media .button {
    position: absolute;
    min-height: 48px;
    min-width: 260px;
    bottom: 0
}

.sector-content__text {
    color: #fff;
    font-size: 17px;
    line-height: 28px
}

@media (max-width:768px) {
    .sector-content__text {
        font-size: 15px;
        line-height: 25px
    }
}

.sector-content__text p:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:768px) {
    .sector-content__text p:not(:last-child) {
        margin-bottom: 15px
    }
}

.sectors2 {
    position: relative;
    background-color: #2a2a86;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.sectors2 .heading {
    position: relative;
    /* z-index: 500; */
    padding-top: 72px;
    padding-bottom: 60px;
    background: #2a2a86
}

@media (max-height:950px) {
    .sectors2 .heading {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width:854px) {
    .sectors2 .heading {
        padding: 30px 0
    }
}

@media (max-height:950px) {
    .sectors2 .heading__title {
        font-size: 36px
    }
}

.sectors2 .sectors__wrapper2 {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
    background: #445aa1
}

.sectors2 .accordion2 {
    position: relative;
    height: 100%;
    background: #2a2a86
}

.sectors2 .accordion2 .accordion__item {
    position: absolute;
    top: 0;
    left: 0
}

.sectors2 .accordion2 .accordion__item--effect {
    -webkit-transform: translateZ(-200px) translateY(-360px) rotateX(-30deg) !important;
    transform: translateZ(-200px) translateY(-360px) rotateX(-30deg) !important;
    opacity: 0 !important
}

.sectors2 .accordion2 .accordion__item--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
    transform: translateZ(0) translateY(0) rotateX(0deg)
}

.sectors {
    position: relative;
    background-color: #2a2a86
}

.sectors .heading {
    position: relative;
    /* z-index: 500; */
    padding-top: 72px;
    padding-bottom: 60px;
    background: #2a2a86
}

@media (max-width:640px) {
    .sectors .heading {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

[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 rgba(0, 0, 0, 0)
}

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

.slick-slider {
    min-width: 0
}

.social-section {
    padding-top: 42px
}

.social-section .heading {
    margin-bottom: 28px
}

.social-section__instagram {
    margin-bottom: 40px
}

.social-section__name {
    color: #445aa1;
    font-size: 20px
}

.social-section__main {
    margin-top: 14px
}

.social-section__main img {
    max-width: 100%
}

.social-section__folow-block {
    padding-top: 44px;
    text-align: center
}

.solution-description {
    position: relative;
    margin-top: -120px;
    padding-bottom: 182px
}

@media (max-width:1024px) {
    .solution-description {
        padding-bottom: 40px
    }
}

@media (max-width:991px) {
    .solution-description {
        margin-top: -90px
    }
}

@media (max-width:600px) {
    .solution-description {
        margin-top: -75px
    }
}

.solution-description__wrapper {
    max-width: 800px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .solution-description__wrapper {
        max-width: 560px
    }
}

.solution-description__icon {
    width: 220px;
    height: 220px;
    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: 0 auto 20px;
    background: #27258a;
    border-radius: 50%
}

@media (max-width:991px) {
    .solution-description__icon {
        width: 180px;
        height: 180px
    }
}

@media (max-width:600px) {
    .solution-description__icon {
        width: 150px;
        height: 150px
    }
}

.solution-description__icon img {
    max-width: 70%
}

@media (max-width:991px) {
    .solution-description__icon img {
        max-width: 40%
    }
}

.solution-description__content {
    text-align: center;
    color: #2b2a86
}

.solution-description__content h3 {
    color: #2b2a86;
    margin-bottom: 34px;
    font-size: 30px
}

@media (min-width:768px) {
    .solution-description__content h3 {
        font-size: calc(30px + (1800vw - 13824px)/256)
    }
}

@media (min-width:1024px) {
    .solution-description__content h3 {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .solution-description__content h3 {
        margin-bottom: 24px
    }
}

@media (max-width:1024px) {
    .solution-description__content h3 {
        display: none
    }
}

.solution-description__content p {
    font-size: 16px;
    line-height: 26px;
    color: #2b2a86
}

.solutions--gray {
    padding-top: 74px;
    padding-bottom: 132px;
    background-color: #f9f9f9
}

@media (max-width:991px) {
    .solutions--gray {
        padding-bottom: 40px
    }
}

.solutions--gray .heading {
    margin-bottom: 92px
}

@media (max-width:991px) {
    .solutions--gray .heading {
        margin-bottom: 60px
    }
}

@media (max-width:991px) {
    .solutions__wrapper {
        max-width: 845px;
        margin: 0 auto
    }
}

@media (max-width:991px) {
    .solutions__wrapper .col-sm-3 {
        width: 50%
    }
}

.solutions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width:991px) {
    .solutions__item {
        max-width: 340px;
        margin: 0 auto 50px
    }
}

.solutions__icon {
    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;
    border-radius: 50%;
    margin: 0 auto
}

@media (max-width:600px) {
    .solutions__icon img {
        max-width: 90px
    }
}

.solutions__icon--big {
    width: 160px;
    height: 160px;
    margin-bottom: 20px
}

@media (max-width:600px) {
    .solutions__icon--big {
        width: 140px;
        height: 140px;
        margin-bottom: 10px
    }
}

.solutions__icon--blue {
    background-color: #2b2a86
}

.solutions__title {
    color: #445aa1;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
    min-height: 52px
}

@media (max-width:600px) {
    .solutions__title {
        font-size: 16px;
        margin-bottom: 8px
    }
}

.solutions__content {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

.solutions__content p {
    color: #445aa1;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

@media (max-width:600px) {
    .solutions__content p {
        font-size: 12px
    }
}

.solutions__content .link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px auto 0
}

@media (max-width:600px) {
    .solutions__content .link {
        font-size: 12px;
        margin: 5px auto 0
    }
}

.step-way {
    padding-top: 30px;
    padding-bottom: 84px;
    background-color: #2a2a86
}

.step-way .layout {
    max-width: 1424px
}

.step-way .heading {
    text-align: center;
    margin-bottom: 40px
}

.step-way__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px 40px
}

@media (max-width:1199px) {
    .step-way__wrapper {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
        grid-gap: 20px 20px
    }
}

@media (max-width:600px) {
    .step-way__wrapper {
        display: block
    }
}

.step-way__items {
    color: #fff;
    max-width: 320px;
    margin: 0 auto
}

@media (max-width:600px) {
    .step-way__items {
        margin-bottom: 20px
    }
}

.step-way__icon {
    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: 0 auto 35px;
    min-height: 80px
}

@media (max-width:600px) {
    .step-way__icon {
        margin-bottom: 20px
    }
}

.step-way__title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px
}

.step-way__content {
    font-size: 14px;
    text-align: center;
}

.sustainability {
    padding-bottom: 40px
}

.sustainability__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sustainability__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px 30px
}

@media (max-width:768px) {
    .sustainability__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 10px 30px
    }
}

.sustainability__items-content {
    max-width: 550px;
    padding-top: 28px
}

@media (max-width:768px) {
    .sustainability__items-content {
        padding-top: 0
    }
}

.sustainability__items-content h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 80px;
    color: #2a2a86;
    margin-bottom: 24px
}

@media (max-width:600px) {
    .sustainability__items-content h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 16px
    }
}

.sustainability__items-content p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px
}

.sustainability__items-content p:not(:last-child) {
    margin-bottom: 24px
}

.sustainability__items-content .link--arrow-down {
    margin-top: 30px
}

@media (max-width:1199px) {
    .sustainability__items-content .link--arrow-down {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .sustainability__items-content .link--arrow-down {
        display: none
    }
}

.sustainability__items-image img {
    max-width: 100%
}

.team {
    padding-top: 114px;
    padding-bottom: 32px;
    overflow: hidden
}

.team__wrapper {
    position: relative
}

@media (max-width:768px) {
    .team__wrapper {
        max-width: 80%;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .team__wrapper {
        max-width: 96%
    }
}

.team__heading {
    font-size: 28px;
    color: #445aa1;
    margin-bottom: 24px;
    text-align: center
}

.team__item {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#d8d9de), color-stop(70%, #c9cacf), to(#b2b6bf));
    background: -o-linear-gradient(top, #d8d9de 0, #c9cacf 70%, #b2b6bf 100%);
    background: linear-gradient(180deg, #d8d9de, #c9cacf 70%, #b2b6bf);
    max-width: 1200px;
    height: 100%
}

.team__item-content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    padding: 20px 80px;
    height: 100%;
    min-height: 340px
}

@media (min-width:768px) {
    .team__item-content {
        min-height: calc(340px + (14000vw - 107520px)/256)
    }
}

@media (min-width:1024px) {
    .team__item-content {
        min-height: 480px
    }
}

@media (max-width:991px) {
    .team__item-content {
        padding: 20px 40px
    }
}

@media (max-width:768px) {
    .team__item-content {
        width: 100%;
        padding: 20px;
        background-position: 65px 100%
    }
}

.team__item-content h3 {
    color: #2a2a86;
    font-weight: 300;
    font-size: 16px
}

@media (min-width:480px) {
    .team__item-content h3 {
        font-size: calc(16px + (1600vw - 7680px)/544)
    }
}

@media (min-width:1024px) {
    .team__item-content h3 {
        font-size: 32px
    }
}

.team__item-content h3 {
    line-height: 26px
}

@media (min-width:480px) {
    .team__item-content h3 {
        line-height: calc(26px + (1200vw - 5760px)/544)
    }
}

@media (min-width:1024px) {
    .team__item-content h3 {
        line-height: 38px
    }
}

.team__item-content h3 {
    max-width: 380px
}

@media (min-width:768px) {
    .team__item-content h3 {
        max-width: calc(380px + (7000vw - 53760px)/256)
    }
}

@media (min-width:1024px) {
    .team__item-content h3 {
        max-width: 450px
    }
}

.team__item-content h3 {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .team__item-content h3 {
        margin-bottom: calc(20px + (1000vw - 7680px)/256)
    }
}

@media (min-width:1024px) {
    .team__item-content h3 {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .team__item-content h3 {
        max-width: 320px
    }
}

@media (max-width:600px) {
    .team__item-content h3 {
        max-width: 230px
    }
}

@media (max-width:480px) {
    .team__item-content h3 {
        max-width: 180px
    }
}

.team__item-name {
    color: #2a2a86;
    font-size: 16px
}

@media (min-width:768px) {
    .team__item-name {
        font-size: calc(16px + (400vw - 3072px)/256)
    }
}

@media (min-width:1024px) {
    .team__item-name {
        font-size: 20px
    }
}

.team__item-name strong {
    font-weight: 700
}

.team .button {
    margin-top: 40px
}

.team__slider {
    max-width: 940px;
    margin: 0 auto
}

.team__slider .slick-list {
    overflow: inherit
}

.team__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team__slider .slick-slide {
    float: none;
    height: auto;
    margin: 0 12px;
    opacity: .6;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media (max-width:480px) {
    .team__slider .slick-slide {
        margin: 0 5px
    }
}

.team__slider .slick-slide.slick-current {
    opacity: 1
}

.team__slider .slick-slide>div {
    height: 100%
}

.slider-team__nav {
    position: absolute;
    top: 50%;
    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;
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    background: #f0a929;
    border-radius: 50%;
    cursor: pointer
}

@media (max-width:768px) {
    .slider-team__nav {
        min-width: 45px;
        max-width: 45px;
        height: 45px
    }
}

.slider-team__nav svg {
    width: 24%
}

.slider-team__prev {
    left: 0
}

@media (max-width:768px) {
    .slider-team__prev {
        left: -25px
    }
}

.slider-team__prev svg {
    position: relative;
    left: -2px
}

.slider-team__next {
    right: 0
}

@media (max-width:768px) {
    .slider-team__next {
        right: -25px
    }
}

.slider-team__next svg {
    position: relative;
    right: -2px;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.testimonials {
    padding-top: 115px;
    padding-bottom: 40px
}

@media (max-width:768px) {
    .testimonials {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.testimonials .heading {
    text-align: center;
    margin-bottom: 45px
}

@media (max-width:768px) {
    .testimonials .heading {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .testimonials .heading {
        margin-bottom: 20px
    }
}

.testimonials .heading__title {
    text-align: left
}

@media (max-width:480px) {
    .testimonials .heading__title {
        font-size: 26px
    }
}

.testimonials .layout {
    max-width: 1024px
}

.testimonials__slider-items {
    color: #2a2a86;
    font-weight: 300;
    display: block;
    font-size: 18px
}

@media (min-width:600px) {
    .testimonials__slider-items {
        font-size: calc(18px + (600vw - 3600px)/599)
    }
}

@media (min-width:1199px) {
    .testimonials__slider-items {
        font-size: 24px
    }
}

.testimonials__slider-items {
    line-height: 24px
}

@media (min-width:600px) {
    .testimonials__slider-items {
        line-height: calc(24px + (2000vw - 12000px)/599)
    }
}

@media (min-width:1199px) {
    .testimonials__slider-items {
        line-height: 44px
    }
}

@media (max-width:480px) {
    .testimonials__slider-items {
        font-size: 14px;
        line-height: 23px
    }
}

.testimonials__slider-items p:not(:last-child) {
    margin-bottom: 18px
}

@media (min-width:480px) {
    .testimonials__slider-items p:not(:last-child) {
        margin-bottom: calc(18px + (200vw - 960px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials__slider-items p:not(:last-child) {
        margin-bottom: 20px
    }
}

.testimonials__slider-items strong {
    font-weight: 700;
    font-size: 14px
}

@media (min-width:600px) {
    .testimonials__slider-items strong {
        font-size: calc(14px + (600vw - 3600px)/599)
    }
}

@media (min-width:1199px) {
    .testimonials__slider-items strong {
        font-size: 20px
    }
}

.testimonials__slider-items strong {
    line-height: 18px
}

@media (min-width:600px) {
    .testimonials__slider-items strong {
        line-height: calc(18px + (1200vw - 7200px)/599)
    }
}

@media (min-width:1199px) {
    .testimonials__slider-items strong {
        line-height: 30px
    }
}

@media (max-width:480px) {
    .testimonials__slider-items strong {
        font-size: 14px;
        line-height: 23px
    }
}

.testimonials .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px
}

@media (min-width:480px) {
    .testimonials .slick-dots {
        margin-top: calc(24px + (-400vw - -1920px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials .slick-dots {
        margin-top: 20px
    }
}

.testimonials .slick-dots li {
    cursor: pointer;
    border-radius: 50%;
    background-color: #2a2a86;
    width: 8px
}

@media (min-width:480px) {
    .testimonials .slick-dots li {
        width: calc(8px + (200vw - 960px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials .slick-dots li {
        width: 10px
    }
}

.testimonials .slick-dots li {
    height: 8px
}

@media (min-width:480px) {
    .testimonials .slick-dots li {
        height: calc(8px + (200vw - 960px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials .slick-dots li {
        height: 10px
    }
}

.testimonials .slick-dots li {
    margin-left: 5px
}

@media (min-width:480px) {
    .testimonials .slick-dots li {
        margin-left: calc(5px + (500vw - 2400px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials .slick-dots li {
        margin-left: 10px
    }
}

.testimonials .slick-dots li {
    margin-right: 5px
}

@media (min-width:480px) {
    .testimonials .slick-dots li {
        margin-right: calc(5px + (500vw - 2400px)/544)
    }
}

@media (min-width:1024px) {
    .testimonials .slick-dots li {
        margin-right: 10px
    }
}

.testimonials .slick-dots li.slick-active {
    background-color: #fcb116
}

.testimonials .slick-dots button {
    display: none
}

.testimonials__button {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tile__items {
    display: block;
    position: relative;
    height: 100%;
    background-color: #445aa1;
    min-height: 280px;
    width: 100%;
    color: #fff
}

.tile__items:hover {
    /* cursor: none */
}

.tile__items--yellow {
    background-color: #f0a929;
    color: #2a2a86
}

.tile__items--yellow .tile__title {
    font-size: 20px
}

.tile__items--yellow .tile__text p {
    font-size: 15px
}

.tile__items--yellow .link {
    color: #fff
}

.tile__items--yellow .link svg {
    stroke: #fff
}

.tile__items--small {
    min-height: 330px
}

@media (max-width:768px) {
    .tile__items--small {
        min-height: 280px
    }
}

.tile__items--large {
    min-height: 340px
}

@media (max-width:768px) {
    .tile__items--large {
        min-height: 280px
    }
}

.tile__items--heightx2 {
    min-height: 420px
}

@media (max-width:768px) {
    .tile__items--heightx2 {
        min-height: 380px
    }
}

.tile__items--heightx3 {
    min-height: 580px
}

@media (max-width:768px) {
    .tile__items--heightx3 {
        min-height: 380px
    }
}

.tile__items img {
    -o-object-fit: cover;
    object-fit: cover
}

.tile__items img,
.tile__preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.tile__preview:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 80%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), hsla(0, 0%, 100%, 0))
}

.tile__content {
    position: absolute;
    top: 0;
    left: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 22px 24px 30px
}

.tile__content--space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 15px
}

@media (min-width:768px) {
    .tile__content--space-evenly {
        padding-top: calc(15px + (2500vw - 19200px)/256)
    }
}

@media (min-width:1024px) {
    .tile__content--space-evenly {
        padding-top: 40px
    }
}

.tile__content--center .link {
    margin-top: 15px
}

@media (max-width:768px) {
    .tile__content {
        padding: 0 15px 25px
    }
}

.tile__content .link {
    /* cursor: none; */
    margin-top: 5px
}

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

.tile__navigate .link {
    margin-left: auto
}

.tile__info {
    display: block
}

.tile__info--arrow-right .link {
    margin-top: 0;
    float: right
}

.tile__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 430px
}

.tile__date {
    font-size: 13px
}

.tile__text {
    width: 100%
}

.tile__text p {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 10px;
    max-width: 430px
}

.tile .tile__items--big .tile__content {
    padding: 30px
}

@media (max-width:768px) {
    .tile .tile__items--big .tile__content {
        padding: 0 15px 25px
    }
}

.tile .tile__items--big .tile__content .tile__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width:768px) {
    .tile .tile__items--big .tile__content .tile__title {
        font-size: 16px
    }
}

.tile .tile__items--big .tile__content .tile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tile .tile__items--big .tile__content .tile__title {
    max-width: 430px
}

.tile .tile__items--big .tile__content .tile__date {
    margin-bottom: 0
}

.tile__button {
    text-align: center
}

.tile__button .button {
    margin-top: 25px;
    min-width: 240px
}

@media (max-width:1024px) {
    .tile__button .button {
        min-width: 200px
    }
}

.top-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.top-line__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 45px
}

.top-line__menu,
.top-line__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-line__menu {
    padding-top: 25px
}

.logo-link {
    display: inline-block
}

@media (max-width:600px) {
    .logo-link {
        max-width: 56px
    }
}

.logo-link img {
    width: 100%;
    height: auto;
    max-width: 64px;
}

.video-block {
    padding-top: 40px
}

@media (min-width:768px) {
    .video-block {
        padding-top: calc(40px + (5600vw - 43008px)/256)
    }
}

@media (min-width:1024px) {
    .video-block {
        padding-top: 96px
    }
}

.video-block--blue {
    padding: 44px 0 40px;
    background-color: #445aa1
}

.video-block--blue .video-block__content,
.video-block--blue .video-block__content h3,
.video-block--blue .video-block__content p {
    color: #fff
}

.video-block--blue .video-block__content-name {
    margin-bottom: 10px;
    font-size: 16px
}

@media (min-width:768px) {
    .video-block--blue .video-block__content-name {
        font-size: calc(16px + (400vw - 3072px)/256)
    }
}

@media (min-width:1024px) {
    .video-block--blue .video-block__content-name {
        font-size: 20px
    }
}

.video-block--blue .video-block__content-name p {
    color: #fff;
    font-size: 16px
}

@media (min-width:768px) {
    .video-block--blue .video-block__content-name p {
        font-size: calc(16px + (400vw - 3072px)/256)
    }
}

@media (min-width:1024px) {
    .video-block--blue .video-block__content-name p {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .video-block .row-df {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:991px) {
    .video-block [class*=col-df] {
        width: 100%
    }
}

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

.video-block__wrapper--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.video-block__wrapper--reverse .video-block__content {
    padding-left: 30px
}

@media (max-width:991px) {
    .video-block__wrapper--reverse .video-block__content {
        padding-left: 0
    }
}

.video-block__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media (max-width:991px) {
    .video-block__media {
        margin-bottom: 30px
    }
}

.video-block__media img {
    width: 100%
}

.video-block__video {
    display: block;
    position: relative
}

.video-block__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-block__play img {
    width: 114px;
    height: 114px
}

@media (max-width:600px) {
    .video-block__play img {
        width: 80px;
        height: 80px
    }
}

.video-block__content {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #2a2a86;
    padding-right: 30px
}

@media (max-width:991px) {
    .video-block__content {
        padding-right: 0
    }
}

.video-block__content h3 {
    font-weight: 300;
    margin-bottom: 29px;
    color: #445aa1;
    font-size: 22px
}

@media (min-width:768px) {
    .video-block__content h3 {
        font-size: calc(22px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .video-block__content h3 {
        font-size: 30px
    }
}

.video-block__content h3 {
    line-height: 32px
}

@media (min-width:768px) {
    .video-block__content h3 {
        line-height: calc(32px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .video-block__content h3 {
        line-height: 40px
    }
}

.video-block__content span {
    color: #445aa1
}

.video-block__content p {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a
}

@media (max-width:991px) {
    .video-block__content p br {
        display: none
    }
}

.video-block__content .link {
    font-size: 16px;
    margin-top: 15px
}

@media (min-width:768px) {
    .video-block__content .link {
        margin-top: calc(15px + (2500vw - 19200px)/256)
    }
}

@media (min-width:1024px) {
    .video-block__content .link {
        margin-top: 40px
    }
}

.video-block__content-name {
    margin-bottom: 10px;
    font-size: 16px
}

@media (min-width:768px) {
    .video-block__content-name {
        font-size: calc(16px + (400vw - 3072px)/256)
    }
}

@media (min-width:1024px) {
    .video-block__content-name {
        font-size: 20px
    }
}

.video-block__content-name p {
    color: #2a2a86;
    font-size: 16px
}

@media (min-width:768px) {
    .video-block__content-name p {
        font-size: calc(16px + (400vw - 3072px)/256)
    }
}

@media (min-width:1024px) {
    .video-block__content-name p {
        font-size: 20px
    }
}

.video-block__content-name strong {
    font-weight: 700
}

.video-block__button {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-block__button .button {
    min-width: 276px
}

.video-full {
    padding: 40px 0
}

.video-full__view {
    position: relative;
    display: block
}

.video-full__view img {
    width: 100%;
    max-height: 560px;
    -o-object-fit: cover;
    object-fit: cover
}

.video-full__watch {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
    width: 100px;
    height: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #2a2a86;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.webinar__container {
    padding-bottom: 58px
}

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

@media (max-width:991px) {
    .webinar__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.webinar__back-block {
    width: 100%;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .webinar__back-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.webinar__content {
    width: 50%;
    padding-top: 10px;
    padding-right: 60px
}

@media (max-width:991px) {
    .webinar__content {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width:1024px) {
    .webinar__content {
        padding-right: 30px
    }
}

@media (max-width:600px) {
    .webinar__content {
        padding-right: 0
    }
}

.webinar__content h2,
.webinar__content h3,
.webinar__content h4,
.webinar__content h5 {
    color: #445aa1;
    font-weight: 700
}

.webinar__content h2 span,
.webinar__content h3 span,
.webinar__content h4 span,
.webinar__content h5 span {
    font-weight: 400
}

.webinar__content h2 {
    color: #445aa1;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px
}

@media (min-width:480px) {
    .webinar__content h2 {
        font-size: calc(20px + (800vw - 3840px)/544)
    }
}

@media (min-width:1024px) {
    .webinar__content h2 {
        font-size: 28px
    }
}

.webinar__content h2 {
    line-height: 28px
}

@media (min-width:768px) {
    .webinar__content h2 {
        line-height: calc(28px + (800vw - 6144px)/256)
    }
}

@media (min-width:1024px) {
    .webinar__content h2 {
        line-height: 36px
    }
}

.webinar__content p {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px
}

.webinar__content .button {
    margin-top: 14px
}

.webinar__preview {
    width: 50%
}

@media (max-width:991px) {
    .webinar__preview {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.webinar__preview img {
    max-width: 100%
}

.webinar__barker-events .barker-events__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

/*# sourceMappingURL=main.css.map*/
