/* WIDE SCREEN SIZE */
.footer_desktop_mode {
    display: flex;
}
.footer_tablet_mode {
    display: none;
}
.footer_mobile_mode {
    display: none;
}
#footer_container {
    position: relative;
    margin-top: auto;
}
#footer_inner_container {
    position: relative;
    max-width: 1440px;
    padding-bottom: 69px;
    margin: auto;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    justify-content: center;
}
#footer_background_navy {
    position: absolute;
    background-color: var(--navy_blue);
    width: 100%;
    height: 100%;
}
.footer_chevron_icon_wrapper {
    width: 16px;
    height: auto;
    cursor: pointer;
    margin-top: -4px;
    margin-left: 4px;
    fill: white;
    transform: rotate(180deg);
    display: none;
}
.footer_menu_click {
    cursor: pointer;
}
.footer_menu_click .footer_chevron_icon_wrapper {
    display: flex;
}
.footer_section_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 108px;
    padding-right: 108px;
    box-sizing: border-box;
}
.footer_section_main {
    justify-content: space-between;
    padding-top: 90.75px;
    margin-bottom: -4.5px;
}
#footer_section_menu_and_connect {
    font-family: 'DM Sans';
font-weight: 300;
    color: var(--light_grey);
    font-size: 0;
    max-width: 358px;
}
.footer_menu_container {
    padding-top: 24px;
}
.footer_menu_item {
    display: block;
    font-family: "Be Vietnam";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    padding-bottom: 28px;
    white-space: nowrap;
}
.footer_menu_item a {
    text-decoration: none;
    color: var(--light_grey);
}
#footer_section_talk_to_us {
    box-sizing: border-box;
}
.footer_section_title {
    font-family: "Be Vietnam";
    font-weight: 800;
    color: var(--light_grey);
    font-size: 18px;
    line-height: 22px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_section_title.address {
    display: flex;
    padding-bottom: 18.5px;
}
#footer_section_app {
    font-size: 0;
}
#footer_section_app > a {
    display: none;
}
.footer_section_content {
    font-family: "Be Vietnam";
    font-weight: 400;
    color: var(--light_grey);
    font-size: 16px;
    line-height: 23px;

    padding-top: 20px;
    padding-bottom: 60px;
    display: grid;
    gap: 12px;
}
.footer_section_content a {
    color: white;
}
.address_title {
    font-family: "Be Vietnam";
    font-weight: 600;
    font-size: 20px;
}
.footer_section_content.contact {
    padding-top: 16px;
    padding-bottom: 39px;
}
.footer_section_content.address {
    padding-bottom: 40px;
}
.footer_section_content.address.office {
    padding-bottom: 24px;
    padding-top: 25px;
}
.footer_section_content.address.space {
    padding-bottom: 24px;
}
.footer_timing_working {
    display: flex;
    justify-content: left;
    gap: 16px;
}
.footer_timing_working .footer_section_content {
    display: inline-block;
}
.footer_timing_working .footer_section_content.days_week {
    width: 82px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer_timing_working .footer_section_content.hours_week {
    padding-top: 0;
    padding-bottom: 0;
}
.footer_section_content.holidays {
    color: var(--apricot_orange);
    padding-top: 0;
    padding-bottom: 0;
}
.footer_section_title.app {
    width: 143px;
}
.footer_section_title.connect {
    padding-bottom: 21px;
}
.footer_section_title.app {
    padding-bottom: 12px;
    padding-top: 22.5px;
}
.footer_social {
    padding-top: 24px;
}
.social_img {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    background-color: var(--white);
    padding: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 15px;
}
.social_img:hover {
    background-color: var(--apricot_orange);
}
.social_img img {
    width: 100%;
    height: 100%;
}
.footer_app_container {
    padding-top: 24px;
    padding-bottom: 43px;
    display: grid;
    gap: 16px;
}
.footer_app_container > div {
    vertical-align: top;
}
.footer_app {
    width: 43px;
    height: 43px;
    text-align: center;
    margin-right: 15px;
}
.footer_app a {
    font-family: 'DM Sans';
font-weight: 300;
    color: var(--light_grey);
    font-size: 15px;
    line-height: 17px;
}
.footer_app_logo {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white);
    border-radius: 12px;
    margin-bottom: 11px;
    box-sizing: border-box;
    overflow: hidden;
}
.footer_app_logo.student_app {
    background-color: var(--white);
}
.footer_app_logo.parent_app {
    background-color: var(--navy_blue);
}
.footer_app_logo img {
    width: 43px;
    height: auto;
}
.footer_app_store {
    padding-top: 72px;
}
.footer_app_store_logo {
    overflow: hidden;
    border: 1px solid var(--white);
    border-radius: 8px;
    width: 149px;
    height: 44px;
    margin-bottom: 18px;
    overflow: hidden;
}
.footer_app_store_logo img {
    width: 100%;
}
.footer_section_talk_to_us_email, .footer_section_talk_to_us_phone, .footer_section_talk_to_us_wa {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
}
.footer_section_talk_to_us_email_text, .footer_section_talk_to_us_phone_text, .footer_section_talk_to_us_wa_text {
    position: relative;
    top: -3px;
}

/* footer section copyright */
#footer_section_copyright_and_kidsafe_seal {
    display: grid;
    flex-direction: row;
    padding-top: 44px;
}
#footer_section_policies {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    align-items: center;
}
#footer_section_copyright {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}
.footer_copyright {
    font-family: "Be Vietnam";
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    padding-bottom: 12px;
    width: 100%;
}
.footer_country {

}
.footer_policy {
    display: flex;
    width: 617px;
    gap: 24px;
}
.footer_policy a {
    text-decoration: underline;
    color: var(--apricot_orange);
    font-family: "Be Vietnam";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.footer_policy_separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--navy-blue);
    margin: 5px 10px;
    align-self: center;
    display: none;
}
/* end of footer section copyright */

#footer_section_kidsafe_seal > a img {
    padding-top: 40px;
    padding-left: 15px;
    width: 128px;
    height: auto;
}

/* level section */
.footer_level_section {
    color: var(--light_grey);
}
.footer_level_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
}
.footer_level_list {
    padding-top: 24px;
    padding-bottom: 36px;
}
.footer_level_list div {
    font-family: 'DM Sans';
font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 24px;
    white-space: nowrap;
}
.footer_level_list div a {
    color: var(--light_grey);
}
.footer_level_list li {
    font-family: 'DM Sans';
font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 16px;
    white-space: nowrap;
    width: 130px;
}
.footer_level_list li a {
    color: var(--light_grey);
}
.footer_level_list div:last-child {
    padding-bottom: 0;
}
.footer_secondary_level_section {
    color: var(--light_grey);
}
.footer_seo_wrapper {
    display: flex;
}
.footer_menu_section {
    color: var(--light_grey);
}
/* end level section */
.footer_talk_to_us_box {
    display: grid;
    grid-template-areas:
      'talk_to_us request_demo'
      'talk_to_us download';
    gap: 1px;
}
.footer_app_box {
    display: flex;
    align-items: center;
    padding-right: 39px;
}
.footer_app_box span {
    font-family: "Be Vietnam";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--light_grey);
}
.footer_talk_to_us_element {
    margin-right: 70px;
}
.footer_kidsafeseal {
    display: none;
}

/* form error */
.footer_form_error_msg {
    visibility: hidden;
    color: var(--error_chili);
    font-size: 15.58px;
    padding-top: 6.75px;
    height: 16px;
}
#footer_form_container.form_error .footer_form_error_msg {
    visibility: visible;
}
#footer_form_container.form_error .phone_container {
    background-color: var(--rose_white);
    border: 1.5px solid var(--error_chili);
    border-right: none;
}
#footer_form_container.form_error .btn_sign_up {
    background-color: var(--error_chili);
}
#footer_phone_arrow_down img:nth-child(2) {
    display: none;
}
#footer_form_container.form_error #footer_phone_arrow_down img:nth-child(1) {
    display: none;
}
#footer_form_container.form_error #footer_phone_arrow_down img:nth-child(2) {
    display: block;
}
#footer_form_container.form_error .phone_number_input {
    color: var(--error_chili);
}
#footer_form_container.form_error #select2-country_id_footer-container {
    color: var(--error_chili) !important;
}
/* end of form error */

.footer_section_timings {
    display: grid;
    gap: 4px;
}
.footer_apps_element {
    width: 343.5px;
    display: flex;
    flex-direction: column;
}
.footer_image_container {
    padding-top: 26.25px;
}
.footer_image_container img {
    width: auto;
    height: 129.5px;
}

.column_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 10px;
}
.remove_marker {
    list-style-type: none; /* Remove default markers */
    padding: 0;
}

.request_demo { grid-area: request_demo; }
.talk_to_us { grid-area: talk_to_us; }
.download { grid-area: download; }

#btn_sign_up_footer.disable_button_submit {
    background-color: #B4B4B4;
    cursor: unset;
    pointer-events: none;
}
#button_submit_loading_animation_footer {
    width: 30px;
    height: 100%;
    margin: auto;
}
.button_disable {
    display: none;
}

.footer_main_menu_section {
    width: 160px
}
.footer_all_menu_section {
    width: 270px
}
.footer_section_talk_to_us_and_apps {
    width: 192px;
}
.footer_section_visit_us {
    width: 250px;
}

