@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse
}

textarea {
    white-space: revert
}

button {
    background-color: transparent;
    border: 0
}

a {
    text-decoration: none
}

address {
    font-style: normal
}

body {
    overflow-x: hidden
}

@media (max-width:991.98px) {
    html {
        overflow-x: hidden
    }
}

img {
    max-width: 100%;
    display: block
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    font-weight: 400;
    font-family: Barlow, sans-serif
}

p {
    font-size: 1.8rem;
    line-height: 2.8rem
}

a,
button {
    background-color: transparent;
    cursor: pointer;
    transition: color .3s, background-color .3s
}

.overflow-y-hidden {
    overflow-y: hidden
}

@media screen and (max-width:76.8rem) {
    [data-aos-delay] {
        transition-delay: 0s !important
    }
}

.container {
    max-width: 128rem;
    padding: 0 1.6rem;
    margin: 0 auto
}

.btn {
    display: inline-block;
    padding: 1.4rem 4.3rem 1.6rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #f9f9f9;
    background-color: #cf314f;
    border-radius: .7rem
}

.btn:hover {
    background-color: #030820
}

.progress {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    pointer-events: none
}

.progress:after {
    content: "";
    width: 100%;
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    left: 0
}

.progress:after,
.progress>span {
    height: 100%;
    position: absolute;
    top: 0
}

.progress>span {
    width: 50%;
    overflow: hidden;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    border: 2px solid #fff
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 2.25rem;
    border-bottom-left-radius: 2.25rem;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 2.5s linear forwards
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 2.5s linear forwards
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 2.5s linear forwards
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 2.5s linear forwards
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-1 2.5s linear 2.5s forwards
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-2 2.5s linear 2.5s forwards
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-3 2.5s linear 2.5s forwards
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-4 2.5s linear 2.5s forwards
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-5 2.5s linear forwards
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-5 2.5s linear 2.5s forwards
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

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

.s-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .s-header .logo {
        max-width: 16.5rem
    }
}

@media (max-width:991.98px) {
    .s-header .navigation {
        display: none
    }
}

.s-header .navigation ul {
    display: flex
}

.s-header .navigation ul li:not(:last-of-type) {
    margin-right: 6rem
}

.s-header .navigation ul li a {
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 160%;
    letter-spacing: .07em;
    color: #aeaeae;
    text-transform: uppercase
}

.s-header .navigation ul li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 20px);
    width: calc(100% + 4rem);
    height: .2rem;
    background: #f9f9f9;
    border-radius: 6rem;
    opacity: 0;
    transition: opacity .4s, transform .4s
}

.s-header .navigation ul li a:hover {
    color: #f9f9f9
}

.s-header .navigation ul li a:hover:after {
    opacity: 1;
    transform: translate(-50%)
}

.s-header .btn-menu {
    display: none
}

@media (max-width:991.98px) {
    .s-header .btn-menu {
        display: block
    }
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10099990;
    width: 100vw;
    height: 100vh;
    background: rgba(3, 7, 32, .82);
    backdrop-filter: blur(7.4rem);
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform .4s ease-in-out .2s
}

.menu-mobile .wrapper {
    padding: 3.5rem 2.5rem 0 5rem
}

.menu-mobile .btn-close-menu {
    display: table;
    margin-left: auto
}

.menu-mobile .navigation .menu>li {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 1ms cubic-bezier(.155, .1, .135, 1.01) .3s, opacity .2s linear
}

.menu-mobile .navigation .menu>li a {
    font-weight: 500;
    font-size: 2rem;
    line-height: 8.1rem;
    letter-spacing: -.01em;
    color: #aeaeae;
    text-transform: uppercase
}

.menu-mobile .content {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 11.5rem auto 0;
    opacity: 0;
    transition: opacity .3s linear
}

.menu-mobile .content .social {
    display: none;
    display: flex;
    align-items: center
}

.menu-mobile .content .social li:not(:last-of-type) {
    margin-right: 3rem
}

.menu-mobile .content .social li a {
    color: #676767
}

.menu-mobile .content .social li a svg {
    width: 2.1rem;
    height: 2.1rem
}

.menu-mobile .content p {
    max-width: 24.5rem;
    width: 100%;
    margin-top: 2.3rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #aeaeae;
    opacity: .5
}

body.menu-opened .menu-mobile {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.54, .005, .155, .99);
    pointer-events: auto
}

body.menu-opened .menu-mobile .navigation ul li {
    transform: translateX(0);
    opacity: 1
}

body.menu-opened .menu-mobile .navigation ul li:first-child {
    transition: transform .75s cubic-bezier(.155, .1, .135, 1.01), opacity .6s linear .2s
}

body.menu-opened .menu-mobile .navigation ul li:nth-child(2) {
    transition: transform .8s cubic-bezier(.155, .1, .135, 1.01), opacity .6s linear .3s
}

body.menu-opened .menu-mobile .navigation ul li:nth-child(3) {
    transition: transform .85s cubic-bezier(.155, .1, .135, 1.01), opacity .6s linear .4s
}

body.menu-opened .menu-mobile .navigation ul li:nth-child(4) {
    transition: transform .9s cubic-bezier(.155, .1, .135, 1.01), opacity .6s linear .5s
}

body.menu-opened .menu-mobile .navigation ul li:nth-child(5) {
    transition: transform .95s cubic-bezier(.155, .1, .135, 1.01), opacity .6s linear .6s
}

body.menu-opened .menu-mobile .content {
    opacity: 1;
    transition: opacity .6s linear .4s
}

.s-hero {
    position: relative;
    background-color: #030820;
    min-height: 72rem;
    display: flex
}

@media (max-width:991.98px) {
    .s-hero {
        min-height: unset;
        flex-direction: column;
        padding: .7rem 0 3rem
    }
}

.s-hero:before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 8, 32, .69) 39.21%, rgba(43, 209, 189, .3519) 321.45%);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.s-hero .infos,
.s-hero:before {
    position: absolute;
    left: 0;
    width: 100%
}

.s-hero .infos {
    z-index: 10;
    bottom: 4.8rem
}

@media (max-width:991.98px) {
    .s-hero .infos {
        position: relative;
        bottom: unset;
        margin-top: 3.4rem
    }
}

.s-hero .infos .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s-hero .infos .navigation {
    display: flex;
    align-items: center;
    position: relative;
    display: none;
}

.s-hero .infos .navigation .hero-button-next,
.s-hero .infos .navigation .hero-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    border: 2px solid #5a5a5a;
    border-radius: 50%
}

.s-hero .infos .navigation .hero-button-next:before,
.s-hero .infos .navigation .hero-button-prev:before {
    content: "";
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../img/hero-arrow.svg) 50%/cover no-repeat;
    filter: brightness(0) invert(1)
}

.s-hero .infos .navigation .hero-button-next.swiper-button-disabled:before,
.s-hero .infos .navigation .hero-button-prev.swiper-button-disabled:before {
    filter: unset
}

.s-hero .infos .navigation .hero-button-prev {
    margin-right: 1.155rem
}

.s-hero .infos .navigation .hero-button-next:before {
    transform: rotate(180deg)
}

.s-hero .infos .navigation .progress {
    position: absolute;
    top: 0;
    right: 0
}

.s-hero .hero-slide {
    width: 100%;
    height: auto
}

.s-hero .hero-slide .swiper-slide.swiper-slide-active .item .content {
    opacity: 1;
    transform: translateY(0)
}

.s-hero .hero-slide .swiper-slide.swiper-slide-active .item .image {
    opacity: 1
}

.s-hero .item,
.s-hero .item .container {
    height: 100%
}

.s-hero .item .wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}

@media (max-width:991.98px) {
    .s-hero .item .wrapper {
        flex-direction: column
    }
}

.s-hero .item .content {
    max-width: 59.4rem;
    width: 100%;
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(5rem);
    transition: opacity 1s, transform 1s
}

@media (max-width:991.98px) {
    .s-hero .item .content {
        max-width: unset;
        order: 2;
        margin-top: -19%
    }
}

.s-hero .item .content .subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 150%;
    color: #cd274e
}

@media (max-width:991.98px) {
    .s-hero .item .content .subtitle {
        font-size: 2rem
    }
}

.s-hero .item .content .title {
    margin-top: 1.6rem;
    font-weight: 500;
    font-size: 6.8rem;
    line-height: 6.8rem;
    letter-spacing: -.01em;
    color: #f9f9f9
}

@media (max-width:991.98px) {
    .s-hero .item .content .title {
        margin-top: .8rem;
        font-size: 4.4rem;
        line-height: 5.1rem
    }
}

.s-hero .item .content .text {
    max-width: 53.7rem;
    width: 100%;
    margin-top: 3rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #aeaeae
}

@media (max-width:991.98px) {
    .s-hero .item .content .text {
        margin-top: 1.8rem
    }
}

.s-hero .item .image {
    position: absolute;
    right: -9.7rem;
    top: 3.1rem;
    width: 73.7rem;
    opacity: 0;
    transition: opacity 2s
}

@media (max-width:1199.98px) {
    .s-hero .item .image {
        right: -15rem
    }
}

@media (max-width:991.98px) {
    .s-hero .item .image {
        position: relative;
        right: unset;
        top: unset;
        order: 1;
        margin-right: -7rem;
        max-width: unset;
        width: calc(100% + 10rem)
    }
}

.s-numbers {
    background-color: #030820;
    padding: 7.3rem 0 10.9rem
}

@media (max-width:991.98px) {
    .s-numbers {
        padding: 4.6rem 0 7.7rem
    }
}

.s-numbers .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 124.5rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-numbers .wrapper {
        flex-direction: column
    }
}

.s-numbers .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 20%;
    position: relative
}

@media (max-width:991.98px) {
    .s-numbers .item {
        width: max-content
    }
}

@media (max-width:991.98px) {
    .s-numbers .item:not(:first-of-type) {
        margin-top: 3.8rem
    }
}

