@font-face {
    font-family: FontRajdhani;
    src: url(../_next/static/media/4b13630ea8c790e4-s.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontRajdhani;
    src: url(../_next/static/media/05ae8f945b06abfb-s.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: FontRajdhani Fallback;
    src: local("Arial");
    ascent-override: 101.88%;
    descent-override: 37.90%;
    line-gap-override: 0.00%;
    size-adjust: 91.28%
}

.__className_1e9274 {
    font-family: FontRajdhani, FontRajdhani Fallback
}

.__variable_1e9274 {
    --font-family-rajdhani: "FontRajdhani", "FontRajdhani Fallback"
}

@font-face {
    font-family: FontRoboto;
    src: url(../_next/static/media/4b70338a5df3d413-s.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontRoboto;
    src: url(../_next/static/media/031cf8d6851ae28b-s.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: FontRoboto;
    src: url(../_next/static/media/2235954ef12ea65f-s.woff2) format("woff2");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: FontRoboto Fallback;
    src: local("Arial");
    ascent-override: 92.49%;
    descent-override: 24.34%;
    line-gap-override: 0.00%;
    size-adjust: 100.30%
}

.__className_34f380 {
    font-family: FontRoboto, FontRoboto Fallback
}

.__variable_34f380 {
    --font-family-roboto: "FontRoboto", "FontRoboto Fallback"
}

.rotate-anim {
    animation: rotate 160s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.sway-anim {
    animation: sway 10s ease-in-out infinite
}

.sway_meteorites-anim {
    animation: sway_meteorites 60s ease-in-out infinite
}

.sway_meteorites-anim-rev {
    animation: sway_meteorites_rev 60s ease-in-out infinite
}

@keyframes sway {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(5px, 30px)
    }
}

@keyframes sway_meteorites {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(40px, 80px)
    }
}

@keyframes sway_meteorites_rev {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(-40px, -80px)
    }
}

.scrollDown-anim {
    animation: scroll 1s ease-out infinite
}

@keyframes scroll {
    0% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(4px)
    }

    to {
        transform: translateY(0)
    }
}

.upAndDown-anim {
    animation: upAndDown 5s ease-in-out infinite
}

.speed_1 {
    animation-duration: 10s
}

.speed_2 {
    animation-duration: 15s
}

.speed_3 {
    animation-duration: 20s
}

.speed_4 {
    animation-duration: 25s
}

.speed_5 {
    animation-duration: 30s
}

.speed_6 {
    animation-duration: 60s
}

@keyframes upAndDown {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(5px, 15px)
    }
}

.venusUpAndDown-anim {
    animation: venusUpAndDown 15s ease-in-out infinite
}

@keyframes venusUpAndDown {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(10px, -25px)
    }
}

.leftAndRight-anim {
    animation: leftAndRight 60s linear infinite
}

@keyframes leftAndRight {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translate(150px, 10px)
    }
}

.top-to-fade {
    opacity: 0;
    -webkit-transform: translate3d(0, -70px, 0);
    -moz-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    -o-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s, opacity 1s cubic-bezier(.19, 1, .22, 1) .3s;
    will-change: transform, opacity
}

.top-to-fade-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.right-to {
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s;
    will-change: transform
}

.bottom-to-fade,
.right-to-fade {
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s, opacity 1s cubic-bezier(.19, 1, .22, 1) .3s;
    will-change: transform, opacity
}