/* country dropdown */
.footer_custom_dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .footer_custom_dropdown_button {
      background-color: #262262;
      color: white;
      font-size: 16px;
      border: none;
      cursor: pointer;

      border-radius: 8px;
      width: 100%;
  }

  .footer_custom_dropdown_content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 164px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: -106px;
    border-radius: 8px;
    padding: 8px;
  }

  .footer_custom_dropdown_item {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    padding: 8px;
  }

  .footer_custom_dropdown_item:hover {
    background-color: #F4F7FC;
    border-radius: 8px;
    cursor: pointer;
  }

  .footer_custom_dropdown_item .footer_custom_dropdown_svg_container svg.footer_custom_dropdown_chevron {
    display: none;
}

  .footer_custom_dropdown_item.active .footer_custom_dropdown_svg_container svg.footer_custom_dropdown_chevron {
      fill: #262262;
      display: block;
  }

  .footer_custom_dropdown_svg_container {
      display: flex;
  }

  .footer_custom_dropdown_chevron {
      width: 16px;
      height: auto;
      cursor: pointer;
      fill: white;
      position: relative;
      top: -1px;
  }

  .chevron_rotate {
      transform: rotate(180deg);
      top: 1px;
  }

  .footer_custom_dropdown_country_title_container {
      height: 24px;
      display: flex;
      justify-content: space-between;
  }
  .footer_custom_dropdown_country_title {
      display: flex;
      align-items: center;
      font-family: "Be Vietnam";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }
  .footer_custom_dropdown_title_text {
      position: relative;
      top: -1px;
  }
  .footer_custom_dropdown_flag_icon {
      padding-right: 8px;
      display: flex;
  }
/* end country dropdown */
#footer_certified_vn img {
    padding-top: 62px;
    width: 143px;
    height: auto;
}

@media only screen and (min-width: 980px) and (max-width: 1070px) {
    .footer_section_container {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media only screen and (min-width: 920px) and (max-width: 980px) {
    .footer_section_container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media only screen and (max-width: 920px) {
    .footer_desktop_mode {
        display: none;
    }
    .footer_tablet_mode {
        display: flex;
    }
    .footer_mobile_mode {
        display: none;
    }
    .footer_section_container {
        padding-left: 128px;
        padding-right: 128px;
    }
    .footer_section_main {
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .footer_main_menu_section, .footer_all_menu_section {
        width: 240px;
    }
    #footer_section_policies {
        display: block;
    }
    .footer_menu_container {
        display: none;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .footer_chevron_icon_wrapper {
        transform: rotate(0deg);
    }

    .footer_section_logo, .footer_level_section, .footer_secondary_level_section, .footer_menu_section {
        padding-bottom: 24px;
    }
    .footer_section_title {
        font-size: 16px;
        font-weight: 600;
    }
    .footer_menu_item, .grid_item_primary, .grid_item_secondary, .grid_item_examprep {
        font-size: 14px !important;
        font-weight: 400 !important;
        padding-bottom: 16px;
    }
    .footer_menu_item:last-child, .grid_item_primary:last-child, .grid_item_secondary:last-child, .grid_item_examprep:last-child {
        padding-bottom: 0;
    }

    .footer_section_download {
        padding-bottom: 24px;
    }
    .footer_app_box span {
        font-size: 14px;
        font-weight: 400;
    }
    .footer_section_talk_to_us {
        padding-bottom: 32px;
    }
    .footer_section_content {
        padding-bottom: 0;
        font-size: 12px;
        font-weight: 400;
    }
    .footer_section_follow_us {
        padding-bottom: 0;
    }
    .footer_social {
        padding-top: 16px;
    }
    .address_title {
        font-size: 16px;
        font-weight: 600;
    }
    .footer_section_content.address.space {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 16px;
    }
    .footer_section_content.days_week, .footer_section_content.hours_week, .footer_section_content.holidays {
        font-size: 14px;
        font-weight: 400;
    }
    .footer_section_content.address.office {
        font-size: 14px;
        font-weight: 400;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .footer_section_visit_us {
        padding-bottom: 0;
    }
    #footer_section_copyright_and_kidsafe_seal {
        padding-top: 0;
    }
    .footer_country {
        padding-bottom: 16px;
    }
    .footer_policy a {
        font-size: 12px;
        font-weight: 400;
    }
    .footer_app_container {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .footer_app_box {
        padding-right: 0;
    }
    .footer_section_visit_us.mobile_mode {
        padding-bottom: 0;
    }
    .footer_copyright {
        font-size: 12px;
        font-weight: 400;
    }

    .footer_country {
        width: 116px;
    }
    .footer_custom_dropdown_title_text {
        font-size: 12px;
        font-weight: 400;
    }
    .footer_custom_dropdown_chevron {
        width: 14px;
    }
    .footer_timing_working .footer_section_content.days_week {
        width: 74px;
    }
}
@media only screen and (max-width: 875px) {
    .footer_desktop_mode {
        display: none;
    }
    .footer_tablet_mode {
        display: flex;
    }
    .footer_mobile_mode {
        display: none;
    }
    .footer_section_container {
        padding-left: 64px;
        padding-right: 64px;
    }
    .footer_section_main {
        padding-top: 40px;
    }
    .footer_main_menu_section, .footer_all_menu_section {
        width: 240px;
    }
    #footer_section_policies {
        display: block;
    }
    .footer_menu_container {
        display: none;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .footer_chevron_icon_wrapper {
        transform: rotate(0deg);
    }
}
@media only screen and (max-width: 768px) {
    #footer_inner_container {
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 660px) {
    .footer_section_container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* MOBILE SCREEN SIZE */
@media only screen and (max-width: 580px) {
    .footer_desktop_mode {
        display: none;
    }
    .footer_tablet_mode {
        display: none;
    }
    .footer_mobile_mode {
        display: block;
    }
    #footer_inner_container {
        padding-bottom: 110px;
    }
    .footer_section_container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .footer_section_main {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .footer_main_menu_section, .footer_all_menu_section {
        width: 240px;
    }
    .footer_menu_container {
        display: none;
        padding-top: 16px;
        padding-bottom: 0;
    }
    .footer_chevron_icon_wrapper {
        transform: rotate(0deg);
    }
    .footer_section_logo, .footer_level_section, .footer_secondary_level_section, .footer_menu_section {
        padding-bottom: 16px;
    }
    .footer_section_title {
        font-size: 16px;
        font-weight: 600;
    }
    .footer_menu_item {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 16px;
    }

    .footer_section_download {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .footer_app_box span {
        font-size: 14px;
        font-weight: 400;
    }
    .footer_section_talk_to_us {
        padding-bottom: 32px;
    }
    .footer_section_content {
        padding-top: 8px;
        padding-bottom: 0;
        font-size: 12px;
        font-weight: 400;
    }
    .footer_section_follow_us {
        padding-bottom: 32px
    }
    .footer_social {
        padding-top: 16px;
    }
    .address_title {
        font-size: 16px;
        font-weight: 600;
        padding-top: 8px;
        padding-bottom: 0;
    }
    .footer_section_content.address.space {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 16px;
    }
    .footer_section_content.days_week, .footer_section_content.hours_week, .footer_section_content.holidays {
        font-size: 14px;
        font-weight: 400;
    }
    .footer_section_content.address.office {
        font-size: 14px;
        font-weight: 400;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .footer_section_visit_us {
        padding-bottom: 32px;
    }
    #footer_section_copyright_and_kidsafe_seal {
        padding-top: 0;
    }
    .footer_policy {
        width: auto;
        display: grid;
        gap: 8px;
    }
    .footer_country {
        padding-bottom: 16px;
    }
    .footer_policy a {
        font-size: 12px;
        font-weight: 400;
    }
    .footer_app_container {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
    }
    .footer_policy_separator {
        display: none;
    }
    .footer_app_box {
        padding-right: 0;
    }
    #footer_section_policies {
        display: block;
        padding-bottom: 0;
    }
    .footer_section_visit_us.mobile_mode {
        padding-bottom: 16px;
    }
    .footer_copyright {
        font-size: 12px;
        font-weight: 400;
    }

    .footer_country {
        width: 116px;
    }
    .footer_custom_dropdown_title_text {
        font-size: 12px;
        font-weight: 400;
    }
    .footer_custom_dropdown_chevron {
        width: 14px;
    }
    #footer_certified_vn img {
        padding-top: 32px;
    }
}

@media only screen and (max-width: 360px) {
    #footer_inner_container {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 280px) {
    .footer_section_container {
        padding-left: 16px;
        padding-right: 16px;
    }
}:root {
    --header_height_desktop: 73px;
    --header_height_tablet: 64px;
    --header_height_mobile: 48px;

    --banner_height_desktop: 56px;
    --banner_height_tablet: 56px;

    /* navbar megadropdown color */
    --purple: #6660B9;
    --dark_blue: #16133E;
}

/* DESKTOP SCREEN SIZE */
#content_container {
    padding-top: calc(var(--header_height_desktop) + var(--banner_height_desktop));
}

#header_container.banner_closed ~ #content_container {
    padding-top: var(--header_height_desktop);
}

/* Begin Navbar */
.header_container {
    font-family: "Be Vietnam", sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

.navbar {
    width: 100%;
    height: var(--header_height_desktop);
    max-width: 1352px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 64px;
    box-sizing: border-box;
}

.navbar .hamburger, .navbar_mobile_navigation {
    display: none;
}

.navbar .site_logo {
    position: relative;
    width: 160px;
    padding-right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site_logo img {
    width: 100%;
    height: auto;
}

.navbar .desktop_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .desktop_menu .desktop_menu_list {
    display: flex;
    align-items: center;
}

.nav_link {
    color: var(--navy_blue);
    font-size: 14px;
    padding: 8px;
    margin-right: 16px;
    display: inline-flex;
    transition: all 0.15s;
}
.nav_link:not(.no_hover) {
    cursor: pointer;
}
.nav_link .chevron_icon_wrapper path {
    fill: var(--navy_blue);
    transition: all 0.15s;
}
.nav_link:hover:not(.no_hover) {
    color: var(--sky_blue);
}
.nav_link:hover:not(.no_hover) .chevron_icon_wrapper path {
  	fill: var(--sky_blue);
}

.header_container .mobile_menu {
    display: none;
}

.desktop_menu .chevron_icon_wrapper {
    width: 13px;
    height: auto;
    cursor: pointer;
    display: flex;
    margin-top: -3px;
    margin-top: 2px;
    margin-left: 6.5px;
}

.navbar_hover_main_container {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: var(--header_height_desktop);
    background-color: var(--white);
    border-radius: 8px;
    padding: 8px;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.16));
}
.navbar_hover_main_container .nav_link {
    display: block;
    margin-right: 0;
    white-space: nowrap;
    border-radius: 8px;
}
.navbar_hover_main_container .nav_link:hover {
    background-color: #DCE3EF80;
    color: var(--navy_blue);
}
.navbar_hover_main_container::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--white) transparent;
}
.navbar_about_main_container {
    flex-direction: column;
    width: 248px;
    left: 160px;
}
.navbar_about_main_container .nav_link {
    font-size: 16px;
}
.navbar_lang_main_container {
    flex-direction: column;
    right: 36px;
}
.navbar_lang_main_container .nav_link {
    display: flex;
    align-items: center;
    padding: 16px;
}
.navbar_lang_main_container .nav_link .flag_img {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}
.nav_link_lang {
    margin-right: 0;
}

.action_button_container {
    display: flex;
    align-items: center;
}

.navbar .login_button {
    padding: 12px 16px;
    display: flex;
    color: var(--sky_blue);
    font-family: "Be Vietnam", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    transition: color 0.15s;
}
.navbar .login_button:hover {
    color: var(--apricot_orange);
}
.navbar .signup_button {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--sky_blue);
    color: var(--white);
    font-family: "Be Vietnam", sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
}
.navbar .signup_button:hover {
    background-color: var(--apricot_orange);
}
.nav_link_separator {
    width: 0;
    height: 41px;
    border-left: 1px solid #DCE3EF;
    margin: 0 24px;
}
/* End Navbar */

