@import url(../../fonts.googleapis.com/css2%3Ffamily=Inter:ital,opsz,wght@0,14..32,100..900%3B1,14..32,100..900&display=swap.css);

*,
body,
html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior: none;
    scroll-behavior: smooth
}

body,
html {
    height: 100%;
    width: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-synthesis: none !important
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font-style: normal;
    font-weight: 400
}

body.style-noscroll,
main {
    overflow: hidden
}

main {
    position: relative;
    width: 100%
}

@font-face {
    font-family: Raleway-Variable;
    src: url(fonts/Raleway-Variable.d8040b0c.ttf)
}

.container-infos {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    position: relative;
    z-index: 2
}

.container-infos .container-profil {
    border-radius: 50%;
    height: 128px;
    margin-bottom: 20px;
    width: 128px
}

.container-infos .container-profil img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.container-infos .container-name {
    align-items: center;
    display: flex;
    gap: 5px;
    line-height: 100%;
    position: relative;
    width: fit-content
}

.container-infos .container-name span {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700
}

.container-infos .container-name img {
    height: 26px;
    position: absolute;
    right: -32px;
    width: 26px
}

.container-infos .container-status {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 2px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-infos .container-status {
        margin-top: 8px
    }
}

.container-infos .container-status span {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    opacity: .7
}

.container-infos .container-status .status {
    align-items: center;
    display: flex;
    gap: 8px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-infos .container-status .status {
        margin-right: 8px
    }
}

.container-infos .container-status .status .circle {
    background: #19cb62;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-infos .container-status .status .circle {
        margin-right: 4px
    }
}

.container-infos .container-status .sep {
    background: #fff;
    border-radius: 50%;
    height: 3px;
    width: 3px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-infos .container-status .sep {
        margin-right: 8px
    }
}

.container-infos .container-status .loc {
    align-items: center;
    display: flex;
    gap: 4px
}

.container-infos .container-status .loc span {
    color: #fff
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-infos .container-status .loc span {
        margin-left: 4px
    }
}

.container-infos p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.container-social {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 24px;
    position: relative;
    z-index: 2
}

.container-social .social {
    height: 20px;
    transition: transform .2s cubic-bezier(.47, 0, .745, .715);
    width: 20px
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-social .social:not(:last-child) {
        margin-right: 18px
    }
}

.container-social .social a img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (hover:hover) {
    .container-social .social:hover {
        transform: scale(1.1)
    }
}

.container-countdown {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 55px 0 0;
    z-index: 2
}

.container-countdown .promotion {
    color: #fff;
    font-family: Inter, sans-serif;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-size: 21px;
    font-style: normal;
    font-variant-numeric: lining-nums;
    font-weight: 700;
    text-align: center
}

.container-countdown .content {
    align-items: center;
    display: flex;
    gap: 5px;
    justify-content: center
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .container-countdown .content {
        margin-top: 10px
    }
}

.container-countdown .content .container-time {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    padding: 8px 6px 11px 5px;
    width: 41px
}

