/*-----------------------------------------------------------------------------------
    Template Name: Matrix Magma HTML Teamplate
    Author: Helpful Insight Solution
    Support: sales@helpfulinsightsolution.com
    Description: 
    Version: 1.0
-----------------------------------------------------------------------------------*/

/* ==========================================================
    TABLE OF CONTENTS
    01. CSS Variables
    02. Base & Reset
    03. Typography
    04. Utilities
    05. Form Elements
    06. Hero Section
    07. Trusted By Business Section
    08. Funding Program Section
    09. Potential Section
    10. Feature Section
    11. Information Section
    12. Faq Section
    13. Ready To Access Section
    14. Footer Section
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/* ==========================================================
    01. CSS Variables
========================================================== */
:root {
    --mm3-color-primary: #000F32;
    --mm3-color-primary-light: #D6EAF2;
    --mm3-color-secondary: #DD8F00;
    --mm3-color-white: #ffffff;
    --mm3-color-black: #000000;

    --mm3-fs-base: 18px;
    --mm3-fs-md: 20px;
    --mm3-fs-lg: 22px;
    --mm3-fs-xl: 35px;
    --mm3-fs-2xl: 40px;
    --mm3-fs-3xl: 50px;

    --mm3-radius-4: 4px;
    --mm3-radius-8: 8px;
    --mm3-radius-10: 10px;
    --mm3-radius-15: 15px;
    --mm3-radius-30: 30px;
    --mm3-radius-50: 50px;

    --mm3-font-body: "Inter Tight", sans-serif;

    --mm3-shadow-button: 0 14px 24px rgba(221, 143, 0, 0.4);
    --mm3-shadow-card: 0 24px 34px rgba(0, 0, 0, 0.15);

    --mm3-gradient-program: linear-gradient(-59deg, #D6EAF2 0%, #F6FBFD 45%, #D6EAF2 100%);
    --mm3-gradient-businesses: linear-gradient(-52deg, #D6EAF2 0%, #F6FBFD 48%, #D6EAF2 100%);

    --mm3-transition-button: all 150ms ease-in-out;
    --mm3-transition-card: all 200ms ease-in-out;

    --py-120: 120px;

    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
/* ==========================================================
    02. Base & Reset
========================================================== */
body {
    font-family: var(--mm3-font-body);
    font-size: var(--mm3-fs-base);
    color: var(--mm3-color-primary);
    background-color: var(--mm3-color-white);
    line-height: 24px;
    font-weight: 400;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a {
    color: var(--mm3-color-primary);
    text-decoration: none;
    transition: var(--mm3-transition-button);
    display: inline-block;
}
a:hover {
    color: var(--mm3-color-secondary);
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* ==========================================================
    03. Typography
========================================================== */
h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
}
h2{
    font-weight: 600;
    font-size: 40px;
}
h6{
    font-size: var(--mm3-fs-base);
    line-height: 24px;
}
/* ==========================================================
    04. Utilities
========================================================== */
.py-120{
    padding-top: var(--py-120);
    padding-bottom: var(--py-120);
}
.row{
    --bs-gutter-x: 20px;
}
.mb-12{
    margin-bottom: 12px !important;
}
.pl-50{
    text-indent: 35px;
}
@-moz-document url-prefix() {
  select.pl-50 {
    text-indent: 16px;
  }
}
.container{
    max-width: 1640px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 20px;
}
.bg-primary{
    background-color: var(--mm3-color-primary) !important;
}
.text-white{
    color: var(--mm3-color-white) !important;
}
.text-primary{
    color: var(--mm3-color-primary) !important;
}
.text-secondary{
    color: var(--mm3-color-secondary) !important;
}
.filter-invert{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.after-hidden::after{
    display: none;
}
.primary-btn{
    background-color: var(--mm3-color-secondary);
    border: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: var(--mm3-color-white);
    padding: 20px 47px;
    border-radius: var(--mm3-radius-10);
    transition: var(--mm3-transition-button);
    min-width: 354px;
    text-align: center;
}
.outline-btn{
    border: 1px solid var(--mm3-color-primary);
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px;
    border-radius: var(--mm3-radius-10);
    background-color: transparent;
    height: 60px;
    min-width: 354px;
    text-align: center;
    transition: var(--mm3-transition-button);
}
.primary-btn:hover,
.outline-btn:hover{
    box-shadow: var(--mm3-shadow-button);
    -webkit-box-shadow: var(--mm3-shadow-button);
}
.outline-btn:hover{
    background-color: var(--mm3-color-secondary);
    color: var(--mm3-color-white);
    border-color: var(--mm3-color-secondary);
}
.lock_info{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 2px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    justify-content: center;
    margin-top: 12px;
}
.main-title{
    color: var(--mm3-color-primary);
    font-size: 50px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 18px;
}
.sub-title{
    font-size: 35px;
    line-height: 20px;
    font-weight: 700;
}
.info_top>p{
    font-size: 20px;
    line-height: 29px;
    color: var(--mm3-color-black);
    margin-bottom: 18px;
}
/* ==========================================================
    05. Form Elements
========================================================== */
.form-group{
    margin-bottom: 12px;
}
.form-group label{
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 2px;
}
.form-group input,
.form-group select{
    width: 100%;
    border: 1px solid rgba(0, 15, 50, 0.2);
    border-radius: var(--mm3-radius-10);
    font-size: 18px;
    line-height: 28px;
    color: var(--mm3-color-primary);
    font-weight: 600;
    padding: 10px 15px;
    outline: none;
    min-height: 50px;
    background-color: var(--mm3-color-white);
}
.form-group input:focus,
.form-group select:focus{
    outline: none;
    border-color: rgba(0, 15, 50, 0.3);
}
.form-group select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path d="M16.9621 0.530456L8.74609 8.74646L0.530091 0.530456" stroke="%23000F32" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 15px;
    padding-right: 40px;
}
.inline-checkbox{
    gap: 33px;
}
.custom-checkbox label{
    position: relative;
    padding-left: 32px;
    line-height: 24px;
}
.custom-checkbox label span{
    font-size: 16px;
    line-height: 20px;
    color: var(--mm3-color-black);
    font-weight: 600;
    text-transform: uppercase;
}
.custom-checkbox label span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 15, 50, 0.3);
    border-radius: 5px;
}
.custom-checkbox label span::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 1;
    background-size: 13px;
}
.custom-checkbox label input:checked + span::before{
    background-color: var(--mm3-color-primary);
    border-color: var(--mm3-color-primary);
}
.custom-checkbox label input:checked + span::after{
    opacity: 1;
}
.input-icon{
    position: absolute;
    top: 0;
    left: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    pointer-events: none;
    width: 28px;
    text-align: center;
}
input::placeholder {
    color: var(--mm3-color-primary);
    opacity: 1;
}
input::-moz-placeholder {
    color: var(--mm3-color-primary);
    opacity: 1;
}
input:-ms-input-placeholder {
    color: var(--mm3-color-primary);
}
input::-ms-input-placeholder {
    color: var(--mm3-color-primary);
}
/* ==========================================================
    06. Hero Section
========================================================== */
.hero-section{
    background-image: url('../images/hero-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 34px 0 69px;
}
.hero-left h1{
    margin-top: 66px;
}
.hero-left h2{
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 22px;
    color: var(--mm3-color-white);
}
.hero-left p{
    color: #DFE4F0;
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 0;
}
.hero-list{
    margin: 12px 0 7px;
}
.hero-list li{
    font-size: 20px;
    line-height: 50px;
    color: var(--mm3-color-white);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
}
.hero-list li>span{
    flex: 0 0 20px;
    max-width: 20px;
    width: 100%;
    margin-top: -3px;
}
.hero-section .outline-btn{
    border-color: var(--mm3-color-secondary);
    color: var(--mm3-color-secondary);
    font-size: 23px;
    font-weight: 500;
    padding: 20px 50px 19px 51px;
    background-color: rgba(0, 15, 50, 0.4);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: var(--mm3-radius-15);
    margin-top: 11px;
    height: 59px;
}
.hero-section .outline-btn:hover{
    background-color: var(--mm3-color-secondary);
    color: var(--mm3-color-white);
}
.hero-letter-img{
    padding-top: 72px;
}
.hero-right{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 26px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.hero-form{
    max-width: 520px;
    width: 100%;
    padding-top: 6px;
}
.hero-form .lock_info{
    gap: 5px;
    margin-top: 0;
    margin-bottom: 16px;
}
.hero-form-area{
    background-color: var(--mm3-color-white);
    border-radius: var(--mm3-radius-30);
    padding: 10px;
}
.hero-form-inner{
    border: 5px solid var(--mm3-color-primary);
    border-radius: var(--mm3-radius-30);
    padding: 25px 15px 20px;
}
.hero-form-inner h2{
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 9px;
}
.hero-form-inner>p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 18px;
}
.hero-form-inner .form-group{
    margin-bottom: 10px;
}
.checkbox-area + .checkbox-area + .form-group{
    margin-bottom: 18px;
}
.hero-form-inner .form-group select{
    padding-right: 20px;
}
.hero-form-inner .form-group select,
.hero-form-inner .form-group input[type="email"]{
    min-height: 60px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    border-color: rgba(0, 15, 50, 0.3);
}
.checkbox-area{
    border: 1px solid rgba(0, 15, 50, 0.3);
    border-radius: var(--mm3-radius-10);
    padding: 19px 16px 19px 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.checkbox-area>p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    flex: 0 0 80.563%;
    -webkit-flex: 0 0 80.563%;
    max-width: 80.563%;
}
.checkbox-area + .checkbox-area>p{
    flex: 0 0 62.84%;
    -webkit-flex: 0 0 62.84%;
    max-width: 62.84%;
}
.checkbox-area .custom-checkbox{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.snapshot-info{
    margin-top: 23px;
}
.snapshot-info-column>span{
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.snapshot-info-column>p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 7px 0 0;
}
.snapshot-info-column:first-child{
    flex: 0 0 16.958%;
    max-width: 16.958%;
    margin-right: auto;
    padding-left: 5px;
}
.snapshot-info-column:nth-child(2){
    flex: 0 0 17.61%;
    max-width: 17.61%;
}
.snapshot-info-column:nth-child(3){
    flex: 0 0 18.48%;
    max-width: 18.48%;
    padding-left: 18px;
}
.snapshot-info-column:last-child{
    flex: 0 0 23.48%;
    max-width: 23.48%;
    margin-left: auto;
}
/* ==========================================================
    07. Trusted By Business Section
========================================================== */
.trust-by-business{
    padding: 45px 0 40px;
}
.trust-by-business h2{
    margin-bottom: 43px;
}
.trust-column h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #081A3A;
    margin: 20px 0 0;
}
.trust-row{
    display: flex;
    flex-wrap: wrap;
}
.trust-column:not(:last-child){
    border-right: 1px solid rgba(221, 143, 0, 0.6);
}
.trust-column:first-child{
    flex: 0 0 13.704%;
    -webkit-flex: 0 0 13.704%;
    max-width: 13.704%;
    padding-right: 40px;
    padding-bottom: 4px
}
.trust-column:nth-child(2){
    flex: 0 0 15.433%;
    -webkit-flex: 0 0 15.433%;
    max-width: 15.433%;
    padding-right: 48px;
    padding-left: 49px;
    padding-bottom: 4px
}
.trust-column:nth-child(3){
    flex: 0 0 18.519%;
    -webkit-flex: 0 0 18.519%;
    max-width: 18.519%;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 4px
}
.trust-column:nth-child(4){
    flex: 0 0 18.087%;
    -webkit-flex: 0 0 18.087%;
    max-width: 18.087%;
    padding-right: 49px;
    padding-left: 49px;
    padding-bottom: 4px
}
.trust-column:nth-child(5){
    flex: 0 0 20.309%;
    -webkit-flex: 0 0 20.309%;
    max-width: 20.309%;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 4px
}
.trust-column:last-child{
    flex: 0 0 13.889%;
    -webkit-flex: 0 0 13.889%;
    max-width: 13.889%;
    padding-left: 48px;
    padding-bottom: 4px
}
/* ==========================================================
    08. Funding Program Section
========================================================== */
.funding-program{
    background-image: url('../images/program-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 0 44px;
}
.card-program{
    border: 4px solid var(--mm3-color-white);
    border-radius: var(--mm3-radius-50);
    padding: 26px 26px 24px;
    background: var(--mm3-gradient-program);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    transition: var(--mm3-transition-card);
}
.card-program:hover{
    box-shadow: var(--mm3-shadow-card);
    -webkit-box-shadow: var(--mm3-shadow-card);
}
.card-program2{
    padding-left: 29px;
}
.card-program3{
    padding-left: 31px;
    padding-right: 6px;
    gap: 30px;
}
.program-icon{
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    background-color: var(--mm3-color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--mm3-transition-card);
}
.program-icon:hover{
    box-shadow: var(--mm3-shadow-card);
    -webkit-box-shadow: var(--mm3-shadow-card);
}
.program-content{
    flex: 0 0 calc(100% - 140px);
    -webkit-flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
}
.program-content h3{
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    color: var(--mm3-color-black);
    text-transform: uppercase;
    margin-bottom: 7px;
}
.program-content p{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: var(--mm3-color-black);
    opacity: 0.8;
    margin-bottom: 12px;
}
.normal-btn{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 12%;
    gap: 13px;
    color: var(--mm3-color-black);
    font-weight: 600;
    text-transform: uppercase;
    width: max-content;
}
.normal-btn:hover svg path{
    fill: var(--mm3-color-secondary);
}
/* ==========================================================
    09. Potential Section
========================================================== */
.potential{
    padding: 17px 0 16px;
}
.potential-main{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.potential-data{
    display: flex;
    gap: 30px;
}
.potential-icon{
    flex-shrink: 0;
}
.picon-info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    color: var(--mm3-color-white);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    gap: 6px;
}
.potential-content h2{
    line-height: 25px;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.potential-content h3{
    font-size: 20px;
    line-height: 25px;
    color: var(--mm3-color-white);
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.potential-content p{
    font-size: 20px;
    line-height: 25px;
    color: var(--mm3-color-white);
    opacity: 0.8;
    margin: 0;
    text-transform: capitalize;
}
.potential-row{
    display: flex;
    flex: 0 0 37.717%;
    max-width: 37.717%;
    justify-content: flex-end;
}
.potential-column:not(:last-child){
    border-right: 1px solid #394C78;
}
.potential-column:first-child{
    padding-right: 15px;
    flex: 0 0 22.75%;
    max-width: 22.75%;
}
.potential-column:nth-child(2){
    padding: 0 15px;
    flex: 0 0 23.896%;
    max-width: 23.896%;
}
.potential-column:nth-child(3){
    padding: 0 15px;
    flex: 0 0 28.316%;
    max-width: 28.316%;
}
.potential-column:last-child{
    padding-left: 15px;
    max-width: 26%;
}
.potential-column h4{
    font-size: 16px;
    line-height: 23px;
    color: var(--mm3-color-white);
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: capitalize;
}
/* ==========================================================
    10. Feature Section
========================================================== */
.feature{
    padding: 40px 0 41px;
}
.card-feature{
    min-height: 100%;
    background: var(--mm3-gradient-businesses);
    border-radius: var(--mm3-radius-30);
    padding: 22px 29px 15px;
    overflow: hidden;
}
.card-feature .sub-title{
    line-height: 42px;
    margin-bottom: 10px;
    color: var(--mm3-color-black);
}
.card-feature2{
    padding: 22px 30px 34px 31px;
    background: linear-gradient(328deg, #D6EAF2 0%, #F6FBFD 48%, #D6EAF2 100%);
}
.card-feature3{
    padding: 29px 5px 17px 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(328deg, #D6EAF2 0%, #F6FBFD 48%, #D6EAF2 100%); */
}
.card-feature3::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:  url(../images/globe.webp);
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: color-burn;
    z-index: -1;
    opacity: 0.15;
}
.card-feature2 .sub-title{
    margin-bottom: 16px;
}
.feature-list li{
    font-size: 18px;
    line-height: 33px;
    color: var(--mm3-color-black);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    text-transform: capitalize;
}
.feature-list li>span{
    flex: 0 0 16px;
    height: 16px;
    max-width: 16px;
    width: 100%;
    background-color: var(--mm3-color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.process-row{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    z-index: 1;
}
.process-row::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 2px;
    border-top: 1px dashed var(--mm3-color-secondary);
    z-index: -1;
}
.process-icon{
    width: 100px;
    height: 100px;
    background-color: var(--mm3-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--mm3-transition-card);
}
.process-icon:hover{
    box-shadow: var(--mm3-shadow-card);
    -webkit-box-shadow: var(--mm3-shadow-card);
}
.process-column:first-child{
    flex: 0 0 20.975%;
    max-width: 20.975%;
    width: 100%;
}
.process-column:first-child>p{
    padding: 0px 10px;
}
.process-column:nth-child(2){
    flex: 0 0 17.592%;
    max-width: 17.592%;
    width: 100%;
}
.process-column:nth-child(2)>p{
    padding: 0 4px;
}
.process-column:nth-child(3){
    flex: 0 0 22.87%;
    max-width: 22.87%;
    width: 100%;
}
.process-column:nth-child(3)>p{
    padding: 0px 10px;
}
.process-column:last-child{
    flex: 0 0 20.84%;
    max-width: 20.84%;
    width: 100%;
}
.process-column:last-child>p{
    padding: 0px 12px;
}
.process-column>span{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    display: inline-block;
    color: var(--mm3-color-secondary);
    margin-top: 12px;
}
.process-column h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--mm3-color-black);
    margin-bottom: 4px;
    text-transform: capitalize;
}
.process-column p{
    font-size: 17px;
    line-height: 25px;
    color: var(--mm3-color-black);
    margin: 0;
    text-transform: capitalize;
}
.card-feature-top>span{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.card-feature3>p{
    font-size: 18px;
    line-height: 26px;
    color: var(--mm3-color-black);
    margin: 0;
    font-weight: 600;
    padding-right: 12px;
    text-transform: capitalize;
}
/* ==========================================================
    11. Information Section
========================================================== */
.information_section>.container{
    max-width: 1790px;
}
.info_inner{
    border: 2px solid #D5EAF2;
    border-radius: var(--mm3-radius-50);
    padding: 42px 36px 38px;
}
.info_bottom{
    max-width: 1620px;
    margin: 0 auto;
}
.info_column{
    min-height: 100%;
    position: relative;
}
.info_column h3{
    font-size: 20px;
    line-height: 29px;
    color: var(--mm3-color-primary);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.checkbox-group + .checkbox-group{
    margin-top: 25px;
}
.checkbox-group p{
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 18px;
}
.info_bottom .size-18{
    font-size: 18px;
    line-height: 29px;
}
.info_bottom .col-lg-3:not(:last-child) .info_column::after{
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #A6A4A1;
    opacity: 0.6;
}
.info_btn_group{
    margin-top: 27px;
}
/* ==========================================================
    12. Faq Section
========================================================== */
.faq-section{
    padding: 54px 0 40px;
}
.faq-section h2{
    margin-bottom: 33px;
}
.accordion{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.accordion-item{
    background-color: var(--mm3-color-primary-light);
    border: none;
    border-radius: var(--mm3-radius-15) !important;
    transition: var(--mm3-transition-card);
}
.accordion-item:hover{
    box-shadow: var(--mm3-shadow-card);
    -webkit-box-shadow: var(--mm3-shadow-card);
}
.accordion-button{
    font-size: 20px;
    line-height: 20px;
    color: var(--mm3-color-primary) !important;
    font-weight: 700;
    padding: 20px 23px;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.47852 15.791V0H10.2539V15.791H5.47852ZM0 10.2832V5.50781H15.7617V10.2832H0Z" fill="%23000F32"/></svg>');
    background-size: 16px;
    background-position: center;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M10.2236 0V4.42383H-0.000976562V0H10.2236Z" fill="%23000F32"/></svg>');
    transform: inherit;
}
.accordion-body{
    padding: 0 23px 20px;
    font-size: 20px;
    line-height: 29px;
    color: var(--mm3-color-black);
}
/* ==========================================================
    13. Ready To Access Section
========================================================== */
.ready-to-access{
    padding: 27px 0 25px;
}
.access_left{
    gap: 17px;
    flex: 0 0 22%;
    -webkit-flex: 0 0 22%;
    max-width: 22%;
    width: 100%;
    padding-left: 4px;
}
.secure_content h2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.secure_content p{
    opacity: 0.8;
}
.fund-benefits{
    display: flex;
    flex-wrap: wrap;
}
.access_center{
    flex: 1;
    -webkit-flex: 1;
    padding-right: 61px;
}
.access_center_inner {
    max-width: 741px;
    width: 100%;
    margin-left: auto;
}
.benefit-column{
    position: relative;
    width: 100%;
    max-width: 100%;
}
.benefit-column:not(:last-child){
    border-right:solid 1px rgba(166, 164, 161, 0.50);
}
.benefit-column:first-child{
    padding-left: 0;
    padding-right: 14px;
        max-width: 15.79%;
}
.benefit-column:nth-child(2){
    max-width: 25.102%;
    padding-left: 19px;
    padding-right: 14px;
}
.benefit-column:nth-child(3){
    max-width: 21.458%;
    padding-left: 20px;
    padding-right: 11px;
}
.benefit-column:nth-child(4){
    max-width: 18.625%;
    padding-left: 19px;
    padding-right: 20px;
}
.benefit-column:last-child{
    max-width: 19.03%;
    padding-right: 0;
    padding-left: 20px;
}
.benefit-column h3{
    color: var(--mm3-color-white);
    font-weight: 600;
    margin: 15px 0 0;
    font-size: var(--mm3-fs-base);
    line-height: 24px;
    text-transform: capitalize;
}
.access_right{
    flex: 0 0 21.852%;
    -webkit-flex: 0 0 21.852%;
    max-width: 21.852%;
    width: 100%;
    padding-top: 17px;
}
/* ==========================================================
    14. Footer Section
========================================================== */
footer{
    padding: 13px 0 34px;
}
.footer-menus{
    gap: 54px;
}
.footer-menus li:not(:last-child)::after{
    content: '';
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background-color: var(--mm3-color-primary);
}
.footer-menus li>a{
    font-weight: 500;
}