.right-to-anim {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.right-to-fade {
    opacity: 0;
    -webkit-transform: translate3d(70px, 0, 0);
    -moz-transform: translate3d(70px, 0, 0);
    -ms-transform: translate3d(70px, 0, 0);
    -o-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.right-to-fade-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.bottom-to-fade {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    -moz-transform: translate3d(0, 70px, 0);
    -ms-transform: translate3d(0, 70px, 0);
    -o-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .3s, .3s
}

.bottom-to-fade-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.left-to {
    -webkit-transform: translate3d(-200%, 0, 0);
    -moz-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate3d(-200%, 0, 0);
    -o-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1);
    transition-delay: .3s;
    will-change: transform
}

.center-to-fade,
.left-to-fade,
.quina-right-bottom-fade {
    will-change: transform, opacity
}

.left-to-anim {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.left-to-fade {
    opacity: 0;
    -webkit-transform: translate3d(-70px, 0, 0);
    -moz-transform: translate3d(-70px, 0, 0);
    -ms-transform: translate3d(-70px, 0, 0);
    -o-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s, opacity 1s cubic-bezier(.19, 1, .22, 1) .3s
}

.left-to-fade-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.center-to-fade {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    transform-origin: center center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) .3s, opacity .5s cubic-bezier(.19, 1, .22, 1) .3s
}

.quina-right-bottom-fade,
.quina-right-top-fade {
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s, opacity 1s cubic-bezier(.19, 1, .22, 1) .3s
}

.center-to-fade-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.quina-right-bottom-fade {
    opacity: 0;
    -webkit-transform: translate3d(120px, 120px, 0);
    -moz-transform: translate3d(120px, 120px, 0);
    -ms-transform: translate3d(120px, 120px, 0);
    -o-transform: translate3d(120px, 120px, 0);
    transform: translate3d(120px, 120px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .3s, .3s
}

.quina-right-bottom-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.quina-right-top-fade {
    opacity: 0;
    -webkit-transform: translate3d(120px, -120px, 0);
    -moz-transform: translate3d(120px, -120px, 0);
    -ms-transform: translate3d(120px, -120px, 0);
    -o-transform: translate3d(120px, -120px, 0);
    transform: translate3d(120px, -120px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .3s, .3s;
    will-change: transform, opacity
}

.quina-left-bottom-fade,
.quina-left-top-fade {
    transition: transform 2s cubic-bezier(.19, 1, .22, 1) .3s, opacity 1s cubic-bezier(.19, 1, .22, 1) .3s;
    will-change: transform, opacity
}

.quina-right-top-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.quina-left-top-fade {
    opacity: 0;
    -webkit-transform: translate3d(-120px, -120px, 0);
    -moz-transform: translate3d(-120px, -120px, 0);
    -ms-transform: translate3d(-120px, -120px, 0);
    -o-transform: translate3d(-120px, -120px, 0);
    transform: translate3d(-120px, -120px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.quina-left-top-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.quina-left-bottom-fade {
    opacity: 0;
    -webkit-transform: translate3d(120px, 120px, 0);
    -moz-transform: translate3d(120px, 120px, 0);
    -ms-transform: translate3d(120px, 120px, 0);
    -o-transform: translate3d(120px, 120px, 0);
    transform: translate3d(120px, 120px, 0);
    transform-origin: left top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: .3s, .3s
}

.quina-left-bottom-anim {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.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);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

section#careers .carrers-carousel-wrapper {
    position: relative
}

section#careers .carrers-carousel-wrapper .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 95px;
    bottom: 0;
    width: 28px;
    height: 48px;
    display: flex;
    padding: 0 0 0 2px;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 100%, .45);
    background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    font-size: 0;
    transform: translateX(-145%)
}

section#careers .carrers-carousel-wrapper .slick-arrow.slick-next {
    right: 0;
    transform: translateX(145%)
}

.item-info .info-content .depoiment span.executivo {
    display: block;
    margin-top: 1.375rem;
    color: #c1c1c1
}

section#y {
    padding: 4.375rem 0;
    height: auto;
    max-height: max-content
}

section#y .section-bg #commet_1 {
    position: absolute;
    top: 635px;
    left: 210px
}

section#y .section-bg #commet_2 {
    position: absolute;
    top: 830px;
    right: 200px
}

section#y .section-content {
    position: relative;
    z-index: 2
}

section#y .section-content h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

section#y .section-content p {
    width: 100%;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1.125rem
}

section#y .section-content #carreer-y {
    margin-top: 3.75rem
}

section#y .section-content #carreer-y #y-svg {
    max-width: 100%;
    position: relative;
    z-index: 2
}

section#y .section-content #carreer-y #y-mobile {
    display: none;
    flex-direction: column;
    gap: 45px
}

section#y .section-content #carreer-y #y-svg .rectangle-blur {
    fill: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(3px)
}