.container-countdown .content .container-time .number {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.container-countdown .content .container-time span {
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    font-weight: 400 !important
}

.container-countdown .content .sep {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.container-countdown .content .sep .dot-cd {
    background-color: #fff;
    border-radius: 50%;
    height: 2px;
    width: 2px
}

.container-countdown.white {
    background-color: #fff
}

.container-countdown.white .promotion {
    color: #000
}

.container-countdown.pink {
    background-color: #ffc6d8
}

.container-countdown.pink .promotion {
    color: #000
}

.container-countdown.pink .content .sep .dot-cd {
    background-color: #000
}

.container-countdown.yellow {
    background-color: #fff2c6
}

.container-countdown.yellow .promotion {
    color: #000
}

.container-countdown.yellow .content .sep .dot-cd {
    background-color: #000
}

.container-countdown.purple {
    background-color: #e2c6ff
}

.container-countdown.purple .promotion {
    color: #000
}

.container-countdown.purple .content .sep .dot-cd {
    background-color: #000
}

.container-countdown.blue {
    background-color: #c6eaff
}

.container-countdown.blue .promotion {
    color: #000
}

.container-countdown.blue .content .sep .dot-cd {
    background-color: #000
}

.container-countdown.green {
    background-color: #dcffc6
}

.container-countdown.green .promotion {
    color: #000
}

.container-countdown.green .content .sep .dot-cd {
    background-color: #000
}

body .section-home {
    padding-bottom: 50px
}

body.black .section-home {
    background-color: #000
}

body.dark .section-home .container-infos .container-name span,
body.dark .section-home .container-infos .container-status span {
    color: #000
}

body.dark .section-home .container-infos .container-status .sep {
    background: #000
}

body.dark .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.dark .section-home .container-infos .container-status .loc span,
body.dark .section-home .container-infos p {
    color: #000
}

body.dark .section-home .container-social .social a img {
    filter: invert(1)
}

body.dark .section-home .container-countdown .promotion {
    color: #000
}

body.dark .section-home .container-countdown .content .container-time {
    background-color: #000;
    color: #fff
}

body.dark .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.dark .container-copyright a {
    color: #000 !important
}

body.white .section-home {
    background: #fff
}

body.white .section-home .container-infos .container-name span,
body.white .section-home .container-infos .container-status span {
    color: #000
}

body.white .section-home .container-infos .container-status .sep {
    background: #000
}

body.white .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.white .section-home .container-infos .container-status .loc span,
body.white .section-home .container-infos p {
    color: #000
}

body.white .section-home .container-social .social a img {
    filter: invert(1)
}

body.white .section-home .container-cta .cta {
    border: 1px solid #000 !important
}

body.white .section-home .container-cta .cta:before {
    background: #000 !important
}

body.white .section-home .container-cta .cta .content-text .cta-subtext,
body.white .section-home .container-cta .cta .content-text .cta-text {
    color: #fff !important
}

@media (hover:hover) {

    body.white .section-home .container-cta .cta:hover .content-text .cta-subtext,
    body.white .section-home .container-cta .cta:hover .content-text .cta-text {
        color: #000 !important
    }
}

body.white .section-home .container-countdown .promotion {
    color: #000
}

body.white .section-home .container-countdown .content .container-time {
    background-color: #000;
    color: #fff
}

body.white .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.pink .section-home {
    background: #ffc6d8
}

body.pink .section-home .container-infos .container-name span,
body.pink .section-home .container-infos .container-status span {
    color: #000
}

body.pink .section-home .container-infos .container-status .sep {
    background: #000
}

body.pink .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.pink .section-home .container-infos .container-status .loc span,
body.pink .section-home .container-infos p {
    color: #000
}

body.pink .section-home .container-social .social a img {
    filter: invert(1)
}

body.pink .section-home .container-countdown .promotion {
    color: #000
}

body.pink .section-home .container-countdown .content .container-time {
    background-color: #fff
}

body.pink .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.yellow .section-home {
    background: #fff2c6
}

body.yellow .section-home .container-infos .container-name span,
body.yellow .section-home .container-infos .container-status span {
    color: #000
}

body.yellow .section-home .container-infos .container-status .sep {
    background: #000
}

body.yellow .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.yellow .section-home .container-infos .container-status .loc span,
body.yellow .section-home .container-infos p {
    color: #000
}

body.yellow .section-home .container-social .social a img {
    filter: invert(1)
}

body.yellow .section-home .container-countdown .promotion {
    color: #000
}

body.yellow .section-home .container-countdown .content .container-time {
    background-color: #fff
}

body.yellow .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.purple .section-home {
    background: #e2c6ff
}

body.purple .section-home .container-infos .container-name span,
body.purple .section-home .container-infos .container-status span {
    color: #000
}

body.purple .section-home .container-infos .container-status .sep {
    background: #000
}

body.purple .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.purple .section-home .container-infos .container-status .loc span,
body.purple .section-home .container-infos p {
    color: #000
}

body.purple .section-home .container-social .social a img {
    filter: invert(1)
}

body.purple .section-home .container-countdown .promotion {
    color: #000
}

body.purple .section-home .container-countdown .content .container-time {
    background-color: #fff
}

body.purple .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.blue .section-home {
    background: #c6eaff
}

body.blue .section-home .container-infos .container-name span,
body.blue .section-home .container-infos .container-status span {
    color: #000
}

body.blue .section-home .container-infos .container-status .sep {
    background: #000
}

body.blue .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.blue .section-home .container-infos .container-status .loc span,
body.blue .section-home .container-infos p {
    color: #000
}

body.blue .section-home .container-social .social a img {
    filter: invert(1)
}

body.blue .section-home .container-countdown .promotion {
    color: #000
}

body.blue .section-home .container-countdown .content .container-time {
    background-color: #fff
}

body.blue .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body.green .section-home {
    background: #dcffc6
}

body.green .section-home .container-infos .container-name span,
body.green .section-home .container-infos .container-status span {
    color: #000
}

body.green .section-home .container-infos .container-status .sep {
    background: #000
}

body.green .section-home .container-infos .container-status .loc img {
    filter: invert(1)
}

body.green .section-home .container-infos .container-status .loc span,
body.green .section-home .container-infos p {
    color: #000
}

body.green .section-home .container-social .social a img {
    filter: invert(1)
}

body.green .section-home .container-countdown .promotion {
    color: #000
}

body.green .section-home .container-countdown .content .container-time {
    background-color: #fff
}

body .footer,
body.green .section-home .container-countdown .content .sep .dot-cd {
    background-color: #000
}

body .footer {
    bottom: 50px;
    position: relative;
    width: 100%;
    z-index: 2
}

body .footer.no-bg {
    background-color: transparent
}

body .footer .wrapper {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    body .footer .wrapper {
        width: 1208px
    }
}

@media (min-width:700px) and (max-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    body .footer .wrapper {
        width: calc(100% - 96px)
    }
}

@media (max-width:700px) {
    body .footer .wrapper {
        width: calc(100% - 48px)
    }
}

body .footer .container-copyright {
    display: flex;
    justify-content: center;
    padding-bottom: 24px
}

body .footer .container-copyright a {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    opacity: .7;
    text-decoration: none
}

body.white .footer {
    background-color: #fff
}

body.white .footer .container-copyright a {
    color: #000
}

body.pink .footer {
    background-color: #ffc6d8
}

body.pink .footer .container-copyright a {
    color: #000
}

body.yellow .footer {
    background-color: #fff2c6
}

body.yellow .footer .container-copyright a {
    color: #000
}

body.purple .footer {
    background-color: #e2c6ff
}

body.purple .footer .container-copyright a {
    color: #000
}

body.blue .footer {
    background-color: #c6eaff
}

body.blue .footer .container-copyright a {
    color: #000
}

body.green .footer {
    background-color: #dcffc6
}

body.green .footer .container-copyright a {
    color: #000
}

body:not(.addBackground)>.background {
    display: none
}

body.white .background {
    background-color: #fff
}

body.white .background:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

body.pink .background {
    background-color: #ffc6d8
}

body.pink .background:before {
    background: linear-gradient(180deg, rgba(255, 198, 216, 0), #ffc6d8)
}

body.yellow .background {
    background-color: #fff2c6
}

body.yellow .background:before {
    background: linear-gradient(180deg, rgba(255, 242, 198, 0), #fff2c6)
}

body.purple .background {
    background-color: #e2c6ff
}

body.purple .background:before {
    background: linear-gradient(180deg, rgba(226, 198, 255, 0), #e2c6ff)
}

body.blue .background {
    background-color: #c6eaff
}

body.blue .background:before {
    background: linear-gradient(180deg, rgba(198, 234, 255, 0), #c6eaff)
}

body.green .background {
    background-color: #dcffc6
}

body.green .background:before {
    background: linear-gradient(180deg, rgba(220, 255, 198, 0), #dcffc6)
}

@media (max-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    html {
        overscroll-behavior: contain
    }

    .container-infos {
        gap: 16px
    }

    .container-infos .container-profil {
        margin-bottom: 12px
    }

    .container-infos .container-name span {
        font-size: 30px
    }

    .container-infos .container-status {
        margin-top: -2px
    }

    .container-infos .container-status .loc .sep {
        height: 2px;
        width: 2px
    }

    .container-infos .container-status .loc img {
        height: 12px;
        width: 12px
    }

    .container-infos .container-status span {
        font-size: 14px
    }

    .container-infos p {
        font-size: 16px
    }

    .container-social {
        gap: 14px;
        margin-top: 16px
    }

    .container-social .social {
        height: 18px;
        width: 18px
    }

    @supports (-webkit-touch-callout:none) and (not (translate:none)) {
        .container-social .social:not(:last-child) {
            margin-right: 14px
        }
    }

    .container-countdown {
        margin: 32px 0 0
    }

    .footer {
        height: 50px
    }
}

.section-home {
    min-height: 100vh;
    padding-top: 280px;
    position: relative
}

.section-home.background-media {
    padding-top: 100px
}

.section-home .wrapper {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    .section-home .wrapper {
        width: 1208px
    }
}

@media (min-width:700px) and (max-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    .section-home .wrapper {
        width: calc(100% - 96px)
    }
}

@media (max-width:700px) {
    .section-home .wrapper {
        width: calc(100% - 48px)
    }
}

.section-home .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 50px;
    max-width: 470px;
    z-index: 10
}

.section-home .container .swiper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-home .container .swiper .swiper-slide {
    display: flex;
    position: relative;
    z-index: 1
}

.section-home .container .swiper .swiper-slide .container-media {
    min-height: 100%;
    min-width: 100%
}

.section-home .container .swiper .swiper-slide .container-media.legacy img,
.section-home .container .swiper .swiper-slide .container-media.legacy video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.section-home .container .swiper .swiper-slide .container-media img,
.section-home .container .swiper .swiper-slide .container-media video {
    width: 100%
}

.section-home .container .swiper .swiper-slide:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.section-home .container .swiper .swiper-pagination {
    height: 20px;
    position: absolute;
    top: 24px;
    z-index: 1
}

.section-home .container .swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: 2px;
    height: 3px;
    opacity: .3;
    transition: opacity .3s cubic-bezier(.455, .03, .515, .955);
    width: 17px
}

.section-home .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.section-home .container .container-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
    position: relative;
    width: 100%;
    z-index: 2
}

.section-home .container .container-cta.round .card-template-cta-btn,
.section-home .container .container-cta.round .cta {
    border-radius: 100px
}

.section-home .container .container-cta.square .card-template-cta-btn,
.section-home .container .container-cta.square .cta {
    border-radius: 10px
}

.section-home .container .container-cta.paper .cta {
    align-self: center;
    background-image: none;
    background-position: 0 90%;
    background-repeat: repeat-x;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-style: solid;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
    border-width: 2px;
    box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #41403e;
    cursor: pointer;
    outline: none;
    padding: .75rem;
    text-decoration: none;
    touch-action: manipulation;
    transition: all 235ms ease-in-out;
    user-select: none;
    -webkit-user-select: none
}

.section-home .container .container-cta .cta {
    align-items: center;
    border: 1px solid #fff;
    color: inherit;
    display: flex;
    gap: 18px;
    height: 72px;
    overflow: hidden;
    padding: 5px 24px;
    position: relative;
    text-decoration: none;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    width: 100%
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .section-home .container .container-cta .cta:not(:last-child) {
        margin-bottom: 8px
    }
}

.section-home .container .container-cta .cta .cta-icn {
    height: 32px;
    position: relative;
    width: 32px
}

.section-home .container .container-cta .cta .cta-icn img {
    height: 100%;
    min-width: 100%;
    object-fit: contain
}

.section-home .container .container-cta .cta .cta-icn-round {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px
}

.section-home .container .container-cta .cta .cta-icn-round img {
    height: 60%;
    object-fit: contain;
    width: 32px
}

.section-home .container .container-cta .cta .cta-icn-letter {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 32px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    width: 32px
}

.section-home .container .container-cta .cta .content-text {
    display: flex;
    flex-direction: column;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    gap: 0;
    position: relative
}

@supports (-webkit-touch-callout:none) and (not (translate:none)) {
    .section-home .container .container-cta .cta .content-text {
        margin-left: 18px
    }
}

.section-home .container .container-cta .cta .content-text .cta-text {
    font-size: 18px;
    font-weight: 500
}

.section-home .container .container-cta .cta .content-text .cta-subtext,
.section-home .container .container-cta .cta .content-text .cta-text {
    display: -webkit-box;
    font-family: Inter, sans-serif;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .5s cubic-bezier(.455, .03, .515, .955);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section-home .container .container-cta .cta .content-text .cta-subtext {
    color: #000;
    font-size: 12px;
    font-weight: 400
}

.section-home .container .container-cta .cta:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform .35s cubic-bezier(.455, .03, .515, .955);
    width: 100%
}

@keyframes bouncing {

    0%,
    to {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-15px)
    }

    15% {
        transform: translateY(-15px)
    }

    20% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-5px)
    }

    35% {
        transform: translateY(0)
    }
}

.section-home .container .container-cta .cta.button-bouncing {
    animation: bouncing 2s ease-in-out infinite
}

.section-home .container .container-cta .cta.button-bouncing:hover {
    animation-play-state: paused
}

@keyframes buzzing {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-1px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(1px)
    }
}

