:root {
    --green-yellow: #C9F156;
    --grey: #A1AECB;
    --indigo: #21366B;
    --dark-blue: #27448F;
    --primary-text-color: #446AC9;
    --text-font-size: 20px;
    --text-small-font-size: 16px;
}

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

body {
    font-family: "SF Pro Display", sans-serif;
    font-size: 20px;
    background: #030404;
    min-height: 100dvh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* BASIC STYLES */

main.main-page section {
    padding: 100px 0;
}

h1 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    text-wrap: balance;
}

h2 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-wrap: balance;
}

.pink-text {
    color: #CB43F2 !important;
}

.text {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #8E8595;
}

.subtitle {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #8E8595;
}

.btn {
    height: 62px;
    width: 100%;
    max-width: 390px;
    border-radius: 20px;
    background: linear-gradient(307.86deg, #B555DB -8.25%, #3000D2 92.09%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: .1s all linear;
    border: none;
}

.btn:hover {
    transform: scale(1.01);
}

.btn-transparent {
    height: 38px;
    max-width: 110px;
    width: 100%;
    border: 1px solid #FFFFFF;
    background: transparent;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1270px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.gradient-text {
    background: linear-gradient(90deg, #8ACDF2 0%, #D2D3B8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.footer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #21366B;
}

.green-yellow-color {
    color: var(--green-yellow) !important;
}

.grey-color {
    color: var(--grey) !important;
}

.indigo-color {
    color: var(--indigo) !important;
}

.dark-blue-color {
    color: var(--dark-blue) !important;
}

.text-center {
    text-align: center;
}

.gradient-text-bg {
    background: linear-gradient(85.93deg, #70CAC1 -33.07%, #C9F156 112.59%);
    padding: 4px;
    border-radius: 26px;
}

.d-flex-column-default {
    display: flex;
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.ai-c {
    align-items: center;
}

.ai-e {
    align-items: flex-end;
}

.ai-s {
    align-items: flex-start;
}

.jc-c {
    justify-content: center;
}

.jc-e {
    justify-content: flex-end;
}

.jc-s {
    justify-content: flex-start;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-40 {
    gap: 40px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.glass-bg {
    position: relative;
}

.glass-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(145deg,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.05));

    -webkit-mask: linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

body.side-menu-opened section {
    background: #0C0D0D !important;
}

body.side-menu-opened #burger span {
    background: #FFFFFF;
}

body.side-menu-opened section .container {
    display: none;
}

body.side-menu-opened header {
    background: #030404;
    height: 120px;
    margin-top: 0;
    padding-top: 12px;
}

body.side-menu-opened header .header__wrapper {
    background: #030404;
    backdrop-filter: none;
}

.burger {
    border: none;
    background: transparent;
    cursor: pointer;
    transition: .3s all linear;
}

.burger:hover {
    transform: scale(1.05);
}

#burger {
    display: none;
    user-select: none;
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    border-radius: 6px;
    background: #CB43F2;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burger span:nth-child(1) {
    top: -7px;
}

#burger span:nth-child(2) {
    top: 0px;
}

#burger span:nth-child(3) {
    top: 7px;
}

#burger.open span:nth-child(1) {
    top: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#burger.open span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.select-dropdown.white {
    background: transparent;
    border: none;
}

.select-dropdown.white .wrapper {
    gap: 5px;
}

.select-dropdown.white li {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
}

.select-dropdown.white li:first-child {
    border-radius: 24px 0 0 24px;
}

.select-dropdown.white li:last-child {
    border-radius: 0 0 24px;
}

.select-dropdown.white li.active {
    background: rgba(255, 255, 255, 0.4) !important;
    border: 1px solid #FFFFFF;
    font-weight: 700;
}

.select-dropdown {
    display: flex;
    gap: 8px;
    position: relative;
    color: #53565a;
    background: #1C1F67;
    width: 38px;
    height: 16px;
}

.select-dropdown .wrapper {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

.select-dropdown * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}


.select-dropdown.is-active input[type="text"] {
    border-color: #00aeef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-dropdown .dropdown-img {
    transition: .3s all linear;
}

.select-dropdown.is-active .dropdown-img {
    top: 6px;
    transform: rotate(180deg);
}

.select-dropdown.is-active ul {
    display: flex;
    border-collapse: collapse;
}

.select-dropdown.is-active ul li {
    width: 68px;
    height: 48px;
    flex-shrink: 0;
    background: transparent;
    border-right: 1px solid #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    color: #FFFFFF;
}

.select-dropdown #js-ddInput {
    display: flex;
    border-radius: 8px 0 0 0;
    gap: 8px;
    align-items: center;
    position: relative;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;

    text-transform: uppercase;
    background: transparent;
    border: none;
    text-overflow: ellipsis;
    width: 17px;
    height: 32px;
    cursor: pointer;
    user-select: none !important;
    align-items: center;
    color: #FFFFFF;
}

