*,
*:focus {
    outline: none;
    /*font-family: "Manrope", sans-serif;*/
    font-family: 'Amazon Ember', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    appearance: none
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #181818;
}

img {
    -webkit-user-drag: none;
    user-select: none;
}

nav {
    position: fixed;
    left: 50px;
    top: 0;
    width: calc(100% - 220px);
    height: 5em;
    padding: 0 60px;
    line-height: 5em;
    text-align: right;
    z-index: 9999;
    background: #181818;
    border-radius: 0 0 20px 20px;
    transition: 0.5s;
}

button.flat {
    width: fit-content;
    margin: 65px auto 20px;
    padding: 16px 28px;
    border: none;
    background: #4452FE;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
}

.menu {
    background-image: url(Menu.svg);
    width: 46px;
    height: 46px;
    background-size: cover;
    margin: 7px 0;
    display: none;
    position: fixed;
    z-index: 1;
    cursor: pointer;
    right: 22px;
    top: 0;
    filter: invert(1);
}

.spread_out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

button.outlined {
    color: #2752E7;
    border: 1px solid;
    background: transparent;
    font-family: "Amazon Ember", sans-serif;
    height: 48px;
    border-radius: 10px;
    padding: 0 27px;
    font-weight: 500;
    cursor: pointer;
}

img.nav_logo {
    width: 120px;
    /* float: left; */
    height: 100%;
    object-fit: contain;
    filter: invert(1);
}

.nav_links {
    /* float: right; */
    width: calc(100% - 200px);
}

a.nav_link {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    margin: 0 9px;
    cursor: pointer;
    padding-bottom: 6px;
    font-family: "Amazon Ember";
}