/* Sticky Banner Desktop */
#button_cta_header_container {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #FFF7EA;
    box-sizing: border-box;
    padding: 0 16px;
    font-family: 'Be Vietnam';
    font-size: 16px;
    line-height: 1.2;
    height: var(--banner_height_desktop);
    font-weight: 600;
    color: var(--navy_blue);
}
#button_cta_header_container > div {
    max-width: 1440px;
    text-align: center;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#button_cta_header_container .label_learn_more {
    font-family: 'Be Vietnam';
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 1px;
    margin-left: 48px;
    font-weight: 700;
    color: var(--apricot_orange);
}
#button_cta_header_container .button_cta_header_bottom_content {
    display: inline-flex;
}
#button_cta_header_container .button_cta_header_bottom_content > * {
    display: flex;
}
#button_cta_header_container .rocket_logo {
    width: 24px;
    position: relative;
    padding-right: 16px;
    margin-top: 1px;
}
#button_cta_header_container .right_arrow {
    position: relative;
    top: 2px;
    width: 14px;
    margin-left: 4px;
}
#button_cta_header_container.button_cta_header_bottom {
    position: absolute;
    top: var(--header_height_desktop);
}
#button_cta_header_container_mobile {
    display: none;
}
.button_cta_header_bottom * {
    pointer-events: none;
}
.button_cta_header_bottom {
    cursor: pointer;
}

/* End of Sticky Banner Desktop */

/* Begin Navbar Megadropdown */
.navbar_resources_main_container {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 300000001;
    border-radius: 16px;
    width: calc(100% - 128px);
    max-width: 1224px;
    min-height: 440PX;
    background-color: var(--navy_blue);
    padding: 8px;
    box-sizing: border-box;
    margin: auto;
    top: var(--header_height_desktop);
}
.navbar_resources_main_container::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 615px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--navy_blue) transparent;
}
.navbar_resources_main_container .active:not(.color_view_more) {
    background-color: #DCE3EF80;
}
.navbar_resources_main_container .menu_active {
    background-color: #476DB3;
}
#navbar_popup_overlay, .navbar_login_button, .navbar_signup_button {
    display: none;
}
.navbar_menu_wrapper {
    position: relative;
    width: 216px;
    margin-right: 8px;
    color: var(--white);
}
.navbar_menu_wrapper .menu_chevron {
    display: none;
}
.navbar_menu_wrapper .nav_mobile {
    display: none;
}
.navbar_menu_wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navbar_menu_wrapper ul li {
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
}
.navbar_menu_wrapper ul li svg {
    width: 16px;
    height: auto;
    margin-right: 16px;
}
.navbar_menu_wrapper ul li div {
    position: relative;
    top: 2px;
}
.navbar_circle {
    position: absolute;
    bottom: -4px;
    width: 120px;
    height: auto;
}
.navbar_menu_illustration {
    position: absolute;
    bottom: 16px;
    left: 24px;
    width: 158px;
    height: auto;
}

.navbar_resources_wrapper {
    position: relative;
    color: var(--navy_blue);
    fill: var(--navy_blue);
    width: calc(100% - 224px);
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 12px 4px;
    background-color: var(--white);
}
.navbar_tuition_wrapper {
    display: flex;
}
.navbar_examprep_wrapper, .navbar_blog_wrapper {
    display: none;
}
.navbar_resources_wrapper ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navbar_resources_wrapper ul li {
    border-radius: 4px;
    margin: 4px 12px;
}
.navbar_resources_wrapper ul a {
    display: inline-block;
    padding: 8px;
    padding-right: 28px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbar_column {
    display: flex;
    flex-direction: column;
}
.navbar_tuition.column1 ul li {
    padding: 8px;
    user-select: none;
}
.navbar_tuition.column1, .navbar_tuition.column2 {
    width: 168px;
    flex-shrink: 0;
    border-right: 1px solid #DCE3EF;
}
.navbar_tuition.column3 {
    width: 145px;
    flex-shrink: 0;
    border-right: 1px solid #DCE3EF;
}
.navbar_tuition.column4 {
    width: 130px;
    flex-shrink: 0;
    border-right: 1px solid #DCE3EF;
}
.navbar_tuition.column5 {
    overflow: hidden;
    width: 100%;
}
.navbar_examprep.column1 {
    width: 200px;
    flex-shrink: 0;
    border-right: 1px solid #DCE3EF;
}
.navbar_examprep.column2 {
    width: 200px;
    flex-shrink: 0;
    border-right: 1px solid #DCE3EF;
}
.navbar_examprep.column2 ul li {
    padding: 8px;
    user-select: none;
}
.navbar_examprep.column3 {
    overflow: hidden;
    width: 100%;
}
.navbar_blog.column1 {
    overflow: hidden;
    width: 100%;
}

/* content tuition */
.content_tuition, .content_examprep, .content_blog {
    position: relative;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_tuition div, .content_examprep div, .content_blog div {
    position: relative;
    display: flex;
    width: 100%;
    line-height: 24px;
}
/* end content tuition */

/* chevron icon */
.content_tuition .chevron_icon_wrapper,
.content_examprep .chevron_icon_wrapper,
.content_blog .chevron_icon_wrapper,
.navbar_tuition_mobile_title_bar .chevron_icon_wrapper,
.navbar_examprep_mobile_title_bar .chevron_icon_wrapper {
    width: 15px;
    height: auto;
    display: flex;
    position: absolute;
    right: 8px;
    pointer-events: none;
}

.content_tuition .chevron_icon_wrapper_transform,
.content_examprep .chevron_icon_wrapper_transform,
.content_blog .chevron_icon_wrapper_transform {
    transform: rotate(270deg) translateY(-1px);
}

.navbar_tuition_mobile_title_bar .chevron_icon_wrapper,
.navbar_examprep_mobile_title_bar .chevron_icon_wrapper {
    transform: rotate(90deg) translateY(-1px);
}

/* end chevron icon */
.navbar_tuition_mobile_title_bar,
.navbar_examprep_mobile_title_bar {
    display: none;
}

.no-color {
    color: inherit;
}

li.color_view_more {
    color: var(--sky_blue);
}
li.color_view_more svg {
    position: relative;
    top: 2px;
    width: 10px;
    height: auto;
    padding: 0 4px;
    margin-left: 8px;
}
li.color_view_more:hover {
    color: var(--apricot_orange);
}
li.color_view_more:hover path {
    fill: var(--apricot_orange);
}

.mobile_menu .menu_tuition {
    color: white;
}
.show-dropdown-menu {
    display: block;
}
/* End Navbar Megadropdown */

/* CUSTOM DESKTOP SCREEN SIZE */
@media only screen and (max-width: 1360px) {
    .nav_link {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1330px) {
    .navbar {
        padding: 0 16px;
    }
    .navbar_resources_main_container::after {
        left: 526px;
    }
    .navbar_about_main_container {
        left: 112px;
    }
    .navbar_lang_main_container {
        right: 5px;
    }
    .navbar_resources_main_container {
        width: calc(100% - 16px);
    }
    .navbar_lang_main_container {
        right: 10px;
    }
    .navbar_lang_main_container .nav_link {
        padding: 8px;
    }
    .navbar_lang_main_container .nav_link .flag_img {
        margin-right: 8px;
    }
}

/* TABLET AND MOBILE SCREEN SIZE */
@media only screen and (max-width: 1230px) {
    #content_container {
        padding-top: calc(var(--header_height_tablet) + var(--banner_height_tablet));
    }
    #header_container.banner_closed ~ #content_container {
        padding-top: var(--header_height_tablet);
    }
    .navbar {
        height: var(--header_height_tablet);
    }
    .navbar_hover_main_container {
        top: var(--header_height_tablet);
    }
    #button_cta_header_container.button_cta_header_bottom {
        top: var(--header_height_tablet);
    }
    .navbar .desktop_menu .desktop_menu_list {
        display: none;
    }
    .navbar .site_logo {
        padding-right: 16px;
        top: unset;
    }
    .navbar .desktop_menu {
        width: unset;
    }
    .nav_link_separator {
        margin: 0 16px;
    }
    .navbar .login_button {
        margin-right: 16px;
    }
    .navbar .login_button:hover {
        color: var(--sky_blue);
    }
    .navbar .login_button:active {
        color: var(--apricot_orange);
    }
    .navbar .signup_button:hover {
        background-color: var(--sky_blue);
    }
    .navbar .signup_button:active {
        background-color: var(--apricot_orange);
    }
    .navbar_lang_main_container {
        right: 38px;
    }
    .navbar_lang_main_container .nav_link {
        padding: 16px;
    }
    .navbar_lang_main_container .nav_link .flag_img {
        margin-right: 16px;
    }
    .nav_link_lang {
        margin-right: 16px;
    }
    .navbar .hamburger {
        display: flex;
        cursor: pointer;
        padding: 10px;
        width: 21px;
        height: auto;
        margin-left: 16px;
    }
    .navbar .hamburger svg {
        width: 100%;
        height: auto;
    }
    .navbar .hamburger svg:nth-child(2) {
        display: none;
    }
    .navbar .hamburger.open svg:nth-child(1) {
        display: none;
    }
    .navbar .hamburger.open svg:nth-child(2) {
        display: block;
    }
    #button_cta_header_container {
        height: var(--banner_height_tablet);
    }

    .header_container .mobile_menu {
        display: none;
        opacity: 0;
        width: 100%;
        background: #16133E;
        color: var(--white);
        text-align: center;
        padding: 16px 0;
        transition: opacity 0.3s;
        max-height: calc(100vh - var(--header_height_mobile));
        overflow-y: auto;
        box-sizing: border-box;
        z-index: 1;
    }
    .mobile_menu .nav_link {
        color: var(--white);
    }
    #navbar_popup_overlay_mobile_menu {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        margin-top: 16px;
        background-color: rgba(0,0,0,.65);
    }
    .mobile_menu .chevron_icon_wrapper {
        width: 14px;
        height: auto;
        cursor: pointer;
        display: flex;
        margin-top: -4px;
        margin-left: 15px;
        fill: var(--white);
        transform: rotate(270deg) translateY(-1px);
    }
    .nav_link:hover:not(.no_hover) {
        color: inherit;
    }
    .navbar_lang_main_container .nav_link:hover {
        color: var(--navy_blue);
    }
    .nav_link:hover:not(.no_hover) .chevron_icon_wrapper path {
        fill: inherit;
    }
    .navbar_hover_main_container .nav_link:hover {
        background-color: var(--white);
    }
    .navbar_hover_main_container .nav_link.selected, .navbar_hover_main_container .nav_link:active {
        background-color: #DCE3EF80;
    }
    .nav_link.active {
        color: var(--sky_blue) !important;
    }
    .nav_link.active .chevron_icon_wrapper path {
        fill: var(--sky_blue) !important;
    }
    .nav_link.active .chevron_icon_wrapper {
        transform: rotate(180deg);
    }
    .nav_link.active .navbar_hover_main_container {
        display: block !important;
    }

    /* Mega dropdown */
    .navbar_resources_main_container {
        top: var(--header_height_tablet);
        width: 100%;
        max-width: unset;
        border-radius: 0 0 16px 16px;
        flex-direction: column;
        min-height: unset;
        padding: 0;
        overflow: hidden;
    }
    .navbar_resources_main_container::after {
        display: none;
    }
    .navbar_resources_main_container .menu_active {
        background-color: unset;
    }
    .navbar_resources_main_container > div:not(#navbar_popup_overlay) {
        z-index: 2;
        background-color: var(--navy_blue);
    }
    #navbar_popup_overlay {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 1;
    }
    .navbar_tuition_wrapper {
        display: none;
    }
    .navbar_menu_wrapper {
        min-height: 360px;
        width: unset;
        margin-right: unset;
        overflow: hidden;
        border-radius: 0 0 16px 16px;
    }
    .navbar_menu_wrapper .nav_mobile {
        display: flex;
    }
    .navbar_menu_row {
        display: flex;
    }
    .navbar_menu_col {
        display: flex;
        flex-direction: column;
        padding: 24px;
        box-sizing: border-box;
        width: 100%;
    }
    .navbar_menu_col:not(:last-child) {
        border-right: 1px solid #3E3A6E;
    }
    .navbar_menu_col .nav_link {
        display: flex;
        justify-content: space-between;
        color: var(--white);
        margin-right: unset;
        font-size: 16px;
        font-family: "Be Vietnam";
        font-weight: 700;
        line-height: 24px;
    }
    .navbar_menu_col .nav_link.mb-16 {
        margin-bottom: 16px;
    }
    .navbar_menu_wrapper .menu_icon {
        display: none;
    }
    .navbar_menu_wrapper ul li {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        font-family: "Be Vietnam";
        font-weight: 300;
        line-height: 24px;
    }
    .navbar_menu_wrapper .menu_chevron {
        display: block;
        margin-right: 0;
        width: 10px;
        height: auto;
    }

    .navbar_mobile_navigation {
        padding: 24px 32px 16px;
        align-items: center;
    }
    .navbar_mobile_navigation.show_mobile_nav {
        display: flex;
    }
    .navbar_mobile_navigation svg {
        margin-right: 8px;
        margin-top: 8px;
        cursor: pointer;
    }
    .navbar_active_navigation {
        position: relative;
        top: 2px;
        font-family: "Be Vietnam";
        font-weight: 600;
        font-size: 16px;
        color: var(--white);
        user-select: none;
    }
    .navbar_resources_wrapper {
        background-color: unset;
        color: var(--white);
        width: 100%;
        flex-wrap: wrap;
        padding: 12px;
        border-radius: 0 0 16px 16px;
    }
    .navbar_resources_wrapper ul li {
        border-radius: 8px;
        margin: 4px 8px;
    }
    .navbar_resources_main_container .active:not(.color_view_more) {
        background-color: var(--navy_blue);
    }
    .navbar_column:not(.navbar_tuition.column5):not(.navbar_examprep.column3) {
        flex: 1;
        background-color: #16133E;
        border-right: none;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar_column.column1 {
        padding-left: 8px;
        border-radius: 16px 0 0 16px;
    }
    .navbar_tuition.column3:not([active_subject="maths"]), .navbar_tuition.column4, .navbar_examprep.column2 {
        padding-right: 8px;
        border-radius: 0 16px 16px 0;
    }
    .navbar_tuition.column5, .navbar_examprep.column3 {
        margin-top: 4px;
    }
    .chevron_icon_wrapper path {
        fill: var(--white);
    }
    li.color_view_more svg {
        display: none;
    }
}