.select-dropdown #js-ddInput span {
    margin-top: 2px;
}

.hide {
    display: none;
}

.select-dropdown i {
    position: absolute;
    top: 6.5px;
    right: 5px;
}

.select-dropdown ul {
    display: none;
    top: 25px;
    position: absolute;
    z-index: 999;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #2F85EF;
    width: 90px;
    right: 111px;
    list-style: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    padding: 0;
    margin: 0;
}

.select-dropdown ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background: #24288B;
    border: none;
    width: 90px;
    height: 44px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.select-dropdown ul li.active {
    background: #1C1F67;
}

.select-dropdown ul li:first-child {
    border-radius: 25px 25px 0 0;
}

.select-dropdown ul li:last-child {
    border-radius: 0 0 25px 25px;
}

/*.select-dropdown ul li:hover {*/
/*    background-color: #effbff;*/
/*}*/
.select-dropdown ul li * {
    pointer-events: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
}


.side-menu {
    position: fixed;
    z-index: 25;
    margin-top: 50px;
    top: 50px;
    right: -120%;
    height: 100vh;
    background: #030404;
    border-radius: 24px 24px 0 0;
    padding-bottom: 32px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: right 0.5s ease;
}

.side-menu.open {
    right: 0;
}

.side-menu ul.side-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.disable-body {
    overflow: hidden;
}

.side-menu .side-menu__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 80dvh;
    max-width: 343px;
    margin: 0 auto;
    width: 100%;
}

.side-menu .select-dropdown {
    margin-bottom: 16px;
}

.side-menu .side-menu__wrapper .side-menu__action-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.side-menu .btn-transparent, .side-menu .enter-btn {
    max-width: 343px;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 20px;
}

.side-menu ul.side-menu__list li a {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.side-menu .select-dropdown #js-ddInput {
    font-size: 16px;
}

.side-menu .select-dropdown.white .wrapper {
    gap: 8px;
}

.side-menu .buttons-wrapper {
    flex-direction: column;
    margin-top: 32px;
    gap: 24px;
}

.side-menu .buttons-wrapper .btn {
    max-width: 340px;
    width: 100%;
}

header {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 70px;
    margin-top: 12px;
}

header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(69 55 55 / 35%);
    backdrop-filter: url(#distortion);
    -webkit-backdrop-filter: url(#distortion);
    width: 100%;
    border-radius: 17px;
    padding-inline: 18px;
}

header .header__wrapper nav ul {
    display: flex;
    gap: 40px;
    align-items: center;
    height: 70px;
    margin-bottom: 4px;
}

header .header__wrapper nav ul li a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

header .header__wrapper .header__actions {
    display: flex;
    gap: 16px;
    align-items: center;
    max-width: 218px;
    width: 100%;
    flex-shrink: 0;
}

section.main-section {
    background-size: cover;
    padding: 170px 0 240px 0 !important;
    position: relative;
    overflow: hidden;
}

section.main-section .video-wrap {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
}

section.main-section .video-wrap .mobile {
    display: none;
}

section.main-section .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.main-section .container {
    position: relative;
    z-index: 2;
}

.calculator {
    max-width: 846px;
    width: 100%;
    background: #FFFFFF1A;
    padding: 40px;
    border-radius: 20px;
    margin: 56px auto 0 auto;
}

.calculator .calculator__inputs-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}

