@font-face {
    font-family: 'Futura BT';
    src: url('../fonts/FuturaBT-Bold.eot');
    src: url('../fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
    url('../fonts/FuturaBT-Bold.woff') format('woff'),
    url('../fonts/FuturaBT-Bold.ttf') format('truetype'),
    url('../fonts/FuturaBT-Bold.svg#FuturaBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura MD';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff'),
    url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
    url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BK';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff'),
    url('../fonts/FuturaBT-Book.ttf') format('truetype'),
    url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.line-height-15{
    line-height: 1.5;
}
.color-accent{
    color: #d18032;
}
.company__item-content, .company__item-selected .dot, .hidden, .hide-content__popup-active .navigation__sectors, .hide-content__popup-active .renderer__domElement, .hide-content__popup-active.show-sectors-ui .navigation__sectors, .hide-content__popup-active.show-sectors-ui .renderer__domElement, .intro, .landing__sector-link, .lightbox-overlay, .loader__complete .loader, .loader__ready .loader__percent, .navigation__companies, .navigation__sectors, .navigation__sectors-item:not(.icon__active):not(:hover) .dot, .popup {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .6s, opacity .6s cubic-bezier(.5, 1, .89, 1)
}

.company__item-selected .company__item-content, .dot, .intro__active .intro, .loader, .popup.popup__active, .renderer__domElement, .show-companies-ui .navigation__companies, .show-sectors-ui .navigation__sectors, .visible {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear, opacity .6s cubic-bezier(.5, 1, .89, 1)
}

* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

body {
    margin: 0;
    overflow: hidden;
    background-color: #070000;
    font-family: "Futura BK", sans-serif;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, select, small, textarea {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    font: inherit;
    text-align: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    margin: 0;
    border: none
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font: inherit;
    font-family: 'Futura BT', sans-serif;
}
a, p{
    font-family: 'Futura BK', sans-serif;
}
p{
    line-height: 1.1;
}

.btn {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    padding: 32px;
    position: relative;
    letter-spacing: 1px;
    font-size: 16px;
}
.btn:hover{
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .btn {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
    }
}
.btn__circle, .btn__text, .btn__white-circle {
    position: absolute;
}
.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px rgb(209,128,50);
    transition: 0.3s linear;
    background: rgba(209,128,50,0.6);
    cursor: pointer;
    display: flex;
}
.btn__circle svg {
    width: 20px;
    height: 20px;
    margin: auto;
    padding-right: 5px;
}
.btn__circle svg path{
    fill:#fff;
}
.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    transition: 0.3s ease-in-out;
}
.btn__white-circle svg {
    width: 24px;
    height: 24px;
    margin: auto;
}
.btn__text {
    color: #ffffff !important;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 12px;
    transition: 0.3s linear;
}
.btn:hover .btn__circle {
    transform: scale(0);
}
.btn:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
}
.btn:hover .btn__text {
    transform: translate(30px, -50%);
}

.btn-pulse{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 10px;
    font-family: 'Futura MD', sans-serif;
    box-shadow: 0 0 14px rgba(209,128,50, .9);
    border-radius: 50%;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    color: rgb(218,218,218);
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s cubic-bezier(.5, 1, .89, 1);
    background-image: url(../images/general/stamp.svg);
    background-repeat: no-repeat;
    background-position: center;

}
.btn-pulse::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(209,128,50,1);
    opacity: 0;
    display: block;
    animation: pulse 1.5s infinite;
    -webkit-transition: all .3s cubic-bezier(.8, .5, .2, 1.4);
    -o-transition: all .3s cubic-bezier(.8, .5, .2, 1.4);
    transition: all .3s cubic-bezier(.8, .5, .2, 1.4);
}
.btn-pulse::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid rgba(209,128,50,0.9);
    -webkit-transition: all .3s cubic-bezier(.8, .5, .2, 1.8);
    -o-transition: all .3s cubic-bezier(.8, .5, .2, 1.8);
    transition: all .3s cubic-bezier(.8, .5, .2, 1.8);
}
.btn-pulse:hover{
    color: #dadada;
}
.btn-pulse:hover::before {
    animation: none;
    opacity: .4;
    transform: scale(0.9);
}
.btn-pulse:hover::after {
    transform: scale(1.1);
}
.btn-rect{
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 20px 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}
.btn-rect:hover{
    background: rgba(255,255,255,0.3);
    color: #fff
}
@media only screen and (max-width: 768px) {
    .btn-pulse{
        font-size: 11px;
        width: 70px;
        height: 70px;
        bottom: 3.7rem;
        font-weight: 400;
    }
    .btn-rect{
        font-size: 28px;
        background: rgba(209,128,50,0.2);
        box-shadow: 0 0 1px 1px rgb(209,128,50);
        border: 1px solid rgba(240,152,25, 1);
        color: #fff !important;
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: .4;
    }
    to {
        transform: scale(1.3);
        opacity: 0;
    }
}


.intro {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10vw;
    display: flex;
    align-items: center;
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    .intro {
        padding: 0 25px;
    }
}

.intro * {
    pointer-events: none
}

.intro * .intro__ui {
    pointer-events: all
}

@media only screen and (min-width: 1025px) {
    .intro .intro__content {
        width: 90%;
        text-align: left;
        align-items: flex-start
    }
}

@media only screen and (min-width: 2200px) {
    .intro .intro__content {
        width: 600px;
    }
}

.intro {
    color: #fff;
    --icon-color: #CBCBCB
}

.intro h3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px 0;
    font-family: "Futura MD", sans-serif;
}
.intro h3.intro__only-mobile {
    font-size: 11px;
    letter-spacing: 4px;
}
@media only screen and (max-width: 400px) {
    .intro h3 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1060px) {
    .intro h3 {
        font-size: 14px;
        letter-spacing: 4px;
    }
}

@media only screen and (min-width: 2200px) {
    .intro h3 {
        font-size: 16px
    }
}

.intro h2, .intro h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    transform: translateX(-.05em);
    padding:0;
    margin:0;
}
.intro h1 span{
    display: inherit;
    line-height: 1.2;
}
.intro h1 span.nmt{
    margin-top: -11px;
}

@media only screen and (min-width: 630px) {
    .intro h1 {
        font-size: 76px
    }
    .intro h1 span.nmt{
        margin-top: -20px;
    }
}
@media only screen and (min-width: 870px) {
    .intro h2, .intro h1 {
        font-size: 91px
    }
    .intro h1 span.nmt{
        margin-top: -35px;
    }
}
@media only screen and (min-width: 1060px) {
    .intro h2, .intro h1 {
        font-size: 100px
    }
}

.intro .intro__paragraph {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.8em;
    color: #cbcbcb;
    margin: 15px 0 0
}