/* MOBILE SCREEN SIZE */
@media only screen and (max-width: 768px) {
    .action_button_container > *:not(.hamburger) {
        display: none;
    }
    #content_container {
        padding-top: unset;
    }
    #header_container.banner_closed ~ #content_container {
        padding-top: var(--header_height_mobile);
    }
    #header_container.banner_mobile_closed ~ #content_container {
        padding-top: var(--header_height_mobile);
    }

    .navbar {
        height: var(--header_height_mobile);
        justify-content: end;
    }
    .navbar_hover_main_container {
        top: var(--header_height_mobile);
    }
    .navbar .site_logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 136px;
        padding: unset;
    }
    /* End Navbar */

    /* Sticky Banner Mobile */
    #button_cta_header_container {
        display: none;
    }
    #button_cta_header_container_mobile {
        /* display: none; */
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #FFF7EA;
        box-sizing: border-box;
        font-family: "Be Vietnam";
        font-weight: 500;
        color: var(--navy_blue);
        line-height: 24px;
        margin-top: var(--header_height_mobile);
        padding: 16px 24px;
        font-size: 14px;
        z-index: 1; /* so it won't cover the mobile navbar*/
        text-align: center;
    }
    #button_cta_header_container_mobile .rocket_logo {
        width: 24px;
        margin-right: 16px;
        position: relative;
        top: 4px;
    }

    /* Mega dropdown */
    .navbar_resources_main_container {
        top: var(--header_height_mobile);
    }
    .navbar_circle, .navbar_menu_illustration {
        display: none;
    }
    .navbar_menu_wrapper {
        min-height: unset;
    }
    .navbar_menu_row {
        flex-direction: column;
        padding: 16px;
    }
    .navbar_menu_col {
        padding: 0;
        margin-bottom: 8px;
    }
    .navbar_menu_col:not(:last-child) {
        border-right: 0;
    }
    .navbar_menu_col .nav_link.mb-16 {
        margin-bottom: 8px;
    }
    .navbar_login_button, .navbar_signup_button  {
        display: block;
        width: 100%;
        font-family: "Be Vietnam";
        font-weight: 800;
        font-size: 20px;
        padding: 7px 16px 9px;
        border-radius: 8px;
        color: var(--white);
        text-align: center;
        box-sizing: border-box;
    }
    .navbar_login_button {
        border: 2px solid var(--sky_blue);
        margin-top: 8px;
    }
    .navbar_login_button:active {
        color: var(--sky_blue);
    }
    .navbar_signup_button {
        background-color: var(--sky_blue);
        margin-top: 16px;
    }
    .navbar_signup_button:active {
        background-color: var(--apricot_orange);
    }
    .navbar_resources_wrapper {
        min-height: 456px;
        padding: 16px;
    }
    .navbar_column:not(.navbar_tuition.column5):not(.navbar_examprep.column3) {
        background-color: unset;
    }
    .navbar_mobile_navigation.show_mobile_nav {
        display: none;
    }
    .navbar_resources_wrapper ul li {
        margin-left: 0;
        margin-right: 0;
    }
    .navbar_column {
        padding: 0 !important;
    }
    .navbar_tuition.column5, .navbar_examprep.column3 {
        margin-top: unset;
    }
    .navbar_tuition_mobile_title_bar,
    .navbar_examprep_mobile_title_bar {
        display: flex;
        padding: 8px;
    }
    .navbar_tuition_mobile_title_bar svg,
    .navbar_examprep_mobile_title_bar svg {
        width: 18px;
        height: auto;
        margin-top: 8px;
        margin-right: 8px;
        cursor: pointer;
    }
    .navbar_tuition_mobile_title, .navbar_examprep_mobile_title {
        position: relative;
        top: 3px;
        font-family: "Be Vietnam";
        font-weight: 600;
        font-size: 16px;
        color: var(--white);
        user-select: none;
    }
}
/* End Mobile Screen Size *//*
    ##################################
    ========= CTA POPUP STYLE =======
    ##################################
*/
/* WIDE SCREEN SIZE */
html.modal_cta_open,
html.modal_cta_open body {
    overflow: hidden;
    position: relative;
    height: 100%;
}
#cta_popup_open_button_container {
    position: fixed;
    z-index: 9;
    display: none;
    width: 100%;
    text-align: center;
}
#cta_popup_container {
    position: fixed;
    display: none;
    z-index: 3000000000; /* Set to this to overlap Sleekflow */
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    overflow: auto;
    vertical-align: top;
    font-weight: 300;
}
#cta_popup_container.open {
    display: flex;
}
#cta_popup_overlay {
    display: none;
}
#cta_popup_container.open #cta_popup_overlay {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
}
#cta_popup_content {
    display: flex;
    position: relative;
    flex-shrink: 0;
    margin: auto;
    flex-direction: row;
    box-sizing: border-box;
    z-index: 3000000002; /* Set to this to overlap Sleekflow */
}
#cta_popup_illustration {
    position: relative;
    width: 444px;
    overflow: hidden;
    border-radius: 17.25px 0 0 17.25px;
}
#cta_popup_illustration_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cta_popup_illustration_bg_mobile {
    display: none;
}
#cta_popup_illustration_asset {
    position: absolute;
    bottom: -14px;
    left: -14px;
    width: 474px;
    height: auto;
}
#cta_popup_illustration_asset_mobile {
    display: none;
}
#cta_popup_illustration_title {
    font-family: "Be Vietnam";
    font-weight: 700;
    font-size: 40.5px;
    line-height: 1.5;
    color: var(--white);
    position: absolute;
    top: 8px;
    left: 32.25px;
}
#cta_popup_body {
    padding: 32px;
    box-sizing: border-box;
    border-radius: 0 17.25px 17.25px 0;
    background-color: var(--light_lavender);
    overflow: hidden;
    width: 582.75px;
}
#cta_popup_button_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#cta_popup_button_close img {
    width: 25px;
    height: auto;
}
#cta_popup_button_close_mobile {
    display: none;
}
#cta_popup_body_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#cta_popup_form_title_mobile {
    display: none;
}
#cta_popup_form_desc {
    font-family: "Be Vietnam";
    color: var(--navy_blue);
    font-size: 27px;
    line-height: 40.5px;
    padding-bottom: 20px;
}
#cta_popup_body_form .form_group {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
}
#cta_popup_body_form label {
    font-family: "Be Vietnam";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--navy_blue);
    padding-bottom: 4px;
    text-align: left;
}
.cta_form_input {
    border: 0;
    padding: 9px 18.7px 12px;
    border-radius: 7.5px;
    margin: 0;
    color: var(--navy_blue);
    font-family: "Be Vietnam";
    font-size: 20.25px;
    line-height: 1.5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
}
select.cta_form_input {
    cursor: pointer;
    padding: 9px 50px 12px 18.7px;
}
select.cta_form_input.placeholder {
    background-color: white;
    color: #C3C3C3;
}
input.cta_form_input::placeholder {
    color: var(--pale_silver);
}
#user_mobile_cta_container,
select.cta_form_input {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path fill="%23F7941E" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
    background-size: 13px;
    background-repeat: no-repeat;
}
#user_mobile_cta_container {
    background-position: left 75px center;
}
select.cta_form_input {
    background-position: right 20px center;
}