.s-numbers .item:not(:first-of-type):after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 5.4rem;
    background: #3e3e3e
}

@media (max-width:991.98px) {
    .s-numbers .item:not(:first-of-type):after {
        display: none
    }
}

.s-numbers .item .values {
    font-weight: 400;
    font-size: 4rem;
    line-height: 140%
}

.s-numbers .item .text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #e7e7e7
}

.s-agenda {
    padding: 11.5rem 0 8.5rem;
    position: relative
}

@media (max-width:991.98px) {
    .s-agenda {
        padding: 3.8rem 0 8.3rem
    }
}

.s-agenda:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 7.2rem;
    background: #030820
}

@media (max-width:991.98px) {
    .s-agenda:before {
        display: none
    }
}

.s-agenda:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 22.8rem;
    background: #030820
}

@media (max-width:991.98px) {
    .s-agenda:after {
        display: none
    }
}

.s-agenda .wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 105.3rem;
    width: 100%;
    padding-top: 14rem;
    margin: 0 auto
}

@media (max-width:991.98px) {
    .s-agenda .wrapper {
        flex-direction: column;
        padding-top: 0
    }
}

.s-agenda .wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -172px;
    width: 2px;
    height: calc(100% + 172px);
    background-color: #e7e7e7
}

@media (max-width:991.98px) {
    .s-agenda .wrapper:before {
        display: none
    }
}

.s-agenda .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 5.7rem;
    color: #011739;
    text-align: center;
    position: relative;
    left: -2.1rem
}

.s-agenda .title span {
    margin-left: 5rem;
    color: #fff;
    margin-right: 22rem;
}

@media (max-width:991.98px) {
    .s-agenda .title {
        display: none
    }
}

.s-agenda .content-container {
    max-width: 41.1rem;
    width: 100%;
    position: sticky;
    top: 11.8rem
}

@media (max-width:991.98px) {
    .s-agenda .content-container {
        position: unset;
        max-width: unset
    }
}

.s-agenda .content-container ul li {
    font-weight: 500;
    font-size: 5.8rem;
    line-height: 6.2rem;
    color: #011739
}

@media (max-width:991.98px) {
    .s-agenda .content-container ul li {
        font-size: 4rem;
        line-height: 4.6rem
    }
}

.s-agenda .content-container ul li:nth-child(2n) {
    color: #828ea2
}

.s-agenda .content-container .text {
    margin-top: 3.2rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #3e3e3e
}

@media (max-width:991.98px) {
    .s-agenda .content-container .text {
        margin-top: 2.6rem
    }
}

.s-agenda .dates {
    max-width: 47rem;
    width: 100%;
    position: relative;
    left: 1rem
}

.s-agenda .dates .title {
    display: none;
    text-align: left;
    left: unset;
    margin-bottom: 3.8rem;
    font-size: 3.2rem;
    line-height: 5.7rem
}

@media (max-width:991.98px) {
    .s-agenda .dates .title {
        display: block
    }
}

.s-agenda .dates:before {
    content: "";
    position: absolute;
    left: 4rem;
    top: 9.5rem;
    width: .2rem;
    height: calc(100% - 9.5rem);
    background-color: #e7e7e7;
    display: none
}

@media (max-width:991.98px) {
    .s-agenda .dates:before {
        display: block
    }
}

@media (max-width:110rem) {
    .s-agenda .dates {
        max-width: 44.4%
    }
}

@media (max-width:991.98px) {
    .s-agenda .dates {
        max-width: unset;
        margin-top: 4.3rem;
        left: unset
    }
}

.s-agenda .dates .card {
    position: relative;
    background: #fff;
    box-shadow: 0 2.4rem 8.3rem -1rem rgba(0, 0, 0, .15);
    border-radius: 1.2rem
}

@media (max-width:991.98px) {
    .s-agenda .dates .card {
        box-shadow: unset;
        padding: 0 0 0 9.3rem;
        background: transparent
    }
}

.s-agenda .dates .card.kickoff .date,
.s-agenda .dates .card.kickoff .logo {
    background: #fb9a3e;
}

.s-agenda .dates .card.pit-stop .date,
.s-agenda .dates .card.pit-stop .logo {
    background: #272727;
}

.s-agenda .dates .card.digital .date,
.s-agenda .dates .card.digital .logo {
    background-color: #c14d7e;
}

.s-agenda .dates .card.saude .date,
.s-agenda .dates .card.saude .logo {
    background-color: #3894d1;
}

.s-agenda .dates .card.transportes .date,
.s-agenda .dates .card.transportes .logo {
    background-color: #36367e;
}

.s-agenda .dates .card.simposio .date,
.s-agenda .dates .card.simposio .logo {
    background-color: #00474e;
}

.s-agenda .dates .card.varejo .date,
.s-agenda .dates .card.varejo .logo {
    background-color: #bf2329;
}

.s-agenda .dates .card.supply-chain:before {
    content: "";
    position: absolute;
    left: -6.7rem;
    bottom: 0;
    width: .5rem;
    height: calc(100% - 8rem);
    background: #fff;
}

@media (max-width:991.98px) {
    .s-agenda .dates .card.supply-chain:before {
        left: 3.9rem;
    }
}

.s-agenda .dates .card.supply-chain .date,
.s-agenda .dates .card.supply-chain .logo {
    background-color: #6dc2cb
}

.s-agenda .dates .card:not(:last-of-type) {
    margin-bottom: 4.8rem
}

@media (max-width:991.98px) {
    .s-agenda .dates .card:not(:last-of-type) {
        margin-bottom: 6.5rem
    }
}

.s-agenda .dates .card .content {
    padding: 2.4rem
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .content {
        padding: 0
    }
}

.s-agenda .dates .card .date {
    position: absolute;
    left: -2.2rem;
    top: 2.6rem;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 8.9rem;
    height: 8.9rem;
    color: #fff;
    background: #fb9a3e;
    box-shadow: 0 9px 21px rgba(0, 0, 0, .14);
    border-radius: 80px
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .date {
        width: 7.9rem;
        height: 7.9rem;
        transform: unset;
        left: 0;
        top: 0
    }
}

.s-agenda .dates .card .date .month {
    font-size: 1.6rem;
    line-height: 1.9rem
}

.s-agenda .dates .card .date .day {
    font-size: 2.6rem;
    line-height: 3.1rem
}

.s-agenda .dates .card .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.751rem;
    height: 9.462rem;
    border-radius: .9567rem
}

.s-agenda .dates .card .item-title {
    margin-top: 2.7rem;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #030820
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .item-title {
        margin-top: 1.8rem
    }
}

.s-agenda .dates .card .text {
    margin-top: 1.1rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #3e3e3e
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .text {
        margin-top: 1.6rem
    }
}

.s-agenda .dates .card .infos {
    display: flex;
    align-items: center;
    padding: 2.5rem 3.3rem;
    background: #f9f9f9;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #3e3e3e;
    border-radius: 0 0 1.2rem 1.2rem
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .infos {
        padding: 0;
        box-shadow: unset;
        flex-direction: column;
        align-items: normal;
        margin-top: 1.9rem;
        background: unset
    }
}

.s-agenda .dates .card .infos span {
    margin-right: 1.5rem;
    display: flex;
    align-items: center
}

@media (max-width:991.98px) {
    .s-agenda .dates .card .infos span:not(:last-of-type) {
        margin-bottom: 1.9rem
    }
}

.s-agenda .dates .card .infos span img {
    margin-right: 1.2rem
}

/* --------- AGENDA 2023 - BEGIN ------------- */
.agenda-2023 {
    padding: 11.2rem 0;
}

@media(max-width: 768px) {
    .agenda-2023 {
        padding: 6.4rem 0 18rem;
    }
}

.agenda-2023 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper {
        flex-direction: column;
    }
}

.agenda-2023 .wrapper .agenda-texts {
    width: 100%;
    max-width: 50.9rem;
}

.agenda-2023 .wrapper .agenda-texts .subtitle {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #D11241;
    padding-bottom: 2.4rem;
}

.agenda-2023 .wrapper .agenda-texts .titles {
    padding: 2.4rem 0;
}

.agenda-2023 .wrapper .agenda-texts .titles .title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #030820;
    /* padding-bottom: 0.4rem; */
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .agenda-texts .titles .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 44px;
        /* padding-bottom: 0.4rem; */
    }
}

.agenda-2023 .wrapper .agenda-texts .titles li:nth-child(2n+2) {
    color: #AEAEAE;
}

.agenda-2023 .wrapper .agenda-texts .description {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #676767;
    width: 100%;
    max-width: 54.9rem;
    padding-bottom: 4rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .agenda-texts .description {
        width: 100%;
        max-width: 34.5rem;
        padding-bottom: 4.8rem;
    }
}

.agenda-2023 .wrapper .agenda-texts .btn {
    background: white;
    color: #3E3E3E;
    border: 1px solid #AEAEAE;
    border-radius: 7px;
    transition: all 0.5s ease;
    width: 100%;
    max-width: 41.9rem;
    text-align: center;

}

.agenda-2023 .wrapper .agenda-texts .btn:hover {
    background: #CF314F;
    color: white;
    border: 1px solid #CF314F;

}

.swiperAgenda {
    position: relative;
    max-width: 85rem;
    width: 100%;
    right: 0;
}

@media (max-width: 2560px) {
    .swiperAgenda {
        position: absolute;
        max-width: 100.6rem;
    }
}

@media (max-width: 1600px) {
    .swiperAgenda {
        position: absolute;
        max-width: 87.6rem;
    }
}

@media (max-width: 1440px) {
    .swiperAgenda {
        position: absolute;
        max-width: 70rem;
    }
}

@media (max-width: 1024px) {
    .swiperAgenda {
        position: unset;
        max-width: unset;
    }
}


