*,
*:before,
*:after {
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
@font-face {
  font-family: 'Neue Montreal Bold';
  src: url('./font/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal Medium';
  src: url('./font/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal Regular';
  src: url('./font/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
    margin: 0px; /*adds 0 space on all sides*/
}
html {
    scroll-behavior: smooth; /*adds smooth scrolling when using navigation instead if instant teleport :)*/
                            /* u can assign this ti personal element if choose ?? w3cschool :)*/
}

:root {
    --color-brand-primary: #4C53F8;
    --color-brand-secondary: #00FFA3;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #B3B9BD;
    --color-text-disable: #434959;
    --color-text-tertiary: #0000004d;
    --color-text-stroke: #FFFFFF26;
}

/* BODY */
body {
    margin: 0;
    /* overflow: hidden; */
    /* font-family: 'Neue Montreal Medium', sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

#security, #features, #works {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
#faq {
    overflow: hidden;
}

/* HEADER */
.header-outer-container {
    position: sticky;
    top: 0;
    z-index: 9999;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.header-container {
    padding: 16px 150px;
    gap: 10px;
}
.sticky-container {
    max-width: 1140px;
    width: 100%;
    height: 64px;
    border-radius: 12px;
    padding: 8px 8px 8px 12px;
    /* background blur saturate(180%)*/
    backdrop-filter: blur(6px);
    background-color: hsla(0, 0%, 0%, 0.856);
}

.header-logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-logo {
    height: 42px;
}

.header-logo img {
    height: 100%;
}
.header-buttons-container {
    display: flex; 
    flex-direction: row;
    align-items: center;
    background-color: var(--color-text-white-50);
    border-radius: 12px;
    border: 1px dashed var(--color-text-white-50);
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 36px;
}
.link-container {
    display: flex; 
    flex-direction: row;
    align-items: center;

}
.link {
    margin-right: 16px;
    margin-bottom: 0px;
    cursor: pointer;
}

.hamburger-icon {
    display: none;
    font-size: 24px;
    color: var(--Text-Color-text-primary-white);
    cursor: pointer;
}

.close-icon {
    display: none;
    font-size: 24px;
    color: var(--Text-Color-text-primary-white);
    cursor: pointer;
}

.header-mobile-menu {
    display: none;
    flex-direction: column;
    align-self: start;
    margin-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    backdrop-filter: blur(6px);
    background-color: hsla(0, 0%, 0%, 0.856);
}

.header-mobile-menu.show {
    display: flex!important;
}

.header-mobile-menu .close-icon {
    display: block;
}

.header-mobile-menu a {
    padding: 8px 0;
}

.closeMenu {
    transition: opacity 0.2s ease;
}

.closeMenu:hover {
    opacity: 0.8;
}

.header-buttons-container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* MAIN */
.main-container {
    position: relative;
    /* max-height: 100vh; */
    /* height: 100vh; */
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    margin-top: -67px;
    padding-top: 100px;
    /* overflow: hidden; */

}
.main-outer-text-container {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 36px;
}
.main-text-container {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 12px;
}
.main-buttons {
    justify-content: center;
    flex-direction: row;
    gap:8px;
}

.main-order-1 {
    order: 1;
}

.main-order-2 {
    order: 2;
}

.main-order-3 {
    order: 3;
}

.wallet-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}

.backend-blur {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.service-container-1 {
    position: relative;
    max-width: 1440px; 
    gap: 64px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    overflow: hidden;
    height: 592px;
}
.container-1 {
    max-width: 800;
    width: 100%;
    gap: 36px;
    opacity: 1;
    display: flex; 
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 0 auto;
}
.like-button {
    position: relative;
    width: fit-content;
    height: 48;
    gap: 10px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid;
    border-image-source: linear-gradient(100.85deg, rgba(255, 255, 255, 0.3) 5.11%, rgba(255, 255, 255, 0.15) 97.45%);
    background: #000000BA;
    backdrop-filter: blur(4px);
    overflow: hidden;
}
.like-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.container-2 {
    position: relative;
    gap: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-height: 316px;
    height: 100%;
    bottom: 100px;
}

.wallet-small-image {
    /* width: 100%;
    max-width: 300px;
    height: auto; */
    max-height: 316px;
    height: 100%;
    object-fit: contain;
}

#main-section {
    overflow: hidden;
}
#auto-rotate  {
    z-index: 5;
    /* overflow: hidden; */
}

/* Auto-rotate carousel */
#auto-rotate .service-container-1 {
    position: relative;
    min-height: 316px;
}

#auto-rotate .container-1 {
    position: relative;
    z-index: 10;
}

#auto-rotate .container-2 {
    position: absolute;
    width: calc(100% - 300px);
    left: 150px;
    top: auto;
}

#auto-rotate #element-1 {
    animation: rotateCarousel1 21s ease-in-out infinite;
}