.calculator .calculator__input-wrapper {
    display: flex;
    align-items: center;
    max-width: 371px;
    width: 100%;
}

.calculator .calculator__inputs-wrapper__item {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 53px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF80;
    background: linear-gradient(95.68deg, #B555DB 100.45%, #3000D2 104.55%);
    padding-top: 5px;
}

.calculator .calculator__inputs-wrapper__item .white-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}

.calculator .calculator__details-wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.calculator .calculator__details-wrapper .calculator__details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 367px;
    width: 100%;
}

.calculator .calculator__details-wrapper .calculator__details li {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

.calculator .calculator__details-wrapper .calculator__details li .name, .calculator .calculator__details-wrapper .calculator__details li .value {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #626569;
}

.calculator .calculator__details-wrapper .calculator__details li .value {
    color: #CB43F2;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
}

/* Track styles for WebKit browsers (Chrome, Safari, Edge) */
input[type="range"]::-webkit-slider-runnable-track {
    height: 48px;
    background: linear-gradient(to right, #B555DB 0%, #3000D2 var(--fill-percent), #383A3FCC var(--fill-percent), #383A3FCC 100%);
    user-select: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 48px;
    width: 4px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 15px;
}

/* Track styles for Firefox */
input[type="range"]::-moz-range-track {
    height: 48px;
    background: linear-gradient(to right, #B555DB 0%, #3000D2 var(--fill-percent), #383A3FCC var(--fill-percent), #383A3FCC 100%);
    border: none;
    user-select: none;
}

input[type="range"]::-moz-range-thumb {
    height: 48px;
    width: 4px;
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}

/* For the unfilled portion of the track */
input[type="range"] {
    margin: 0;
}

/* Firefox specific - to show the unfilled portion */
input[type="range"]::-moz-range-progress {
    background: linear-gradient(to right, #B555DB 0%, #3000D2 var(--fill-percent), #383A3FCC var(--fill-percent), #383A3FCC 100%);
    height: 48px;
}


section.get-loan {

}

section.get-loan ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

section.get-loan ul li {
    border: 1px solid #3c0ce0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 38px;
    max-width: 282px;
    width: 100%;
    min-height: 358px;
    border-radius: 20px;
}

section.get-loan ul li .title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

section.lk-section {
    background: url("../images/lk-gradient-bg.png") right center no-repeat;
    background-size: 750px;
    background-position-y: -280px;
}


section.lk-section .lk-section__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.lk-section h2 {
    text-align: left;
}

section.lk-section .lk-section__wrapper .text-content {
    max-width: 600px;
    width: 100%;
}

section.lk-section .lk-section__wrapper .text-content .text {
    margin-bottom: 64px;
}

section.referral h2 {
    margin-bottom: 64px;
}

section.referral ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

section.referral ul li {
    background: #FFFFFF1A;
    padding: 48px 40px;
    padding-bottom: 0;
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
}

section.referral ul li .title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

section.socials {

}

section.socials .socials__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

section.socials .socials__wrapper .content-wrapper h2 {
    text-align: left;
}

section.socials .socials__wrapper .content-wrapper {
    max-width: 495px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.socials .socials__wrapper .content-wrapper .text {
    margin-bottom: 40px;
}

section.socials .socials__wrapper .content-wrapper .socials-link {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 15px;
}

section.feedback ul {
    display: flex;
    gap: 24px;
    cursor: grabbing;
}

section.feedback ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    max-width: 289px;
    min-height: 332px;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
}

section.feedback ul li .text {
    font-size: 18px;
}

section.feedback ul li .profile-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.feedback ul li .profile-wrapper .name {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}

.h2-mb {
    margin-bottom: 64px !important;
}

.dots-pagination-btns {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dots-pagination-btns .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0.5px solid #8E8595;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

.dots-pagination-btns .dot.active {
    background: #CB43F2;
    border: none;
}

/* Dots pagination: responsive disable under 768px */
/* Mobile horizontal scroll mode */
.dots-pagination-list.dp-mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 24px; /* keep same spacing as desktop */
}

.dots-pagination-list.dp-mobile-scroll > * {
    flex: 0 0 auto; /* do not shrink, keep intrinsic width */
    width: auto !important; /* override width:100% from list items */
    scroll-snap-align: start;
}

/* Hide scrollbar (WebKit/Blink) */
.dots-pagination-list.dp-mobile-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar (Firefox) */
.dots-pagination-list.dp-mobile-scroll {
    scrollbar-width: none; /* Firefox */
}

/* Hide dots buttons area on mobile mode */
.dp-mobile-active .dots-pagination-btns {
    display: none !important;
}


/* Desktop carousel mode (smooth drag) */
.dots-pagination-list.dp-desktop-carousel {
    overflow: hidden; /* hide overflow while sliding */
    width: var(--dp-page-width); /* clamp viewport to one page (perPage items) */
    margin-inline: auto; /* center within container */
}

.dots-pagination-list.dp-desktop-carousel .dp-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px; /* match desktop gap */
    will-change: transform;
    transform: translateX(0);
}

.dots-pagination-list.dp-desktop-carousel .dp-track.with-transition {
    transition: transform 380ms cubic-bezier(.22, .61, .36, 1); /* a bit slower ease-out */
}

.dots-pagination-list.dp-desktop-carousel.dragging,
.dots-pagination-list.dp-desktop-carousel.dragging * {
    cursor: grabbing !important;
    user-select: none !important;
}

.dots-pagination-list.dp-desktop-carousel .dp-track > * {
    flex: 0 0 auto; /* do not stretch */
    width: auto !important; /* keep intrinsic card width */
}


/* Breadcrumbs */
.breadcrumbs__container {
    display: flex;
    column-gap: 4px;
    margin-top: 16px;
    margin-bottom: 80px;
}

.breadcrumbs__link {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8595;
    transition: color .1s linear;
}

.breadcrumbs__link:hover {
    color: #FFFFFF;
}


.breadcrumbs__separator {
    display: flex;
    align-items: center;
}

.breadcrumbs__current {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

/* Hero banner */

.breadcrumbs-section {
    padding: 100px 0 64px 0 !important;
}

.hero-banner {
    padding: 0;
}

.hero-banner__container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;

}


.hero-banner__content-container {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.hero-banner__title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.hero-banner__title--bold {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    color: #CB43F2;
}

.hero-banner__subtitle {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #CB43F2;
    margin-bottom: 24px;
}

.hero-banner__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8595;
    margin-bottom: 24px;

}

.hero-banner__link-container {
    display: flex;
    justify-content: center;
}

.hero-banner__link {
    width: 100%;
}


.hero-banner__image-container {
    display: block;
    width: 100%;
}

.hero-banner__image {
    position: relative;
    width: 100%;
    margin-top: -205px;
    z-index: -1;
}

.hero-banner__image--desktop {
    display: none;
}

.hero-banner__image--mobile {
    display: block;
}

/* List section */

.features {
}

.features__container {
}


.features__list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;

    background: #FFFFFF0D;
    border-radius: 20px;
    padding: 24px;
    overflow: hidden;
}


.features__item-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    overflow: visible;
}

.features__item-text {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.features__item-text--bold {
    color: #CB43F2;
}

/* action banner */

.action-banner {
    overflow: hidden;
    padding-top: 48px;
}


.action-banner__content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
}

.action-banner__title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;

}