.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    /* width: 100%;
    max-width: 56.7rem; */

}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .top {
    background: #1C2363;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide:nth-child(2) .top {
    background: #00474E;
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide:nth-child(3) .top {
    background: #0D0020;
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .top figure {
    /* display: flex;
    align-items: center;
    justify-self: center; */
    padding: 6.3rem 1.6rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .top figure {
        width: 100%;
        max-width: 100%;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .top figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .top figure img {
        width: 150%;
        height: 150%;
        object-fit: contain;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle {
    padding: 2.4rem 3.2rem 3.2rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle {
        padding: 2.4rem 1.6rem;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .title {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 121%;
    color: #030820;
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .descricao {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3E3E3E;
    padding: 1.9rem 0 2rem;
    width: 100%;
    max-width: 50.3rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .descricao {
        width: 100%;
        max-width: 30.3rem;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .others {

    display: flex;
    gap: 1rem;
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .others .date,
.location {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #3E3E3E;
    display: flex;
    gap: 0.8rem;
}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .middle .others {
        flex-direction: column;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .bottom {
    padding: 3rem 3.2rem;
    background: #F9F9F9;
    display: flex;
    gap: 1.6rem;

}

@media(max-width: 768px) {
    .agenda-2023 .wrapper .swiperAgenda .swiper-slide .bottom {
        padding: 2.6rem 1.6rem;
    }
}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide .bottom span {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3E3E3E;
    transition: all 0.5s ease;
}


.swiper-scrollbar {
    position: relative;
    width: 59.2rem;
    height: 0.4rem;
    background: #E7E7E7;
    border-radius: unset;
    cursor: pointer;
    z-index: 50;
}

@media(max-width: 768px) {
    .swiper-scrollbar {
        display: none;
    }
}

.swiper-scrollbar-drag {
    position: absolute;
    top: -0;
    height: 0.3rem;
    background: #D11241;
    border-radius: unset;
}


@media(max-width: 768px) {
    .swiper-scrollbar-drag {
        display: none;
    }
}

.bottom-nav {
    /* margin-top: 5rem; */
    padding: 2.4rem 0;
    display: flex;
    align-items: center;
    gap: 1.9rem;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border: 1px solid #676767;
    border-radius: 50%;
    transition: all .3s ease;
    position: unset;
    margin-top: 0.3rem;

}

.swiper-button-next::after {
    content: unset;

}

.swiper-button-prev::after {
    content: unset;

}

.swiper-button-prev svg {
    transform: rotate(180deg);
}

.bottom-nav .buttons {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    height: 5rem;
}

.bottom-nav .buttons svg {
    width: 14px;
    stroke: #676767;
    transition: all 0.5s ease;

}

.bottom figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border: 1px solid #676767;
    border-radius: 50%;
    transition: all .3s ease;
    position: unset;
    margin-top: 0.3rem;
    transition: all 0.5s ease;

}

.bottom figure svg {
    transition: all 0.5s ease;
}

.bottom:hover figure {
    background: #D11241;
    border: 1px solid #D11241;

}

.bottom:hover figure svg path {
    fill: white;
}


.agenda-2023 .wrapper .swiperAgenda .swiper-slide .bottom:hover span {
    color: #D11241;

}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide figure {
    transition: all 0.5s ease;
    ;

}

.agenda-2023 .wrapper .swiperAgenda .swiper-slide:hover figure {
    transform: scale(1.1);

}

@media(max-width: 768px) {
    .agenda-2023 .wrapper {
        position: relative;
        gap: 1rem;
    }
}

@media(max-width: 768px) {
    .programming {
        position: absolute;
        bottom: -12rem;
    }
}

@media(max-width: 768px) {
    .bottom-nav {
        display: none;
    }
}

/* --------- AGENDA 2023 - END ------------- */

.s-public-profile {
    margin-bottom: 6.6rem
}

@media (max-width:991.98px) {
    .s-public-profile {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .s-public-profile .container {
        padding: 0
    }
}

.s-public-profile .wrapper {
    position: relative;
    background: #040c2a;
    border-radius: 4rem;
    overflow: hidden
}

@media (max-width:991.98px) {
    .s-public-profile .wrapper {
        border-radius: 0
    }
}

.s-public-profile .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: -363px;
    width: 1387.49px;
    height: 1168.73px;
    background: linear-gradient(309.67deg, #fff 11.96%, hsla(0, 0%, 100%, 0) 51.11%);
    opacity: .1;
    transform: matrix(-.82, .57, .57, .82, 0, 0);
    pointer-events: none
}

@media (max-width:991.98px) {
    .s-public-profile .wrapper:before {
        left: -27rem
    }
}

.s-public-profile .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.6rem 20.8rem 3.9rem 5.9rem
}

@media (max-width:1199.98px) {
    .s-public-profile .main-content {
        padding-right: 10rem
    }
}

@media (max-width:991.98px) {
    .s-public-profile .main-content {
        padding: 3.2rem 0 4.2rem;
        flex-direction: column
    }
}

.s-public-profile .main-content .content {
    max-width: 44.4rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .content {
        order: 2;
        max-width: unset;
        margin-top: 2.4rem;
        padding: 0 1.6rem
    }
}

.s-public-profile .main-content .content .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 6.2rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .content .title {
        font-size: 3.8rem;
        line-height: 6.2rem
    }
}

.s-public-profile .main-content .content .text {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #aeaeae
}

.s-public-profile .main-content .infos {
    flex-shrink: 0;
    position: relative;
    width: 31.4rem;
    height: 31.4rem
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos {
        order: 1;
        height: auto
    }
}

.s-public-profile .main-content .infos .badge {
    display: flex;
    align-items: center;
    position: absolute;
    filter: drop-shadow(0 .4rem 1.4rem rgba(0, 0, 0, .05));
    background: hsla(0, 0%, 100%, .08);
    backdrop-filter: blur(3.4rem);
    padding: .9rem 2.2rem;
    width: 22.4rem
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .badge {
        position: relative;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important
    }
}

.s-public-profile .main-content .infos .badge strong {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    margin-right: .5rem
}

.s-public-profile .main-content .infos .badge span {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: #aeaeae
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .badge {
        margin-top: .7rem;
        border-radius: .5rem !important;
        width: 100%;
        justify-content: flex-start !important;
        padding-left: 7rem;
        overflow: hidden
    }

    .s-public-profile .main-content .infos .badge:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%
    }
}

.s-public-profile .main-content .infos .badge.badge-diretores {
    top: 2.1rem;
    left: -13.4rem;
    border-radius: 1.1rem 1.1rem 0 1.1rem
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .badge.badge-diretores {
        margin-top: 2.6rem
    }

    .s-public-profile .main-content .infos .badge.badge-diretores:before {
        background-color: #15bbde
    }
}

.s-public-profile .main-content .infos .badge.badge-ceo {
    justify-content: center;
    left: -13.3rem;
    bottom: 1.7rem;
    border-radius: 1.1rem 0 1.1rem 1.1rem
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .badge.badge-ceo:before {
        background-color: #ed7b2d
    }
}

.s-public-profile .main-content .infos .badge.badge-gerentes {
    justify-content: center;
    left: 20rem;
    bottom: 1.5rem;
    border-radius: 0 1.1rem 1.1rem 1.1rem
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .badge.badge-gerentes:before {
        background-color: #bc19be
    }
}

.s-public-profile .main-content .infos .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 28%;
    top: 35%
}

@media (max-width:991.98px) {
    .s-public-profile .main-content .infos .main-info {
        top: 9.7rem;
        transform: translate(-50%)
    }
}

.s-public-profile .main-content .infos .main-info strong {
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 140%;
    color: #fff
}

.s-public-profile .main-content .infos .main-info span {
    font-weight: 400;
    font-size: 2rem;
    line-height: 130%;
    color: #aeaeae
}

.s-public-profile .tabs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4.5rem 5rem 5.2rem;
    background-color: #040c2a;
    position: relative;
    z-index: 8
}

@media (max-width:991.98px) {
    .s-public-profile .tabs {
        padding: 2.3rem 1.6rem 4.4rem;
        flex-direction: column
    }
}

.s-public-profile .tabs .tabs-nav {
    display: flex;
    flex-direction: column;
    max-width: 44.1rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tabs-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .9rem
    }
}

.s-public-profile .tabs .tab-btn {
    position: relative;
    padding: 2.4rem 3rem 2.8rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    color: hsla(0, 0%, 100%, .4);
    background: hsla(0, 0%, 100%, .05);
    border-radius: 1rem;
    text-align: left;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tab-btn {
        padding: 2.4rem 0 2.8rem;
        text-align: center
    }
}

.s-public-profile .tabs .tab-btn:hover {
    background: #132156;
    color: #fff
}

.s-public-profile .tabs .tab-btn:not(:last-of-type) {
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tab-btn:not(:last-of-type) {
        margin: 0
    }
}

.s-public-profile .tabs .tab-btn.active {
    background: #132156;
    color: #fff
}

.s-public-profile .tabs .tab-btn.active:before {
    content: "";
    position: absolute;
    right: 2.3rem;
    top: 1.8rem;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../img/btn-arrow.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tab-btn.active:before {
        display: none
    }
}

.s-public-profile .tabs .tabs-content {
    max-width: 60.8rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tabs-content {
        max-width: unset;
        margin-top: 3.1rem
    }
}

.s-public-profile .tabs .tab-content {
    display: none
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tab-content {
        padding-left: 2rem
    }
}

.s-public-profile .tabs .tab-content.active {
    display: block
}

.s-public-profile .tabs .tab-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem
}

@media (max-width:991.98px) {
    .s-public-profile .tabs .tab-content ul {
        grid-template-columns: 1fr
    }
}

.s-public-profile .tabs .tab-content ul li {
    position: relative;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #f9f9f9;
    padding-left: 2.5rem
}

.s-public-profile .tabs .tab-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.466rem;
    height: 1.1rem;
    background: url(../img/icon-check.svg) 50%/cover no-repeat
}

.s-cases {
    position: relative;
    z-index: 2
}

@media (max-width:991.98px) {
    .s-cases {
        background: linear-gradient(180deg, #011739 3.97%, #011739 84.19%)
    }
}

.s-cases .wrapper {
    position: relative;
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
    padding: 15.2rem 0 11.7rem
}

@media (max-width:991.98px) {
    .s-cases .wrapper {
        padding: 8.4rem 0 5.1rem
    }
}

.s-cases .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 91.6rem;
    height: 73.135rem;
    background: url(../img/case-shape.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-cases .wrapper:before {
        left: 50%;
        transform: translateX(-50%);
        width: 37.5rem;
        height: 100%;
        background: url(../img/case-shape-mobile.svg) 50%/cover no-repeat
    }
}

@media (max-width:575.98px) {
    .s-cases .wrapper:before {
        width: 100%;
        transform: unset;
        left: 0
    }
}

@media (max-width:xs) {
    .s-cases .wrapper:before {
        width: 100%;
        transform: unset;
        left: 0
    }
}

@media (max-width:991.98px) {
    .s-cases .cases-slide {
        margin-top: 2rem
    }
}

.s-cases .cases-slide .navigation {
    display: none;
    margin-top: 3.9rem
}

@media (max-width:991.98px) {
    .s-cases .cases-slide .navigation {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.s-cases .cases-slide .navigation .cases-button-next,
.s-cases .cases-slide .navigation .cases-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 50%;
    border: 1px solid #676767
}

.s-cases .cases-slide .navigation .cases-button-next:before,
.s-cases .cases-slide .navigation .cases-button-prev:before {
    content: "";
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/lectured-arrow.svg) 50%/cover no-repeat
}

.s-cases .cases-slide .navigation .cases-button-prev {
    margin-right: 1.8rem
}

.s-cases .cases-slide .navigation .cases-button-next:before {
    transform: rotate(180deg)
}

.s-cases .cases-slide .swiper-slide.swiper-slide-active .case .author {
    opacity: 1;
    transform: translateY(0)
}

.s-cases .cases-slide .swiper-slide.swiper-slide-active .case .image {
    opacity: 1
}

.s-cases .cases-thumb-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 80.5rem;
    height: 161px
}

@media (max-width:1199.98px) {
    .s-cases .cases-thumb-slide {
        max-width: 60rem
    }
}

@media (max-width:991.98px) {
    .s-cases .cases-thumb-slide {
        display: none
    }
}

.s-cases .cases-thumb-slide .swiper-slide {
    display: flex;
    align-items: flex-end
}

.s-cases .cases-thumb-slide .swiper-slide.swiper-slide-thumb-active .card {
    height: 100%;
    background-color: #cd274e
}

.s-cases .cases-thumb-slide .swiper-slide.swiper-slide-thumb-active .card img {
    filter: brightness(0) invert(1)
}

.s-cases .cases-thumb-slide .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 13.4rem;
    background: #fff;
    cursor: pointer;
    transition: background .3s, height .3s
}

.s-cases .cases-thumb-slide .card:hover {
    background: #f1f1f1
}

.s-cases .title {
    position: absolute;
    left: 24.4rem;
    top: 22.5rem;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739
}

@media (max-width:1199.98px) {
    .s-cases .title {
        left: 12rem
    }
}

@media (max-width:991.98px) {
    .s-cases .title {
        position: relative;
        left: unset;
        top: unset;
        text-align: center;
        font-size: 3.8rem;
        line-height: 5.7rem
    }
}

.s-cases .case {
    position: relative
}

.s-cases .case .content-wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .s-cases .case .content-wrapper {
        justify-content: center
    }
}

.s-cases .case .content {
    margin-top: 15.5rem
}

@media (max-width:991.98px) {
    .s-cases .case .content {
        margin-top: 0
    }
}

.s-cases .case .author {
    display: flex;
    align-items: flex-start;
    margin-left: 13.7rem;
    opacity: 0;
    transform: translateY(5rem);
    transition: opacity 1s, transform 1s
}

@media (max-width:1199.98px) {
    .s-cases .case .author {
        margin-left: 1.6rem
    }
}

@media (max-width:991.98px) {
    .s-cases .case .author {
        flex-direction: column;
        align-items: center;
        margin-left: 0
    }
}

.s-cases .case .author .photo {
    margin-right: 2rem
}

@media (max-width:991.98px) {
    .s-cases .case .author .photo {
        margin-right: 0
    }
}

.s-cases .case .author .infos {
    display: flex;
    flex-direction: column
}

@media (max-width:991.98px) {
    .s-cases .case .author .infos {
        margin-top: .4rem;
        text-align: center;
        align-items: center
    }
}

.s-cases .case .author .infos .name {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 160%;
    color: #030820
}

.s-cases .case .author .infos .position {
    max-width: 27.9rem;
    width: 100%;
    margin-top: .2rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #3e3e3e
}

.s-cases .case .author .infos .text {
    max-width: 40.7rem;
    width: 100%;
    margin-top: 2.1rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 160%;
    color: #262626
}

@media (max-width:991.98px) {
    .s-cases .case .author .infos .text {
        max-width: 31.7rem;
        width: 100%
    }
}

.s-cases .case .author .infos .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2.8rem;
    max-width: 17.4rem;
    width: 100%;
    padding: 1.5rem 0 1.9rem
}

.s-cases .case .author .infos .btn:after {
    content: "";
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/icon-link-card.svg) 50%/cover no-repeat;
    margin-left: 1.4rem;
    filter: brightness(0) invert(1)
}