section#y .section-content #carreer-y .accordeon-tab {
    position: relative;
    width: 100%;
    max-height: 137px;
    overflow: hidden;
    transition: all .3s ease-out;
    padding-bottom: 37px
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 105px;
    border: 1px solid hsla(0, 0%, 100%, .45);
    background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    margin-bottom: 32px;
    padding: 16px
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-header:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 19px;
    bottom: -5px;
    margin: auto;
    background-color: #fff;
    transform: scale(0);
    transition: transform .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-header h3 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: #fff;
    margin-bottom: 8px
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-header p {
    font-size: .938rem;
    line-height: 1.5rem;
    margin: 0;
    color: #fff
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content ul {
    display: flex;
    flex-direction: column;
    gap: 12px
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #fff;
    font-family: Roboto, sans-serif
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content .circle {
    position: relative;
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content .circle:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content .orange-separator .circle {
    border-color: transparent
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content .orange-separator .circle:before {
    background-color: #fe5100
}

section#y .section-content #carreer-y .accordeon-tab .accordeon-content ul li:before {
    content: "";
    position: absolute;
    left: 24.5px;
    bottom: 50%;
    width: 1px;
    height: 0;
    background-color: #fff;
    transition: height .3s ease-out
}

section#y .section-content #carreer-y #acc-leadership.active {
    max-height: 737px;
    transition: all .3s ease-out
}

section#y .section-content #carreer-y #acc-specialist.active {
    max-height: 834px;
    transition: all .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab.active .circle {
    transform: scale(1);
    transition: transform .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab.active .accordeon-content ul li:before {
    height: 56px;
    transition: height .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab.active .accordeon-header:after {
    transform: scale(1);
    transition: transform .3s ease-out
}

section#y .section-content #carreer-y .accordeon-tab button.accordeon-trigger {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

button.accordeon-trigger {
    cursor: pointer;
    width: 60px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 100%, .45);
    background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(3px);
    border-radius: 16px;
    transform: rotate(0deg);
    transition: all .3s ease-in-out
}

button.accordeon-trigger.active svg {
    transform: rotate(180deg);
    transition: all .3s ease-in-out
}

@media screen and (max-width:992px) and (min-width:768px) {
    section#y .container {
        width: 100%
    }

    section#y .section-content h2,
    section#y .section-content p {
        width: 720px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    section#y .section-content #carreer-y {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:992px) {
    section#y .section-content #carreer-y #y-svg text {
        font-size: 1.125rem
    }

    section#y {
        padding: 26.375rem 0 65rem
    }
}

@media screen and (max-width:768px) {
    section#y .section-content #carreer-y #y-svg {
        display: none
    }

    section#y .section-content #carreer-y #y-mobile {
        display: flex
    }
}

section#planets {
    position: relative;
    background: linear-gradient(transparent 30%, #060604 70%);
    min-height: auto;
    height: 920px;
    max-height: none
}

section#planets .section-bg {
    z-index: 1
}

section#planets .section-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, #0a0a25, transparent);
    bottom: 0;
    transform: translateY(-150%);
    pointer-events: none
}

section#planets .section-content {
    padding-top: 96px
}

section#planets .section-content h2 {
    position: relative;
    z-index: 4;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem
}

section#planets .section-content p.subtitle {
    max-width: 620px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem
}

section#planets .section-content .planets-section {
    position: relative;
    z-index: 4;
    width: 1096px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

section#planets .section-content #planets-section {
    display: flex;
    flex-direction: column;
    height: 100%
}

section#planets .section-content #planets-section .planets-wrapper {
    position: absolute;
    z-index: 4;
    top: 330px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 1150px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 110px;
    transition: all .3s ease-out
}

section#planets .section-content #planets-section .planets-wrapper .planet {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) #clicable-content {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) #clicable-content div.dot:after {
    content: "";
    position: absolute;
    display: block;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #fe5100;
    z-index: 4;
    box-shadow: 0 0 8px rgba(254, 81, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) div.dot:before {
    content: "";
    position: absolute;
    top: 85px;
    left: 118px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #fe5100;
    z-index: 3;
    transform-origin: center;
    box-shadow: 0 0 15px rgba(254, 81, 0, .5);
    animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) div.dot .tooltip {
    position: absolute;
    top: 90px;
    left: 170px;
    width: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    transition: width .3s ease-out
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) div.dot .tooltip p {
    font-family: Rajdhani, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #000;
    white-space: nowrap
}

