:root{
    --g2g_main_color: #7652CE;
    --g2g_main_gradient: linear-gradient(90deg, rgba(151,82,204,1) 0%, rgba(118,82,206,1) 50%, rgba(64,50,137,1) 100%);
}

/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} */

body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

a, a:hover, a:visited, a:focus, a:active {
    color: #000000;
    text-decoration: none;
}

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.g2g_main_color {
    color: var(--g2g_main_color);
}

.top_menu {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.top_menu.mobile {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 50px;
}

.top_menu.mobile div a{
    font-size: 20px;
    font-weight: 400;
}

.menu_mobile_btn_wrapper {
    flex-direction: column;
    gap: 15px;
    padding: 70px 40px;
}

#image_base {
    min-height: 1020px;
    max-height: 1020px;
}

#image_base div.row{
    display: flex;height: 100%;
    align-items: center;
}

#image_base div.row .section_1{
    display: flex;
    justify-content: end;
}

#image_base div.row .section_1 .branding_wrapper {
    align-items: center;
}

#image_base div.row .section_1 .branding_wrapper img {
    width: 22%;
    margin-right: 20px;
}

#image_base div.row .section_1 .branding_wrapper div h1 {
    font-size: 60px;
}

.g2g-btn{
    border:1px solid var(--g2g_main_color);
    border-radius: 100px;
    color: var(--g2g_main_color);
    background-color: #ffffff;
    padding: 10px 30px;
    box-sizing: border-box;
}

.g2g-btn.btn-filled{
    color: #ffffff !important;
    background-color: var(--g2g_main_color) !important;
}

.g2g-gradient {
    background: var(--g2g_main_gradient);
}

#benefits_wrapper{
    background-color: #F6F6F6;
}

#plans_wrapper {
    background: var(--g2g_main_gradient);
}

#plans_wrapper .plans_card_wrapper {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

#plans_wrapper .plans_card_wrapper .plan_card {
    min-width: 465px;
    min-height: 585px;
    max-width: 465px;
    max-height: 585px;
    border-radius: 50px;
    background-color: #403289;
    color: #fff;
    padding: 30px 50px;
}

.plan_card_item {
    column-gap: 10px;
}

.plan_card_item div:first-of-type img {
    width: 16px;
}

.hl_text_g2g h1{
    font-size: 42px !important;
}

#faq_wrapper{
    background-color:rgba(118,82,206, 0.15);
}

.input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper label {
    position: absolute;
    background-color: #ffffff;
    font-size: 10px;
    left: 10px;
    top: -7px;
    display: block;
    padding: 0 10px;
}
.input-wrapper input {
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    width: 100%;
    padding: 10px 0;
    text-indent: 10px;
}

input {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    color: rgba(0,0,0,0.50)
}

input:focus-visible {
    border-color: var(--g2g_main_color);
    border-width: 2px;
}

.form_wrapper {
    background-color: #ffffff;
    width: fit-content;
    padding: 50px;
    border-radius: 6px;
}

#question_list{
    list-style: none;
    width: 60%;
    margin: 0 auto;
}

#question_list li {
    color: #000000;
    cursor: pointer;
    border-bottom: 1px solid rgba(118,82,206, 0.20);
    padding: 20px 0;
}

#question_list .faq_header {
    width: 100%;
    position: relative;
}

#question_list .faq_header .title {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}

#question_list .faq_header .icon {
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    color: var(--g2g_main_color);
    font-size: 24px;
}

#how_it_works .how_it_works_steps{
    justify-content: center;
}

#how_it_works .how_it_works_steps > div {
    flex-basis: 20%;
}

#how_it_works .how_it_works_steps .step_circle{
    background-color: var(--g2g_main_color);
    width: 52px;
    height: 52px;
    display: inline-block;
    border-radius: 26px;
}

.g2g_insite_title {
    font-size: 62px;
}

.g2g_insite_description {
    font-size: 42px;
}

.logo_footer{
    width: 20%;
}

.social_wrapper{
    gap: 10px;
    justify-content: center;
}

#menu_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999;
}

#menu_modal.show{
    display: block;
}

#menu_modal.hidden{
    display: none;
}

.close_btn {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

#loader_wrapper{
    display: none;
}

.alert {
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    margin-bottom: 15px;
    display: none;
}

.alert.success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: thin solid rgba(15,81,50,0.2);
}

.alert.error {
    background-color: #f8d7da;
    color: #842029;
    border: thin solid rgba(132, 32, 41, 0.2);
}

.alert.warning {
    background-color: #fdecce;
    color: #935f07;
    border: thin solid rgb(147, 95, 7, 0.2);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid rgba(118,82,206,0.9);
    border-right-color: var(--g2g_main_color);
    animation: l2 1s infinite linear;
    margin: 0 auto;
  }

@keyframes l2 {to{transform: rotate(1turn)}}

@media (max-width: 991px) {
    .form_wrapper{
        margin: 0 auto;
        padding: 50px 25px;
    }

    #image_base {
        min-height: 900px;
        max-height: 900px;
        background-position: -400px top;
    }

    #image_base div.row {
        align-items: end;
    }

    #image_base div.row .section_1 .branding_wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
        justify-content: center;
    }

    #image_base div.row .section_1 {
        padding-top: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 100px;
        justify-content: center;
    }

    #image_base div.row .section_1 .branding_wrapper img {
        width: 20%;
    }

    #image_base div.row .section_1 .branding_wrapper div h1 {
        font-size: 50px;
    }

    #how_it_works .how_it_works_steps {
        justify-content: left;
        flex-wrap: wrap;
    }

    #how_it_works .how_it_works_steps > div {
        flex-basis: unset;
    }

    .g2g_insite_title {
        font-size: 52px;
    }

    .g2g_insite_description {
        font-size: 22px;
    }

    #plans_wrapper .plans_card_wrapper .plan_card {
        min-width: unset;
        max-width: unset;
    }

    .plans_card_item {
        font-size: 0.9rem;
    }

    #question_list{
        width: 90%;
    }

    .logo_footer{
        width: 40%;
    }

    .copyright_text{
        font-size: 0.8rem;
    }
}