a.nav_link.active {
    background-image: url(../IMG/link_active.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.dropdown {
    position: absolute;
    width: 190px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #747289;
    text-align: left;
    line-height: 2em;
    padding: 10px;
    border: 1px solid #EBEBEB;
    box-shadow: 20px 0px 50px rgba(205, 205, 205, 0.25), 0px 20px 20px rgba(185, 185, 185, 0.25);
    border-radius: 10px;
    display: none;
}

a.nav_link.drop {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.drop_title::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../IMG/caret_down.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

span.dropdown_item {
    display: block;
    padding: 7px 8px;
    margin-bottom: 10px;
    position: relative;
}

span.dropdown_item:hover {
    background: #F3F3F3;
    border-radius: 5px;
    color: #090722;
}

span.dropdown_item::after {
    content: '';
    background: #EBEBEB;
    height: 1px;
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

span.dropdown_item:last-of-type {
    margin-bottom: 0;
}

span.dropdown_item:last-of-type:after {
    content: '';
    height: 0px;
    position: absolute;
}

img.header_image {
    margin-left: 120px;
    margin-top: 30vh;
}

.flex_middle {
    display: flex;
    flex-direction: column;
    margin: 130px auto 0;
    width: 100%;
    max-width: 900px;
    text-align: center;
    max-height: calc(100vh - 130px);
    overflow: hidden;
}

.big_title {
    font-weight: 500;
    font-size: 49px;
    color: #fff;
    margin-bottom: 22px;
}



.small_title {
    font-family: "Amazon Ember", sans-serif;
    color: #ffffffb5;
    padding: 0 19px;
    font-size: 29px;
    font-weight: 300;
    margin: 0;
}

.greyed {
    /* background-color: #F8F8FC; */
}

img.welcome_img {
    height: calc(100vh - 338px);
    object-fit: contain;
}

img.header_image.no_margin {
    margin: 0;
    margin-top: 25px;
    transform: scale(0.95);
    transform-origin: 0 0;
}

img.header_graphics {
    position: absolute;
    top: 15vh;
    right: 2%;
    width: 48%;
}

img.header_graphics.no_margin {
    top: -16vh;
    right: -1%;
    width: 48%;
}

span.sub_text {
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #333333;
    display: block;
}

span.sub_text.sm {
    margin-top: 15px;
}

.sub_text.header {
    width: 38%;
    color: #241C71;
    margin-left: 120px;
    margin-top: 6px;
}


.brands {
    margin-top: 100px;
    width: 100%;
}


.joined {
    width: 80%;
    margin: 60px auto;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    padding: 27px 0;
}

.join_title {
    font-size: 39px;
    font-weight: 700;
}

.join_item {
    display: flex;
    flex-direction: column;
    height: 113px;
    justify-content: center;
}

.join_subtext {
    font-family: "Amazon Ember", sans-serif;
    color: #626262;
    margin-top: 5px;
}

.join_separator {
    width: 1px;
    background: #E3E3E3;
    display: flex;
}

p.section_title {
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    font-family: "Amazon Ember", sans-serif;
    margin-bottom: 20px;
}

.cards_stack {
    margin-left: 120px;
    margin-top: 50px;
}

.cards_stack.no_margin {
    margin-left: 0;
    margin-top: 18px;
    transform: scale(0.95);
    transform-origin: 0 0;
}

.cards_stack a {
    display: inline-block;
    margin-right: 8px;
}

section.full_height {
    height: 100vh;
    /* min-height: 800px; */
    overflow: hidden;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
}

.recoup_show {
    width: 90%;
    /* max-width: 650px; */
    height: 402px;
    background-image: url('1.png');
    margin: 20px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: swap_images 4s linear infinite;
    border-radius: 15px;
    overflow: hidden;
    /* border: 2px solid #4452fe96; */
}

@keyframes swap_images {
    0%{
        background-image: url('1.png');
    }
    20%{
        background-image: url('1.png');
    }
    49%{
        background-image: url('1.png');
    }
    50%{
        background-image: url('2.png');
    }
    99%{
        background-image: url('2.png');
    }
    100%{
        background-image: url('1.png');
    }
}

img.landing_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section {
    position: relative;
    overflow-x: hidden;
}

section.type_two_header {
    height: 100vh;
    background-image: url(../IMG/half_back.svg);
    background-size: cover;
    background-color: #0a0722;
    padding: 0 100px;
    min-height: 500px;
}

.list_item_holder {
    width: 88%;
}

.list_item {
    display: flex;
    flex-direction: row;
}

.li_n {
    color: #D0DBFF;
    font-weight: 500;
    font-size: 22px;
    width: 30px;
}

.li_c {
    flex: 1;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

.li_c .sub_text {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

.li_separator {
    width: 66%;
    background: #E3E3E3;
    height: 1px;
    margin: 23px 0;
}

.small_text {
    color: #626262;
    font-family: "Amazon Ember", sans-serif;
    font-size: 15.5px;
    margin-top: 7px;
    line-height: 24px;
    font-weight: 300;
}


section.type_two_header.light {
    background-color: #F4F3FF;
    background-image: url(../IMG/half_back2.svg);
    height: 80vh;
}

.middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 200px);
}

.middle.no_margin {
    margin-top: 5vh;
}

.page_links a {
    color: #fff;
    text-decoration: none;
}

.page_links {
    color: #fff;
    font-size: 17px;
}

.t_two_title {
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    margin: 32px 0 10px;
    transform: translateX(-4px);
}

.cta {
    margin-top: 15px;
    width: 100%;
}

.t_two_subtitle {
    text-transform: capitalize;
    color: #8886A5;
    font-size: 23.7px;
}

.search_section {
    display: flex;
    justify-content: space-between;
    height: 70px;
    margin-top: 36px;
    position: relative;
}

.search_button {
    background: #5BE7C3;
    border-radius: 10px;
    border: none;
    width: 175px;
    font-size: 20px;
    cursor: pointer;
}

.search_input {
    border: none;
    width: 100%;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 20px;
    padding: 0 23px;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.service_card {
    display: inline-table;
    width: 90%;
    max-width: 390px;
    border: 1px solid rgba(215, 223, 221, 0.47);
    text-align: center;
    margin: 100px 10px 0;
}

img.service_card_image {
    margin-top: 20px;
}

span.service_card_title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

span.service_card_text {
    display: block;
    font-size: 19px;
    line-height: 33px;
    font-weight: 300;
    font-family: "Amazon Ember", sans-serif;
}

.dark_section {
    padding: 30px 30px;
    color: #fff;
    text-align: left;
    display: block;
    /* height: 170px; */
}

.service_card.clear {
    max-width: 330px;
    margin: 50px 36px 100px;
    background: transparent;
    border: none;
    border-radius: 18px;
    /* padding: 0 22px; */
    height: unset;
}

.service_card.clear .dark_section {
    text-align: center;
    color: #241C71;
    background: none;
    padding: 7px;
    backdrop-filter: none;
}

.service_card.clear .dark_section span.service_card_title {
    font-size: 32px;
    margin-bottom: 13px;
    color: #fff;
    font-weight: 400;
    font-family: "Amazon Ember", sans-serif;
}

.service_card.clear .dark_section span.service_card_text {
    color: #ffffffa8;
    font-family: "Amazon Ember", sans-serif;
}

img.user_prompt_ad {
    width: 100%;
    margin-top: 150px;
}

.cards_stack.w {
    position: absolute;
    bottom: 24%;
    margin-left: 0;
    left: 14%;
}

.section_left {
    width: 100%;
    flex: 1;
}

.section_right {
    width: 100%;
    flex: 1;
}

.section_left.float_right {
    float: right;
    margin: 0 7% 0 0;
}

.section_left.bigger {
    width: 50%;
}

img.section_left_image {
    width: 100%;
    max-height: 440px;
}

img.stick_right {
    max-height: unset;
    float: right;
}

img.section_left_image.bigger {
    max-height: unset;
    height: auto;
}

span.sub_text.inter {
    font-family: "Amazon Ember", sans-serif;
    color: #626262;
    font-weight: 300;
    max-width: 515px;
    margin: 0 auto 35px;
}

.two_sections {
    overflow: hidden;
    padding: 75px 5%;
}

.top_padding {
    padding-top: 75px;
}

img.section_right_image {
    margin-bottom: 30px;
}

img.how_to_get_change {
    object-position: center;
    width: 100%;
}

section.light_blue {
    background: #FAFAFF;
}

section.light_orange {
    background: #FFFEFA;
}


.t_cards_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 83%;
    margin: 0 auto;
    align-items: start;
    position: relative;
}

.t_cards_flex::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    background: linear-gradient(0deg, white, transparent);
}

.user_image {
    width: 20.5%;
    margin: 0 auto;
    border-radius: 100px;
    background: #5BE7C3;
    padding: 5px;
    overflow: hidden;
}

.user_image img {
    border-radius: 100px;
    object-fit: cover;
    object-position: center;
}

.user_name {
    font-size: 18px;
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 50px;
    width: 100%;
}

span.user_test {
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.testimonials {
    padding: 100px 60px;
    width: calc(100% - 120px);
}

.shadowed_test {
    background-image: url(../IMG/testimonial.svg);
    background-position-x: center;
    background-position-y: -90px;
    background-repeat: no-repeat;
    background-size: auto;
    height: 265px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5BE7C3;
}

span.weird_header {
    margin-left: 80px;
    font-size: 48px;
}

.the_eighty {
    width: 68%;
    display: inline-block;
}

.bl_holders {
    margin: 40px 80px;
}

span.category {
    background: #EAECFF;
    color: #1C1655;
    height: 100%;
    display: inline-block;
    padding: 0 31px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 17px;
}

.read_more {
    background: #EAECFF;
    color: #1C1655;
    border-radius: 50px;
    padding: 11px 55px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 27px;
    cursor: pointer;
    display: inline-block;
}

.social_links {
    display: flex;
    /* width: 183px; */
    justify-content: center;
}

.date_holder {
    line-height: 37px;
    margin: 16px 0;
}

span.date {
    font-size: 15px;
}

.blog_time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
    align-items: center;
}

.blog_time .date_holder {
    margin: 0;
}

.blog_time_grey {
    color: #828282;
}

.blog_image {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.user_holder {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

img.user_pic {
    height: 100%;
    float: left;
    margin-right: 20px;
}

span.blog_title {
    display: block;
    font-size: 23px;
    margin: 17px 0 0;
}

.blog_subtitle {
    font-size: 17px;
    line-height: 23px;
    color: #777;
    display: block;
}

.the_twenty {
    width: 26.5%;
    float: right;
}

span.blog_title.big {
    font-size: 36px;
    margin-bottom: 15px;
}

span.blog_title.big.large {
    font-weight: 600;
    font-size: 37px;
    line-height: 57px;
}

.blog_item {
    margin-bottom: 50px;
}

footer {
    padding: 80px 100px 0;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
}

.half {
    width: 25%;
    overflow-x: hidden;
    margin-bottom: 100px;
}

.quarter {
    width: 15%;
}

span.footer_title {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
}

a.footer_text {
    text-decoration: none;
    display: block;
    color: #fff;
    margin-bottom: 21px;
    font-size: 15px;
    font-family: "Amazon Ember", sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

a.footer_text svg {
    width: 40px;
}

.footer_button {
    background: #68ffdd;
    padding: 13px 31px;
    display: inline-block;
    border-radius: 12px;
    cursor: pointer;
}

img.footer_logo {
    width: 90%;
    max-width: 166px;
    margin-bottom: 0;
}

.half .cards_stack {
    margin: 0 0 30px 0;
}

.white_text {
    color: #fff !important;
}

img.footer_social_img {
    margin-right: 10px;
    width: 34px;
}

.footer_bottom {
    width: 100%;
    color: #A0A3A9;
    font-size: 16px;
    padding: 35px 0;
    border-top: 1px solid #CFD1D4;
    margin: 17px auto 0;
    max-width: 1600px;
    text-align: center;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 300;
}

.drop:hover>.dropdown {
    display: block;
}

footer .stacked_card {
    background: rgba(255, 255, 255, 0.25);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(232, 232, 232, 0.1) 100%);
    backdrop-filter: blur(70.778px);
    border-radius: 7.0778px;
}

.high_top_padding .stacked_card {
    background: #fff;
    border-radius: 5.24281px;
}

.full_height .stacked_card {
    background: #241C71;
    border-radius: 11.3413px;
}

.full_height .stacked_card.w {
    background: #fff;
}

.help_faq_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 78px 100px;
}

.help_faq_holder.more_x_padding {
    padding: 78px 239px;
}


.help_faq_holder_right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 259px);
}

.faq_item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 8.35267px 8.35267px 41.7633px 2.5058px rgba(165, 165, 165, 0.1);
    border-radius: 10px;
    margin-bottom: 24px;
}

.faq_title {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 32px 45px;
    cursor: pointer;
    position: relative;
}

.faq_title:after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #000;
    font-family: serif;
}