.section-home .container .container-cta .cta.button-buzzing {
    animation: buzzing .5s linear infinite
}

.section-home .container .container-cta .cta.button-buzzing:hover {
    animation-play-state: paused
}

@keyframes pulsing {

    0%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

.section-home .container .container-cta .cta.button-pulsing {
    animation: pulsing 1s ease-in-out infinite
}

.section-home .container .container-cta .cta.button-pulsing:hover {
    animation-play-state: paused
}

@keyframes shaking {

    0%,
    to {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }
}

.section-home .container .container-cta .cta.button-shaking {
    animation: shaking .5s linear infinite
}

.section-home .container .container-cta .cta.button-shaking:hover {
    animation-play-state: paused
}

@keyframes swinging {

    0%,
    to {
        transform: rotate(-3deg)
    }

    50% {
        transform: rotate(3deg)
    }
}

.section-home .container .container-cta .cta.button-swinging {
    animation: swinging 1s ease-in-out infinite;
    transform-origin: top center
}

.section-home .container .container-cta .cta.button-swinging:hover {
    animation-play-state: paused
}

@media (hover:hover) {
    .section-home .container .container-cta .cta:hover {
        cursor: pointer
    }

    .section-home .container .container-cta .cta:hover:before {
        transform: translateY(-100px)
    }

    .section-home .container .container-cta .cta:hover .content-text .cta-subtext,
    .section-home .container .container-cta .cta:hover .content-text .cta-text {
        color: #fff
    }
}

.section-home .container .container-cta .cta.fan-url-activated {
    animation: none;
    --hover-transform: none;
    border-radius: 18px;
    gap: 8px;
    overflow: hidden
}

.section-home .container .container-cta .cta.fan-url-activated .content-text.align-center {
    margin: auto;
    width: auto
}

.section-home .container .container-cta .cta.fan-url-activated .content-text {
    text-align: center;
    width: calc(100% - 80px)
}

.section-home .container .container-cta .cta.fan-url-activated .content-text .cta-text {
    color: #fff;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700
}

.section-home .container .container-cta .cta.fan-url-activated .content-text .cta-subtext {
    color: #fff;
    margin-top: 1px
}

.section-home .container .container-cta .cta.fan-url-activated .content-text .cta-button {
    color: #fff;
    display: -webkit-box;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-top: 8px;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    transition: color .5s cubic-bezier(.455, .03, .515, .955);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.section-home .container .container-cta .fan-url-activated:before {
    background-color: #000 !important;
    transform: none !important
}

.section-home .container .container-cta.pink .cta {
    border: 1px solid #ffc6d8
}

.section-home .container .container-cta.pink .cta:before {
    background: #ffc6d8
}

.section-home .container .container-cta.yellow .cta {
    border: 1px solid #fff2c6
}

.section-home .container .container-cta.yellow .cta:before {
    background: #fff2c6
}

.section-home .container .container-cta.purple .cta {
    border: 1px solid #e2c6ff
}

.section-home .container .container-cta.purple .cta:before {
    background: #e2c6ff
}

.section-home .container .container-cta.blue .cta {
    border: 1px solid #c6eaff
}

.section-home .container .container-cta.blue .cta:before {
    background: #c6eaff
}

.section-home .container .container-cta.green .cta {
    border: 1px solid #dcffc6
}

.section-home .container .container-cta.green .cta:before {
    background: #dcffc6
}

.section-home .container .container-cta a.card-template {
    align-items: flex-end;
    aspect-ratio: 572/400;
    background: #18181a;
    border: none;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    letter-spacing: .01em;
    margin-bottom: 12px;
    max-height: 280px;
    min-height: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform .2s;
    width: 100%
}

.section-home .container .container-cta a.card-template img:not(.cta-icon-img) {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .3s;
    width: 100%;
    z-index: 1
}

.section-home .container .container-cta a .content-text .cta-icon {
    display: none
}

.section-home .container .container-cta a.card-template .content-text .cta-icon {
    display: initial
}

.section-home .container .container-cta a.card-template:after {
    display: none
}

.section-home .container .container-cta a.card-template .card-template-content {
    align-items: flex-start;
    background: none;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0 0 18px 18px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.section-home .container .container-cta .card-template-cta-btn {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .13);
    color: #18181a;
    cursor: pointer;
    display: flex;
    font-size: 1.15rem;
    font-weight: 700;
    gap: 14px;
    margin-top: 8px;
    padding: 12px 28px 12px 18px;
    text-decoration: none;
    transition: box-shadow .18s, transform .18s
}

.section-home .container .container-cta .card-template-cta-btn .cta-icn-round {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: relative;
    width: 24px
}

.section-home .container .container-cta .card-template-cta-btn .cta-icn-round img {
    height: 50%;
    min-width: 100%;
    object-fit: contain;
    top: 25%
}

.section-home .container .container-cta .card-template-cta-btn:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
    transform: scale(1.03)
}

.section-home .container .container-cta .card-template-cta-btn .card-template-cta-icn {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    width: 28px
}

.section-home .container .container-cta a.card-template .card-template-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25)
}

