*, :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
}

html {
    overflow-x: hidden
}

@media (max-width:991.98px) {
    body.landing {
        overflow-x: hidden
    }
}

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    position: relative;
    font-weight: 400;
    font-family: Exo,sans-serif;
    background-color: #08283e
}

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

p {
    font-size: 1.6rem;
    line-height: 2.6rem
}

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

.container {
    max-width: 148.6rem;
    padding: 0 2.5rem;
    margin: 0 auto
}

@media (max-width:1440px) {
    .container {
        max-width: 126.6rem
    }
}

.container-lg {
    max-width: 177.8rem
}

@media (max-width:1440px) {
    .container-lg {
        max-width: 126.6rem
    }
}

.btn {
    display: inline-block;
    min-width: 17.5rem;
    padding: 1.5rem 2.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .02em;
    color: #e7e7e7;
    text-align: center;
    text-transform: uppercase;
    border: .1rem solid #e7e7e7;
    border-radius: .8rem
}

    .btn:hover {
        border-color: #0f75bc;
        background-color: #0f75bc;
        color: #fff
    }

.title-outline {
    position: relative;
    color: #0a0a0a;
    -webkit-text-stroke: .5rem transparent;
    letter-spacing: .03em;
    text-transform: uppercase;
    opacity: .6
}

@media (max-width:991.98px) {
    .title-outline {
        -webkit-text-stroke: .3rem transparent
    }
}

.s-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    padding: 1.365rem 0;
    background-color: transparent;
    transition: background .5s,padding .5s
}

    .s-header.scrolled {
        padding: .5rem 0;
        background-color: #0a0a0a
    }

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

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

.s-header .logos {
    display: flex;
    align-items: center
}

@media (max-width:991.98px) {
    .s-header .logos .logo:first-of-type {
        width: 16.265rem
    }
}

.s-header .menu {
    display: flex;
    align-items: center
}

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

.s-header .menu li:not(:last-child) {
    margin-right: 4rem
}

@media (max-width:1199.98px) {
    .s-header .menu li:not(:last-child) {
        margin-right: 2rem
    }
}

.s-header .menu li a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff
}

    .s-header .menu li a:hover {
        color: #0f75bc
    }

    .s-header .menu li a.btn {
        min-width: unset;
        padding: .9rem 1.8rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #f9f9f9;
        text-transform: unset
    }

.s-header.header-form {
    background: #08283e;
    backdrop-filter: blur(5rem)
}

@media (max-width:991.98px) {
    .s-header.header-form {
        background: transparent
    }
}

.form .form-title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 5rem;
    letter-spacing: -.02em;
    color: #fff
}

.form p {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #a1b2c6
}

.form .form-checkbox {
    line-height: 1;
    margin-bottom: 1.6rem
}

    .form .form-checkbox label {
        display: flex;
        align-items: center;
        cursor: pointer
    }

@media (max-width:991.98px) {
    .form .form-checkbox label {
        align-items: flex-start
    }
}

.form .form-checkbox input {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    background: transparent;
    border: .2rem solid #a1b2c6;
    box-sizing: border-box;
    border-radius: .3rem;
    position: relative;
    transition: background .3s,border-color .3s;
    appearance: none
}

    .form .form-checkbox input:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/icon-check.svg) 50% no-repeat;
        opacity: 0
    }

    .form .form-checkbox input:checked {
        background: #0f75bc;
        border-color: #0f75bc
    }

        .form .form-checkbox input:checked:after {
            opacity: 1
        }

.form .form-checkbox span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #a1b2c6
}

.form .form-radio {
    width: 23.9rem;
    height: 6.4rem;
    margin-top: 1.5rem
}

    .form .form-radio label {
        display: flex;
        align-items: center;
        padding: 0 1.7rem;
        height: 100%;
        background: #073a5e;
        box-shadow: 0 .1rem .2rem rgba(16,24,40,.05);
        border-radius: .8rem;
        cursor: pointer
    }

        .form .form-radio label input {
            flex-shrink: 0;
            width: 2rem;
            height: 2rem;
            background: transparent;
            border: .1rem solid #a1b2c6;
            box-sizing: border-box;
            border-radius: 50%;
            position: relative;
            transition: border-color .3s;
            appearance: none
        }

            .form .form-radio label input:after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                background-color: #0f75bc;
                opacity: 0;
                transition: opacity .3s
            }

            .form .form-radio label input:checked {
                border-color: #0f75bc
            }

                .form .form-radio label input:checked:after {
                    opacity: 1
                }

        .form .form-radio label span {
            color: #fff;
            font-size: 1.6rem;
            line-height: 20px;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center
        }

.form .form-select {
    position: relative
}

    .form .form-select:after {
        content: "";
        position: absolute;
        right: 1.4rem;
        bottom: 1.2rem;
        width: 2rem;
        height: 2rem;
        background: url(../img/chevron-down.svg) 50%/cover no-repeat;
        pointer-events: none
    }

@media (max-width:991.98px) {
    .form .form-select:after {
        top: 3.7rem;
        transform: unset
    }
}

.form .form-select .form-input {
    padding-right: 3.5rem
}

.form .form-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.1rem
}

.form .form-field {
    font-family: Exo,sans-serif;
    margin-top: 1.6rem
}

    .form .form-field label > span {
        display: block;
        margin-bottom: .6rem;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #a1b2c6
    }

.form .form-input {
    display: block;
    width: 100%;
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #a1b2c6;
    border: .1rem solid transparent;
    background: #073a5e;
    box-shadow: 0 .1rem .2rem rgba(16,24,40,.05);
    border-radius: .8rem;
    transition: border-color .3s;
    appearance: none
}

    .form .form-input:focus {
        outline: 0;
        border-color: #aeaeae
    }

.form .form-checkbox-group {
    margin-top: 3.1rem
}

.form textarea.form-input {
    height: 18.6rem
}

.form .btn[type=submit] {
    display: table
}

.box-prices-container {
    padding: 2.073rem 1.7rem 2.073rem 3rem;
    background: hsla(0,0%,100%,.04);
    border: .2rem solid hsla(0,0%,100%,.08);
    box-shadow: inset -.5rem -.5rem 25rem hsla(0,0%,100%,.02);
    backdrop-filter: blur(10rem);
    border-radius: .6rem
}

@media (max-width:767.98px) {
    .box-prices-container {
        padding: 2rem 2rem 2.4rem;
        max-width: unset;
        margin-top: 0
    }
}

.box-prices-container .box-prices li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #a1b2c6
}

    .box-prices-container .box-prices li:first-of-type {
        color: #f1f1f1;
        margin-bottom: 1.627rem
    }

    .box-prices-container .box-prices li .big-price {
        display: block;
        margin-top: .3rem;
        font-size: 4.4rem;
        line-height: 5.3rem;
        color: #fff
    }

.box-prices-container .box-benefits {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: .1rem solid hsla(0,0%,100%,.1)
}

@media (max-width:767.98px) {
    .box-prices-container .box-benefits {
        margin-top: 3.2rem;
        padding-top: 3.2rem
    }
}