.faq_title.shown:after {
    content: "+";
    transform: translateY(-50%) rotate(45deg) scale(1.2);
}

.faq_content {
    color: #000000b0;
    display: none;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    padding: 0 44px 32px;
    text-align: justify;
}

.faq_content.shown {
    display: block;
}


.help_faq_holder_left {
    display: flex;
    flex-direction: column;
}

.help_faq_holder_left.larger {
    width: 30%;
}

.cat_text {
    color: #828282;
}

.cat_content {
    color: #BDBDBD;
    border-left: 3px solid #241C71;
    padding: 4px 0 0px 13px;
    margin: 20px 0;
    font-weight: 400;
    cursor: pointer;
}

.cat_content_select {
    display: none;
    position: relative;
    border: 0.6px solid #AFAFAF;
    padding: 12px 32px 10px 10px;
    box-sizing: border-box;
    border-radius: 8px;
}

.help_faq_holder_left::after,
.search_section::after {
    content: '';
    width: 11px;
    height: 20px;
    background-image: url(../IMG/dropdown.svg);
    position: absolute;
    right: 11px;
    top: 50%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
}

.help_faq_holder_left.larger::after {
    content: none;
    display: none;
}

.search_section::after {
    right: 192px;
    z-index: 1;
}

.blog_item.big.flexed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_a {
    width: 380px;
    margin-right: 45px;
}