.action-banner__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.action-banner__highlight {
    color: #CB43F2;
}

.action-banner__link-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

.action-banner__link {
    width: 100%;
}

.action-banner__image-container {
    display: block;
    width: 100%;
}

.action-banner__image {
    margin-top: -40px;
    display: block;
    width: 100%;
    transform: scale(1.7);
    transform-origin: center top;
}

/* text info section */

.text-info {
    margin: 48px 0 9px;
}

.text-info__container {
    display: flex;
    flex-direction: column;
}


.text-info__title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.text-info__description {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
}

footer {
    background: url("../images/footer-gradient-bg.png") bottom left/cover no-repeat;
    padding: 64px 0 16px 0;
    overflow: hidden;
}

footer .footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

footer .l-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

footer .footer-title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 6px;
}

footer .tel-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

footer .footer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #CB43F2;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .footer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    max-width: 207px;
}

footer .work-time {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #8E8595;
}

footer .socials-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
}

footer nav {
    margin-top: 32px;
}

footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

footer nav ul li {
    max-width: 295px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

footer nav ul li a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .all-rights {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #8E8595;
    margin-top: 32px;
}

/* faq section */

.faq-page .breadcrumbs {
    padding: 12px 0;
}

.faq-page .faq {
    position: relative;
    padding: 40px 0 0;
    overflow-x: clip;
}

.faq__bg-element-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.faq__bg-element {
    display: block;
    position: absolute;

    width: 966px;
    height: 717px;
    opacity: 1;
    top: -36.62px;
    left: 100%;

    transform: translateX(-50%) rotate(-5.98deg);
    z-index: -1;
    pointer-events: none;

    background: linear-gradient(85.71deg, #3000D2 -3.77%, #B555DB 84.65%);
    filter: blur(340px);

}

.faq__top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto 40px;
}

.faq__title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.faq__description {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #8E8595;
}

.faq__content-container {
    display: flex;
    flex-direction: column;
    row-gap: 24px;

}

.faq__toggle-tabs-list {
    display: flex;
    column-gap: 16px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;

}

.faq__toggle-tabs-item {
}

.active {
}

.faq__toggle-tabs-button {
}

.faq__toggle-tabs-button {
    position: relative;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    padding: 24px;
    background-color: #FFFFFF0D;
    text-wrap-mode: nowrap;
    cursor: pointer;
    overflow: hidden;
    border: none;
}

.faq__toggle-tabs-button::after {
    content: "";
    position: absolute;
    height: 500px;
    border-radius: 100%;
    width: 80px;
    z-index: -2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq__toggle-tabs-button--violet::after {
    background: linear-gradient(95.68deg, #B555DB -6.45%, #3000D2 104.55%);
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%) rotate(42deg);
    filter: blur(31px);
}

.faq__toggle-tabs-button--green::after {
    background: linear-gradient(98deg, #718DF3 -17.42%, #027662 58.62%);
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-46deg);
    filter: blur(20px);
}

.faq__toggle-tabs-button--blue::after {
    background: linear-gradient(95.68deg, #55ACDB -6.45%, #3000D2 104.55%);
    left: 42%;
    bottom: 40%;
    transform: translateY(70%) rotate(-61deg);
    filter: blur(30px);
}

.faq__toggle-tabs-item.active .faq__toggle-tabs-button::after {
    opacity: 1;
}

.faq__questions-list {
    display: none;
    flex-direction: column;
    border-radius: 16px;
}

.faq__questions-list.active {
    display: flex;
}

.faq__questions-button {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 16px;
    align-items: center;
    padding: 24px;
    margin-bottom: 1px;
    background-color: #ffffff0d;
    border: none;
    cursor: pointer;
}

.faq__questions-button::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background: linear-gradient(95.68deg, #B555DB -6.45%, #3000D2 104.55%);
}

.faq__questions-item:first-of-type .faq__questions-button {
    border-radius: 16px 16px 0 0;
}

.faq__questions-item:last-of-type .faq__questions-button {
    border-radius: 0 0 16px 16px;
}

.faq__questions-item:last-of-type .faq__questions-button::after {
    display: none;
}

.faq__questions-item.active:last-of-type .faq__questions-button {
    border-radius: 0 0 0 0;
}

.faq__questions-item.active:last-of-type .faq__questions-button::after {
    display: block;
}

.faq__questions-item.active .faq__questions-button .faq__questions-button--arrow {
    transform: rotate(-180deg);
}

.faq__questions-item.active .faq__questions-button .faq__questions-button--arrow path {
    stroke: #CB43F2;
}


.faq__questions-button-text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #8E8595;

}

.faq__questions-button--arrow {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.faq__answer-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq__answer-container p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #8E8595;
}

.faq__answer-container-inner {
    padding: 24px;
}

section.card-open-section .container > img {
    width: 100%;
    margin: 40px 0 30px 0;
}

section.card-open-section h2 {
    text-align: left;
}

section.card-open-section .promotion-card-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

section.card-open-section .text {
    font-size: 16px;
    line-height: 1.4;
}

section.card-open-section .promotion-card-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #FFFFFF;
}

section.card-open-section .promotion-card-info h1 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 12px;
    text-align: left;
}