section#planets .section-content #planets-section .planets-wrapper .planet:not(.active) div.dot:hover .tooltip {
    width: 100px;
    transition: width .3s ease-out
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }

    80%,
    to {
        opacity: 0
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(.8)
    }
}

section#planets .section-content #planets-section .planets-wrapper .planet:nth-of-type(2n) {
    padding-top: 34px
}

section#planets .section-content #planets-section .planets-wrapper .planet img {
    max-width: 100%;
    width: 220px;
    height: 220px;
    margin-bottom: 5rem;
    transform: scale(1);
    transition: all .3s ease-out;
    margin-left: auto;
    margin-right: auto
}

section#planets .section-content #planets-section .planets-wrapper .planet:hover img {
    transform: scale(1.05);
    transition: all .3s ease-out
}

section#planets .section-content #planets-section .planets-wrapper .planet p {
    font-family: Rajdhani, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center
}

section#planets .section-content #planets-section .planets-carousel-wrapper {
    max-height: 0;
    transition: all .3s ease-out;
    overflow: hidden
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content {
    display: flex;
    width: 960px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .info {
    max-width: 424px;
    text-align: left
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .info h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .info p {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #fff
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .info p.sm {
    font-size: .875rem;
    line-height: 1.063rem;
    margin-top: .875rem
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .img {
    position: relative;
    z-index: 4
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .img img {
    width: 328px;
    height: 328px
}

section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .img .btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -56px;
    margin-top: auto;
    margin-bottom: auto
}

section#planets .section-content #planets-section.active .planets-wrapper {
    top: calc(100% - 210px);
    transition: all .3s ease-out;
    max-width: 81%
}

section#planets .section-content #planets-section.active .planets-wrapper .planet {
    padding-top: 0
}

section#planets .section-content #planets-section.active .planets-wrapper .planet img {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    transition: all .3s ease-out
}

section#planets .section-content #planets-section.active .planets-wrapper .planet p {
    font-weight: 400
}

section#planets .section-content #planets-section.active .planets-wrapper .planet.active p {
    font-weight: 600
}

section#planets .section-content #planets-section.active .planets-carousel-wrapper {
    max-height: 350px;
    transition: all .3s ease-out;
    overflow: hidden
}

section#planets .section-content .manifest {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 4
}

section#planets .section-content .manifest .manifest-planet {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 132px;
    height: 132px;
    margin-left: auto;
    margin-right: auto
}

section#planets .section-content .manifest .manifest-planet img {
    transform: scale(1);
    transition: all .3s ease-out
}

section#planets .section-content .manifest .manifest-planet:hover img {
    transform: scale(1.05);
    transition: all .3s ease-out
}

section#planets .section-content .manifest .rings {
    position: absolute;
    width: 100%;
    top: -90px;
    pointer-events: none
}

section#planets .section-content .manifest .rings svg {
    width: 100%
}

section#planets .section-content .manifest .rings svg line.separator {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .3s ease-out
}

section#planets .section-content #manifest.active .rings svg line.separator {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform .3s ease-out
}

section#planets .section-content .manifest .manifest-planet img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2
}

section#planets .section-content .manifest .manifest-planet p {
    position: relative;
    z-index: 2;
    font-family: Rajdhani, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center
}

@media screen and (max-width:1200px) {
    section#planets .section-content #planets-section .planets-wrapper .planet img {
        width: 164px;
        height: 164px
    }
}