/* mobile country code select */
#user_mobile_cta_container {
    position: relative;
    overflow: hidden;
    background-color: var(--white);
    box-sizing: border-box;
    display: flex;
    height: 51px;
}
#user_mobile_cta_container .country_id_cta {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}
#user_mobile_cta_container #user_mobile_cta {
    border: 0;
    margin: 0;
    padding: 0;
    color: var(--navy_blue);
    font-family: "Be Vietnam";
    font-size: 20.25px;
    line-height: 1.5;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    flex-grow: 1;
    background-color: transparent;
}
#user_mobile_cta_container #user_mobile_cta::placeholder {
    color: #C3C3C3;
}
#cta_popup_container.open ~ .select2-container .detail_country {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
#user_mobile_cta_container .country_code {
    color: #aaaaaa;
}
#cta_popup_container.open ~ .select2-container .img_flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 29px;
    height: 17px;
    background: url("../../images/gb/flags.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#country_id_cta + .select2-container {
    width: 79px !important;
    vertical-align: top !important;
    padding: 0;
    height: 100%;
}
#country_id_cta + .select2-container > * {
    width: 100%;
    line-height: 1.5;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    height: auto !important;
}
#select2-country_id_cta-container {
    color: var(--navy_blue) !important;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: "Be Vietnam";
    font-weight: 600;
    font-size: 20.25px;
    padding: 0 24px 0 0;
}
#select2-country_id_cta-container + .select2-selection__arrow {
    display: none;
}
#cta_popup_container.open ~ .select2-container .select2-dropdown {
    top: 0;
    left: -18.7px;
    width: 355px !important;
    border-radius: 7.5px !important;
    overflow: hidden;
    z-index: 3000000003; /* Set to this to overlap Sleekflow */
    border: none;
}
#cta_popup_container.open ~ .select2-container .select2-search__field {
    font-size: 17px !important;
    font-family: "Be Vietnam" !important;
    color: var(--navy_blue) !important;
    border-radius: 7.5px !important;
}
/* end of mobile country code select */

.btn_sign_up_cta {
    display: block;
    width: 100%;
    font-size: 24px;
}
.btn_sign_up_cta.button:hover {
    transform: scale(1.02);
}
.btn_sign_up_cta.button:active {
    transform: scale(1) translateX(-2px) translateY(3px);
}
.btn_sign_up_cta.button:hover .button_bg_hover {
    width: 115%;
}
#cta_popup_agreement {
    font-family: "Be Vietnam";
    color: var(--navy_blue);
    font-size: 14px;
    padding-top: 24px;
    line-height: 1.5;
}
#cta_popup_agreement a {
    text-decoration: underline;
    color: var(--navy_blue);
}
.cta_popup_form_result {
    display: none;
    flex-direction: column;
    color: var(--navy_blue);
    font-family: "Be Vietnam";
    padding-top: 108px;
}
#cta_popup_form_submitted.cta_popup_form_result {
    padding-top: 60px;
}
.cta_popup_form_result_title {
    font-size: 40.5px;
    line-height: 1.4;
    padding-bottom: 36px;
}
.cta_popup_form_result_msg {
    font-size: 24.75px;
    line-height: 38.25px;
}

/* form error */
#cta_popup_body_form .form_group.input_error label {
    color: var(--dusty_red);
}
#cta_popup_body_form .form_group.input_error .cta_form_input {
    background-color: var(--rose_white);
    box-shadow: inset 0 0 0 2px var(--dusty_red);
}
#cta_popup_body_form .form_group.input_error input.cta_form_input,
#cta_popup_body_form .form_group.input_error #user_mobile_cta {
    color: var(--dusty_red);
}
#cta_popup_body_form .form_group.input_error #select2-country_id_cta-container {
    color: var(--dusty_red) !important;
}
#cta_popup_body_form .input_error_msg {
    display: block;
    color: var(--dusty_red);
    text-align: left;
    font-size: 20.25px;
    padding-top: 8px;
    visibility: hidden;
    line-height: 1;
}
#cta_popup_body_form .form_group.input_error .input_error_msg {
    visibility: visible;
}
/* end of form error */

/* form submitted */
#btn_done_cta, #btn_reload_cta {
    display: none;
}
#cta_popup_container.form_submitted #btn_submit_cta {
    display: none;
}
#cta_popup_container.form_submitted #cta_popup_agreement {
    visibility: hidden;
}
#cta_popup_container.form_submitted #cta_popup_form_upper {
    display: none;
}
#cta_popup_container.form_submitted.success #cta_popup_form_submitted {
    display: flex;
}
#cta_popup_container.form_submitted.success #btn_done_cta {
    display: block;
}
#cta_popup_container.form_submitted.error #cta_popup_form_error {
    display: flex;
}
#cta_popup_container.form_submitted.error #btn_done_cta {
    display: block;
}
#cta_popup_container.form_submitted.error_reload #cta_popup_form_error_reload {
    display: flex;
}
#cta_popup_container.form_submitted.error_reload #btn_reload_cta {
    display: block;
}
/* end of form submitted */
#btn_submit_cta.disable_button_submit {
  background-color: #B4B4B4;
  box-shadow: none;
  cursor: unset;
  pointer-events: none;
}

#button_submit_loading_animation_cta_popup {
  width: 65px;
  height: 100%;
  margin: auto;
}
.button_disable {
  display: none;
}

/* DESKTOP SCREEN SIZE */
@media only screen and (min-width: 768px) and (max-width: 1440px) {
    #cta_popup_illustration {
        width: 30.833vw;
        border-radius: 1.198vw 0 0 1.198vw;
    }
    #cta_popup_illustration_asset {
        bottom: -0.972vw;
        left: -0.972vw;
        width: 32.917vw;
    }
    #cta_popup_illustration_title {
        font-size: 2.813vw;
        top: 0.556vw;
        left: 2.240vw;
    }
    #cta_popup_body {
        padding: 2.222vw;
        border-radius: 0 1.198vw 1.198vw 0;
        width: 40.469vw;
    }
    #cta_popup_button_close {
        top: 0.694vw;
        right: 0.694vw;
    }
    #cta_popup_button_close img {
        width: 1.736vw;
    }
    #cta_popup_form_desc {
        font-size: 1.875vw;
        line-height: 2.813vw;
        padding-bottom: 1.389vw;
    }
    #cta_popup_body_form .form_group {
        padding-bottom: 0.833vw;
    }
    #cta_popup_body_form label {
        font-size: 1.111vw;
        line-height: 1.667vw;
        padding-bottom: 0.278vw;
    }
    .cta_form_input {
        padding: 0.625vw 1.299vw 0.833vw;
        border-radius: 0.521vw;
        font-size: 1.406vw;
    }
    select.cta_form_input {
        padding: 0.625vw 3.472vw 0.833vw 1.299vw;
    }
    #user_mobile_cta_container,
    select.cta_form_input {
        background-size: 0.903vw;
    }
    #user_mobile_cta_container {
        background-position: left 5.208vw center;
    }
    select.cta_form_input {
        background-position: right 1.389vw center;
    }

    /* mobile country code select */
    #user_mobile_cta_container {
        height: 3.542vw;
    }
    #user_mobile_cta_container #user_mobile_cta {
        font-size: 1.406vw;
    }
    #cta_popup_container.open ~ .select2-container .detail_country {
        font-size: 1.250vw;
    }
    #cta_popup_container.open ~ .select2-container .img_flag {
        margin-right: 0.278vw;
        width: 2.014vw;
        height: 1.181vw;
    }
    #country_id_cta + .select2-container {
        width: 5.486vw !important;
    }
    #select2-country_id_cta-container {
        letter-spacing: 0.069vw;
        font-size: 1.406vw;
        padding: 0 1.667vw 0 0;
    }
    #cta_popup_container.open ~ .select2-container .select2-dropdown {
        left: -1.299vw;
        width: 24.653vw !important;
        border-radius: 0.521vw !important;
    }
    #cta_popup_container.open ~ .select2-container .select2-search__field {
        font-size: 1.181vw !important;
        border-radius: 0.521vw !important;
    }
    /* end of mobile country code select */

    .btn_sign_up_cta {
      font-size: 1.667vw;
    }
    .btn_sign_up_cta.button:active {
      transform: scale(1) translateX(-0.156vw) translateY(0.208vw);
    }
    #cta_popup_agreement {
        font-size: 0.972vw;
        padding-top: 1.667vw;
    }
    .cta_popup_form_result {
        padding-top: 7.500vw;
    }
    #cta_popup_form_submitted.cta_popup_form_result {
        padding-top: 4.167vw;
    }
    .cta_popup_form_result_title {
        font-size: 2.813vw;
        padding-bottom: 2.500vw;
    }
    .cta_popup_form_result_msg {
        font-size: 1.719vw;
        line-height: 2.656vw;
    }

    /* form error */
    #cta_popup_body_form .form_group.input_error .cta_form_input {
        box-shadow: inset 0 0 0 0.139vw var(--dusty_red);
    }
    #cta_popup_body_form .input_error_msg {
        font-size: 1.406vw;
        padding-top: 0.556vw;
    }
    /* end of form error */
    #button_submit_loading_animation_cta_popup {
      width: 4.514vw;
    }
}