.s-cases .case .image {
    width: 73.1rem;
    height: 46.3rem;
    position: relative;
    opacity: 0;
    transition: opacity 2s
}

@media (max-width:1199.98px) {
    .s-cases .case .image {
        width: 50rem
    }
}

@media (max-width:991.98px) {
    .s-cases .case .image {
        display: none
    }
}

.s-cases .case .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-topics-covered {
    background: linear-gradient(180deg, #011739 3.97%, #011739 84.19%);
    padding: 4rem 0 14.9rem
}

@media (max-width:991.98px) {
    .s-topics-covered {
        padding: 5.4rem 0 5.5rem;
        margin-top: -1px
    }
}

@media (max-width:767.98px) {
    .s-topics-covered {
        position: relative
    }

    .s-topics-covered:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 33.7rem;
        background: url(../img/topic-bg-mobile.png) 50%/cover no-repeat;
        opacity: .7
    }
}

.s-topics-covered .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 122.7rem;
    width: 100%;
    margin: 0 auto
}

@media (max-width:991.98px) {
    .s-topics-covered .wrapper {
        flex-direction: column
    }
}

.s-topics-covered .topics {
    max-width: 81.9rem;
    width: 100%;
    height: 67.2rem
}

@media (max-width:1199.98px) {
    .s-topics-covered .topics {
        margin-left: -7rem;
        transform: scale(.9)
    }
}

@media (max-width:991.98px) {
    .s-topics-covered .topics {
        order: 2;
        margin: 0 auto;
        position: relative;
        left: -3rem
    }
}

@media (max-width:767.98px) {
    .s-topics-covered .topics {
        transform: scale(1);
        left: unset;
        height: unset;
        margin-top: 2.2rem
    }
}

.s-topics-covered .topics .topic {
    position: absolute;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #6f7ba2;
    width: max-content;
    transform: scale(1);
    transform-origin: center;
    transition: color .3s, transform .3s
}

@media (max-width:767.98px) {
    .s-topics-covered .topics .topic {
        position: relative;
        left: unset !important;
        top: unset !important;
        right: unset !important;
        bottom: unset !important;
        display: block;
        font-size: 2.2rem;
        line-height: 4.2rem;
        color: #aeaeae
    }
}

.s-topics-covered .topics .topic:hover {
    color: #fff;
    line-height: 2.9rem;
    transform: scale(1.1)
}

.s-topics-covered .topics .topic-01 {
    top: 4.1rem;
    left: 32.9rem
}

.s-topics-covered .topics .topic-02 {
    top: 6.8rem;
    left: 48.9rem
}

.s-topics-covered .topics .topic-03 {
    top: 14.5rem;
    left: 57.9rem
}

.s-topics-covered .topics .topic-04 {
    top: 25.5rem;
    left: 63rem
}

.s-topics-covered .topics .topic-05 {
    top: 39rem;
    left: 64.2rem
}

.s-topics-covered .topics .topic-06 {
    top: 50.4rem;
    left: 57.9rem
}

.s-topics-covered .topics .topic-07 {
    top: 587px;
    left: 48.9rem
}

.s-topics-covered .topics .topic-08 {
    top: 61rem;
    left: 34.9rem
}

.s-topics-covered .topics .topic-09 {
    top: 58.7rem;
    left: 13.3rem
}

.s-topics-covered .topics .topic-10 {
    top: 50.4rem;
    left: 10rem
}

.s-topics-covered .topics .topic-11 {
    top: 39rem;
    left: 3.6rem
}

.s-topics-covered .topics .topic-12 {
    top: 26rem;
    left: 5.1rem
}

.s-topics-covered .topics .topic-13 {
    top: 14.5rem;
    left: 7.1rem
}

.s-topics-covered .topics .topic-14 {
    top: 6.8rem;
    left: 13.1rem
}

.s-topics-covered .topics .main-topic {
    position: absolute;
    top: 30.427rem;
    left: 33.56rem;
    display: block;
    max-width: 9.3rem;
    width: 100%;
    font-weight: 500;
    font-size: 26.2744px;
    line-height: 3.4rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .s-topics-covered .topics .main-topic {
        display: none
    }
}

.s-topics-covered .globe-container {
    position: relative;
    display: table;
    padding: 9.7rem 0 0 14.1rem
}