.flex_a img.blog_image.big {
    height: 365px;
    width: 380px;
    object-fit: cover;
    border-radius: 16px;
}

.blog_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_list .blog_item {
    width: 30%;
}

.blog_list .blog_item .blog_image {
    height: 255px;
    object-fit: cover;
    border-radius: 15px;
}

.search_dropdown {
    position: absolute;
    height: 82%;
    top: 50%;
    transform: translateY(-50%);
    right: 174px;
    padding: 0 70px 0 30px;
    border: 0.5px solid #241C71;
    box-sizing: border-box;
    border-radius: 6px;
}

.policy_item {
    display: flex;
    flex-direction: column;
    margin: 15px 0 90px;
}

.policy_title {
    color: #241C71;
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 25px;
}

.policy_content {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
}

.flex_form {
    display: flex;
    flex-direction: column;
    margin: 35px 0;
}

.split_flex_form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.split_flex_form .flex_entry {
    width: calc(50% - 12px);
}

.flex_entry {
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 19px 20px;
    margin: 14px 0;
    resize: none;
    font-size: 15px;
}

.send_message {
    background: #5BE7C3;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.help_faq_holder_right.smaller {
    width: 55%;
}

.contact_item {
    display: flex;
    margin-bottom: 40px;
}

.contact_content {
    display: flex;
    flex-direction: column;
}

.cc_title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.contact_item svg {
    margin-right: 20px;
    width: 21px;
    height: 20px;
}

.cc_subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #241C71;
    text-decoration: none;
    margin-top: 14px;
}

.cc_icons a {
    text-decoration: none;
    margin-right: 14px;
}

.blog_bold {
    font-weight: 600;
    font-size: 18px;
}

.blog_nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
    margin-top: 50px;
    padding-top: 45px;
    margin-bottom: 35px;
}

.blog_nav_item {
    display: flex;
    align-items: center;
    background: #EBEBEB;
    border-radius: 5px;
    height: 73px;
    padding: 0 33px;
    cursor: pointer;
}

.blog_nav_item svg {
    margin: 0 10px;
    transform: translateY(-2px);
}

.drop_title {
    background-position: 4px 16px;
    padding-bottom: 12px;
}

.my_shade {
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.02);
    border-radius: 19px;
}

.tab_bar {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: auto;
}

.tab_item:hover {
    background: #2752e738;
}

.tab_item.active {
    background: #2752E7;
    color: #fff;
}

.tab_item {
    padding: 21px 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
    color: #2752E7;
    white-space: nowrap;
}

.floating_content {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    justify-content: center;
    height: calc(100% - 80px);
    gap: 14vh;
}