/* FOR BUTTON CONTAINER ipad and mobile using same css */
@media only screen and (max-width: 768px) {
    #cta_popup_open_button_container {
        /* top: 14.7vw; */
        bottom: 0.7vw; /* so the box shadow will be visible*/
        display: flex;
        justify-content: center; /* align horizontally */
        align-items: center; /* align vertically */
    }

    #button_open_cta_popup {
        width: 63.888vw;
        height: 7.346vw;
        background-color: var(--sky_blue);
        font-family: "Be Vietnam";
        font-weight: 700;
        font-size: 3.906vw;
        color: white;
        cursor: pointer;
        /* border-radius: 0 0 2.350vw 2.350vw; */
        border-radius: 2.350vw 2.350vw 0 0;

        display: flex;
        justify-content: center; /* align horizontally */
        align-items: center; /* align vertically */

        /* box-shadow: 0 0.7vw 0 0 #1B769D, 0 0.641vw 4.701vw rgba(0, 0, 0, 0.078); */
         box-shadow: 0 1vw 0 0 #1B769D, 0 0.641vw 4.701vw rgba(0, 0, 0, 0.3);
    }
    #button_submit_loading_animation_cta_popup {
      width: 8.187vw;
    }
}

/* IPAD SCREEN SIZE */
@media only screen and (min-width: 400px) and (max-width: 768px) {

    #cta_popup_content {
        flex-direction: column;
        width: 355px;
        padding-top: 3px;
        transform: translateY(44px);
    }
    #cta_popup_illustration {
        width: 100%;
        border-radius: 18px 18px 0 0;
    }
    #cta_popup_illustration_bg {
        display: none;
    }
    #cta_popup_illustration_bg_mobile {
        display: block;
        width: 100%;
        height: 121px;
        object-fit: cover;
    }
    #cta_popup_illustration_asset {
        display: none;
    }
    #cta_popup_illustration_asset_mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 3px;
        width: 345px;
        height: auto;
    }
    #cta_popup_illustration_title {
        display: none;
    }
    #cta_popup_body {
        padding: 10px 21px 21px;
        border-radius: 0 0 18px 18px;
        width: 100%;
        text-align: center;
    }
    #cta_popup_button_close {
        display: none;
    }
    #cta_popup_button_close_mobile {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
    #cta_popup_button_close_mobile img {
        width: 28px;
        height: 28px;
    }
    #cta_popup_form_title_mobile {
        display: block;
        font-family: "Be Vietnam";
        font-weight: 700;
        color: var(--navy_blue);
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 7px;
        width: 90%;
        margin: auto;
    }
    #cta_popup_form_desc {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 12px;
        margin: 0 auto;
    }
    #cta_popup_body_form {
        min-height: 404px;
    }
    #cta_popup_body_form .form_group {
        padding-bottom: 8px;
    }
    #cta_popup_body_form label {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 8px;
    }
    .cta_form_input {
        padding: 5px 11px 8px;
        border-radius: 9px;
        font-size: 16px;
        line-height: 1.5;
    }
    select.cta_form_input {
        padding: 5px 30px 8px 11px;
    }
    #user_mobile_cta_container,
    select.cta_form_input {
        background-size: 10px;
    }
    #user_mobile_cta_container {
        background-position: left 51px center;
    }
    select.cta_form_input {
        background-position: right 12px center;
    }

    /* mobile country code select */
    #user_mobile_cta_container {
        height: 36px;
    }
    #user_mobile_cta_container #user_mobile_cta {
        font-size: 16px;
    }
    #cta_popup_container.open ~ .select2-container .detail_country {
        font-size: 16px;
    }
    #cta_popup_container.open ~ .select2-container .img_flag {
        margin-right: 4px;
        width: 28px;
        height: 17px;
    }
    #country_id_cta + .select2-container {
        width: 56px !important;
    }
    #select2-country_id_cta-container {
        letter-spacing: 1px;
        font-size: 16px;
        padding: 0 16px 0 0;
    }
    #cta_popup_container.open ~ .select2-container .select2-dropdown {
        left: -11px;
        width: 279px !important;
        border-radius: 9px !important;
    }
    #cta_popup_container.open ~ .select2-container .select2-search__field {
        font-size: 16px !important;
        border-radius: 9px !important;
    }
    /* end of mobile country code select */

    .btn_sign_up_cta {
        width: calc(100% - 0.701vw);
        box-shadow: none;
        margin-left: 0.701vw;
        border-radius: 9px;
        height: 36px;
        line-height: 39px;
        font-size: 20px;
    }
    .btn_sign_up_cta.button:hover {
        transform: scale(1);
    }
    .btn_sign_up_cta.button:active {
        transform: scale(1) translateX(-3px) translateY(3px);
    }
    #cta_popup_agreement {
        text-align: left;
        font-size: 13px;
        padding-top: 15px;
        width: 95%;
    }
    .cta_popup_form_result {
        padding-top: 0;
    }
    #cta_popup_form_submitted.cta_popup_form_result {
        padding-top: 0;
    }
    .cta_popup_form_result_title {
        font-size: 25px;
        line-height: 27px;
        padding-bottom: 15px;
    }
    .cta_popup_form_result_msg {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 15px;
    }

    /* form error */
    #cta_popup_body_form .form_group.input_error .cta_form_input {
        box-shadow: inset 0 0 0 2px var(--dusty_red);
    }
    #cta_popup_body_form .input_error_msg {
        font-size: 11px;
        padding-top: 4px;
    }
    /* end of form error */

    /* form submitted */
    #cta_popup_container.form_submitted #cta_popup_agreement {
        display: none;
    }
    #cta_popup_container.form_submitted #cta_popup_body_form {
        min-height: unset;
    }
    /* end of form submitted */
    #button_submit_loading_animation_cta_popup {
      width: 5.187vw;
    }
}

