/*----------------------------- Global -----------------------------*/
.desktop_none {
    display: none;
}
.mobile_none {
    display: block;
}

.mo_px_0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* ----------------------- Checkbox ----------------------- */

.c-checkbox input[type='checkbox']:checked~label:after, .c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #656565;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 0px;
    top: 2px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox input[type='checkbox'] {
    display: none;
}
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: url(../img/filter_tic.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 5px;
    top: 4px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox {
    position: relative;
    margin-bottom: 0px;
}
.login_strong {
    color: var(--Neutral-800, #3C3C3C);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin-bottom: 0px;
}
.login_strong a {
    color: var(--Functional-Info-Blue, #005BB9);
    font-family: "Futura PT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0px;
    text-decoration: none;
}
.c-text {
    margin-left: 32px;
}
.filter_main_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 281px;
}


.hs1 {
    background: url(../img/hs1_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 1080px;
}
.hs1_man {
    background: url(../img/hs1_man.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 64px;
    width: 703px;
    height: 987px;
    border-bottom-right-radius: 175px;
    z-index: 2;
}
.hs1_orange_left {
    background: url(../img/hs1_orange_left.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 211px;
    width: 832px;
}
.hs1_orange_right {
    background: url(../img/hs1_orange_right.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 819px;
    width: 188px;
}
.hs1_content {
    max-width: 720px;
    margin-left: auto;
    padding-top: 272px;
    padding-bottom: 92px;
}
.hs1_pre_title {
    color: var(--Accent-Orange-Accent, #FE9B01);
    font-family: "Gochi Hand";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 111%; /* 44.4px */
    letter-spacing: 0.8px;
    transform: rotate(-5.878deg);
    width: fit-content;
    margin-bottom: 0px;
}
.hs1_title, .hs1_title>span {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H1 */
    font-family: "Darker Grotesque";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.hs1_title {
    position: relative;
    z-index: 1;
}
.hs1_title::after {
    content: url(../img/hs1_text_bar.png);
    position: absolute;
    top: 80px;
    right: 34px;
    z-index: -1;
}
.hs1_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);
    width: 538px;
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}
.btn_global_yellow {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Accent-Orange-Accent, #FE9B01);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.btn_global_yellow:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Accent-Orange-Accent, #FFA821);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.btn_global_transparent {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    color: var(--Accent-Orange-Accent, #FE9B01);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.btn_global_transparent:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--States-Hover, #EBEBEB);
    color: var(--Accent-Orange-Accent, #FE9B01);

    /* Extra Bold/Capt */
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.hs1_btn_div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 176px;
}
.hs1_bottom_content_container_text {
    color: var(--Other-Dark-Blue, #070034);

    /* Hand Written Medium */
    font-family: "Gochi Hand";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%; /* 23.52px */
    letter-spacing: 0.48px;
    margin-bottom: 0px;
    max-width: 130px;
}
.hs1_bottom_content_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
} 
.hs1_bottom_row_mobo {
    display: none;
}

.ct_sec3m {
    padding: 112px 0px;
    display: flex;
    justify-content: center;
    background: #FAFAFA;
}


.inn_sec3m {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.ct3_ttm {
    color: var(--Other-Dark-Blue, #070034);
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.ct3_ttm::before {
    content: url(../img/text_bg.png);
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: -1;
}

.below_sec3m {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 128px;
}

.par_boxm {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}


.box_ttm {
    color: var(--Accent-Orange-Accent, #FE9B01);
    font-family: "Gochi Hand";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
}

.other_boxttm {
    color: var(--Other-Dark-Blue, #070034);
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.box_ppppm {
    color: var(--Nuetral-Dark-Gray, #232323);
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.join_textm {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 0px;
    max-width: 845px;
    position: relative;
    z-index: 1;
}
.join_textm::after {
    content: url(../img/hs1_text_bar.png);
    position: absolute;
    bottom: 2px;
    left: 116px;
    z-index: -1;
}
.hs3_title {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.hs3_subtitle {
    color: var(--Nuetral-Light-Gray, #EAEAEA);
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}
.hs3_content {
    max-width: 432px;
    margin-left: auto;
    padding-top: 110.5px;
    padding-bottom: 110.5px;
}
.hs3 {
    background: url(../img/hs3_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.strip_original {
    background: var(--Accent-Orange-Accent, #FE9B01);
    padding-top: 16px;
    padding-bottom: 16px;
}
.strip_text {
    color: var(--Nuetral-Almost-White, #FAFAFA);

    /* Extra Bold/Capt */
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.marque_strip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 140px;
}
.marquee {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    /* width: 455px; */
}
  
  .marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 10s linear infinite;
    &:hover {
      animation-play-state: paused;
    }
  }
  
  .marquee--inner span {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  .marque_strip {
    display: flex;
    
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  
.hs4_card_title {
    color: var(--Other-Dark-Blue, #070034);
    text-align: center;
    /* H/H4 */
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 12px;
}
.hs4_card_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}
.hs4_card_img {
    width: 144px!important;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.hs4_card .btn.btn_global_transparent {
    margin-left: auto;
    margin-right: auto;
}
.hs4_card {
    padding: 32px;
    background: url(../img/hs4_card_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    /* min-width: 459px; */
}
.hs4_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 24px;
    text-align: center;
}
.hs4_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    width: 638px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}
.hs4 {
    padding-top: 88px;
    padding-bottom: 88px;
    background: #FAFAFA;
    position: relative;
}
.hs4_gradient_left {
    width: 189px;
    height: 708px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 175px 0px;
    opacity: 0.32;
    background: linear-gradient(0deg, rgba(254, 155, 1, 0.56) 0%, rgba(255, 239, 215, 0.00) 100%);
}
.hs4_gradient_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 176px;
    height: 524px;
    border-radius: 0px 0px 0px 175px;
    opacity: 0.32;
    background: linear-gradient(0deg, rgba(254, 155, 1, 0.56) 0%, rgba(255, 239, 215, 0.00) 100%);
}



.hs5_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.hs5_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}
.hs5_content {
    max-width: 432px;
    padding-top: 142.5px;
    padding-bottom: 142.5px;
}
.hs5 {
    background: url(../img/hs5_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.strip_original2 {
    background: var(--Accent-Orange-Accent, #070034);
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn_global_dark {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Other-Dark-Blue, #070034);
    color: #FAFAFA;
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.hs6_card {
    background: url(../img/hs6_card_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    width: 342px;
    padding: 32px;
}
.hs6_left {
    max-width: 708px;
}
.hs6_card_pre_text {
    color: var(--Accent-Orange-Accent, #FE9B01);

    /* Hand Written Medium */
    font-family: "Gochi Hand";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%; /* 23.52px */
    letter-spacing: 0.48px;
    margin-bottom: 16px;
}
.hs6_card_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H4 */
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 12px;
}
.hs6_card_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    min-height: 112px;
} 

.hs6_title {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.hs6_subtitle {
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 24px;
}
.hs6_btn_div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hs6_frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 116px;
}
.hs6_right {
    max-width: 525px;
}
.hs6 {
    padding-top: 88px;
    padding-bottom: 88px;
    background: var(--Nuetral-Almost-White, #FAFAFA);
}
.hs6_title::after {
    content: "";
    position: absolute;
    right: 51px;
    top: 35px;
    background: linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FE9B01 100%);
    width: 390px;
    height: 20px;
    z-index: -1;
}

.hs6_bottom {
    display: none;
}
.btn_global_white {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Almost-White, #FAFAFA);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    background: transparent;
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.btn_global_white:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--States-Hover, #EBEBEB);
    color: var(--Nuetral-Almost-White, #BEBEBE);
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.hs7_subtitle {
    color: var(--Nuetral-Light-Gray, #EAEAEA);
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}

.hs7_title {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.hs7_content {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}
.hs7 {
    /* opacity: 0.56;
    background-image: url(../img/hs7_liner.png), url(../img/hs7_back.png);
    mix-blend-mode: color-burn;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    padding-top: 112px;
    padding-bottom: 112px;
    /* background: radial-gradient(120.05% 70.71% at 50% 50%, rgba(254, 155, 1, 0.00) 70%, #FE9B01 100%); */
}
.faq_pre_title {
    color: var(--Accent-Orange-Accent, #FE9B01);
    text-align: center;

    /* Hand Written */
    font-family: "Gochi Hand";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 111%; /* 44.4px */
    letter-spacing: 0.8px;
    margin-bottom: 24px;
}
.faq_title {
    color: var(--Other-Dark-Blue, #070034);
    text-align: center;

    /* H/H1 */
    font-family: "Darker Grotesque";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
    text-transform: uppercase;
    margin-bottom: 24px;
    z-index: -1;
    position: relative;
}
.faq_title::after {
    content: "";
    position: absolute;
    right: 48px;
    bottom: 13px;
    background: linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FE9B01 100%);
    width: 460px;
    height: 20px;
    z-index: -1;
}
.faq_subtitle {
    color: #232323;
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
    width: 503px;
    margin-left: auto;
    margin-right: auto;
}
.faq_content {
    padding-top: 200px;
    padding-bottom: 105px;
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
}
.faqs1 {
    background: url(../img/faqs1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.faq_content_frame {
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 88px;
    padding-bottom: 88px;
}
.faq_tabpanel_btn {
    border-radius: 12px;
    background: var(--Accent-Orange-Accent, #FE9B01);
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.tab_btn_global {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: var(--Other-Dark-Blue, #070034);
    background: var(--Accent-Orange-Accent, #FE9B01);
    /* Extra Bold/Capt */
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border: 0px;
    width: 100%;
}
.tab_btn_global.active {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: var(--Other-Dark-Blue, #FAFAFA);
    background: var(--Accent-Orange-Accent, #070034);
    /* Extra Bold/Capt */
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border: 0px;
    width: 100%;
}
.faq_content_tabs_btn {
    margin-bottom: 56px;
}
.faq_content_tabs_info .accordion-button {
    color: var(--Other-Dark-Blue, #070034);

    /* H/H4 */
    font-family: "Darker Grotesque";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    text-transform: capitalize;
    margin-bottom: 0px;
    padding: 24px;
    
    background: url(../img/faq_text_back_2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    
}
.faq_content_tabs_info .accordion-button:not(.collapsed) {
    /* border-radius: 12px; */
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: none;
    box-shadow: none;
    border: 0px;
    padding-bottom: 16px;
    background: transparent;
}
.faq_content_tabs_info .accordion-item {
    background: url(../img/faq_text_back_2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
}
.faq_content_tabs_info .accor_body_text {
    color: var(--Nuetral-Dark-Gray, #232323);
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.faq_content_tabs_info .accordion-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-top: 0px;
}
.faqs2 {
    background: var(--Nuetral-Almost-White, #FAFAFA);
}
.das1_title {
    color: var(--Other-Dark-Blue, #070034);
    text-align: center;

    /* H/H2 */
    font-family: "Darker Grotesque";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    text-transform: capitalize;
    margin-bottom: 40px;
}
.ds1 {
    background: url(../img/faqs1.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 164px;
    padding-bottom: 69px;
}
.ds1 .faq_content_tabs_btn {
    max-width: 935px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.ds2_frame {
    padding-top: 88px;
    padding-bottom: 88px;
}
.form_label {
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Extra Bold/Capt Medium */
    font-family: "Darker Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.inp_global {
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    padding: 16px;
    background: transparent;
    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
}
.the_drops, .the_drops:hover {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);

    color: var(--Nuetral-Dark-Gray, #232323);

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    width: 100%;
}
.form_element {
    margin-bottom: 24px;
}
.acc_box_container {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);
}
.ds2 {
    background: var(--Nuetral-Almost-White, #FAFAFA);
}

.order_tab table.table {
    background: var(--Other-Dark-Blue, #070034);
    border-radius: 15px;
}
.table_heading_title {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;

    /* Extra Bold/Capt */
    font-family: "Darker Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 166%; /* 29.88px */
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;    
    padding: var(--Sml, 10px);
    margin-bottom: 0px;
}
.order_tab table.table thead tr th {
    background: var(--Other-Dark-Blue, #070034);
    padding: 0px;
}
.order_tab table.table tbody tr td {
    background-color: #FAFAFA;
    box-shadow: none;
    border-bottom-width: none;
    border-bottom: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    padding-top: 24px;
    padding-bottom: 24px;
}

.order_tab table.table tbody tr td:last-of-type {
    padding-top: 19px;
    padding-bottom: 19px;
}
.order_tab {
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    border-radius: 11px;
}
.order_tab table.table {
    margin-bottom: 0px;
}
.order_tab table.table tbody tr:last-child td {
    border-bottom: 0px;
}
.order_tab table.table thead tr th:first-child {
    border-top-left-radius: 10px;
}
.order_tab table.table thead tr th:last-child {
    border-top-right-radius: 10px;
}
.order_tab table.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.order_tab table.table tbody tr:last-child td:last-child  {
    border-bottom-right-radius: 10px;
}
.table_order_content {
    color: var(--Other-Dark-Blue, #070034);
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    margin-bottom: 0px;
}
.table_order_content_pill {
    border-radius: 32px;
    border: 1px solid;
    padding: 4px 12px 6px 12px;
    text-align: center;

    /* Medium/Body */
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.4px;
    width: fit-content;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.table_order_content_pill.green {
    color: #00A324;
    background: #E5FFEB;
}
.table_order_content_pill.red {
    color: #A30000;
    background: #FFE3E3;
}
.table_order_content_pill.blue {
    color: #0041A3;
    background: #DCF3FF;
}

.faq_content_tabs_info .accordion-button:not(.collapsed)::after {
    background-image: url(../img/drop_gold.svg);
}
.faq_bgimage{
    background-image: url('../img/faq_bottombg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .mobile_none {
        display: none;
    }
    .desktop_none {
        display: block;
    }
    
    
    /* ----------------------- Checkbox ----------------------- */
    .c-checkbox {
        margin-bottom: 0px;
    }
    .c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
        top: 2px;
    }
    .c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
        top: 3px;
        font-size: 30px;
    }
    .c-text {
        width: unset;
    }
    .filter_main_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .faq_content_tabs_info .accordion-button:not(.collapsed), .faq_content_tabs_info .accordion-button.collapsed {
        align-items: flex-start;
    }
    
    .faq_bgimage{
    background-image: url('../img/faq_bottombgmob.png');
    }
    .hs1_man, .hs1_orange_left, .hs1_orange_right {
        display: none;
    }

    .hs1_pre_title {
        color: var(--Accent-Orange-Accent, #FE9B01);

        /* Hand Written Medium */
        font-family: "Gochi Hand";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 23.52px */
        letter-spacing: 0.48px;
    }
    .btn_global_dark {
        color: #FAFAFA;
        
        /* Extra Bold/Capt Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .hs5_content .btn_global_dark {
        width: 100%;
    }
    
    .faqs2 {
        background: var(--Nuetral-Almost-White, #FBFCFF);
    }
    .hs1_title {
        color: var(--Other-Dark-Blue, #070034);

        /* H/H1 Moble */
        font-family: "Darker Grotesque";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 48px */
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    .hs1_title>span {
        display: none;
    }
    .hs1_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 24px;
        max-width: fit-content;
    }
    .hs1 {
        min-height: fit-content;
        background: url(../img/hs1_bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .hs1_content {
        max-width: 720px;
        margin-left: auto;
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .hs1_bottom_row {
        display: none;
    }
    .hs1_btn_div {
        margin-bottom: 24px;
    }
    .btn_global_yellow {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: var(--Accent-Orange-Accent, #FE9B01);
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .btn_global_transparent {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        color: var(--Accent-Orange-Accent, #FE9B01);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .hs1_btn_div button {
        width: 100%;
    }
    .hs1_content {
        margin-left: 12px;
        margin-right: 12px;
    }
    .hs1_bottom_row_mobo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 40px;
        /* max-width: 294px; */
        margin-left: auto;
        margin-right: auto;
        background: #FBFCFF;
    }
    .hs1_bottom_content_container img {
        width: 32px;
    }
    .hs1_bottom_content_container_text {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Gochi Hand";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 15.68px */
        letter-spacing: 0.32px;
        max-width: 80px;
    }
    .hs1_bottom_content_container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
    }

    .hs1_title::after {
        content: "";
        position: absolute;
        width: 216px;
        height: 20px;
        left: 11px;
        top: 69.5px;
        background: linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FFDDA8 100%);
    }

    .ct_sec3m {
        padding: 0px 24px 32px;
        background: #FBFCFF;
    }

    .inn_sec3m {
        width: auto;
        gap: 24px;
    }


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

    .par_boxm {
        display: flex;
        width: auto;
        align-items: flex-start;
        gap: 16px;
    }

    .box_ttm {
        color: var(--Accent-Orange-Accent, #FE9B01);
        font-family: "Gochi Hand";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%;
        letter-spacing: 0.32px;
        margin-bottom: 4px;
    }

    .other_boxttm {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-transform: capitalize;
        margin-bottom: 8px;
    }

    .box_ppppm {
        color: var(--Nuetral-Dark-Gray, #232323);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%;
        letter-spacing: 0.32px;
        margin-bottom: 0;
    }
    
    .join_textm {
        color: var(--Other-Dark-Blue, #070034);
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        max-width: 327px;
    }
    .join_textm::after {
        content: "";
        background: var(--Other-Ge, linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FFDDA8 100%));
        width: 219px;
        height: 20px;
        position: absolute;
        left: 35px;
        top: 93px;
    }
    .hs3_title {
        color: var(--Nuetral-Almost-White, #FAFAFA);

        /* H/H3 */
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .hs3_subtitle {
        color: var(--Nuetral-Light-Gray, #EAEAEA);

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 16px;
    }
    .hs3_content button.btn.btn_global_yellow {
        width: 100%;
    }
    .hs3_content {
        padding-top: 32px;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 208px;
    }
    .hs3 {
        background: url(../img/hs3_bg_mobo.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .strip_text {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        text-align: center;
        min-width: 100px;
    }
    .strip_original {
        background: var(--Accent-Orange-Accent, #FE9B01);
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .marquee {
        height: 22px;
    }

    .hs4_title {
        color: var(--Other-Dark-Blue, #070034);
        text-align: center;

        /* H/H3 */
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        margin-bottom: 12px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .hs4_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);
        text-align: center;

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 24px;
        width: fit-content;
        margin-left: 24px;
        margin-right: 24px;
    }
    .hs4 {
        padding-top: 32px;
        padding-bottom: 32px;
        background: #FAFAFA;
    }
    
    .hs4_gradient_left {
        width: 138px;
        height: 556px;
        position: absolute;
        left: 0px;
        border-radius: 0px 0px 0px 175px;
        opacity: 0.32;
        background: linear-gradient(0deg, rgba(254, 155, 1, 0.56) 0%, rgba(255, 239, 215, 0.00) 100%);
        transform: rotateX(180deg) rotateY(180deg);
    }
    .hs4_gradient_right {
        width: 138px;
        height: 588px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        top: unset;
        border-radius: 0px 0px 0px 175px;
        opacity: 0.32;
        background: linear-gradient(0deg, rgba(254, 155, 1, 0.56) 0%, rgba(255, 239, 215, 0.00) 100%);
    }
    
    .hs5_title {
        color: var(--Other-Dark-Blue, #070034);

        /* H/H3 */
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .hs5_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 16px;
    }
    .hs5_content button.btn.btn_global_yellow {
        width: 100%;
    }
    .hs5_content {
        padding-top: 32px;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 208px;
    }
    .hs5 {
        background: url(../img/hs5_bg_mobo.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .strip_original2 {
        background: var(--Accent-Orange-Accent, #070034);
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .strip_original2 .strip_text {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        text-align: center;
        min-width: 100px;
    }
    .marquee--inner {
        display: block;
        width: 500%;
        position: absolute;
        animation: marquee 10s linear infinite;
    }

    .hs6_left {
        display: none;
    }
    .hs6_title {
        color: var(--Other-Dark-Blue, #070034);

        /* H/H3 */
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .hs6_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 16px;
    }
    .hs6_btn_div button {
        width: 100%;
    }
    .hs6_title::after {
        content: "";
        position: absolute;
        width: 207px;
        height: 20px;
        z-index: -1;
        position: absolute;
        right: 34px;
        top: 13px;
        background: var(--Other-Ge, linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FFDDA8 100%));
    }
    .hs6_content {
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .hs6 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .hs6_bottom {
        display: block;
    }
    #hs6_bottom_owl {
        /* padding-left: 24px; */
    }
    .hs6_card {
        background: url(../img/hs6_card_bg_mobo.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 12px;
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        width: 327px;
        padding: 24px;
    }
    .hs6_card_pre_text {
        color: var(--Accent-Orange-Accent, #FE9B01);

        /* Small */
        font-family: "Gochi Hand";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 15.68px */
        letter-spacing: 0.32px;
        margin-bottom: 12px;
    }
    .hs6_card_title {
        color: var(--Other-Dark-Blue, #070034);

        /* H/H5 */
        font-family: "Darker Grotesque";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 24px */
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .hs6_card_subtitle {
        color: var(--Nuetral-Dark-Gray, #232323);

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 0px;
        min-height: unset;
    }
    .hs7 {
        padding: 48px 12px;
    }
    .hs7_title {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        text-align: center;

        /* H/H3 */
        font-family: "Darker Grotesque";
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 40px */
        text-transform: capitalize;
        margin-bottom: 12px;
    }
    .hs7_subtitle {
        color: var(--Nuetral-Light-Gray, #EAEAEA);
        text-align: center;

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 24px;
    }
    
    .btn_global_white {
        display: flex;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Nuetral-Almost-White, #FAFAFA);
        color: var(--Nuetral-Almost-White, #FAFAFA);
        background: transparent;
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 166%; /* 29.88px */
        letter-spacing: 0.48px;
        text-transform: uppercase;
    }
    .hs7_content .btn_global_white {
        width: 100%;
    }
    .faq_pre_title {
        color: var(--Accent-Orange-Accent, #FE9B01);
        text-align: center;

        /* Hand Written Medium */
        font-family: "Gochi Hand";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 98%; /* 23.52px */
        letter-spacing: 0.48px;
        margin-bottom: 12px;
    }
    .faq_title {
        color: var(--Other-Dark-Blue, #070034);
        text-align: center; 

        /* H/H1 Moble */
        font-family: "Darker Grotesque";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 48px */
        text-transform: uppercase;
        z-index: 0;
    } 
    .faq_title::after {
        content: "";
        position: absolute;
        right: 45px;
        top: 77px;
        background: var(--Other-Ge, linear-gradient(90deg, rgba(254, 155, 1, 0.00) 0%, #FFDDA8 100%));
        width: 232px;
        height: 20px;
        z-index: -1;
    }
    .faq_subtitle {
        color: #232323;
        text-align: center;

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        width: fit-content;
    }
    .faq_content {
        padding-top: 121px;
        padding-bottom: 40px;
        max-width: 734px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .faqs1 {
        background: url(../img/faqs1_mobo.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .faq_content_frame {
        max-width: 1074px;
        margin-left: 12px;
        margin-right: 12px;
        padding-top: 32px;
        padding-bottom: 24px;
    }
    .faq_tabpanel_btn {
        border-radius: 12px;
        background: var(--Accent-Orange-Accent, #FE9B01);
        display: flex;
        padding: 8px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        flex-direction: column;
    }
    .faq_content_tabs_btn {
        margin-bottom: 24px;
    }
    .ds1 {
        background: url(../img/faqs1.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        padding-top: 121px;
        padding-bottom: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .das1_title {
        margin-bottom: 12px;
    }
    .ds2_frame {
        padding: 32px 12px;
    }
    .acc_box_container {
        padding: 32px 24px;
    }
    .acc_box_container:first-child {
        margin-bottom: 24px;
    }

    .order_tab_mobo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
    .order_tab_mobo_left, .order_tab_mobo_right {
        width: 100%;
    }
    .order_tab_mobo_left {
        background: var(--Other-Dark-Blue, #070034);
    }
    .order_tab_mobo_left .order_tab_mobo_left_internal {
        padding: 14px;
    }
    .order_tab_mobo_right .order_tab_mobo_right_internal {
        padding: 14px;
        height: 50.2px;
    }
    .order_tab_mobo_right .order_tab_mobo_right_internal:last-child {
        padding: 8px;
    }
    .order_tab_mobo_left_internal p {
        color: var(--Nuetral-Almost-White, #FAFAFA);
        text-align: center;

        /* Extra Bold/Capt Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .order_tab_mobo_right_internal p {
        color: var(--Other-Dark-Blue, #070034);
        text-align: center;

        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        margin-bottom: 0px;
    }
    .table_order_content_pill {
        text-align: center;
        
        /* Medium/Body Medium */
        font-family: "Darker Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 112%; /* 17.92px */
        letter-spacing: 0.32px;
        border-radius: 32px;
        padding: 4px 12px 6px 12px;
        border: 1px solid;
    }
    .table_order_content_pill.green {
        color: #00A324;
    }
    .order_tab_mobo {
        border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
        border-bottom: 0px;
    }
    .order_tab_mobo:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .order_tab_mobo:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom: 1px solid #BEBEBE;
    }
    .order_tab_mobo:first-child .order_tab_mobo_left {
        border-top-left-radius: 10px;
    }
    .order_tab_mobo_right {
        border-top-right-radius: 10px;
    }

    
    .order_tab_mobo:last-child .order_tab_mobo_left {
        border-bottom-left-radius: 10px;
    }
}



@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .hs1_man {
        background: url(../img/hs1_man.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 33px;
        width: 428px;
        height: 967px;
    }
    .hs1_orange_left {
        background: url(../img/hs1_orange_left.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 169px;
        width: 510px;
    }
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 75px;
    }
    .below_sec3m {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 51px;
    }

    .hs3 {
        background: url(../img/hs3_bg.png);
        background-size: cover;
        background-position: left -390px top;
        background-repeat: no-repeat;
    }
    .hs5 {
        background: url(../img/hs5_bg.png);
        background-size: cover;
        background-position: right -390px top;
        background-repeat: no-repeat;
    }
    .hs6_right {
        max-width: 390px;
    }
    .hs6_frame {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 55px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .hs1_man {
        background: url(../img/hs1_man.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 33px;
        width: 478px;
        height: 967px;
    }
    .hs1_orange_left {
        background: url(../img/hs1_orange_left.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 169px;
        width: 545px;
    }
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 97px;
    }
    .below_sec3m {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 51px;
    }
    .hs3 {
        background: url(../img/hs3_bg.png);
        background-size: cover;
        background-position: left -390px top;
        background-repeat: no-repeat;
    }
    .hs5 {
        background: url(../img/hs5_bg.png);
        background-size: cover;
        background-position: right -390px top;
        background-repeat: no-repeat;
    }
    
    .hs6_right {
        max-width: 390px;
    }
    .hs6_frame {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 55px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .hs1_man {
        background: url(../img/hs1_man.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 33px;
        width: 546px;
        height: 967px;
    }
    .hs1_orange_left {
        background: url(../img/hs1_orange_left.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 169px;
        width: 627px;
    }
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 85px;
    }
    .below_sec3m {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 108px;
    }
    
    .hs6_right {
        max-width: 475px;
    }
    .hs6_frame {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 110px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .hs1_man {
        background: url(../img/hs1_man.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 33px;
        width: 610px;
        height: 996px;
    }
    .hs1_orange_left {
        background: url(../img/hs1_orange_left.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 211px;
        width: 710px;
    }
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 66px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .hs1_man {
        background: url(../img/hs1_man.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 33px;
        width: 686px;
        height: 996px;
    }
    .hs1_orange_left {
        background: url(../img/hs1_orange_left.png);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 211px;
        width: 765px;
    }
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 100px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .hs1_orange_right {
        background: url(../img/hs1_orange_right.png);
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 819px;
        width: 145px;
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}