.tab_content {
    display: flex;
    margin: 0 auto;
    width: 400px;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    gap: 11px;
}

.small_tab_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    color: #A9A9A9;
}

.small_tab_item {
    flex: 1;
    text-align: center;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    font-family: "Amazon Ember", sans-serif;
    cursor: pointer;
}

.small_tab_separator {
    height: 100%;
    width: 1px;
    background: #E3E3E3;
}

.small_tab_item.active {
    color: #2852e7;
}

.tab_content_faint_text {
    font-family: "Amazon Ember", sans-serif;
    color: #A9A9A9;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.tab_content_bold_text {
    font-family: "Amazon Ember", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
}

.tab_content.as_table {
    width: 80%;
    max-width: 1065px;
    overflow: hidden;
}

.table_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_dates {
    display: flex;
    gap: 55px;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
}

.table_date_item {
    gap: 10px;
    display: flex;
    align-items: center;
}

.table_date_item input[type="date"] {
    background: #D0DBFF;
    border-radius: 9px;
    border: none;
    padding: 6px 11px;
    font-weight: 500;
}

th {
    text-align: left;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 400;
    color: #A9A9A9;
    font-size: 15px;
}

tr {height: 51px;border-bottom: 1px solid #EDEDED;}

tbody tr:last-child {border-bottom: none}

td {
    font-family: "Amazon Ember", sans-serif;
    font-weight: 400;
}

td.progress {
    color: #53D258;
    display: flex;
    height: 48px;
    align-items: center;
    align-content: center;
    gap: 6px;
}

table {
    margin-top: 29px;
    border-collapse: collapse;
    min-width: 729px;
    overflow: auto;
    width: 100%;
}

.tab_cards_holder {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.home_card {
    flex: 1;
    padding: 31px;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
    font-size: 45px;
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.home_card.colored {
    background: #2852e7;
    color: #fff;
}

.home_card_top_icon {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.home_card_top_icon svg {
    background: #D0DBFF;
    border-radius: 24px;
    width: 17px;
    height: 17px;
    padding: 10px;
}

.home_card.colored .home_card_top_icon svg {
    background: #fff;
}

.table_holder {
    overflow-x: auto;
}

thead tr {
    height: 32px;
    border-bottom: 1px solid #E3E3E3;
}

.tab_content_button {
    color: #fff;
    background: #2852e7;
    border: none;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
    font-size: 17px;
    padding: 22px 0;
    border-radius: 5px;
    margin-top: 3px;
    transition: 0.3s;
    cursor: pointer;
}

.tab_content_button:hover {
    background: #2245c4;
}

.tab_content_input_holder.flexed {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.tab_content_select_options {
    display: none;
}

.tab_content_select_options.shown {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    padding: 11px 39px 11px 17px;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 13px 20px rgb(0 0 0 / 26%);
    border-radius: 10px 0 10px 10px;
    top: calc(100% - 1px);
    right: -1px;
}

.tab_content_input_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 14px 17px;
    position: relative;
}

.tab_content_input_item.focused {
    border: 2px solid #2852e7;
}

.tab_content_select_item {
    display: flex;
    align-items: center;
    color: #626262;
    color: #000;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
}

.main_value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

.tab_content_select_item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tab_content_input_label {
    position: absolute;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: "Amazon Ember", sans-serif;
    top: -8px;
    padding: 0 9px;
}

.tab_content_input_field {
    padding: 0 0;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
    font-size: 15px;
    flex: 1;
    border: none;
    min-height: 24px;
}

.swap {
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: center;
    border: 0.5px solid #E3E3E3;
    background: #fff;
    width: 6px;
    height: 6px;
    align-items: center;
    border-radius: 20px;
    transform: scale(2.5);
    padding: 3px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-family: "Amazon Ember", sans-serif;
    font-weight: 500;
    font-size: 15px;
    width: max-content;
    cursor: pointer;
}

.radio_check {
    width: 3px;
    height: 3px;
    background: #fff;
    border: 2px solid #2852e7;
    padding: 6px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.radio_check.checked:after {
    content: '';
    width: 70%;
    height: 70%;
    position: absolute;
    background: #2852e7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.radio_group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000c2;
    z-index: 9999;
}

.modal img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
}

.flexed_indulge {
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    font-size: 30px;
}

.testimonials_holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1025px;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 auto 100px;
}

.testimonial_item {
    display: flex;
    color: #fff;
    width: 90%;
    max-width: 430px;
    flex-direction: column;
    gap: 22px;
    align-items: start;
    padding: 34px;
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

.testimonial_top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial_top img {width: 53px;}

span.testimonial_message {
    text-align: left;
    font-size: 16px;
    font-family: "Amazon Ember", sans-serif;
}

span.testimonial_person {
    font-family: "Amazon Ember", sans-serif;
}

@media only screen and (max-width: 1340px) {
    img.header_image {
        width: 50%
    }

    img.header_graphics {
        width: 45%
    }

    .cards_stack.w a {
        width: 24%;
    }

    .cards_stack.w a .stacked_card {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {

    .section_left,
    .section_right {
        width: 90%;
        margin: 0 5% !important;
        text-align: center;
    }

    .rosd {
        display: none;
    }

    .list_item_holder {
        width: 100%;
    }

    .li_separator {
        width: 100%
    }

    .small_text {
        text-align: left
    }

    img.section_left_image,
    img.section_left_image.bigger {
        max-height: 360px;
    }

    img.stick_right {
        object-fit: scale-down;
        object-position: right;
        max-height: 455px;
    }

    .section_left {
        /* position: absolute; */
        top: 0;
        margin-top: 50px;
    }

    .two_sections {
        padding: 100px 0px 50px !important;
        flex-direction: column;
    }

    .flex_middle{
        text-align: center !important;
        margin-top: 80px;
        margin-bottom: 50px;
    }

        .flex_middle button{
            margin: 0 auto !important
        }

    .section_left.bigger {
        left: 50%;
        transform: translate(-50%, 0);
        width: 60%;
    }

    .section_right {
        text-align: center;
    }

    p.section_title {
        margin-bottom: 20px
    }

    .section_left.float_right {
        float: none;
        margin: 50px 5% 0;
    }

    .section_left.float_right.bigger {
        width: 100%;
        margin: 0;
        transform: translate(-50%, 0px);
    }

    .section_right span.sub_text {
        text-align: justify;
    }

    img.section_right_image,
    .section_img {
        width: 95%;
        object-position: center;
        object-fit: scale-down;
    }

    span.service_card_title {
        font-size: 29px;
    }

    footer {
        padding: 50px 50px 0;
    }

    .help_faq_holder,
    .help_faq_holder.more_x_padding {
        padding: 50px 50px;
    }

    section.type_two_header,
    section.type_two_header.light {
        height: auto;
        min-height: unset;
        padding: 50px 50px;
        margin-top: 60px;
    }

    section.type_two_header.light {
        min-height: 200px;
        background-size: cover;
    }

    .middle {
        width: 100%;
        position: relative;
        transform: none;
    }

    .t_two_title {
        font-size: 24px;
        line-height: 33px;
        font-weight: 600;
        font-style: normal;
    }

    .t_two_subtitle {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }

    footer .flex {
        width: 100%;
        max-width: unset;
        margin: 0;
    }

    footer .cards_stack a {
        width: calc(33.33333% - 11px);
        display: inline-block;
        margin-top: 20px;
    }

    .half {
        margin-bottom: 50px;
    }

    .testimonials {
        width: 100%;
        padding: 50px 0;
    }

    .cards_stack.w a {
        width: 22%;
    }

    .t_cards_flex img {
        display: none;
    }

    .t_cards_flex img:nth-child(2n) {
        display: flex;
    }
}

@media only screen and (max-width: 1180px) {
    .the_twenty {
        display: none;
    }

    .the_eighty {
        width: 100%
    }

    .bl_holders {
        margin: 30px 7%;
    }

    span.weird_header {
        margin-left: 7%;
        display: block;
        font-size: 35px;
    }

    span.blog_title.big {
        font-size: 25px
    }

    span.blog_title.big.large {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px
    }

    span.service_card_title {
        font-size: 33px;
    }

    span.service_card_text {
        font-size: 20px;
        text-align: center;
    }

    .joined {
        width: 96%;
    }

    .menu {
        display: block;
    }

    .spread_out {
        /* flex-direction: column; */
        justify-content: end;
    }

    .nav_links {
        /* display: none; */
        /* position: fixed; */
        top: 60px;
        /* background: #f8f8fc; */
        width: 100%;
        left: 0;
        padding: 7px 0 0;
        max-height: calc(100vh - 90px);
        /* overflow-y: auto; */
        /* padding-bottom: 30px; */
        box-shadow: 0px 34px 47px rgb(0 0 0 / 9%);
        text-align: right;
        align-items: end;
        justify-content: end;
    }

    nav {
        left: 0;
        border-radius: 0;
        height: 60px;
        line-height: unset;
        padding: 0 10px;
        width: calc(100% - 20px);
    }

    img.nav_logo {
        width: 150px;
        position: absolute;
        left: 10px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    a.nav_link,
    a.nav_link.drop {
        display: table;
        margin: 0 0 33px;
        text-align: center;
        display: block;
    }

    .drop_title {
        display: inherit;
        text-align: left;
        position: relative;
    }

    .drop_title::after {
        right: -20px
    }

    .dropdown {
        position: relative;
        width: 100%;
        background: #00000091;
        box-shadow: none;
        border: none;
        border-radius: 0;
        color: #ffffffc4;
        float: right;
        transform: none;
        left: 0;
        padding: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1020px) {

    .service_card,
    .service_card.clear {
        display: block;
        margin: 50px auto 0;
    }

    .service_card,
    .service_card.clear:last-of-type {
        margin-bottom: 70px;
    }

    .dark_section {
        height: auto;
    }

    .quarter {
        width: 33.3%;
        margin-bottom: 35px;
    }

    .half {
        width: 100%;
        margin-bottom: 44px;
    }

    .half.align_right {
        text-align: left
    }

    footer .cards_stack a {
        width: unset;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    img.header_image {
        width: 90%;
        object-fit: scale-down;
        margin-left: 5%;
        object-position: left;
        margin-top: calc(45vh + 73px);
    }

    img.header_graphics {
        left: 5%;
        width: 90%;
        top: 70px;
        height: 45vh;
        object-fit: contain;
    }

    img.header_graphics.no_margin {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        height: unset;
        left: unset;
        max-height: 500px;
    }

    .sub_text.header {
        width: 90%;
        margin: 6px auto 0;
    }

    span.sub_text.sm {
        width: 90%;
        margin: 15px auto 0;
    }

    .full_height .cards_stack {
        margin: 4vh auto 0;
        width: 90%;
    }

    .cards_stack.no_margin {
        margin: 4vh 0;
        width: 100%;
    }

    .cards_stack.w a {
        width: 19%;
        min-width: 111px;
    }

    .search_dropdown {
        right: 134px;
        padding: 0 25px 0 10px;
    }

    .search_section::after {
        right: 143px;
    }
}

@media only screen and (max-width: 916px) {
    .cards_stack.w {
        bottom: unset;
        top: calc(150px + 21%);
        left: 5%;
    }

    .help_faq_holder {
        flex-direction: column;
        justify-content: normal;
    }

    .help_faq_holder_right,
    .help_faq_holder_right.smaller,
    .help_faq_holder_left.larger {
        width: 100%;
    }

    .blog_item.big.flexed {
        display: unset
    }

    .blog_item.big.flexed .read_more {
        display: none
    }

    .flex_a {
        width: unset;
        margin: unset;
    }

    .flex_a img.blog_image.big {
        height: unset;
        width: 100%;
    }

    .blog_list {
        flex-direction: column;
    }

    .blog_list .blog_item {
        width: 100%;
    }

    .blog_time {
        flex-direction: column;
        align-items: flex-start;
        margin: 30px 0 25px;
    }

    .blog_time .date_holder {
        margin: 20px 0
    }
}

@media only screen and (max-width: 880px) {
    .tab_bar {
        width: 88%;
        display: inline-block;
        text-align: center;
    }

    .tab_item {
        display: inline-block;
        background: #2852e71a;
        padding: 12px 22px;
        margin: 6px 6px;
    }

    .floating_content {
        gap: 8vh;
    }
}

@media only screen and (max-width: 880px) {
    .table_header{
        flex-direction: column;
        gap: 35px;
    }
}

@media only screen and (max-width: 830px) {
    .tab_cards_holder{
        flex-direction: column;
        align-items: center;
    }
    
    .home_card{
    max-width: 437px;
    width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .rosd {
        display: none;
    }

    .cards_stack.w {
        max-width: 360px;
        top: calc(60px + 21%);
    }

    img.user_prompt_ad {
        margin-top: 60px;
        width: 136%;
        margin-left: -11%;
    }

    .blog_nav_item {
        padding: 0 19px;
        height: 48px;
    }

    .tab_content {
        width: 80%
    }
}

@media only screen and (max-width: 600px) {

    .recoup_show{
        background-size: cover;
        background-position: left center;
        height: 300px;
    }
    .testimonials_holder{
        margin-bottom: 30px
    }

    .testimonial_item{
    max-width: unset;
    width: calc(90% - 46px);
    padding: 23px 23px;
    }
    
    .big_title{
        font-size: 40px;
        margin-bottom: 20px
    }
    .small_title{
        font-size: 30px
    }

    .half{
        text-align: center;
    }
    .social_links{
        align-items: center;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        gap: 9%;
        transform: none !important;
    }

    a.footer_text{
        
    }

    .table_dates{
        flex-direction: column;
        gap: 10px;
        flex: 1;
    }
    .table_date_item{
        justify-content: space-between;
        text-align: right;
        gap: 20px;
    }

    .service_card,
    .service_card.clear {
        width: 77%;
        padding-bottom: 15px;
    }

    p.section_title {
        font-size: 30px;
        padding: 0 40px
    }

    .t_cards_flex img:nth-child(2n) {
        display: none
    }

    .t_cards_flex {
        justify-content: center;
    }

    .t_cards_flex img:nth-child(1) {
        display: flex
    }

    .join_item {
        height: 51px;
    }

    .join_title {
        font-size: 25px
    }

    .join_subtext {
        font-size: 2vw;
    }

    .quarter {
        width: 100%;
        margin-bottom: 35px;
    }

    section.type_two_header {
        padding: 35px 35px 75px;
    }

    .help_faq_holder {
        padding: 75px 35px;
    }

    .page_links {
        font-size: 11px;
        line-height: 11px;
    }

    .search_section {
        height: 48px;
    }

    .search_button {
        border-radius: 10px;
        font-size: 17px;
    }

    .search_input {
        margin-right: 10px;
        font-size: 17px;
        padding: 0 16px;
    }

    .faq_title {
        padding: 19px 27px;
        font-size: 15px;
    }

    .faq_content {
        padding: 19px 27px;
        font-size: 15px;
    }

    .faq_item {
        margin-bottom: 17px
    }

    .cat_content_select {
        display: inline-flex;
        background: transparent;
    }

    .cat_content {
        display: none;
    }

    .help_faq_holder_left {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
    }

    .help_faq_holder_left.larger {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .flex_form {
        margin: 0 0 70px;
    }

    .flex_entry {
        margin: 9px 0;
    }

    .send_message {
        margin-top: 10px;
    }

    .cc_icons {
        margin-left: 42px;
        margin-left: 5;
    }

    .search_dropdown {
        right: 119px;
        padding: 0 24px 0 10px;
        font-size: 11px;
    }

    .search_section::after {
        right: 126px;
    }

    .policy_item {
        margin: 15px 0 35px;
    }

    .policy_title {
        font-size: 21px;
        margin-bottom: 12px;
    }

    .policy_content {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
    }

    section.type_two_header.light {
        min-height: 120px;
    }
}

@media only screen and (max-width: 425px) {
    .sub_text.header {
        font-size: 15px;
        color: #090722;
    }

    .full_height .stacked_card {
        background: #090722;
        border-radius: 3.37705px;
        width: 100%;
    }

    .full_height .cards_stack a {
        width: calc(50% - 11px);
        margin-bottom: 4px;
    }

    .cards_stack.w a {
        width: 24%;
        min-width: unset;
        margin: 0;
    }

    .section_right {
        margin-top: 0 !important;
    }

    .section_right.bigger {
        margin-top: 350px
    }

    .section_left {
        text-align: left;
    }

    .section_left.bigger {
        width: 90%;
        margin: 0 !important;
    }

    .cards_stack.w {
        width: 95%;
        max-width: 401px;
    }

    img.section_left_image {
        max-height: 291px;
        width: 100%;
    }

    img.section_left_image.bigger {
        max-height: 350px;
        width: 100%;
    }

    .how_to_get_change {
        width: 100%;
        transform: scale(1.1);
    }

    img.section_right_image,
    .section_img {
        width: 100%
    }

    img.section_right_image {
        margin-bottom: 10px
    }

    span.weird_header {
        margin-left: 0;
        text-align: center;
        font-size: 30px;
    }

    .user_holder {
        display: none;
    }

    .read_more {
        margin: 27px auto 0 50%;
        transform: translateX(-50%);
        padding: 11px 30px;
    }

    .bl_holders {
        margin-bottom: 120px
    }

    footer {
        padding: 60px 30px;
        background-image: none;
    }

    img.footer_logo {
        width: 59%;
    }

    footer .half a.footer_text {
        align-items: center;
        justify-content: center;
    }

    footer .cards_stack a {
        width: calc(33.33333% - 11px);
    }

    footer .stacked_card {
        width: 100%
    }

    .footer_bottom {
        text-align: center;
        padding-bottom: 0;
        font-size: 14px
    }

    .dont_just {
        object-fit: fill;
    }

    .shadowed_test {
        margin: 0 auto;
        background-size: 116%;
        height: 257px;
    }

    .user_name {
        margin-top: 21px;
        margin-bottom: 33px;
        font-size: 16px;
    }

    span.user_test {
        font-size: 16px;
    }

    span.category {
        padding: 0 20px;
        font-size: 13px;
    }

    span.date {
        font-size: 13px;
    }

    span.blog_title.big {
        font-size: 22px;
    }

    .blog_subtitle {
        font-size: 15px
    }

    span.blog_title.big.large {
        font-size: 25px;
        line-height: 35px
    }

    .help_faq_holder,
    .help_faq_holder.more_x_padding {
        padding: 28px;
    }
}