/* MOBILE SCREEN SIZE */
@media only screen and (max-width: 400px) {
    #cta_popup_content {
        flex-direction: column;
        width: 88.785vw;
        padding-top: 0.8vw;
        transform: translateY(10.938vw);
    }
    #cta_popup_illustration {
        width: 100%;
        border-radius: 4.439vw 4.439vw 0 0;
    }
    #cta_popup_illustration_bg {
        display: none;
    }
    #cta_popup_illustration_bg_mobile {
        display: block;
        width: 100%;
        height: 30.140vw;
        object-fit: cover;
    }
    #cta_popup_illustration_asset {
        display: none;
    }
    #cta_popup_illustration_asset_mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0.79vw;
        width: 86.2vw;
        height: auto;
    }
    #cta_popup_illustration_title {
        display: none;
    }
    #cta_popup_body {
        padding: 2.5vw 5.374vw 5.374vw;
        border-radius: 0 0 4.439vw 4.439vw;
        width: 100%;
        text-align: center;
    }
    #cta_popup_button_close {
        display: none;
    }
    #cta_popup_button_close_mobile {
        display: block;
        position: absolute;
        top: 2.570vw;
        right: 2.570vw;
        cursor: pointer;
    }
    #cta_popup_button_close_mobile img {
        width: 7.009vw;
        height: 7.009vw;
    }
    #cta_popup_form_title_mobile {
        display: block;
        font-family: "Be Vietnam";
        font-weight: 700;
        color: var(--navy_blue);
        font-size: 6.542vw;
        line-height: 7.477vw;
        padding-bottom: 1.869vw;
        width: 90%;
        margin: auto;
    }
    #cta_popup_form_desc {
        font-size: 3.972vw;
        line-height: 4.673vw;
        padding-bottom: 3vw;
        margin: 0 auto;
    }
    #cta_popup_body_form {
        min-height: 101vw;
    }
    #cta_popup_body_form .form_group {
        padding-bottom: 2vw;
    }
    #cta_popup_body_form label {
        font-size: 3.972vw;
        line-height: 5.374vw;
        padding-bottom: 2vw;
    }
    .cta_form_input {
        padding: 1.25vw 2.750vw 2vw;
        border-radius: 2.336vw;
        font-size: 3.972vw;
    }
    select.cta_form_input {
        padding: 1.25vw 7.5vw 2vw 2.750vw;
    }
    #user_mobile_cta_container,
    select.cta_form_input {
        background-size: 2.4vw;
    }
    #user_mobile_cta_container {
        background-position: left 12.8vw center;
    }
    select.cta_form_input {
        background-position: right 3vw center;
    }

    /* mobile country code select */
    #user_mobile_cta_container {
        height: 9vw;
    }
    #user_mobile_cta_container #user_mobile_cta {
        font-size: 3.972vw;
    }
    #cta_popup_container.open ~ .select2-container .detail_country {
        font-size: 3.972vw;
    }
    #cta_popup_container.open ~ .select2-container .img_flag {
        margin-right: 0.935vw;
        width: 7.103vw;
        height: 4.299vw;
    }
    #country_id_cta + .select2-container {
        width: 13.9vw !important;
    }
    #select2-country_id_cta-container {
        letter-spacing: 0.187vw;
        font-size: 3.972vw;
        padding: 0 4vw 0 0;
    }
    #cta_popup_container.open ~ .select2-container .select2-dropdown {
        left: -2.804vw;
        width: 69.626vw !important;
        border-radius: 2.336vw !important;
    }
    #cta_popup_container.open ~ .select2-container .select2-search__field {
        font-size: 3.972vw !important;
        border-radius: 2.336vw !important;
    }
    /* end of mobile country code select */

    .btn_sign_up_cta {
        width: calc(100% - 0.701vw);
        box-shadow: none;
        margin-left: 0.701vw;
        border-radius: 2.336vw;
        height: 9.112vw;
        line-height: 9.8vw;
        font-size: 5vw;
    }
    .btn_sign_up_cta.button:hover {
        transform: scale(1);
    }
    .btn_sign_up_cta.button:active {
        transform: scale(1) translateX(-0.701vw) translateY(0.701vw);
    }
    #cta_popup_agreement {
        text-align: left;
        font-size: 3.25vw;
        padding-top: 3.738vw;
        width: 95%;
    }
    .cta_popup_form_result {
        padding-top: 0;
    }
    #cta_popup_form_submitted.cta_popup_form_result {
        padding-top: 0;
    }
    .cta_popup_form_result_title {
        font-size: 6.308vw;
        line-height: 6.776vw;
        padding-bottom: 3.738vw;
    }
    .cta_popup_form_result_msg {
        font-size: 3.972vw;
        line-height: 4.673vw;
        padding-bottom: 3.738vw;
    }

    /* form error */
    #cta_popup_body_form .form_group.input_error .cta_form_input {
        box-shadow: inset 0 0 0 0.4vw var(--dusty_red);
    }
    #cta_popup_body_form .input_error_msg {
        font-size: 2.8vw;
        padding-top: 1vw;
    }
    /* end of form error */

    /* form submitted */
    #cta_popup_container.form_submitted #cta_popup_agreement {
        display: none;
    }
    #cta_popup_container.form_submitted #cta_popup_body_form {
        min-height: unset;
    }
    /* end of form submitted */
    #button_submit_loading_animation_cta_general_popup {
      width: 10.187vw;
    }
}
/*
    #####################################
    ========= END CTA POPUP STYLE =======
    #####################################
*/






