header#masthead,
#masthead,
footer#daFooter__new,
.site-footer,
.SiteHeaderBand,
.SiteHeader,
.SiteHeader__container,
.SiteHeader__guidesContainer,
.SiteHeader__logoContainer,
.SiteHeader__menuContainer,
.SiteHeader__menu,
.SiteMenu,
.SiteMenu__section,
.SiteHeaderNavItem__link,
.SiteHeaderRightNavMltp {
display: none !important;
} body {
padding-top: 0 !important;
margin-top: 0 !important;
}  .hero-logo {
width: 120px;
height: auto;
margin-bottom: 100px;
display: block;
margin-top: -100px;
}
.hero-container {
display: flex;
justify-content: center;
align-items: center;
min-height: 80vh;
width: 100%;
text-align: center;
}
.hero-container {
position: absolute;
top: 15%;
left: 0;
right: 0;
}
.hero-layout-container {
width: 100%;
max-width: 1400px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.hero-layout {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
}
.hero-column-layout {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.hero-use-cases {
width: 100%;
max-width: 1200px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-copy-header {
max-width: 1200px;
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-title-container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.hero-title {
max-width: 1200px;
width: 100%;
text-align: center;
color: #293056 !important;
font-family: 'DM Sans';
font-weight: 300;
line-height: 72px;
word-wrap: break-word;
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: center;
align-items: center;
}
.hero-content {
text-align: center;
margin-top: 30px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero-subtitle {
color: #293056;
font-size: 18px;
font-family: 'Inter';
font-weight: 400;
line-height: 28px;
margin: 0 auto 30px auto;
max-width: 800px;
text-align: center;
}
.hero-subtitle strong {
display: inline !important;
}
.hero-email-wrapper {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
width: 100%;
text-align: center;
}
.hero-email-container {
width: 100%;
max-width: 648px;
height: 64px;
background: white;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
margin: 0 auto;
}
.hero-email-input {
border: none;
outline: none;
flex: 1;
font-size: 16px;
font-family: 'Inter';
color: #666;
text-align: left;
}
.hero-email-button {
background: #293056;
padding: 12px 30px;
border-radius: 12px;
text-align: center;
color: white;
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
word-wrap: break-word;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
} .section-wrapper {
display: flex;
justify-content: center;
padding: 80px 20px;
}
.section-header {
width: 1188px;
text-align: center;
color: #293056;
font-size: 48px;
font-family: 'DM Sans';
font-weight: 300;
line-height: 48px;
word-wrap: break-word;
} .cta-wrapper {
display: flex;
flex-direction: column;
align-items: center;
padding: 60px 20px;
background: linear-gradient(180deg, rgba(230, 224, 234, 0.900) 0%, rgba(241, 239, 248, 0.6) 60%, rgba(250, 250, 252, 1) 100%) !important;
width: 100%;
margin-bottom: 250px;
}
.cta-title {
width: 1572px;
text-align: center;
color: #293056;
font-size: 48px;
font-family: 'DM Sans';
font-weight: 300;
line-height: 56px;
word-wrap: break-word;
margin-bottom: 40px;
}
.cta-button {
background: #293056;
width: 181px;
height: 49px;
padding: 24px 30px !important;
font-size: 16px !important;
border-radius: 9px;
text-align: center;
color: white;
font-family: 'Inter';
font-weight: 400;
word-wrap: break-word;
cursor: pointer;
transition: background 0.3s ease;
display: inline-flex;
justify-content: center;
align-items: center;
} .cards-section {
background: #f8fafc;
min-height: 600px;
position: relative;
overflow: hidden;
}
.cards-section::after {
content: '';
position: absolute;
top: 19%;
left: 0;
right: 0;
width: 100%;
height: 450px;
background: #FFFFFF66; z-index: 1;
}
.cards-circle {
position: absolute;
top: 300px;
right: -450px;
width: 1300px;
height: 1300px;
background: radial-gradient(rgba(240, 170, 119, 0.3) 0%, rgb(214 139 69 / 34%) 30%, rgb(242 242 242 / 4%) 60%, transparent 102%);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.cards-circle-2 {
position: absolute;
top: 300px;
right: 30px;
width: 1300px;
height: 1300px;
background: radial-gradient(rgba(240, 170, 119, 4) 0%, rgb(214 139 69 / 34%) 30%, rgb(242 242 242 / 0%) 60%, transparent 102%);
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
.cards-container {
max-width: 1500px;
margin: 0 auto;
position: relative;
z-index: 2;
padding: 20px;
}
.desktop-layout {
display: flex;
align-items: center;
gap: 60px;
flex-direction: row;
position: relative;
z-index: 2;
}
.cards-content {
flex: 1;
display: flex;
flex-direction: column;
gap: 30px;
}
.cards-title {
width: 585px;
color: #293056;
font-size: 48px;
font-family: 'DM Sans';
font-weight: 400;
line-height: 52px;
letter-spacing: 1.26px;
word-wrap: break-word;
}
.cards-description {
color: #293056;
font-size: 18px;
font-family: 'Inter';
font-weight: 400;
line-height: 28px;
margin: 0;
max-width: 500px;
}
.cards-button {
width: 181px;
height: 49px;
padding-left: 30px;
padding-right: 30px;
padding-top: 24px;
padding-bottom: 24px;
background: #001446;
overflow: hidden;
border-radius: 9px;
outline: 1.50px rgba(255, 255, 255, 0.50) solid;
outline-offset: -1.50px;
justify-content: center;
align-items: center;
gap: 15px;
display: inline-flex;
cursor: pointer;
transition: background 0.3s ease;
}
.cards-button-text {
text-box-trim: trim-both;
text-box-edge: cap alphabetic;
text-align: center;
color: white;
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
word-wrap: break-word;
display: inline-flex;
align-items: center;
gap: 10px;
}
.cards-button-icon {
display: inline-block;
width: 8px;
height: 8px;
border-right: 2px solid white;
border-top: 2px solid white;
transform: rotate(45deg);
}
.cards-grid-wrapper {
flex: 1;
display: flex;
justify-content: center;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(3, 0fr);
gap: 12px;
}
.card-item {
position: relative;
}
.card-item:nth-child(2) {
top: 80px;
}
.card-item:nth-child(3) {
top: 30px;
}
.card-item:nth-child(4) {
top: 10px;
}
.card-item:nth-child(5) {
top: 90px;
}
.card-item:nth-child(6) {
top: 40px;
}
.card-inner {
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
width: 192px;
height: 300px;
overflow: hidden;
margin: 0 auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}
.card-image {
width: 100%;
height: 100%;
object-fit: cover;
} .mobile-cards-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.mobile-layout {
display: none;
}
.mobile-cards-content {
display: flex;
flex-direction: column;
gap: 30px;
align-items: center;
max-width: 500px;
}
.mobile-cards-title {
color: #293056;
font-size: 32px;
font-family: 'DM Sans';
font-weight: 400;
line-height: 36px;
letter-spacing: 1px;
word-wrap: break-word;
text-align: center;
}
.mobile-cards-description {
color: #293056;
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
margin: 0;
text-align: center;
}
.mobile-cards-button {
width: 160px;
height: 40px;
padding-left: 24px;
padding-right: 24px;
padding-top: 20px;
padding-bottom: 20px;
background: #001446;
overflow: hidden;
border-radius: 9px;
outline: 1.50px rgba(255, 255, 255, 0.50) solid;
outline-offset: -1.50px;
justify-content: center;
align-items: center;
gap: 12px;
display: inline-flex;
cursor: pointer;
transition: background 0.3s ease;
}
.mobile-cards-button-text {
text-box-trim: trim-both;
text-box-edge: cap alphabetic;
text-align: center;
color: white;
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
word-wrap: break-word;
display: inline-flex;
align-items: center;
}
.mobile-cards-button-icon {
display: inline-block;
width: 8px;
height: 8px;
border-right: 2px solid white;
border-top: 2px solid white;
transform: rotate(45deg);
} .gorusme-section {
padding: 0px 20px;
margin-bottom: 80px;
margin-top: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.gorusme-container {
width: 1200px;
height: 264.34px;
background: linear-gradient(324deg, #F3E3D3 0%, #FFCA96 33%, #A96A2A 100%);
border-radius: 16.90px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-bottom: 100px;
}
.gorusme-background {
position: absolute;
top: 22px;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
pointer-events: none;
}
.gorusme-title {
font-size: 24px;
font-family: Inter;
font-weight: 400;
line-height: 32px;
word-wrap: break-word;
color: white;
}
.gorusme-input-container {
width: 351.75px;
height: 48px;
background: rgba(255, 255, 255, 0.10);
border-radius: 9px;
border: 0.75px white solid;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 16px;
padding-right: 4px;
margin-top: 30px;
}
@media (max-width: 1080px) {
.gorusme-input-container {
margin-top: 0px !important;
}
}
.gorusme-input {
background: transparent;
border: none;
outline: none;
color: white !important;
font-size: 12px;
font-family: Inter;
font-weight: 400;
flex: 1;
margin-right: 16px;
padding: 12px 0;
}
.gorusme-button {
text-align: center;
color: white;
font-size: 14px;
font-family: Inter;
font-weight: 400;
word-wrap: break-word;
cursor: pointer;
padding: 6px 14px;
background: #804F1E;
border-radius: 9px;
border: none !important;
transition: background 0.3s ease;
} .gorusme-button-mobile {
display: none !important;
} @media (max-width: 768px) {
.gorusme-button-inline {
display: none !important;
}
.gorusme-button-mobile {
display: block !important;
width: 100% !important;
max-width: 280px !important;
margin: 15px auto 0 auto !important;
font-size: 14px !important;
padding: 10px 16px !important;
text-align: center !important;
}
} .SiteHeroFg1 {
position: relative !important;
overflow: hidden !important;
min-height: 70vh !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
background: radial-gradient(900px circle at 15% -3%, rgba(21, 80, 215, 0.3) 5% 15%, transparent 100%),
radial-gradient(900px circle at -13% 40%, #FFFF8E 0%, rgba(255, 255, 142, 0.080) 80%, transparent 100%),
radial-gradient(1100px circle at 85% 0%, rgba(132, 250, 176, 0.5) 0%, rgba(132, 250, 176, 0.2) 60%, transparent 100%),
radial-gradient(900px circle at 110% 40%, #FFFF8E 0%, rgba(255, 255, 142, 0.080) 80%, transparent 100%),
linear-gradient(90deg, #f8fafc 0%, #D4E3E5 100%);
} .SiteHeroFg1 .Section__background,
.SiteHeroFg1 .Section__backgroundMask,
.SiteHeroFg1 .Section__masked {
background: transparent !important;
} .SiteHeroFg1 .container {
width: 100% !important;
max-width: 1400px !important;
margin: 0 auto !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
text-align: center !important;
} .SiteHeroFg1 .Section__container {
position: relative !important;
z-index: 10 !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
text-align: center !important;
width: 100% !important;
padding: 100px 10px !important; } .SiteHeroFg1 .Guides {
display: none !important;
} @keyframes slide {
0% {
transform: translateX(0);
}
100% { 
transform: translateX(-100%);
}
}
.logos {
overflow: hidden;
padding: 60px 0;
background: transparent;
position: relative;
width: 100%;
height: 170px;
box-shadow: none !important;
filter: none !important;
border: none !important;
}
.logos * {
box-shadow: none !important;
filter: none !important;
text-shadow: none !important;
}
.logos:before,
.logos:after {
display: none;
}
.logos-slide {
display: inline-flex;
align-items: center;
animation: slide 25s linear infinite;
white-space: nowrap;
min-width: fit-content;
}
.logos-slide img {
height: 50px;
width: auto;
margin: 0 40px;
opacity: 0.7;
transition: opacity 0.3s ease;
filter: grayscale(100%) !important;
flex-shrink: 0;
}
.logos-slide img:hover {
opacity: 1;
}  @media (min-width: 768px) and (max-width: 1024px) { .hero-logo {
width: 100px !important;
margin-bottom: 30px !important;
} .SiteHeroFg1 {
min-height: 80vh !important;
padding: 0px 0 !important;
}
.hero-container {
min-height: 80vh !important;
padding: 60px 40px !important;
align-items: center !important;
justify-content: center !important;
}
.hero-layout-container {
width: 100% !important;
max-width: 800px !important;
}
.hero-use-cases {
max-width: 100% !important;
padding: 0 !important;
} .SiteHeroFg1 .hero-title,
.hero-title {
font-size: 48px !important;
line-height: 56px !important;
max-width: 100% !important;
width: 100% !important;
padding: 0 20px !important;
text-align: center !important;
margin: 0 auto !important;
} .hero-content {
margin-top: 30px !important;
text-align: center !important;
} .hero-subtitle {
font-size: 20px !important;
line-height: 30px !important;
max-width: 100% !important;
padding: 0 20px !important;
text-align: center !important;
margin: 0 auto 30px auto !important;
} .hero-email-wrapper {
margin-top: 40px !important;
width: 100% !important;
} .hero-email-container {
width: 90% !important;
max-width: 500px !important;
height: 70px !important;
padding: 0 25px !important;
margin: 0 auto !important;
}
.hero-email-input {
width: 100% !important;
font-size: 18px !important;
padding: 15px !important;
}
.hero-email-button {
font-size: 18px !important;
padding: 15px 30px !important;
} .section-header {
font-size: 48px !important;
line-height: 48px !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 20px !important;
text-align: center !important;
} .cta-title {
font-size: 48px !important;
line-height: 56px !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 20px !important;
text-align: center !important;
}
.cta-button {
padding: 11px 26px !important;
font-size: 20px !important;
} .cards-title {
font-size: 36px !important;
line-height: 42px !important;
width: 100% !important;
max-width: 100% !important;
}
.cards-description {
font-size: 20px !important;
line-height: 30px !important;
max-width: 100% !important;
}
.cards-button-text {
font-size: 20px !important;
} .faq-main-title {
font-size: 56px !important;
line-height: 64px !important;
}
.faq-question {
font-size: 22px !important;
line-height: 30px !important;
}
.faq-answer {
font-size: 18px !important;
line-height: 28px !important;
} .gorusme-title {
font-size: 22px !important;
line-height: 30px !important;
}
.gorusme-input {
font-size: 16px !important;
}
.gorusme-button {
width: 181px !important;
height: 49px !important;
font-size: 20px !important;
padding: 24px 30px !important;
display: inline-flex !important;
justify-content: center !important;
align-items: center !important;
}
} @media (min-width: 768px) and (max-width: 1080px) { .hero-logo {
width: 100px !important;
margin-bottom: 50px !important;
margin-top: -50px !important;
} .SiteHeroFg1 {
min-height: 75vh !important;
padding: 0px 0 !important;
}
.hero-container {
min-height: 75vh !important;
padding: 40px 30px !important;
align-items: center !important;
justify-content: center !important;
} .SiteHeroFg1 .hero-title,
.hero-title {
font-size: 32px !important;
line-height: 48px !important;
max-width: 100% !important;
width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto !important;
} .hero-subtitle {
font-size: 18px !important;
line-height: 26px !important;
max-width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto 25px auto !important;
} .hero-email-container {
width: 85% !important;
max-width: 450px !important;
height: 65px !important;
padding: 0 20px !important;
margin: 0 auto !important;
}
.hero-email-input {
font-size: 16px !important;
padding: 12px !important;
}
.hero-email-button {
font-size: 16px !important;
padding: 12px 24px !important;
}
} @media (min-width: 768px) and (max-width: 1080px) { .hero-logo {
width: 100px !important;
margin-bottom: 50px !important;
margin-top: -50px !important;
} .SiteHeroFg1 {
min-height: 75vh !important;
padding: 0px 0 !important;
}
.hero-container {
min-height: 75vh !important;
padding: 40px 30px !important;
align-items: center !important;
justify-content: center !important;
} .SiteHeroFg1 .hero-title,
.hero-title {
line-height: 48px !important;
max-width: 100% !important;
width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto !important;
} .hero-subtitle {
font-size: 18px !important;
line-height: 26px !important;
max-width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto 25px auto !important;
} .hero-email-container {
width: 85% !important;
max-width: 450px !important;
height: 65px !important;
padding: 0 20px !important;
margin: 0 auto !important;
}
.hero-email-input {
font-size: 16px !important;
padding: 12px !important;
}
.hero-email-button {
font-size: 16px !important;
padding: 12px 24px !important;
}
} @media (max-width: 1300px) { .cards-section .desktop-layout {
display: none !important;
} .cards-section .mobile-layout {
display: flex !important;
flex-direction: column !important;
gap: 150px !important;
align-items: center !important;
}
.cards-section::after {
content: '';
position: absolute;
top: 56%;
left: 0;
right: 0;
width: 100%;
height: 350px;
background: #FFFFFF66;
z-index: 1;
}
@media (max-width: 1300px) {
.cards-section::after {
display: none   !important;
}
} .cards-section {
padding: 0 !important;
} .mobile-cards-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 20px !important;
max-width: 350px !important;
width: 100% !important;
margin: 0 auto !important;
} .mobile-cards-grid .card-item {
position: relative !important;
top: 0 !important;
left: 0 !important;
}
.cards-circle-2{
display: none !important;
}
.cards-circle{
display: none !important; max-width: 65%;
} 
}
@media (max-width: 480px) {
.mobile-cards-grid .card-inner {
width: 170px !important;
height: 210px !important;
}
.mobile-cards-grid {
max-width: 100% !important;
}
}
@media (min-width: 1301px) { .cards-section .desktop-layout {
display: flex !important;
} .cards-section .mobile-layout {
display: none !important;
}
} @media (max-width: 768px) { .hero-logo {
width: 120px !important;
margin-bottom: 100px !important;
} .SiteHeroFg1 {
min-height: 100vh !important;
padding: 0px 0 !important;
}
.hero-container {
min-height: 80vh !important;
align-items: center !important;
justify-content: center !important;
}
.hero-layout-container {
width: 100% !important;
max-width: 500px !important;
}
.hero-use-cases {
max-width: 100% !important;
padding: 0 !important;
} .SiteHeroFg1 .hero-title,
.hero-title {
font-size: 28px !important;
line-height: 32px !important;
max-width: 100% !important;
width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto !important;
} .hero-content {
margin-top: 20px !important;
text-align: center !important;
} .hero-subtitle {
font-size: 16px !important;
line-height: 24px !important;
max-width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
margin: 0 auto 20px auto !important;
} .hero-email-wrapper {
margin-top: 30px !important;
width: 100% !important;
} .hero-email-container {
flex-direction: column !important;
gap: 15px !important;
width: 90% !important;
max-width: 350px !important;
height: auto !important;
padding: 20px !important;
margin: 0 auto !important;
}
.hero-email-input {
width: 100% !important;
margin-bottom: 0 !important;
font-size: 16px !important;
padding: 12px !important;
}
.hero-email-button {
width: 100% !important;
font-size: 16px !important;
padding: 15px 20px !important;
margin-top: 0 !important;
} .section-header {
font-size: 28px !important;
line-height: 32px !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
} .cta-title {
font-size: 28px !important;
line-height: 32px !important;
width: 100% !important;
max-width: 100% !important;
padding: 0 15px !important;
text-align: center !important;
}
.cta-button {
font-size: 18px !important;
padding: 12px 24px !important;
}
}
@media (max-width: 480px) { .hero-logo {
width: 120px !important;
margin-bottom: 100px !important;
}
.SiteHeroFg1 {
padding: 0px 0 !important;
}
.hero-layout-container {
max-width: 100% !important;
}
.hero-title {
font-size: 24px !important;
line-height: 28px !important;
padding: 0 10px !important;
}
.hero-subtitle {
font-size: 14px !important;
line-height: 20px !important;
padding: 0 10px !important;
}
.hero-email-container {
width: 95% !important;
padding: 15px !important;
}
.section-header {
font-size: 22px !important;
line-height: 26px !important;
}
.cta-title {
font-size: 22px !important;
line-height: 26px !important;
} .logos {
height: 120px !important;
padding: 30px 0 !important;
}
.logos-slide img {
height: 40px !important;
margin: 0 20px !important;
}
}  @media (min-width: 768px) and (max-width: 1024px) {
.gorusme-section {
margin-bottom: 100px !important;
}
.gorusme-container {
width: 100% !important;
max-width: 600px !important;
height: auto !important;
padding: 40px 0px !important;
}
.gorusme-title {
font-size: 26px !important;
line-height: 36px !important;
text-align: center !important;
}
.gorusme-input-container {
width: 100% !important;
max-width: 400px !important;
height: 56px !important;
gap: 0 !important;
}
.gorusme-input {
width: 100% !important;
font-size: 16px !important;
}
.gorusme-button {
font-size: 16px !important;
padding: 12px 24px !important;
}
.gorusme-button-mobile   {
display: none !important;
}
} @media (max-width: 768px) {
.gorusme-section {
margin-bottom: 100px !important;
}
.gorusme-container {
width: 100% !important;
max-width: 400px !important;
height: auto !important;
padding: 40px 0px !important;
}
.gorusme-title {
font-size: 18px !important;
line-height: 24px !important;
text-align: center !important;
}
.gorusme-input-container {
width: 100% !important;
max-width: 280px !important;
flex-direction: column !important;
height: auto !important;
gap: 15px !important;
}
.gorusme-input {
width: 100% !important;
font-size: 14px !important;
}
.gorusme-button {
width: 100%;
height: 49px !important;
font-size: 17px !important;
padding: 24px 30px !important;
display: inline-flex !important;
justify-content: center !important;
align-items: center !important;
}
.gorusme-button-inline {
display: none !important;
}
} .faq-section {
padding:0 20px;
padding-top: 100px;
padding-bottom: 0px;
background: 
radial-gradient(500px circle at 70% 30%, #FBF1C9 2%, rgba(251, 241, 201, 2.5) 0%, rgba(251, 241, 201, 0.6) 19%, transparent 100%),
radial-gradient(500px circle at 88% 48%, #FFCB30 -172%, rgba(255, 173, 48, 0.4) 0%, rgba(255, 203, 48, 0.08) 64%, transparent 100%),  
radial-gradient(600px circle at 44% 75%, #FBF1C9 2%, rgba(251, 241, 201, 2.5) 0%, rgba(251, 241, 201, 1.2) 19%, transparent 100%),
radial-gradient(610px circle at 50% 35%, #F2DFC6 0%, rgba(242, 223, 198, -0.5) 38%, transparent 101%),
radial-gradient(500px circle at 19% 35%, rgba(242, 223, 201, 0.4) 0%, rgba(242, 223, 201, 4.5) 0%, rgba(242, 223, 201, 11.2) 60%, transparent 100%);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
min-height: 150vh;
}
.faq-container {
max-width: 1500px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: flex-start;
gap: 80px;
justify-content: center;
flex: 1;
}
.faq-left {
flex: 0 0 auto;
min-width: 350px;
padding-top: 20px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
} @media (min-width: 1025px) and (max-width: 1300px) {
.faq-question::before,
.faq-question::after {
right: 10px !important;
font-size: 36px !important;
}
}
.faq-main-title {
color: #293056;
font-size: 96px;
font-family: 'Inter';
font-weight: 300;
line-height: 96px;
word-wrap: break-word;
}
.faq-right {
flex: 1;
display: flex;
flex-direction: column;
gap: 0;
margin: auto;
}
.faq-item {
display: flex;
flex-direction: column;
border-bottom: 1px solid #e2e8f0;
padding: 50px 0;
cursor: pointer;
position: relative;
background-color: transparent;
margin-bottom: 10px;
border-radius: 8px;
}
.faq-item:last-child {
border-bottom: none;
}
.faq-question {
color: #293056;
font-size: 24px;
font-family: 'DM Sans';
font-weight: 600;
line-height: 32px;
word-wrap: break-word;
position: relative;
padding-right: 40px;
margin-bottom: 20px;
cursor: pointer;
}
.faq-question::before {
content: '+';
position: absolute;
right: 0;
top: 0;
color: #FF6D44;
font-size: 42px;
font-weight: 300;
line-height: 32px;
opacity: 1;
pointer-events: none;
}
.faq-question::after {
content: '-';
position: absolute;
right: 0;
top: 0;
color: #FF6D44;
font-size: 32px;
font-weight: 300;
line-height: 32px;
opacity: 0;
pointer-events: none;
}
.faq-item.active .faq-question::before {
opacity: 0;
}
.faq-item.active .faq-question::after {
opacity: 1;
}
.faq-answer {
color: #293056;
font-size: 18px;
font-family: 'DM Sans';
font-weight: 400;
line-height: 28px;
word-wrap: break-word;
max-width: 600px;
max-height: 0;
opacity: 0;
overflow: hidden;
margin-top: 0;
padding-bottom: 0;
transition: all 0.3s ease;
transform: translateY(-10px);
}
.faq-item.active .faq-answer {
max-height: 500px;
opacity: 1;
margin-top: 20px;
padding-bottom: 20px;
} .faq-answer a {
text-decoration: underline !important;
cursor: pointer !important;
}
.faq-answer a:hover {
text-decoration: underline !important;
}
.faq-divider {
display: none;
} @media (min-width: 768px) and (max-width: 1024px) {
.faq-section {
padding: 80px 30px;
min-height: auto;
}
.faq-container {
flex-direction: column;
gap: 60px;
padding: 0;
flex: 1;
max-width: 900px;
width: 100%;
}
.faq-left {
min-width: auto;
width: 100%;
text-align: center;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.faq-right {
margin: auto !important;
width: 100%;
}
.faq-main-title {
font-size: 64px !important;
line-height: 70px !important;
text-align: center !important;
margin: 0 auto !important;
}
.faq-question {
font-size: 22px !important;
line-height: 30px !important;
padding-right: 50px !important;
font-weight: 600 !important;
}
.faq-question::before,
.faq-question::after {
font-size: 32px !important;
right: 10px !important;
}
.faq-answer {
font-size: 18px !important;
line-height: 26px !important;
max-width: 100% !important;
transition: all 0.3s ease !important;
}
.faq-item.active .faq-answer {
max-height: 400px !important;
opacity: 1 !important;
margin-top: 25px !important;
padding-bottom: 10px !important;
}
.faq-item {
padding: 30px 25px !important;
margin-bottom: 15px !important;
border-radius: 12px !important;
}
.faq-item:hover {
background-color: rgba(0, 180, 216, 0.15) !important;
}
} @media (max-width: 768px) {
.faq-section {
padding: 60px 15px;
min-height: auto;
}
.faq-container {
flex-direction: column;
gap: 40px;
padding: 0;
flex: 1;
}
.faq-left {
min-width: auto;
width: 100%;
text-align: center;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
}
.faq-main-title {
font-size: 48px !important;
line-height: 52px !important;
text-align: center !important;
margin: 0 auto !important;
}
.faq-question {
font-size: 20px !important;
line-height: 26px !important;
padding-right: 30px !important;
}
.faq-question::before,
.faq-question::after {
font-size: 34px !important;
}
.faq-answer {
font-size: 16px !important;
line-height: 24px !important;
max-width: 100% !important;
}
.faq-item.active .faq-answer {
max-height: 350px !important;
opacity: 1 !important;
margin-top: 15px !important;
padding-bottom: 10px !important;
}
.faq-item {
padding: 25px 0 !important;
}
}
@media (max-width: 480px) {
.faq-section {
padding: 40px 15px;
}
.faq-main-title {
font-size: 36px !important;
line-height: 40px !important;
text-align: center !important;
margin: 0 auto !important;
}
.faq-question {
font-size: 18px !important;
line-height: 24px !important;
}
.faq-question::before,
.faq-question::after {
font-size: 30px !important;
}
.faq-answer {
font-size: 14px !important;
line-height: 20px !important;
max-height: 0 !important;
opacity: 0 !important;
margin-top: 0 !important;
}
.faq-item.active .faq-answer {
max-height: 250px !important;
opacity: 1 !important;
margin-top: 10px !important;
}
.faq-item {
padding: 20px 0 !important;
}
} .footer-links-section {
padding: 40px 20px !important;
background: transparent !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
position: relative !important;
z-index: 10 !important;
margin-top: 60px !important;
margin-bottom: 40px !important;
flex-shrink: 0 !important;
}
.footer-links-container {
max-width: 1500px;
width: 90%;
position: relative;
margin: 0 auto;
padding: 0 20px;
}
.footer-divider {
width: 100vw;
height: 1px;
background: #e2e8f0;
margin: 0 0 30px 0;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.footer-links {
display: flex !important;
justify-content: flex-end !important;
align-items: center !important;
gap: 30px !important;
width: 100% !important;
max-width: 1500px !important;
margin: 0 auto !important;
}
.footer-link {
color: #293056 !important;
font-size: 12px !important;
font-family: 'Inter' !important;
font-weight: 500 !important;
line-height: 32px !important;
word-wrap: break-word !important;
text-decoration: none !important;
cursor: pointer !important;
transition: color 0.3s ease !important;
display: block !important;
}
.footer-link:hover {
color: #00B4D8;
}  @media (min-width: 768px) and (max-width: 1024px) {
.footer-links-section {
padding: 50px 30px;
margin-top: 50px !important;
}
.footer-links-container {
padding: 0 30px;
}
.footer-divider {
width: 100vw !important;
}
.footer-links {
justify-content: flex-end;
gap: 40px;
}
.footer-link {
font-size: 14px !important;
}
} @media (max-width: 768px) {
.footer-links-section {
padding: 30px 15px;
margin-top: 40px !important;
}
.footer-links-container {
padding: 0 15px;
}
.footer-divider {
width: 100vw !important;
}
.footer-links {
justify-content: flex-end;
gap: 20px;
}
.footer-link {
font-size: 11px !important;
}
}
@media (max-width: 480px) {
.footer-links-section {
padding: 20px 15px;
margin-top: 30px !important;
}
.footer-links-container {
padding: 0 15px;
}
.footer-divider {
width: 100vw !important;
}
.footer-links {
justify-content: flex-end;
gap: 15px;
}
.footer-link {
font-size: 10px !important;
}
.team-pic {
width: 20rem;
height: 20rem;
border-radius: 50%;
object-fit: cover;
z-index: 2;
position: relative;
}} .team-container {
background: linear-gradient(180deg, rgba(218, 224, 226, 0.080) 0%, rgba(225, 215, 216, 0.6) 50%, rgba(233, 229, 240, 1) 100%);
width: 100%;
} .team-pic-section {
display: flex;
justify-content: center;
align-items: center;
padding: 190px 20px;
background: transparent;
}
.team-pic-container {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 30rem;
height: 30rem;
}
.team-pic {
width: 30rem;
height: 30rem;
border-radius: 50%;
object-fit: cover;
z-index: 2;
position: relative;
}
.team-pic-lines {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
height: 400px;
z-index: 1;
}
.line {
position: absolute;
background: #293056;
opacity: 0.6;
}
.line-1 {
width: 280px;
height: 3px;
top: 70%;
left: -280px;
transform: translateY(-50%);
}
.line-2 {
width: 200px;
height: 2px;
top: 63%;
right: -50%;
transform: translateY(-50%);
}
.line-3 {
width: 2px;
height: 120px;
top: -60px;
left: 50%;
transform: translateX(-50%);
}
.line-3-2 {
width: 2px;
height: 420px;
top: -270px;
left: -2.5%;
transform: rotate(90deg);
}
.line-4 {
width: 65px;
height: 3px;
top: 42%;
right: -19%;
transform: rotate(0deg);
}
.line-4-2 {
width: 120px;
height: 2px;
top: 27%;
right: -34%;
transform: rotate(90deg);
}
.line-4-3 {
width: 69px;
height: 3px;
top: 12%;
right: -36%;
transform: rotate(0deg);
}
.line-5 {
width: 240px;
height: 2px;
bottom: 70%;
left: -45%;
transform: rotate(0deg);
}
.line-6 {
width: 2px;
height: 255px;
top: -105px;
left: 65%;
transform: translateX(-50%);
}
.line-6-2 {
width: 2px;
height: 320px;
top: -66%;
left: 105%;
transform: rotate(90deg);
}
.line-text1 {
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: 23%;
left: -95%;
}   
.line-text2 {
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: -92%;
left: 149%;
}
.line-text3 {
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: 30%;
left: 152%;
}
.line-text4 {
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: 19%;
left: -118%;
}
.line-text5 {
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: -6%;
left: 140%;
}
.line-text6 {
font-size: 16px;
font-family: 'Inter';
font-weight: 400;
line-height: 24px;
color: #293056;
position: relative;
top: -90%;
left: -110%;
} @media (max-width: 1439px) {
.team-pic-lines {
display: none !important;
}
.team-pic-container {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 20rem;
height: 20rem;
}
.team-pic-lines-mobile {
display: block !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
z-index: 1;
} .team-pic-lines .line,
.team-pic-lines .line-text1,
.team-pic-lines .line-text2,
.team-pic-lines .line-text3,
.team-pic-lines .line-text4,
.team-pic-lines .line-text5,
.team-pic-lines .line-text6 {
display: none !important;
}
.mobile-line {
position: absolute;
background: #293056;
opacity: 0.6;
} .mobile-line-top-left {
width: 80px;
height: 2px;
top: 20%;
left: -30px;
transform: translateY(-50%);
}
.mobile-line-top-left::after {
content: '';
position: absolute;
width: 2px;
height: 40px;
background: #293056;
opacity: 0.6;
top: -38px;
right: 80px;
}
.mobile-line-top-right {
width: 80px;
height: 2px;
top: 20%;
right: -30px;
transform: translateY(-50%);
}
.mobile-line-top-right::after {
content: '';
position: absolute;
width: 2px;
height: 40px;
background: #293056;
opacity: 0.6;
top: -38px;
left: 78px;
} .mobile-line-center-top {
width: 2px;
height: 107px;
top: -40%;
left: 50%;
transform: translateX(-50%);
}
.mobile-line-center-bottom {
width: 2px;
height: 60px;
bottom: -25%;
left: 50%;
transform: translateX(-50%);
} .mobile-line-bottom-left {
width: 80px;
height: 2px;
bottom: 20%;
left: -47px;
transform: translateY(50%);
}
.mobile-line-bottom-right {
width: 80px;
height: 2px;
top: 80%;
right: -50px;
transform: translateY(-50%);
}
.mobile-line-bottom-right::after {
content: '';
position: absolute;
width: 2px;
height: 40px;
background: #293056;
opacity: 0.6;
bottom: -40px;
left: 80px;
}
.mobile-line-bottom-left::after {
content: '';
position: absolute;
width: 2px;
height: 40px;
background: #293056;
opacity: 0.6;
top: 0px;
left: 0px;
}
.mobile-line-text {
font-size: 14px;
font-family: 'Inter';
font-weight: 400;
line-height: 20px;
color: #293056;
position: absolute;
text-align: center;
max-width: 120px;
}
.mobile-line-text-top-left {
top: -7%;
left: -86px;
transform: translateY(-50%);
}
.mobile-line-text-top-right {
top: -6%;
right: -87px;
transform: translateY(-50%);
}
.mobile-line-text-center-top {
top: -63%;
left: 50%;
transform: translateX(-50%);
}
.mobile-line-text-center-bottom {
bottom: -51%;
left: 50%;
transform: translateX(-50%);
}
.mobile-line-text-bottom-left {
bottom: -14%;
left: -85px;
transform: translateY(50%);
}
.mobile-line-text-bottom-right {
bottom: -12%;
right: -87px;
transform: translateY(50%);
}
} @media (max-width: 768px) {
.mobile-line-text-bottom-left {
bottom: -14%;
left: -100px;
transform: translateY(50%);
}
.mobile-line-text-bottom-right {
bottom: -12%;
right: -100px;
transform: translateY(50%);
}
.mobile-line-text-top-left {
top: -7%;
left: -110px;
transform: translateY(-50%);
}
.mobile-line-text-top-right {
top: -6%;
right: -90px;
transform: translateY(-50%);
}
}
@media (max-width: 1499px) {
.team-pic-lines-mobile {
width: 250px;
height: 250px;
}
.mobile-line-1 {
width: 80px;
left: -80px;
}
.mobile-line-2 {
width: 70px;
right: -70px;
}
.mobile-line-3 {
height: 60px;
top: -30px;
}
.mobile-line-4 {
height: 50px;
bottom: -25px;
}
.mobile-line-text {
font-size: 12px;
line-height: 16px;
max-width: 200px;
}
.mobile-line-text-1 {
left: -100px;
}
.mobile-line-text-2 {
right: -90px;
}
} @media (min-width: 1440px) {
.team-pic-lines {
display: block !important;
}
.team-pic-lines-mobile {
display: none !important;
} .mobile-line-text,
.mobile-line-text-top-left,
.mobile-line-text-top-right,
.mobile-line-text-center-top,
.mobile-line-text-center-bottom,
.mobile-line-text-bottom-left,
.mobile-line-text-bottom-right {
display: none !important;
}
.team-pic-container {
width: 30rem;
height: 30rem;
}
.team-pic {
width: 30rem;
height: 30rem;
}
} .team-pic-lines-mobile {
display: none;
} @media (max-width: 1439px) {
.team-pic-lines-mobile {
display: block !important;
max-width: 90% !important;
}
}
@media (max-width: 560px) {
.team-pic-lines-mobile {
display: block !important;
max-width: 65% !important;
}
.mobile-line-text-center-top {
top: -75%;
left: 50%;
transform: translateX(-50%);
}
}  @media (min-width: 768px) and (max-width: 1024px) {
.cta-button {
padding: 11px 26px !important;
font-size: 16px !important;
border-radius: 12px !important;
transition: background 0.3s ease !important;
}
} @media (max-width: 768px) {
.cta-button {
padding: 11px 26px !important;
font-size: 16px !important;
border-radius: 12px !important;
transition: background 0.3s ease !important;
}
} @media (max-width: 480px) {
.cta-button {
padding: 11px 26px !important;
font-size: 16px !important;
border-radius: 12px !important;
transition: background 0.3s ease !important;
}
}  .card-item.fade-in {
animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes moveUpOut {
from {
transform: translateY(0);
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-260px);
}
}
@keyframes slideUp {
from {
transform: translateY(0);
}
to {
transform: translateY(-210px);
}
}
@keyframes fadeIn {
from {
transform: translateY(50px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}