section.card-open-section .promotion-card-info h2 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: left;
}

section.card-open-section .promotion-card-info h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 8px;
    text-align: left;
}

section.card-open-section .promotion-card-info p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
}

section.card-open-section .promotion-card-info ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 16px;
}

section.card-open-section .promotion-card-info ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 16px;
}

section.card-open-section .promotion-card-info li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.card-open-details {
    display: flex;
    align-items: center;
    gap: 16px;
}

body.card-open-page .date {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #8E8595;
}


.card-status {
    height: 38px;
    width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;

}

.card-status.white {
    background: #FFFFFF;
    color: #3000D2;
}

.card-status.red {
    background: #EA3E3E;
    color: #FFFFFF;
}

.card-status.grey {
    background: #FFFFFF4D;
    color: #909090;
}

section.another-cards {
    padding-bottom: 100px;
}

section.another-cards h2 {
    text-align: left;
}

section.another-cards ul {
    display: flex;
    gap: 30px;
}

section.another-cards ul li {
    max-width: 390px;
    width: 100%;
    border-radius: 20px;
}

section.another-cards ul li img {
    width: 100%;
}

section.another-cards ul li .title {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

section.another-cards ul li .status-wrapper {
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

section.another-cards ul li .card-list-item-content {
    padding: 24px;
}

.promotions-page .breadcrumbs {
    padding: 12px 0;
}

/* pagination-grid section */

.pagination-grid {
    padding: 32px 0;
}

.pagination-grid__title {
    font-family: SF Pro Display, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.pagination-grid__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.pagination-grid__item {
    border-radius: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
}

.pagination-grid__image-container {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;

}

.pagination-grid__image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.pagination-grid__item-content-container {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 24px;
    flex-grow: 1;
    justify-content: space-between;
}

.pagination-grid__item-title-container {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.pagination-grid__item-title {
    font-family: SF Pro Display, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.pagination-grid__item-date {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #8E8595;
}

.pagination-grid__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-grid__tag {
    display: flex;
    text-wrap-mode: nowrap;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 12px;

    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;

}

.pagination-grid__tag--regular {
    background-color: #FFFFFF;

}

.pagination-grid__tag--regular .pagination-grid__tag-text {
    background: linear-gradient(95.68deg, #B555DB -6.45%, #3000D2 104.55%);
    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}

.pagination-grid__tag--alert {
    background: linear-gradient(0deg, #EA3E3E, #EA3E3E),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.pagination-grid__tag--alert .pagination-grid__tag-text {
    color: #FFFFFF;
}

.pagination-grid__tag--over {
    background: #ffffff4d;

}

.pagination-grid__tag--over .pagination-grid__tag-text {
    color: #909090;
}

.pagination-grid__pagination-container {
    display: flex;
    column-gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    padding: 0 16px;
}

.pagination-grid__pagination-button-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.pagination-grid__pagination-button-arrow path {
    stroke: #FFFFFF;
}

.pagination-grid__pagination-button-arrow:disabled path {
    stroke: #626569;
}

.pagination-grid__pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 4px;
}

.pagination-grid__pagination-btn {
    font-family: SF Pro Display, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    transition: color 0.1s ease;
    padding: 0;

    cursor: pointer;
}


.pagination-grid__pagination-btn.active,
.pagination-grid__pagination-btn:hover {
    color: #CB43F2;
}

.pagination-grid__pagination-btn--dots {
    cursor: default;
    pointer-events: none;
}

.pagination-grid__pagination-button-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.loading-state {
    pointer-events: none;
}
.pagination-grid__dots-pagination-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-grid__page-btn {
    background: transparent;
    border: none;
    color: #8E8595;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    transition: color 0.3s;
}

.pagination-grid__page-btn.active {
    color: #B52D92;
    font-weight: bold;
}

.pagination-grid__dots {
    color: #8E8595;
    padding: 0 5px;
}