/*==========================
 FONT LINKS 
========================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Roboto font link  */


@import url('css/gambarino.css');

/*
========================
GLOBAL CSS START
========================
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    color: #03161A;
}

:root {
    --selection-bg: #0078d7;
    --selection-color: #fff;
    --scroll-top-bg: #03161A;
    --scroll-top-color: #fff;
    --font-gambarino: 'Gambarino-Regular';
    --font-primary: '"Roboto", sans-serif'; 
    --color-background: #fffcf8; 
    --color-text-dark: #03161a; 
    --color-text-light: #ffffff; 
    --color-text-muted-dark: rgba(3, 22, 26, 0.5);
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-webkit-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--scroll-top-bg);
    text-align: center;
    font-size: 22px;
    color: var(--scroll-top-color);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.current {color: #FFFCF8 !important; font-weight: 500 !important; opacity: 1 !important; }
.apply-page .current {font-weight: 500 !important; color: #03161A;}
.apply-page .navbar-nav .nav-link.current { color: #03161A !important;}
.feature-body .current {color: #FFFCF8 !important; }

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: var(--scroll-top-bg);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes smooth_rotate_anticlockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes smooth_rotate_clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes float_up_down_mob {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*===============
 GOBAL CSS END  
 ============== */

/* navbar style start hare  */

.navbar-nav {
    gap: 42px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #03161A;
}
.apply-page .navbar-nav .nav-link {
    color: #03161A;
    font-weight: 500;
    font-size: 16px;
    opacity: 0.5;
}

.header-actions {
    gap: 16px;
}

.header-actions button {
    background: transparent;
    border: none;
}

.header-actions button.sign-up {
    padding: 10px 20px;
    border-radius: 80px;
    background: #03161A;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s;
}

.header-actions button.sign-up:hover {
    background: #EAD5C1;
    color: #000;
}

.navbar {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
}

/*============ nav area end hare ====== */

/*========= hero area start hare ====== */

.hero-area {
     
    background: url(images/home-hero-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 0;
    /*min-height: 780px;
    min-height: 85dvh;*/
    /*
     * Use traditional viewport units as a fallback for browsers that do not yet support the
     * newer `dvh` unit (e.g. Safari prior to version 16). Browsers that understand `dvh`
     * will use the second declaration and override this fallback.
     
    padding-top: 20vh;
    padding-top: 20dvh;
    */
    padding-top: 150px;
}
.about-body .hero-wrapper {
    /* Provide a fallback for the dynamic viewport unit */
    padding-bottom: 20vh;
    padding-bottom: 20dvh;
}
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*max-width: 680px;
    max-width: 75dvh;*/
}