.box-prices-container .box-benefits li {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #a1b2c6
}

    .box-prices-container .box-benefits li:not(:last-child) {
        margin-bottom: 1.8rem
    }

    .box-prices-container .box-benefits li:before {
        content: "";
        flex-shrink: 0;
        width: 2rem;
        height: 2rem;
        background: url(../img/check-icon-2.svg) 50%/cover no-repeat;
        margin-right: 1.6rem
    }

.box-prices-container .btn {
    margin-top: 3.1rem
}

@media (max-width:767.98px) {
    .box-prices-container .btn {
        margin-top: 4rem
    }
}

@media (max-width:575.98px) {
    .box-prices-container .btn {
        width: 100%
    }
}

@media (max-width:xs) {
    .box-prices-container .btn {
        width: 100%
    }
}

.s-hero {
    position: relative;
    background: url(../img/bg-landing-page-3.png) top/cover no-repeat;
    overflow: hidden
}

@media (max-width:991.98px) {
    .s-hero {
        background: url(../img/background-mobile.png) top/cover no-repeat
    }
}

.s-hero .container {
    padding: 18.8rem 2.5rem 38.6rem;
    position: relative;
    z-index: 20
}

@media (max-width:991.98px) {
    .s-hero .container {
        padding: 12.6rem 2.5rem
    }
}

@media (max-width:991.98px) {
    .s-hero .wrapper-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 6.9rem
    }
}

.s-hero .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 2.5rem;
    bottom: 16.163rem
}

@media (max-width:991.98px) {
    .s-hero .social {
        flex-direction: row;
        position: relative;
        left: unset;
        bottom: unset
    }
}

.s-hero .social li:not(:last-of-type) {
    margin-bottom: 2.332rem
}

@media (max-width:991.98px) {
    .s-hero .social li:not(:last-of-type) {
        margin: 0 2.332rem 0 0
    }
}

.s-hero .realization {
    position: absolute;
    right: 2.5rem;
    bottom: 16.7rem
}

@media (max-width:991.98px) {
    .s-hero .realization {
        position: relative;
        right: 0;
        bottom: unset
    }
}

.s-hero .realization .label {
    font-size: 1.4rem;
    line-height: 3.2rem;
    color: #aeaeae
}

.s-hero .realization .logo {
    margin-top: .5rem
}

.s-hero .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 114rem;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1440px) {
    .s-hero .wrapper {
        max-width: 100.9rem
    }
}

.s-hero .wrapper .content {
    max-width: 39.7rem;
    width: 100%;
    margin-top: 5.6rem
}

@media (max-width:991.98px) {
    .s-hero .wrapper .content {
        margin-top: 0;
        max-width: unset;
        text-align: center
    }
}