@media screen and (max-width:992px) {
    section#planets .section-content #planets-section {
        padding-bottom: 40px !important
    }

    section#planets .section-content #planets-section .planets-wrapper {
        flex-wrap: wrap;
        max-width: 100%;
        height: auto;
        gap: 3rem
    }

    section#planets .section-content #planets-section.active .planets-wrapper {
        max-width: 73%
    }

    section#planets .section-content #planets-section .planets-wrapper .planet {
        width: 20%
    }

    section#planets .section-content #planets-section .planets-wrapper .planet img {
        width: 132px;
        height: 132px
    }

    section#planets .section-content #planets-section.active .planets-wrapper .planet {
        width: 17%
    }

    section#planets .section-content #planets-section .planet-slide-content .info {
        width: 50%
    }

    section#planets .section-content #planets-section .planet-slide-content .img {
        max-width: 40%
    }

    section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .img img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:768px) {
    section#planets .section-content #planets-section {
        height: 850px
    }

    section#planets .section-content #planets-section.active .planets-wrapper {
        max-width: 100%
    }

    section#planets .section-content h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        padding-left: 60px;
        padding-right: 60px
    }

    section#planets .section-content {
        position: relative;
        z-index: 2;
        padding-top: 20px
    }

    section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 3rem
    }

    section#planets .container {
        width: 100%
    }

    section#planets .section-content #planets-section .planets-wrapper {
        padding-left: 40px;
        padding-right: 40px;
        top: 200px
    }

    section#planets .section-content #planets-section .planets-wrapper .planet {
        width: 40.6%
    }

    section#planets .section-content #planets-section .planets-wrapper .planet img {
        margin-bottom: 3rem
    }

    section#planets .section-content #planets-section.active .planets-wrapper .planet p {
        display: none
    }

    section#planets .section-content #planets-section .planets-carousel-wrapper .planet-slide-content .img img {
        width: 164px;
        height: 164px
    }

    section#planets .section-content .manifest .rings svg line.separator {
        transform: scaleY(0) !important
    }

    section#planets .section-content #planets-section {
        padding-bottom: 132px
    }

    section#planets .section-content #planets-section .planet-slide-content .info {
        width: 100%
    }

    section#planets .section-content #planets-section .manifest {
        bottom: 0;
        margin-top: 40px
    }

    section#planets .section-content #planets-section .manifest .manifest-planet {
        width: 100px;
        height: 100px
    }

    section#planets .section-content #planets-section.active .planets-carousel-wrapper {
        max-height: 460px;
        min-height: max-content;
        margin-bottom: 3rem
    }
}

@media screen and (max-width:576px) {
    section#planets .section-content {
        height: 100%
    }

    section#planets .section-content h2 {
        padding-left: 16px;
        padding-right: 16px
    }

    section#planets .section-content #planets-section .planets-wrapper {
        position: relative;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        gap: 2rem;
        padding-bottom: 0;
        bottom: 0;
        top: 0 !important
    }

    section#planets .section-content #planets-section.active .planets-wrapper .planet {
        width: 16%
    }

    section#planets .section-content #planets-section .planets-wrapper .planet img {
        margin-bottom: 3rem
    }

    section#planets .section-content #planets-section .manifest {
        position: relative
    }

    section#planets .section-content #planets-section.active .planets-carousel-wrapper {
        min-height: 475px;
        height: auto;
        max-height: unset;
        margin-bottom: 0;
        padding-bottom: 40px
    }
}

section#manifesto {
    background-color: #060604;
    height: max-content;
    max-height: none;
    transition: height .3s ease-out
}

section#manifesto .section-content {
    padding-top: 7.75rem
}

section#manifesto .section-content h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px
}

section#manifesto .section-content h2 span {
    font-weight: 600
}

section#manifesto .section-content .manifest-content {
    display: flex;
    gap: 2rem
}

section#manifesto .section-content .manifest-content .skewed-img {
    display: flex;
    align-items: center;
    padding-left: 26px;
    width: 540px;
    max-width: 100%
}

.skewed-img .skew-wrapper .skew-img {
    width: 100%;
    border-radius: 22px;
    border: 1px solid hsla(0, 0%, 100%, .45)
}

section#manifesto .section-content .manifest-content .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 550px;
    margin-left: auto;
    padding-top: 40px
}

section#manifesto .section-content .manifest-content .text-content .text-collapse {
    overflow: hidden;
    height: 290px;
    margin-bottom: 3.5rem;
    transition: height .3s ease-out
}

section#manifesto .section-content .manifest-content .text-content .text-collapse.active {
    height: max-content;
    transition: height .3s ease-out
}

section#manifesto .section-content .manifest-content .text-content .text-collapse p {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.375rem
}

section#manifesto .section-hidden {
    max-height: 0;
    transition: all .3s ease-out;
    text-align: center;
    overflow: hidden
}

section#manifesto #section-hidden.active {
    max-height: 1170px;
    transition: all .3s ease-out
}

section#manifesto .section-hidden h2 {
    font-family: Rajdhani, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4rem;
    margin-top: 4rem
}