/*
    ##################################
    ========= HARD POPUP STYLE =======
    ##################################
*/
.addblur {
    filter: blur(3.75px);
  }

  #h_popup_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 300000000; /* Set to this to overlap Sleekflow */
    background-color: rgba(0, 0, 0, 0.5019607843);
  }

  #h_popup_overlay.open {
    display: block;
  }

  #h_popup_container, #h_popup_success_container, #h_popup_error_container {
    display: none;
    z-index: 3000000001; /* Set to this to overlap Sleekflow */
    margin: auto;
    width: 314.145px;
    background-color: #D3E7FD;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 27.135px;
    padding-left: 25.9275px;
    padding-right: 25.9275px;
    padding-bottom: 28.8825px;
    border-radius: 12px;
  }

  #h_popup_container.open, #h_popup_success_container.open, #h_popup_error_container.open {
    display: block;
  }

  html.h_popup_modal_open,
  html.h_popup_modal_open body {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  #h_popup_img_wrapper {
    position: relative;
    height: 150.69px;
  }

  #h_popup_img_container {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 150.69px;
  }

  #h_popup_img_container.main_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #h_popup_img_container.main_img {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }

  #h_popup_img_container.main_img.showup {
    opacity: 1;
  }

  #h_popup_img_container_wrong_input {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 150.69px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }

  #h_popup_img_container_wrong_input.showup {
    opacity: 1;
  }

  #h_popup_title {
    font-family: "Be Vietnam";
    font-size: 26.25px;
    line-height: 36.75px;
    color: #262262;
    font-weight: 700;
    text-align: center;
    padding-top: 12.1125px;
  }

  #h_popup_sub_title {
    font-family: "Be Vietnam";
    font-size: 13.5px;
    line-height: 18px;
    color: #262262;
    font-weight: 300;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 0.75px;
    margin-left: auto;
    margin-right: auto;
  }

  #h_popup_button_container {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  #h_popup_submit_btn,
  #h_popup_reload_btn,
  #h_popup_download_btn {
    font-family: "Be Vietnam";
    font-weight: 700;
    width: 100%;
    height: 42.75px;
    font-size: 16.5px;
    line-height: 18.75px;
  }

  #h_popup_submit_btn:hover .button_bg_hover,
  #h_popup_reload_btn:hover .button_bg_hover,
  #h_popup_download_btn:hover .button_bg_hover {
    width: 357.75px;
    height: 357.75px;
    bottom: -178.875px;
  }

  #h_popup_policy {
    font-family: "Be Vietnam";
    font-weight: 300;
    font-size: 12.75px;
    line-height: 18.75px;
    color: #262262;
    width: 288px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #h_popup_policy a {
    text-decoration: underline;
    color: #262262;
  }

  .h_popup_form_group {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0;
  }

  .h_popup_form_group label {
    font-family: "Be Vietnam";
    font-size: 17.25px;
    line-height: 21px;
    color: #262262;
    font-weight: 300;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #h_popup_form_input {
    border: 0;
    padding: 10.5px 9.75px 6px;
    border-radius: 6px;
    margin: 0;
    color: #262262;
    font-family: "Be Vietnam";
    font-size: 17.25px;
    line-height: 20.25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
  }

  #h_popup_name_input {
    border: 0;
    border-radius: 6px;
    padding: 8px 9.75px 8.5px;
    font-family: "Be Vietnam";
    font-weight: 300;
    font-size: 17.25px;
    line-height: 20.25px;
    color: #262262;
  }

  #h_popup_name_input::placeholder {
    color: #C3C3C3;
  }

  .h_popup_form_group .input_error_msg {
    visibility: hidden;
  }

  .h_popup_form_group.input_error .input_error_msg {
    visibility: visible;
  }

  .h_popup_form_group.input_error .h_popup_form_input {
    box-shadow: inset 0 0 0 2.25px #C54A47;
  }

  .h_popup_form_group.input_error label,
  .h_popup_form_group.input_error .country_select,
  .h_popup_form_group.input_error #h_popup_name_input,
  .h_popup_form_group.input_error .input_error_msg,
  .h_popup_form_group.input_error #h_popup_user_mobile_container.h_popup_form_input #h_popup_phone_number {
    color: #C54A47;
  }

  .input_error_msg {
    font-size: 15px;
    line-height: 18px;
    padding-top: 9px;
  }

  .h_popup_form_group.input_error #h_popup_user_mobile_container #h_popup_phone_arrow_down img:nth-child(1) {
    display: none;
  }

  .h_popup_form_group.input_error #h_popup_user_mobile_container #h_popup_phone_arrow_down img:nth-child(2) {
    display: block;
  }

  /* mobile country code select */
  #h_popup_user_mobile_container {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    border-radius: 6px;
    padding: 8px 9.75px 8.5px;
    height: 36.75px;
  }

  #h_popup_user_mobile_container #h_popup_country_id {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
  }

  #h_popup_user_mobile_container #h_popup_phone_number {
    border: 0;
    margin: 0;
    padding: 0;
    color: #262262;
    font-family: "Be Vietnam";
    font-weight: 300;
    font-size: 17.25px;
    line-height: 20.25px;
    height: 24.25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    flex-grow: 1;
    background-color: transparent;
    position: relative;
    top: -3px;
  }

  #h_popup_user_mobile_container #h_popup_phone_number::placeholder {
    color: #C3C3C3;
  }

  .select2-container .detail_country {
    display: inline-block;
    vertical-align: middle;
    font-size: 17.25px;
  }

  .select2-container .img_flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 21.75px;
    height: 12.75px;
    background: url("../../images/gb/flags.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #h_popup_country_id + .select2-container {
    width: 67.5px !important;
    vertical-align: top !important;
    padding: 0;
    height: 100%;
  }

  #h_popup_country_id + .select2-container > * {
    width: 100%;
    line-height: 14.25px;
  }

  .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    height: auto !important;
  }

  #select2-h_popup_country_id-container {
    color: #262262 !important;
    text-align: center;
    letter-spacing: 0.75px;
    font-family: "Be Vietnam";
    font-size: 17.25px;
    line-height: 20.25px;
    padding: 0 15px 0 0;
  }

  #h_popup_phone_arrow_down {
    position: absolute;
    pointer-events: none;
    display: inline-flex;
    width: 13.05px;
    top: 7.5px;
    left: 60px;
    transition: transform 0.3s;
  }

  #h_popup_country_id + .select2-container--open + #h_popup_phone_arrow_down {
    transform: rotate(180deg);
  }

  #h_popup_phone_arrow_down img {
    width: 100%;
    height: auto;
  }

  #h_popup_phone_arrow_down img:nth-child(2) {
    display: none;
  }

  #select2-h_popup_country_id-container + .select2-selection__arrow {
    display: none;
  }

  .select2-container .select2-dropdown {
    top: 0;
    left: -9.75px !important;
    width: 314.25px !important;
    border-radius: 6px !important;
    overflow: hidden;
    z-index: 3000000003; /* Set to this to overlap Sleekflow */
    border: none;
    box-shadow: inset 0 0 0 0.5625px #C3C3C3;
  }

  .select2-container .select2-search__field {
    font-size: 17.25px !important;
    font-family: "Be Vietnam" !important;
    border-radius: 6px !important;
  }

  .select2-results__option {
    font-size: 17.25px;
  }

  /* end of mobile country code select */
  #h_popup_title.error_response {
    padding-top: 15.0675px;
  }

  #h_popup_sub_title.error_response {
    padding-top: 6px;
    padding-bottom: 12px;
  }

  #h_popup_title.success_response {
    padding-top: 12.75px;
  }

  #h_popup_sub_title.success_response {
    padding-top: 12px;
    padding-bottom: 12.75px;
  }

  .h_popup_button_close {
    position: absolute;
    top: 24px;
    right: 21px;
    cursor: pointer;
    z-index: 2;
  }
  .h_popup_button_close img {
    width: 38px;
    height: 38px;
  }

  @media only screen and (min-width: 768px) and (max-width: 1440px) {
    .addblur {
      filter: blur(0.26vw);
    }
    #h_popup_container, #h_popup_success_container, #h_popup_error_container {
      width: 21.816vw;
      padding-top: 1.884vw;
      padding-left: 1.801vw;
      padding-right: 1.801vw;
      padding-bottom: 2.006vw;
      border-radius: 0.833vw;
    }
    #h_popup_img_wrapper {
      height: 10.465vw;
    }
    #h_popup_img_container {
      height: 10.465vw;
    }
    #h_popup_img_container_wrong_input {
      height: 10.465vw;
    }
    #h_popup_title {
      font-size: 1.823vw;
      line-height: 2.552vw;
      padding-top: 0.841vw;
    }
    #h_popup_sub_title {
      font-size: 0.938vw;
      line-height: 1.25vw;
      padding-top: 0.417vw;
      padding-bottom: 0.052vw;
    }
    #h_popup_button_container {
      padding-top: 1.667vw;
      padding-bottom: 1.25vw;
    }
    #h_popup_submit_btn,
    #h_popup_reload_btn,
    #h_popup_download_btn {
      height: 2.969vw;
      font-size: 1.146vw;
      line-height: 1.302vw;
    }
    #h_popup_submit_btn:hover .button_bg_hover,
    #h_popup_reload_btn:hover .button_bg_hover,
    #h_popup_download_btn:hover .button_bg_hover {
      width: 24.844vw;
      height: 24.844vw;
      bottom: -12.422vw;
    }
    #h_popup_policy {
      font-size: 0.885vw;
      line-height: 1.302vw;
      width: 20vw;
    }
    .h_popup_form_group label {
      font-size: 1.198vw;
      line-height: 1.458vw;
    }
    #h_popup_form_input {
      padding: 0.729vw 0.677vw 0.417vw;
      border-radius: 0.417vw;
      font-size: 1.198vw;
      line-height: 1.406vw;
    }
    #h_popup_name_input {
      border-radius: 0.417vw;
      padding: 0.556vw 0.677vw 0.590vw;
      font-size: 1.198vw;
      line-height: 1.406vw;
    }
    .h_popup_form_group.input_error .h_popup_form_input {
      box-shadow: inset 0 0 0 0.156vw #C54A47;
    }
    .input_error_msg {
      font-size: 1.042vw;
      line-height: 1.25vw;
      padding-top: 0.625vw;
    }
    /* mobile country code select */
    #h_popup_user_mobile_container {
      border-radius: 0.417vw;
      padding: 0.556vw 0.677vw 0.590vw;
      height: 2.552vw;
    }
    #h_popup_user_mobile_container #h_popup_phone_number {
      font-size: 1.198vw;
      line-height: 1.406vw;
      height: 1.684vw;
      top: -0.208vw;
    }
    .select2-container .detail_country {
      font-size: 1.198vw;
    }
    .select2-container .img_flag {
      margin-right: 0.208vw;
      width: 1.51vw;
      height: 0.885vw;
    }
    #h_popup_country_id + .select2-container {
      width: 4.688vw !important;
    }
    #h_popup_country_id + .select2-container > * {
      line-height: 0.99vw;
    }
    #select2-h_popup_country_id-container {
      letter-spacing: 0.052vw;
      font-size: 1.198vw;
      line-height: 1.406vw;
      padding: 0 1.042vw 0 0;
    }
    #h_popup_phone_arrow_down {
      width: 0.906vw;
      top: 0.521vw;
      left: 4.167vw;
    }
    .select2-container .select2-dropdown {
      left: -0.677vw !important;
      width: 21.823vw !important;
      border-radius: 0.417vw !important;
      box-shadow: inset 0 0 0 0.039vw #C3C3C3;
    }
    .select2-container .select2-search__field {
      font-size: 1.198vw !important;
      border-radius: 0.417vw !important;
    }
    .select2-results__option {
      font-size: 1.198vw;
    }
    /* end of mobile country code select */
    #h_popup_title.error_response {
      padding-top: 1.046vw;
    }
    #h_popup_sub_title.error_response {
      padding-top: 0.417vw;
      padding-bottom: 0.833vw;
    }
    #h_popup_title.success_response {
      padding-top: 0.885vw;
    }
    #h_popup_sub_title.success_response {
      padding-top: 0.833vw;
      padding-bottom: 0.885vw;
    }
    .h_popup_button_close {
      top: 1.667vw;
      right: 1.458vw;
    }
    .h_popup_button_close img {
      width: 2.639vw;
      height: 2.639vw;
    }
  }
  @media only screen and (max-width: 768px) {
    .addblur {
      filter: blur(1.168vw);
    }
    #h_popup_container, #h_popup_success_container, #h_popup_error_container {
      width: 69.626vw;
      padding-top: 7.664vw;
      padding-left: 5.374vw;
      padding-right: 5.374vw;
      padding-bottom: 9.855vw;
      border-radius: 3.271vw;
    }
    #h_popup_img_wrapper.no_mobile {
      display: none;
    }
    #h_popup_img_container {
      height: 34.6vw;
    }
    #h_popup_title {
      font-size: 5.841vw;
      line-height: 7.477vw;
      padding-top: 0vw;
    }
    #h_popup_sub_title {
      font-size: 3.271vw;
      line-height: 3.972vw;
      padding-top: 1.869vw;
      padding-bottom: 1.869vw;
    }
    #h_popup_button_container {
      padding-top: 3.738vw;
      padding-bottom: 3.738vw;
    }
    #h_popup_submit_btn,
    #h_popup_reload_btn,
    #h_popup_download_btn {
      height: 9.112vw;
      font-size: 3.505vw;
      line-height: 4.206vw;
    }
    #h_popup_submit_btn:hover .button_bg_hover,
    #h_popup_reload_btn:hover .button_bg_hover,
    #h_popup_download_btn:hover .button_bg_hover {
      width: 75.935vw;
      height: 75.935vw;
      bottom: -37.967vw;
    }
    #h_popup_policy {
      font-size: 3.271vw;
      line-height: 5.14vw;
      width: 69.393vw;
    }
    .h_popup_form_group label {
      font-size: 4.439vw;
      line-height: 5.374vw;
    }
    #h_popup_form_input {
      padding: 2.804vw 2.804vw 2.103vw;
      border-radius: 2.336vw;
      font-size: 3.505vw;
      line-height: 4.206vw;
    }
    #h_popup_name_input {
      border-radius: 2.336vw;
      padding: 2.453vw 2.804vw 2.454vw;
      font-size: 3.505vw;
      line-height: 4.206vw;
    }
    .h_popup_form_group.input_error .h_popup_form_input {
      box-shadow: inset 0 0 0 0.467vw #C54A47;
    }
    .input_error_msg {
      font-size: 2.804vw;
      line-height: 3.271vw;
      padding-top: 1.636vw;
    }
    /* mobile country code select */
    #h_popup_user_mobile_container {
      border-radius: 2.336vw;
      padding: 2.453vw 2.804vw 2.454vw;
      height: 9.112vw;
    }
    #h_popup_user_mobile_container #h_popup_phone_number {
      font-size: 3.505vw;
      line-height: 4.206vw;
      height: 5.738vw;
      top: -1vw;
    }
    .select2-container .detail_country {
      font-size: 3.505vw;
    }
    .select2-container .img_flag {
      margin-right: 0.935vw;
      width: 6.776vw;
      height: 3.972vw;
    }
    #h_popup_country_id + .select2-container {
      width: 17.523vw !important;
    }
    #h_popup_country_id + .select2-container > * {
      line-height: 4.206vw;
    }
    #select2-h_popup_country_id-container {
      letter-spacing: 0vw;
      font-size: 3.505vw;
      line-height: 4.206vw;
      padding: 0 2.57vw 0 0;
    }
    #h_popup_phone_arrow_down {
      width: 2.516vw;
      top: 2.336vw;
      left: 15.187vw;
    }
    .select2-container .select2-dropdown {
      left: -3.037vw !important;
      width: 46.729vw !important;
      border-radius: 1.869vw !important;
      box-shadow: inset 0 0 0 0.175vw #C3C3C3;
    }
    .select2-container .select2-search__field {
      font-size: 3.505vw !important;
      border-radius: 1.869vw !important;
    }
    .select2-results__option {
      font-size: 3.505vw;
    }
    /* end of mobile country code select */
    #h_popup_title.error_response {
      padding-top: 3.738vw;
    }
    #h_popup_sub_title.error_response {
      padding-top: 1.869vw;
      padding-bottom: 3.738vw;
    }
    #h_popup_title.success_response {
      padding-top: 3.07vw;
    }
    #h_popup_sub_title.success_response {
      padding-top: 1.869vw;
      padding-bottom: 3.738vw;
    }

    .h_popup_button_close {
        display: block;
        position: absolute;
        top: 3.3vw;
        right: 3.57vw;
        cursor: pointer;
    }
    #cta_popup_button_close img {
        width: 7.009vw;
        height: 7.009vw;
    }
    .h_popup_button_close img {
        width: 6vw;
        height: auto;
    }
  }

  /*# sourceMappingURL=hard_popup.css.map */

/*
    #####################################
    ========= END HARD POPUP STYLE =======
    #####################################
*/