@media (max-width:767.98px) {
    .s-topics-covered .globe-container {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .s-topics-covered .globe {
        display: none
    }
}

.s-topics-covered .content {
    margin-top: 18.7rem
}

@media (max-width:991.98px) {
    .s-topics-covered .content {
        order: 1;
        margin-top: 0
    }
}

.s-topics-covered .content .title {
    max-width: 35.3rem;
    width: 100%;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 5.7rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-topics-covered .content .title {
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-topics-covered .content .text {
    position: relative;
    max-width: 27.7rem;
    width: 100%;
    margin-top: 4.2rem;
    padding-top: 3.6rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 160%;
    color: #f1f1f1
}

@media (max-width:991.98px) {
    .s-topics-covered .content .text {
        margin-top: 2.6rem;
        padding-top: 3.2rem
    }
}

.s-topics-covered .content .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4.8rem;
    height: .3rem;
    background: #15b0e2
}

.s-recently-lectured {
    background-color: #f0f0f0;
    padding: 16.4rem 0 24.8rem;
    clip-path: polygon(0 0, 100% 16.30435%, 100% 100%, 0 77.71739%);
    margin-top: -14.9rem
}

@media (max-width:991.98px) {
    .s-recently-lectured {
        clip-path: unset;
        margin-top: 4.3rem;
        padding: 0;
        background-color: #fff
    }
}

.s-recently-lectured .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739;
    text-align: center
}

@media (max-width:991.98px) {
    .s-recently-lectured .title {
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-recently-lectured .slide-container {
    position: relative;
    max-width: 123.1rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 5.3rem
}

.s-recently-lectured .slide-container .lectured-button-next,
.s-recently-lectured .slide-container .lectured-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1000;
    top: 20.5rem;
    width: 5.3rem;
    height: 5.3rem;
    border: .1rem solid #676767;
    border-radius: 50%
}

.s-recently-lectured .slide-container .lectured-button-next:before,
.s-recently-lectured .slide-container .lectured-button-prev:before {
    content: "";
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/lectured-arrow.svg) 50%/cover no-repeat
}

.s-recently-lectured .slide-container .lectured-button-next.swiper-button-disabled,
.s-recently-lectured .slide-container .lectured-button-prev.swiper-button-disabled {
    opacity: .25
}

.s-recently-lectured .slide-container .lectured-button-prev {
    left: 0
}

.s-recently-lectured .slide-container .lectured-button-next {
    right: 0
}

.s-recently-lectured .slide-container .lectured-button-next:before {
    transform: rotate(180deg)
}

.s-recently-lectured .recently-lectured-slide {
    padding-top: 8.8rem
}

@media (max-width:991.98px) {
    .s-recently-lectured .recently-lectured-slide {
        padding-top: 5.7rem
    }
}

.s-recently-lectured .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.s-recently-lectured .item .photo {
    position: relative;
    width: 19.2rem;
    height: 19.2rem;
    filter: drop-shadow(0 17px 20px rgba(0, 0, 0, .2));
    border-radius: 50%;
    overflow: hidden
}

.s-recently-lectured .item .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-recently-lectured .item .name {
    margin-top: 3.4rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 160%;
    color: #262626
}

.s-recently-lectured .item .position {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 147%;
    text-align: center;
    color: #676767
}

.s-recently-lectured .item .company {
    margin-top: 1.5rem
}

.s-clients {
    scroll-margin-top: 5rem
}

@media (max-width:991.98px) {
    .s-clients {
        margin-top: 5.3rem
    }
}

.s-clients .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739;
    text-align: center
}

@media (max-width:991.98px) {
    .s-clients .title {
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-clients .grid {
    margin-top: 6.7rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem
}

@media (max-width:991.98px) {
    .s-clients .grid {
        margin-top: 3.4rem;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:767.98px) {
    .s-clients .grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:575.98px) {
    .s-clients .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:xs) {
    .s-clients .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.s-clients .grid .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.3rem
}

.s-clients .grid .item img {
    filter: grayscale(100%);
    opacity: .7;
    transition: opacity .3s, filter .3s
}

.s-clients .grid .item img:hover {
    filter: grayscale(0);
    opacity: 1
}

.s-testimonials {
    margin-top: 18.3rem
}

@media (max-width:991.98px) {
    .s-testimonials {
        margin-top: 6.6rem
    }
}

.s-testimonials .testimonials-slide-container {
    position: relative;
    padding-top: 13rem
}

@media (max-width:991.98px) {
    .s-testimonials .testimonials-slide-container {
        padding: 0 0 4.7rem
    }
}

.s-testimonials .testimonials-slide-container:after {
    content: "";
    position: absolute;
    right: -9.9rem;
    top: 0;
    z-index: -1;
    width: 98rem;
    height: 59.2rem;
    background: url(../img/testimonials-bg.png) 50%/cover no-repeat;
    border-radius: 2rem;
    overflow: hidden
}

@media (max-width:1457px) {
    .s-testimonials .testimonials-slide-container:after {
        border-radius: 2rem 0 0 2rem
    }
}

@media (max-width:991.98px) {
    .s-testimonials .testimonials-slide-container:after {
        right: -1.6rem;
        width: calc(100% + 3.2rem);
        height: calc(100% - 13.5rem);
        top: unset;
        bottom: 0;
        border-radius: 0
    }
}

.s-testimonials .title {
    position: absolute;
    left: 0;
    top: 2.8rem;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #030820
}

@media (max-width:991.98px) {
    .s-testimonials .title {
        position: relative;
        left: unset;
        top: unset;
        text-align: center;
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-testimonials .navigation {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4.1rem;
    right: 0
}

@media (max-width:991.98px) {
    .s-testimonials .navigation {
        position: relative;
        left: unset;
        top: unset;
        justify-content: center;
        margin: 3.5rem auto 0
    }
}

.s-testimonials .navigation .testimonials-button-next,
.s-testimonials .navigation .testimonials-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    border: .1rem solid #fff
}

.s-testimonials .navigation .testimonials-button-next:before,
.s-testimonials .navigation .testimonials-button-prev:before {
    content: "";
    position: relative;
    background: url(../img/testimonials-arrow.svg) 50%/cover no-repeat
}

.s-testimonials .navigation .testimonials-button-prev {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem
}

.s-testimonials .navigation .testimonials-button-prev:before {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(180deg)
}

.s-testimonials .navigation .testimonials-button-next {
    width: 5.3rem;
    height: 5.3rem
}

.s-testimonials .navigation .testimonials-button-next:before {
    width: 2.4rem;
    height: 2.4rem
}

.s-testimonials .testimonials-slide {
    box-shadow: 0 1.7rem 4.4rem -1.4rem rgba(0, 0, 0, .2);
    border-radius: 2.6rem
}

@media (max-width:991.98px) {
    .s-testimonials .testimonials-slide {
        box-shadow: 0 4px 44px -14px rgba(0, 0, 0, .2);
        margin-top: 4.6rem
    }
}

.s-testimonials .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 2.6rem;
    min-height: 35rem;
    padding: 4.2rem 4.7rem 4rem 4.1rem
}

@media (max-width:991.98px) {
    .s-testimonials .card {
        min-height: unset;
        padding: 4.2rem 3.5rem 3.6rem
    }
}

.s-testimonials .card .text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #3e3e3e
}

.s-testimonials .card .infos {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .s-testimonials .card .infos {
        margin-top: 4rem
    }
}

@media (max-width:767.98px) {
    .s-testimonials .card .infos {
        flex-direction: column
    }
}

.s-testimonials .card .infos .person {
    display: flex;
    align-items: center
}

.s-testimonials .card .infos .person .photo {
    width: 7rem;
    height: 7rem;
    margin-right: 2.1rem;
    border-radius: 50%
}

.s-testimonials .card .infos .person .details {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #262626
}

.s-testimonials .card .infos .person .details .name {
    font-weight: 700
}

.s-testimonials .card .infos .person .details .position {
    font-weight: 400
}

@media (max-width:767.98px) {
    .s-testimonials .card .infos .company {
        margin-top: 3.3rem
    }
}

.s-partners {
    margin-top: 25.4rem;
    scroll-margin-top: 5rem
}

@media (max-width:991.98px) {
    .s-partners {
        margin-top: 10.7rem
    }
}

.s-partners .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .s-partners .wrapper {
        display: block
    }
}

.s-partners .numbers-container {
    position: relative;
    max-width: 67.877rem;
    width: 100%;
    height: 58.32rem
}

@media (max-width:991.98px) {
    .s-partners .numbers-container {
        max-width: unset;
        height: auto
    }
}

.s-partners .numbers-container .partners-slide {
    height: 100%;
    width: 100%
}

@media (max-width:575.98px) {
    .s-partners .numbers-container .partners-slide {
        width: calc(100% + 3.2rem);
        padding: 0 5rem;
        margin: 0 -1.6rem
    }
}

@media (max-width:xs) {
    .s-partners .numbers-container .partners-slide {
        width: calc(100% + 3.2rem);
        padding: 0 5rem;
        margin: 0 -1.6rem
    }
}

.s-partners .numbers-container .partners-slide-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.s-partners .numbers-container .swiper-slide {
    position: unset
}

@media (max-width:991.98px) {
    .s-partners .numbers-container .swiper-slide {
        padding: 1rem;
        display: flex;
        justify-content: center;
        position: relative
    }
}

.s-partners .numbers-container .item {
    position: absolute;
    width: 26.4rem;
    height: 26.4rem;
    margin-bottom: 2rem
}

@media (max-width:991.98px) {
    .s-partners .numbers-container .item {
        position: relative;
        left: unset !important;
        top: unset !important
    }
}

.s-partners .numbers-container .item.item-mailing {
    left: 3.768rem;
    top: .656rem
}

.s-partners .numbers-container .item.item-mailing .bg {
    transform: scale(1.1)
}

.s-partners .numbers-container .item.item-conexoes {
    left: 33.538rem;
    top: 9.963rem
}

.s-partners .numbers-container .item.item-conexoes .bg {
    transform: scale(1.2)
}

.s-partners .numbers-container .item.item-conexoes .label {
    width: 15rem
}

.s-partners .numbers-container .item.item-gerenciados {
    left: 11.939rem;
    top: 29.338rem
}

.s-partners .numbers-container .item.item-gerenciados .bg {
    transform: scale(1.2)
}

.s-partners .numbers-container .item .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18rem;
    text-align: center
}