section#manifesto .section-hidden .hidden-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 4rem
}

section#manifesto .section-hidden .hidden-content .accordeons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

section#manifesto .section-hidden .hidden-content .skewed-img {
    display: flex;
    align-items: center;
    max-width: 50%
}

section#manifesto .section-hidden .hidden-content .skewed-img img {
    max-width: 100%
}

section#manifesto .section-hidden .hidden-content .accordeon {
    overflow: hidden;
    width: 100%;
    max-width: 490px;
    border-radius: 1rem;
    border: 1px solid hsla(0, 0%, 100%, .45);
    background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(3px);
    max-height: 94px;
    transition: all .3s ease-out
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-header {
    overflow: hidden;
    height: 94px;
    cursor: pointer;
    padding: 1.5rem 2.25rem;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    font-family: Rajdhani, sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, .45)
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-header .plus {
    position: relative;
    width: 21px;
    min-width: 21px;
    height: 21px
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-header .plus:after,
section#manifesto .section-hidden .hidden-content .accordeon .acc-header .plus:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1px;
    background-color: #fe5100;
    transform: origin;
    transition: transform .3s ease-out
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-header .plus:before {
    height: 3px;
    width: 100%
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-header .plus:after {
    width: 3px;
    height: 100%
}

section#manifesto .section-hidden .hidden-content .accordeon .acc-body {
    padding: 1.5rem 2.25rem;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #fff
}

section#manifesto .section-hidden .hidden-content .accordeon.active {
    max-height: 255px;
    transition: all .3s ease-out
}

section#manifesto .section-hidden .hidden-content .accordeon.active .plus:before {
    transform: rotate(180deg);
    transition: transform .3s ease-out
}

section#manifesto .section-hidden .hidden-content .accordeon.active .plus:after {
    transform: rotate(90deg);
    transition: transform .3s ease-out
}

@media screen and (max-width:992px) {
    section#manifesto .section-content {
        padding-top: 60px
    }

    section#manifesto .section-content h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        text-align: left;
        max-width: 360px;
        margin-bottom: 2rem
    }

    section#manifesto .section-content .manifest-content .skewed-img,
    section#manifesto .section-content .manifest-content .text-content {
        padding-left: 0;
        width: 48%
    }
}

@media screen and (max-width:768px) {
    section#manifesto .section-content .manifest-content {
        flex-direction: column
    }

    section#manifesto .section-content .manifest-content .skewed-img,
    section#manifesto .section-content .manifest-content .text-content {
        padding-left: 0;
        padding-top: 0;
        width: 100%
    }

    section#manifesto .section-hidden .hidden-content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }
}

section#prizes {
    position: relative;
    background: linear-gradient(#060604, #030312);
    height: auto;
    min-height: 1002px
}

section#prizes:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 200px;
    background-image: url(https://7323764.fs1.hubspotusercontent-na1.net/hubfs/7323764/Talentos/gradient.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3
}

@media screen and (max-width:1600px) {
    section#prizes:before {
        width: 150px;
        background-position: 100% 0
    }
}

@media screen and (max-width:1500px) and (min-width:1200px) {
    section#prizes .container {
        width: 991px
    }
}

@media screen and (max-width:1420px) {
    section#prizes:before {
        width: 100px;
        background-position: 100% 0
    }
}

@media screen and (max-width:1200px) and (min-width:991px) {
    section#prizes .container {
        width: 800px
    }
}

@media screen and (max-width:991px) {
    section#prizes:before {
        content: none
    }
}

section#prizes .section-content {
    padding: 96px 0
}

section#prizes h2 {
    padding-top: 2.5rem;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
    text-align: start;
    margin-bottom: 2.5rem
}

@media screen and (max-width:1200px) {
    section#prizes .timeline-carousel-wrapper .slick-arrow {
        top: 80px
    }
}

@media screen and (max-width:992px) {
    section#prizes {
        min-height: 864px
    }

    section#prizes .section-content {
        padding: 60px 0
    }

    section#prizes .section-content h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 5rem
    }
}

@media screen and (max-width:576px) {
    section#prizes {
        min-height: 0;
        height: max-content;
        max-height: max-content
    }
}

section#vacancies {
    position: relative;
    background: linear-gradient(#030312, #05061a);
    height: 840px;
    min-height: 625px
}