@media only screen and (max-width: 400px) {
    .intro .intro__paragraph {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .intro .intro__paragraph {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .intro .intro__paragraph {
        font-size: 14px
    }
}

.intro .intro__paragraph * {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.8em
}

@media only screen and (max-width: 400px) {
    .intro .intro__paragraph * {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .intro .intro__paragraph * {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .intro .intro__paragraph * {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .intro .intro__paragraph {
        width: 360px
    }
}

@media only screen and (min-width: 1025px) {
    .intro .intro__paragraph {
        width: 435px
    }
}

.intro__ui {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 0
}

@media only screen and (min-width: 1025px) {
    .intro__ui {
        position: unset;
        bottom: unset;
        flex-direction: row
    }
}

.intro__ui p {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 0 10px 0
}

@media only screen and (max-width: 400px) {
    .intro__ui p {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .intro__ui p {
        font-size: 11px
    }
}

@media only screen and (min-width: 2200px) {
    .intro__ui p {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .intro__ui p {
        padding: 0 0 20px 0
    }
}

@media only screen and (min-width: 1025px) {
    .intro__ui p {
        padding: 0 20px 0 0
    }
}

.intro__ui .icon circle {
    --icon-color: #f09819
}

.intro__not-mobile {
    display: none
}

@media only screen and (min-width: 630px) {
    .intro__only-mobile {
        display: none
    }
    .intro__not-mobile{
       display: block;
    }
}

.maintenance-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.maintenance-splash__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2rem
}

.maintenance-splash__logo {
    width: 40px;
    height: auto
}

@media only screen and (min-width: 768px) {
    .maintenance-splash__logo {
        width: 55px
    }
}

.maintenance-splash h1 {
    color: #cbcbcb;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .3em;
    margin-top: 2rem;
    max-width: 26rem;
    text-align: center;
    line-height: 1rem
}

@media only screen and (max-width: 400px) {
    .maintenance-splash h1 {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .maintenance-splash h1 {
        font-size: 11px
    }
}

@media only screen and (min-width: 2200px) {
    .maintenance-splash h1 {
        font-size: 16px
    }
}

@media only screen and (min-width: 2200px) {
    .maintenance-splash h1 {
        font-size: 12px
    }
}

.loader {
    z-index: 13;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #070709;
    width: 100%;
    height: 100%
}

.loader__item {
    pointer-events: none
}

.loader__item * {
    pointer-events: none
}

.loader__center {
    color: #f09819;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
    transition: all .4s cubic-bezier(.5, 1, .89, 1);
}
.loader__center *{
    padding: 0;
    margin: 0;
}

.translate-center{
    transform: translate3d(-50%, -50%, 0);
}

.loader__center .loader__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Futura Condenced", sans-serif;
    transform: translate3d(-50%, -50%, 0);
    font-size: 18px;
    font-weight: 500;
    line-height: 1
}

@media only screen and (min-width: 768px) {
    .loader__center .loader__percent {
        font-size: 14px
    }
}

@media only screen and (min-width: 1025px) {
    .loader__center .loader__percent {
        font-size: 18px
    }
}

.loader__center .loader__start {
    transition: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em
}

@media only screen and (min-width: 768px) {
    .loader__center .loader__start {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .loader__center .loader__start {
        font-size: 12px
    }
}

.loader__svg {
    transform-origin: center;
    transition: transform .4s cubic-bezier(.5, 1, .89, 1);
    overflow: visible;
    width: 200px;
    height: 200px
}

@media only screen and (min-width: 768px) {
    .loader__svg {
        width: 260px;
        height: 260px
    }
}

.loader__svg circle {
    fill: none;
    stroke-width: 2;
    stroke: url(#gradient);
}

.loader__svg .loader__svg-static {
    opacity: .4
}

.loader__svg .loader__svg-percent {
    opacity: .6
}

.loader__loaded {
    opacity: 0
}

.loader__loaded .loaded__circles {
    transition: transform .4s cubic-bezier(.5, 1, .89, 1);
    transform-origin: center
}

.loader__loaded .loaded__circle {
    transition: stroke .4s cubic-bezier(.5, 1, .89, 1);
    stroke: url(#gradient);
    stroke-width: 1
}

.loader__loaded .loaded__circle:nth-child(1n) {
    opacity: 1
}

.loader__loaded .loaded__circle:nth-child(2n) {
    opacity: 1
}

.loader__loaded .loaded__circle:nth-child(3n) {
    opacity: .9
}

.loader__loaded .loaded__circle:nth-child(4n) {
    opacity: .9
}

.loader__loaded .loaded__circle:nth-child(5n) {
    opacity: .8
}

.loader__loaded .loaded__circle:nth-child(6n) {
    opacity: .8
}
.loader__loaded .loaded__circle:nth-child(7n) {
    opacity: .7
}
.loader__loaded .loaded__circle:nth-child(8n) {
    opacity: .7
}
.loader__loaded .loaded__circle:nth-child(9n) {
    opacity: .6
}
.loader__loaded .loaded__circle:nth-child(9n) {
    opacity: .5
}
.loader__loaded .loaded__circle:nth-child(10n) {
    opacity: .4
}
.loader__loaded .loaded__circle:nth-child(11n) {
    opacity: .3
}
.loader__loaded .loaded__circle:nth-child(12n) {
    opacity: .2
}
.loader__loaded .loaded__circle:nth-child(13n) {
    opacity: .1
}
.loader__loaded .loaded__dots {
    stroke: #FFF;
    stroke-dasharray: 0.8, 5;
    opacity: .2;
    fill: none
}

.loader__loaded .loaded__dots-g {
    animation: dotsRotation 120s infinite linear;
    transform-origin: center
}

@keyframes dotsRotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader__info {
    position: absolute;
    text-align: center;
    bottom: 55px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.3em;
    width: 100%;
    max-width: 75%;
}

@media only screen and (max-width: 400px) {
    .loader__info {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .loader__info {
        font-size: 18px
    }
}

@media only screen and (min-width: 2200px) {
    .loader__info {
        font-size: 18px
    }
}

@media only screen and (min-width: 768px) {
    .loader__info {
        max-width: 80%
    }
}

@media only screen and (min-width: 1025px) {
    .loader__info {
        max-width: 100%
    }
}

.loader__info p {
    color: #f09819
}

.loader__info .loader__audio-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.loader__info .loader__audio-disable {
    cursor: pointer
}

.loader__ready .loader__item {
    cursor: pointer;
    pointer-events: all
}

.loader__ready .loader__item.clicked {
    transition: transform .6s cubic-bezier(.905, .1, .735, .445);
    transform: scale3d(0, 0, 1)
}

@media (any-pointer: fine) {
    .loader__ready .loader__item:hover .loaded__circles {
        transform: scale3d(.93, .93, 1);
        transition: transform .8s cubic-bezier(.5, 1, .89, 1)
    }
    .loader__ready .loader__item:hover .loader__center{
        transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
        color:  #3fa5e0;
        transition: all .8s cubic-bezier(.5, 1, .89, 1)

    }
    .loader__ready .loader__item:hover .loaded__circle {
        stroke: #3fa5e0;
        transition: stroke .8s cubic-bezier(.5, 1, .89, 1)
    }
}

.loader__set-up .header__logo, .loader__set-up .loader__info, .loader__set-up .loader__item {
    opacity: 0
}

.loader__set-up .header__logo {
    transform: translateY(-75%)
}

.loader__set-up .loader__item {
    transform: scale3d(.75, .75, .75);
    transform-origin: center
}

.loader__in-progress .header__logo, .loader__in-progress .loader__item {
    transition: all .8s cubic-bezier(.905, .1, .735, .445)
}

.loader__in-progress .header__logo {
    transform: translateY(0);
    opacity: 1
}

.loader__in-progress .loader__item {
    transform: scale3d(1, 1, 1);
    transform-origin: center;
    opacity: 1
}

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

.header {
    z-index: 14;
    position: fixed;
    top: 20px;
    left: 32%;
    transform: translateX(-50%);
    cursor: pointer
}
@media only screen and (min-width: 568px) {
    .header {
        left: 20%;
    }
}


@media only screen and (min-width: 1024px) {
    .header {
        top: 30px;
        left: 15%;
    }
}


.header__logo {
    width: 250px;
    height: auto
}

@media only screen and (min-width: 768px) {
    .header__logo {
        width: 250px
    }
}

.footer__wrapper {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    pointer-events: none
}

.footer__wrapper * {
    pointer-events: none
}

.footer__wrapper .footer__cont {
    display: flex;
    padding: 30px
}

@media only screen and (max-width: 400px) {
    .footer__wrapper .footer__cont {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) {
    .footer__wrapper .footer__cont {
        padding: 40px 30px
    }
}

@media only screen and (min-width: 1025px) {
    .footer__wrapper .footer__cont {
        padding: 60px 70px
    }
}


@media only screen and (max-width: 767px) {
    .footer__not-mobile {
        display: none
    }
}


.landing__sector-link {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    will-change: transform;
    pointer-events: all
}

.landing__sector-link_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 15px;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1)
}

.landing__sector-link_content p {
    width: 90%;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    position: absolute;
    z-index: 999;
    text-transform: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1)
}
/*.landing__sector-link[data-target="profiling"] .landing__sector-link_content p{
    width: 70%;
    padding-top: 8rem;
}*/
.landing__sector-link_content h3,
.landing__sector-link_content h2{
    font-family: "Futura MD", sans-serif;
    transition-property: filter, opacity;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1)
}

.landing__sector-link_content h2,
.landing__sector-link_content h1{
    font-size: 20px;
    margin-top: 7rem;
    letter-spacing: .02em;
    line-height: 1em;
    font-weight: 600;
}
/*.landing__sector-link[data-target="profiling"] h1{
    margin-top: 0;
    padding-bottom: 30px;
}*/
.landing__sector-link_content h1{
    font-size: 28px;
    transition: all 0.2s ease-in-out;
}

.landing__sector-link[data-target="profiling"] h1{
    display: inline;
    animation: pulse 1.8s linear 2s infinite alternate;
}
.landing__sector-link[data-target="profiling"] h1 > div:before{
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left:0;
    bottom:0;
    background: #fff;
}
.landing__sector-link[data-target="profiling"]:hover h1 > div:before{
    width: 100%;
    transition: all 0.5s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@media only screen and (max-width: 400px) {
    .landing__sector-link_content h3 {
        margin-bottom: 0
    }

    .landing__sector-link_content h2,
    .landing__sector-link_content h1{
        font-size: 20px;
    }

}

@media only screen and (min-width: 1025px) {
    .landing__sector-link_content h1{
        font-size: 36px;
        font-weight: 600;
    }
    .landing__sector-link_content h2 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 2200px) {
    .landing__sector-link_content h1{
        font-size: 36px
    }
    .landing__sector-link_content h2 {
        font-size: 28px
    }
}

.landing__sector-link_content {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-1 * (35px * .5) - 15px);
    min-width: 200px
}

@media only screen and (max-width: 400px) {
    .landing__sector-link_content {
        min-width: 230px
    }
}

@media only screen and (min-width: 768px) {
    .landing__sector-link_content {
        bottom: calc(-1 * (40px * .5) - 15px);
        min-width: 240px
    }
}

@media only screen and (min-width: 1025px) {
    .landing__sector-link_content {
        bottom: calc(-1 * (50px * .5) - 15px);
    }
    /*.landing__sector-link[data-target="profiling"]  .landing__sector-link_content {
        bottom: calc(-1 * (50px * .5) + 20px);
    }*/
}

.sector__main-content {
    opacity: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
}
.sector__main-content *{
    filter: none;
}

.sector__main-content .sector-img{
    width:60%;
}
.sector__main-content .sector-img img{
    width:100%;
}
.sector__main-content .sector-content{
    width: 50%;
}
.sector__main-content .sector-content.content-right{
    padding-left: 4rem;
}
.sector__main-content .sector-content.content-left{
    padding-right: 5rem;
}
.sector__main-content[reference-data-sector="sector-3"] .sector-img{
    width:45%;
}
.sector__main-content[reference-data-sector="sector-3"] .sector-content{
    width: 55%;
}

@media all and (max-width: 991px) {
    .sector__main-content {
        width: 100%;
        display: block;
    }
    .sector__main-content .sector-img,
    .sector__main-content .sector-content,
    .sector__main-content[reference-data-sector="sector-3"] .sector-content{
        width:100%;
    }
    .sector__main-content .sector-img{
        display: none;
    }
    .sector__main-content .sector-content.content-right{
        padding-left: 0;
    }
    .sector__main-content .sector-content.content-left{
        padding-right: 0;
    }
}
@media all and (max-width: 768px) {
    .sector__main-content {
        width: 150%;
        display: block;
        padding-top: 0;
    }
}

@media (max-width: 400px) {
    .sector__main-content {
        width: 160%;
    }
}

@media only screen and (min-width: 768px) {
    .sector__main-content {
        width: 1100px;

    }
}

.sector__main-content h2, .sector__main-content h3 {
    text-transform: uppercase;
}

.sector__main-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 0.5rem;
}

.sector__main-content p,
.sector__main-content ul li{
    font-size: 18px;
}

.sector__main-content p {
    line-height: 1.3;
    padding: 0.5rem 0;
}
.sector__main-content ul{
    padding-left:25px;
}
.sector__main-content ul li {
    line-height: 1.3;
    padding-bottom: 0.8rem;
}
@media all and (max-width: 991px) {
    .sector__main-content h3 {
        font-size: 38px
    }

    .sector__main-content p,
    .sector__main-content ul li{
        font-size: 26px;
    }

}
@media all and (max-width: 768px) {
    .sector__main-content h3 {
        font-size: 38px
    }

    .sector__main-content p,
    .sector__main-content ul li{
        font-size: 26px;
    }

}
@media only screen and (min-width: 769px) {
    .sector__main-content h3 {
        font-size: 50px
    }
}

@media only screen and (min-width: 1025px) {
    .sector__main-content h3 {
        font-size: 38px;
    }
}

.sector__main-content h2 {
    font-size: 35px;
    letter-spacing: .02em;
    line-height: 1em
}

@media only screen and (max-width: 400px) {
    .sector__main-content h2 {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) {
    .sector__main-content h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 1025px) {
    .sector__main-content h2 {
        font-size: 45px
    }
}

.sector__main-content.sector__main-content-reference {
    display: none
}

.sector__main-content .sector__logos-overview-opener {
    margin: 80px 0;
    text-transform: uppercase;
    border: 2px solid #565e7b;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    white-space: nowrap;
    pointer-events: all;
    cursor: pointer
}

@media only screen and (max-width: 400px) {
    .sector__main-content .sector__logos-overview-opener {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    .sector__main-content .sector__logos-overview-opener {
        font-size: 14px
    }
}

@media only screen and (min-width: 1025px) {
    .sector__main-content .sector__logos-overview-opener {
        font-size: 11px
    }
}

@media only screen and (min-width: 1025px) {
    .sector__main-content .sector__logos-overview-opener.hide-on-desktop {
        display: none
    }
}



.sector__main-content .sector__main-content_links {
    text-transform: uppercase;
    width: 100%;
    padding: 30px 0;

}


.sector__main-content .sector__main-content_links button {
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 15px 20px 50px 20px;
    pointer-events: all
}

@media only screen and (min-width: 768px) {
    .sector__main-content .sector__main-content_links {
        max-width: 100%;
    }
    .sector__main-content .sector__main-content_links a, .sector__main-content.sector__main-content_links button {
        font-size: 18px;
        font-weight: 600;
    }
}

.sector__main-content .sector__main-content_links a *, .sector__main-content .sector__main-content_links button * {
    pointer-events: none
}

.sector__main-content .sector__main-content_links .icon__round {
    margin: -.1em 0 0 10px
}

@media only screen and (max-width: 767px) {
    .sector__main-content .sector__main-content_links{
        margin: auto;
    }
    .sector__main-content .sector__main-content_links button {
        order: 3
    }

    .sector__main-content .sector__main-content_links a:nth-child(2) {
        order: 1
    }

    .sector__main-content .sector__main-content_links a:nth-child(3) {
        order: 2;
        justify-content: flex-start
    }

    .sector__main-content .sector__main-content_links a:nth-child(4) {
        order: 4;
        justify-content: flex-start
    }
}
.mobile-logos{
    margin-top: 1rem;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}

.mobile-logos .partner-logo{
    width: 150px;
}
.mobile-logos .partner-logo img{
    width: 100%;
    height: 100%;
}
@media all and (min-width: 992px) {
    .mobile-logos{
        display: none;
    }
}
:root {
    --icon-color: #f09819
}

.drag__icon {
    width: auto;
    height: auto;
    pointer-events: none;
    z-index: 12;
    display: none
}

@media only screen and (min-width: 1025px) and (max-height: 850px) {
    .drag__icon {
        top: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .drag__icon {
        display: inline
    }
}

.drag__icon * {
    pointer-events: none
}

.drag__icon p {
    color: #7f86a1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em
}

.drag__icon div {
    animation: alpha infinite 3s
}

@keyframes alpha {
    0% {
        opacity: .8
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .8
    }
}

.icon__round {
    overflow: visible;
}

.icon__round circle {
    stroke: var(--icon-color);
    fill: none;
    stroke-width: 1
}
.navigation__sectors-item .icon__round circle {
    stroke: rgb(218,218,218);
    fill: none;
    stroke-width: 1
}

.icon__round circle.icon__background-circle {
    fill: #f09819
}
.icon__round:not(circle) {
    fill: #ffc59e;
}

.icon__round * {
    transition-duration: .4s
}

.icon__round.icon__active * {
    transition-duration: .6s
}

@media (any-pointer: fine) {
    .icon__round:hover * {
        transition-duration: .6s
    }
}

.icon__round circle {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
    transform-origin: center
}

.icon__round circle.icon__background-circle {
    opacity: .4;
    stroke: none !important
}

.icon__round circle.icon__default-circle {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);;
}

.icon__round circle.icon__second-circle {
    transform: scale3d(.9, .9, 1);
    opacity: .5
}

.icon__round circle.icon__third-circle {
    transform: scale3d(.8, .8, 1);
    opacity: .3
}

.icon__round .icon__content {
    transition-property: filter, opacity;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1)
}

.icon__round .icon__content * {
    transition-property: fill;
    transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1)
}

.icon__hover-trigger {
    cursor: pointer
}

.icon__hover-trigger * {
    pointer-events: none !important
}

.icon__active .icon__content * {
    fill: var(--icon-color)
}

.icon__active circle {
    stroke: var(--icon-color)
}

.icon__active circle.icon__default-circle {
    transform: scale3d(1.2, 1.2, 1)
}

.icon__active circle.icon__second-circle {
    transform: scale3d(1.1, 1.1, 1)
}

.icon__active circle.icon__third-circle {
    transform: scale3d(1, 1, 1)
}

.landing__sector-link_content .icon__round {
    position: absolute;
}

@media (any-pointer: fine) {
    .icon__hover-trigger:hover .icon__content, .icon__round:hover .icon__content {

    }

    .icon__hover-trigger:hover .icon__content *, .icon__round:hover .icon__content *,
    .icon__hover-trigger:hover .icon__round circle.icon__background-circle{
        fill: var(--hover-icon-color)
    }

    /*.landing__sector-link[data-target="profiling"]:hover h1{
        transition: opacity 0.3s ease-in-out;
    }
    .landing__sector-link[data-target="profiling"]:hover h1{
        opacity: 0.8;
    }*/

    .landing__sector-link_content:hover p{
        opacity: 1;
    }



    .landing__sector-link_content:hover .icon__round circle{
        r: 75;
    }

    .landing__sector-link_content:hover .icon__round circle.icon__background-circle{
        opacity: .8
    }

    .landing__sector-link_content:hover h2,
    .landing__sector-link_content:hover .icon__content{
        opacity: 0 !important;
    }

    .icon__hover-trigger:hover circle, .icon__round:hover circle {
        stroke: var(--hover-icon-color) !important;
    }

    .icon__hover-trigger:hover circle.icon__default-circle, .icon__round:hover circle.icon__default-circle {
        transform: scale3d(1.2, 1.2, 1)
    }

    .icon__hover-trigger:hover circle.icon__second-circle, .icon__round:hover circle.icon__second-circle {
        transform: scale3d(1.1, 1.1, 1)
    }

    .icon__hover-trigger:hover circle.icon__third-circle, .icon__round:hover circle.icon__third-circle {
        transform: scale3d(1, 1, 1)
    }
}

.icon__size-small .icon__content g {
    -webkit-mask: unset !important;
    mask: unset !important
}

.icon__size-small .icon__content g path:nth-child(2) {
    display: none
}

.icon__size-normal {
    width: 35px;
    height: 35px
}



@media only screen and (max-width: 1024px) {
    .landing__sector-link_content:hover .icon__round circle{
        r: 105;
    }
}

@media only screen and (min-width: 768px) {
    .icon__size-normal {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width: 1025px) {
    .icon__size-normal {
        width: 60px;
        height: 60px
    }
}

@media only screen and (min-width: 2200px) {
    .icon__size-normal {
        width: 70px;
        height: 70px
    }
}

.icon__size-big {
    width: 40px;
    height: 40px
}

@media only screen and (min-width: 768px) {
    .icon__size-big {
        width: 50px;
        height: 50px
    }
}

@media only screen and (min-width: 1025px) {
    .icon__size-big {
        width: 60px;
        height: 60px
    }
}

@media only screen and (min-width: 2200px) {
    .icon__size-big {
        width: 70px;
        height: 70px
    }
}

.icon__size-small {
    width: 25px;
    height: 25px
}

@media only screen and (min-width: 768px) {
    .icon__size-small {
        width: 25px;
        height: 25px
    }
}

@media only screen and (min-width: 1025px) {
    .icon__size-small {
        width: 40px;
        height: 40px
    }
}

@media only screen and (min-width: 2200px) {
    .icon__size-small {
        width: 45px;
        height: 45px
    }
}

:root {
    --sector-disabled: #7F86A1
}

.navigation__sectors {
    z-index: 13;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px 15px 30px;
    pointer-events: none;
}

@media only screen and (max-width: 400px) {
    .navigation__sectors {
        padding: 20px 20px 15px 20px;
    }
}

@media only screen and (min-width: 768px) {
    .navigation__sectors {
        padding: 40px 30px
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__sectors {
        padding: 40px 70px
    }
}


.navigation__sectors-back-to-landing {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    cursor: pointer;
    pointer-events: all;
    display: none;
    color: rgb(218,218,218);
    font-family: 'Futura BK', sans-serif;
}

@media only screen and (min-width: 1025px) {
    .navigation__sectors-back-to-landing {
        padding: 100px 10px 10px 60px;
        display: flex
    }
}

.navigation__sectors-back-to-landing p {
    font-family: "Futura Condenced", sans-serif;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    color: rgb(218,218,218);
    font-size: 14px;
    font-weight: 500;
    line-height: 1em
}

.navigation__sectors-back-to-landing .icon__round,.navigation__sectors-back-to-landing .icon__round circle.icon__background-circle{
    fill: rgb(218,218,218);
}


.navigation__sectors-next, .navigation__sectors-prev, .navigation__sectors-view-all {
    flex-direction: column;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all
}

.navigation__sectors-next p, .navigation__sectors-prev p, .navigation__sectors-view-all p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transform: translateX(.1em)
}

@media only screen and (max-width: 767px) {
    .navigation__sectors-next p, .navigation__sectors-prev p, .navigation__sectors-view-all p {
        position: absolute;
        top: 0
    }
}

.navigation__not-device {
    display: none
}

@media only screen and (min-width: 1025px) {
    .navigation__not-device {
        display: flex
    }
}

.navigation__only-device {
    display: flex;
    margin: 0 5px
}

@media only screen and (min-width: 768px) {
    .navigation__only-device {
        margin: 0 10px
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__only-device {
        display: none
    }
}

.navigation__sectors-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    margin: 0 8px;
    pointer-events: all;
    position: relative
}

.navigation__sectors-item * {
    pointer-events: none
}

.navigation__sectors-item .icon {
    transform-origin: center;
    transition: transform .8s cubic-bezier(.5, 1, .89, 1);
    will-change: transform
}

.navigation__sectors-item svg {
    width: 35px
}

.navigation__sectors-item[data-sector='profiling'] svg{
    width: 50px;
    height: 50px;
}
.navigation__sectors-item .icon__round.icon-secondary circle.icon__background-circle{
    fill: rgba(218,218,218,0.2);
}
.navigation__sectors-item .icon__round:not(circle){
    fill: rgb(218,218,218);
}
.navigation__sectors-item[data-sector="profiling"] .icon__round:not(circle){
    fill: rgb(218,218,218);
}
.navigation__sectors-item[data-sector="profiling"] circle{
    stroke: rgb(218,218,218);
}
.navigation__sectors-item.icon__active circle{
    stroke: #F09819;
}
.navigation__sectors-item.icon__active .icon__round,
.navigation__sectors-item.icon__active .icon__round .icon__content{
    fill: #F09819;
}

.navigation__sectors-item.icon__active .icon__round.icon-secondary circle.icon__background-circle{
    fill: rgba(240,152,25,0.2);
}

@media only screen and (min-width: 768px) {
    .navigation__sectors-item svg {
        width: 40px
    }
    .navigation__sectors-item[data-sector='profiling'] svg{
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__sectors-item svg {
        width: 45px;
        height: 45px;
    }
    .navigation__sectors-item[data-sector='profiling'] svg{
        width: 70px
    }
}

.navigation__sectors-item:not(.icon__active):not(:hover) .dot {
    opacity: 0
}
/*
.navigation__sectors-item {
    transform-style: preserve-3d;
    perspective: 100px
}*/

.navigation__sectors-item .icon {
    will-change: transform
}

.navigation__sectors-item.icon__active .icon {
    transform: translateZ(0)
}

.navigation__sectors-item.sector__level-2 .icon {
    transform: translateZ(-10px)
}

.navigation__sectors-item:not([data-sector='profiling']).sector__level-3 .icon {
    transform: translateZ(-35px)
}

.navigation__companies {
    z-index: 13;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
    pointer-events: none
}

@media only screen and (max-width: 400px) {
    .navigation__companies {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) {
    .navigation__companies {
        padding: 40px 30px;
        align-items: center
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__companies {
        padding: 60px 70px
    }
}

.navigation__companies-item {
    cursor: pointer;
    pointer-events: all
}

.navigation__companies-item * {
    pointer-events: none
}

.navigation__companies-item svg {
    width: 35px
}

.navigation__companies-item .icon__round:not(circle),
.navigation__companies-back-to-sector .icon__round:not(circle){
    fill: #fff;
}

@media only screen and (min-width: 768px) {
    .navigation__companies-item svg {
        width: 40px
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__companies-item svg {
        width: 50px
    }
}

.navigation__companies-back-to-sector {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    display: flex;
    padding: 30px;
    overflow: visible;
    align-items: center;
    justify-content: flex-start
}
.navigation__companies-back-to-sector .icon__round circle.icon__background-circle{
    fill: rgb(218,218,218);
}
.navigation__companies-back-to-sector .icon__round circle{
    stroke: rgb(218,218,218);
}
.navigation__companies-back-to-sector .icon{
    width:40px;
    height:40px;
}
@media only screen and (max-width: 400px) {
    .navigation__companies-back-to-sector {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) {
    .navigation__companies-back-to-sector {
        margin: 0 0 10px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        flex-direction: column;
        justify-content: center
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__companies-back-to-sector {
        margin: 0 0 30px
    }
}

.navigation__companies-back-to-sector p {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #7f86a1;
    font-size: 11px;
    font-family: "Futura BK", sans-serif;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    display: none
}

@media only screen and (min-width: 768px) {
    .navigation__companies-back-to-sector p {
        display: unset
    }
}

.navigation__companies-buttons {
    display: flex;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .navigation__companies-buttons {
        justify-content: space-between;
        width: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .navigation__companies-buttons {
        width: 800px
    }
}

.navigation__companies-buttons .navigation__companies-item {
    margin: 0 8px
}
.navigation__companies-item .icon__round circle.icon__background-circle{
    fill: rgb(218,218,218);
}
@media only screen and (min-width: 768px) {
    .navigation__companies-buttons .navigation__companies-item {
        margin: 0
    }
}

.navigation__companies-buttons .navigation__companies-item.disabled {
    pointer-events: none;
    opacity: .33
}

.company__item-selected .navigation__companies.company__item-content .navigation__companies-back-to-sector, .intro__active .navigation__companies.intro .navigation__companies-back-to-sector, .navigation__companies.dot .navigation__companies-back-to-sector, .navigation__companies.loader .navigation__companies-back-to-sector, .navigation__companies.popup.popup__active .navigation__companies-back-to-sector, .navigation__companies.renderer__domElement .navigation__companies-back-to-sector, .navigation__companies.visible .navigation__companies-back-to-sector, .show-companies-ui .navigation__companies .navigation__companies-back-to-sector, .show-sectors-ui .navigation__companies.navigation__sectors .navigation__companies-back-to-sector {
    cursor: pointer;
    pointer-events: all
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    color: #fff
}

.popup.popup__active [data-popup-close], .popup.popup__active [data-popup-open] {
    pointer-events: all;
    cursor: pointer
}

.popup__legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 13
}

.popup__legal h2 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .02em;
    font-family: Neusa;
    line-height: 1em;
    margin: 0 0 30px 0
}

@media only screen and (min-width: 1025px) {
    .popup__legal h2 {
        font-size: 26px
    }
}

@media only screen and (min-width: 2200px) {
    .popup__legal h2 {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px) {
    .popup__legal h2 {
        margin: 0 0 50px 0
    }
}

@media only screen and (min-width: 1025px) {
    .popup__legal h2 {
        margin: 0 0 70px 0
    }
}

.popup__legal .popup__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    text-align: center
}

@media only screen and (min-width: 1025px) {
    .popup__legal .popup__content {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.popup__legal-item {
    padding: 5px 0
}

@media only screen and (min-width: 768px) {
    .popup__legal-item {
        padding: 10px 0
    }
}

@media only screen and (min-width: 1025px) {
    .popup__legal-item {
        width: 33.33%;
        padding: 20px 0
    }
}

.popup__legal-item h3 {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Next;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em
}

@media only screen and (min-width: 768px) {
    .popup__legal-item h3 {
        font-size: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .popup__legal-item h3 {
        font-size: 12px
    }
}

.popup__legal-item p {
    margin-top: 5px;
    font-size: 12px;
    font-family: Pro;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1.8em
}

@media only screen and (max-width: 400px) {
    .popup__legal-item p {
        font-size: 12px
    }
}

@media only screen and (min-width: 768px) {
    .popup__legal-item p {
        font-size: 12px
    }
}

@media only screen and (min-width: 1025px) {
    .popup__legal-item p {
        font-size: 14px
    }
}

@media only screen and (min-width: 768px) {
    .popup__legal-item p {
        margin-top: 10px
    }
}

@media only screen and (min-width: 1025px) {
    .popup__legal-item p {
        margin-top: 1em
    }
}

.popup__ui {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    display: flex;
    padding: 30px;
    cursor: pointer;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media only screen and (max-width: 400px) {
    .popup__ui {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) {
    .popup__ui {
        margin: 0 0 10px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        flex-direction: column;
        justify-content: center
    }
}

@media only screen and (min-width: 1025px) {
    .popup__ui {
        margin: 0 0 30px
    }
}

.popup__ui p {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #7f86a1;
    font-size: 11px;
    font-family: Next;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    display: none
}

@media only screen and (min-width: 768px) {
    .popup__ui p {
        display: unset
    }
}

.popup__legal .sector__main-content_links {
    pointer-events: none !important
}

.popup__legal .sector__main-content_links * {
    pointer-events: none !important
}

.company__item {
    width: auto;
    height: auto;
    pointer-events: all;
    cursor: pointer;
    opacity: 0;
    transition: opacity .8s cubic-bezier(.5, 1, .89, 1);
    padding: 40px 0 80px
}

.logos-overview-active .company__item {
    transition: none
}

.company__item.company__item-visible {
    opacity: 1
}

@media (any-pointer: fine) {
    .company__item.company__item-visible:hover {
        opacity: 1 !important
    }
}

.company__item canvas, .company__item img {
    width: auto;
    height: 70px;
    pointer-events: none
}

@media only screen and (max-width: 400px) {
    .company__item canvas, .company__item img {
        height: 90px
    }
}

@media only screen and (min-width: 768px) {
    .company__item canvas, .company__item img {
        height: 50px
    }
}

@media only screen and (min-width: 1025px) {
    .company__item canvas, .company__item img {
        height: 60px
    }
}

.company__item .dot {
    width: 10px;
    height: 10px;
    transform: translateY(-60px)
}

.company__item-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 120vw;
    height: auto;
    transform: translate3d(-50%, 100%, 0);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    color:  rgb(218,218,218)
}

@media only screen and (max-width: 400px) {
    .company__item-content {
        width: 120vw
    }
}

@media only screen and (min-width: 768px) {
    .company__item-content {
        width: 400px
    }
}

@media only screen and (min-width: 1025px) {
    .company__item-content {
        width: 500px
    }
}

.company__item-content h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 1rem;
}

.company__item-content p, .company__item-content a {
    font-size: 20px;
    font-family: "Futura BK", sans-serif;
    font-weight: 400;
    line-height: 1.8em;

}
.company__item-content p{
    margin: 30px 0
}
@media only screen and (max-width: 400px) {
    .company__item-content h3{
        font-size: 16px;
    }

    .company__item-content p {
        font-size: 30px
    }
}

@media only screen and (min-width: 1025px) {
    .company__item-content h3{
        font-size: 35px;
    }

    .company__item-content p {
        font-size: 18px
    }
}

@media only screen and (max-width: 400px) {
    .company__item-content p {
        margin: 20px 0
    }
}

.company__item-content a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3em;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

@media only screen and (min-width: 768px) {
    .company__item-content a {
        font-size: 18px
    }
}

@media only screen and (min-width: 1025px) {
    .company__item-content a {
        font-size: 14px
    }
}

.company__item-content a svg {
    margin: 0 0 0 10px
}

.company__item-content .company__item-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.company__item-selected {
    cursor: default
}

.company__item-selected .dot {
    opacity: 0
}

.company__item-selected .company__item-content {
    opacity: 1;
    visibility: visible
}

.company__items-overview {
    position: absolute;
    overflow-y: auto;
    padding: 4rem 20px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: visibility 0s linear .6s, opacity .6s cubic-bezier(.5, 1, .89, 1);
    z-index: 9;
    width: 80vw;
    height: 80vh;
    margin: 0 auto;
    left: 10vw;
    top: 10vh;

    background: rgba(0, 0, 0, .95);
    border: 1px solid rgba(109, 171, 209, .2);
    border-radius: 20px;
    scrollbar-width: thin;
    scrollbar-color: rgba(109, 171, 209, 0.2) transparent
}

@media only screen and (min-width: 1025px) {
    .company__items-overview {
        height: 75vh
    }
}

.company__items-overview.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: visibility 0s linear, opacity .6s cubic-bezier(.5, 1, .89, 1)
}

.company__items-overview button {
    margin: 30px 0;
    display: block;
    pointer-events: all;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: opacity .8s cubic-bezier(.5, 1, .89, 1);
    opacity: .7
}
.company__items-overview button:hover {
    opacity: 1
}
@media only screen and (min-width: 768px) {
    .company__items-overview button {
        width: 50%
    }
}
@media only screen and (min-width: 1025px) {
    .company__items-overview button {
        width: 25%
    }
}

.company__items-overview img {
    width: auto;
    height: 50px
}
.company__items-overview:before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 50%);
    pointer-events: none
}
.company__items-overview::-webkit-scrollbar {
    width: 8px
}
.company__items-overview::-webkit-scrollbar-track {
    background: 0 0
}
.company__items-overview::-webkit-scrollbar-thumb {
    background-color: rgba(109, 171, 209, .2);
    border-radius: 20px;
    border: 3px solid transparent
}

.logos-overview-active .navigation__companies-item {
    opacity: 0;
    visibility: hidden
}

.logos-overview-active .company__item:not(.company__item-selected) {
    opacity: 0 !important;
    pointer-events: none !important
}

.logos-overview-active .company__item:not(.company__item-selected) .dot {
    opacity: 0
}

.logos-overview-active .company__item:not(.company__item-selected):hover {
    opacity: 0 !important
}

.logo-active .navigation__companies-item {
    opacity: 1;
    visibility: visible
}

.logo-active .company__item {
    opacity: 0
}

[data-animation=text] {
    overflow: hidden
}

[data-animation=text] .animation__text-word {
    overflow: hidden
}

[data-animation=text] .animation__text-char {
    will-change: transform
}

[data-animation=arrow-icon] circle {
    --icon-color: #565E7B
}

[data-animation=arrow-icon] .icon__round .icon__content {
    filter: none
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#site-wrapper {
    z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.renderer__domElement {
    z-index: 14;
    position: absolute;
    top: 0;
    left: 0
}

.lightbox-overlay {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95)
}

.dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 20px, 0);
    background-color: var(--dot);
    border-radius: 10px;
    width: 6px;
    height: 6px;
    filter: blur(1.2px);
    opacity: 1
}

/*
 * Navigation Menus
 */

.sk__mobile-main-logo,
.sk__navbar .navbar-nav > li > ul > .nav-subwrap > li > ul,
.hc-offcanvas-nav li:not(.custom-content) a,
.nav-back{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sk__logo-no-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 4;
}
@media all and (max-width: 767px) { /* xs + sm */
    .sk__logo-no-menu {
        height: 60px;
    }
}
.sk__logo-no-menu img {
    height: 100%;
    width: auto;
}

nav a em {
    font-style: initial;
    font-weight: 700;
}

.sk__navbar {
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

body.sk__scrolling-started .sk__navbar {
    background-color: rgba(0,0,0,0.94);
    border-bottom: 1px solid rgba(255,255,255,0.13);
}

span.sk__menu-icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: -6px;
    border-radius: 12px;
    font-size: 14px;
    color: #afb1b5;
}

span.sk__menu-icon:not(.accented):not(.sk__gradient-back-v1) {
    background: transparent;
}

span.sk__menu-icon.accented {
    background: #71797c;
}

span.sk__menu-icon.accented,
span.sk__menu-icon.sk__gradient-back-v1 {
    width: 24px;
    margin: 0 8px -6px -3px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

span.sk__menu-icon i,
span.sk__menu-icon span[class^="icon-"] {
    text-align: center;
    line-height: 24px;
}

span.sk__menu-icon.green i,
span.sk__menu-icon.green span[class^="icon-"] {
    color: #6fd105;
}

span.sk__menu-icon.accented i,
span.sk__menu-icon.sk__gradient-back-v1 i,
span.sk__menu-icon.accented span[class^="icon-"],
span.sk__menu-icon.sk__gradient-back-v1 span[class^="icon-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}

span.sk__menu-icon:not(.accented):not(.sk__gradient-back-v1) i,
span.sk__menu-icon:not(.accented):not(.sk__gradient-back-v1) span[class^="icon-"] {
    position: inherit;
    width: auto;
}

.sk__icon-popup-text {
    position: absolute;
    top: 34px;
    left: -50%;
    left: 18px;
    min-width: 172px;
    line-height: 23px;
    -webkit-transition: all 0.3s ease 0.3s, color 0.4s ease 0s;
    -o-transition: all 0.3s ease 0.3s, color 0.4s ease 0s;
    transition: all 0.3s ease 0.3s, color 0.4s ease 0s;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    color: rgba(255,255,255,0);
    background: rgba(26,27,28,0.97);
    padding: 0;
    font-size: 0;
}
.nav-item:last-child .sk__icon-popup-text {
    top: -52px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
.nav-item:nth-last-child(2) .sk__icon-popup-text {
    top: -22px;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.sk__icon-popup:hover .sk__icon-popup-text {
    -webkit-transition: all 0.4s ease 0s, color 0.3s ease 0.3s;
    -o-transition: all 0.4s ease 0s, color 0.3s ease 0.3s;
    transition: all 0.4s ease 0s, color 0.3s ease 0.3s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    padding: 10px 12px;
    font-size: 13px;
    color: #ffffff;
}


/*
 * Mobile Menu
 */

@media all and (max-width: 1399px) { /* menu crossover (-1) */

    .sk__mobile-menu-bar {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        z-index: 9998;
    }

    body.sk__scrolling-started .sk__mobile-menu-bar {
        border-bottom: 1px solid rgba(255,255,255,0);
    }

    body.sk__scrolling-started.sk__solid-menu .sk__mobile-menu-bar {
        background-color: rgba(0,0,0,0.94);
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }

    .sk__mobile-main-logo {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        -webkit-filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
        filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
        -webkit-backface-visibility: hidden;
    }

    .sk__mobile-main-logo img {
        width: auto;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    body.sk__nav-open .sk__mobile-main-logo {
        opacity: 0 !important;
    }

    .hc-offcanvas-nav {
    }

    .nav-content {
        padding: 10px;
        border-left: 1px solid #212528;
        border-color: rgba(242, 242, 242, 0.26);
        backdrop-filter: blur(3.3px);
        -webkit-backdrop-filter: blur(3.3px);
        background: url(../images/bg/bg-4.jpg);
    }

    .hc-offcanvas-nav .nav-item-link,
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav .nav-back a,
    .hc-offcanvas-nav .nav-content > .nav-close a {
        font-size: 5vw;
        line-height: 1.3;
        font-weight: 500;
    }

    .hc-offcanvas-nav .nav-back span::before {
        margin-left: 0px;
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .hc-offcanvas-nav .nav-content > h2,
    .hc-offcanvas-nav .nav-content > h3,
    .hc-offcanvas-nav .nav-content > h4,
    .hc-offcanvas-nav .nav-content > h5,
    .hc-offcanvas-nav .nav-content > h6 {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 32px 17px 22px;
    }

    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h2,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h3,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h4,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h5,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h6 {
        padding: 13px 17px 11px;
    }

    .hc-nav-trigger {
        width: 35px;
        height: 30px;
        position: fixed;
        top: 36px;
        right: 37px;
        cursor: pointer;
        display: inline-block;
        -webkit-transition: 0.4s ease 0s;
        -o-transition: 0.4s ease 0s;
        transition: 0.4s ease 0s;
        z-index: 9999;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    .hc-nav-trigger.toggle-open {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 16px;
        top: 38px;
    }

    .hc-nav-trigger span,
    .hc-nav-trigger span:before,
    .hc-nav-trigger span:after {
        background-color:#FFF;
        position: absolute;
        border-radius: 2px;
        -webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        -o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        width:100%;
        height: 4px;
    }
    .hc-nav-trigger span {
        top:0px;
        left: 0px;
    }
    .hc-nav-trigger span:before {
        top:13px;
        left: 0px;
    }
    .hc-nav-trigger span:after {
        top: 26px;
        left: 0px;
    }
    .hc-nav-trigger:not(.toggle-open) span {
        -webkit-filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
        filter: drop-shadow(1px 2px 0px rgba(0,0,0,0.33));
    }

    .hc-nav-trigger.toggle-open span {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 13px;
    }
    .hc-nav-trigger.toggle-open span:before {
        -webkit-transition-duration: 50ms;
        -o-transition-duration: 50ms;
        transition-duration: 50ms;
    }
    .hc-nav-trigger.toggle-open span::before {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
    }
    .hc-nav-trigger.toggle-open span:after {
        top: 13px;
    }
    .hc-nav-trigger.toggle-open span::after {
        -webkit-transform: rotate(-90deg) translate3d(12px, 0, 0);
        transform: rotate(-90deg) translate3d(12px, 0, 0);
    }
    a.hc-nav-trigger:focus {
        outline: none;
    }

    /* use disableBody:true CSS even with disableBody:false */
    .hc-offcanvas-nav.nav-open::after,
    .hc-offcanvas-nav .sub-level-open::after {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
    }
    .hc-offcanvas-nav::after {
        position: fixed;
    }
    .hc-offcanvas-nav::after,
    .hc-offcanvas-nav .nav-wrapper::after {
        content: '';
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
        -o-transition: visibility 0s ease .4s,opacity .4s ease;
        transition: visibility 0s ease .4s,opacity .4s ease;
    }

    /* Mobile menu items background, mobile menu item background */
    .hc-offcanvas-nav .nav-container,
    .hc-offcanvas-nav .nav-wrapper,
    .hc-offcanvas-nav ul {
        background: var(--black);
    }

    .hc-offcanvas-nav .nav-content > .nav-close:first-child a,
    .hc-offcanvas-nav .nav-title + .nav-close a.has-label,
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav .nav-back a {
        -webkit-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        transition: background-color 0.3s ease 0s;
        background: #0f0f10;
        border-top: 1px solid #1b1e20;
    }

    .hc-offcanvas-nav .nav-item-link,
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav .nav-back a {
        padding: 3px 17px;
    }
    .hc-offcanvas-nav .nav-content > ul > li > .nav-item-wrapper > .nav-item-link {
        padding: 8px 17px;
        text-transform: uppercase;

    }
    .hc-offcanvas-nav .nav-content > ul > li.nav-parent.level-open .nav-item-wrapper > .nav-item-link {
        padding: 3px 17px;
    }

    .hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
    .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
    .hc-offcanvas-nav li.nav-close a:hover,
    .hc-offcanvas-nav .nav-back a:hover {
        background: #09090a;
        color: #ffffff;
    }

    .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
        background: rgba(255,255,255,0.05);
        opacity: 0.8;
    }

    .hc-offcanvas-nav .nav-content > .nav-close a:hover {
        border-left: 0px solid #0e171f;
    }

    .hc-offcanvas-nav .nav-item-link,
    .hc-offcanvas-nav li.nav-close a,
    .hc-offcanvas-nav .nav-back a,
    .hc-offcanvas-nav a.nav-next  {
        border-bottom: 1px solid #1d1d1e;
    }

    .hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
        border-top: 1px solid #1d1d1e;
    }

    .hc-offcanvas-nav .nav-content > h2,
    .hc-offcanvas-nav .nav-content > h3,
    .hc-offcanvas-nav .nav-content > h4,
    .hc-offcanvas-nav .nav-content > h5,
    .hc-offcanvas-nav .nav-content > h6 {
        color: #ffffff;
    }

    .hc-offcanvas-nav .nav-close-button span,
    .hc-offcanvas-nav .nav-parent .nav-next,
    .hc-offcanvas-nav .nav-back span {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .hc-offcanvas-nav a.nav-next {
        border-left: none;
    }

    .hc-offcanvas-nav .nav-wrapper-0>.nav-content>ul:not(:last-child) {
        border-bottom: 0px solid #1d1d1e;
    }

    .hc-offcanvas-nav .nav-close-button span::before {
        margin-left: -6px;
    }

    .hc-offcanvas-nav::after,
    .hc-offcanvas-nav .nav-wrapper::after {
        background: rgba(0,0,0,0.85);
    }

    .hc-offcanvas-nav .nav-custom-content {
        border-bottom: 0px solid var(--black);
    }

    li.nav-item.nav-item-custom {
        background: var(--black);
    }

    .nav-custom-content .footer-socials-section {
        padding-top: 10px;
    }

    .nav-custom-content .footer-socials-section h3 {
        font-size: 19px;
        margin-bottom: 0;
    }

    .nav-custom-content .footer-socials-section .footer-socials a {
        font-size: 12px;
        margin: 0 3px 8px 0;
        width: 35px;
        height: 35px;
        line-height: 34px;
    }

    /* If close buttons are set to false in JS */

    li.custom-content.sk__mobile-menu-logo > div {
        padding: 0;
    }

    li.custom-content.sk__mobile-menu-logo {
        position: absolute;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        top: 19px;
        padding-left: 15px;
        width: 100%;
    }

    .sk__mobile-menu-logo img {
        height: 90px;
        width: auto;
    }

    ul.navbar-nav {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin-top: 185px;
        overflow: hidden;
    }

    ul.sk__sub-submenu-ul,
    ul.sk__submenu-ul {
        margin-top: 10px;
    }
    .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
        padding-right: 26px;
    }

    .pushable-content {
        -webkit-font-smoothing: subpixel-antialiased;
    }

}

/**
 * Mobile Menu - XS Only
 * ---------------------
 */
@media only screen and (max-width: 767px) {
    body{
        overflow-x: hidden;
    }
    li.nav-item.nav-item-custom {
        background: none;
    }
    .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul{
        background: transparent;
    }
    .sk__mobile-menu-bar {
        height: 60px;
    }
    .sk__mobile-menu-logo img{
        height: 84px;
        width: auto;
        margin-top: -10px;
    }
    .hc-offcanvas-nav.nav-levels-overlap .nav-content{
        background-size: contain;
        background-repeat: no-repeat;
    }
    body.sk__scrolling-started .sk__mobile-menu-bar {
        height: 44px;
        background-color: rgba(0,0,0,0.94);
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }

    .sk__mobile-main-logo img {
        height: 95px;
        margin-top: -18px;
    }
    body.sk__scrolling-started .sk__mobile-main-logo img {
        height:77px;
        margin:-1.2rem;
    }

    .hc-nav-trigger {
        top: 17px;
        right: 15px;
        -webkit-transform: scale(0.76);
        -ms-transform: scale(0.76);
        transform: scale(0.76);
    }

    .hc-nav-trigger.toggle-open {
        top: 37px;
        right: 10px;
        -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    body.sk__scrolling-started .hc-nav-trigger {
        top: 1px;
        right: -2px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        top: 8px;
        right: 6px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    body.sk__scrolling-started .hc-nav-trigger.toggle-open {
        top: 20px;
        right: 10px;
        -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    body.sk__scrolling-started li.custom-content.sk__mobile-menu-logo {
        top: 0;
    }

    body.sk__scrolling-started ul.navbar-nav {
        margin-top: 200px;
    }

    body.sk__scrolling-started .nav-back {
        margin-top: 10px;
    }

    .hc-offcanvas-nav .nav-content > ul > li > .nav-item-wrapper > .nav-item-link{
        padding: 16px;
    }

}

/*
 * Mobile Menu - MEDIUM Only
 * -------------------------
 */
@media all and (min-width: 768px) and (max-width: 991px) {

    body.sk__scrolling-started .sk__mobile-menu-bar {
        height: 60px;
        background-color: rgba(0,0,0,0.94);
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }

    .sk__mobile-main-logo img {
        height: 100px;
    }
    body.sk__scrolling-started .sk__mobile-main-logo img {
        height: 60px;
    }

    .hc-offcanvas-nav .nav-content > h2,
    .hc-offcanvas-nav .nav-content > h3,
    .hc-offcanvas-nav .nav-content > h4,
    .hc-offcanvas-nav .nav-content > h5,
    .hc-offcanvas-nav .nav-content > h6 {
        padding: 32px 17px 22px;
    }

    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h2,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h3,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h4,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h5,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h6 {
        padding: 13px 17px 11px;
    }

    .nav-back {
        margin-top: 11px;
    }

    body.sk__scrolling-started .hc-nav-trigger {
        top: 17px;
        right: 15px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .hc-nav-trigger.toggle-open {
        -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    body.sk__scrolling-started .hc-nav-trigger.toggle-open {
        -webkit-transform: scale(1) rotate(45deg);
        -ms-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
        top: 20px;
    }

    ul.navbar-nav {
        margin-top: 86px;
    }

    body.sk__scrolling-started ul.navbar-nav {
        margin-top: 66px;
    }

    body.sk__scrolling-started li.custom-content.sk__mobile-menu-logo {
        top: 0;
    }

    body.sk__scrolling-started ul.navbar-nav {
        margin-top: 66px;
    }

}

/*
 * Mobile Menu - LARGE Only
 * ------------------------
 */
@media all and (min-width: 992px) and (max-width: 1900px) {

    body.sk__scrolling-started .sk__mobile-menu-bar {
        height: 72px;
    }

    .sk__mobile-main-logo img {
        height: 100px;
        width: auto;
    }
    body.sk__scrolling-started .sk__mobile-main-logo img {
        height: 72px;
    }

    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h2,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h3,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h4,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h5,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h6 {
        padding: 32px 17px 22px;
    }

    .nav-back {
        margin-top: 11px;
    }

    .hc-nav-trigger:not(.toggle-open) {
        top: 36px;
        right: 34px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .hc-nav-trigger.toggle-open {
        -webkit-transform: scale(0.75) rotate(45deg);
        -ms-transform: scale(0.75) rotate(45deg);
        transform: scale(0.75) rotate(45deg);
    }

    body.sk__scrolling-started .hc-nav-trigger {
        top: 23px;
        right: 26px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    body.sk__scrolling-started .hc-nav-trigger.toggle-open {
        top: 38px;
        right: 16px;
        -webkit-transform: scale(0.75) rotate(45deg);
        -ms-transform: scale(0.75) rotate(45deg);
        transform: scale(0.75) rotate(45deg);
    }

}

/*
 * Mobile Menu - EXTRA LARGE Only
 * ------------------------------
 */
/*  @media all and (min-width: 1921px) and (max-width: 1999px) { menu crossover (-1) if disableAt is 1923 or higher. The value goes in max-width */
@media all and (min-width: 1899px) and (max-width: 1921px) { /* menu crossover (-1) if disableAt is lower than 1923. The value goes in min-width */

    .sk__mobile-main-logo img {
        height: 100px;
        width: auto;
    }

    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h2,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h3,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h4,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h5,
    body.sk__scrolling-started .hc-offcanvas-nav .nav-content > h6 {
        padding: 32px 17px 22px;
    }

    .nav-back {
        margin-top: 11px;
    }

}

/**
 * Mobile menu trigger on true hover-capable devices only
 * aka, avoid menu hamburger trigger being stuck in hover
 */
@media (hover: hover) and (max-width: 1899px) { /* menu crossover (-1) */
    .hc-nav-trigger:not(.toggle-open):hover span {
        -webkit-transform: scaleX(.8);
        -ms-transform: scaleX(.8);
        transform: scaleX(.8);
    }
    .hc-nav-trigger:not(.toggle-open):hover span:before {
        -webkit-transform: scaleX(.5);
        -ms-transform: scaleX(.5);
        transform: scaleX(.5);
    }

    .hc-nav-trigger:not(.toggle-open):hover span:after {
        -webkit-transform: scaleX(.85);
        -ms-transform: scaleX(.85);
        transform: scaleX(.85);
    }
}


/*
 * Desktop Menu
 * ============
 */

@media all and (min-width: 1400px) { /* menu crossover */

    nav li a {
        display: inline-block !important;
    }

    li.custom-content.sk__mobile-menu-logo,
    .sk__menu-socials,
    .sk__mobile-main-logo {
        display: none;
    }

    nav.navbar.sk__navbar {
        position: fixed;
        top:0;
        width: 100%;
        margin-top: -100px;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        z-index: 4;
        padding: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .sk__navbar .navbar-brand {
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .navbar-brand img {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        height: 100px;
        width: auto;
        margin-left: 100px;
    }

    body.sk__scrolling-started .sk__navbar .navbar-brand img {
        height: 100px;
    }

    .sk__navbar a.nav-link {
        font-size: 14px;
    }

    .sk__navbar.navbar-dark .navbar-nav {
        margin-right: 35px;
    }

    .sk__navbar.navbar-dark .navbar-nav .nav-link {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: rgba(255,255,255,0.98);
    }

    .sk__navbar.navbar-dark .navbar-nav .active .nav-link,
    .sk__navbar.navbar-dark .navbar-nav .nav-link:hover,
    nav li a:hover em {
        color: #d18032;
    }

    .sk__navbar.navbar-dark .navbar-nav .sk__submenu-ul li > a:hover {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }

    .sk__navbar.navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 19px;
    }

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

    a.nav-link.active {
        color: var(--theme-color-3);
    }
    .navbar-nav > li > a.nav-link:before {
        position: absolute;
        width: calc(100% + 1px);
        height: 3px;
        top: 73%;
        left: 0;
        content: '';
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        background: rgb(209,128,50);
        background: -moz-linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        background: -webkit-linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        background: linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d18032",endColorstr="#d18032",GradientType=1);
        z-index: -1;
    }
    .navbar-nav > li.menu-item-has-children > a.nav-link:before {
        width: calc(100% + 9px);
    }

    .navbar-nav > li:hover > a.nav-link:before,
    .navbar-nav > li.active > a.nav-link:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }


    body.sk__scrolling-started .navbar-nav > li.menu-item-has-children:before {
        padding-top: 15px;
    }


    @-webkit-keyframes sinking-rotated-dropdown-icon {
        0% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        25% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
        }
        50% {
            -webkit-transform: translateY(9px);
            transform: translateY(9px);
        }
        75% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
        }
        100% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
    }

    @keyframes sinking-rotated-dropdown-icon {
        0% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        25% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
        }
        50% {
            -webkit-transform: translateY(9px);
            transform: translateY(9px);
        }
        75% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
        }
        100% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
    }

    .navbar-nav > li > ul > .nav-subwrap > li.menu-item-has-children:not(.sk__expand-children):hover:before {
        -webkit-animation-name: sinking-rotated-dropdown-icon;
        animation-name: sinking-rotated-dropdown-icon;
        -webkit-animation-duration: 0.9s;
        animation-duration: 0.9s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li > a.nav-link {
        position: relative;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 36px 20px 34px 24px;
        font-family: 'Futura BK', sans-serif !important;
    }
    body.sk__scrolling-started .sk__navbar.navbar-expand-lg .navbar-nav > li > a.nav-link {
        padding: 15px 20px 15px 25px;
    }

    .navbar-nav > li > a.nav-link:before {
        position: absolute;
        width: calc(110% + 1px);
        height: 3px;
        top: 70%;
        left: -5%;
        content: '';
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        background: rgb(209,128,50);
        background: -moz-linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        background: -webkit-linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        background: linear-gradient(274deg, rgba(209,128,50,0) 0%, rgba(209,128,50,1) 50%, rgba(209,128,50,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d18032",endColorstr="#d18032",GradientType=1);
        z-index: -1;
    }
    .navbar-nav > li.menu-item-has-children > a.nav-link:before {
        width: calc(100% + 9px);
    }

    .navbar-nav > li:hover > a.nav-link:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li.menu-item-has-children > a.nav-link {
        /* top level menu links with submenus */
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 20px 29px 20px 24px;
        padding: 36px 29px 34px 24px;
    }
    body.sk__scrolling-started .sk__navbar.navbar-expand-lg .navbar-nav > li.menu-item-has-children > a.nav-link {
        padding: 15px 29px 15px 24px;
    }

    .sk__navbar .navbar-nav > li > .sk__submenu-ul {
        /* the sub menu */
        position: absolute;
        overflow: hidden;
        margin-top: 1px;
        -webkit-transition: all 0s ease 0.4s;
        -o-transition: all 0s ease 0.4s;
        transition: all 0s ease 0.4s;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .sk__navbar .navbar-nav > li:hover .sk__submenu-ul {
        -webkit-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap {
        display: block;
        padding: 10px 12px 10px 5px;
        background: rgba(0,0,0,0.87);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li:hover .sk__submenu-ul .nav-subwrap {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li {
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        opacity: 0;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li:hover .sk__submenu-ul .nav-subwrap > li {
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        opacity: 1;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li:hover .sk__submenu-ul {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li > ul a.nav-link {
        /* sub menu links */
        font-weight: 300;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 20px;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li:hover a.nav-link {
        opacity: 1 !important;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li:hover a.nav-link:focus {
        outline: none;
    }

    .navbar-nav > li > ul li.menu-item-has-children:before {
        /* sub menu items dropdown */
        padding-top: 8px;
        padding-right: 10px;
    }

    .navbar-nav > li > ul > .nav-subwrap > li.menu-item-has-children.sk__expand-children:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        padding-top: 0;
        padding-right: 0px;
        padding-left: 10px;
        padding-bottom: 9px;
    }

    /* the sub menu */

    /* since width is defined by parents, set min width in case parents are too short */
    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li a {
        min-width: 220px;
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li > ul {
        overflow: hidden;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }

    /* Sub sub menu */

    .sk__expand-children ul.sk__sub-submenu-ul {
        padding: 10px 0 8px;
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li > ul > li,
    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li > ul > li > a {
        -webkit-transition: opacity 0.5s ease 0.2s, max-height 0.3s ease 0s, color 0.25s ease 0s, background-color 0.4s ease 0s;
        -o-transition: opacity 0.5s ease 0.2s, max-height 0.3s ease 0s, color 0.25s ease 0s, background-color 0.4s ease 0s;
        transition: opacity 0.5s ease 0.2s, max-height 0.3s ease 0s, color 0.25s ease 0s, background-color 0.4s ease 0s;
        max-height: 0;
        opacity: 0;
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li.sk__expand-children li,
    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li.sk__expand-children a {
        max-height: 38px;
        opacity: 1;
        white-space: nowrap;
    }

    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li.sk__expand-children li span.sk__icon-popup,
    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li.sk__expand-children a span.sk__icon-popup {
        white-space: initial;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li > ul > .nav-subwrap > li > ul > li > a.nav-link {
        color: #a6aaaf;
        padding: 5px 10px 5px 30px;
        padding: 2px 10px 1px 30px;
        margin-right: 10px;
        opacity: 1;
    }

    .sk__navbar.navbar-expand-lg .navbar-nav > li > ul > .nav-subwrap > li > ul > li:hover > a.nav-link {
        color: rgba(255,255,255,1);
    }

    a.nav-link.active {
        color: #ffffff !important;
    }

    /* submenu line indicator */
    .sk__navbar .navbar-nav > li > ul > .nav-subwrap > li a {
        min-width: 232px;
    }
    ul.sk__sub-submenu-ul {
        position: relative;
    }
    ul.sk__sub-submenu-ul:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 26px;
        width: 1px;
        height: calc(100% - 21px);
        background: rgba(255,255,255,0.15);
        z-index: 1;
    }
    .sk__navbar.navbar-expand-lg .navbar-nav > li > ul > .nav-subwrap > li > ul > li > a.nav-link {
        padding: 3px 10px 1px 40px;
    }

}