.s-partners .numbers-container .item .number {
    font-weight: 400;
    font-size: 3.9097rem;
    line-height: 140%;
    color: #262626
}

.s-partners .numbers-container .item .label {
    font-weight: 400;
    font-size: 1.9548rem;
    line-height: 130%;
    text-align: center;
    color: #676767;
    width: 100%
}

.s-partners .numbers-container .item .label strong {
    font-weight: 600
}

.s-partners .content-container {
    position: relative;
    max-width: 52rem;
    width: 100%
}

@media (max-width:1199.98px) {
    .s-partners .content-container {
        max-width: 35rem
    }
}

@media (max-width:991.98px) {
    .s-partners .content-container {
        max-width: unset
    }
}

.s-partners .content-container .content {
    margin-left: 1.7rem
}

.s-partners .content-container .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739
}

@media (max-width:991.98px) {
    .s-partners .content-container .title {
        font-size: 3.8rem;
        line-height: 4.8rem;
        text-align: center
    }
}

.s-partners .content-container .author,
.s-partners .content-container .text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 140%;
    color: #394a64
}

@media (max-width:991.98px) {

    .s-partners .content-container .author,
    .s-partners .content-container .text {
        text-align: center
    }
}

.s-partners .content-container .text {
    position: relative;
    margin-top: 4.3rem
}

@media (max-width:991.98px) {
    .s-partners .content-container .text {
        margin-top: 1.7rem
    }
}

.s-partners .content-container .text:before {
    content: "";
    position: absolute;
    left: -2.4rem;
    top: .6rem;
    transform: translateX(-100%);
    width: 3.2rem;
    height: 2.3rem;
    background: url(../img/quote.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-partners .content-container .text:before {
        display: none
    }
}

.s-partners .content-container .author {
    margin-top: 2.1rem
}

.s-partners .content-container .partners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5.2rem
}

@media (max-width:1199.98px) {
    .s-partners .content-container .partners {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:991.98px) {
    .s-partners .content-container .partners {
        margin-top: 3.9rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

.s-partners .content-container .partners figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.3rem
}

.s-partners .content-container .btn {
    padding: 1.6rem 2.9rem;
    margin-top: 4.3rem
}

@media (max-width:767.98px) {
    .s-partners .content-container .btn {
        display: table;
        margin: 4.5rem auto 0
    }
}

.s-contents {
    margin-top: 10rem;
    background-color: #030820
}

@media (max-width:991.98px) {
    .s-contents {
        margin-top: 6.9rem
    }
}

.s-contents .wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 0 7.6rem
}

@media (max-width:991.98px) {
    .s-contents .wrapper {
        padding: 4.1rem 0 11rem;
        flex-direction: column
    }
}

.s-contents .circle,
.s-contents .detail {
    position: absolute
}

@media (max-width:991.98px) {

    .s-contents .circle,
    .s-contents .detail {
        display: none
    }
}

.s-contents .circle {
    right: -21rem;
    top: -1.5rem;
    animation: updown 4s ease-in-out infinite alternate
}

.s-contents .detail {
    right: 8rem;
    top: 4rem;
    animation: updown 3s ease-in-out infinite alternate-reverse
}

.s-contents .cards-container {
    max-width: 52.5rem;
    width: 100%;
    height: 52rem;
    margin-right: 2rem
}

@media (max-width:991.98px) {
    .s-contents .cards-container {
        order: 2;
        max-width: unset;
        margin-right: 0;
        height: auto;
        margin-top: 5.2rem
    }
}

.s-contents .cards-slide {
    height: 100%
}

@media (max-width:991.98px) {
    .s-contents .cards-slide {
        height: auto;
        padding: 0 6.3rem 0 5.6rem;
        margin: 0 -1.6rem
    }
}

.s-contents .cards-slide .swiper-slide {
    position: unset
}

@media (max-width:991.98px) {
    .s-contents .cards-slide .swiper-slide {
        position: relative
    }
}

.s-contents .cards-slide-wrapper {
    position: relative;
    height: 100%
}

@media (max-width:991.98px) {
    .s-contents .cards-slide-wrapper {
        height: unset
    }
}

.s-contents .card {
    position: absolute;
    max-width: 25.5rem;
    width: 100%;
    height: 19.8rem;
    padding: 0 2.8rem;
    background: linear-gradient(146.3deg, #21263b 16.35%, rgba(33, 38, 59, 0) 107.42%);
    border-radius: 2.4rem;
    overflow: hidden
}

@media (max-width:991.98px) {
    .s-contents .card {
        display: block;
        position: relative;
        max-width: unset;
        height: auto;
        padding: 7.1rem 2.8rem 3.6rem
    }
}

.s-contents .card.card-lives {
    top: 0;
    left: 0
}

@media (max-width:991.98px) {
    .s-contents .card.card-lives {
        top: unset;
        left: unset
    }
}

.s-contents .card.card-podcasts {
    left: 0;
    top: 22.2rem
}

@media (max-width:991.98px) {
    .s-contents .card.card-podcasts {
        top: unset;
        left: unset
    }
}

.s-contents .card.card-webinars {
    right: 0;
    top: 10.5rem
}

@media (max-width:991.98px) {
    .s-contents .card.card-webinars {
        top: unset;
        right: unset
    }
}

.s-contents .card.card-blog {
    right: 0;
    bottom: 0
}

@media (max-width:991.98px) {
    .s-contents .card.card-blog {
        bottom: unset;
        right: unset
    }
}

.s-contents .card:hover {
    background: linear-gradient(149.95deg, #001052 -28.67%, rgba(33, 38, 59, 0) 161.99%)
}

.s-contents .card:hover .bg,
.s-contents .card:hover .icon {
    opacity: 0
}

@media (max-width:991.98px) {

    .s-contents .card:hover .bg,
    .s-contents .card:hover .icon {
        opacity: 1
    }
}

.s-contents .card:hover .content {
    transform: translateY(-4rem)
}

@media (max-width:991.98px) {
    .s-contents .card:hover .content {
        transform: translateY(0)
    }
}

.s-contents .card:hover .text {
    opacity: 1
}

.s-contents .card .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity .3s
}

@media (max-width:991.98px) {
    .s-contents .card .bg {
        bottom: unset;
        top: -3.5rem
    }
}

.s-contents .card .content {
    position: relative;
    transform: translateY(9.6rem);
    transition: transform .5s
}

@media (max-width:991.98px) {
    .s-contents .card .content {
        transform: translateY(0)
    }
}

.s-contents .card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 1.6rem;
    background: rgba(17, 205, 213, .12);
    border-radius: 8.82143px;
    opacity: 1;
    transition: opacity .3s
}

.s-contents .card .title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #11cdd5
}

.s-contents .card .text {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #f9f9f9;
    opacity: 0;
    transition: opacity .5s
}

@media (max-width:991.98px) {
    .s-contents .card .text {
        opacity: 1
    }
}

.s-contents .content-container {
    max-width: 39.9rem;
    width: 100%;
    margin-top: 9.1rem
}

@media (max-width:991.98px) {
    .s-contents .content-container {
        max-width: unset;
        order: 1;
        margin-top: 0
    }
}

.s-contents .content-container .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #f9f9f9
}

@media (max-width:991.98px) {
    .s-contents .content-container .title {
        text-align: center;
        font-size: 3.8rem
    }
}

.s-contents .content-container ul {
    margin-top: 4.1rem
}

@media (max-width:991.98px) {
    .s-contents .content-container ul {
        display: none
    }
}

.s-contents .content-container ul li {
    border-bottom: 1px solid #3a3f5c
}

.s-contents .content-container ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.2rem 0 1.9rem;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #f9f9f9
}

.s-contents .content-container ul li a:after {
    content: "";
    position: relative;
    width: 2rem;
    height: 2rem;
}

.s-contents .content-container ul li a.ic_lives:after {
    background: url(../img/icon-lives.svg) 50%/cover no-repeat;
}

.s-contents .content-container ul li a.ic_webinars:after {
    background: url(../img/icon-webinars.svg) 50%/cover no-repeat
}

.s-contents .content-container ul li a.ic_podcasts:after {
    background: url(../img/icon-podcasts.svg) 50%/cover no-repeat
}

.s-contents .content-container ul li a.ic_blog:after {
    background: url(../img/icon-blog.svg) 50%/cover no-repeat
}

.s-contents .content-container ul li a:hover {
    color: #11cdd5
}

.s-contents .content-container ul li:first-child a {
    padding-top: 0
}

@keyframes updown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(1.5rem)
    }
}

.s-researches {
    position: relative;
    margin-top: -1px
}

.s-researches:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 29rem;
    background: #030820
}

.s-researches .wrapper {
    position: relative;
    padding: 11.4rem 0 0 17rem
}

@media (max-width:1199.98px) {
    .s-researches .wrapper {
        padding-left: 5rem
    }
}

@media (max-width:991.98px) {
    .s-researches .wrapper {
        padding: 2rem 0 0
    }
}