.s-hero .wrapper .content .subtitle {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.9rem;
    color: #59e5da;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:991.98px) {
    .s-hero .wrapper .content .subtitle {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

.s-hero .wrapper .content .title {
    width: 470px;
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 7rem;
    line-height: 7.6rem;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .s-hero .wrapper .content .title {
        font-size: 4rem;
        line-height: 4.9rem;
        max-width: 27.4rem;
        margin: 1.3rem auto
    }
}

.s-hero .wrapper .content .text {
    width: 470px;
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    color: #a1b2c6
}

@media (max-width:991.98px) {
    .s-hero .wrapper .content .text {
        width: 300px;
        margin: 1.6rem auto 0;
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

.s-hero .wrapper .infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 42rem;
    height: 42rem;
    padding: 10.1rem 5.5rem 0;
    border-radius: 50%;
    background: url(../img/hero-info-bg-2.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-hero .wrapper .infos {
        padding: 6rem 4.5rem 0;
        position: relative;
        width: 30.6rem;
        height: 30.6rem;
        margin: 1.4rem auto 0
    }
}

.s-hero .wrapper .infos .date {
    font-weight: 600;
    font-size: 3rem;
    line-height: 2.6rem;
    color: #f1f1f1
}

@media (max-width:991.98px) {
    .s-hero .wrapper .infos .date {
        font-size: 2rem;
        line-height: 2.6rem
    }
}

.s-hero .wrapper .infos .time {
    margin-top: 1.8rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-hero .wrapper .infos .time {
        margin-top: 1.4rem;
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.s-hero .wrapper .infos .location {
    margin-top: 2.4rem;
    font-size: 2.2rem;
    text-align: center;
    color: #fff
}

@media (max-width:991.98px) {
    .s-hero .wrapper .infos .location {
        margin-top: 1.4rem;
        font-size: 1.6rem
    }
}

.s-hero .wrapper .infos .btn {
    margin-top: 3.4rem;
    padding: 1.8rem 2.4rem;
    background: #0f75bc;
    border: 0
}

@media (max-width:991.98px) {
    .s-hero .wrapper .infos .btn {
        margin-top: 2.3rem
    }
}

.s-hero .wrapper .infos .btn:hover {
    background-color: #fff;
    color: #0f75bc
}

.s-general-programming {
    padding: 6.7rem 0 0
}

@media (max-width:991.98px) {
    .s-general-programming {
        padding: unset
    }
}

.s-general-programming .title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 5.6rem;
    color: #59e5da;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media (max-width:991.98px) {
    .s-general-programming .title {
        font-size: 1.8rem;
        text-align: left
    }
}

.s-general-programming .subtitle {
    max-width: 77rem;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 3.6rem;
    line-height: 5rem;
    color: #fff;
    text-align: center
}

@media (max-width:991.98px) {
    .s-general-programming .subtitle {
        text-align: left;
        font-size: 2.7rem;
        line-height: 3.8rem
    }
}

.s-general-programming .slide-container {
    padding: 6.3rem 0 7.4rem;
    margin-top: 5.8rem
}

@media (max-width:991.98px) {
    .s-general-programming .slide-container {
        margin-top: 2.9rem;
        padding: 3.4rem 0 7.7rem
    }
}

.s-general-programming .slide-container .wrapper {
    max-width: 124.8rem;
    width: 100%;
    margin: 0 auto
}

.s-general-programming .programming-slider .swiper-slide .slide-programming {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10rem);
    transition: opacity 1s,transform 1s
}

    .s-general-programming .programming-slider .swiper-slide .slide-programming .slide-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .slide-wrapper {
        display: block
    }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos {
    flex-shrink: 0;
    max-width: 30.7rem;
    width: 100%;
    margin-right: 3rem
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .infos {
        max-width: unset;
        margin-right: 0
    }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-image {
    width: 100%
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.4rem
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav {
        margin-top: 3.2rem
    }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-next, .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-prev {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/arrow-right-2.svg) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-next, .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.7rem;
        height: 4.7rem;
        border: .0998rem solid #f1f1f1;
        border-radius: 50%;
        background: unset
    }

        .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-next:before, .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-prev:before {
            content: "";
            width: 2.128rem;
            height: 2.069rem;
            background: url(../img/icon-chevron-left.svg) 50%/cover no-repeat;
            filter: brightness(0) invert(1)
        }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-next.swiper-button-disabled, .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-prev.swiper-button-disabled {
    opacity: .4
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-nav .programming-btn-next {
    transform: rotate(180deg)
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-time {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2rem;
    color: #fff
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-title {
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-title {
        margin-top: 1.6rem;
        text-align: center
    }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-text {
    margin-top: 1.9rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #a1b2c6
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .infos .infos-text {
        margin-top: 3.8rem;
        text-align: center
    }
}

.s-general-programming .programming-slider .swiper-slide .slide-programming .plan {
    width: 100%
}

@media (max-width:991.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .plan {
        margin-top: 4rem
    }
}

@media (max-width:767.98px) {
    .s-general-programming .programming-slider .swiper-slide .slide-programming .plan {
        display: none
    }
}

.s-general-programming .programming-slider .swiper-slide.swiper-slide-active .slide-programming {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.s-agenda {
    position: relative;
    background: linear-gradient(270deg,#08283e 50%,hsla(0,0%,100%,.04));
    padding: 5.4rem 0 0
}

    .s-agenda .gradient {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

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

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

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

.s-agenda .text-content {
    position: sticky;
    top: 12rem;
    max-width: 53.4rem;
    width: 100%;
    margin-top: 9.9rem;
    padding-left: 16.8rem
}

@media (max-width:1440px) {
    .s-agenda .text-content {
        max-width: 51.4rem;
        padding-left: 12.8rem
    }
}

@media (max-width:991.98px) {
    .s-agenda .text-content {
        position: relative;
        top: 0;
        max-width: unset;
        margin-top: 0;
        padding-left: 0
    }
}

.s-agenda .text-content .title-outline {
    position: absolute;
    left: -3.6rem;
    top: 0;
    transform: rotate(-90deg) translate(-10.5rem,-100%);
    font-size: 8rem;
    font-weight: 400;
    line-height: 9.6rem;
    color: transparent;
    background: linear-gradient(225deg,#78eae1,hsla(0,0%,76.9%,0));
    opacity: .3;
    -webkit-background-clip: text;
    -webkit-text-stroke: .4rem transparent
}

@media (max-width:991.98px) {
    .s-agenda .text-content .title-outline {
        margin-left: -2rem;
        position: relative;
        left: unset;
        top: unset;
        transform: unset
    }
}

.s-agenda .text-content .subtitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9rem;
    letter-spacing: -.02em;
    color: #59e5da;
    text-transform: uppercase;
    letter-spacing: 1px
}

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

.s-agenda .text-content .title {
    margin-top: 1.6rem;
    font-weight: 500;
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: -.02em;
    color: #fff
}

@media (max-width:991.98px) {
    .s-agenda .text-content .title {
        font-size: 3.2rem;
        line-height: 3.5rem
    }
}

.s-agenda .text-content .text {
    margin-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #a1b2c6
}

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

.s-agenda .text-content .btn-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
    margin-top: 3.6rem
}

@media (max-width:575.98px) {
    .s-agenda .text-content .btn-group {
        grid-template-columns: 1fr
    }
}

@media (max-width:xs) {
    .s-agenda .text-content .btn-group {
        grid-template-columns: 1fr
    }
}

.s-agenda .text-content .btn-group .btn:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0
}

    .s-agenda .text-content .btn-group .btn:first-child img {
        margin-left: .9rem
    }

    .s-agenda .text-content .btn-group .btn:first-child:hover {
        background: #0f75bc;
        border: 1px solid #0f75bc
    }

.s-agenda .agenda-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    max-width: 69.5rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-agenda .agenda-content {
        display: block;
        margin-top: 10.2rem;
        max-width: unset
    }
}

.s-agenda .agenda-content .agenda-nav {
    display: inline-flex;
    margin-left: auto;
}

@media (max-width:991.98px) {
    .s-agenda .agenda-content .agenda-nav {
        width: 100%
    }
}

.s-agenda .agenda-content .agenda-nav li a {
    display: block;
    padding: 0 1.3rem 2.4rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    color: #2aded0;
    border-bottom: .15rem solid #2aded0
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-nav li a {
        padding: 0 0 2.4rem;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.9rem
    }
}

.s-agenda .agenda-content .agenda-tab-container {
    margin-top: 6.2rem;
    width: 100%;
}

.s-agenda .agenda-content .agenda-list .agenda-item {
    padding-left: 2.6rem;
    border-left: .2rem solid #2aded0
}

    .s-agenda .agenda-content .agenda-list .agenda-item:not(:last-of-type) {
        position: relative;
        padding-bottom: 2.6rem;
        margin-bottom: 3.2rem
    }

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item:not(:last-of-type) {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item {
        padding-top: 3.2rem;
        padding-left: 1rem
    }

        .s-agenda .agenda-content .agenda-list .agenda-item:first-of-type {
            padding-top: 0
        }
}

.s-agenda .agenda-content .agenda-list .agenda-item-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-wrapper {
        padding-top: 3.6rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-hour {
    width: 4.5rem;
    margin-right: 2.4rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-hour {
        position: absolute;
        top: 0;
        left: 0
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-content {
    flex-grow: 1;
    margin-right: 3rem
}

@media (max-width:991.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-content {
        margin-right: 2rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-title {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
    text-transform: uppercase
}

.s-agenda .agenda-content .agenda-list .agenda-item-role {
    margin-top: .6rem;
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #aeaeae
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-title {
        font-size: 1.6rem;
        line-height: 2.8rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-description {
    margin-top: .6rem;
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #a1b2c6
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-description {
        width: 200px;
        font-size: 1.6rem;
        margin-top: 1.2rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-local {
    flex-shrink: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #2aded0;
    font-weight: 700;
    text-transform: uppercase
}

.s-agenda .agenda-content .agenda-list .agenda-item-company {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 6.3rem;
    background-color: #fff;
    border-radius: .8rem
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-company {
        flex-shrink: 0;
        width: 8.32rem;
        height: 4.368rem;
        border-radius: .5547rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-item-company img {
    max-width: 8.3rem;
    max-height: 5rem;
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-item-company img {
        max-width: 6.8rem;
        max-height: 3.173rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-sublist {
    margin: 4.2rem 0 0 10rem
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-sublist {
        margin: 4.2rem 0 0
    }
}

.s-agenda .agenda-content .agenda-list .agenda-sublist .agenda-item {
    border-left: 0;
    padding: 25px;
    background: #133145;
    border-radius: 10px
}

    .s-agenda .agenda-content .agenda-list .agenda-sublist .agenda-item:after {
        width: 100%
    }

@media (max-width:991.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-sublist .agenda-item {
        width: 330px;
        margin-bottom: 1.6rem
    }
}

.s-agenda .agenda-content .agenda-list .agenda-sublist .agenda-item-content {
    margin-right: unset
}

@media (max-width:767.98px) {
    .s-agenda .agenda-content .agenda-list .agenda-sublist .agenda-item-wrapper {
        padding-top: 0
    }
}

.s-agenda .agenda-content .agenda-blur {
    filter: blur(.5rem);
    opacity: .8;
    display: none;
}

.s-agenda .agenda-content .agenda-form-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 43rem;
    width: 100%;
    display: none;
}

    .s-agenda .agenda-content .agenda-form-container .agenda-form-prev, .s-agenda .agenda-content .agenda-form-container .agenda-form-success {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .s-agenda .agenda-content .agenda-form-container .agenda-form-success {
        display: none
    }

    .s-agenda .agenda-content .agenda-form-container .agenda-form-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8.4rem;
        height: 8.4rem;
        border-radius: 50%;
        background: hsla(0,0%,100%,.07)
    }

    .s-agenda .agenda-content .agenda-form-container .agenda-form-title {
        margin-top: 3.4rem;
        font-size: 2.4rem;
        line-height: 2.1rem;
        text-align: center;
        color: #fff
    }

    .s-agenda .agenda-content .agenda-form-container .agenda-form-text {
        margin-top: 2rem;
        font-size: 1.8rem;
        line-height: 3.2rem;
        text-align: center;
        color: #a1b2c6
    }

    .s-agenda .agenda-content .agenda-form-container .form {
        margin-top: 2.1rem;
        max-width: 35.4rem;
        width: 100%
    }

        .s-agenda .agenda-content .agenda-form-container .form .btn[type=submit] {
            margin: 3.3rem auto 0
        }

    .s-agenda .agenda-content .agenda-form-container.form-submited .agenda-form-prev {
        display: none
    }

    .s-agenda .agenda-content .agenda-form-container.form-submited .agenda-form-success {
        display: flex
    }

.s-agenda .agenda-content [data-js=tab-container] [data-tab] {
    display: none
}

    .s-agenda .agenda-content [data-js=tab-container] [data-tab].active {
        display: block
    }

.s-speakers {
    position: relative;
    padding: 7.1rem 0 0
}

@media (max-width:991.98px) {
    .s-speakers {
        padding: 10rem 0 0
    }
}

.s-speakers .banner {
    position: relative;
    z-index: 100;
    width: 100%;
    border-radius: .8rem;
    overflow: hidden
}

    .s-speakers .banner img {
        width: 100%;
        object-fit: cover
    }

@media (max-width:991.98px) {
    .s-speakers .banner img {
        display: none
    }
}

.s-speakers .banner .mobile {
    display: none
}

@media (max-width:991.98px) {
    .s-speakers .banner .mobile {
        display: block
    }
}

.s-speakers .wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto auto;
    margin-top: 12.9rem
}

@media (max-width:1440px) {
    .s-speakers .wrapper {
        margin-top: 9.1rem
    }
}

@media (max-width:991.98px) {
    .s-speakers .wrapper {
        display: block;
        margin-top: 4.6rem
    }
}

.s-speakers .title-outline {
    position: relative;
    height: min-content;
    width: min-content;
    font-weight: 400;
    font-size: 9.8rem;
    line-height: 8.7rem;
    color: transparent;
    background: linear-gradient(135deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
    -webkit-background-clip: text;
    -webkit-text-stroke: .4rem transparent
}

@media (max-width:991.98px) {
    .s-speakers .title-outline {
        -webkit-background-clip: text;
        -webkit-text-stroke: .3rem transparent;
        text-align: center;
        font-size: 7.2rem;
        line-height: 7.6rem
    }
}

@media (max-width:991.98px) {
    .s-speakers .title-outline br:first-of-type, .s-speakers .title-outline br:last-of-type {
        display: none
    }
}

.s-speakers .adjust {
    display: flex;
    align-items: center;
    margin-top: -200px;
    width: 260px
}

@media only screen and (max-width:767px) {
    .s-speakers .adjust {
        margin-top: unset;
        width: unset;
        justify-content: center
    }
}

.s-speakers .set {
    width: 40px
}

@media only screen and (max-width:767px) {
    .s-speakers .set {
        display: none
    }
}

.s-speakers .recent {
    color: #a1b2c6;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .s-speakers .recent {
        font-size: 22px;
        margin-top: 40px
    }
}

.s-speakers .speakers-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 17.6rem;
    width: 100%;
    height: min-content;
    margin-top: -70px;
    z-index: 1
}

@media (max-width:991.98px) {
    .s-speakers .speakers-nav {
        margin: 6rem auto 0
    }
}

.s-speakers .speakers-nav .speakers-btn-next, .s-speakers .speakers-nav .speakers-btn-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #13344d;
    width: 5.3rem;
    height: 5.153rem;
    border-radius: 50%
}

    .s-speakers .speakers-nav .speakers-btn-next:before, .s-speakers .speakers-nav .speakers-btn-prev:before {
        content: "";
        width: 2.4rem;
        height: 2.334rem;
        background: url(../img/icon-chevron-left.svg) 50%/cover no-repeat;
        filter: brightness(0) invert(1)
    }

    .s-speakers .speakers-nav .speakers-btn-next:hover, .s-speakers .speakers-nav .speakers-btn-prev:hover {
        background-color: #0f75bc;
        border-color: #0f75bc
    }

.s-speakers .speakers-nav .speakers-btn-next {
    transform: rotate(180deg)
}

.s-speakers .speakers-nav .speakers-pagination {
    width: auto;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #f1f1f1
}

.s-speakers .slider-container {
    max-width: 82.2rem;
    grid-row: 1/3;
    grid-column: 2;
    width: 100%
}

@media (max-width:1199.98px) {
    .s-speakers .slider-container {
        max-width: 67.5rem
    }
}

@media (max-width:991.98px) {
    .s-speakers .slider-container {
        max-width: unset;
        margin-top: 5.6rem
    }
}

.s-speakers .speakers-slider .swiper-wrapper {
    width: 1096px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3,auto);
    grid-auto-flow: column;
    gap: 4.5rem 0
}

@media (max-width:767.98px) {
    .s-speakers .speakers-slider .swiper-wrapper {
        grid-template-rows: repeat(2,auto);
        gap: 3rem 0
    }
}

.s-speakers .speakers-slider .swiper-slide {
    height: auto
}

@media (max-width:991.98px) {
    .s-speakers .speakers-slider .swiper-slide {
        display: flex;
        justify-content: center
    }
}

.s-speakers .speaker {
    position: relative
}

@media (max-width:991.98px) {
    .s-speakers .speaker {
        max-width: 14.1rem;
        width: 100%
    }
}

.s-speakers .speaker .speaker-picture {
    width: 8.2rem;
    height: 8.2rem;
    border-radius: 50%;
    overflow: hidden
}

.s-speakers .speaker .speaker-company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5.1rem;
    top: 4.8rem;
    width: 5.9rem;
    height: 5.9rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff
}

.s-speakers .speaker .speaker-name {
    display: block;
    margin-top: 3.1rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #e7e7e7
}

.s-speakers .speaker .speaker-position {
    display: block;
    margin-top: .4rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #a1b2c6
}

.s-main-themes {
    position: relative;
    padding: 12.973rem 0 15.3rem
}

    .s-main-themes:before {
        content: "";
        position: absolute;
        right: 7.5rem;
        top: -44.8rem;
        width: 52.8rem;
        height: 52.8rem;
        background: hsla(0,0%,98.4%,.15);
        filter: blur(22rem);
        border-radius: 50%
    }

@media (max-width:991.98px) {
    .s-main-themes {
        padding: 7.147rem 0
    }
}

.s-main-themes .wrapper {
    max-width: 126.8rem;
    width: 100%;
    margin: 0 auto
}

.s-main-themes .title-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.s-main-themes .title {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 53.3rem;
    width: 100%;
    margin: .8rem 3rem 0 0;
    font-weight: 400;
    font-size: 4rem;
    line-height: 5.2rem;
    color: #e7e7e7
}

@media (max-width:991.98px) {
    .s-main-themes .title {
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 4rem;
        margin: unset
    }
}

.s-main-themes .title:after {
    content: "";
    position: relative;
    width: 18.2rem;
    height: .6rem;
    margin-top: 4.8rem;
    background: linear-gradient(90deg,#2aded0,rgba(237,31,36,0) 63.19%);
    border-radius: 5rem
}

@media (max-width:991.98px) {
    .s-main-themes .title:after {
        margin-top: 3.1rem
    }
}

.s-main-themes .title-outline {
    max-width: 52.168rem;
    width: 100%;
    font-size: 8rem;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 9.8rem;
    text-align: right;
    color: transparent;
    background: linear-gradient(200deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
    -webkit-background-clip: text;
    -webkit-text-stroke: .4rem transparent
}

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

.s-main-themes .themes-items {
    margin-top: 3.287rem
}

    .s-main-themes .themes-items.mobile {
        display: none
    }

@media (max-width:767.98px) {
    .s-main-themes .themes-items {
        margin-left: -2.5rem;
        margin-top: unset
    }

        .s-main-themes .themes-items.desktop {
            display: none
        }

        .s-main-themes .themes-items.mobile {
            display: block;
            max-width: unset
        }
}

.s-highlights .wrapper {
    max-width: 121.7rem;
    width: 100%;
    margin: 0 auto
}

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

    .s-highlights .top .subtitle {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.9rem;
        letter-spacing: -.02em;
        color: #2aded0;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .s-highlights .top .title {
        margin-top: 1.6rem;
        font-weight: 500;
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: -.02em;
        color: #fff
    }

@media (max-width:991.98px) {
    .s-highlights .top .title {
        font-size: 3.2rem;
        line-height: 3.7rem
    }
}

.s-highlights .top .title-outline {
    font-size: 8.8rem;
    font-weight: 400;
    line-height: 10.6rem;
    color: transparent;
    background: linear-gradient(200deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
    -webkit-background-clip: text;
    -webkit-text-stroke: .4rem transparent
}

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

.s-highlights .highlights-slider {
    margin-top: 2.7rem
}

@media (max-width:767.98px) {
    .s-highlights .highlights-slider {
        margin-top: 4rem;
        margin-left: -2.5rem;
        width: calc(100% + 5rem) !important
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-10rem);
    pointer-events: none;
    transition: opacity;
    transition: opacity 1s,transform 1s
}

@media (max-width:767.98px) {
    .s-highlights .highlights-slider .swiper-slide .highlight {
        flex-direction: column
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-box {
    position: relative;
    flex-shrink: 0;
    width: 37.8rem;
    height: 40.3rem;
    margin-top: 7.3rem;
    padding: 5.9rem 4.8rem 0 4.7rem;
    background: url(../img/destaque-box-2.png) 50%/cover no-repeat
}

@media (max-width:767.98px) {
    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-box {
        order: 2;
        width: 100%;
        height: auto;
        margin-top: -10.9rem;
        padding: 3.4rem;
        background: url(../img/vector-2.png) 50%/cover no-repeat
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4.5rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-title {
        font-size: 2.8rem;
        line-height: 3.9rem
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #a1b2c6
}

@media (max-width:991.98px) {
    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-text {
        font-size: 1.6rem;
        line-height: 2.6rem
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 16.6rem;
    width: 100%;
    margin-top: 3.6rem
}

    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-next, .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 5.3rem;
        height: 5.153rem;
        border-radius: 50%;
        background: #001a2e
    }

        .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-next:before, .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-prev:before {
            content: "";
            width: 2.4rem;
            height: 2.334rem;
            background: url(../img/icon-chevron-left.svg) 50%/cover no-repeat;
            filter: brightness(0) invert(1)
        }

        .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-next:hover, .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-prev:hover {
            background-color: #0f75bc;
            border-color: #0f75bc
        }

    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-btn-next {
        transform: rotate(180deg)
    }

    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-nav .highlight-pagination {
        width: unset;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #f1f1f1
    }

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-banner {
    width: calc(100% + 6.7rem);
    height: 43.709rem;
    margin-left: -6.7rem;
    border-radius: .8rem;
    overflow: hidden
}

@media (max-width:767.98px) {
    .s-highlights .highlights-slider .swiper-slide .highlight .highlight-banner {
        order: 1;
        height: 34.9rem;
        width: calc(100% - 5rem);
        margin: 0 2.5rem
    }
}

.s-highlights .highlights-slider .swiper-slide .highlight .highlight-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-highlights .highlights-slider .swiper-slide.swiper-slide-active .highlight {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.s-pitstop-2021 {
    position: relative;
    padding: 13.8rem 0 11.252rem
}

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

.s-pitstop-2021:before {
    content: "";
    position: absolute;
    right: .4rem;
    top: 2.5rem;
    width: 52.8rem;
    height: 52.8rem;
    background: hsla(0,0%,98.4%,.15);
    filter: blur(22rem);
    border-radius: 50%
}

@media (max-width:1440px) {
    .s-pitstop-2021:before {
        right: -16.1rem
    }
}

.s-pitstop-2021 .wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1440px) {
    .s-pitstop-2021 .wrapper {
        max-width: 113.7rem
    }
}

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

.s-pitstop-2021 .images {
    position: relative;
    max-width: 61.875rem;
    width: 100%;
    margin-right: 17.025rem;
    padding-bottom: 53.897%
}

@media (max-width:1440px) {
    .s-pitstop-2021 .images {
        margin-right: 11.149rem
    }
}

@media (max-width:1199.98px) {
    .s-pitstop-2021 .images {
        margin-right: 5rem
    }
}

@media (max-width:991.98px) {
    .s-pitstop-2021 .images {
        margin-right: 0;
        max-width: unset;
        padding-bottom: 105.463%
    }
}

.s-pitstop-2021 .images figure {
    position: absolute;
    border-radius: .7065rem;
    overflow: hidden
}

    .s-pitstop-2021 .images figure:first-child, .s-pitstop-2021 .images figure:nth-child(4) {
        width: 40.87595959596%;
        height: 46.65635871666%
    }

    .s-pitstop-2021 .images figure:nth-child(2), .s-pitstop-2021 .images figure:nth-child(3) {
        width: 48.767676767677%;
        height: 36.06339389254%
    }

    .s-pitstop-2021 .images figure:first-child {
        left: 7.8917171717172%;
        top: 0
    }

    .s-pitstop-2021 .images figure:nth-child(2) {
        right: 0;
        top: 15.307305759567%
    }

    .s-pitstop-2021 .images figure:nth-child(3) {
        left: 0;
        bottom: 15.268650947043%
    }

    .s-pitstop-2021 .images figure:nth-child(4) {
        right: 7.8529292929293%;
        bottom: 0
    }

    .s-pitstop-2021 .images figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.s-pitstop-2021 .content {
    max-width: 41rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-pitstop-2021 .content {
        margin-top: 1.525rem
    }
}

.s-pitstop-2021 .content .title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #2aded0;
    text-transform: uppercase
}

.s-pitstop-2021 .content .subtitle {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 4rem;
    line-height: 5rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-pitstop-2021 .content .subtitle {
        margin-top: 1.2rem;
        font-size: 3.2rem;
        line-height: 3.9rem
    }
}

.s-pitstop-2021 .content .text {
    max-width: 31.9rem;
    width: 100%;
    margin-top: 2.2rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #a1b2c6
}

@media (max-width:991.98px) {
    .s-pitstop-2021 .content .text {
        margin-top: 1.2rem
    }
}

.s-pitstop-2021 .content .btn {
    margin-top: 3.6rem
}

@media (max-width:991.98px) {
    .s-pitstop-2021 .content .btn {
        margin-top: 3rem
    }
}

.s-investment {
    background: linear-gradient(90deg,#08283e 50%,hsla(0,0%,100%,.04))
}

@media (max-width:991.98px) {
    .s-investment {
        padding: 7.4rem 0 0
    }
}

.s-investment .container {
    max-width: 104rem
}

.s-investment .title-outline {
    display: table;
    font-size: 8.8rem;
    font-weight: 400;
    line-height: 10.6rem;
    color: transparent;
    background: linear-gradient(180deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
    -webkit-background-clip: text;
    padding-right: 10rem
}

@media (max-width:991.98px) {
    .s-investment .title-outline {
        font-size: 4.6641rem;
        line-height: 5.6rem
    }
}

.s-investment .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 5.5rem
}

@media (max-width:767.98px) {
    .s-investment .wrapper {
        display: block;
        margin-top: 4.783rem
    }
}

.s-investment .box-prices-container {
    margin-top: 4.327rem;
    max-width: 38.3rem;
    width: 100%
}

.s-investment .secondary-content {
    margin-left: -7rem
}

@media (max-width:767.98px) {
    .s-investment .secondary-content {
        margin-left: 0
    }
}

.s-investment .secondary-content .img-bg {
    max-width: 67.5rem;
    width: 100%;
    height: 47.1rem;
    border-radius: .8rem;
    overflow: hidden
}

@media (max-width:767.98px) {
    .s-investment .secondary-content .img-bg {
        display: none
    }
}

.s-investment .secondary-content .img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-investment .secondary-content .payments-method {
    display: flex;
    align-items: center;
    margin: 2.5rem 0 0 19.5rem
}

@media (max-width:767.98px) {
    .s-investment .secondary-content .payments-method {
        margin: 2.5rem 0 0
    }
}

@media (max-width:575.98px) {
    .s-investment .secondary-content .payments-method {
        justify-content: space-between
    }
}

@media (max-width:xs) {
    .s-investment .secondary-content .payments-method {
        justify-content: space-between
    }
}

.s-perfil {
    padding: 0 0 11.252rem;
    position: relative
}

@media (max-width:991.98px) {
    .s-perfil {
        padding: 4rem 0 7rem
    }
}

.s-perfil:before {
    content: "";
    position: absolute;
    left: -10rem;
    top: 30rem;
    width: 36.7rem;
    height: 93.1rem;
    background: url(../img/vector-before.svg) 50%/cover no-repeat;
    pointer-events: none
}

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

.s-perfil:after {
    content: "";
    position: absolute;
    right: 0;
    top: -37.5rem;
    width: 23.1rem;
    height: 92.1rem;
    background: url(../img/vector-after.svg) 50%/cover no-repeat;
    pointer-events: none
}

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

.s-perfil .content {
    display: flex;
    align-items: center
}

@media (max-width:991.98px) {
    .s-perfil .content {
        flex-direction: column-reverse
    }
}

.s-perfil .subtitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #2aded0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4rem
}

@media (max-width:991.98px) {
    .s-perfil .subtitle {
        margin-bottom: 2rem
    }
}

.s-perfil .title {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    font-size: 5.5rem;
    line-height: 7.5rem;
    letter-spacing: .03em;
    color: #fff
}

@media (max-width:991.98px) {
    .s-perfil .title {
        font-weight: 500;
        font-size: 3.2rem;
        line-height: 3.9rem
    }
}

.s-perfil .title:after {
    content: "";
    position: relative;
    width: 13.2rem;
    height: .6rem;
    margin-top: 4rem;
    background: linear-gradient(90deg,#2aded0,rgba(237,31,36,0) 63.19%);
    border-radius: 5rem
}

@media (max-width:991.98px) {
    .s-perfil .title:after {
        margin-top: 3.1rem
    }
}

.s-perfil .text {
    margin-top: 2.9rem;
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #a1b2c6;
    max-width: 445px
}

@media (max-width:991.98px) {
    .s-perfil .text {
        margin-top: 2.2rem
    }
}

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

.s-perfil .mobile {
    display: none
}

@media (max-width:991.98px) {
    .s-perfil .mobile {
        display: block;
        max-width: unset
    }
}

.s-testimonials .container {
    position: relative;
    padding: 0 0 18.5rem
}

@media (max-width:991.98px) {
    .s-testimonials .container {
        padding-bottom: 5.4rem
    }
}

@media (max-width:767.98px) {
    .s-testimonials .container {
        padding: 0 0 5.4rem
    }
}

.s-testimonials .title {
    font-weight: 400;
    font-size: 4rem;
    line-height: 5rem;
    color: #fff;
    text-align: center
}

@media (max-width:991.98px) {
    .s-testimonials .title {
        font-size: 3.2rem;
        font-weight: 500
    }
}

.s-testimonials .title-outline {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(24.4rem,-30rem) rotate(90deg);
    font-weight: 400;
    font-size: 8.8rem;
    line-height: 10.6rem;
    color: transparent;
    opacity: .3;
    background: linear-gradient(25deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent
}

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

.s-testimonials .slider-container {
    position: relative;
    max-width: 93.6rem;
    width: 100%;
    margin: 5.3rem auto 0
}

@media (max-width:1199.98px) {
    .s-testimonials .slider-container {
        max-width: 80rem
    }
}

@media (max-width:991.98px) {
    .s-testimonials .slider-container {
        margin: 3.1rem auto 0
    }
}

.s-testimonials .testimonials-slider {
    max-width: 67rem;
    width: 100%
}

    .s-testimonials .testimonials-slider .testimonial {
        display: flex;
        justify-content: center;
        max-width: 67rem;
        width: 100%;
        margin: 0 auto
    }

        .s-testimonials .testimonials-slider .testimonial .testimonial-body {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 59.992rem;
            height: 30.571rem;
            background: url(../img/depoimento-shape.svg) 50%/cover no-repeat
        }

@media (max-width:767.98px) {
    .s-testimonials .testimonials-slider .testimonial .testimonial-body {
        width: 34.902rem;
        height: 31.65rem;
        background: url(../img/depoimento-shape-mobile.svg) 50%/cover no-repeat
    }
}

.s-testimonials .testimonials-slider .testimonial .testimonial-body:after, .s-testimonials .testimonials-slider .testimonial .testimonial-body:before {
    content: "";
    position: absolute;
    left: -3.5rem;
    top: 0;
    z-index: -1;
    width: 6.885rem;
    height: 4.727rem;
    background: url(../img/depoimento-detalhe-2.png) 50%/cover no-repeat
}

@media (max-width:767.98px) {
    .s-testimonials .testimonials-slider .testimonial .testimonial-body:after, .s-testimonials .testimonials-slider .testimonial .testimonial-body:before {
        display: none
    }
}

.s-testimonials .testimonials-slider .testimonial .testimonial-body:after {
    left: unset;
    top: unset;
    right: -2.3rem;
    bottom: -2.5rem;
    transform: rotate(180deg)
}

.s-testimonials .testimonials-slider .testimonial .testimonial-body p {
    max-width: 43.3rem;
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #fff
}

@media (max-width:767.98px) {
    .s-testimonials .testimonials-slider .testimonial .testimonial-body p {
        position: relative;
        top: -1rem;
        max-width: 26.1rem
    }
}

.s-testimonials .testimonials-slider .testimonial .testimonial-bottom {
    display: flex;
    align-items: center;
    margin: 1.969rem 0 0 2rem
}

@media (max-width:767.98px) {
    .s-testimonials .testimonials-slider .testimonial .testimonial-bottom {
        margin: 1.5rem 0 0;
        flex-direction: column
    }
}

.s-testimonials .testimonials-slider .testimonial .testimonial-photo {
    margin-right: 1.7rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden
}

.s-testimonials .testimonials-slider .testimonial .testimonial-infos {
    display: flex;
    flex-direction: column
}

@media (max-width:991.98px) {
    .s-testimonials .testimonials-slider .testimonial .testimonial-infos {
        margin-top: 1.7rem;
        text-align: center
    }
}

.s-testimonials .testimonials-slider .testimonial .testimonial-name {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #fff
}

.s-testimonials .testimonials-slider .testimonial .testimonial-position {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #a1b2c6
}

.s-testimonials .testimonials-slider .testimonial .testimonial-name {
    font-weight: 700
}

.s-testimonials .testimonials-slider .testimonial .testimonial-position {
    margin-top: .3rem
}

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

.s-testimonials .testimonial-btn-next, .s-testimonials .testimonial-btn-prev {
    position: absolute;
    left: 0;
    top: 13.3rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.068rem;
    height: 5.9rem;
    border-radius: 50%;
    background: #13344d
}

@media (max-width:991.98px) {
    .s-testimonials .testimonial-btn-next, .s-testimonials .testimonial-btn-prev {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        width: 4.938rem;
        height: 4.802rem;
        margin: 4.4rem .6rem 0
    }
}

.s-testimonials .testimonial-btn-next:hover, .s-testimonials .testimonial-btn-prev:hover {
    background-color: #0f75bc;
    border-color: #0f75bc
}

    .s-testimonials .testimonial-btn-next:hover:before, .s-testimonials .testimonial-btn-prev:hover:before {
        filter: brightness(0) invert(1)
    }

.s-testimonials .testimonial-btn-next:before, .s-testimonials .testimonial-btn-prev:before {
    content: "";
    width: 2.748rem;
    height: 2.672rem;
    background: url(../img/icon-chevron-left.svg) 50%/cover no-repeat;
    filter: brightness(0) invert(1)
}

@media (max-width:991.98px) {
    .s-testimonials .testimonial-btn-next:before, .s-testimonials .testimonial-btn-prev:before {
        width: 2.236rem;
        height: 2.174rem
    }
}

.s-testimonials .testimonial-btn-next {
    left: unset;
    right: 0
}

    .s-testimonials .testimonial-btn-next:before {
        transform: rotate(180deg)
    }

.s-partners-okay {
    padding-bottom: 11.3rem
}

    .s-partners-okay .title-container .title {
        font-weight: 500;
        font-size: 4rem;
        line-height: 5rem;
        letter-spacing: -.02em;
        color: #fff;
        text-align: center
    }

    .s-partners-okay .title-outline {
        font-weight: 400;
        font-size: 8.8rem;
        line-height: 10.6rem;
        color: transparent;
        text-align: center;
        background: linear-gradient(25deg,#78eae1 -150%,hsla(0,0%,76.9%,0));
        -webkit-background-clip: text;
        -webkit-text-stroke: 4px transparent;
        transform: translateY(80px)
    }

    .s-partners-okay .logos-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 9.6rem
    }

    .s-partners-okay .black, .s-partners-okay .diamante, .s-partners-okay .ouro, .s-partners-okay .platina {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 200px
    }

    .s-partners-okay figure {
        margin: 0 30px
    }

@media (max-width:991.98px) {
    .s-partners-okay figure {
        display: flex;
        align-items: center;
        min-height: 100px;
        margin: 10px 0
    }
}

.s-partners {
    position: relative;
    z-index: 100;
    padding-bottom: 22.6rem
}

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

@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;
        margin-bottom: unset
    }
}

.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-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: #fff
}

.s-partners .numbers-container .item .label {
    font-weight: 400;
    font-size: 1.9548rem;
    line-height: 130%;
    text-align: center;
    color: #fff;
    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
}

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

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

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

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

@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: 8rem
    }
}

.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-2.png) 50%/cover no-repeat
}

@media (max-width:991.98px) {
    .s-partners .content-container .text:before {
        transform: unset;
        left: 14rem;
        top: -5.5rem
    }
}

.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;
    color: #fff
}

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

.s-box {
    position: relative;
    z-index: 1000
}

    .s-box .box {
        display: flex;
        justify-content: space-between;
        background: #08283e;
        padding: 4.6rem;
        box-shadow: 0 24px 80px rgba(0,255,255,.1);
        border-radius: .8rem;
        margin-top: -14.4rem
    }

@media (max-width:991.98px) {
    .s-box .box {
        flex-direction: column;
        align-items: center;
        margin-top: -9.7rem;
        padding: 5.2rem 2rem
    }
}

.s-box .box .box-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 35.4rem;
    width: 100%;
    border-right: .15rem solid #3e3e3e
}

@media (max-width:991.98px) {
    .s-box .box .box-logo {
        max-width: unset;
        padding-bottom: 4.7rem;
        border: 0;
        border-bottom: .15rem solid #3e3e3e
    }
}

.s-box .box .box-logo img {
    filter: invert(16%) sepia(57%) saturate(5696%) hue-rotate(335deg) brightness(89%) contrast(98%)
}

.s-box .box .box-content {
    flex-grow: 1;
    padding-left: 11.9rem
}

@media (max-width:991.98px) {
    .s-box .box .box-content {
        margin-top: 3.2rem;
        padding-left: 0
    }
}

.s-box .box .box-content .box-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 5rem;
    color: #fff
}

@media (max-width:991.98px) {
    .s-box .box .box-content .box-title {
        font-size: 3.2rem;
        line-height: 4rem
    }
}

.s-box .box .box-content p {
    margin-top: 2.327rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #a1b2c6
}

.s-footer {
    position: relative
}

    .s-footer:after {
        content: "";
        position: absolute;
        right: -3rem;
        bottom: 0;
        width: 67.4rem;
        height: 67.4rem;
        opacity: .1;
        filter: blur(59rem)
    }

    .s-footer .shape-container {
        position: relative;
        padding-bottom: 3.327rem
    }

        .s-footer .shape-container > * {
            position: relative;
            z-index: 1000
        }

    .s-footer .wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 10rem
    }

@media (max-width:1440px) {
    .s-footer .wrapper {
        margin-top: 9.2rem
    }
}

@media (max-width:991.98px) {
    .s-footer .wrapper {
        display: block;
        margin-top: 7.2rem
    }
}

.s-footer .wrapper .content {
    max-width: 55.4rem;
    width: 100%;
    margin-right: 3rem
}

@media (max-width:991.98px) {
    .s-footer .wrapper .content {
        max-width: unset;
        margin-right: 0
    }
}

.s-footer .wrapper .content p {
    width: 615px;
    font-weight: 300;
    font-size: 3.8rem;
    line-height: 5.9rem;
    color: #fff;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .s-footer .wrapper .content p {
        width: 330px;
        font-size: 3.2rem;
        line-height: 4.4rem
    }
}

.s-footer .wrapper .content p strong {
    font-weight: 600
}

.s-footer .wrapper .content .btn {
    margin-top: 2.673rem
}

.s-footer .wrapper .info {
    max-width: 40.6rem;
    width: 100%
}

@media (max-width:991.98px) {
    .s-footer .wrapper .info {
        max-width: 33.9rem;
        margin-top: 6.2rem
    }
}

.s-footer .wrapper .info .info-title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #f1f1f1
}

.s-footer .wrapper .info .info-text {
    width: 100%;
    margin-top: 1.7rem;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #a1b2c6
}

.s-footer .wrapper .info .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7.6rem
}

    .s-footer .wrapper .info .social li a {
        display: flex;
        align-items: center;
        color: #a1b2c6
    }

        .s-footer .wrapper .info .social li a .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            margin-right: 1.1rem;
            border-radius: 50%;
            border: .1052rem solid #a1b2c6;
            transition: background .3s,border-color .3s
        }

            .s-footer .wrapper .info .social li a .social-icon svg {
                color: #a1b2c6;
                width: 1.4rem;
                height: 1.4rem;
                transition: color .3s
            }

        .s-footer .wrapper .info .social li a .social-label {
            font-size: 1.8rem;
            line-height: 2.8rem
        }

        .s-footer .wrapper .info .social li a:hover {
            color: #0f75bc
        }

            .s-footer .wrapper .info .social li a:hover .social-icon {
                background-color: #0f75bc;
                border-color: #0f75bc
            }

                .s-footer .wrapper .info .social li a:hover .social-icon svg {
                    color: #fff
                }

.s-footer .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23.6rem
}

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

@media (max-width:767.98px) {
    .s-footer .copy {
        flex-direction: column
    }
}

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

.s-footer .copy .copy-infos {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #aeaeae
}

@media (max-width:767.98px) {
    .s-footer .copy .copy-infos {
        order: 3;
        margin-top: 5.7rem;
        text-align: center
    }
}

.s-footer .copy .copy-infos a {
    color: #a1b2c6;
    margin: 0 1.4rem
}

    .s-footer .copy .copy-infos a:hover {
        color: #0f75bc
    }

.s-footer .copy .whatsapp {
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    .s-footer .copy .whatsapp {
        order: 1
    }
}

.s-footer .copy .whatsapp .whatsapp-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem
}

.s-footer .copy .whatsapp .whatsapp-label {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #49e3d7;
    transition: color .3s
}

.s-footer .copy .whatsapp:hover .whatsapp-label {
    color: #fff
}

.form-main {
    position: relative;
    padding: 19rem 0 9rem
}

@media (max-width:991.98px) {
    .form-main {
        padding: 13rem 0 7rem
    }
}

.form-main:after {
    content: "";
    position: absolute;
    left: -14.2rem;
    bottom: -8rem;
    width: 47.6rem;
    height: 47.6rem;
    background: rgba(234,54,126,.2);
    filter: blur(59rem)
}

.form-main > * {
    position: relative;
    z-index: 10
}

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

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

.form-main .form-container {
    flex-shrink: 0;
    max-width: 58.9rem;
    width: 100%;
    margin-right: 3rem
}

@media (max-width:991.98px) {
    .form-main .form-container {
        max-width: unset;
        margin: 4.8rem 0 0;
        order: 2
    }
}

.form-main .form-container .form-nav {
    display: flex
}

@media (max-width:767.98px) {
    .form-main .form-container .form-nav li {
        width: 50%
    }
}

.form-main .form-container .form-nav li a {
    display: block;
    padding: 0 4.35rem 2.4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #3a5472;
    border-bottom: .15rem solid #3a5472
}

@media (max-width:767.98px) {
    .form-main .form-container .form-nav li a {
        padding: 0 0 2.4rem;
        text-align: center
    }
}

.form-main .form-container .form-nav li a.active, .form-main .form-container .form-nav li a:hover {
    color: #0f75bc;
    border-color: #0f75bc
}

.form-main .form-container [data-js=tab-container] [data-tab] {
    display: none
}

    .form-main .form-container [data-js=tab-container] [data-tab].active {
        display: block
    }

.form-main .form-container .form {
    margin-top: 4.1rem
}

    .form-main .form-container .form .form-cep {
        position: relative
    }

        .form-main .form-container .form .form-cep a {
            position: absolute;
            right: 1.4rem;
            bottom: 1.3rem;
            font-weight: 500;
            font-size: 1.2rem;
            line-height: 1.8rem;
            color: #a1b2c6
        }

            .form-main .form-container .form .form-cep a:hover {
                color: #0f75bc
            }

    .form-main .form-container .form .form-cep, .form-main .form-container .form .form-ficou-sabendo, .form-main .form-container .form .form-investimento, .form-main .form-container .form .form-lote, .form-main .form-container .form .form-observacao {
        margin-top: 4.1rem
    }

    .form-main .form-container .form .form-lote {
        display: flex;
        flex-direction: column
    }

    .form-main .form-container .form .form-participante, .form-main .form-container .form .form-responsavel {
        margin-top: 3.8rem
    }

    .form-main .form-container .form .btn[type=submit] {
        margin: 2.9rem 0 0 auto
    }

@media (max-width:991.98px) {
    .form-main .form-container .form .btn[type=submit] {
        margin: 3.1rem 0 0
    }
}

.form-main .box-prices-container {
    position: sticky;
    top: 12rem;
    max-width: 56rem;
    width: 100%;
    padding: 3.1rem 3rem 4rem
}

@media (max-width:991.98px) {
    .form-main .box-prices-container {
        position: relative;
        top: unset;
        max-width: unset;
        order: 1
    }
}

.form-main .box-prices-container .box-prices li:first-of-type {
    margin-bottom: 3.1rem;
    padding-bottom: 3.4rem;
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.form-main .box-prices-container .box-prices li .big-price {
    margin-top: .7rem
}

.form-main .box-prices-container .box-benefits {
    margin-top: 3.15rem;
    padding-top: 0;
    border-top: 0
}

.s-footer-form {
    position: relative;
    z-index: 1000;
    height: 8rem;
    background: #08283e;
    backdrop-filter: blur(5rem)
}

    .s-footer-form .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%
    }
/*# sourceMappingURL=index.css.map */