#auto-rotate #element-2 {
    animation: rotateCarousel2 21s ease-in-out infinite;
}

#auto-rotate #element-3 {
    animation: rotateCarousel3 21s ease-in-out infinite;
}

@keyframes rotateCarousel1 {
    0% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    23.8% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    33.3% {
        transform: translateY(-400px);
        opacity: 0;
        z-index: 1;
    }
    85.7% {
        transform: translateY(400px);
        opacity: 0;
        z-index: 1;
    }
    95.2% {
        transform: translateY(0);
        opacity: 1;
        z-index: 2;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
}

@keyframes rotateCarousel2 {
    0% {
        transform: translateY(400px);
        opacity: 0;
        z-index: 1;
    }
    23.8% {
        transform: translateY(400px);
        opacity: 0;
        z-index: 1;
    }
    33.3% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    57.1% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    66.7% {
        transform: translateY(-400px);
        opacity: 0;
        z-index: 1;
    }
    100% {
        transform: translateY(-400px);
        opacity: 0;
        z-index: 1;
    }
}

@keyframes rotateCarousel3 {
    0% {
        transform: translateY(400px);
        opacity: 0;
        z-index: 1;
    }
    57.1% {
        transform: translateY(400px);
        opacity: 0;
        z-index: 1;
    }
    66.7% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    90.5% {
        transform: translateY(0);
        opacity: 1;
        z-index: 3;
    }
    100% {
        transform: translateY(-400px);
        opacity: 0;
        z-index: 1;
    }
}

/* Horizontal carousel animations for mobile */
@keyframes rotateCarouselHorizontal1 {
    0% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    23.8% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    28% {
        transform: translateX(-200px);
        opacity: 0.5;
        z-index: 2;
    }
    31% {
        transform: translateX(-350px);
        opacity: 0.1;
        z-index: 1;
    }
    33.3% {
        transform: translateX(-400px);
        opacity: 0;
        z-index: 1;
    }
    85.7% {
        transform: translateX(400px);
        opacity: 0;
        z-index: 1;
    }
    90% {
        transform: translateX(200px);
        opacity: 0.1;
        z-index: 1;
    }
    93% {
        transform: translateX(50px);
        opacity: 0.5;
        z-index: 2;
    }
    95.2% {
        transform: translateX(0);
        opacity: 1;
        z-index: 2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
}

@keyframes rotateCarouselHorizontal2 {
    0% {
        transform: translateX(400px);
        opacity: 0;
        z-index: 1;
    }
    23.8% {
        transform: translateX(400px);
        opacity: 0;
        z-index: 1;
    }
    28% {
        transform: translateX(200px);
        opacity: 0.1;
        z-index: 1;
    }
    31% {
        transform: translateX(50px);
        opacity: 0.5;
        z-index: 2;
    }
    33.3% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    57.1% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    61% {
        transform: translateX(-200px);
        opacity: 0.5;
        z-index: 2;
    }
    64% {
        transform: translateX(-350px);
        opacity: 0.1;
        z-index: 1;
    }
    66.7% {
        transform: translateX(-400px);
        opacity: 0;
        z-index: 1;
    }
    100% {
        transform: translateX(-400px);
        opacity: 0;
        z-index: 1;
    }
}

@keyframes rotateCarouselHorizontal3 {
    0% {
        transform: translateX(400px);
        opacity: 0;
        z-index: 1;
    }
    57.1% {
        transform: translateX(400px);
        opacity: 0;
        z-index: 1;
    }
    61% {
        transform: translateX(200px);
        opacity: 0.1;
        z-index: 1;
    }
    64% {
        transform: translateX(50px);
        opacity: 0.5;
        z-index: 2;
    }
    66.7% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    90.5% {
        transform: translateX(0);
        opacity: 1;
        z-index: 3;
    }
    94% {
        transform: translateX(-200px);
        opacity: 0.5;
        z-index: 2;
    }
    97% {
        transform: translateX(-350px);
        opacity: 0.1;
        z-index: 1;
    }
    100% {
        transform: translateX(-400px);
        opacity: 0;
        z-index: 1;
    }
}

.con-2-1 {
    display: flex; 
    flex-direction: column;
    max-height: 316px;
    height: 100%;
}
.ele-2-1 {
    position: absolute;
    width: 2;
    height: 80;
    opacity: 1;
    border-radius: 4px;
    background: #4C53F8;
}
.ele-2-12 {
    position: absolute;
    width: 2;
    top: 80px;
    height: 160;
    opacity: 1;
    border-radius: 4px;
    background: #4C53F8;
}
.ele-2-13 {
    position: absolute;
    width: 2;
    height: 80;
    bottom: 0;
    opacity: 1;
    border-radius: 4px;
    background: #4C53F8;
}
.ele-2-2 {
    width: 2;
    height: 100%;
    opacity: 1;
    border-radius: 4px;
    background: #FFFFFF26;
}
.con-2-2 {
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap: 64px;
    flex: auto;
}
.everything-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    overflow: hidden;
}

#everything .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.everything-link-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-top {
    gap: 12px;
    opacity: 1;
    padding-right: 32px;
    padding-bottom: 32px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right: 1px solid #FFFFFF26;
    border-bottom: 1px solid #FFFFFF26;
}
.left-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    opacity: 1;
    padding-top: 32px;
    padding-right: 32px;
    border-right-width: 1px;
    border-right: 1px solid #FFFFFF26
}
.middle-top {
    gap: 42px;
    opacity: 1;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #FFFFFF26
}
.middle-bottom {
    gap: 24px;
    opacity: 1;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: start;
}
.right-top {
    justify-content: space-between;
    opacity: 1;
    padding-bottom: 32px;
    padding-left: 32px;
    border-width: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #FFFFFF26;
}
.right-bottom {
    gap: 42px;
    opacity: 1;
    padding-top: 32px;
    padding-left: 32px;
    border-left-width: 1px;
    border-left: 1px solid #FFFFFF26;
}