.section-home .container .container-cta a.card-template .card-template-subtext {
    font-size: 1rem;
    font-weight: 400;
    opacity: .85;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .18)
}

.section-home .container .container-cta a.card-template:hover {
    transform: scale(1.025)
}

.section-home .container .container-cta a.card-template .content-text {
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 18px;
    bottom: 0;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity .3s ease;
    z-index: 200
}

.section-home .container .container-cta a.card-template .content-text.active {
    opacity: 1;
    pointer-events: auto
}

@media (max-width:600px) {
    .section-home .container .container-cta a.card-template {
        aspect-ratio: 572/400;
        border-radius: 12px;
        max-height: 196px;
        min-height: 140px
    }

    .section-home .container .container-cta a.card-template .card-template-content {
        padding: 0 0 10px 10px
    }

    .section-home .container .container-cta a.card-template .content-text {
        border-radius: 12px
    }

    .section-home .container .container-cta .card-template-cta-btn {
        font-size: 1rem;
        padding: 10px 18px 10px 12px
    }

    .section-home .container .container-cta .card-template-cta-btn .cta-icn-round {
        height: 24px;
        min-height: 24px;
        min-width: 24px;
        width: 24px
    }

    .section-home .container .container-cta .card-template-cta-btn .card-template-cta-icn {
        height: 22px;
        width: 22px
    }
}