.hero-content h2 {
    text-align: center;
    font-family: var(--font-gambarino);
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(150deg, #000 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    color: #03161A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
   /* max-width: 555px;*/
    margin-inline: auto;
}

.action-btn {
    padding: 12px 20px;
    border-radius: 80px;
    background: #03161A;
    color: #FFF6EB;
    font-weight: 500;
}

.action-btn:hover {
    background: #E9D4B9;
    color: #000;
}

/*=========== hero area end hare ======== */

/*==== content section start hare ========= */

.content-section {
    background: #000;
}

.contatent-wrapper {
    display: flex;
}

.content-image {
    flex: 1;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 720px;
    object-position: top;
}
.maxheights {max-height: 720px;}

.content-card {
    flex: 1;
    padding: 80px 95px;
    background: linear-gradient(152deg, #000 17.34%, #161616 100.89%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*gap: 40px;*/
    gap: 24px;
    max-width: 50%;
    color: #fff;
}
.contatent-wrapper.featured-content {
background: linear-gradient(152deg, #000 17.34%, #161616 100.89%);
background-image: url(images/feature-grid.svg);
background-repeat: repeat-x;
background-size: cover;
}
.content-card.featured-card {background: none;}

.content-right-card {
    padding-right: calc((100vw - 1230px) / 2);
    /*align-items: center;*/
    display: flex;
    gap: 40px;
}
.featured-images-one.content-right-card {
      align-items: center;
}

.content-card h2 {
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-gambarino);
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
}

.content-card h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 30px;
    font-style: normal;
    font-weight: 200;
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
   /* -webkit-text-fill-color: transparent; */
}
.content-card h4 span {font-family: var(--font-gambarino);background: linear-gradient(150.24deg, #FFFFFF 18.19%, #E9D4B9 94.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }

.content-card .action-btn {
    background: #fff;
    color: #03161A;
}

.content-card .action-btn:hover {
    background: #E9D4B9;
}

/*============= content section end hare ========= */

/*========== card area style start hare ======== */

.card-ara {
    padding: 100px 0;
    background: #FFFCF8;
}

.card-wrapper {
    display: flex;
    align-items: center;
}

.card-content-wp {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.card-content-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
}
.card-content-block ul li {
    font-weight: 400;
}
.card-content-block h4 {
    font-family: var(--font-gambarino);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
   /* line-height: 179.75%;*/
    margin-top: -20px;
    background: linear-gradient(181deg, #000 18.69%, #E9D4B9 126.75%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.card-content-block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-content-block ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-content-block p {
    color: #03161A;
    font-size: 18px;
    font-weight: 400;
}

.card-images {
    animation: float_up_down 2s ease-in-out infinite;
}

/*============= card area end hare ============ */

/*============ exclusive area style start hrae ========= */

.exclusive-area {
    padding: 85px 0;
    background: url(images/exclusive-access.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.exclusive-wrapper {
    /*max-width: 535px;*/
    /* Fallback for browsers without `dvh` support */
   /* max-width: 80vh;
     Modern browsers will use the following value 
    max-width: 80dvh;*/
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    color: #fff;
}

.exclusive-wrapper h2 {
    text-align: center;
    font-family: var(--font-gambarino);
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 102.714%;
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exclusive-wrapper p {
    opacity: 0.5;
    text-align: center;
    /* Provide a fallback before the `dvh` value for wider browser support 
    max-width: 50vh;
    max-width: 50dvh;*/
}

.exclusive-wrapper .action-btn {
    background: #FFFCF8;
    color: #03161A;
}

.exclusive-image img {
    mix-blend-mode: hard-light;
}
.exclusive-image.features-exclusive img
{
    max-width: 60%;
    margin: 0 auto;
}
/*============== exclusive area style end hare ========== */

/*============== footer style start hare ============= */

.footer-area {
    padding-top: 64px;
    padding-bottom: 35px;
}

.footer-wrapper {
    display: flex;
    gap: 30px;
}

.footer-left {
    flex-direction: column;
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.footer-right {
    display: flex;
    justify-content: end;
    flex: 1;
    gap: 44px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links h4 {
    color: #03161A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links ul li a {
    color: #03161A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
}

.footer-links ul li a:hover {
    opacity: 1;
}

.footer-left p {
    color: #505D68;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.divider {
    opacity: 0.2;
    background: #000;
    height: 1px;
    margin-block: 40px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #505D68;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*===============================
 HOME PAGE STYLE END HARE 
================================= */

/*===================================
 ABOUT PAGE STYLE START HARE 
==================================== */

/*========== nav area ======= */

.about-body .navbar-nav .nav-link, .feature-body .navbar-nav .nav-link{
    color: #FFFCF8;
    opacity: 0.5;
}

.about-body .navbar-nav .nav-link:hover, .feature-body .navbar-nav .nav-link:hover {
    /*color: #161616;*/
}

.about-body .offcanvas, .feature-body .offcanvas{
    background: #161616;
}

.about-body .navbar-toggler, .feature-body .navbar-toggler {
    border-color: #fff;
}

.about-body .navbar-toggler-icon, .feature-body .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.about-body .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.hero-area.about-hero {
    background: url(images/about-hero-bg.png) no-repeat; 
    background-size: cover;
}
.hero-area.features-hero {
    background: #000; 
    background-size: 100%;
}
.about-hero .hero-image img {
    mix-blend-mode: hard-light;
    max-width: 170px;
}

.about-hero .hero-wrapper {
    justify-content: center;
    gap: 20px;
}

.about-hero .hero-content h2 {
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero .hero-content p {
    color: #FFFCF8;
    max-width: 600px;
}
.apply-page .hero-content p {
    max-width: 600px;
    font-weight: 400;
}

.content-wp-three .content-card .title-4xl.text-hh4 {font-weight: 400;
    font-size: 40px;}

.about-body .header-actions button, .feature-body .header-actions button {
    color: #fff;
}

.about-body .header-actions button.sign-up, .feature-body .header-actions button.sign-up {
    background: #FFFCF8;
    color: #000000;
}
.ftitle {font-weight: 400;
font-size: 16px;color: #03161A;}
/* content card style  */

.content-left-card {
    padding-left: calc((100vw - 1230px) / 2);
}

.about-body .content-card h4 {
    color: #FFFCF8;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.about-body .content-card h2 {
    margin-top: -24px;
    font-size: 50px;
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-body .content-image {
    background: #010708;
}

.about-body .content-card-two {
    background: linear-gradient(152deg, #161616 17.34%, #000 100.89%);
}

.content-wrapper-two .content-image {
    padding: 100px;
}

.content-card ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.about-body .content-card ul {
    font-weight: 400;
    font-size: 16px;
    color: #FFFCF8;
}
.content-card ul li {
    display: flex;
    align-items: baseline;
    gap: 23px;
}

.content-card .card-hightlight-box {
    padding: 20px;
    border-radius: 10px;
    background: #161616;
    color: #FFFCF8;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.card-hightlight-box p {
    opacity: 0.5;
}

.content-image img {
    height: 100%;
}
.content-image.about-images-one img {
	object-fit: contain !important;
	max-height: 100%;
    align-items: center;
}
.card-rotate img{
    animation: smooth_rotate_anticlockwise 60s linear infinite;
}
.content-image.featured-images-one img {
	object-fit: contain !important;
    max-height: 40%;
    align-items: center;
}
.content-wp-three .content-card {
    background: #FFFCF8;
}
.content-card.feature-card-right { 
    background: #03161A;
}
.content-card.feature-card-left { 
    justify-content:flex-start
}

.content-wp-three .content-card h4 {
    color: #000;
}

.content-wp-three .content-card h2 {
    background: linear-gradient(150deg, #000 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
}

.content-wp-three .content-card p {
   color: #000000;
   font-weight: 400;
}

.content-wp-three .content-card li {
    color: #000;
}

.content-wp-three .card-hightlight-box {
    background: #EDEBE9;
}

.content-wp-three .card-hightlight-box p {
    opacity: 1;
}

.content-wp-four .content-card p,
.content-wp-four .content-card li {
    color: #FFFCF8;
}

/*=============== foremostcard area style start hare ================= */

.foremostcard-area {
    padding-block: 85px;
    background: url(images/foremostcard-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.foremostcard-wrapper {
    max-width: 774px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.foremostcard-wrapper .foremostcard-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    max-width: 614px;
}

.foremostcard-top h2 {
    text-align: center;
    font-family: var(--font-gambarino);
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: 102.714%;
    background: linear-gradient(149deg, #000 18.69%, #E9D4B9 126.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tiger-wrapper {
    display: flex;
    gap: 40px;
}

.single-tiger {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.single-tiger ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
}

.single-tiger ul li {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.single-tiger h4 {
    text-align: center;
    font-family: var(--font-gambarino);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(149deg, #000 18.69%, #E9D4B9 126.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-images-one {
    max-height: 720px;
}

.content-image.images-three img {
	max-height: 740px;
}
span.stext{display:block;color: #03161A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    background: none !important;
    font-family: 'Roboo', sans-serif;
     background: none;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

/*===================================
| FEATURES PAGE STYLE START HARE 
==================================== */

/*========== nav area ======= */
.feature-body .navbar-toggler, .featured-body .navbar-toggler {
    border-color: #fff;
}

.features-hero .hero-content h2 {
    background: linear-gradient(150deg, #FFF 18.19%, #E9D4B9 94.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-hero .hero-content p {
    color: #FFFCF8;
    max-width: 600px;
}

.features-hero .hero-image {
    overflow: hidden;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
}

.features-hero .hero-image img {
    width: auto;
    /*height: 200%;*/
    object-fit: cover;
    object-position: center top;
    animation: smooth_rotate_clockwise 50s linear infinite;
    transform-origin: center center;
}

/* newcomponent styles */
.newcomponent {
    width: 100%;
    height: 700px;
    background: linear-gradient(135deg, #000000 0%, #161616 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.newcomponent-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* content card style  */

.feature-description{
color: #FFFCF8;
font-size: 16px;
font-style: normal;
font-weight: 300;
opacity: 0.6;
}

.title-rv3 {
    font-family: var(--font-gambarino);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(150.24deg, #FFFFFF 18.19%, #E9D4B9 94.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.section-wkz { 
    background-color: #ffffff; 
    padding: 120px 0;
} 

.container-jfa { 
    width: 100%; 
    max-width: 1440px; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 50px; 
    padding-right: 50px;
} 

.unlocks-pl6 { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 12px; 
    max-width: 820px; 
    margin: 0 auto;
} 

.card-waz { 
    margin: -80px auto 0px; 
    max-width:800px;
    font-weight: 400;
    font-size: 16px;
    color: #03161A;
} 
.grid-ov4.viptext {margin-top: -80px}
.grid-ov4 { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 88px 37px; 
    max-width: 853px; 
    margin: 0 auto;
} 

.row-jfj { 
    font-size: 16px; 
    letter-spacing: 3.2px; 
    color: #000000; 
    margin: 0;
    font-weight: 100;
} 

.text-vae { 
    background-clip: text; 
    -webkit-background-clip: text; 
    color: transparent;
} 

.title-5rp { 
    font-family: var(--font-gambarino); 
    font-weight: 400; 
    font-size: 70px; 
    line-height: 1.02; 
    margin: 0; 
    background-image: linear-gradient(165deg, #000000 0%, #e9d4b9 107.22%);
} 

.unlocks-r3f { 
    font-size: 16px; 
    line-height: 1.18; 
    color: #03161a; 
    max-width: 650px; 
    margin: 0;
    font-weight: 400;
} 

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

.grid-pqz { 
    display: flex; 
    flex-direction: column; 
    gap: 10px;
} 
.grid-pqz p{
    font-weight: 400;
    font-size: 16px;
}

.icon-myw { 
    width: 38px; 
    height: 38px; 
    margin-bottom: 10px;
} 

.title-q3a { 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 1.54; 
    color: #03161a; 
    margin: 0;
} 

.item-il2 { 
    font-size: 16px; 
    line-height: 1.43; 
    color: #03161a; 
    opacity: 0.5; 
    margin: 0;
} 

.section-fpg { 
    padding-top: 112px; 
    padding-bottom: 123px;
} 

.container-qfp { 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 30px; 
    padding-right: 30px;
} 

.container-bik { 
    display: flex; 
    width: 100%;
    min-height: 100vh;
    align-items: stretch;
} 

.left-parent {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px;
}

.right-parent {
    width: 50%;
    background: #03161A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.info-kk6 { 
    display: flex; 
    flex-direction: column; 
    gap: 24px;
} 

.wrapper-whf { 
    background-color: transparent; 
    padding: 0; 
    margin-top: 0;
    width: 100%;
} 

.icon-wc5 { 
    width: 19.19px; 
    height: 37.25px; 
    margin-bottom: -11px;
} 


.text-hh4 { 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    text-fill-color: transparent;
} 

.title-4xl { 
    font-family: var(--font-display); 
    font-weight: 400; 
    font-size: 40px; 
    line-height: 1.8; 
    background-image: linear-gradient(165deg, #000000 0%, #e9d4b9 153.94%);
} 


.content-wp-three .content-card .subtitle-ts6 { 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 1.1; 
    max-width: 479px;
    color: #03161A;
    opacity: 1;
} 

.info-cdx { 
    font-size: 16px; 
    line-height: 1.43; 
    color: #03161A;
    opacity: 0.5;
    display: flex; 
    flex-direction: column; 
    gap: 1.5em;
} 

.form-lno { 
    display: flex; 
    flex-direction: column;
} 

.info-cdx ul  { 
    padding-left: 20px; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
    gap: 0.5em;
} 



.title-d6y { 
    font-family: var(--font-gambarino);
    font-weight: 400; 
    font-size: 30px; 
    line-height: 2.06; 
    background-image: linear-gradient(165deg, #ffffff 0%, #e9d4b9 107.22%); 
    margin-bottom: 62px;
} 

.section-iti { 
    display: flex; 
    flex-direction: column; 
    gap: 8px; 
    margin-bottom: 30px;
} 

.button-66x { 
    background-color: #fffcf8; 
    color: #03161A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 20px; 
    border-radius: 80px; 
    border: none; 
    cursor: pointer; 
    text-align: center; 
    margin-top: 40px; 
    transition: opacity 0.3s;
    display: inline-block;
    align-self: baseline;
    width: auto;
} 

.button-66x:hover { 
    opacity: 0.9;
} 


.content-card .subtitle-6q9 { 
    color: var(--color-text-light); 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 1.43; 
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF !important;
    background: none;
} 
.container-496.container-w8v h2 {
    font-weight: 400;
    font-size: 50px;
    background: linear-gradient(150.24deg, #FFFFFF 18.19%, #E9D4B9 94.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--font-gambarino);
}

.form-group-l7y input { 
    width: 100%; 
    background-color: transparent; 
    border: 1px solid rgba(255, 255, 255, 0.17); 
    border-radius: 4px; 
    padding: 10px; 
    color: var(--color-text-light); 
    font-size: 16px; 
    line-height: 1.43;
}

/* FAQ Styles */

.container-496 { 
    width: 100%; 
    max-width: 1200px; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 30px; 
    padding-right: 30px;
} 

.container-w8v { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 80px;
} 

.section-acx { 
    background: linear-gradient(153deg, #161616 0%, #000000 113.01%); 
    color: var(--color-text-light); 
    padding: 107px 0;
} 

.list-qm2 { 
    width: 100%; 
    max-width: 818px; 
    display: flex; 
    flex-direction: column;
} 

.item-8po { 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} 

.item-8po:last-of-type { 
    border-bottom: none;
} 

.fa-cqt { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 24px 0; 
    cursor: pointer; 
    list-style: none; 
    font-size: 18px; 
    font-weight: 700;
    color: #FFFCF8;
} 

.fa-pow { 
    padding-bottom: 24px; 
    font-size: 16px; 
    line-height: 1.2; 
    max-width: 745px;
    font-weight: 300;
} 

.fa-h1d { 
    transition: transform 0.3s; 
    opacity: 0.5;
} 

.item-8po[open] .fa-h1d  { 
    transform: rotate(-180deg);
} 

p { 
    margin: 0;
}