.s-researches .wrapper:before {
    content: "";
    position: absolute;
    left: -3.6rem;
    top: 0;
    z-index: -1;
    width: 76.8rem;
    height: 59.135rem;
    background: url(../img/research-shape.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-researches .wrapper:before {
        left: -1.6rem;
        width: calc(100% + 3.2rem);
        height: 66rem;
        transform: scaleX(-1)
    }
}

@media (max-width:767.98px) {
    .s-researches .wrapper:before {
        height: 61rem
    }
}

@media (max-width:575.98px) {
    .s-researches .wrapper:before {
        height: 66rem;
        transform: unset;
        background: url(../img/research-shape-mobile.svg) 50%/cover no-repeat
    }
}

@media (max-width:xs) {
    .s-researches .wrapper:before {
        height: 66rem;
        transform: unset;
        background: url(../img/research-shape-mobile.svg) 50%/cover no-repeat
    }
}

.s-researches .researches-slide-container {
    position: absolute;
    padding-top: 100px;
    max-width: 55.3rem;
    width: 100%;
    top: 0;
    left: 63rem
}

@media (max-width:1199.98px) {
    .s-researches .researches-slide-container {
        left: 39rem
    }
}

@media (max-width:991.98px) {
    .s-researches .researches-slide-container {
        position: relative;
        padding-top: 0;
        max-width: unset;
        left: unset;
        top: unset;
        margin-top: 2.7rem
    }
}

.s-researches .researches-slide-container .navigation {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:991.98px) {
    .s-researches .researches-slide-container .navigation {
        position: relative;
        top: unset;
        right: unset;
        justify-content: flex-end;
        margin-top: 2.6rem
    }
}

.s-researches .researches-slide-container .navigation .researches-button-next,
.s-researches .researches-slide-container .navigation .researches-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    border: .15rem solid #aeaeae
}

.s-researches .researches-slide-container .navigation .researches-button-next:before,
.s-researches .researches-slide-container .navigation .researches-button-prev:before {
    content: "";
    position: relative;
    background: url(../img/testimonials-arrow.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {

    .s-researches .researches-slide-container .navigation .researches-button-next:before,
    .s-researches .researches-slide-container .navigation .researches-button-prev:before {
        filter: invert(75%) sepia(17%) saturate(7%) hue-rotate(72deg) brightness(91%) contrast(88%)
    }
}

.s-researches .researches-slide-container .navigation .researches-button-prev {
    width: 3.3rem;
    height: 3.3rem;
    margin-right: 1rem
}

@media (max-width:991.98px) {
    .s-researches .researches-slide-container .navigation .researches-button-prev {
        width: 3.8rem;
        height: 3.8rem
    }
}

.s-researches .researches-slide-container .navigation .researches-button-prev:before {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(-180deg)
}

.s-researches .researches-slide-container .navigation .researches-button-next {
    width: 5.3rem;
    height: 5.3rem
}

.s-researches .researches-slide-container .navigation .researches-button-next:before {
    width: 2.4rem;
    height: 2.4rem
}

.s-researches .researches-slide {
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .05))
}

.s-researches .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739
}

@media (max-width:991.98px) {
    .s-researches .title {
        font-size: 3.8rem;
        line-height: 5.7rem
    }
}

.s-researches .text {
    max-width: 42.5rem;
    width: 100%;
    margin-top: 1.5rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #676767
}

@media (max-width:1199.98px) {
    .s-researches .text {
        max-width: 31rem
    }
}

@media (max-width:991.98px) {
    .s-researches .text {
        margin-top: 5rem;
        max-width: unset
    }
}

.s-researches .btn {
    margin-top: 3.6rem
}

.s-researches .card {
    display: block;
    width: 100%;
    border-radius: 3.3rem;
    overflow: hidden;
    background: #fff
}

.s-researches .card .image {
    position: relative;
    width: 100%;
    height: 25.2rem
}

.s-researches .card .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-researches .card .content {
    position: relative;
    padding: 2rem 8.5rem 3.5rem 3.8rem
}

@media (max-width:991.98px) {
    .s-researches .card .content {
        padding: 2.3rem 3.5rem 4.7rem
    }
}

.s-researches .card .title {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 4.2rem
}

@media (max-width:991.98px) {
    .s-researches .card .title {
        line-height: 3.6rem
    }
}

.s-researches .card .text {
    max-width: 33.7rem;
    width: 100%;
    line-height: 160%;
    margin-top: .8rem
}

@media (max-width:991.98px) {
    .s-researches .card .text {
        max-width: unset;
        font-size: 1.6rem
    }
}

.s-researches .card .card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5.9rem;
    right: 3.9rem;
    width: 47px;
    height: 47px;
    border: 2px solid #e7e7e7;
    border-radius: .8rem
}

@media (max-width:991.98px) {
    .s-researches .card .card-btn {
        display: none
    }
}

.s-part-of-community {
    margin-top: 23.1rem;
    scroll-margin-top: 5rem
}

@media (max-width:991.98px) {
    .s-part-of-community {
        margin-top: 6.5rem
    }
}

.s-part-of-community .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 17rem
}

@media (max-width:1199.98px) {
    .s-part-of-community .wrapper {
        margin-left: 0
    }
}

@media (max-width:767.98px) {
    .s-part-of-community .wrapper {
        display: block
    }
}

.s-part-of-community .content {
    max-width: 38.1rem;
    width: 100%;
    margin-right: 3rem
}

@media (max-width:767.98px) {
    .s-part-of-community .content {
        max-width: unset;
        margin-right: 0
    }
}

.s-part-of-community .content .title {
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.7rem;
    color: #011739
}

@media (max-width:991.98px) {
    .s-part-of-community .content .title {
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-part-of-community .content .text {
    max-width: 35.9rem;
    width: 100%;
    margin-top: 2.2rem;
    font-weight: 500;
    color: #676767
}

@media (max-width:767.98px) {
    .s-part-of-community .content .text {
        max-width: unset;
        margin-right: 0
    }
}

.s-part-of-community .form-container {
    max-width: 42.8rem;
    width: 100%
}

@media (max-width:767.98px) {
    .s-part-of-community .form-container {
        max-width: unset;
        margin-top: 3.2rem
    }
}

.s-part-of-community .form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.s-part-of-community .form .form-field {
    margin-bottom: 1.6rem
}

.s-part-of-community .form .form-input {
    padding: 0 1.9rem;
    width: 100%;
    height: 5.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    border: .1rem solid #dadada;
    border-radius: .8rem
}

.s-part-of-community .form .form-input:focus {
    outline: none;
    border-color: #cd274e
}

.s-part-of-community .form .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991.98px) {
    .s-part-of-community .form .form-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }
}

.s-part-of-community .form .checkbox label {
    display: flex;
    align-items: center
}

.s-part-of-community .form .checkbox input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.4rem
}

.s-part-of-community .form .checkbox span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #676767
}

@media (max-width:991.98px) {
    .s-part-of-community .form .btn {
        margin-top: 2.9rem
    }
}

.s-promoting-innovation {
    margin-top: 9.7rem
}

@media (max-width:991.98px) {
    .s-promoting-innovation {
        margin-top: 10.1rem
    }
}

.s-promoting-innovation .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 4.8rem
}

@media (max-width:991.98px) {
    .s-promoting-innovation .wrapper {
        flex-direction: column;
        padding-top: 0
    }
}

.s-promoting-innovation .images {
    max-width: 55.9rem;
    width: 100%;
    padding-bottom: 44.632%;
    position: relative;
    margin-right: 3rem
}

.s-promoting-innovation .images:before {
    content: "";
    position: absolute;
    left: -9.6rem;
    top: -4.9rem;
    width: 54.4rem;
    height: 56rem;
    background-color: #cd274e;
    z-index: -1;
    border-radius: 3.2rem
}

@media (max-width:1457px) {
    .s-promoting-innovation .images:before {
        border-radius: 0 3.2rem 3.2rem 0
    }
}

@media (max-width:991.98px) {
    .s-promoting-innovation .images:before {
        left: -200px;
        top: 3.8rem;
        width: 0;
        width: 1000px;
        height: 34.8rem;
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .s-promoting-innovation .images {
        margin: 0 auto;
        padding-bottom: 0;
        height: 44.2rem
    }
}

@media (max-width:575.98px) {
    .s-promoting-innovation .images {
        width: calc(100% + 3.6rem);
        margin-left: -1.6rem;
        margin-right: -1.6rem
    }
}

@media (max-width:xs) {
    .s-promoting-innovation .images {
        width: calc(100% + 3.6rem);
        margin-left: -1.6rem;
        margin-right: -1.6rem
    }
}

.s-promoting-innovation .images .image {
    position: absolute;
    border-radius: .8rem;
    overflow: hidden
}

.s-promoting-innovation .images .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-promoting-innovation .images .image.image-01 {
    width: 52.593917710197%;
    height: 63.016157989228%;
    left: 0;
    top: 0
}

@media (max-width:575.98px) {
    .s-promoting-innovation .images .image.image-01 {
        border-radius: 0 .8rem .8rem 0
    }
}

@media (max-width:xs) {
    .s-promoting-innovation .images .image.image-01 {
        border-radius: 0 .8rem .8rem 0
    }
}

.s-promoting-innovation .images .image.image-02 {
    width: 45.796064400716%;
    height: 63.554757630162%;
    top: 14.542190305206%;
    right: 0
}

@media (max-width:575.98px) {
    .s-promoting-innovation .images .image.image-02 {
        border-radius: .8rem 0 0 .8rem
    }
}

@media (max-width:xs) {
    .s-promoting-innovation .images .image.image-02 {
        border-radius: .8rem 0 0 .8rem
    }
}

.s-promoting-innovation .images .image.image-03 {
    width: 46.153846153846%;
    height: 35.188509874327%;
    left: 6.4400715563506%;
    bottom: 0;
    background-color: #8a2be2
}

@media (max-width:575.98px) {
    .s-promoting-innovation .images .image.image-03 {
        width: 52.5%;
        left: 0;
        border-radius: 0 .8rem .8rem 0
    }
}

@media (max-width:xs) {
    .s-promoting-innovation .images .image.image-03 {
        width: 52.5%;
        left: 0;
        border-radius: 0 .8rem .8rem 0
    }
}

.s-promoting-innovation .content {
    max-width: 53.2rem;
    width: 100%;
    padding-top: 4.7rem
}

@media (max-width:991.98px) {
    .s-promoting-innovation .content {
        padding-top: 5.5rem;
        max-width: unset
    }
}

@media (max-width:991.98px) {
    .s-promoting-innovation .logo {
        max-width: 12.3rem
    }
}

.s-promoting-innovation .title {
    max-width: 46.5rem;
    width: 100%;
    margin-top: 1.3rem;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 5.4rem;
    color: #011739
}

@media (max-width:991.98px) {
    .s-promoting-innovation .title {
        max-width: unset;
        font-size: 3.8rem;
        line-height: 4.8rem
    }
}

.s-promoting-innovation .text {
    margin-top: 2.7rem;
    color: dark-grey-6
}

@media (max-width:991.98px) {
    .s-promoting-innovation .text {
        margin-top: 2rem
    }
}

.s-footer {
    margin-top: 8.9rem
}

.s-footer .linkedins {
    padding: 4.3rem 0 4.1rem;
    background-color: #f1f1f1
}

@media (max-width:767.98px) {
    .s-footer .linkedins {
        padding: 1.9rem 0 3.3rem
    }
}

.s-footer .linkedins ul {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .s-footer .linkedins ul {
        display: block
    }
}

.s-footer .linkedins ul li:not(:last-of-type) {
    margin: 0 7.6rem 0 0
}

@media (max-width:767.98px) {
    .s-footer .linkedins ul li:not(:last-of-type) {
        margin: 0 0 2.4rem
    }
}

.s-footer .linkedins ul li a {
    display: flex;
    align-items: center
}

.s-footer .linkedins ul li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    margin-right: 1.1rem;
    border: 2px solid #030820;
    border-radius: 50%;
    transition: background-color .3s
}

