/* ------------- */
/* -- GENERAL --*/
/* ----------- */
html {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 1rem;
  font-family: 'gotham_narrowbook';
  scroll-behavior: smooth;
}
.w_100 {width: 100%;}
.h_100 {height: 100%;}
.f_viewport {height: 100vh;}
.no_whitespace {white-space: nowrap;}
.hide {display:none}
.pos_rel {position: relative;}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
#anchor {top: -80px;position: relative;}
@media (max-width: 640px) {
  .f_viewport {height: 100%;}
}

/* FONTS */
@font-face {
  font-family: 'gotham_narrowbook';
  src: url('../fonts/gothamnarrow-book-webfont.woff2') format('woff2'),
       url('../fonts/gothamnarrow-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_narrowmedium';
  src: url('../fonts/gothamnarrow-medium-webfont.woff2') format('woff2'),
       url('../fonts/gothamnarrow-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vista_slabmedium';
  src: url('../fonts/VistaSlabOTCE-Medium.woff2') format('woff2'),
       url('../fonts/VistaSlabOTCE-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'vista_slabmedium';
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.6px;
  margin-bottom: 0;
}
h2 {
  font-family: 'vista_slabmedium';
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.4px;
  margin-bottom: 0;
}
h3 {
  font-family: 'vista_slabmedium';
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
h4 {
  font-family: 'vista_slabmedium';
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.75px;
  margin-bottom: 0;
}
h5 {
  font-family: 'vista_slabmedium';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.subtitle {
  font-family: 'gotham_narrowmedium';
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 20px;
}
.subtitle_alt {
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.f14 {
  font-family: 'gotham_narrowbook';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.35px;
}
p {
  font-size: 18px;
  line-height: 24px;
}
/* ------------- */
/* ---COLOURS--- */
/* ------------- */
.dblue {color: #00203E;}
.white {color: #FFFFFF;}
.blue-grey {color: #ADBAC7;}
.dblue-grey {color: #5E7489;}
.grey {color:#DEE3E8;}
.green {color: #080;}
.pink {color: #E00371;}
.dblue_bg {background-color: #00203E;}
.white_bg {background-color: #FFFFFF;}
.blue-grey_bg {background-color: #ADBAC7;}
.pink_bg {background-color: #E00371;}

/* ------------- */
/* --- LINKS --- */
/* ------------- */
a.lblue_lnk {
  color: #009AD6;
  text-decoration: underline;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.lblue_lnk {
  text-decoration: none;
}

a.lblue_icon_lnk {
  color: #009AD6;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.lblue_icon_lnk .icon {
  position: relative;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.lblue_icon_lnk .icon {
  left: 5px;
}

a.scroll_down_btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border:1px solid #009AD6;
  background-color: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.scroll_down_btn .icon {
  position: relative;
  bottom: 0;
  color:#009AD6;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.scroll_down_btn .icon {
  bottom: -5px;
}

a.check {
  width: auto;
}
a.check .icon {
  font-size: 25px;
  color: #DEE3E8;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.check .txt {
  font-family: 'gotham_narrowmedium';
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 20px;
  color: #5E7489;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.check .icon {
  color: #00203E;
}
a:hover.check .txt {
  color: #00203E;
}

.component_check .completed_step .icon {
    color: #00203E;
}
.component_check .completed_step .txt {
    color: #00203E;
}

a.pink_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #E00371;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.pink_btn:hover {
  background-color: #fff;
  color: #E00371;
}

a.dblue_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #00203E;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.dblue_btn:hover {
  background-color: #FFDD00;
  color: #00203E;
}

a.white_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #E00371;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_btn:hover {
  background-color: #E00371;
  color: #fff;
}

a.white_btn_alt {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #00203E;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_btn_alt:hover {
  background-color: #009AD6;
  color: #fff;
}

a.white_btn_alt_green {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #00203E;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_btn_alt_green:hover {
  background-color: #4C839B;
  color: #fff;
}

a.white_icon_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #E00371;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_icon_btn .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.white_icon_btn {
  background-color: #FCDFED;
}
a:hover.white_icon_btn .icon {
  left: 5px;
}

a.white_icon_btn_yellow {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #00203E;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_icon_btn_yellow .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.white_icon_btn_yellow {
  background-color: #FFDD00;
}
a:hover.white_icon_btn_yellow .icon {
  left: 5px;
}

a.white_icon_btn_correct {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #3B8238;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_icon_btn_correct .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.white_icon_btn_correct {
  background-color: #E2F8E1;
}
a:hover.white_icon_btn_correct .icon {
  left: 5px;
}

a.white_icon_btn_restart {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #D80E45;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_icon_btn_restart .icon {
  position: relative;
  right:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.white_icon_btn_restart {
  background-color: #FCDFED;
}
a:hover.white_icon_btn_restart .icon {
  right: 5px;
}

a.white_icon_btn_green {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #3B8238;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.white_icon_btn_green .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.white_icon_btn_green {
  background-color: #E2F8E1;
}
a:hover.white_icon_btn_green .icon {
  left: 5px;
}

a.blue_icon_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #009AD6;
  border-radius: 5px;
  color: #FFF;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.blue_icon_btn .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.blue_icon_btn {
  background-color: #00203E;
  color: #fff;
}
a:hover.blue_icon_btn .icon {
  left: 5px;
}

a.dblue_icon_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #00203E;
  border-radius: 5px;
  color: #FFF;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.dblue_icon_btn .icon {
  position: relative;
  left:0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.dblue_icon_btn {
  background-color: #fff;
  color: #00203E;
}
a:hover.dblue_icon_btn .icon {
  left: 5px;
}

a.disabled_btn {
  display: inline-block;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 45px;
  letter-spacing: -0.4px;
  width: auto;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #DEE3E8;
  border-radius: 5px;
  color: #89929B;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.btt_arrow {
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 999;
  top:-65px;
  right: 0;
  border-radius: 100%;
  color: #fff;
  background-color: #00203E;
  border: 1px solid #DEE3E8;
  box-shadow: 0px 3px 12px #00000029;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.btt_arrow.in-page {
  position: fixed;
  bottom:20px;
  right: 20px;
  top:auto;
}
a.btt_arrow svg {
  font-size: 14px;
  color: #fff;
  bottom: 1px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.btt_arrow {
  background-color: #fff;
}
a:hover.btt_arrow svg {
  bottom: 4px;
  color: #00203E;
}
/* -------------- */
/* -- MARGINS -- */
/* ------------ */
.margin_0 {margin: 0;}
.margin_1 {margin: 1rem;}
.margin_2 {margin: 2rem;}
.margin_3 {margin: 3rem;}
.margin_4 {margin: 4rem;}
.t_margin_-100p {margin-top: -100px!important;}
.t_margin_0 {margin-top: 0!important;}
.t_margin_05 {margin-top: 0.5rem;}
.t_margin_1 {margin-top: 1rem;}
.t_margin_2 {margin-top: 2rem;}
.t_margin_3 {margin-top: 3rem;}
.t_margin_4 {margin-top: 4rem;}
.t_margin_5 {margin-top: 5rem;}
.t_margin_6 {margin-top: 6rem;}
.b_margin_05 {margin-bottom: 0.5rem;}
.b_margin_1 {margin-bottom: 1rem;}
.b_margin_2 {margin-bottom: 2rem;}
.b_margin_3 {margin-bottom: 3rem;}
.b_margin_4 {margin-bottom: 4rem;}
.b_margin_5 {margin-bottom: 5rem;}
.b_margin_6 {margin-bottom: 6rem;}
.r_margin_0 {margin-right: 0;}
.r_margin_10p {margin-right: 10px;}
.r_margin_05 {margin-right: 0.5rem;}
.r_margin_1 {margin-right: 1rem;}
.r_margin_2 {margin-right: 2rem;}
.r_margin_3 {margin-right: 3rem;}
.r_margin_4 {margin-right: 4rem;}
.l_margin_0 {margin-left: 0!important;}
.l_margin_05 {margin-left: 0.5rem;}
.l_margin_1 {margin-left: 1rem;}
.l_margin_2 {margin-left: 2rem;}
.l_margin_3 {margin-left: 3rem;}
.l_margin_4 {margin-left: 4rem;}
@media (max-width: 640px) {
  .t_margin_0_m {margin-top: 0!important;}
}
/* -------------- */
/* -- PADDINGS -- */
/* ------------ */
.padding_0 {padding: 0!important;}
.padding_05 {padding: 0.5rem;}
.padding_1 {padding: 1rem;}
.padding_2 {padding: 2rem;}
.padding_3 {padding: 3rem;}
.padding_4 {padding: 4rem;}
.t_padding_0 {padding-top: 0!important;}
.t_padding_05 {padding-top: 0.5rem;}
.t_padding_1 {padding-top: 1rem;}
.t_padding_2 {padding-top: 2rem;}
.t_padding_3 {padding-top: 3rem;}
.t_padding_4 {padding-top: 4rem;}
.t_padding_5 {padding-top: 5rem;}
.t_padding_6 {padding-top: 6rem;}
.b_padding_0 {padding-bottom: 0;}
.b_padding_05 {padding-bottom: 0.5rem;}
.b_padding_1 {padding-bottom: 1rem;}
.b_padding_2 {padding-bottom: 2rem;}
.b_padding_3 {padding-bottom: 3rem;}
.b_padding_4 {padding-bottom: 4rem;}
.b_padding_5 {padding-bottom: 5rem;}
.b_padding_6 {padding-bottom: 6rem;}
.r_padding_0 {padding-right: 0;}
.r_padding_10p {padding-right: 10px;}
.r_padding_05 {padding-right: 0.5rem;}
.r_padding_1 {padding-right: 1rem;}
.r_padding_2 {padding-right: 2rem;}
.r_padding_3 {padding-right: 3rem;}
.r_padding_4 {padding-right: 4rem;}
.l_padding_0 {padding-left: 0!important;}
.l_padding_05 {padding-left: 0.5rem;}
.l_padding_1 {padding-left: 1rem;}
.l_padding_2 {padding-left: 2rem;}
.l_padding_3 {padding-left: 3rem;}
.l_padding_4 {padding-left: 4rem;}
/* ------------------------ */
/* -- BORDERS/UNDERLINES --*/
/* ---------------------- */
.t_border_1 {
  border-top: 1px solid #fff;
}
/* ------------------ */
/* -- FORM STYLES --*/
/* --------------- */
/* ------------------- */
/* -- SWIPER STYLES --*/
/* ----------------- */


/* --- COMPONENTS --- */

/* WELCOME SCREEN */
.welcome_logo {
  height: 100px;
  width: auto;
}
.welcome_logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.welcome_logo_ns {
  height: 40px;
  width: auto;
}
.welcome_logo_ns img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.welcome_img {
  height: 34vw;
  width: 34vw;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.welcome_img_container {
  position: relative;
  height: 43vw;
  width: 43vw;
  max-width: 100%;
}
.wel_circle_1 {
  height: 74px;
  width: 74px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:50px;
  right:50px;
}
.wel_circle_2 {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:100px;
  right:30px;
}
.wel_circle_3 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:0px;
  right:130px;
}
.wel_circle_4 {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:40px;
  left:160px;
  z-index: 2;
}
.wel_circle_5 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:110px;
  left:15px;
}
.wel_circle_6 {
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:170px;
  left:10px;
}
.wel_circle_7 {
  height: 43px;
  width: 43px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:70px;
  left:30px;
}
.wel_circle_8 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:0px;
  right:260px;
}
@media (max-width: 640px) {
  .welcome_img_container {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .welcome_img {
    height: 300px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* LEARN SCREEN */

.nav_bar {
  position: fixed;
  width: 100%;
  height: 72px;
  background-color: #00203E;
  border-bottom: 1px solid #004B85;
  z-index: 999;
}
.nav_logo {
  height: 50px;
  width: auto;
  float: left;
}
.nav_logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
a.nav_link {
  height: 100%;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #869AAD;
  -webkit-transition: .4s all;
  transition: .4s all;
}
a.nav_link .txt{
  margin-bottom: -7.25px;
}
a.nav_link .nav_border {
  height: 3px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: .4s all;
  transition: .4s all;
}
a:hover.nav_link {
  color: #fff;
}
a:hover.nav_link.pink .nav_border {
  background-color: #E00371;
}
a:hover.nav_link.green .nav_border {
  background-color: #3B8238;
}
a:hover.nav_link.yellow .nav_border {
  background-color: #FFDD00;
}
a:hover.nav_link.blue .nav_border {
  background-color: #4C839B;
}
a.nav_link.active {
  color: #fff;
}
a.nav_link.active.pink .nav_border {
  background-color: #E00371;
}
a.nav_link.active.green .nav_border {
  background-color: #3B8238;
}
a.nav_link.active.yellow .nav_border {
  background-color: #FFDD00;
}
a.nav_link.active.blue .nav_border {
  background-color: #4C839B;
}
.footer {
  width: 100%;
  position: relative;
  background-color: #00203E;
  padding-top: 60px;
  padding-bottom: 120px;
}
a.footer_link {
  display: inline-block;
  width: auto;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #869AAD;
  -webkit-transition: .4s all;
  transition: .4s all;
}
a:hover.footer_link {
  color: #FFFFFF;
}
.learn_banner {
  background-color: #00203E;
  width: 100%;
  height: 360px;
  position: relative;
  top:72px;
  box-shadow: 0px 3px 12px #00000029;
}
.learn_circle_1 {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:160px;
  right:6vw;
}
.learn_circle_2 {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:120px;
  left:6vw;
}
.learn_circle_3 {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:135px;
  right:16vw;
}
.learn_circle_4 {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:30px;
  left:7vw;
}
.learn_circle_5 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:35px;
  right:13vw;
}
.learn_circle_6 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:120px;
  left:16vw;
}
.learn_circle_7 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:50px;
  right:2vw;
}
.learn_circle_8 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:5px;
  left:4vw;
}
.learn_circle_9 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:70px;
  right:3vw;
}
.learn_circle_10 {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:40px;
  left:15vw;
}
.learn_circle_11 {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:45px;
  right:13vw;
}
.learn_circle_12 {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:180px;
  left:2vw;
}
.journey_cont {
  width: 100%;
  height: auto;
  background-color: #DEE3E8;
  margin-top: 72px;
}
.progress-container {
  width: 160px;
  height: 160px;
  position: relative;
}
.progress-meter {
    background-color: #080;
}
.doughnut {
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: conic-gradient(#E00371 var(--progress), #BAC0C6 0deg);
  font-size: 0;
  animation: .4s ease-out turn_in reverse;
}

.doughnut::after {
  content: attr(data-progress);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 5px;
  border-radius: 50%;
  background: #DEE3E8;
  font-size: 1rem;
  text-align: center;
}

@keyframes turn_in {
  5% {
    background: conic-gradient(#E00371 calc(var(--progress) * .95), #BAC0C6 0deg);
  }
  10% {
    background: conic-gradient(#E00371 calc(var(--progress) * .9), #BAC0C6 0deg);
  }
  15% {
    background: conic-gradient(#E00371 calc(var(--progress) * .85), #BAC0C6 0deg);
  }
  20% {
    background: conic-gradient(#E00371 calc(var(--progress) * .8), #BAC0C6 0deg);
  }
  25% {
    background: conic-gradient(#E00371 calc(var(--progress) * .75), #BAC0C6 0deg);
  }
  30% {
    background: conic-gradient(#E00371 calc(var(--progress) * .7), #BAC0C6 0deg);
  }
  35% {
    background: conic-gradient(#E00371 calc(var(--progress) * .65), #BAC0C6 0deg);
  }
  40% {
    background: conic-gradient(#E00371 calc(var(--progress) * .6), #BAC0C6 0deg);
  }
  45% {
    background: conic-gradient(#E00371 calc(var(--progress) * .55), #BAC0C6 0deg);
  }
  50% {
    background: conic-gradient(#E00371 calc(var(--progress) * .5), #BAC0C6 0deg);
  }
  55% {
    background: conic-gradient(#E00371 calc(var(--progress) * .45), #BAC0C6 0deg);
  }
  60% {
    background: conic-gradient(#E00371 calc(var(--progress) * .4), #BAC0C6 0deg);
  }
  65% {
    background: conic-gradient(#E00371 calc(var(--progress) * .35), #BAC0C6 0deg);
  }
  70% {
    background: conic-gradient(#E00371 calc(var(--progress) * 0.3), #BAC0C6 0deg);
  }
  75% {
    background: conic-gradient(#E00371 calc(var(--progress) * 0.25), #BAC0C6 0deg);
  }
  80% {
    background: conic-gradient(#E00371 calc(var(--progress) * .2), #BAC0C6 0deg);
    }
  85% {
    background: conic-gradient(#E00371 calc(var(--progress) * .15), #BAC0C6 0deg);
    }
  90% {
      background: conic-gradient(#E00371 calc(var(--progress) * .1), #BAC0C6 0deg);
    }
  95% {
      background: conic-gradient(#E00371 calc(var(--progress) * .05), #BAC0C6 0deg);
    }
100% {
    background: conic-gradient(#BAC0C6 0deg);
  }
}

/* COMPLETION ANIMATIONS */
.explosion-1 {
  position: fixed;
  top: calc(50% - 35vmax);
  left: calc(50% - 35vmax);
  z-index: 999999999;
}
/* .explosion-2 {
  position: fixed;
  top: 200px;
  left: 200px;
  transform: rotate(90deg);
  z-index: 999999999;
}
.explosion-3 {
  position: fixed;
  bottom: 200px;
  right: 200px;
  transform: rotate(-90deg);
  z-index: 999999999;
} */
.week_1 {
  position: relative;
  height: 160px;
  width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 13;
}
.week_2 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 160px);
  transform: translate(-50%, 0);
  margin: 20px 0 0 20px;
  z-index: 12;
}
.week_3 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 320px);
  transform: translate(-50%, 0);
  margin: 20px 0 0 20px;
  z-index: 11;
}
.week_4 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 160px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 10;
}
.week_5 {
  position: relative;
  height: 160px;
  width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 9;
}
.week_6 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% - 160px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 8;
}
.week_7 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% - 320px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 7;
}
.week_8 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% - 160px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 6;
}
.week_9 {
  position: relative;
  height: 160px;
  width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 5;
}
.week_10 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 160px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 4;
}
.week_11 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 320px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 3;
}
.week_12 {
  position: relative;
  height: 160px;
  width: 160px;
  left: calc(50% + 160px);
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 2;
}
.week_13 {
  position: relative;
  height: 160px;
  width: 160px;
  left:50%;
  transform: translate(-50%, 0);
  margin: 20px 20px 0 0;
  z-index: 1;
}
a.week_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 140px;
  width: 140px;
  padding-top:10px;
  background-color: #BAC0C6;
  border-radius: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.week_circle {
  height: 145px;
  width: 145px;
}
a.week_circle .fa-circle-check {
  display: none;
}
a.week_circle .fa-lock {
  display: block;
  color: #89929B;
}
a.week_circle .fa-flag {
  display: block;
  color: #89929B;
}
a.week_circle h5 {
  color: #89929B;
}
.week_1.active a.week_circle,
.week_2.active a.week_circle,
.week_3.active a.week_circle,
.week_4.active a.week_circle,
.week_5.active a.week_circle,
.week_6.active a.week_circle,
.week_7.active a.week_circle,
.week_8.active a.week_circle,
.week_9.active a.week_circle,
.week_10.active a.week_circle,
.week_11.active a.week_circle,
.week_12.active a.week_circle,
.week_13.active a.week_circle {
  background-color: #E00371;
}
.week_1.complete .doughnut,
.week_2.complete .doughnut,
.week_3.complete .doughnut,
.week_4.complete .doughnut,
.week_5.complete .doughnut,
.week_6.complete .doughnut,
.week_7.complete .doughnut,
.week_8.complete .doughnut,
.week_9.complete .doughnut,
.week_10.complete .doughnut,
.week_11.complete .doughnut,
.week_12.complete .doughnut,
.week_13.complete .doughnut {
  background: conic-gradient(#3B8238 var(--progress), #BAC0C6 0deg);
}
.week_1.complete a.week_circle,
.week_2.complete a.week_circle,
.week_3.complete a.week_circle,
.week_4.complete a.week_circle,
.week_5.complete a.week_circle,
.week_6.complete a.week_circle,
.week_7.complete a.week_circle,
.week_8.complete a.week_circle,
.week_9.complete a.week_circle,
.week_10.complete a.week_circle,
.week_11.complete a.week_circle,
.week_12.complete a.week_circle,
.week_13.complete a.week_circle {
  background-color: #FFF;
}
.week_1.active a:hover.week_circle,
.week_2.active a:hover.week_circle,
.week_3.active a:hover.week_circle,
.week_4.active a:hover.week_circle,
.week_5.active a:hover.week_circle,
.week_6.active a:hover.week_circle,
.week_7.active a:hover.week_circle,
.week_8.active a:hover.week_circle,
.week_9.active a:hover.week_circle,
.week_10.active a:hover.week_circle,
.week_11.active a:hover.week_circle,
.week_12.active a:hover.week_circle,
.week_13.active a:hover.week_circle {
  background-color: #C70063;
}
.week_1.active a.week_circle .fa-circle-check,
.week_2.active a.week_circle .fa-circle-check,
.week_3.active a.week_circle .fa-circle-check,
.week_4.active a.week_circle .fa-circle-check,
.week_5.active a.week_circle .fa-circle-check,
.week_6.active a.week_circle .fa-circle-check,
.week_7.active a.week_circle .fa-circle-check,
.week_8.active a.week_circle .fa-circle-check,
.week_9.active a.week_circle .fa-circle-check,
.week_10.active a.week_circle .fa-circle-check,
.week_11.active a.week_circle .fa-circle-check,
.week_12.active a.week_circle .fa-circle-check,
.week_13.active a.week_circle .fa-circle-check {
  display: block;
  color: #DD7AAA;
}
.week_1.complete a.week_circle .fa-circle-check,
.week_2.complete a.week_circle .fa-circle-check,
.week_3.complete a.week_circle .fa-circle-check,
.week_4.complete a.week_circle .fa-circle-check,
.week_5.complete a.week_circle .fa-circle-check,
.week_6.complete a.week_circle .fa-circle-check,
.week_7.complete a.week_circle .fa-circle-check,
.week_8.complete a.week_circle .fa-circle-check,
.week_9.complete a.week_circle .fa-circle-check,
.week_10.complete a.week_circle .fa-circle-check,
.week_11.complete a.week_circle .fa-circle-check,
.week_12.complete a.week_circle .fa-circle-check,
.week_13.complete a.week_circle .fa-circle-check {
  display: block;
  color: #3B8238;
}
.week_1.active a.week_circle h5,
.week_2.active a.week_circle h5,
.week_3.active a.week_circle h5,
.week_4.active a.week_circle h5,
.week_5.active a.week_circle h5,
.week_6.active a.week_circle h5,
.week_7.active a.week_circle h5,
.week_8.active a.week_circle h5,
.week_9.active a.week_circle h5,
.week_10.active a.week_circle h5,
.week_11.active a.week_circle h5,
.week_12.active a.week_circle h5,
.week_13.active a.week_circle h5 {
  color: #FFF;
}
.week_1.complete a.week_circle h5,
.week_2.complete a.week_circle h5,
.week_3.complete a.week_circle h5,
.week_4.complete a.week_circle h5,
.week_5.complete a.week_circle h5,
.week_6.complete a.week_circle h5,
.week_7.complete a.week_circle h5,
.week_8.complete a.week_circle h5,
.week_9.complete a.week_circle h5,
.week_10.complete a.week_circle h5,
.week_11.complete a.week_circle h5,
.week_12.complete a.week_circle h5,
.week_13.complete a.week_circle h5 {
  color: #00203E;
}
.week_1.active a.week_circle .fa-lock,
.week_2.active a.week_circle .fa-lock,
.week_3.active a.week_circle .fa-lock,
.week_4.active a.week_circle .fa-lock,
.week_5.active a.week_circle .fa-lock,
.week_6.active a.week_circle .fa-lock,
.week_7.active a.week_circle .fa-lock,
.week_8.active a.week_circle .fa-lock,
.week_9.active a.week_circle .fa-lock,
.week_10.active a.week_circle .fa-lock,
.week_11.active a.week_circle .fa-lock,
.week_12.active a.week_circle .fa-lock,
.week_13.active a.week_circle .fa-lock {
  display: none;
}
.week_1.complete a.week_circle .fa-lock,
.week_2.complete a.week_circle .fa-lock,
.week_3.complete a.week_circle .fa-lock,
.week_4.complete a.week_circle .fa-lock,
.week_5.complete a.week_circle .fa-lock,
.week_6.complete a.week_circle .fa-lock,
.week_7.complete a.week_circle .fa-lock,
.week_8.complete a.week_circle .fa-lock,
.week_9.complete a.week_circle .fa-lock,
.week_10.complete a.week_circle .fa-lock,
.week_11.complete a.week_circle .fa-lock,
.week_12.complete a.week_circle .fa-lock,
.week_13.complete a.week_circle .fa-lock,
.week_13.complete a.week_circle .fa-flag {
  display: none;
}
.arrow_box {
  width: 100%;
  height: 40px;
  margin-top: -10px;
  background-color: white;
  box-shadow: 0px 3px 10px #0000001F;
  color: #E00371;
  border-radius: 5px;
  position: relative;
  animation: bounce 1.8s infinite;
}
.arrow_box:after {
  content: " ";
  position: absolute;
  right: calc(50% - 10px);
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* Adjust the bounce height */
  }
}
.message_box {
  position: absolute;
  width: 520px;
  height: auto;
  background-color: #89929B;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #fff;
  top: calc(50% + 0px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.complete_msg {display: none;}
.disabled_msg {display: none;}
.active_msg {display: none;}

a.white_icon_btn.complete {display: none}
a.white_icon_btn {display: none}
a.disabled_btn {display: none}
.arrow_box {display: none}

.week_1.active .arrow_box,
.week_2.active .arrow_box,
.week_3.active .arrow_box,
.week_4.active .arrow_box,
.week_5.active .arrow_box,
.week_6.active .arrow_box,
.week_7.active .arrow_box,
.week_8.active .arrow_box,
.week_9.active .arrow_box,
.week_10.active .arrow_box,
.week_11.active .arrow_box,
.week_12.active .arrow_box,
.week_13.active .arrow_box {
  display:flex;
}

.week_1.active .message_box,
.week_2.active .message_box,
.week_3.active .message_box,
.week_4.active .message_box,
.week_5.active .message_box,
.week_6.active .message_box,
.week_7.active .message_box,
.week_8.active .message_box,
.week_9.active .message_box,
.week_10.active .message_box,
.week_11.active .message_box,
.week_12.active .message_box,
.week_13.active .message_box {
  background-color: #E00371;
}
.week_1.complete .message_box,
.week_2.complete .message_box,
.week_3.complete .message_box,
.week_4.complete .message_box,
.week_5.complete .message_box,
.week_6.complete .message_box,
.week_7.complete .message_box,
.week_8.complete .message_box,
.week_9.complete .message_box,
.week_10.complete .message_box,
.week_11.complete .message_box,
.week_12.complete .message_box,
.week_13.complete .message_box {
  background-color: #3B8238;
}
.week_1.active .message_box h4,
.week_2.active .message_box h4,
.week_3.active .message_box h4,
.week_4.active .message_box h4,
.week_5.active .message_box h4,
.week_6.active .message_box h4,
.week_7.active .message_box h4,
.week_8.active .message_box h4,
.week_9.active .message_box h4,
.week_10.active .message_box h4,
.week_11.active .message_box h4,
.week_12.active .message_box h4,
.week_13.active .message_box h4 {
  color: #fff;
}
.week_1.complete .message_box h4,
.week_2.complete .message_box h4,
.week_3.complete .message_box h4,
.week_4.complete .message_box h4,
.week_5.complete .message_box h4,
.week_6.complete .message_box h4,
.week_7.complete .message_box h4,
.week_8.complete .message_box h4,
.week_9.complete .message_box h4,
.week_10.complete .message_box h4,
.week_11.complete .message_box h4,
.week_12.complete .message_box h4,
.week_13.complete .message_box h4 {
  color: #fff;
}
.week_1.active .message_box .txt,
.week_2.active .message_box .txt,
.week_3.active .message_box .txt,
.week_4.active .message_box .txt,
.week_5.active .message_box .txt,
.week_6.active .message_box .txt,
.week_7.active .message_box .txt,
.week_8.active .message_box .txt,
.week_9.active .message_box .txt,
.week_10.active .message_box .txt,
.week_11.active .message_box .txt,
.week_12.active .message_box .txt,
.week_13.active .message_box .txt {
  color: #FCDFED;
}
.week_1.complete .message_box .txt,
.week_2.complete .message_box .txt,
.week_3.complete .message_box .txt,
.week_4.complete .message_box .txt,
.week_5.complete .message_box .txt,
.week_6.complete .message_box .txt,
.week_7.complete .message_box .txt,
.week_8.complete .message_box .txt,
.week_9.complete .message_box .txt,
.week_10.complete .message_box .txt,
.week_11.complete .message_box .txt,
.week_12.complete .message_box .txt,
.week_13.complete .message_box .txt {
  color: #FFF;
}
.week_1.active .message_box a.white_icon_btn,
.week_2.active .message_box a.white_icon_btn,
.week_3.active .message_box a.white_icon_btn,
.week_4.active .message_box a.white_icon_btn,
.week_5.active .message_box a.white_icon_btn,
.week_6.active .message_box a.white_icon_btn,
.week_7.active .message_box a.white_icon_btn,
.week_8.active .message_box a.white_icon_btn,
.week_9.active .message_box a.white_icon_btn,
.week_10.active .message_box a.white_icon_btn,
.week_11.active .message_box a.white_icon_btn,
.week_12.active .message_box a.white_icon_btn,
.week_13.active .message_box a.white_icon_btn {
  display: inline-block;
}
.week_1.active .message_box a.white_icon_btn.complete,
.week_2.active .message_box a.white_icon_btn.complete,
.week_3.active .message_box a.white_icon_btn.complete,
.week_4.active .message_box a.white_icon_btn.complete,
.week_5.active .message_box a.white_icon_btn.complete,
.week_6.active .message_box a.white_icon_btn.complete,
.week_7.active .message_box a.white_icon_btn.complete,
.week_8.active .message_box a.white_icon_btn.complete,
.week_9.active .message_box a.white_icon_btn.complete,
.week_10.active .message_box a.white_icon_btn.complete,
.week_11.active .message_box a.white_icon_btn.complete,
.week_12.active .message_box a.white_icon_btn.complete,
.week_13.active .message_box a.white_icon_btn.complete {
  display: none;
}
.week_1.complete .message_box a.white_icon_btn.complete,
.week_2.complete .message_box a.white_icon_btn.complete,
.week_3.complete .message_box a.white_icon_btn.complete,
.week_4.complete .message_box a.white_icon_btn.complete,
.week_5.complete .message_box a.white_icon_btn.complete,
.week_6.complete .message_box a.white_icon_btn.complete,
.week_7.complete .message_box a.white_icon_btn.complete,
.week_8.complete .message_box a.white_icon_btn.complete,
.week_9.complete .message_box a.white_icon_btn.complete,
.week_10.complete .message_box a.white_icon_btn.complete,
.week_11.complete .message_box a.white_icon_btn.complete,
.week_12.complete .message_box a.white_icon_btn.complete,
.week_13.complete .message_box a.white_icon_btn.complete {
  display: inline-block;
  color: #3B8238;
}
.week_1.complete .message_box a:hover.white_icon_btn.complete,
.week_2.complete .message_box a:hover.white_icon_btn.complete,
.week_3.complete .message_box a:hover.white_icon_btn.complete,
.week_4.complete .message_box a:hover.white_icon_btn.complete,
.week_5.complete .message_box a:hover.white_icon_btn.complete,
.week_6.complete .message_box a:hover.white_icon_btn.complete,
.week_7.complete .message_box a:hover.white_icon_btn.complete,
.week_8.complete .message_box a:hover.white_icon_btn.complete,
.week_9.complete .message_box a:hover.white_icon_btn.complete,
.week_10.complete .message_box a:hover.white_icon_btn.complete,
.week_11.complete .message_box a:hover.white_icon_btn.complete,
.week_12.complete .message_box a:hover.white_icon_btn.complete,
.week_13.complete .message_box a:hover.white_icon_btn.complete {
  background-color: #DDF4DC;
}
.week_1.active .message_box a.disabled_btn,
.week_2.active .message_box a.disabled_btn,
.week_3.active .message_box a.disabled_btn,
.week_4.active .message_box a.disabled_btn,
.week_5.active .message_box a.disabled_btn,
.week_6.active .message_box a.disabled_btn,
.week_7.active .message_box a.disabled_btn,
.week_8.active .message_box a.disabled_btn,
.week_9.active .message_box a.disabled_btn,
.week_10.active .message_box a.disabled_btn,
.week_11.active .message_box a.disabled_btn,
.week_12.active .message_box a.disabled_btn,
.week_13.active .message_box a.disabled_btn {
  display: none;
}
.week_1.complete .message_box a.disabled_btn,
.week_2.complete .message_box a.disabled_btn,
.week_3.complete .message_box a.disabled_btn,
.week_4.complete .message_box a.disabled_btn,
.week_5.complete .message_box a.disabled_btn,
.week_6.complete .message_box a.disabled_btn,
.week_7.complete .message_box a.disabled_btn,
.week_8.complete .message_box a.disabled_btn,
.week_9.complete .message_box a.disabled_btn,
.week_10.complete .message_box a.disabled_btn,
.week_11.complete .message_box a.disabled_btn,
.week_12.complete .message_box a.disabled_btn,
.week_13.complete .message_box a.disabled_btn {
  display: none;
}
.week_1.active .message_box img.box_top_arrow.pink,
.week_2.active .message_box img.box_top_arrow.pink,
.week_3.active .message_box img.box_top_arrow.pink,
.week_4.active .message_box img.box_top_arrow.pink,
.week_5.active .message_box img.box_top_arrow.pink,
.week_6.active .message_box img.box_top_arrow.pink,
.week_7.active .message_box img.box_top_arrow.pink,
.week_8.active .message_box img.box_top_arrow.pink,
.week_9.active .message_box img.box_top_arrow.pink,
.week_10.active .message_box img.box_top_arrow.pink,
.week_11.active .message_box img.box_top_arrow.pink,
.week_12.active .message_box img.box_top_arrow.pink,
.week_13.active .message_box img.box_top_arrow.pink {
  display: block;
}
.week_1.complete .message_box img.box_top_arrow.green,
.week_2.complete .message_box img.box_top_arrow.green,
.week_3.complete .message_box img.box_top_arrow.green,
.week_4.complete .message_box img.box_top_arrow.green,
.week_5.complete .message_box img.box_top_arrow.green,
.week_6.complete .message_box img.box_top_arrow.green,
.week_7.complete .message_box img.box_top_arrow.green,
.week_8.complete .message_box img.box_top_arrow.green,
.week_9.complete .message_box img.box_top_arrow.green,
.week_10.complete .message_box img.box_top_arrow.green,
.week_11.complete .message_box img.box_top_arrow.green,
.week_12.complete .message_box img.box_top_arrow.green,
.week_13.complete .message_box img.box_top_arrow.green {
  display: block;
}
.week_1.complete .message_box img.box_top_arrow.pink,
.week_2.complete .message_box img.box_top_arrow.pink,
.week_3.complete .message_box img.box_top_arrow.pink,
.week_4.complete .message_box img.box_top_arrow.pink,
.week_5.complete .message_box img.box_top_arrow.pink,
.week_6.complete .message_box img.box_top_arrow.pink,
.week_7.complete .message_box img.box_top_arrow.pink,
.week_8.complete .message_box img.box_top_arrow.pink,
.week_9.complete .message_box img.box_top_arrow.pink,
.week_10.complete .message_box img.box_top_arrow.pink,
.week_11.complete .message_box img.box_top_arrow.pink,
.week_12.complete .message_box img.box_top_arrow.pink,
.week_13.complete .message_box img.box_top_arrow.pink {
  display: none;
}
.week_1.active .message_box img.box_top_arrow.grey,
.week_2.active .message_box img.box_top_arrow.grey,
.week_3.active .message_box img.box_top_arrow.grey,
.week_4.active .message_box img.box_top_arrow.grey,
.week_5.active .message_box img.box_top_arrow.grey,
.week_6.active .message_box img.box_top_arrow.grey,
.week_7.active .message_box img.box_top_arrow.grey,
.week_8.active .message_box img.box_top_arrow.grey,
.week_9.active .message_box img.box_top_arrow.grey,
.week_10.active .message_box img.box_top_arrow.grey,
.week_11.active .message_box img.box_top_arrow.grey,
.week_12.active .message_box img.box_top_arrow.grey,
.week_13.active .message_box img.box_top_arrow.grey {
  display: none;
}
.week_1.complete .message_box img.box_top_arrow.grey,
.week_2.complete .message_box img.box_top_arrow.grey,
.week_3.complete .message_box img.box_top_arrow.grey,
.week_4.complete .message_box img.box_top_arrow.grey,
.week_5.complete .message_box img.box_top_arrow.grey,
.week_6.complete .message_box img.box_top_arrow.grey,
.week_7.complete .message_box img.box_top_arrow.grey,
.week_8.complete .message_box img.box_top_arrow.grey,
.week_9.complete .message_box img.box_top_arrow.grey,
.week_10.complete .message_box img.box_top_arrow.grey,
.week_11.complete .message_box img.box_top_arrow.grey,
.week_12.complete .message_box img.box_top_arrow.grey,
.week_13.complete .message_box img.box_top_arrow.grey {
  display: none;
}
.week_1.active .message_box .active_msg,
.week_2.active .message_box .active_msg,
.week_3.active .message_box .active_msg,
.week_4.active .message_box .active_msg,
.week_5.active .message_box .active_msg,
.week_6.active .message_box .active_msg,
.week_7.active .message_box .active_msg,
.week_8.active .message_box .active_msg,
.week_9.active .message_box .active_msg,
.week_10.active .message_box .active_msg,
.week_11.active .message_box .active_msg,
.week_12.active .message_box .active_msg,
.week_13.active .message_box .active_msg {
  display: block;
}
.week_1.active .message_box .disabled_msg,
.week_2.active .message_box .disabled_msg,
.week_3.active .message_box .disabled_msg,
.week_4.active .message_box .disabled_msg,
.week_5.active .message_box .disabled_msg,
.week_6.active .message_box .disabled_msg,
.week_7.active .message_box .disabled_msg,
.week_8.active .message_box .disabled_msg,
.week_9.active .message_box .disabled_msg,
.week_10.active .message_box .disabled_msg,
.week_11.active .message_box .disabled_msg,
.week_12.active .message_box .disabled_msg,
.week_13.active .message_box .disabled_msg {
  display: none;
}
.week_1.complete .message_box .complete_msg,
.week_2.complete .message_box .complete_msg,
.week_3.complete .message_box .complete_msg,
.week_4.complete .message_box .complete_msg,
.week_5.complete .message_box .complete_msg,
.week_6.complete .message_box .complete_msg,
.week_7.complete .message_box .complete_msg,
.week_8.complete .message_box .complete_msg,
.week_9.complete .message_box .complete_msg,
.week_10.complete .message_box .complete_msg,
.week_11.complete .message_box .complete_msg,
.week_12.complete .message_box .complete_msg,
.week_13.complete .message_box .complete_msg {
  display: block;
}
.week_1.locked .message_box .disabled_msg,
.week_2.locked .message_box .disabled_msg,
.week_3.locked .message_box .disabled_msg,
.week_4.locked .message_box .disabled_msg,
.week_5.locked .message_box .disabled_msg,
.week_6.locked .message_box .disabled_msg,
.week_7.locked .message_box .disabled_msg,
.week_8.locked .message_box .disabled_msg,
.week_9.locked .message_box .disabled_msg,
.week_10.locked .message_box .disabled_msg,
.week_11.locked .message_box .disabled_msg,
.week_12.locked .message_box .disabled_msg,
.week_13.locked .message_box .disabled_msg {
  display: block;
}
.lcc_img img {
  width:80%;
  max-width: 750px;
}
.lcc_img.s_img img {
  max-width: 550px;
}
.message_box.active {
  opacity: 1;
  z-index: 4;
  top: calc(50% + 150px);
}
.message_box img.box_top_arrow {
  position: absolute;
  height: 15px;
  width: auto;
  margin-top: -37px;
  left: calc(50% - 15px);
  transform: translate(0, -50%);
}
.message_box img.box_top_arrow.pink {
  display: none;
}
.message_box img.box_top_arrow.grey {
  display: block;
}
.message_box img.box_top_arrow.green {
  display: none;
}
.message_box .txt, h4 {
  color: #DEE3E8;
}
.message_box a.white_icon_btn {
  display: none;
}
.message_box a.disabled_btn {
  display: inline-block;
}
.inpage_img_1 {
  position: absolute;
  top:300px;
  left:60px;
  height: 380px;
  width: 420px;
}
.inpage_img_1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.atom_circle_1 {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:0;
  left:40px;
}
.atom_circle_2 {
  height: 52px;
  width: 52px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:50px;
  right:10px;
}
.atom_circle_3 {
  height: 33px;
  width: 33px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:30%;
  right:37%;
}
.atom_circle_4 {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:20px;
  right:20px;
}
.atom_circle_5 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:5px;
  left:0;
}
.atom_circle_6 {
  height: 17px;
  width: 17px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:50%;
  left:40px;
}
.inpage_img_2 {
  position: absolute;
  top:1050px;
  right:60px;
  height: 370px;
  width: 370px;
}
.inpage_img_2 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.world_circle_1 {
  height: 69px;
  width: 69px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:0;
  right:10px;
}
.world_circle_2 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:0;
  left:20px;
}
.world_circle_3 {
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:33%;
  left:90px;
}
.world_circle_4 {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:60px;
  left:-40px;
}
.world_circle_5 {
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:0px;
  left:120px;
}
.world_circle_6 {
  height: 31px;
  width: 31px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:50px;
  right:40%;
}
.world_circle_7 {
  height: 47px;
  width: 47px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:30px;
  right:-10px;
}
.inpage_img_3 {
  position: absolute;
  top:1740px;
  left:60px;
  height: 430px;
  width: 420px;
}
.inpage_img_3 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.atoms_circle_1 {
  height: 51px;
  width: 51px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:10px;
  right:-10px;
}
.atoms_circle_2 {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:15px;
  right:50%;
}
.atoms_circle_3 {
  height: 31px;
  width: 31px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:115px;
  left:28%;
}
.atoms_circle_4 {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  bottom:46%;
  left:-40px;
}
.atoms_circle_5 {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:30px;
  right:35%;
}
.atoms_circle_6 {
  height: 27px;
  width: 27px;
  border-radius: 100%;
  background-color: #E00371;
  position: absolute;
  top:90px;
  right:50px;
}
/* ------------- */
/* -- PROGRESS BAR --*/
/* ----------- */
.progress-bar {
  position: fixed;
  bottom: 0;
  z-index:20;
  padding-top: 10px;
  height: 60px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px -4px 12px #0000001F;
}
.progress-inner {
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  height: 5px;
  background-color: #00000026;
  z-index: 1;
}
.progress {
  position: relative;
  width: 90%;
  left: 5%;
  height: 5px;
  background-color: #DEE3E8;
  z-index: 2;
}

.progress-circle {
  position: absolute;
  left: 14.286%;
  z-index: 3;
  font-size: 12px;
  top:-6.5px;
  background-color: #fff;
  border-radius: 50%;
  color: #00000026;
}

/* MODULES PAGES */

.module-header {
  position: fixed;
  padding: 0 20px;
  width: 100%;
  height: 72px;
  background-color: #00203E;
  border-bottom: 1px solid #004B85;
  box-shadow: 0px 3px 10px #0000001F;
  z-index: 999;
}
.module-container {
  background-color: #f6f6f6;
  display: flex;
  height: calc(100vh - 72px);
  top: 72px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.module-container .module-nav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  padding-right: 7px;
  position: relative;
  top: 0;
  z-index: 2;
}
.module-container .module-content-container {
  position: relative;
  top: 0px;
  width: -webkit-fill-available;
  display: inline-block;
  z-index: 1;
}
.module-container .module-content-container .module-content {
  overflow-x: hidden;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.white-module-container {
  position: relative;
  width: 100%;
  top:70px;
  background-color: #fff;
}
.white-module-container .module-nav-container {
  position: sticky;
  top: 0px;
  padding-right:7px;
  left: 0;
  display: inline-block;
  z-index: 2;
  height: calc(100vh - 72px);
  overflow: hidden;
}
.white-module-container .module-content-container {
  position: absolute;
  top: 0px;
  width: -webkit-fill-available;
  display: inline-block;
  z-index: 1;
  height: calc(100vh - 70px);
  overflow: hidden;
}
.white-module-container .module-content-container .module-content {
  overflow: auto;
  height: 100%;
  position: relative;
}
.white-module-container .module-content-container-feedback {
  position: relative;
  top: 0;
  width: -webkit-fill-available;
  display: inline-block;
  z-index: 1;
  height: 100%;
}
.white-module-container .module-content-container-feedback .module-content {
  overflow: auto;
  height: 100%;
  position: relative;
}
.module-side-menu {
  position: sticky;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 10px #0000001A;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow-y: hidden;
}
.module-side-menu .mobile_statement {
  padding: 15px 15px 15px 17px;
  border-bottom: 1px solid #E5E5E5;
}
.module-side-menu .open_btn {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.module-side-menu .open_btn .icon {
  width: 50px;
  height: 60px;
  padding: 10px;
  font-size: 30px;
  position: relative;
  left: 0;
  color: #00203E;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
}
.module-side-menu .open_btn .icon svg {
  position: absolute;
  top: 15px;
  line-height: 1;
}
.module-side-menu .open_btn .icon:hover {
  color: #007EB3;
  left: 5px;
}
.module-side-menu .open_btn .info {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  min-width: 0;
  position: relative;
  top: 20px;
  left:15px;
}
.module-side-menu .open_btn_m {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 15px;
  position: absolute;
  bottom:0;
  z-index:2;
  border-top: 1px solid #ccc;
}
.module-side-menu .open_btn_m .icon {
  font-size: 25px;
  color: #00539f;
  top:0;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
}
.module-side-menu .open_btn_m .icon svg {
  position: relative;
  animation-name: bounceIcon;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  top: auto;
  line-height: 1;
}
.module-side-menu .open_btn_m .icon:hover {
  color: #007EB3;
  top: 5px;
}
.module-side-menu .module-step {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  display: block;
}
.module-side-menu .module-step .icon {
  width: 50px;
  height: 40px;
  border-left: 3px solid #fff;
  padding: 13px;
  font-size: 20px;
  display: inline-block;
}
.module-side-menu .module-step .icon svg {
  position: absolute;
  top: 10px;
  line-height: 1;
}
.module-side-menu .module-step .name {
  font-family: 'gotham_narrowbook';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.35px;
  display: inline-block;
  width: auto;
  color: #080;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  min-width: 0;
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.module-side-menu .module-step a:hover.name {
  text-decoration: underline;
}
.module-side-menu .module-step.on .icon {
  border-left: 3px solid #009AD6;
  height: 80%;
  position: relative;
  top:10%;
}
.module-side-menu .module-step.on .icon svg {
  top:5px;
}
.module-side-menu .module-step.on .name {
  color: #00203E;
  font-family: 'gotham_narrowmedium';
}
.module-side-menu .module-step.locked .name {
  color: #5E7489;
  font-family: 'gotham_narrowbook';
  pointer-events: none;
  cursor: not-allowed;
}
.module-side-menu .module-step.locked .lock {
  display: inline-block!important;
  width: 60px;
  height: 60px;
  padding: 10px 15px 15px 15px;
  white-space: nowrap;
  color: #5E7489;
  font-size: 25px;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  min-width: 0;
  position: relative;
  float: right;
}
.module-side-menu .modules {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  width:100%;
  padding-bottom:145px;
  flex-grow: 1;
  height: 100%;
}
.module-side-menu .info_section {
  position: absolute;
  bottom:0;
  width:100%;
  background-color: #fff;
  border-top:1px solid #cccccc;
  z-index: 2;
  padding: 15px 15px 15px 17px;
  display: none;
}
.module-side-menu .info_section .statement {
  white-space: nowrap;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.module-side-menu.open {
  width: 400px;
}
.module-side-menu.open .open_btn .icon {
  transform: rotate(180deg);
  right:0;
  left: auto;
}
.module-side-menu.open .open_btn .icon:hover .icon {
  right:5px;
}
.module-side-menu.open .open_btn_m .icon {
  transform: rotate(180deg);
}
.module-side-menu.open .info_section {
  display: block;
}
@keyframes bounceIcon {
  0%   {bottom: 0;}
  25%  {bottom: 5px;}
  50%  {bottom: 0;}
  100% {bottom: 0;}
}

/* HEADER MODULE */
.module_header_banner {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  min-height: calc(100vh - 72px);
}
.mdb_image {
  width: 370px;
  height: 432px;
  position: relative;
}
.mdb_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mdb_circle_1 {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:0px;
  right:0px;
}
.mdb_circle_2 {
  height: 76px;
  width: 76px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:-60px;
  left:60px;
}
.mdb_circle_3 {
  height: 27px;
  width: 27px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:110px;
  left:-10px;
}
.mdb_circle_4 {
  height: 27px;
  width: 27px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:60px;
  left:30px;
}
.mdb_circle_5 {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:10px;
  right:100px;
}
.mdb_circle_6 {
  height: 51px;
  width: 51px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:70px;
  right:-10px;
}
.mdb_circle_7 {
  height: 19px;
  width: 19px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:260px;
  right:90px;
}

/* SHORT CONTENT */
.short_content_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
}
.component_check {
  border-top: 1px solid #DEE3E8;
  width: calc(100% - 40px);
  padding: 10px 0;
  margin: 0 20px;
  position: relative;
  z-index: 3;
}
.component_check.white {
  border-top: 1px solid rgba(255,255,255,0.6);
}
a.check {
  width: auto;
}
.component_check.white a.check .icon {
  font-size: 25px;
  color: rgba(255,255,255,0.6);
  -webkit-transition: all .4s;
  transition: all .4s;
}

a.check .txt {
  font-family: 'gotham_narrowmedium';
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 20px;
  color: #5E7489;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.component_check.white a.check .txt {
  color: rgba(255,255,255,0.6);
}
a:hover.check .icon {
  color: #00203E;
}
.component_check.white a:hover.check .icon {
  color: rgba(255,255,255,1);
}
a:hover.check .txt {
  color: #00203E;
}
.component_check.white a:hover.check .txt {
  color: rgba(255,255,255,1);
}

.component_check.white .completed_step .txt {
    color: rgba(255,255,255,1) !important;
}

.component_check.white .completed_step .icon {
    color: rgba(255,255,255,1) !important;
}

/* VIDEO CONTAINER */
.video_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #004B85;
  position: relative;
}
.video_component .bg_image {
  position: absolute;
  width: 300px;
  height: auto;
  top:0;
  right: 10px;
  z-index: 1;
}
.video_component .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  float: right;
}
.video_component .main_content{
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.video_component img {
  position: relative;
  z-index: 2;
}
.video_component img {
  position: relative;
  z-index: 2;
}
.video_container img {
  position: relative;
  z-index: 2;
}
.video_container {
  position: relative;
  padding-bottom: 56.25%; /* This creates a 16:9 aspect ratio. Adjust this value if needed for different aspect ratios. */
  height: 0;
  overflow: hidden;
}
.video_container iframe,
.video_container object,
.video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.play_button {
  position: absolute;
  top:calc(50% - 20px);
  left:calc(50% - 20px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100%;
  background-color: #009AD6;
  transform: scale(1);
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.play_button:hover {
  background-color: #004B85;
  transform: scale(1.025);
}
/* LONG CONTENT COMPONENT */
.long_content_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
  position: relative;
}
/* IMAGE TEXT COMPONENT */
.image_text_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
  position: relative;
}
.image_text_component .itc_image_cont {
  position: relative;
  width: 28vw;
  height:28vw;
  margin: 0 auto;
}
.image_text_component .itc_image_cont img {
  overflow:hidden;
  height: 100%;
  width: 100%;
  object-fit: cover; /* Maintain aspect ratio and cover the container */
  border-radius: 100%; /* Create a perfect circle */
}
.itc_circle_1 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:10px;
  right:20px;
}
.itc_circle_2 {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:20px;
  left:30px;
}
.itc_circle_3 {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:20px;
  left:30px;
}
.itc_circle_4 {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:0px;
  right:50px;
}

/* CTA CARD COMPONENT */
.cta_cards_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
  position: relative;
}
.cta_cards_component .card_content {
  padding: 0 60px;
}
.cta_margin {
  padding-right: 10px;
  margin-top: 10px;
}
.cta_margin:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 640px) {
  .cta_cards_component .card_content {
    padding: 0 20px;
  }
  .cta_margin {
    padding-right: 0px;
  }
}
a.cta_card {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border: 1px solid #DEE3E8;
  transform: scale(1);
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.cta_card .card_img {
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
a.cta_card .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.cta_card .card_img .card_check {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #DEE3E8;
  color: #fff;
  top:5px;
  right: 5px;
  transform: scale(1);
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.cta_card .card_img .card_check:hover {
  background-color: #869AAD;
  transform: scale(1.15);
}
a.cta_card .card_img .card_check.checked {
  background-color: #3B8238;
}
a.cta_card .card_content {
  background-color: #fff;
  padding: 15px;
}
a.cta_card .card_content .card_title h5{
  color: #00203E;
}
a.cta_card .card_content .lblue_icon_lnk {
  color: #009AD6;
  font-family: 'vista_slabmedium';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
a.cta_card .card_content .lblue_icon_lnk .icon {
  position: relative;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a:hover.cta_card {
  transform: scale(1.025);
}
a:hover.cta_card .card_content .lblue_icon_lnk .icon {
  left: 5px;
}

/* CTA BANNER COMPONENT */
.cta_banner_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #009AD6;
  position: relative;
  overflow: hidden;
}
.cta_banner_component .bg_image {
  position: absolute;
  width: 300px;
  height: auto;
  top:0;
  right: 0;
  z-index: 1;
}
.cta_banner_component .main_content {
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

/* QUIZ GATEWAY CONTENT */
.quiz_gateway_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
}

/* CHECKLIST CONTENT */
.checklist_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
}
.checklist_component .main_content{
  padding: 0 60px;
  position: relative;
}
.check_container {
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #DEE3E8;
  padding:15px 20px;
  color: #00203E;
  margin-bottom: -1px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.check_container .icon {
  font-size: 25px;
  color: #DEE3E8;
  transform: scale(1);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.check_container:hover {
  background-color: #F5F8FA;
}
.check_container:hover .icon {
  transform: scale(1.2);
}
.check_container.complete {
  color: #3B8238;
}
.check_container.complete .icon{
  color: #3B8238;
}

/* COMPLETION CONTENT */
.completion_component {
  width: calc(100% - 40px);
  height: auto;
  margin: 10px 20px 0 20px;
  background-color: #3B8238;
  position: relative;
  overflow: hidden;
}
.completion_component .main_content {
  padding: 0 60px;
  position: relative;
}
.completion_component .bg_image {
  position: absolute;
  width: 300px;
  height: auto;
  top:0;
  right: 0;
  z-index: 1;
}


/* COMPLETION SCEEENS */
.week_completion_cont {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #00203E;
}
.week_completion_cont .image_cont {
  position: relative;
  width: 230px;
  height: auto;
}
.week_completion_cont .complete_animation {
  position: absolute;
  height: 80px;
  width: 80px;
  top:40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* BADGE SCEEENS */
.firework_1 {
  position: absolute;
  top: -100px;
  left:0;
}
.firework_2 {
  position: absolute;
  top: 50%;
  right:0;
}
.badge_cont {
  width: 250px;
  height: 250px;
  position: relative;
}
.badge_cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.unlocked_img {
  width: 250px;
  height: 270px;
  position: relative;
}
.unlocked_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step_cont {
  width: 100%;
  height: 60px;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #004B85;
  text-align: left;
}

/* MINI QUIZ */
.mini_quiz_cont {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #00203E;
  overflow: hidden;
}
.q_firework_1 {
  position: absolute;
  top: 20vh;
  left:0;
  display: none;
}
.q_firework_2 {
  position: absolute;
  top: 20vh;
  right:0;
  display: none;
}
.mini_quiz_progress_cont {
  position: absolute;
  width: 100%;
  top:10px;
  height: auto;
}
.progress.quiz {
  width: 100%;
  position: relative;
  height: 5px;
  margin-top: 7px;
  margin-bottom: 0;
  background-color: #5E7489;
  z-index: 2;
  border-radius: 2.5px;
  left: 50%;
  transform: translate(-50%);
}
.progress.quiz .progress-meter{
  background-color: #fff;
}
.q_circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #009AD6;
  position: relative;
}
.q_circle_img_1 {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  bottom:15px;
  right:-10px;
}
.q_circle_img_2 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #009AD6;
  position: absolute;
  top:-10px;
  left:-10px;
}
.question_cont {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  padding: 0 30px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.question_cont:hover {
  border: 2px solid #FFDD00;
  color: #FFDD00;
}
.question_cont.selected {
  background-color: #fff;
  color: #00203E;
  border: 2px solid #fff;
}
.question_cont.selected.correct {
  background-color: #3B8238;
  color: #FFF;
  border: 2px solid #fff;
}
.question_cont.selected.wrong {
  background-color: #D80E45;
  color: #FFF;
  border: 2px solid #fff;
}
.question_cont.selected.wrong.choice_1 {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #fff;
  opacity: 0.5;
  pointer-events: none;
}
.results_cont {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  background-color: transparent;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.correct_img {
  font-size: 40px;
  display: none;
}
.correct_anwser {
  display: none;
}
.wrong_img {
  font-size: 40px;
  display: none;
}
.wrong_anwser {
  display: none;
}
.results_cont a.white_icon_btn_restart {
  display: none;
}
.results_cont a.white_icon_btn_correct {
  display: none;
}
.wrong_anwser_again {
  display: none;
}
/* Wrong */
.results_cont.wrong {
  background-color: #D80E45;
  opacity: 1;
  bottom: 0;
}
.results_cont.wrong .wrong_anwser, .results_cont.wrong .wrong_img {
  display: block;
}
/* Wrong again */
.results_cont.wrong_again {
  background-color: #D80E45;
  opacity: 1;
  bottom: 0;
}
.results_cont.wrong_again .wrong_anwser_again, .results_cont.wrong_again .wrong_img, .results_cont.wrong_again a.white_icon_btn_restart {
  display: block;
}
/* Correct */
.results_cont.correct {
  background-color: #3B8238;
  opacity: 1;
  bottom: 0;
}
.results_cont.correct .correct_anwser, .results_cont.correct .correct_img, .results_cont.correct a.white_icon_btn_correct {
  display: block;
}

/* QUIZ COMPLETED */
.quiz_complete_animation {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3
}
.qc_circle_1 {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  bottom:-5px;
  right:-30px;
}
.qc_circle_2 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  bottom:-5px;
  left:5px;
}
.qc_circle_3 {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  top:-15px;
  left:-15px;
}
.qc_circle_4 {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  top:15px;
  right:-20px;
}

/* MY BADGES */
.badge_circle_1 {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:160px;
  right:6vw;
}
.badge_circle_2 {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:120px;
  left:6vw;
}
.badge_circle_3 {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:135px;
  right:16vw;
}
.badge_circle_4 {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  bottom:30px;
  left:7vw;
}
.badge_circle_5 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  bottom:35px;
  right:13vw;
}
.badge_circle_6 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  bottom:120px;
  left:16vw;
}
.badge_circle_7 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  bottom:50px;
  right:2vw;
}
.badge_circle_8 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:5px;
  left:4vw;
}
.badge_circle_9 {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:70px;
  right:3vw;
}
.badge_circle_10 {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:40px;
  left:15vw;
}
.badge_circle_11 {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:45px;
  right:13vw;
}
.badge_circle_12 {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #3B8238;
  position: absolute;
  top:180px;
  left:2vw;
}
.badge_cont_main {
  width: 100%;
  height: auto;
  background-color: #DEE3E8;
  margin-top: 72px;
}
.week-badge.completed .badge_img {
  width: 200px;
  height: 200px;
  display: block;
}
.week-badge.completed .badge_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.week-badge.locked .badge_img {
  display: none;
}
.week-badge.locked .badge_img_locked {
  width: 200px;
  height: 200px;
  display: block;
  background-color: #BAC0C6;
  border-radius: 100px;
  position: relative;
}
.week-badge.locked .badge_img_locked .inner-circle {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 75px;
  border: 4px solid #CED2D6;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  z-index: 2;
}
.week-badge.locked .badge_img_locked .txt {
  font-family: 'vista_slabmedium';
  font-size: 82px;
  line-height: 82px;
  letter-spacing: -1.6px;
  margin-bottom: 0;
  color: #DDE0E3;
}
.week-badge.completed .badge_img_locked {
  display: none;
}
.week-badge.completed .week_text {
  display: block;
}
.week-badge.locked .week_text {
  display: none;
}
.week-badge.completed .locked_text {
  display: none;
}
.week-badge.locked .locked_text {
  display: block;
  width: 90%;
  height: 30px;
  border-radius: 5px;
  background-color: #BAC0C6;
}
.week-badge .icon {
  font-size: 30px;
  color: #BAC0C6;
}
.week-badge.completed .icon {
  color: #3B8238;
}
.week-badge.locked .icon {
  color: #BAC0C6;
  margin-top: 10px;
}

/* ABOUT US */
.about_header_banner {
  width: 100%;
  height: calc(72vh - 72px);
  min-height: 600px;
  padding: 0 60px;
  position: relative;
  top:72px;
}
.about_header_banner .about_image {
  position: absolute;
  top:0;
  right: 0;
  height: 530px;
  width: 45vw;
}
.about_header_banner .about_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
.about_header_banner .content {
  margin-top: 18vh;
}
.about_circle_1 {
  height: 64px;
  width: 64px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  bottom:120px;
  right:-10px;
}
.about_circle_2 {
  height: 104px;
  width: 104px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  bottom:0;
  left:40%;
}
.about_circle_3 {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  bottom:50px;
  left:50px;
}
.about_circle_4 {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  top:40%;
  left:20px;
}
.about_circle_5 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #FFDD00;
  position: absolute;
  top:40px;
  left:0;
}
.short_content_component.about {
  width: calc(100% - 40px);
  height: auto;
  margin: -52px 20px 0 20px;
  background-color: #fff;
  border: 1px solid #ADBAC7;
  position: relative;
  z-index: 2;
}
.image_text_component.about {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 80px;
  background-color: transparent;
  border: none;
  position: relative;
}
.image_text_component.about .itc_image_cont.left {
  margin: 0;
  float:left;
}
.image_text_component.about .itc_image_cont.right {
  margin: 0;
  float:right;
}
.image_text_component.about .itc_circle_1, .image_text_component.about .itc_circle_2, .image_text_component.about .itc_circle_3, .image_text_component.about .itc_circle_4 {
  background-color: #FFDD00;
}
.need_help_cta {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #004B85;
}
.need_help_cta .img_left {
  position: absolute;
  height: 300px;
  width: 340px;
  left:20px;
  bottom:-2px;
  z-index: 0;
}
.need_help_cta .img_right {
  position: absolute;
  height: 300px;
  width: 340px;
  right:20px;
  top:0;
  z-index: 0;
}
.need_help_cta .img_left img, .need_help_cta .img_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* HELP */
.help_header_banner {
  width: 100%;
  height: calc(85vh - 72px);
  padding: 0 60px;
  position: relative;
  top:72px;
}
.help_header_banner .help_image {
  position: absolute;
  top:0;
  right: 0;
  height: 530px;
  width: 40vw;
}
.help_header_banner .help_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
.help_header_banner .content {
  margin-top: 18vh;
}

.help_circle_1 {
  height: 104px;
  width: 104px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  bottom:-20px;
  left:30%;
}
.help_circle_2 {
  height: 51px;
  width: 51px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  bottom:150px;
  left:0;
}
.help_circle_3 {
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  top:80px;
  left:15px;
}
.help_circle_4 {
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  top:40px;
  left:0;
}
.itc_help_circle_1 {
  height: 75px;
  width: 75px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  bottom:0px;
  right:60px;
}
.itc_help_circle_2 {
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  bottom:30px;
  left:30px;
}
.itc_help_circle_3 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  top:45%;
  left:60px;
}
.itc_help_circle_4 {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  top:0px;
  left:80px;
}
.itc_help_circle_5 {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #4C839B;
  position: absolute;
  top:50px;
  right:10px;
}

/* ACCORDIONS */
.accordion-title {
  position: relative;
  display: flex;
  padding: 1.25rem 1rem;
  border-top: 1px solid #ADBAC7;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.accordion-title .txt {
  font-family: 'vista_slabmedium';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #00203E;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.accordion-title .arrow {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #009AD6;
  transform: scale(1);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.accordion-title .arrow .icon{
  font-size: 16px;
  color: #fff;
  transform: rotate(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.accordion-title:hover {
  background-color: #F5F8FA;
}
.accordion-title:hover .txt{
  text-decoration: underline;
}
.accordion-title:hover .arrow {
  transform: scale(1.1);
}
.accordion-title::before {
    content: "";
}
.is-active>.accordion-title::before {
    content: "";
}
.is-active>.accordion-title .icon {
    transform: rotate(180deg);
}
.is-active>.accordion-title .txt {
    text-decoration: underline;
}
.accordion-title:focus {
    background-color: #F5F8FA;
}
.accordion-content {
  padding: 1rem;
  border: 0;
  border-bottom: 0;
  background-color: #F5F8FA;
  color: #0a0a0a;
}
:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #ADBAC7;
}
table.main_table thead tr th {
  background-color: #004B85;
  color: #fff;
  font-weight: bold;
  text-align:center;
}
table.main_table tbody tr td {
  text-align:center;
}
.hidden {
    display: none !important;
}