section#vacancies .glassdoor-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center
}

section#vacancies .glassdoor-content p {
    font-family: Rajdhani, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 660px
}

section#vacancies .glassdoor-content img {
    width: 250px;
    max-width: 100%;
    margin-bottom: 1.5rem
}

section#vacancies .section-content {
    position: relative;
    z-index: 2;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

section#vacancies .section-content h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px
}

section#vacancies .section-content p {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3.375rem
}

section#vacancies img.commet {
    position: absolute;
    width: 1140px;
    max-width: 100%;
    top: 350px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0
}

@media screen and (max-width:992px) {
    section#vacancies {
        background: linear-gradient(#030312, #030313);
        min-height: auto;
        height: auto
    }

    section#vacancies img.commet {
        position: relative;
        top: 0;
        margin-top: -150px
    }
}

@media screen and (max-width:768px) {
    section#vacancies .glassdoor-content p {
        font-size: 1.75rem
    }
}

@media screen and (max-width:576px) {
    section#vacancies .glassdoor-content .glassdor-rating {
        margin-right: -32px
    }

    section#vacancies .glassdoor-content img {
        width: 200px;
        max-width: 90%
    }

    section#vacancies .section-content {
        padding-top: 4em
    }

    section#vacancies .section-content h2,
    section#vacancies .section-content p {
        text-align: center
    }

    section#vacancies .section-content h2 {
        font-size: 3.5em
    }
}

section#know-more {
    height: auto;
    max-height: max-content
}

section#know-more .section-bg {
    background-color: #030312;
    background-image: url(https://7323764.fs1.hubspotusercontent-na1.net/hubfs/7323764/Talentos/fundo_sessao_1x-1.jpg);
    height: 100%
}

section#know-more .section-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, #05061a, transparent);
    top: 0;
    transform: translateY(-50%);
    pointer-events: none
}

section#know-more h2 {
    padding-top: 40px;
    text-align: center;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6rem
}

section#know-more .know-more-items {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 16px
}

section#know-more .know-more-items .know-more-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 33%;
    min-height: 440px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .55);
    border: 1px solid hsla(0, 0%, 100%, .45);
    backdrop-filter: blur(13px)
}

section#know-more .know-more-items .know-more-item .img-wrapper {
    height: 165px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

section#know-more .know-more-items .know-more-item:last-of-type .img-wrapper {
    height: 250px
}

section#know-more .know-more-items .know-more-item .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 24px
}

section#know-more .know-more-items .know-more-item .content h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px
}

section#know-more .know-more-items .know-more-item .content .text-wrapper {
    font-family: Rajdhani, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: 20px
}

section#know-more .know-more-items .know-more-item .content a {
    display: flex;
    align-self: flex-start;
    margin-top: auto;
    justify-self: flex-end
}

@media screen and (max-width:992px) {
    section#know-more .section-content h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 4rem
    }

    section#know-more .section-content .know-more-items {
        flex-wrap: wrap
    }
}

@media screen and (max-width:768px) {
    section#know-more .section-content .know-more-items {
        flex-direction: column
    }

    section#know-more .know-more-items .know-more-item .img-wrapper {
        height: 250px
    }
}

section#know-more #social-medias {
    padding: 10rem 0 8.75rem;
    min-height: 415px
}

section#know-more #social-medias h2 {
    padding-top: 40px;
    text-align: center;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6.5rem
}

section#know-more #social-medias ul {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:992px) {
    section#know-more #social-medias {
        padding: 4rem 0;
        min-height: 0
    }

    section#know-more #social-medias h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    section#know-more #social-medias ul {
        justify-content: space-around
    }
}

.container {
    max-width: 100%;
    width: 1160px;
    margin-left: auto;
    margin-right: auto
}

.sectionCarrer {
    background-color: #090931;
    background-position: top;
    background-size: cover;
    position: relative;
    font-size: 16px;
    font-family: Rajdhani, sans-serif;
    font-weight: 400;
    overflow: clip
}

p.sm {
    font-size: .875rem;
    line-height: 1.063rem
}

p span {
    font-weight: 700
}

[data-custom-mouse] {
    cursor: none
}

[data-clicable] svg,
[data-clicable]>span,
[data-contrast] svg,
[data-contrast]>span {
    pointer-events: none
}