.s-footer .linkedins ul li a .label {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #3e3e3e
}

.s-footer .linkedins ul li a:hover .icon {
    background-color: #030820
}

.s-footer .linkedins ul li a:hover .icon img {
    filter: brightness(0) invert(1)
}

.s-footer .main-content {
    position: relative;
    background: #010101;
    border-top: 4px solid #cd274e;
    padding: 3.6rem 0 0
}

.s-footer .main-content>* {
    position: relative;
    z-index: 1
}

.s-footer .main-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131.1deg, #010101 -9%, #00327c 73.3%);
    opacity: .5;
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.s-footer .main-content .infos {
    justify-content: space-between
}

.s-footer .main-content .infos,
.s-footer .main-content .infos .social {
    display: flex;
    align-items: center
}

.s-footer .main-content .infos .social li:not(:last-of-type) {
    margin-right: 2.85rem
}

@media (max-width:991.98px) {
    .s-footer .main-content .infos .social li:not(:last-of-type) {
        margin-right: 1.7rem
    }
}

.s-footer .main-content .infos .social li a {
    color: #6b7585;
    position: relative;
    bottom: 0;
    transition: bottom .3s
}

.s-footer .main-content .infos .social li a svg {
    width: 2.1rem;
    height: 2.1rem
}

@media (max-width:767.98px) {
    .s-footer .main-content .infos .social li a svg {
        width: 1.8rem;
        height: 1.8rem
    }
}

.s-footer .main-content .infos .social li a:hover {
    color: #cd274e;
    bottom: .3rem
}

.s-footer .main-content .navigation {
    display: flex;
    margin-top: 4.1rem
}

@media (max-width:1250px) {
    .s-footer .main-content .navigation {
        justify-content: space-between
    }
}

@media (max-width:767.98px) {
    .s-footer .main-content .navigation {
        display: block;
        margin-top: 3.7rem
    }
}

.s-footer .main-content .navigation .menu {
    max-width: 36.4rem;
    width: 100%;
    margin-right: 19.6rem
}

@media (max-width:1250px) {
    .s-footer .main-content .navigation .menu {
        width: max-content;
        max-width: unset;
        margin-right: 3rem
    }
}

.s-footer .main-content .navigation .menu ul {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .s-footer .main-content .navigation .menu ul {
        display: block
    }
}

.s-footer .main-content .navigation .menu ul li {
    width: 27.7rem
}

@media (max-width:991.98px) {
    .s-footer .main-content .navigation .menu ul li {
        width: max-content
    }
}

.s-footer .main-content .navigation .menu ul li:nth-child(2n) {
    width: max-content
}

.s-footer .main-content .navigation .menu ul li:not(:last-child) {
    margin-bottom: 2.7rem
}

.s-footer .main-content .navigation .menu ul li a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #aeaeae
}

.s-footer .main-content .navigation .menu ul li a:hover {
    color: #cd274e
}

.s-footer .main-content .navigation .emails li:not(:last-of-type),
.s-footer .main-content .navigation .phones li:not(:last-of-type) {
    margin-bottom: 2.2rem
}

.s-footer .main-content .navigation .emails li a,
.s-footer .main-content .navigation .phones li a {
    display: flex;
    align-items: flex-start
}

.s-footer .main-content .navigation .emails li a .icon,
.s-footer .main-content .navigation .phones li a .icon {
    margin: 1rem 2rem 0 0
}

@media (max-width:767.98px) {

    .s-footer .main-content .navigation .emails li a .icon,
    .s-footer .main-content .navigation .phones li a .icon {
        margin: 1rem 1.6rem 0 0
    }
}

.s-footer .main-content .navigation .emails li a .content,
.s-footer .main-content .navigation .phones li a .content {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #aeaeae;
    transition: color .3s
}

.s-footer .main-content .navigation .emails li a .content strong,
.s-footer .main-content .navigation .phones li a .content strong {
    font-weight: 600
}

.s-footer .main-content .navigation .emails li a .content span,
.s-footer .main-content .navigation .phones li a .content span {
    font-weight: 400
}

.s-footer .main-content .navigation .emails li a:hover .content,
.s-footer .main-content .navigation .phones li a:hover .content {
    color: #cd274e
}

.s-footer .main-content .navigation .emails {
    margin-right: 15.1rem
}

@media (max-width:1250px) {
    .s-footer .main-content .navigation .emails {
        margin-right: 3rem
    }
}

@media (max-width:767.98px) {
    .s-footer .main-content .navigation .emails {
        margin: 3.5rem 0 2.2rem;
        padding-top: 3.5rem;
        position: relative
    }

    .s-footer .main-content .navigation .emails:before {
        content: "";
        position: absolute;
        left: -1.6rem;
        top: 0;
        width: calc(100% + 3.2rem);
        height: 1px;
        background: hsla(0, 0%, 68.2%, .32)
    }
}

.s-footer .copy {
    margin-top: 4.3rem;
    padding: 1.2rem 0 1.7rem;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width:767.98px) {
    .s-footer .copy {
        margin-top: 2rem
    }
}

.s-footer .copy p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #aeaeae;
    opacity: .5
}

@media (max-width:991.98px) {
    .s-footer .copy p {
        font-size: 1.2rem;
        text-align: center
    }
}

.loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    background: rgba(8, 13, 36, .8901960784313725);
    transition: z-index
}

.mouse {
    display: none
}

.mouse.active {
    display: block;
    z-index: 999999
}

@media only screen and (max-width:1024px) {
    .mouse {
        display: none
    }
}

.mouse .cursor {
    position: fixed;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .3s cubic-bezier(.75, -1.27, .3, 2.33), opacity .2s cubic-bezier(.75, -.27, .3, 1.33);
    user-select: none;
    pointer-events: none;
    z-index: 99999;
    transform: scale(1)
}

.mouse .cursor.white {
    background-color: #fff
}

.mouse .cursor.active {
    opacity: .5;
    transform: scale(0)
}

.mouse .cursor.hovered {
    opacity: .08
}

.mouse .cursor-follower {
    position: fixed;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .5s cubic-bezier(.75, -.27, .3, 1.33), filter .6s cubic-bezier(.75, -1.27, .3, 2.33), background-color .6s cubic-bezier(.75, -1.27, .3, 2.33), border .6s cubic-bezier(.75, -1.27, .3, 2.33);
    user-select: none;
    pointer-events: none;
    z-index: 99999;
    opacity: 1;
    border: 1px solid #333;
    filter: contrast(.1)
}

.mouse .cursor-follower.white {
    border: 1px solid #fff
}

.mouse .cursor-follower:before {
    width: 1px;
    height: 10px
}

.mouse .cursor-follower:after,
.mouse .cursor-follower:before {
    content: "";
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .6s cubic-bezier(.75, -1.27, .3, 2.33)
}

.mouse .cursor-follower:after {
    width: 10px;
    height: 1px
}

.mouse .cursor-follower span {
    position: absolute;
    opacity: 0;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: opacity .4s ease;
    font-family: bison, sans-serif;
    letter-spacing: .1em
}

.mouse .cursor-follower.active {
    opacity: .8;
    transform: scale(2);
    filter: blur(0);
    background-color: #fff;
    mix-blend-mode: difference
}

.mouse .cursor-follower.no-contrast {
    opacity: .8;
    transform: scale(2);
    filter: unset;
    background-color: transparent;
    mix-blend-mode: unset
}

.mouse .cursor-follower.next .next,
.mouse .cursor-follower.prev .prev,
.mouse .cursor-follower.view .view {
    opacity: 1
}

.mouse .cursor-follower.hovered {
    opacity: .08
}

.mouse .cursor-follower-border {
    position: fixed;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .6s cubic-bezier(.75, -1.27, .3, 2.33), opacity .5s cubic-bezier(.75, -.27, .3, 1.33), filter .6s cubic-bezier(.75, -1.27, .3, 2.33), background-color .6s cubic-bezier(.75, -1.27, .3, 2.33);
    user-select: none;
    pointer-events: none;
    z-index: 99999;
    opacity: .3;
    border: 2px solid #c1b59b
}

.mouse .cursor-follower-border span {
    position: absolute;
    opacity: 0;
    font-size: 8px;
    line-height: 8px;
    margin: 0;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: opacity .4s ease;
    font-family: bison, sans-serif;
    letter-spacing: .1em
}

.mouse .cursor-follower-border.active {
    opacity: .8;
    transform: scale(2);
    filter: blur(0);
    background-color: #fff;
    mix-blend-mode: difference
}

.mouse .cursor-follower-border.active span {
    opacity: 1
}

.mouse .cursor-follower-border.hovered {
    opacity: .08
}

/*# sourceMappingURL=index.css.map */