/* nolio/static/nolio/css/onboarding.sass */
:root {
  --typeface-normal:
    nolio_typeface_regular,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  --typeface-bold:
    nolio_typeface_medium,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  --typeface-extra:
    nolio_typeface_bold,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.nolio_textbox,
.nolio_textarea,
.nolio_dropdown {
  color: var(--gray-400);
  font-family:
    "nolio_typeface_regular",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: normal;
}
:root {
  --typeface-normal:
    nolio_typeface_regular,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  --typeface-bold:
    nolio_typeface_medium,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  --typeface-extra:
    nolio_typeface_bold,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
.nolio_textbox,
.nolio_textarea,
.nolio_dropdown {
  color: var(--gray-400);
  font-family:
    "nolio_typeface_regular",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: normal;
}
.hidden {
  display: none !important;
}
body {
  font-weight: 300;
}
.container_legacy {
  height: 100%;
  width: 100vw;
  background: var(--background);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -15px;
}
.container_legacy_no_bg {
  background: none;
}
.container_legacy > div {
  margin: 0;
}
.nolio_row {
  align-items: stretch;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 100px;
}
.nolio_container {
  background-color: white;
  border-radius: var(--border-radius);
  border: 1px solid lightgrey;
  display: flex;
  flex: 1;
  margin: 20px;
  padding: 20px;
  position: relative;
}
.nolio_flex {
  display: flex;
}
.nolio_flex_1 {
  flex: 1;
}
.nolio_flex_2 {
  flex: 2;
}
.nolio_flex_3 {
  flex: 3;
}
@media (max-width: 1079px) {
  .nolio_row {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .nolio_row {
    flex-direction: column;
    padding: 20px;
  }
}
.nolio_blue {
  color: var(--blue-300);
}
.nolio_purple {
  color: var(--purple-300);
}
.nolio_red {
  color: var(--red-300);
}
.nolio_orange {
  color: var(--orange-300);
}
.nolio_green {
  color: var(--green-300);
}
.nolio_tab_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.nolio_tab_item {
  border-bottom: 1px solid var(--blue-300);
  font-weight: bolder;
  font-size: 120%;
  padding: 10px 15px 9px 15px;
}
.nolio_tab_item_active {
  border-bottom: 5px solid var(--blue-300);
  font-weight: bold;
  padding-bottom: 5px;
}
.nolio_tab_item:hover {
  border-bottom: 5px solid var(--blue-300);
  cursor: pointer;
  padding-bottom: 5px;
}
.nolio_title1,
.nolio_title2,
.nolio_title3 {
  font-family:
    "nolio_typeface_bold",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  height: max-content;
  line-height: normal;
  margin: 0;
  color: var(--gray-400);
}
.nolio_title1 {
  font-size: 44px;
}
.nolio_title2 {
  font-size: 22px;
}
.nolio_title3 {
  font-size: 16.5px;
  text-transform: uppercase;
}
.nolio_container_title {
  align-items: center;
  display: flex;
  font-family:
    "nolio_typeface_regular",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 22px;
  font-weight: bold;
  height: 20px;
  justify-content: center;
  left: 50%;
  min-width: max-content;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
}
.nolio_row_title {
  color: unset;
  font-family:
    "nolio_typeface_regular",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0px auto 10px;
  text-transform: uppercase;
}
.nolio_label_title {
  font-variant: all-small-caps;
  background: #E8E8E8;
  padding: 2px 10px 3px 10px;
  border-radius: 30px;
  color: var(--blue-300);
  font-weight: 500;
}
@media (max-width: 1079px) {
  .nolio_title1 {
    font-size: 33px;
  }
  .nolio_title2 {
    font-size: 18.7px;
  }
}
@media (max-width: 767px) {
  .nolio_title1 {
    font-size: 22px;
  }
  .nolio_title2 {
    font-size: 16.5px;
  }
}
.nolio_button1,
.nolio_button2,
.nolio_button4 {
  border: 2px solid;
  font-weight: bold;
}
a.nolio_button1,
a.nolio_button2,
a.nolio_button3,
a.nolio_button4 {
  text-decoration: none;
}
a.nolio_button1:hover,
a.nolio_button2:hover,
a.nolio_button3:hover,
a.nolio_button4:hover {
  color: inherit;
}
.nolio_button1,
.nolio_button2,
.nolio_button3,
.nolio_button4 {
  border-radius: 30px;
  text-align: center;
  padding: 5px 35px 5px 30px;
  position: relative;
  box-shadow: none !important;
}
.nolio_button1_disabled,
.nolio_button2_disabled,
.nolio_button3_disabled,
.nolio_button4_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nolio_button1 i,
.nolio_button2 i,
.nolio_button3 i,
.nolio_button4 i {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.nolio_button1:hover,
.nolio_button2:hover,
.nolio_button3:hover,
.nolio_button4:hover {
  cursor: pointer;
}
.nolio_button1 {
  background-color: var(--blue-300);
  -webkit-box-shadow: var(--shadow-25);
  border-color: transparent;
  box-shadow: var(--shadow-25);
  color: white;
  text-transform: uppercase;
}
.nolio_button1 i {
  color: white;
}
.nolio_button1:hover {
  opacity: 0.7;
}
.nolio_button1_green {
  background-color: var(--green-300) !important;
}
.nolio_button1_yellow {
  background-color: var(--status-yellow-300) !important;
  color: unset;
}
.nolio_button1_yellow i {
  color: unset;
}
.nolio_button1_orange {
  background-color: var(--orange-300) !important;
}
.nolio_button1_red {
  background-color: var(--red-300) !important;
}
.nolio_button2 {
  background-color: transparent;
  border-color: var(--blue-300);
  color: var(--blue-300);
  text-transform: uppercase;
}
.nolio_button2 i {
  color: var(--blue-300);
}
.nolio_button2:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.nolio_button2_green {
  border-color: var(--green-300) !important;
  color: var(--green-300);
}
.nolio_button2_yellow {
  border-color: var(--status-yellow-300) !important;
  color: unset;
}
.nolio_button2_yellow i {
  color: unset;
}
.nolio_button2_orange {
  border-color: var(--orange-300) !important;
  color: var(--orange-300);
}
.nolio_button2_red {
  border-color: var(--red-300) !important;
  color: var(--red-300);
}
.nolio_button3 {
  background: none;
  border: none;
  border-radius: 30px;
  max-width: max-content;
  padding: 5px 10px;
  text-transform: uppercase;
}
.nolio_button3:hover {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.nolio_button4 {
  background-color: transparent;
  border-color: rgb(102, 102, 102);
  color: rgb(102, 102, 102);
  text-transform: uppercase;
}
.nolio_button4 i {
  color: rgb(102, 102, 102);
}
.nolio_button4:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.nolio_button_sm {
  font-size: 80%;
}
.nolio_button_white_bg {
  background: white;
  border: white;
  color: var(--blue-300);
}
.nolio_button_white_bg i {
  color: var(--blue-300);
}
@media (max-width: 767px) {
  .nolio_button1,
  .nolio_button2,
  .nolio_button3,
  .nolio_button4 {
    padding: 5px 12px 5px 12px !important;
  }
  .nolio_button1 i,
  .nolio_button2 i,
  .nolio_button3 i,
  .nolio_button4 i {
    position: initial !important;
    transform: none !important;
    margin-left: 5px;
  }
}
.nolio_modal_outer {
  width: max-content !important;
}
.nolio_modal_body {
  padding: 32px 64px;
  width: max-content;
}
@media (max-width: 1079px) {
  .nolio_modal_outer {
    width: unset !important;
  }
  .nolio_modal_body {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .nolio_modal_outer {
    width: unset !important;
  }
  .nolio_modal_body {
    width: 100%;
    padding: 10px;
  }
}
.nolio_attention_banner {
  align-items: center;
  background:
    linear-gradient(
      180deg,
      rgb(30, 100, 230) 0%,
      rgb(27, 85, 194) 100%);
  color: white;
  display: flex;
  flex-wrap: wrap;
  font-weight: bolder;
  justify-content: center;
  margin: 0px -15px;
  padding: 3px 50px;
  position: relative;
}
.nolio_attention_banner_text {
  margin-right: 10px;
}
.nolio_attention_banner_text_highlight {
  font-weight: bold;
  margin-right: 5px;
}
.nolio_attention_banner a {
  color: inherit;
}
.nolio_attention_banner a:hover {
  cursor: pointer;
}
.nolio_attention_banner_close {
  opacity: 0.5;
  position: absolute;
  right: 20px;
}
.nolio_attention_banner_close:hover {
  cursor: pointer;
  opacity: 1;
}
.nolio_attention_banner_blue {
  background: var(--blue-300);
  color: white;
}
.nolio_attention_banner_purple {
  background: var(--purple-100);
  color: var(--purple-300);
}
.nolio_attention_banner_grey {
  background: var(--gray-100);
  color: unset;
}
.nolio_attention_banner_green {
  background: var(--green-200);
  color: unset;
}
.nolio_attention_banner_yellow {
  background: var(--status-yellow-200);
  color: unset;
}
.nolio_attention_banner_orange {
  background: var(--status-orange-300);
}
.nolio_attention_banner_red {
  background: var(--red-300);
}
.nolio_attention_banner_transparent {
  background: transparent;
  color: unset;
}
.nolio_attention_banner_transparent_red {
  background: transparent;
  color: var(--red-300);
}
.nolio_dashboard {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.nolio_dashboard_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px 10px;
}
.nolio_dashboard_container_title {
  font-size: 16.5px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: max-content;
}
.nolio_dashboard_container_card {
  align-items: flex-start;
  background-color: white;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  padding: 10px 25px;
  z-index: 1;
}
.nolio_dashboard_container_card_item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
  min-width: 100px;
}
.nolio_dashboard_container_card_item_data {
  align-items: baseline;
  display: flex;
  justify-content: center;
  color: var(--blue-300);
  font-size: 38.5px;
  font-family:
    "nolio_typeface_regular",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: bold;
  line-height: normal;
}
.nolio_dashboard_container_card_item_data_unit {
  font-size: 33px;
  font-weight: normal;
  margin: 0px;
  opacity: 0.8;
}
.nolio_dashboard_container_card_item_data i {
  margin: 0px 10px;
}
.nolio_dashboard_container_card_item_caption {
  max-width: 120px;
  min-width: 100px;
  text-align: center;
  line-height: normal;
}
.nolio_dashboard_bg {
  background: var(--purple-300);
  bottom: 0px;
  height: 30%;
  left: 0px;
  position: absolute;
  width: 100%;
}
@media (max-width: 1079px) {
  .nolio_dashboard_container {
    flex-wrap: wrap;
    margin: 10px;
  }
  .nolio_dashboard_container_title {
    font-size: 14.3px;
  }
  .nolio_dashboard_container_card {
    padding: 5px 10px;
  }
  .nolio_dashboard_container_card_item {
    margin: 5px;
    min-width: 80px;
  }
  .nolio_dashboard_container_card_item_data {
    font-size: 27.5px;
  }
  .nolio_dashboard_container_card_item_data_unit {
    font-size: 16.5px;
  }
  .nolio_dashboard_container_card_item_caption {
    font-size: 13.2px;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .nolio_dashboard {
    flex-direction: column;
  }
  .nolio_dashboard_container {
    flex-wrap: wrap;
    margin: 10px;
  }
  .nolio_dashboard_container_title {
    font-size: 14.3px;
    padding: 0px;
  }
  .nolio_dashboard_container_card {
    padding: 5px 10px;
  }
  .nolio_dashboard_container_card_item {
    margin: 5px;
    min-width: 80px;
  }
  .nolio_dashboard_container_card_item_data {
    font-size: 27.5px;
  }
  .nolio_dashboard_container_card_item_data_unit {
    font-size: 16.5px;
  }
  .nolio_dashboard_container_card_item_caption {
    font-size: 11px;
    max-width: 100px;
  }
}
.period_selector {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 20px;
  display: flex;
  margin: 5px;
  padding: 5px 10px;
  position: relative;
}
.period_selector img {
  border-radius: 50%;
  height: 20px;
  object-fit: cover;
  width: 20px;
}
.period_selector_text {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
  min-width: max-content;
}
.period_selector_text:last-of-type {
  margin-right: 10px;
}
.period_selector_text:first-of-type {
  margin-left: 10px;
}
.period_selector_text i {
  color: lightgrey;
}
.period_selector:hover {
  background-color: lightgrey;
  cursor: pointer;
}
.period_selector:hover i {
  color: grey;
}
.period_selector:hover_dropdown {
  display: flex;
}
.period_selector_dropdown {
  background-color: white;
  border: 1px solid whitesmoke;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  min-width: max-content;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 1;
}
.period_selector_dropdown_item {
  display: flex;
  min-width: max-content;
  padding: 10px 15px;
}
.period_selector_dropdown_item:first-of-type {
  border-radius: 15px 15px 0 0;
}
.period_selector_dropdown_item:last-of-type {
  border-radius: 0 0 15px 15px;
}
.period_selector_dropdown_item:hover {
  background-color: rgba(30, 100, 230, 0.1);
}
#ob_general .nolio_row {
  padding: 0px;
  position: relative;
}
#ob_general .nolio_row_title {
  line-height: normal !important;
  margin: 10px 0px;
  max-width: max-content;
  min-width: unset !important;
  text-align: center;
}
#ob_row_1,
#ob_row_2 {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  justify-content: center;
  color: white;
  min-width: 100%;
  padding: 100px;
}
#ob_row_1 .nolio_button1,
#ob_row_2 .nolio_button1 {
  margin-top: 20px;
  max-width: max-content;
}
#ob_row_1 {
  background: var(--purple-300);
  height: 90vh;
  padding-right: 55%;
}
#ob_row_2 {
  align-items: center;
  background: var(--blue-300);
  height: 100vh;
  padding-left: 50%;
  scroll-snap-align: start;
}
@media (max-width: 1079px) {
  #ob_row_1,
  #ob_row_2 {
    padding: 30px;
  }
  #ob_row_1 {
    padding-right: 45%;
  }
  #ob_row_2 {
    padding-left: 50%;
  }
  .ob_success_container p {
    font-size: 1.2rem !important;
  }
  .ob_success_container .ob_row_title {
    font-size: 3rem !important;
    line-height: normal;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #ob_row_1,
  #ob_row_2 {
    min-width: 100%;
    padding: 30px 10%;
  }
  #ob_row_1 {
    min-height: 350px;
    height: 50vh;
  }
  #ob_row_2 {
    min-height: 500px;
    height: 100vh;
  }
}
#ob_img_row_1,
#ob_img_row_2 {
  height: 100%;
  position: absolute;
  width: 50%;
  z-index: 1;
}
#ob_img_row_1 img,
#ob_img_row_2 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#ob_img_row_1 {
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  right: 0px;
}
#ob_img_row_2 {
  left: 0px;
}
@media (max-width: 767px) {
  #ob_img_row_1 {
    clip-path: unset;
    min-width: 100%;
    height: 40vh;
    position: unset;
  }
  #ob_img_row_2 {
    display: none;
  }
}
.ob_instruction {
  text-align: left;
}
.ob_instruction > i {
  font-size: 0.8em;
  color: var(--gray-150);
}
.ob_instruction:nth-of-type(odd) {
  margin-left: -50px;
}
.ob_instruction .nolio_button_secondary {
  margin-top: 8px;
}
#ob_row_1 > .nolio_flex {
  align-items: center;
  margin-bottom: 30px;
}
#ob_row_1 > .nolio_flex i {
  margin-right: 5px;
}
.howto_sticker {
  min-width: 50px;
  align-items: center;
  background: #302E89;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  line-height: normal;
  margin-right: 20px;
  width: 50px !important;
}
.howto_sticker_completed {
  background: var(--green-300) !important;
}
.howto_sticker_completed span {
  display: none;
}
.howto_sticker_completed i {
  display: unset !important;
}
.howto_sticker i {
  display: none;
}
@media (max-width: 767px) {
  .ob_resume {
    display: flex;
    flex-wrap: wrap;
  }
  .ob_links {
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }
  .ob_links a {
    font-size: 1.5rem;
  }
  .ob_text p {
    margin-top: 20px;
  }
  .ob_instruction {
    margin-top: 20px;
    margin-left: 0px !important;
  }
}
#discover_button > a {
  border: solid 1px transparent;
  background-color: var(--blue-100);
  color: var(--blue-300);
  max-height: 36px;
}
#discover_button > a.discover_button_a {
  margin-top: 6px !important;
}
#discover_button > a:hover {
  border-color: var(--blue-300);
}
#modal_discover_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 600px;
}
#modal_discover_inner > div {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
#modal_discover_inner > div .howto_sticker {
  background-color: var(--blue-100);
  margin: 0;
}
#modal_discover_inner > div .howto_sticker span {
  color: var(--blue-300);
}
#modal_discover_inner > div .nolio_button_tertiary {
  margin: 0 auto;
}
#modal_discover_inner .ob_instruction .nolio_typo_title2 > i {
  font-size: 0.8em;
  color: var(--gray-150);
}
#modal_discover_inner .ob_instruction p {
  line-height: normal;
  margin: 8px 0 8px 0;
}
.modal-footer > .row {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.modal-footer > .row .nolio_button_primary {
  width: 128px;
}
.ob_forum {
  align-items: center;
  border-top: 1px solid lightgrey;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 10px;
}
@media (max-width: 1079px) {
  .ob_forum {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ob_forum {
    flex-direction: column;
    justify-content: center;
  }
}
/*# sourceMappingURL=onboarding.css.map */