@media (max-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    .section-home {
        padding-top: 290px
    }

    .section-home.background-media {
        padding-top: 60px
    }

    .section-home .container .swiper.slider {
        height: 100vh;
        left: 0;
        position: fixed;
        width: 100%
    }

    .section-home .container .swiper .swiper-pagination {
        top: 16px;
        transition: opacity .2s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.455, .03, .515, .955)
    }

    .section-home .container .swiper .swiper-pagination.fade-out {
        opacity: 0;
        transform: translateY(-100%)
    }

    .section-home .container .swiper:before {
        background: linear-gradient(180deg, #00000000, #000 250%);
        height: 105%;
        top: 0
    }

    .section-home .container .container-cta .cta {
        height: 70px;
        width: 95%
    }

    .section-home .container .container-cta .cta .cta-icn,
    .section-home .container .container-cta .cta .cta-icn-round {
        height: 32px;
        width: 32px
    }

    .section-home .container .container-cta .cta .cta-icn-letter {
        font-size: 14px;
        height: 32px;
        padding-top: 3px;
        width: 32px
    }

    .section-home .container .container-cta .cta .content-text {
        gap: 0
    }

    .section-home .container .container-cta .cta .content-text .cta-text {
        font-size: 16px
    }

    .section-home .container .container-cta .cta .content-text .cta-subtext {
        font-size: 12px
    }

    .section-home .container .container-cta .card-template-cta-btn .cta-icn-round {
        height: 24px;
        min-height: 24px;
        min-width: 24px;
        width: 24px
    }
}