div.cursors div.mouse {
    position: fixed;
    top: 300px;
    left: 300px;
    width: 0;
    height: 0;
    background-color: #fff;
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    z-index: 10000000;
    pointer-events: none;
    transform: translate(-50%, -50%);
    mix-blend-mode: normal;
    opacity: 0;
    transition: height .4s, width .4s, opacity .6s;
    text-align: center
}

@media screen and (max-width:768px) {
    [data-custom-mouse] {
        cursor: default
    }

    div.cursors div.mouse {
        display: none
    }
}

.section-default {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 840px;
    scroll-snap-align: start;
    background-position: 50%
}

.section-default,
.section-default .section-bg {
    background-size: cover;
    background-repeat: no-repeat
}

.section-default .section-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: top;
    pointer-events: none
}

@media screen and (max-width:992px) {
    .section-default {
        min-height: 520px
    }

    br {
        display: none
    }
}

@media screen and (max-width:768px) {
    .section-default {
        height: auto
    }
}

.link-icon svg ellipse,
.link-icon svg path {
    fill: #fff;
    transition: fill .3s ease-out
}

.link-icon:hover svg ellipse,
.link-icon:hover svg path {
    fill: #fe5100;
    transition: fill .3s ease-out
}

.btn-default {
    cursor: pointer;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #fe5100;
    background-color: #fe5100;
    height: 42px;
    font-family: Rajdhani, sans-serif;
    font-size: 1.063rem;
    font-weight: 600;
    color: #fff;
    padding: 4px 24px;
    transition: all .3s ease-out
}

.btn-default:hover {
    background-color: transparent;
    transition: all .3s ease-out
}

.btn-default.w-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.btn-default.rounded,
.btn-default.w-icon {
    min-width: 186px;
    height: 40px;
    font-size: 1.125rem
}

.btn-default.rounded {
    border-radius: 24px;
    font-family: Rajdhani, sans-serif;
    font-weight: 400
}

.btn-default.rounded.active svg {
    transform: rotate(180deg);
    transition: transform .3s ease-out
}

.btn-default.w-icon svg {
    margin-left: 16px;
    transition: transform .3s ease-out
}

.btn-default.medium {
    font-weight: 600
}

.btn-default.regular {
    font-weight: 400
}

.btn-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    background-color: hsla(0, 0%, 95%, .2);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transform: scale(1);
    transition: all .3s ease-out
}

.btn-play svg {
    margin-right: -4px
}

.btn-play:hover {
    transform: scale(1.1);
    transition: all .3s ease-out
}

.section-default * {
    position: static;
    z-index: 2
}

#lightbox-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    color: #000;
    margin: auto;
    transform: translateX(100%);
    transition: transform .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

#lightbox-wrapper .light-box-inner {
    display: block;
    position: relative;
    max-width: 960px;
    width: 80%;
    height: 576px;
    margin: auto
}

#lightbox-wrapper .light-box-inner iframe {
    max-width: 100%
}

#lightbox-wrapper.active {
    transform: translateX(0);
    transition: transform .5s ease-in-out
}

#lightbox-wrapper .light-box-inner .btn-close-modal {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(90%, -90%);
    width: 42px;
    height: 42px;
    background-color: transparent;
    border: none
}

.btn-close-modal svg {
    max-width: 100%
}

.btn-close-modal svg path {
    fill: #fff;
    transition: all .5s ease-in-out
}

.btn-close-modal:hover svg path {
    fill: #da4f25;
    transition: all .5s ease-in-out
}

.dark-orange {
    color: #da4f25
}

@media screen and (max-width:1200px) {
    .container-mob {
        width: 960px !important
    }
}

@media screen and (max-width:992px) {
    .container-mob {
        width: 720px !important
    }
}

@media screen and (max-width:768px) {
    .container-mob {
        width: 540px !important
    }
}

@media screen and (max-width:576px) {
    .container-mob {
        width: 420px !important;
        max-width: calc(100% - 32px) !important
    }
}

.nwStaffToltips {
    &:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        right: 1.25rem;
        transform-origin: center;
        transform: translateY(-50%) rotate(45deg);
        width: .75rem;
        height: .75rem;
        background: #fff
    }
}