.right-bottom .img-container,
.left-bottom .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

/* IMAGES */
.footer-spend-gray {
    position: absolute;
    top: 24px;
    right: 24px;
}
.light-left {
    position: absolute;
    width: 1066.981807989054px;
    height: 189.0700372155013px;
    border-radius: 50%;
    rotate: -61.35deg;
    opacity: 0.7;
    top: 250px;
    right: -10%;
    background: radial-gradient(ellipse, rgba(147, 125, 255, 0.8) 0%, rgba(147, 125, 255, 0.4) 30%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}
.light-m-left {
    position: absolute;
    width: 1511.9999819926975px;
    height: 240.99999712978843px;
    border-radius: 50%;
    rotate: -57.43deg;
    opacity: 0.7;
    top: 250px;
    right: -15%;
    background: radial-gradient(ellipse, rgba(147, 125, 255, 0.8) 0%, rgba(147, 125, 255, 0.4) 30%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}
.light-m-right {
    position: absolute;
    width: 1511.999972788413px;
    height: 240.9999956627034px;
    border-radius: 50%;
    rotate: -121.69deg;
    opacity: 0.7;
    top: 250px;
    left: -15%;
    background: radial-gradient(ellipse, rgba(0, 255, 163, 0.6) 0%, rgba(0, 255, 163, 0.3) 30%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}
.light-right {
    position: absolute;
    width: 1066.9817932628216px;
    height: 192.50790075810193px;
    border-radius: 50%;
    rotate: -115deg;
    opacity: 0.7;
    top: 250px;
    left: -10%;
    background: radial-gradient(ellipse, rgba(0, 255, 163, 0.6) 0%, rgba(0, 255, 163, 0.3) 30%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}

.technology-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    overflow: hidden;
}

.technology-container-1 {
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 42px;
    max-width: 1140px;
    width: 100%;
}
.technology-container-2 {
    display: flex;
    flex-direction: row;
    gap: 36px;
    /* max-width: 1140px; */
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.technology-left {
    gap: 64px;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.tec-top {
    gap: 48px;
    display: flex;
    flex-direction: column;
}
.technology-right {
    gap: 24px;
    display: flex;
    flex-direction: row;
    max-width: 664px;
    width: 100%;
    flex-wrap: wrap;
    /* align-items: center; */
}
.tech-card {
    position: relative;
    height: fit-content;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 24px;
    gap: 24px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(20px);
}

.tech-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.tech-rainbow {
    position: absolute;
    bottom: 80px;
}
.security-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* overflow: hidden; */
}

.security-container-1 {
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 42px;
    max-width: 1140px;
    width: 100%;
}
.sec-card {
    position: relative;
    height: fit-content;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(20px);
    overflow: hidden;
    max-height: 318px;
}

.sec-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.sec-card img {
    width: 100%;
    height: 180px;
}
.tech-rainbow-big {
    position: absolute;
    top: 250;
}
.revolutionize-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* overflow: hidden; */
}
.rev-con {
    flex-direction: row;
}

.revolutionize-container-1 {
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 42px;
    max-width: 1140px;
    width: 100%;
}

.faq-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 0px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* overflow: hidden; */
}

.faq-container-1 {
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 42px;
    max-width: 1140px;
    width: 100%;
}

.faq-container-2 {
    display: flex;
    flex-direction: row;
    gap: 64px;
    /* max-width: 1140px; */
    width: 100%;
    justify-content: space-between;
}

.faq-left {
    position: relative;
    gap: 24px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    align-items: left;
    max-width: 440px;
    width: 100%;
    padding: 24px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(20px);
}

.faq-left::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.faq-right {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.faq-question {
    display: flex;
    flex-direction: column;
    opacity: 1;
    gap: 16px;
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(76, 83, 248, 0) 0%, #4C53F8 34.13%, #8F93FF 50.96%, rgba(76, 83, 248, 0) 100%);
    border-image-slice: 1;
}
.faq-quest-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    cursor: pointer;
}

/* FAQ accordion states */
.faq-question .body3-text {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question.active .body3-text {
    display: block;
    opacity: 1;
    max-height: 500px;
    margin-top: 16px;
}

.faq-quest-1 img[src*="close.svg"] {
    display: none;
}

.faq-question.active .faq-quest-1 img[src*="plus.svg"] {
    display: none;
}

.faq-question.active .faq-quest-1 img[src*="close.svg"] {
    display: block;
}
.footer-container {
    position: relative;
    max-width: 1440px;
    gap: 42px;
    opacity: 1;
    padding-top: 64px;
    padding-right: 150px;
    padding-bottom: 100px;
    padding-left: 150px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* overflow: hidden; */
}
.footer-inside-container {
    display: flex;
    max-width: 1140px;
    gap: 24px;
    width: 100%;
    flex-direction: column;
}

.footer-top {
    position: relative;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    align-items: left;
    width: 100%;
    padding: 24px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(20px);
}

.footer-top::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.footer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;
    border-radius: 20px;
    padding: 24px;
    background: #0000004D;
    gap: 36px;
    backdrop-filter: blur(20px);
    height: 100%;
}
.footer-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.footer-card-links {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer-inside-container .row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.footer-inside-container .row>* {
    padding: 0px;
}

/* Wrapper for light container */
.faq-container > div[style*="overflow: hidden"] {
    position: relative;
    width: 100%;
    height: 300px;
}
.light-container-1 {
    max-width: 1440px;
    width: 100%;
    height: 10px;
    margin: auto;
}
.light-container {
    position: absolute;
    bottom: 500px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: 1440px; */
    display: flex;
    flex-direction: row;
    pointer-events: none;
    z-index: 1;
}
.footer-logo-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* MODAL EMAIL */
.email-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;

}
.email-container {
    display: flex;
    position: relative;
    flex-direction: row;
    margin: auto;
    border-radius: 20px;
    gap: 42px;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(20px)
}
.email-container button .btn-primary-dark {
        width: 100%;
    }
.email-contactus-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    opacity: 1;
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 42px;
    width: 380px;
}
.email-input-container {
    gap: 24px;
    opacity: 1;
    display: flex; 
    flex-direction: column;
}
.thank-you-container {
    position: relative;
    max-width: 1440px;
    gap: 36px;
    opacity: 1;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.send-container-1 {
    display: flex; 
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 42px;
    max-width: 1140px;
    width: 100%;
}

  /* Button lights container */
  .button-lights {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }

  .light-ellipse {
    position: absolute;
    border-radius: 50%;
  }

  .light-1 {
    width: 60px;
    height: 6px;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(123, 97, 255, 0.3);
    box-shadow: 0 0 27.4px 20px rgba(123, 97, 255, 0.8);
  }

  .light-2 {
    width: 70px;
    height: 8px;
    left: 39%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(76, 83, 248, 0.3);
    box-shadow: 0 0 27.4px 20px rgba(76, 83, 248, 0.8);
  }

  .light-3 {
    width: 70px;
    height: 0px;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 255, 163, 0.3);
    box-shadow: 0 0 27.4px 20px rgba(0, 255, 163, 0.8);
  }


/* UTILS */

.w-100 {
    width: 100%;
}
.height-72 {
    height: 72px;
}
.remove-a {
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.footer-link {
    text-decoration: none;
}
/* .footer-link:hover {
    color: var(--color-brand-primary);
} */

.footer-link:hover p {
    color: var(--color-brand-primary);
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-64 {
    margin-top: 64px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.margin-top-135 {
    margin-top: 135px;
}
.margin-top-190 {
    margin-top: 190px;
}
.icon-size-24 {
    font-size: 24px;
}
.overlay-visible {
    overflow: visible;
}
.padding-bottom-200 {
    padding-bottom: 200px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.height-50 {
    height: 28%;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.text-width-80 {
    width: 80%;
}
.height-300 {
    height: 300px!important;
}

/* BUTTONS */
.btn-secondary-dark {
    position: relative;
    height: 48;
    width: fit-content;
    gap: 10px;
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid;
    border-image-source: linear-gradient(100.85deg, rgba(255, 255, 255, 0.3) 5.11%, rgba(255, 255, 255, 0.15) 97.45%);
    background: #000000BA;
    backdrop-filter: blur(4px)
}
.btn-secondary-dark:hover {
    height: 48;
    gap: 10px;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 1px solid;
    background: var(--color-brand-primary);
}
.btn-secondary-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.btn-secondary-dark::before:hover {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(100.85deg, rgba(255, 255, 255, 0.3) 5.11%, rgba(255, 255, 255, 0.15) 97.45%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.btn-primary-dark {
    position: relative;
    width: fit-content;
    height: 48;
    gap: 10px;
    opacity: 1;
    left: 0.06px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    /* backdrop-filter: blur(4px);
    box-shadow: 0 0 60px 20px rgba(76, 83, 248, 0.5),
                0 0 80px 40px rgba(0, 255, 163, 0.3); */
    /* border: 1px solid; */
    /* border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.24) 100%); */
    /* backdrop-filter: blur(4px) */

}
.btn-primary-dark:hover {
    height: 48;
    gap: 10px;
    opacity: 1;
    left: 0.06px;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: var(--color-brand-primary);
}
.btn-primary-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.24) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.input-secondary {
    max-width: 380px;
    width: 100%;
    height: 48px;
    padding: 14px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.09) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    font-family: 'Neue Montreal Regular', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-secondary::placeholder {
    color: #B3B9BD;
    opacity: 1;
}

.input-secondary:focus {
    border: 1px solid #4C53F8;
    outline: none;
}

.input-secondary:disabled {
    border: 1px solid #434959;
    opacity: 0.6;
    cursor: not-allowed;
    color: #434959;
}



/* FONTS */

h1 {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 96px;
    line-height: 112px;
    letter-spacing: 0%;
    text-align: center;

}
h2 {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

h3 {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

p.sfPro {
    font-family: 'Neue Montreal Bold', sans-serif;
    font-weight: 700;
    font-size: 59.4px;
    line-height: 69.3px;
    letter-spacing: -2%;
    margin-bottom: 0px;
}

p.body1-text {
    font-family: 'Neue Montreal Regular', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0px;
}
p.body2-text {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0px;
}
p.body3-text {
    font-family: 'Neue Montreal Regular', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0px;
}


p.body4-text {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    text-align: center;

}

.button-text {
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 0px;
}

p.body-text {
    font-family: 'Neue Montreal Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 0px;
}

/* COLORS */
.color-white {
    color: var(--color-text-primary);
}
.color-secondary {
    color: var(--color-text-secondary);
}
.color-rainbow {
    background: linear-gradient(90deg, #00FFA3 0%, #7B61FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}




/* cookies, privacy, etc..*/

li.lispace {
    margin-bottom: 5px;
}

/* MEDIA QUERIES */

/* Up to 1399.98px (Extra large) */
@media (max-width: 1399.98px) {
    /* Your styles for mid-size desktops */
    /* .gridImage-header {
        height: 70%;
    }
    .gridText-text-container {
        width: 50%;
    } */
}

/* Up to 1199.98px (Large) */
@media (max-width: 1199.98px) {
    .header-container {
        padding: 16px 100px;
    }
    .wallet-image {
        max-width: 500px;
    }
    .container-2 {
        max-height: 250px;
    }
    .faq-container-2 {
        flex-direction: column;
    }

    .faq-right {
        order: 1;
    }

    .faq-left {
        order: 2;
    }
    .f-1 {
        padding-bottom: 24px!important;
    }
    .f-2 {
        padding-right: 0px!important;
        padding-bottom: 24px!important;
    }
    .f-3 {
        padding-right: 24px!important;
        padding-left: 0px!important;
    }
}

@media (max-width: 1199.98px) {
    .main-container {
        overflow: hidden;
    }
}

/* Up to 991.98px (Medium) */
@media (max-width: 991.98px) {
    /* Your styles for tablets */
    .header-container {
        padding: 16px 0px;
    }
    .hamburger-icon {
        display: flex;
    }
    .link-container {
        display: none;
    }
    .header-buttons-container {
        display: none;
    }
    .header-buttons-container1 a.remove-a {
        display: none;
    }
    .main-outer-text-container {
        order: 1;
        padding: 20px;
    }
    .wallet-image {
        max-width: 450px;
    }
    .container-2 {
        max-height: 200px;
    }
    .everything-container {
        padding: 0 50px 50px 50px;
    }

    .left-bottom .img-container {
        order: -1;
    }
    .middle-bottom {
        flex-direction: column;
    }
    .left-top {
        border-right: none;
        padding-right: 0;
    }
    .left-bottom {
        border-right: none;
        border-bottom: 1px solid #FFFFFF26;
        padding-bottom: 32px;
        padding-right: 0;
    }
    .middle-bottom {
        border-bottom: 1px solid #FFFFFF26;
        padding-bottom: 32px;
        padding-right: 0;
        padding-left: 0;
    }
    .middle-top {
        padding-right: 0;
        padding-left: 0;
    }
    .right-top {
        border-left: none;
        padding-left: 0;
    }
    .right-bottom {
        border-left: none;
        border-bottom: 1px solid #FFFFFF26;
        padding-bottom: 32px;
        padding-left: 0;
    }
    .technology-container {
        padding: 0 50px 50px 50px;
    }
    .technology-container.margin-top-100 {
        margin-top: 0;
    }
    .technology-container-2 {
        flex-direction: column;
    }
    .technology-right {
        order: 1;
    }
    .technology-left {
        order: 2;
        align-items: start;
    }
    .security-container {
        padding: 0 50px 50px 50px;
    }
    .revolutionize-container {
        padding: 0 50px 50px 50px;
    }
    .faq-container {
        padding: 0 50px 50px 50px;
    }
    .footer-container {
        padding: 0 50px 50px 50px;
    }
    .service-container-1 {
        padding: 0 50px 50px 50px;
    }
    .f-1 {
        padding-right: 0px!important;
        padding-left: 0px!important;
        padding-bottom: 24px!important;
    }
    .f-2 {
        padding-right: 0px!important;
        padding-left: 0px!important;
        padding-bottom: 24px!important;
    }
    .f-3 {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .email-container {
        flex-direction: column;
        gap: 0;
        padding: 10px;
    }
    .email-contactus-container {
        padding-right: 0px;
        max-width: 380px;
        width: 100%;
    }
    .email-container > img {
        max-width: 380px;
        width: 100%;
    }
    
}

/* Up to 767.98px (Small) */
@media (max-width: 767.98px) {
    /* Your styles for phones */

    .main-container.margin-top-100 {
        margin-top: 0px;
    }
    .main-container {
        flex-direction: column;
    }

    /* Reorder main-outer-text-container children on mobile */
    .main-order-1 {
        order: 2;
    }
    .main-order-2 {
        order: 3;
    }
    .main-order-3 {
        order: 1;
    }
    .wallet-image {
        max-width: 100%;
        padding: 0 20px;
    }
    .container-2 {
        max-height: 180px;
    }
    .left-bottom .img-container {
        order: -1;
    }
    .footer-newsletter {
        flex-direction: column!important;
        width: 100%;
    }
    .footer-newsletter input {
        width: 100%;
    }
    .footer-newsletter a {
        width: 100%;
    }
    .footer-newsletter a .btn-primary-dark {
        width: 100%;
    }
    .faq-left {
        max-width: 100%;
    }
}

/* Up to 686.98px (Extra small) */
@media (max-width: 686.98px) {
    .container-2 {
        flex-direction: column;
        max-height: 250px;
    }
    .con-2-1 {
        flex-direction: row;
        max-width: 316px;
        height: 2px;
        width: 100%;
    }
    .ele-2-2 {
        height: 2px;
        width: 100%;
    }
    .ele-2-1 {
        top: 0;
        left: 0;
        height: 2px;
        width: 80px;
    }
    .ele-2-12 {
        top: 0;
        left: 80px;
        height: 2px;
        width: 160px;
    }
    .ele-2-13 {
        top: 0;
        right: 0;
        height: 2px;
        width: 80px;
    }
    .wallet-small-image {
        padding: 0 15px;
    }
    .technology-right {
        flex-direction: column;
    }

    .tec-top {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    .tec-top > div {
        width: 50%;
        flex-direction: column!important;
        align-items: flex-start!important;
        margin-bottom: 30px!important;
        gap: 8px!important;
    }
    .tec-top > div img{
        flex-direction: column!important;
        align-items: flex-start!important;
    }
    .tec-top > div > p {
        text-align: left;
    }
    .technology-container {
        padding: 0 20px 20px 20px;
    }
    .technology-left {
        gap: 16px;
    }
    .technology-left a {
        width: 100%;
    }
    .technology-left a .btn-primary-dark {
        width: 100%;
    }
    .security-container {
        padding: 0 20px 20px 20px;
    }
    .revolutionize-container {
        padding: 0 20px 20px 20px;
    }
    .faq-container {
        padding: 0 20px 20px 20px;
    }
    .service-container-1 {
        padding: 0 20px 20px 20px;
    }
    .faq-quest-1 p {
        text-align: left;
    }

    .footer-container {
        padding: 0 20px 20px 20px;
    }

    /* Change carousel animation to horizontal on mobile */
    #auto-rotate #element-1 {
        animation: rotateCarouselHorizontal1 21s ease-in-out infinite;
    }

    #auto-rotate #element-2 {
        animation: rotateCarouselHorizontal2 21s ease-in-out infinite;
    }

    #auto-rotate #element-3 {
        animation: rotateCarouselHorizontal3 21s ease-in-out infinite;
    }
}

/* Up to 575.98px (Extra small) */
@media (max-width: 575.98px) {
    /* Your mobile styles here */
    .main-container {
        padding-bottom: 60px;
        height: fit-content;
    }

    .main-outer-text-container {
        padding: 0px;
        /* padding-top: 60px; */
    }
    .wallet-image {
        max-width: 100%;
        padding: 0 10px;
    }
    .wallet-small-image {
        max-width: 100%;
        padding: 0 10px;
    }
    .main-buttons {
        flex-direction: column;
        width: 100%;
    }
    .main-buttons a.remove-a {
        width: 100%;
    }
    .main-buttons a .btn-primary-dark {
        width: 100%;
    }
    .main-buttons a .btn-secondary-dark {
        width: 100%;
    }
    .workgrid  {
        padding: 40px;
    }
    .footer-card-bottom {
        height: fit-content;
    }
    .everything-container {
        padding: 0 10px 10px 10px;
    }
    .middle-top img {
        width: 100%;
        max-height: 250px;
    }
    .left-bottom .img-container img {
        max-height: 250px;
    }
    .technology-container {
        padding: 0 10px 10px 10px;
    }
    .security-container {
        padding: 0 10px 10px 10px;
    }
    .revolutionize-container {
        padding: 0 10px 10px 10px;
    }
    .faq-container {
        padding: 0 10px 10px 10px;
    }
    .footer-container {
        padding: 0 10px 10px 10px;
    }
    .service-container-1 {
        padding: 0 10px 10px 10px;
    }
    .rev-con {
        flex-direction: column;
        width: 100%;
    }
    .revolutionize-container-1 .container-1 > div > div > h2 {
        text-align: center;
    }
    .rev-con .input-secondary {
        width: 100%;
    }
    .rev-con a {
        width: 100%;
    }
    .rev-con a .btn-primary-dark {
        width: 100%;
    }
}

/* RESPONSIVE FONTS */

h1 {
    font-size: clamp(2.5rem, 5vw + 1rem, 6rem); /* 40px → 96px */
    line-height: clamp(2.75rem, 5.5vw + 1rem, 7rem); /* 44px → 112px */
}

h2 {
    font-size: clamp(1.375rem, 2vw + 0.5rem, 2rem); /* 22px → 32px */
    line-height: clamp(1.625rem, 2.2vw + 0.5rem, 2.25rem); /* 26px → 36px */
}

h3 {
    font-size: clamp(1.125rem, 1.5vw + 0.3rem, 1.5rem); /* 18px → 24px */
    line-height: clamp(1.25rem, 1.8vw + 0.3rem, 1.75rem); /* 20px → 28px */
}

p.sfPro {
    font-size: clamp(2rem, 3.5vw + 0.5rem, 3.7125rem); /* 32px → 59.4px */
    line-height: clamp(2.375rem, 4vw + 0.5rem, 4.33125rem); /* 38px → 69.3px */
}

p.body1-text {
    font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem); /* 16px → 20px */
    line-height: clamp(1.25rem, 1.8vw + 0.25rem, 1.5rem); /* 20px → 24px */
}

p.body2-text {
    font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem); /* 16px → 20px */
    line-height: clamp(1.25rem, 1.8vw + 0.25rem, 1.5rem); /* 20px → 24px */
}

p.body3-text {
    font-size: clamp(0.875rem, 1.2vw + 0.1rem, 1rem); /* 14px → 16px */
    line-height: clamp(1.125rem, 1.4vw + 0.1rem, 1.25rem); /* 18px → 20px */
}

p.body4-text {
    font-size: clamp(0.875rem, 1.2vw + 0.1rem, 1rem); /* 14px → 16px */
    line-height: clamp(1.125rem, 1.4vw + 0.1rem, 1.25rem); /* 18px → 20px */
}

.button-text {
    font-size: clamp(0.875rem, 1.2vw + 0.1rem, 1rem); /* 14px → 16px */
    line-height: clamp(1.125rem, 1.4vw + 0.1rem, 1.25rem); /* 18px → 20px */
}

p.body-text {
    font-size: clamp(0.875rem, 1.2vw + 0.1rem, 1rem); /* 14px → 16px */
    line-height: clamp(1.125rem, 1.4vw + 0.1rem, 1.25rem); /* 18px → 20px */
}


/* PP TOC */
.added-style-32 { max-width: 1000px;margin: auto;margin-bottom: 50px; }
.oph1 {
    margin:0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Neue Montreal Medium', sans-serif;
    font-weight: 500;
}
.oph2 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Neue Montreal Regular', sans-serif;
    font-weight: 400;
}
.oph3 {
    margin:0;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}
.oph4 {
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
    color: var(--color-text-primary);
}
.oph5 {
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: var(--color-text-primary);
}
.lip {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
    color: var(--color-text-primary);
}
p.ph2 {
    margin:0;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--color-text-primary);
}
p.ph3 {
    margin:0;
    font-size: 18px;
    /* font-weight: 600; */
    margin-left: 20px;
    margin-bottom: 10px;
    color: var(--color-text-primary);
}
p.ph3-3 {
    margin:0;
    font-size: 18px;
    /* font-weight: 600; */
    /* margin-left: 20px; */
    margin-bottom: 10px;
    color: var(--color-text-primary);
}
p.ph4 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color-text-primary);
}
p.strongItalic {
    font-weight: 500;
    font-style: italic;
    color: var(--color-text-primary);
}
p.ph5 {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 5px;
    color: var(--color-text-primary);
}
.added-style-32 li {
    color: var(--color-text-primary);
}

li.lispace {
    margin-bottom: 5px;
}

p.fp {
    margin:0;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #337ab7;
}