.background {
    background-color: #000;
    bottom: 0;
    height: calc(100% - 550px);
    left: -100%;
    position: absolute;
    width: calc(100% + 100vw);
    z-index: 1
}

.background:before {
    background: linear-gradient(180deg, #00000000, #000);
    content: "";
    height: 300px;
    position: absolute;
    top: -300px;
    width: 100%
}

@media (max-width:calc(((64px * 12) + ((calc(40px * 11 / 12) * 12/(12 - 1)) * (12 - 1))) + calc(0 * 40px))) {
    .background {
        height: calc(100% - 475px)
    }
}

.background_legacy {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

main.image_purple {
    background-image: url(images/background.3dba80ae.jpg)
}

main.gradient_light {
    background: #d3cce3;
    background: -webkit-linear-gradient(bottom, #e9e4f0, #d3cce3);
    background: linear-gradient(0deg, #e9e4f0, #d3cce3)
}

main.gradient_dark {
    background: #232526;
    background: -webkit-linear-gradient(bottom, #414345, #232526);
    background: linear-gradient(0deg, #414345, #232526)
}

main.gradient_pink {
    background: #ee9ca7;
    background: -webkit-linear-gradient(bottom, #ffdde1, #ee9ca7);
    background: linear-gradient(0deg, #ffdde1, #ee9ca7)
}

main.gradient_blue {
    background: #56ccf2;
    background: -webkit-linear-gradient(top, #2f80ed, #56ccf2);
    background: linear-gradient(180deg, #2f80ed, #56ccf2)
}

main.gradient_grey {
    background: #bdc3c7;
    background: -webkit-linear-gradient(top, #2c3e50, #bdc3c7);
    background: linear-gradient(180deg, #2c3e50, #bdc3c7)
}

main.gradient_red {
    background: #cb2d3e;
    background: -webkit-linear-gradient(bottom, #ef473a, #cb2d3e);
    background: linear-gradient(0deg, #ef473a, #cb2d3e)
}

main.gradient_red .promotion-text {
    color: #fff !important
}

main.gradient_peach {
    background: #ed4264;
    background: -webkit-linear-gradient(bottom, #ffedbc, #ed4264);
    background: linear-gradient(0deg, #ffedbc, #ed4264)
}

main.gradient_moonlit {
    background: #0f2027;
    background: -webkit-linear-gradient(bottom, #2c5364, #203a43, #0f2027);
    background: linear-gradient(0deg, #2c5364, #203a43, #0f2027)
}

.safe-page-preview {
    background-color: #fff3cd;
    border-bottom: 1px solid #ffd761;
    border-radius: 0 !important;
    color: #997404;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 20px;
    opacity: .9;
    padding: 1rem;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999
}

.safe-page-preview a {
    color: #664d03;
    font-weight: 700;
    text-decoration: underline
}

.safe-page-preview a:hover {
    color: #523d02
}

.section-home .container .container-cta .card-template-cta-btn {
    font-size: .75rem;
    letter-spacing: normal
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}