:root {
  --tomato: #ff4040;
  --text-color: #1d1d1d;
  --blue: #004aad;
  --beige-bg-color: #fff9eb;
  --blue-border: #aee7ff;
  --blue-bg: #d1f1ff;
  --golden-orange: #fba308;
  --pink: #cf338a;
  --orange: #eb9723;
  --beige-border: #fdefc8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #001f12;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.56313rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.btn-header {
  color: #060404;
  cursor: pointer;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.btn-header:hover {
  color: #fff;
  background-color: #174992;
  border-color: #fff;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.container.hero {
  color: #fff;
  max-width: 1456px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.navbar {
  max-width: 1456px;
  padding-left: 0;
  padding-right: 0;
}

.container.footer {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  padding-top: 0;
}

.navbar-logo-left.custom-header {
  width: 100%;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
}

.nav-link {
  color: #060404;
  text-transform: none;
  border-bottom: 2px solid #0000;
  padding: 8px 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  border-bottom: 2px solid #174992;
}

.nav-link.w--current {
  border-bottom-color: #fa513a;
}

.nav-link.current {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #b7c965;
}

.nav-link.current:hover {
  border-bottom-style: solid;
  border-bottom-color: #f01916;
}

.nav-link.current.w--current {
  color: #060404;
  border-bottom: 2px solid #174992;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.navbar {
  background-color: #0000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  border: 1px #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 16px 0 10px;
  display: flex;
}

.icon-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}

.nav-logo {
  font-size: 1rem;
}

.nav-menu-two-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.topic-check {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #00341e;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-weight: 400;
  display: flex;
}

.line-image {
  z-index: 3;
  position: absolute;
  top: 270px;
  left: 128px;
}

.testimonial-block {
  background-color: #09143e;
  border: 2px solid #122056;
  border-radius: 24px;
  padding: 32px;
}

.join-cta {
  background-image: url('../images/why-join-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.gradient-logo {
  z-index: 0;
  background-image: linear-gradient(#0a480000, #0a4800);
  width: 100%;
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.play-icon {
  z-index: 4;
  position: absolute;
  top: 380px;
  bottom: auto;
  left: 265px;
}

.sid-image-get-start {
  z-index: 9;
  height: 100%;
  display: block;
}

.banner-heading {
  color: #060404;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Sora, sans-serif;
  font-size: 46px;
  font-weight: 800;
}

.learn-box-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-wrapper-2 {
  grid-row-gap: 160px;
  flex-direction: column;
}

.capsule_text {
  color: #fff;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.text-span-2 {
  color: #fa513a;
}

.get-start-content {
  width: 100%;
}

.capsule_vector {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: -12.29px;
  left: auto;
  right: -31px;
}

.text-orange {
  color: #fa513a;
}

.why-join-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.llh_left-point {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.llh_left-point.left {
  justify-items: start;
}

.logo-wrap {
  grid-column-gap: 50px;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-logo {
  grid-column-gap: 54px;
  justify-content: flex-start;
  margin-left: 64px;
  display: flex;
  overflow: hidden;
}

.benifit-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.capsule_vectorr-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: -15.29px;
  left: -31px;
  right: auto;
}

.get-start-block {
  background-image: none;
  background-size: auto;
  border-radius: 32px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.icon-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

.client-quote {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.learning-icon {
  background-color: #0a4800;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.join-cta-left {
  z-index: 1;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  position: relative;
}

.white-text {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.image-57 {
  width: 485px;
  height: 493px;
}

.llh_capsule {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #073400;
  border: 1px solid #0a4800;
  border-radius: 12px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.llh_capsule._3 {
  left: 20px;
}

.llh_capsule._5.active {
  background-color: #0a4800;
}

.llh_capsule._9 {
  top: 13px;
}

.llh_capsule._12 {
  bottom: 0;
}

.llh_capsule._17 {
  bottom: 26px;
}

.llh_capsule._1 {
  top: 13px;
}

.llh_capsule._1.active {
  background-color: #0a4800;
  top: 0;
}

.llh_capsule._14.active {
  background-color: #0a4800;
}

.llh_capsule._10 {
  bottom: 5px;
}

.llh_capsule._4 {
  right: 16px;
}

.llh_capsule._6 {
  top: 4px;
  right: 8px;
}

.llh_capsule._8.active {
  bottom: 26px;
}

.llh_capsule._7 {
  left: 18px;
}

.llh_capsule._18 {
  right: 0;
}

.llh_capsule._11.active {
  background-color: #0a4800;
}

.llh_capsule._15 {
  bottom: 14px;
}

.llh_capsule._15.active {
  background-color: #0a4800;
  bottom: 0;
  left: 18px;
}

.get-start-button-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.banner-content {
  padding-top: 4em;
  padding-bottom: 6em;
  font-family: Inter, sans-serif;
}

.banner-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.banner-paragraph {
  margin-bottom: 40px;
}

.banner-paragraph._1 {
  color: var(--text-color);
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  line-height: 160%;
}

.client-name, .number-wrap {
  margin-bottom: 4px;
}

.numbers-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 243px;
  display: flex;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.title-wrapper.center {
  text-align: center;
  justify-content: center;
}

.small-text {
  flex: none;
}

.watch-text {
  z-index: 3;
  color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 250px auto auto 80px;
}

.number-big {
  color: #e5f401;
  font-family: Sora, sans-serif;
  font-size: 39px;
  line-height: 46px;
}

.btn-orange-start {
  color: #2a7f4a;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 24px 78px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.btn-orange-start:hover {
  background-color: #000;
}

.btn-orange-start.ultimate-wealth-mastery {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Sora, sans-serif;
}

.btn-orange-start.ultimate-wealth-mastery:hover {
  background-color: #fff;
}

.join-title {
  color: #fff;
  margin-bottom: 32px;
}

.youcan_para {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.topic-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.topic-wrapper._1 {
  grid-column-gap: 64px;
  grid-template-columns: .9fr 1fr;
  overflow: hidden;
}

.image-58 {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 36px auto 0% -10%;
}

.stork-number {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #060404;
}

.stork-number.ative {
  -webkit-text-stroke-color: #fff;
}

.rating-text {
  font-family: Sora, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.banner-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  text-align: left;
  background-color: #004aad0d;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 2px 12px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}

.banner-tag.subhead {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff1a;
  font-family: Sora, sans-serif;
}

.testimonial-section {
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.learn-box {
  color: #000;
  background-color: #d9f0ff;
  border: 2px solid #bbe5ff;
  border-radius: 24px;
  padding: 32px;
  transition: all .2s;
}

.tab-button {
  grid-row-gap: 24px;
  flex-direction: column;
}

.tab-button.mobile {
  display: none;
}

.benefit-tab-data {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d9f0ff;
  border: 2px solid #bbe5ff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.youcan_card-text {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.flex-group {
  display: flex;
}

.flex-group.banner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
}

.achivement-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.llh_right-point {
  text-align: right;
  width: 100%;
}

.left-arrow-cta {
  z-index: 0;
  background-color: #0a4800;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -30px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.get-started-section {
  margin-top: 0;
  padding-bottom: 160px;
}

.text-block-51 {
  font-size: 14px;
}

.client-quote-text {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

.vector-frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 250px;
  padding: 10px 24px;
  display: flex;
}

.btn-yellow {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #174992;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.logos-wrapper {
  z-index: 10;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.youcan_button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fa513a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 372px;
  padding: 24px 48px;
  display: flex;
}

.youcan_button.button_text:hover {
  background-color: #333;
}

.section-spacing {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  display: flex;
}

.client-details {
  margin-bottom: 32px;
}

.tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  overflow: auto;
}

.youcan_card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffffff1a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 12px;
  display: flex;
}

.play-button {
  position: absolute;
}

.llh-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section {
  background-image: url('../images/Frame-237821.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  background-image: url('../images/who-is-this-for-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -160px;
  margin-bottom: -160px;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-image {
  border-radius: 24px;
  overflow: hidden;
}

.youcan_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  display: flex;
}

.topic-image {
  background-image: url('../images/Frame-237875.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.client-image {
  border: 2px solid #122056;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-block-46 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-46.btn-text {
  cursor: pointer;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.benefit-title-button {
  grid-column-gap: 24px;
  color: #000;
  text-transform: lowercase;
  -webkit-text-fill-color: inherit;
  background-color: #d9f0ff;
  background-clip: border-box;
  border: 2px solid #bbe5ff;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.benefit-title-button.w--current {
  color: #fff;
  background-color: #174992;
  border-width: 2px;
  border-color: #174992;
}

.tab-button-group {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 40px;
}

.orange-text {
  color: #fa513a;
  font-family: Sora, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.llh-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.topic-check-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ornage-number {
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.topic-title {
  color: #1d1d1d;
  margin-bottom: 40px;
  font-family: Sora, sans-serif;
}

.text-block-49 {
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
}

.llh_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex {
  display: flex;
}

.flex.review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.youcan_image-wrapper {
  background-image: url('../images/Frame-237609.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-button {
  grid-column-gap: 24px;
  color: #fff;
  background-color: #f2f8cf;
  border: 1px solid #ddef8f;
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-button.active {
  color: #fff;
  background-color: #2a7f4a;
  border-style: solid;
  border-color: #2a7f4a;
}

.step-button._7 {
  display: none;
}

.image-61 {
  width: 300px;
  height: 300px;
  margin-bottom: 27px;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 140px;
  display: grid;
}

.sid-image {
  z-index: 3;
  opacity: 0;
  object-fit: cover;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.sid-image._1 {
  opacity: 1;
  object-position: 50% 50%;
  display: none;
}

.youcan_content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #122056;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 612px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-content-title {
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.heading-9 {
  color: #1d1d1d;
}

.tab-data-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 488px;
  height: 100%;
  display: flex;
}

.achivement-icon {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.banner-review {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.achivement-box {
  color: #fff;
  text-align: center;
  background-color: #09143e;
  border: 2px solid #122056;
  border-radius: 32px;
  align-self: flex-start;
  width: 100%;
  max-width: 365px;
  padding: 60px 40px;
  text-decoration: none;
}

.achivement-box:hover {
  background-color: #122056;
  border-color: #6b8ff1;
}

.achivement-box.middle {
  margin-top: 64px;
}

.achivement-box.active {
  background-color: #122056;
  border-color: #6b8ff1;
}

.design-list {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.design-list.second {
  margin-top: 32px;
}

.design-list-item {
  background-image: url('../images/list-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.design-list-item.second {
  background-image: url('../images/list-icon-two.svg');
  padding-left: 28px;
}

.h2 {
  color: #1d1d1d;
  text-transform: none;
  font-family: Sora, sans-serif;
}

.h3 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.h3._2 {
  color: #1d1d1d;
  font-family: Sora, sans-serif;
}

.text-span-yellow {
  color: #e5f401;
}

.heading-12 {
  color: #fff;
}

.why-join-image {
  max-width: 50%;
}

.title-wrapper-2 {
  margin-bottom: 64px;
}

.title-wrapper-2.center {
  text-align: center;
}

.btn-white {
  color: var(--blue);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.btn-white:hover {
  background-color: #fff;
}

.bottom-content {
  z-index: 999;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.bottom-bar {
  z-index: 999;
  background-color: var(--blue);
  background-image: none;
  background-size: auto;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}

.image-63 {
  box-shadow: 0 2px 5px #0003;
}

.offer-counter {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-11 {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.counter-box {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.counter-box.footer-counter {
  width: 40px;
  height: 40px;
}

.social-flex {
  flex-direction: row;
  flex: none;
  display: flex;
}

.copyright-text {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11.2px;
  font-weight: 400;
}

.counter-text {
  font-family: Sora, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  display: none;
}

.footer-right {
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 555px;
  display: flex;
}

.counter-value {
  color: #dfef4e;
  font-family: Sora, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.counter-value.mins {
  color: #fff;
}

.counter-value.mins.footer-18 {
  font-size: 18px;
}

.counter-value.hrs {
  color: #fff;
}

.counter-value.hrs.footer-18 {
  font-size: 18px;
}

.counter-value.secs {
  color: #fff;
}

.counter-value.secs.footer-18 {
  font-size: 18px;
}

.footer-link {
  color: #1d1d1d;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.poweredby {
  opacity: 1;
  color: #1d1d1d;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 11px;
}

.bottom-grid {
  grid-column-gap: 78px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 82px;
  display: flex;
  position: relative;
}

.link-group {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.footer {
  background-image: url('../images/Footer.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border: 1px #000;
  padding-top: 80px;
}

.container-large-4 {
  color: #181818;
  width: 100%;
  max-width: 1416px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.bottom-first {
  justify-content: flex-end;
  display: flex;
}

.image-55 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 156px;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph-sm {
  font-size: .88rem;
}

.font-smll {
  text-align: center;
  margin-bottom: 0;
  font-size: 14.4px;
  font-weight: 400;
}

.footer-left {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 781px;
  display: flex;
}

.copyright-wrapper {
  border-top: 1px solid #17499247;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 90px;
  display: flex;
}

.social-link-2 {
  margin-left: 16px;
}

.benefits-heading {
  color: var(--text-color);
  font-family: Sora, sans-serif;
  font-size: 31px;
  line-height: 140%;
}

.member-text {
  color: #2d2c2b;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-5 {
  background-color: #d9f0ff;
  border: 1px #000;
  border-radius: 32px 32px 32px 0;
}

.recommend-button {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quarterly-fees {
  font-weight: 700;
}

.quarterly-fees.active {
  border-bottom: 2px solid #2d2c2b;
  padding-bottom: 8px;
}

.quarterly-fees.active.border-hite {
  text-align: left;
  border-bottom-color: #fff;
  display: block;
}

.section-membership {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-membership._1 {
  display: block;
}

.active-price-content {
  color: #181818;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0 40px;
}

.member-heading-panel {
  border-bottom: 1px solid #00000030;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.member-heading-panel.white-border-line {
  border-bottom-color: #ffffff59;
  margin-bottom: 0;
  padding-bottom: 0;
}

.silver-membership-fees {
  color: #1d1d1d;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.silver-membership-fees.color-white-text {
  color: #fff;
  text-align: left;
}

.silver-membership-fees.text-color-black {
  color: #fff;
}

.member-heading {
  color: var(--text-color);
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.membership-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #174992;
  border: 1px #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  line-height: 20.8px;
  transition: all .8s;
  display: flex;
}

.membership-button.button-gradeint {
  color: var(--blue);
  white-space: nowrap;
  background-color: #fff;
  margin: auto 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.member-grid-item {
  background-color: #2d3034;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  min-height: 1041px;
  padding: 40px 40px 64px;
}

.member-grid-item.first-child {
  background-color: #d9f0ff;
  border: 1px #242424;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.member-grid-item.first-child._2nd {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.member-grid-item.first-child._3rd {
  background-color: var(--beige-bg-color);
  border-radius: 0 32px 32px 0;
}

.member-grid-item.first-child._4th {
  background-color: #fbe8f5;
  border-radius: 0 32px 32px 0;
}

.member-grid-item.active {
  color: #fff;
  background-color: #174992;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-around;
  min-height: auto;
  margin-bottom: 60px;
  padding: 0 0 40px;
  display: flex;
  position: relative;
}

.member-grid-item.right {
  background-color: #fff7ca;
  border-radius: 0 32px 32px 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 650px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.member-grid-item.right.secong-grid {
  background-color: #1d1d1d;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-top: 40px;
  display: flex;
}

.member-grid-item.right.secong-grid._3 {
  background-color: #1d1d1d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 300px;
  display: none;
}

.member-grid-item.right.right-grid {
  background-color: #073400;
  margin-top: 40px;
}

.pricing-footer-pr {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.membership-text-white {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: block;
}

.bronze-listing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.yearly-fees {
  display: none;
}

.price-active-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.diamond-membership {
  background-image: linear-gradient(to right, #fdd612, #cc9202);
  border-radius: 32px 32px 0 0;
  padding: 24px 40px;
}

.diamond-membership.active-center-panel {
  color: #fff;
  background-image: none;
  border-bottom: 1px #05260033;
  padding-bottom: 0;
}

.membership-text {
  font-weight: 300;
}

.member-left-item-space {
  flex-direction: column;
  display: flex;
}

.membership-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.member-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-9 {
  padding: 24px 40px;
}

.button-9.membership-button {
  margin-top: 70px;
}

.membership-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.membership-list-icon {
  position: relative;
  top: 6px;
}

.monthly-fees {
  display: none;
}

.membership-price {
  color: #1d1d1d;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.membership-price.orange-background {
  background-color: #ef853b;
}

.membership-price.orange-background.color-white-text {
  white-space: nowrap;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.membership-price.orange-background.color-white-text.white {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 48px;
}

.member-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.silver-text {
  color: #1d1d1d;
  font-family: Sora, sans-serif;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.bronze-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: block;
}

.container-8 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.recommend {
  opacity: 1;
  letter-spacing: .72px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0003;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 33px;
  margin-bottom: 16px;
  padding: 0 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.silver-heading {
  font-family: Sora, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.bronze-membership {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.section-membership-internal {
  font-weight: 700;
  display: block;
}

.icon-image-bronze {
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: block;
}

.icon-image {
  position: relative;
}

.member-name {
  color: #fff;
  margin-bottom: 16px;
}

.member-name.no-margin {
  margin-bottom: 0;
}

.icon-holder {
  width: 240px;
  height: 100px;
  position: relative;
}

.icon-absolute {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.stars {
  height: 16px;
  display: none;
}

.testimonials_image {
  width: 72px;
  height: 72px;
}

.swiper-slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: auto;
  max-width: 500px;
  margin-right: 0;
  display: flex;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  max-width: 100%;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 8vw;
  display: flex;
  overflow: hidden;
}

.swiper-component.slider1-copy, .swiper-component.slider1 {
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: visible;
}

.swiper-component.slider1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: auto;
  max-width: none;
  padding-left: 1vw;
  padding-right: 1vw;
  display: grid;
  overflow: visible;
}

.testimonials_heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  line-height: 180%;
  display: flex;
}

.section_testimonials {
  padding: 160px 2.5rem;
  overflow: hidden;
}

.section_testimonials.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-testimonial {
  flex: none;
  overflow: hidden;
}

.swiper-testimonial.testimonial_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #141414;
  border: 1px solid #09143e;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin-right: 32px;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 -6px 22px #0b378e0f;
}

.swiper-testimonial.testimonial_card:hover {
  background-color: #122056;
  background-image: none;
  border-color: #6b8ff1;
}

.swiper-testimonial.testimonial_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #3b0704;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 392%;
  margin-right: 0;
  padding: 115px 0 0;
  display: flex;
  box-shadow: inset 0 -6px 22px #0b378e0f;
}

.swiper-testimonial.testimonial_card:hover {
  background-color: #fff;
  background-image: none;
  border-style: none;
}

.swiper-testimonial.testimonial_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  padding: 0 40px 40px;
  transition: all .2s;
}

.swiper-testimonial.testimonial_card:hover {
  background-color: #0a4800;
  border-style: solid;
  border-color: #e5f401;
}

.swiper-testimonial.testimonial_cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--blue-border) var(--blue-border) #bbe5ff;
  background-color: #d9f0ff;
  border-radius: 24px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  margin-right: 0;
  padding: 32px;
  transition: all .2s;
  display: flex;
}

.quotes {
  justify-content: flex-start;
  align-items: center;
  width: 31px;
  height: 24px;
  display: flex;
}

.testimonial_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.swiper {
  width: 100%;
}

.swiper.swiper1 {
  width: 100%;
  display: flex;
  overflow: visible;
}

.testiomonials_name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.testiomonials_card_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 300;
  line-height: 180%;
  display: flex;
}

.icon {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.icon._2 {
  z-index: 0;
}

.text-color-brand {
  color: #ff4040;
}

.video-btn-text {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.lightbox-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Sora, sans-serif;
  text-decoration: none;
  display: flex;
}

.video-btn {
  border-radius: 100%;
}

.video-btn-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.video-button-text {
  margin-left: 24px;
}

.video-button-txt {
  color: #000;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.625;
  text-decoration: none;
}

.review-txt {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  line-height: 1.2;
}

.happy-txt {
  color: #fff;
  font-size: .9rem;
}

.learner-image-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

._35k-txt {
  color: #fff;
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.content-line-image {
  flex: none;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
}

.learners-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.learners-img {
  width: 180px;
}

.review-no {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.learners-contnt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-banner-revie-text {
  color: #060404;
  font-family: Inter, sans-serif;
  font-size: 11.2px;
}

.review-no-txt {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.032rem;
}

.hero-banner-review {
  margin-left: 0;
}

.learning-icon-2 {
  z-index: 1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.learning-icon-3, .learning-icon-4 {
  z-index: 1;
  background-color: #360c06;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.journey-content {
  background-image: url('../images/Frame-1261155981.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 64px;
  padding: 64px;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 750px;
  display: flex;
}

.heading-journey {
  color: var(--tomato);
  font-family: Sora, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.paragraph {
  line-height: 1.8;
}

.text-span-3 {
  font-weight: 600;
}

.banner-image {
  display: flex;
}

.journey-image-hide-pc {
  display: none;
}

.grad-bg {
  z-index: -1;
  background-color: #122056;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0%;
}

.nav-bar-items:hover {
  border-bottom: 2px #ff4040;
}

.color-text {
  color: #f35b2c;
  text-transform: capitalize;
}

.color-text.caps {
  color: #fa513a;
  -webkit-text-stroke-color: #fa513a;
  text-transform: uppercase;
}

.happy-txt-2 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.normsl {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

.review-no-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.review-no-txt-2 {
  color: #060404;
  font-family: Sora, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 2.032rem;
}

._35k-txt-2 {
  color: #060404;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.body {
  background-color: #fff;
}

.heading-15 {
  text-transform: capitalize;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.topic-check-2 {
  grid-column-gap: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--blue-border) var(--blue-border) #bbe5ff;
  background-color: #d9f0ff;
  border-radius: 8px;
  width: 100%;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.tick {
  color: #174992;
  order: -1;
  align-self: center;
}

.text-block-56 {
  align-self: center;
  font-family: Inter, sans-serif;
}

.text-block-57 {
  font-family: Inter, sans-serif;
}

.text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69 {
  align-self: center;
}

.text-block-70 {
  color: #060404;
  text-transform: capitalize;
  align-self: center;
  font-family: Inter, sans-serif;
}

.text-block-71 {
  color: #060404;
}

.join-cta-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Frame-237869-5.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  display: grid;
  position: relative;
}

.image-69 {
  align-self: flex-end;
  max-width: none;
  padding: 0;
  display: block;
  position: static;
  top: 68px;
}

.join-cta-left-2 {
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 96px;
  position: static;
}

.left-arrow-cta-2 {
  z-index: 0;
  background-color: #122056;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -30px;
  padding-left: 20px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.join-cta-right {
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.number-wrap-2 {
  margin-bottom: 4px;
}

.why-join-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.join-title-2 {
  margin-bottom: 32px;
}

.number-big-2 {
  font-family: Sora, sans-serif;
  font-size: 39px;
  line-height: 46px;
}

.container-why {
  width: 100%;
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.design-list-item-2 {
  background-image: url('../images/Vector-4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.design-list-item-2.second {
  background-image: url('../images/list-icon-two.svg');
  padding-left: 28px;
}

.paragraph-2 {
  margin-bottom: 2rem;
}

.number-big-3 {
  color: #fa513a;
  font-family: Sora, sans-serif;
  font-size: 39px;
  line-height: 46px;
}

.why-join-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.join-title-3 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Sora, sans-serif;
  font-size: 48px;
}

.join-cta-left-3 {
  z-index: 1;
  color: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  position: relative;
}

.container-why-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

.image {
  opacity: 0;
  object-fit: cover;
  border-bottom-right-radius: 32px;
}

.join-cta-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/Frame-41196.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: grid;
  position: relative;
}

.design-list-item-3 {
  background-image: url('../images/Vector.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.design-list-item-3.second {
  background-image: url('../images/list-icon-two.svg');
  padding-left: 28px;
}

.paragraph-3 {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.gst {
  font-size: 15px;
  font-weight: 300;
}

.bronze-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.bronze-listing-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.membership-text-2 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.membership-text-2.bold {
  font-weight: 700;
}

.membership-text-2.white {
  color: #fff;
  font-weight: 300;
}

.listinlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b254a;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: none;
}

.membership-list-icon-2 {
  color: #174992;
  order: -1;
  position: relative;
  top: auto;
}

.membership-list-icon-2.active {
  color: #fff;
  top: auto;
}

.bronze-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 24px;
  display: flex;
}

.bronze-list-4, .bronze-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.achivement-box-2 {
  color: #fff;
  text-align: center;
  background-color: #09143e;
  border: 2px solid #122056;
  border-radius: 32px;
  align-self: flex-start;
  width: 100%;
  max-width: 365px;
  padding: 60px 40px;
  text-decoration: none;
}

.achivement-box-2:hover {
  background-color: #122056;
  border-style: solid;
  border-color: #6b8ff1;
}

.achivement-box-2.middle {
  border-style: solid;
  border-color: #122056;
  margin-top: 64px;
}

.achivement-box-2.middle:hover {
  background-color: #122056;
  border-color: #6b8ff1;
}

.title-wrapper-3 {
  margin-bottom: 64px;
}

.title-wrapper-3.center {
  text-align: center;
}

.container-achivement {
  width: 100%;
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.color-text-2 {
  color: #f7b00c;
  font-size: 46px;
}

.testimonials_heading-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  line-height: 180%;
  display: none;
}

.section_testimonials-2 {
  max-width: 1600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.imgblock-2 {
  color: #fff;
  border: 2px #09143e;
  border-radius: 1250px;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.swiper-wrapper-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.text-block-76 {
  color: #fffff1;
}

.swiper-slide-2 {
  flex: none;
  width: 20%;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.imgblock {
  color: #0000;
  background-color: #0000;
  border-radius: 1250px;
  padding: 0;
  font-size: 25px;
  font-weight: 700;
}

.text-block-75 {
  color: #fffff1;
}

.heading-36 {
  text-align: center;
  align-self: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.testimonial_image-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-block-77, .text-block-74 {
  color: #fffff1;
}

.quotes-2 {
  color: #0b2852;
  justify-content: flex-start;
  align-items: center;
  width: 31px;
  height: 24px;
  display: flex;
}

.desig {
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.image-70, .image-71, .image-72 {
  border-radius: 500px;
}

.container-copy {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.container-copy.hero {
  color: #fff;
  max-width: 1456px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-copy.navbar {
  max-width: 1456px;
  padding-left: 0;
  padding-right: 0;
}

.text-span-4 {
  color: #004aab;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  color: #1d1d1d;
}

.para {
  display: none;
}

.paragraph-12 {
  color: #1d1d1d;
}

.paragraph-13 {
  color: var(--text-color);
  font-family: Inter, sans-serif;
}

.text-block-79 {
  font-family: Montserrat, sans-serif;
}

.heading-37 {
  color: #060404;
  font-size: 25px;
}

.paragraph-14 {
  color: #1d1d1d;
  order: 1;
  margin-bottom: 0;
}

.container-iih {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.llh-section-2 {
  background-image: url('../images/Frame-237821-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -160px;
  margin-bottom: -160px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: none;
}

.llh_capsule-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--blue-bg);
  opacity: 1;
  background-color: #aee7ff;
  border-radius: 12px;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  max-width: none;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.llh_capsule-2._18 {
  right: 38px;
}

.llh_capsule-2._1 {
  top: 13px;
}

.llh_capsule-2._1.active {
  background-color: #effaff;
  border-color: #004aab;
}

.llh_capsule-2._10 {
  background-color: #122056;
  border-color: #6b8ff1;
  bottom: 5px;
}

.llh_capsule-2._2 {
  background-color: #f2f8cf;
  left: 45px;
  right: auto;
}

.llh_capsule-2._4 {
  background-color: #122056;
  border-color: #6b8ff1;
  right: 16px;
}

.llh_capsule-2._12 {
  background-color: #122056;
  border-color: #6b8ff1;
  bottom: auto;
  left: 25px;
}

.llh_capsule-2._3 {
  background-color: #122056;
  border-color: #6b8ff1;
  left: 20px;
}

.llh_capsule-2._11.active {
  background-color: #09143e;
  border-color: #122056;
  margin-bottom: 60px;
}

.llh_capsule-2._9 {
  background-color: #09143e;
  border-color: #122056;
  top: 13px;
}

.llh_capsule-2.active {
  background-color: #09143e;
  border-color: #122056;
}

.llh_capsule-2.active._1 {
  background-color: #141414;
  border-color: #1d1d1d;
  top: auto;
  left: 25px;
}

.llh_capsule-2.active.l4 {
  text-align: center;
  left: 0;
}

.llh_capsule-2.active.others {
  right: auto;
}

.llh_capsule-2.active.others.aspirtant {
  background-color: #ffece8;
  border-color: #f35b2c;
  left: 81px;
}

.llh_capsule-2.active.others.new {
  background-color: #ffece8;
  border-color: #f35b2c;
  left: 75px;
}

.llh_capsule-2.four {
  right: auto;
}

.llh_capsule-2.left {
  left: 50px;
}

.llh_capsule-2.l1 {
  background-color: #ffece8;
  border-color: #ffece8;
  left: 45px;
}

.llh_capsule-2.remove {
  opacity: 0;
}

.llh_capsule-2.others {
  border: 1px solid var(--blue);
  background-color: var(--blue-bg);
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
}

.llh_capsule-2.others.ent {
  background-color: #f2f8cf;
  border-color: #f35b2c;
  justify-content: center;
  right: 55px;
}

.llh_capsule-2.others.sales {
  background-color: #ffece8;
  border-color: #f35b2c;
  right: 82px;
}

.llh_capsule-2.others.mother {
  right: 27px;
}

.llh_capsule-2.others.todd {
  right: 100px;
}

.llh_capsule-2.others.preteens {
  right: 3px;
}

.llh_capsule-2.others.fs-styleguide_background {
  left: 45px;
}

.llh_capsule-2.others.improve {
  bottom: 19px;
  left: 45px;
}

.llh_capsule-2.others.career {
  right: 25px;
}

.llh_capsule-2.others.expert {
  right: 87px;
}

.llh_capsule-2.others.govt {
  left: 86px;
}

.llh_capsule-2.others.grad {
  left: 35px;
}

.llh_capsule-2.active-copy {
  background-color: #09143e;
  border-color: #122056;
}

.llh_capsule-2.active-copy._1 {
  background-color: #141414;
  border-color: #1d1d1d;
  top: auto;
  left: 25px;
}

.llh_capsule-2.active-copy.l4 {
  text-align: center;
  left: 0;
}

.llh_capsule-2.sales {
  background-color: #ffece8;
  border-color: #ffece8;
  right: 89px;
}

.llh_capsule-2.working {
  background-color: #ffece8;
  border-color: #ffece8;
  left: 70px;
}

.llh_capsule-2.preg {
  right: 37px;
}

.llh_capsule-2.teen {
  right: 63px;
}

.llh_capsule-2.grow {
  left: 16px;
}

.llh_capsule-2.toddlers {
  bottom: 25px;
  left: 16px;
}

.llh_capsule-2.stuck {
  bottom: 10px;
  left: 90px;
}

.llh_capsule-2.det {
  right: 40px;
}

.llh_capsule-2.excel {
  right: 25px;
}

.llh_capsule-2.kpsc {
  left: 35px;
}

.llh_capsule-2.competitive {
  left: 96px;
}

.llh_image-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-orange-2 {
  color: #fa513a;
}

.image-73 {
  width: 250px;
  display: block;
}

.text-block-81 {
  color: #1d1d1d;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-81._1 {
  display: none;
}

.capsule_vectorr-2-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: -15.29px;
  left: -31px;
  right: auto;
}

.llh-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.capsule_text-2 {
  color: #1d1d1d;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.capsule_vector-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: -12.29px;
  left: auto;
  right: -31px;
}

.llh_left-point-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.llh_left-point-2.left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  place-items: center start;
  display: flex;
}

.llh_left-point-2.right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  justify-items: start;
}

.client-image-2 {
  border: 2px #122056;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

.testimonial-block-2 {
  background-color: #141414;
  border: 2px solid #1d1d1d;
  border-radius: 24px;
  min-height: 638px;
  padding: 32px;
}

.testimonial-block-2:hover {
  background-color: #1d1d1d;
}

.container-testimonials {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.html {
  color: #122056;
}

.text-block-82, .text-block-83, .text-block-84 {
  display: block;
}

.benefits-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.benefits-list.active {
  color: #fff;
}

.benefits-text {
  color: #000;
  font-family: Sora, sans-serif;
  font-weight: 300;
}

.benefits-text.bold {
  font-weight: 700;
}

.benefits-text {
  color: var(--text-color);
  font-weight: 400;
}

.image-74, .image-76, .image-78, .image-80, .image-82 {
  align-self: center;
}

.text-block-85 {
  color: #060404;
  font-family: Sora, sans-serif;
}

.text-block-85.white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.name {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.person {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial_image-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testiomonials_card_content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efe9d2;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  padding: 24px;
  font-weight: 300;
  line-height: 180%;
  display: flex;
}

.video-btn-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  transition: none;
  display: block;
  position: static;
  top: 69%;
  bottom: auto;
  left: 80%;
  transform: none;
}

.video-btn-2:hover {
  transform: none;
}

.swiper-slide-3 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.quotes-3 {
  color: #0b2852;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.designation {
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
}

.text-block-86 {
  color: #1d1d1d;
  font-family: Montserrat, sans-serif;
}

.quotes-4 {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  width: 31px;
  height: 24px;
  display: flex;
}

.desig-2 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.testimonial_image-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-slide-4 {
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  max-width: 450px;
  margin-right: 32px;
  display: flex;
}

.swiper-wrapper-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-testimonial-2 {
  flex: none;
  max-width: 299.78px;
  overflow: hidden;
}

.swiper-testimonial-2.testimonial_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #09143e;
  border: 1px solid #09143e;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin-right: 32px;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 -6px 22px #0b378e0f;
}

.swiper-testimonial-2.testimonial_card:hover {
  background-color: #122056;
  background-image: none;
  border-color: #6b8ff1;
}

.heading-43 {
  text-align: center;
  align-self: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.section_testimonials-3 {
  max-width: 1600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.swiper-slide-5 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: auto;
  max-width: 460px;
  margin-right: 0;
  display: flex;
}

.swiper-wrapper-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-84 {
  width: 125px;
}

.swiper-testimonial-3 {
  flex: none;
  max-width: 299.78px;
  overflow: hidden;
}

.swiper-testimonial-3.testimonial_card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #141414;
  border: 2px solid #1d1d1d;
  border-radius: 24px;
  flex-direction: column-reverse;
  flex: 0 auto;
  justify-content: flex-end;
  max-width: none;
  min-height: 100%;
  margin-right: 32px;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 -6px 22px #0b378e0f;
}

.swiper-testimonial-3.testimonial_card:hover {
  background-color: #1d1d1d;
  background-image: none;
  border-color: #1d1d1d;
}

.heading-44 {
  text-align: center;
  align-self: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.section_testimonials-4 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 1600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.section_testimonials-4:hover {
  border: 2px solid #6b8ff1;
}

.testimonials_heading-wrapper-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  line-height: 180%;
  display: none;
}

.swiper-slide-6 {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: auto;
  max-width: 460px;
  margin-right: 0;
  display: flex;
}

.swiper-wrapper-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span-5 {
  color: #fa513a;
}

.text-span-6, .text-span-7 {
  color: #f35b2c;
}

.container-9 {
  width: 100%;
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.subheading {
  color: #000;
  order: 0;
  align-self: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.subheading.hide {
  display: none;
}

.image-85 {
  width: 50%;
  max-width: 100%;
}

.image-86 {
  width: 50%;
}

.image-87 {
  max-width: 100%;
}

.image-88 {
  object-fit: contain;
  display: block;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-89 {
  width: 8%;
  max-width: 20%;
  display: none;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-45 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  font-size: 3rem;
  line-height: 120%;
  display: flex;
}

.ultimate-wealth-mastery {
  display: block;
}

.container-10 {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-14 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.grid-15 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/Frame-237609_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-16 {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
}

.div-block-17 {
  background-color: #ffffff1a;
  border-radius: 4px;
  width: 50%;
  display: none;
}

.heading-46 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Sora, sans-serif;
}

.text-block-87 {
  color: #060404;
  text-align: center;
  background-color: #fbd4cd;
  border-radius: 4px;
  width: 50%;
  padding: 5px 12px 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-19 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.paragraph-19.bold {
  font-weight: 600;
}

.text-span-8 {
  color: #f27b26;
}

.div-block-18 {
  object-fit: cover;
  height: 100%;
  position: relative;
}

.image-90 {
  opacity: 0;
  text-align: left;
  vertical-align: bottom;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 32px;
  height: 100%;
}

.image-91 {
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
  top: -40px;
  bottom: 0%;
  left: -10%;
}

.video-testimonial {
  display: none;
}

.container-11 {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-92 {
  z-index: 3;
  object-fit: cover;
  position: relative;
}

.image-93 {
  position: absolute;
}

.lightbox-link-2 {
  z-index: 4;
  width: 60px;
  height: 60px;
  position: relative;
  inset: auto auto 50% 40%;
}

.image-94 {
  width: 60px;
  height: 60px;
  position: static;
  inset: 200px auto 0% 0%;
}

.image-95 {
  z-index: 3;
  position: relative;
}

.image-96 {
  object-fit: fill;
  position: absolute;
}

.lightbox-link-3 {
  z-index: 4;
  position: absolute;
}

.div-block-19 {
  position: relative;
}

.image-97 {
  width: 36px;
  height: 36px;
}

.text-span-9 {
  color: #060404;
  font-family: Montserrat, sans-serif;
}

.heading-47 {
  font-family: Sora, sans-serif;
  font-size: 25px;
}

.heading-48, .heading-49, .heading-50, .heading-51 {
  color: #060404;
  font-size: 25px;
}

.text-span-10 {
  color: #f35b2c;
}

.text-block-88 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
}

.text-block-89, .text-block-90, .text-block-91 {
  color: #1d1d1d;
  font-family: Montserrat, sans-serif;
}

.text-block-92 {
  color: #1d1d1d;
  font-family: Sora, sans-serif;
  font-size: 25.01px;
}

.paragraph-20 {
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
}

.grid-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.div-block-20 {
  flex-direction: column;
  display: flex;
}

.heading-52 {
  color: var(--golden-orange);
}

.text-block-93 {
  color: var(--text-color);
}

.text-block-100 {
  color: #1d1d1d;
  font-weight: 300;
  line-height: 1.8;
}

.image-98, .image-99 {
  width: 50%;
  display: none;
}

.image-100, .image-101 {
  display: none;
}

.text-span-11 {
  color: #2a7f4a;
}

.text-span-12 {
  color: #2a7f4a;
  font-family: Sora, sans-serif;
}

.div-block-21 {
  display: none;
}

.text-span-13 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-22 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 16px;
  display: flex;
}

.text-block-101 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-button-2 {
  grid-column-gap: 24px;
  background-color: #f2f8cf;
  border: 1px solid #ddef8f;
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-button-2.active {
  background-color: #2a7f4a;
  border-style: none;
  border-color: #6b8ff1;
}

.sid-image-get-start-2 {
  z-index: 9;
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
}

.get-start-content-2 {
  flex-direction: column;
  width: 100%;
  max-width: 676px;
  display: flex;
}

.get-start-block-2 {
  border-radius: 32px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.btn-orange-start-2 {
  color: #2a7f4a;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 24px 78px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.btn-orange-start-2:hover {
  background-color: #000;
}

.container-12 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.get-start-button-group-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.topic-wrapper-2 {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.get-started-section-2 {
  margin-bottom: 160px;
}

.stork-number-2 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1d1d1d;
}

.stork-number-2.active {
  -webkit-text-stroke-color: #fff;
}

.topic-title-2 {
  color: #1d1d1d;
  margin-bottom: 40px;
}

.heading-53 {
  font-size: 25px;
}

.heading-54, .heading-55, .heading-56, .heading-57, .heading-58, .heading-59 {
  color: #1d1d1d;
  font-size: 25px;
}

.topic-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.topic-wrapper-3._1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.topic-wrapper-3._1.get-started {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
}

.get-start-block-3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.btn-orange-start-3 {
  color: #174992;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 24px 78px;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.heading-60 {
  font-size: 25px;
}

.step-button-3 {
  grid-column-gap: 24px;
  color: #1d1d1d;
  background-color: #d9f0ff;
  border: 1px solid #bbe5ff;
  border-radius: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-button-3.active {
  color: #fff;
  background-color: #174992;
}

.get-started-section-3 {
  margin-top: 0;
  padding-bottom: 160px;
  display: block;
}

.topic-title-3 {
  color: #1d1d1d;
  text-align: left;
  margin-bottom: 40px;
}

.heading-61, .heading-62 {
  font-size: 25px;
}

.container-13 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.sid-image-get-start-3 {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.stork-number-3 {
  color: #0000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #1d1d1d;
}

.stork-number-3.ative {
  -webkit-text-stroke-color: #fff;
}

.heading-63, .heading-64 {
  font-size: 25px;
}

.get-start-button-group-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-span-14 {
  color: #cf338a;
}

.link-block-2 {
  display: block;
}

.text-span-15 {
  color: var(--pink);
}

.text-span-16 {
  color: var(--golden-orange);
}

.text-span-17 {
  color: var(--orange);
}

.text-span-18 {
  font-size: 16px;
  font-weight: 400;
}

.html-embed {
  color: var(--pink);
}

.text-span-19, .text-span-20 {
  color: var(--golden-orange);
}

.div-block-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  display: none;
}

.div-block-23.last {
  margin-bottom: 32px;
}

.image-102 {
  display: block;
}

.image-103 {
  vertical-align: baseline;
  margin-top: 4px;
  padding-top: 0;
  display: block;
}

.text-span-21, .text-span-22 {
  color: var(--blue);
}

.text-span-23, .text-span-24 {
  font-size: 16px;
  font-weight: 400;
}

.text-span-25 {
  color: var(--blue);
}

.text-span-26, .text-span-27, .text-span-28 {
  color: var(--orange);
}

.text-block-103 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-29 {
  color: var(--orange);
}

.section-heading-text-2 {
  color: #181818;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 3rem;
  line-height: 3.6rem;
}

.section-heading-text-2.align-center {
  text-align: center;
}

.section-heading-text-2.align-center.text-black {
  color: #3a3941;
  text-align: center;
  font-family: Sora, sans-serif;
}

.benefits-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  background-color: #174992;
  border: 1px solid #0000;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.benefits-card:hover {
  border-color: #262626;
}

.benefits-card_grid-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.benefits-card_grid-1._2 {
  grid-template-columns: 1fr 1fr;
}

.benefits-content_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.benefits-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-65 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.container--s-2 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.benefit-card_para {
  line-height: 1.8;
}

.subtext-para {
  display: none;
}

.text-span-31 {
  color: var(--orange);
}

.bold-text {
  font-family: Sora, sans-serif;
}

.font-small {
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 14px;
}

.section-impact_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.section-impact {
  text-align: center;
  background-color: #211235;
  background-image: url('../images/Frame-41106.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #174992;
  border-radius: 30px;
  padding: 60px;
  position: relative;
}

.heading-30 {
  padding-right: 30px;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-30.tiket-heading {
  color: #1d1d1d;
  padding-right: 0;
}

.heading-v1 {
  padding-bottom: 8px;
  font-family: Sora, sans-serif;
  font-size: 40px;
}

.heading-v1.text-center {
  text-align: left;
}

.heading-v1.text-center.text-pink.mb-0 {
  padding-bottom: 0;
}

.heading-v1.text-center.text-pink.mb-0.impact-heading {
  color: #174992;
  text-align: center;
  padding-bottom: 12px;
  font-size: 48px;
}

@media screen and (min-width: 1280px) {
  .container.footer {
    background-image: none;
  }

  .icon-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sid-image-get-start {
    height: 100%;
  }

  .learn-box-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-paragraph._1 {
    width: 90%;
  }

  .numbers-wrapper {
    max-width: 180px;
  }

  .learn-box {
    width: auto;
  }

  .hero-section {
    position: relative;
  }

  .topic-image {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sid-image {
    opacity: 0;
    object-fit: cover;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .bottom-grid {
    justify-content: flex-end;
  }

  .div-block-5 {
    border-style: none;
  }

  .membership-button.button-gradeint {
    margin-top: 70px;
  }

  .member-grid-item.right.secong-grid, .member-grid-item.right.secong-grid._3, .diamond-membership.active-center-panel {
    width: auto;
  }

  .swiper-slide {
    width: 460px;
  }

  .swiper-component.slider1 {
    width: auto;
    max-width: none;
    padding-left: 1vw;
  }

  .topic-check-2 {
    height: auto;
    min-height: auto;
  }

  .text-block-71 {
    align-self: center;
  }

  .join-cta-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 0%;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: flex;
  }

  .image-69 {
    height: auto;
    display: inline-block;
    position: static;
  }

  .join-cta-left-2 {
    padding-left: 96px;
    padding-right: 64px;
  }

  .why-join-wrapper-3 {
    grid-auto-columns: 1fr;
  }

  .join-cta-left-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image {
    padding-left: 0;
  }

  .join-cta-3 {
    background-position: 80%;
    grid-template-columns: 1.25fr 1fr;
    width: 100%;
  }

  .swiper-slide-2 {
    width: 23%;
  }

  .text-block-78 {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
  }

  .llh-section-2 {
    background-position: 50% 47%;
  }

  .llh_capsule-2 {
    right: 55px;
  }

  .llh_capsule-2.active {
    background-color: #09143e;
    border-color: #122056;
  }

  .llh_capsule-2.active._1 {
    border-color: #1d1d1d;
    border-radius: 9px;
  }

  .llh_capsule-2.active._2 {
    right: auto;
  }

  .llh_capsule-2.active._125 {
    top: auto;
    bottom: 10px;
  }

  .llh_capsule-2.active.others {
    border-color: #f27b26;
  }

  .llh_capsule-2._152 {
    top: 18px;
  }

  .llh_capsule-2.others {
    right: auto;
  }

  .llh_capsule-2.active-copy {
    background-color: #09143e;
    border-color: #122056;
  }

  .llh_capsule-2.active-copy._1 {
    border-color: #1d1d1d;
    border-radius: 9px;
  }

  .llh_capsule-2.active-copy._2 {
    right: auto;
  }

  .llh_capsule-2.active-copy._125 {
    top: auto;
    bottom: 10px;
  }

  .llh_capsule-2.active-copy.others {
    background-color: #122056;
    border-color: #6b8ff1;
  }

  .llh_capsule-2.grow, .llh_capsule-2.toddlers {
    right: auto;
  }

  .llh_capsule-2.stuck {
    left: 113px;
    right: auto;
  }

  .llh_capsule-2.det {
    right: 60px;
  }

  .swiper-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide-4, .swiper-slide-5, .swiper-slide-6 {
    width: 460px;
  }

  .image-90 {
    vertical-align: baseline;
    display: block;
  }

  .get-start-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .topic-wrapper-3._1.get-started {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .sid-image-get-start-3 {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link.current {
    border-bottom-style: none;
  }

  .nav-link.current:hover {
    border-bottom-style: solid;
  }

  .topic-content {
    width: 100%;
  }

  .sid-image-get-start {
    width: auto;
    height: 100%;
    overflow: visible;
  }

  .learn-box-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-paragraph._1 {
    width: 90%;
  }

  .numbers-wrapper {
    max-width: 243px;
  }

  .topic-wrapper._1 {
    grid-template-columns: .85fr 1fr;
    justify-content: space-between;
  }

  .stork-number {
    -webkit-text-stroke-width: 2px;
  }

  .vector-frame {
    max-width: 280px;
  }

  .topic-image {
    background-position: 50% 0;
    background-size: cover;
  }

  .banner-grid {
    padding-top: 100px;
  }

  .sid-image {
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
  }

  .sid-image._1 {
    display: none;
  }

  .heading-9 {
    text-transform: none;
  }

  .h3 {
    font-size: 25.01px;
    line-height: 130%;
  }

  .bottom-content {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-55 {
    flex: 0 auto;
  }

  .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 480px;
  }

  .swiper-component.slider1 {
    width: auto;
    max-width: none;
    padding-left: 8vw;
  }

  .swiper.swiper1 {
    width: auto;
  }

  .color-text {
    text-transform: capitalize;
  }

  .heading-15 {
    text-transform: none;
  }

  .topic-check-2 {
    height: auto;
    min-height: 0;
  }

  .text-block-66 {
    text-align: left;
    width: 100%;
    font-weight: 400;
  }

  .text-block-71, .text-block-72 {
    align-self: center;
  }

  .join-cta-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-size: contain;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around space-between;
    align-self: auto;
    align-items: stretch;
    display: grid;
  }

  .image-69 {
    flex: 0 auto;
    padding-right: 0;
  }

  .join-cta-left-2 {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .left-arrow-cta-2 {
    display: none;
  }

  .join-cta-right {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .join-title-2 {
    white-space: normal;
    word-break: normal;
    align-self: stretch;
  }

  .why-join-wrapper-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .join-cta-left-3 {
    width: auto;
    padding-left: 96px;
  }

  .container-why-2 {
    padding-bottom: 0;
  }

  .image {
    text-align: left;
    max-width: 100%;
    height: 450px;
    position: relative;
    right: auto;
  }

  .join-cta-3 {
    background-position: 85%;
  }

  .why-join-section-copy {
    display: none;
  }

  .swiper-slide-2 {
    width: 37%;
  }

  .container-iih {
    padding-top: 0;
  }

  .llh-section-2 {
    background-position: 50% 15%;
  }

  .llh_capsule-2.active {
    background-color: #122056;
    border-color: #6b8ff1;
  }

  .llh_capsule-2.active._2 {
    right: 10px;
  }

  .llh_capsule-2.r {
    left: auto;
    right: 50px;
  }

  .llh_capsule-2.mid {
    left: 40px;
    right: auto;
  }

  .llh_capsule-2.others.improve {
    left: 49px;
  }

  .llh_capsule-2.active-copy {
    background-color: #122056;
    border-color: #6b8ff1;
  }

  .llh_capsule-2.active-copy._2 {
    right: 10px;
  }

  .llh_capsule-2.det {
    right: 81px;
  }

  .image-73 {
    margin-left: 0;
    padding-top: 50px;
  }

  .llh-wrapper-2 {
    padding-top: 160px;
  }

  .swiper-slide-4, .swiper-slide-5, .swiper-slide-6 {
    width: 480px;
  }

  .grid-15 {
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-17 {
    width: 40%;
  }

  .text-block-87 {
    width: 55%;
  }

  .lightbox-link-2 {
    left: 220px;
  }

  .image-94 {
    top: 220px;
  }

  .sid-image-get-start-2 {
    object-fit: cover;
    display: block;
  }

  .get-start-block-2 {
    border-radius: 32px;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .topic-wrapper-3._1 {
    justify-content: space-between;
  }

  .topic-wrapper-3._1.get-started {
    grid-template-columns: .9fr 1fr;
  }

  .sid-image-get-start-3 {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .container.footer {
    background-image: none;
    background-size: auto;
  }

  .nav-link:hover, .nav-link.current.w--current:hover {
    border-bottom-color: #fa513a;
  }

  .sid-image-get-start {
    flex: 1;
    height: 1011px;
  }

  .banner-heading {
    font-size: 48px;
    line-height: 110%;
  }

  .get-start-content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .banner-content {
    padding-bottom: 6em;
  }

  .banner-paragraph._1 {
    line-height: 1.8;
  }

  .topic-wrapper._1 {
    grid-template-columns: .75fr 1fr;
  }

  .stork-number.ative {
    -webkit-text-stroke-width: 2px;
  }

  .vector-frame {
    max-width: 300px;
  }

  .btn-yellow:hover {
    background-color: #000;
  }

  .hero-section {
    background-image: url('../images/Frame-237821-1.png');
  }

  .benefit-title-button:hover, .benefit-title-button.w--current {
    border-style: solid;
  }

  .benefit-title-button.w--current:hover {
    border-color: #7aa5fc;
  }

  .sid-image {
    z-index: 3;
    opacity: 1;
    object-position: 100% 50%;
    height: 100%;
  }

  .btn-white:hover {
    color: #fff;
    background-color: #000;
  }

  .div-block-5 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .member-grid-item.first-child._2nd {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .swiper-component.slider1 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    padding-left: 12vw;
    padding-right: 14rem;
    display: block;
    overflow: visible;
  }

  .swiper-testimonial.testimonial_cards {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .swiper.swiper1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .join-cta-3 {
    background-position: 100%;
  }

  .section_testimonials-2 {
    padding-top: 0;
    padding-bottom: 160px;
    padding-left: 0;
    overflow: hidden;
  }

  .llh_capsule-2.active {
    background-color: #09143e;
    border-color: #6b8ff1;
  }

  .llh_capsule-2.active._2 {
    background-color: #070d24;
    border-color: #070d24;
    right: 13px;
  }

  .llh_capsule-2.remove {
    opacity: 0;
  }

  .llh_capsule-2.active-copy {
    background-color: #09143e;
    border-color: #6b8ff1;
  }

  .llh_capsule-2.active-copy._2 {
    background-color: #070d24;
    border-color: #070d24;
    right: 13px;
  }

  .image-73 {
    margin-left: 0;
  }

  .section_testimonials-3 {
    padding-top: 0;
    padding-bottom: 160px;
    padding-left: 0;
    overflow: hidden;
  }

  .section_testimonials-4 {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .container-9 {
    max-width: 1600px;
  }

  .grid-15 {
    background-size: cover;
  }

  .div-block-17 {
    width: 35%;
  }

  .text-block-87 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-18 {
    object-position: 50% 50%;
  }

  .image-90 {
    object-fit: cover;
    object-position: 50% 20%;
  }

  .get-start-content-2 {
    justify-content: space-between;
  }

  .topic-wrapper-2 {
    grid-template-columns: .75fr 1fr;
    justify-content: stretch;
  }

  .topic-wrapper-3._1 {
    place-content: stretch space-between;
    place-items: stretch stretch;
  }

  .topic-title-3 {
    color: #000;
  }

  .stork-number-3.ative {
    -webkit-text-stroke-width: 2px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    max-width: none;
    padding: 60px 30px;
  }

  .container.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.footer {
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .menu-button-2 {
    background-color: #0000;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navbar-wrapper-2 {
    position: relative;
  }

  .icon-title {
    color: #060404;
  }

  .nav-menu-two-2 {
    background-image: url('../images/Frame-237821-1.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .topic-content {
    align-self: stretch;
  }

  .join-cta {
    flex-direction: column;
    justify-content: center;
  }

  .play-icon {
    left: 280px;
  }

  .sid-image-get-start, .banner-heading {
    width: 100%;
  }

  .learn-box-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .youcan_heading-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .why-join-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .marquee-logo {
    margin-left: 20px;
  }

  .benifit-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-57 {
    width: auto;
    height: 645px;
  }

  .llh_capsule._3 {
    left: auto;
  }

  .llh_capsule._4, .llh_capsule._6 {
    right: auto;
  }

  .llh_capsule._7 {
    left: auto;
  }

  .llh_capsule._18 {
    right: auto;
  }

  .banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-wrap {
    text-align: center;
  }

  .numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: .9em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .btn-orange-start.ultimate-wealth-mastery {
    width: 60%;
    margin-bottom: 24px;
  }

  .topic-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .topic-wrapper._1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-58 {
    top: -30px;
    left: 0%;
  }

  .testimonial-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .learn-box {
    display: block;
  }

  .tab-button {
    background-color: #0d0a2c;
    display: none;
    position: sticky;
    top: 0;
  }

  .tab-button.mobile {
    background-color: #0000;
    display: block;
  }

  .benefit-tab-data {
    order: 0;
  }

  .flex-group.banner {
    justify-content: center;
  }

  .left-arrow-cta {
    margin-bottom: -30px;
    display: none;
    top: auto;
    left: auto;
    transform: rotate(-90deg);
  }

  .get-started-section {
    margin-top: 0;
    padding-bottom: 0;
  }

  .vector-frame {
    order: 1;
    align-self: auto;
    display: flex;
  }

  .logos-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .section-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-content {
    display: none;
    position: static;
  }

  .hero-section {
    background-image: url('../images/Frame-237821-1.png');
    padding-top: 90px;
  }

  .div-block-13 {
    background-position: 50% 70%;
    background-size: contain;
  }

  .youcan_content {
    padding: 32px;
  }

  .topic-image {
    object-fit: cover;
    object-position: 50% 50%;
    background-image: none;
    background-size: auto;
    align-self: stretch;
    max-width: none;
  }

  .text-block-46 {
    font-size: 14px;
  }

  .tab-button-group {
    grid-column-gap: 20px;
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .ornage-number {
    font-size: 20px;
  }

  .topic-title {
    text-align: center;
  }

  .image-61 {
    object-fit: contain;
  }

  .testimonial-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .banner-grid {
    grid-template-columns: 1.75fr;
    padding-top: 40px;
  }

  .sid-image {
    opacity: 1;
    object-position: 50% 50%;
    flex: none;
    align-self: auto;
    margin-top: 40px;
  }

  .sid-image._1 {
    object-fit: cover;
    object-position: 50% 50%;
    flex: 1;
    max-width: 100%;
    margin-top: auto;
    display: block;
  }

  .youcan_content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .tab-content-title {
    color: #000;
  }

  .bannet-content_grid {
    text-align: center;
  }

  .why-join-image {
    max-width: 100%;
  }

  .offer-counter {
    display: none;
  }

  .counter-box {
    width: 50px;
    height: 50px;
  }

  .counter-text {
    font-size: 25px;
  }

  .footer-right {
    align-self: flex-start;
  }

  .counter-value {
    font-size: 25px;
  }

  .poweredby {
    margin-top: 24px;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    background-position: 0 0;
  }

  .image-55 {
    display: none;
  }

  .div-block-5 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-bottom: 0;
  }

  .section-membership {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .active-price-content {
    margin-bottom: 0;
  }

  .silver-membership-fees {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .membership-button {
    margin-top: auto;
    display: block;
  }

  .membership-button.button-gradeint {
    margin-top: auto;
  }

  .member-grid-item.first-child {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    min-height: 100%;
    margin-top: 0;
  }

  .member-grid-item.first-child._2nd {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .member-grid-item.first-child._3rd, .member-grid-item.first-child._4th {
    border-radius: 32px;
  }

  .member-grid-item.active {
    min-height: 100%;
    margin-bottom: auto;
  }

  .member-grid-item.right {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    min-height: 100%;
    margin-top: 0;
  }

  .member-grid-item.right.secong-grid {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    width: auto;
    margin-top: 0;
    padding: 50px 50px 30px;
  }

  .member-grid-item.right.secong-grid._3 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    width: auto;
  }

  .bronze-listing {
    margin-bottom: 15px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .diamond-membership.active-center-panel {
    width: auto;
  }

  .membership-heading {
    margin-bottom: 40px;
  }

  .member-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .membership-icons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .membership-price, .membership-price.orange-background.color-white-text.white {
    font-size: 36px;
  }

  .bronze-list {
    margin-bottom: 20px;
  }

  .bronze-membership {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .swiper-wrapper {
    place-content: stretch;
    margin-left: 0;
  }

  .testimonials_heading-wrapper {
    text-align: center;
  }

  .section_testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .swiper-testimonial.testimonial_card {
    min-height: 100%;
    max-height: none;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
  }

  .video-button-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .learners-content {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .line-img {
    display: none;
  }

  .learners-contnt {
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
  }

  .hero-banner-review {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-image {
    display: flex;
  }

  .nav-bar-items {
    color: #1d1d1d;
  }

  .join-cta-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: none;
    display: grid;
  }

  .image-69 {
    align-self: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .join-cta-left-2 {
    max-width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }

  .left-arrow-cta-2 {
    margin-bottom: -30px;
    display: none;
    top: auto;
    left: auto;
    transform: rotate(-90deg);
  }

  .why-join-wrapper-2 {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .container-why {
    max-width: none;
    padding: 60px 30px;
  }

  .why-join-wrapper-3 {
    grid-row-gap: 30px;
    border-radius: 32px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .join-title-3 {
    text-align: center;
  }

  .join-cta-left-3 {
    padding: 0;
  }

  .container-why-2 {
    max-width: none;
    padding: 60px 30px;
  }

  .image {
    opacity: 1;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .join-cta-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Frame-237869.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .bronze-list-2, .bronze-list-3, .bronze-list-4, .bronze-list-5 {
    margin-bottom: 20px;
  }

  .container-achivement {
    max-width: none;
    padding: 60px 30px;
  }

  .testimonials_heading-wrapper-2 {
    text-align: center;
  }

  .section_testimonials-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .swiper-wrapper-2 {
    margin-left: 2.5rem;
  }

  .text-block-76 {
    color: #fffff1;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .text-block-75 {
    color: #fffff1;
  }

  .testimonial_image-wrapper-2 {
    align-items: flex-end;
  }

  .text-block-77, .text-block-74 {
    color: #fffff1;
  }

  .quotes-2 {
    color: #0b2852;
  }

  .container-copy {
    padding: 60px 30px;
  }

  .container-copy.hero {
    padding-left: 30px;
  }

  .container-copy.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .para {
    color: #000;
    display: block;
  }

  .paragraph-14 {
    order: 0;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    color: #1d1d1d;
  }

  .container-iih {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .llh-section-2 {
    background-position: 50% 55%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .llh_capsule-2, .llh_capsule-2._18 {
    right: auto;
  }

  .llh_capsule-2._10 {
    bottom: 0;
  }

  .llh_capsule-2._2 {
    left: auto;
    right: auto;
  }

  .llh_capsule-2._4 {
    right: auto;
  }

  .llh_capsule-2._3, .llh_capsule-2.active._1, .llh_capsule-2.active.l4, .llh_capsule-2.active.others.aspirtant, .llh_capsule-2.active.others.new {
    left: auto;
  }

  .llh_capsule-2.four {
    right: auto;
  }

  .llh_capsule-2.left {
    left: auto;
  }

  .llh_capsule-2.l1 {
    left: auto;
    right: auto;
  }

  .llh_capsule-2.others.ent, .llh_capsule-2.others.sales {
    right: auto;
  }

  .llh_capsule-2.others.mother, .llh_capsule-2.others.todd, .llh_capsule-2.others.preteens {
    align-self: flex-start;
    right: auto;
  }

  .llh_capsule-2.others.fs-styleguide_background {
    left: auto;
  }

  .llh_capsule-2.others.improve {
    bottom: auto;
    left: auto;
  }

  .llh_capsule-2.others.career {
    align-self: flex-end;
    right: auto;
  }

  .llh_capsule-2.others.expert {
    align-self: flex-start;
    right: auto;
  }

  .llh_capsule-2.others.govt, .llh_capsule-2.others.grad, .llh_capsule-2.active-copy._1, .llh_capsule-2.active-copy.l4 {
    left: auto;
  }

  .llh_capsule-2.sales {
    right: auto;
  }

  .llh_capsule-2.working {
    left: auto;
  }

  .llh_capsule-2.preg, .llh_capsule-2.teen {
    align-self: flex-start;
    right: auto;
  }

  .llh_capsule-2.grow {
    left: auto;
  }

  .llh_capsule-2.toddlers, .llh_capsule-2.stuck {
    bottom: auto;
    left: auto;
  }

  .llh_capsule-2.det {
    align-self: flex-start;
    right: auto;
  }

  .llh_capsule-2.excel {
    right: auto;
  }

  .llh_capsule-2.kpsc, .llh_capsule-2.competitive {
    left: auto;
  }

  .image-73 {
    object-fit: contain;
    width: 200px;
    position: relative;
    top: auto;
  }

  .text-block-81 {
    font-size: 22px;
  }

  .llh_left-point-2.left, .llh_left-point-2.right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-testimonials {
    max-width: none;
    padding: 60px 30px;
  }

  .heading-38 {
    text-transform: capitalize;
    font-size: 20px;
  }

  .heading-39 {
    text-transform: capitalize;
  }

  .heading-40, .heading-41 {
    text-transform: none;
  }

  .heading-42 {
    text-transform: capitalize;
  }

  .benefits-list {
    margin-bottom: 20px;
  }

  .image-75, .image-77, .image-79, .image-81, .image-83 {
    align-self: center;
  }

  .testimonial_image-wrapper-3 {
    align-items: flex-end;
  }

  .video-btn-2 {
    top: 65%;
    left: 70%;
  }

  .quotes-3 {
    color: #0b2852;
  }

  .swiper-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 2.5rem;
  }

  .text-block-86 {
    color: #fffff1;
  }

  .testimonial_image-wrapper-4 {
    align-items: flex-start;
  }

  .swiper-wrapper-4 {
    margin-left: 2.5rem;
  }

  .swiper-testimonial-2.testimonial_card {
    min-height: 100%;
    max-height: none;
    margin-right: 32px;
    padding: 30px;
    display: flex;
  }

  .section_testimonials-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .swiper-wrapper-5 {
    margin-left: 2.5rem;
  }

  .swiper-testimonial-3.testimonial_card {
    min-height: 100%;
    max-height: none;
    margin-right: 32px;
    padding: 30px;
    display: flex;
  }

  .section_testimonials-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonials_heading-wrapper-3 {
    text-align: center;
  }

  .swiper-wrapper-6 {
    margin-left: 2.5rem;
  }

  .container-9 {
    padding: 60px 30px;
  }

  .heading-45 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-10 {
    padding: 60px 30px;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Frame-237869.png');
    background-position: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    text-align: left;
    padding: 40px 40px 0;
  }

  .image-90 {
    opacity: 1;
    object-position: 75% 50%;
    width: auto;
    overflow: hidden;
  }

  .image-91 {
    left: 5%;
  }

  .container-11 {
    padding: 60px 50px;
  }

  .grid-17 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-12 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .topic-wrapper-2 {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .get-started-section-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .topic-title-2 {
    text-align: center;
  }

  .topic-wrapper-3 {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .topic-wrapper-3._1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .topic-wrapper-3._1.get-started {
    justify-content: space-between;
    align-items: center;
  }

  .get-start-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-60 {
    font-size: 25px;
  }

  .get-started-section-3 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .topic-title-3 {
    text-align: center;
  }

  .container-13 {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading-text-2 {
    text-align: center;
    font-size: 40px;
  }

  .benefits-card {
    padding: 24px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .container--s-2 {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-impact_grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-30 {
    order: 1;
    font-size: 25px;
  }

  .heading-30.tiket-heading {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .container.hero {
    padding-bottom: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .navbar-logo-left.custom-header {
    z-index: 1;
  }

  .navbar {
    position: static;
  }

  .menu-button-2 {
    color: #fefefe;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    z-index: 2;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navbar-wrapper-2 {
    position: relative;
    left: 0;
  }

  .icon-title {
    z-index: 2;
    margin-bottom: 0;
  }

  .nav-menu-two-2 {
    z-index: 2;
    color: #1d1d1d;
    background-position: 50% 0;
    background-size: auto;
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .line-image {
    top: 240px;
    left: 100px;
  }

  .play-icon {
    width: 50px;
    left: 230px;
  }

  .banner-heading {
    font-size: 30px;
  }

  .learn-box-wrapper {
    grid-template-columns: 1fr;
    display: grid;
  }

  .capsule_text {
    font-size: 12px;
  }

  .capsule_vector, .capsule_vectorr-2 {
    width: 30px;
  }

  .learning-icon {
    width: 64px;
    height: 64px;
  }

  .llh_capsule {
    padding: 10px;
    top: 15px;
  }

  .banner-content {
    padding-top: 6em;
    padding-bottom: 0;
  }

  .watch-text {
    top: 220px;
    left: 60px;
  }

  .btn-orange-start {
    cursor: pointer;
  }

  .btn-orange-start:hover {
    background-color: #000;
  }

  .btn-orange-start.ultimate-wealth-mastery {
    width: 70%;
  }

  .topic-wrapper._1 {
    flex-direction: column;
    display: flex;
  }

  .learn-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .benefit-tab-data {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .flex-group.banner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .achivement-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .get-started-section {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .vector-frame {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .btn-yellow {
    padding: 20px;
  }

  .youcan_button.button_text {
    cursor: pointer;
  }

  .youcan_button.button_text:hover {
    background-color: #333;
  }

  .section-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-section {
    padding-top: 0;
  }

  .div-block-13 {
    background-position: 50%;
  }

  .text-block-46 {
    font-size: 12px;
  }

  .text-block-46.btn-text {
    flex: none;
    font-size: 16px;
  }

  .text-block-49 {
    font-size: 20px;
  }

  .sid-image, .sid-image._1 {
    object-position: 50% 50%;
  }

  .heading-9 {
    font-size: 32px;
  }

  .banner-review {
    text-align: left;
    font-size: 12px;
  }

  .achivement-box {
    align-self: center;
  }

  .bottom-bar {
    height: auto;
  }

  .offer-counter {
    display: none;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .bottom-grid {
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
  }

  .footer {
    background-position: 0%;
  }

  .container-large-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-55 {
    height: 40px;
    display: none;
  }

  .paragraph-sm.text-white {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .copyright-wrapper {
    padding-bottom: 120px;
  }

  .div-block-5 {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .active-price-content {
    margin-top: 0;
    padding-left: 30px;
  }

  .member-heading-panel.white-border-line {
    margin-bottom: 24px;
  }

  .member-heading {
    font-size: 2rem;
  }

  .member-grid-item.active {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .member-grid-item.right {
    padding: 30px;
  }

  .member-grid-item.right.secong-grid {
    margin-top: 0;
  }

  .container-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .diamond-membership.active-center-panel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-wrapper {
    justify-items: stretch;
    margin-left: 0;
  }

  .swiper-slide {
    flex: none;
    width: 100%;
    display: block;
  }

  .swiper-component.slider1, .swiper-component.slider1-copy, .swiper-component.slider1, .swiper-component.slider1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section_testimonials {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-testimonial {
    width: 100%;
  }

  .swiper-testimonial.testimonial_card {
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .video-btn-img, .learning-icon-3, .learning-icon-4 {
    width: 64px;
    height: 64px;
  }

  .journey-content {
    background-position: 0%;
    padding: 0;
    overflow: hidden;
  }

  .content-wrapper {
    padding: 32px;
  }

  .journey-image-hide-pc {
    display: block;
  }

  .image {
    z-index: 2;
    object-fit: cover;
    position: static;
    overflow: visible;
  }

  .join-cta-3 {
    display: flex;
  }

  .achivement-box-2 {
    align-self: center;
  }

  .achivement-box-2.middle {
    margin-top: 0;
  }

  .color-text-2 {
    font-size: 30px;
  }

  .section_testimonials-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swiper-wrapper-2 {
    margin-left: 1.25rem;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .container-copy.hero {
    padding-bottom: 0;
  }

  .container-copy.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-iih {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .llh-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .llh_capsule-2 {
    justify-content: center;
    width: 100%;
    padding: 10px;
    top: auto;
  }

  .llh_capsule-2._18 {
    justify-content: flex-end;
    top: auto;
  }

  .llh_capsule-2._1.active {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    top: auto;
  }

  .llh_capsule-2._10 {
    inset: auto;
  }

  .llh_capsule-2._2 {
    justify-content: center;
    align-self: stretch;
    position: relative;
    top: auto;
    right: auto;
  }

  .llh_capsule-2._4 {
    justify-content: flex-end;
    top: auto;
  }

  .llh_capsule-2._12 {
    top: auto;
    left: auto;
  }

  .llh_capsule-2._3 {
    justify-content: flex-end;
    top: auto;
  }

  .llh_capsule-2._11.active {
    margin-bottom: 0;
    top: auto;
  }

  .llh_capsule-2._9, .llh_capsule-2.active, .llh_capsule-2.four {
    top: auto;
  }

  .llh_capsule-2.others.mother {
    text-align: left;
  }

  .llh_capsule-2.active-copy {
    top: auto;
  }

  .llh_image-wrapper-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .image-73 {
    width: 200px;
    position: relative;
    top: auto;
    left: auto;
  }

  .text-block-81 {
    margin-bottom: 30px;
    font-size: 40px;
    display: none;
  }

  .text-block-81._1 {
    font-size: 2rem;
    display: block;
  }

  .capsule_vectorr-2-2 {
    width: 48px;
  }

  .llh-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .capsule_text-2 {
    text-align: center;
    font-size: 16px;
  }

  .llh_left-point-2.left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 16px;
    display: flex;
  }

  .llh_left-point-2.right {
    flex-direction: column;
    padding-left: 16px;
    display: flex;
  }

  .video-btn-2 {
    top: 140%;
    left: 45%;
  }

  .swiper-slide-3 {
    width: 100%;
  }

  .swiper-wrapper-3 {
    margin-left: 1.25rem;
  }

  .testimonial_image-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-slide-4 {
    flex: none;
    width: 100%;
    display: block;
  }

  .swiper-wrapper-4 {
    margin-left: 1.25rem;
  }

  .swiper-testimonial-2 {
    width: 100%;
  }

  .swiper-testimonial-2.testimonial_card {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section_testimonials-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swiper-slide-5 {
    flex: none;
    width: 100%;
    display: block;
  }

  .swiper-wrapper-5 {
    margin-left: 1.25rem;
  }

  .swiper-testimonial-3 {
    width: 100%;
  }

  .swiper-testimonial-3.testimonial_card {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section_testimonials-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swiper-slide-6 {
    flex: none;
    width: 100%;
    display: block;
  }

  .swiper-wrapper-6 {
    margin-left: 1.25rem;
  }

  .grid-12 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-45 {
    font-size: 2rem;
  }

  .div-block-17 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 55%;
  }

  .heading-46 {
    font-size: 2rem;
  }

  .text-block-87 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .lightbox-link-2 {
    left: 42%;
  }

  .btn-orange-start-2 {
    cursor: pointer;
  }

  .btn-orange-start-2:hover {
    background-color: #333;
  }

  .container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .topic-wrapper-3._1 {
    flex-direction: column;
    display: flex;
  }

  .btn-orange-start-3 {
    cursor: pointer;
  }

  .heading-60 {
    font-size: 20px;
  }

  .get-started-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-61, .heading-62, .heading-63, .heading-64 {
    font-size: 20px;
  }

  .section-heading-text-2 {
    font-size: 2.1rem;
  }

  .benefits-card_grid-1, .benefits-card_grid-1._2 {
    grid-template-columns: 1fr;
  }

  .section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-impact_grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-impact {
    padding: 20px;
  }

  .heading-30.tiket-heading {
    font-size: 20px;
  }

  .heading-v1 {
    font-size: 25px;
  }

  .heading-v1.text-center {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-brand-2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left.custom-header {
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
  }

  .navbar, .menu-button-2 {
    background-color: #0000;
  }

  .nav-menu-wrapper {
    background-color: var(--tomato);
    top: 90px;
  }

  .navbar-wrapper-2 {
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }

  .icon-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-menu-two-2 {
    z-index: 2;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .line-image {
    top: 29px;
    left: 16px;
  }

  .testimonial-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .play-icon {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto 0 65.9vw 28px;
  }

  .heading-10 {
    margin-bottom: -21px;
    font-size: 32px;
  }

  .banner-heading {
    font-size: 24px;
  }

  .learn-box-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    overflow: visible;
  }

  .capsule_text {
    white-space: nowrap;
    font-size: 1rem;
  }

  .capsule_text.right-align {
    white-space: nowrap;
    width: 100%;
  }

  .capsule_vector {
    width: 48px;
    height: 48px;
    top: -24.29px;
    right: 9px;
  }

  .llh_left-point {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .logo-wrap {
    margin-right: 50px;
  }

  .logo-wrap.last {
    margin-right: 0;
  }

  .marquee-logo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .capsule_vectorr-2 {
    width: 48px;
    left: 10px;
  }

  .cta-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .join-cta-left {
    padding: 32px 24px;
  }

  .white-text {
    font-size: 32px;
  }

  .image-57 {
    height: 277px;
  }

  .llh_capsule {
    width: 100%;
    top: 0;
  }

  .llh_capsule._3, .llh_capsule._5.active {
    top: 0;
  }

  .llh_capsule._12 {
    bottom: 2px;
  }

  .llh_capsule._14.active, .llh_capsule._2 {
    top: 0;
  }

  .llh_capsule._10 {
    bottom: -5px;
  }

  .llh_capsule._4, .llh_capsule._18 {
    top: 0;
  }

  .llh_capsule._15.active {
    top: 0;
    left: 0;
  }

  .banner-content {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benifits-section {
    background-color: #0000;
  }

  .client-name {
    font-size: 18px;
  }

  .number-wrap {
    margin-bottom: 0;
  }

  .numbers-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 16px;
    display: flex;
  }

  .title-wrapper, .title-wrapper.center {
    margin-bottom: 40px;
  }

  .watch-text {
    top: 6px;
    left: -5px;
  }

  .number-big {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .btn-orange-start {
    width: 100%;
    padding: 12px 24px;
  }

  .btn-orange-start:hover {
    background-color: #000;
  }

  .btn-orange-start.ultimate-wealth-mastery {
    width: 100%;
    font-size: 16px;
  }

  .heading-8, .join-title {
    font-size: 32px;
  }

  .topic-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .topic-wrapper._1 {
    grid-template-columns: 1fr;
  }

  .image-58 {
    width: 100px;
    height: 100px;
    top: -44px;
  }

  .stork-number {
    font-size: 32px;
  }

  .banner-tag {
    text-align: center;
    font-size: .8rem;
  }

  .testimonial-section {
    margin-bottom: 0;
  }

  .learn-box {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .tab-button.mobile {
    background-color: #0000;
  }

  .benefit-tab-data {
    padding: 32px 24px;
  }

  .youcan_card-text {
    font-size: 14px;
  }

  .flex-group.banner {
    justify-content: center;
  }

  .achivement-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .btn-yellow {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .youcan_button.button_text {
    padding: 12px 24px;
    font-size: 16px;
  }

  .section-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .youcan_card {
    width: 100%;
  }

  .play-button {
    width: 60px;
    display: flex;
  }

  .llh-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-13 {
    background-position: 50% 61%;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
  }

  .youcan_content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .topic-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .client-image {
    width: 64px;
    height: 64px;
  }

  .text-block-46 {
    font-size: 14px;
  }

  .text-block-46.btn-text {
    font-size: 16px;
  }

  .tab-button-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .youcan_heading {
    white-space: nowrap;
    font-size: 32px;
  }

  .orange-text {
    font-size: 32px;
  }

  .llh-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .topic-check-wrapper {
    grid-template-columns: 1fr;
  }

  .topic-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .step-button.active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .image-61 {
    width: 300px;
  }

  .banner-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.75fr;
    padding-top: 110px;
  }

  .sid-image {
    object-position: 50% 50%;
    margin-top: auto;
  }

  .sid-image._1 {
    opacity: 1;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .heading-11 {
    font-size: 22px;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: -21px;
    font-size: 2rem;
  }

  .achivement-icon {
    max-width: 100px;
  }

  .achivement-box {
    padding: 32px;
  }

  .achivement-box.middle {
    margin-top: 0;
  }

  .logo-image {
    width: 110px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .why-join-image {
    max-width: 100%;
  }

  .title-wrapper-2, .title-wrapper-2.center {
    margin-bottom: 40px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .btn-white {
    min-width: 100%;
    max-width: none;
  }

  .offer-counter {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bottom-second {
    align-self: auto;
  }

  .counter-box {
    width: 35px;
    height: 35px;
  }

  .social-flex {
    margin-top: 12px;
  }

  .copyright-text {
    text-align: center;
  }

  .counter-text {
    font-size: 18px;
  }

  .footer-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .counter-value {
    font-size: 18px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .poweredby {
    margin-top: 16px;
  }

  .bottom-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    justify-content: center;
    padding-bottom: 0;
  }

  .link-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-wrapper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .footer {
    background-position: 50% 100%;
    background-size: 100% 125%;
    padding-top: 64px;
  }

  .container-large-4 {
    max-width: 100%;
    padding: 10px;
  }

  .bottom-first {
    display: none;
  }

  .paragraph-sm {
    text-align: left;
  }

  .paragraph-sm.text-white {
    font-size: 10px;
    line-height: 15px;
  }

  .font-smll {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .copyright-wrapper {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .benefits-heading {
    font-size: 20px;
  }

  .section-membership {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .active-price-content {
    padding: 30px 30px 0;
  }

  .member-heading {
    font-size: 2rem;
  }

  .membership-button {
    height: 100%;
    padding: 20px;
  }

  .membership-button.button-gradeint {
    white-space: nowrap;
  }

  .member-grid-item.first-child {
    margin-bottom: 20px;
    padding: 30px;
  }

  .member-grid-item.active {
    border-radius: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .member-grid-item.right {
    padding: 20px;
  }

  .member-grid-item.right.secong-grid {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .member-grid-item.right.secong-grid._3 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .bronze-listing {
    margin-bottom: 0;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 15px;
  }

  .diamond-membership.active-center-panel {
    padding-bottom: 0;
  }

  .membership-heading {
    margin-bottom: 40px;
  }

  .member-row {
    display: block;
  }

  .membership-price {
    font-size: 30px;
  }

  .silver-text {
    font-size: 19px;
  }

  .recommend {
    font-size: 13px;
  }

  .swiper-wrapper {
    margin-left: 1.25rem;
  }

  .swiper-slide {
    width: 100%;
    margin-left: -2px;
    margin-right: 2rem;
  }

  .testimonials_heading-wrapper {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .section_testimonials {
    padding: 3rem 1rem;
  }

  .swiper-testimonial.testimonial_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-color: #76828b;
    width: 90vw;
    max-width: none;
    min-height: 400px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .swiper-testimonial.testimonial_cards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
    max-width: none;
    min-height: 400px;
    max-height: none;
    padding: 1rem;
  }

  .swiper.swiper1 {
    display: block;
  }

  .video-button-text {
    margin-left: 10px;
  }

  .video-button-txt {
    font-size: 1.1rem;
  }

  .review-txt {
    font-size: .6rem;
  }

  .learners-text {
    text-align: center;
  }

  .learner-image-text {
    flex-direction: column;
  }

  .learners-contnt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .review-no-txt {
    font-size: 1.4rem;
  }

  .hero-banner-review {
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 1rem;
  }

  .learning-icon-3, .learning-icon-4 {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .journey-content {
    background-color: #00341e;
    background-image: none;
    border-radius: 30px;
  }

  .content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 20px;
    padding: 16px;
  }

  .heading-journey {
    font-size: 1.9rem;
  }

  .banner-image {
    bottom: 0;
  }

  .review-no-txt-2 {
    font-size: 1.4rem;
  }

  .join-cta-left-2 {
    padding: 32px 24px;
  }

  .number-wrap-2 {
    margin-bottom: 0;
  }

  .join-title-2 {
    font-size: 32px;
  }

  .number-big-2, .number-big-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .join-title-3 {
    font-size: 30px;
  }

  .container-why-2 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    object-fit: cover;
    min-height: 360px;
  }

  .join-cta-3 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: hidden;
  }

  .bronze-listing-2 {
    margin-bottom: 0;
  }

  .achivement-box-2 {
    padding: 32px;
  }

  .achivement-box-2.middle {
    margin-top: 0;
  }

  .title-wrapper-3, .title-wrapper-3.center {
    margin-bottom: 40px;
  }

  .heading-16 {
    font-size: 32px;
  }

  .container-achivement {
    padding-top: 0;
  }

  .color-text-2 {
    font-size: 30px;
  }

  .heading-17 {
    font-size: 22px;
  }

  .testimonials_heading-wrapper-2 {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .section_testimonials-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-slide-2 {
    margin-right: 2rem;
  }

  .container-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy.navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-37 {
    font-size: 20px;
  }

  .container-iih {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .llh-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .llh_capsule-2 {
    text-align: left;
    justify-content: center;
    align-self: stretch;
    top: auto;
  }

  .llh_capsule-2._18 {
    width: 100%;
  }

  .llh_capsule-2._1.active {
    width: 100%;
    display: block;
  }

  .llh_capsule-2._10 {
    width: 100%;
    bottom: -5px;
  }

  .llh_capsule-2._2 {
    justify-content: center;
    align-self: stretch;
    width: 100%;
    right: auto;
  }

  .llh_capsule-2._4 {
    width: 100%;
  }

  .llh_capsule-2._12 {
    width: 100%;
    bottom: 2px;
  }

  .llh_capsule-2._3, .llh_capsule-2._11.active {
    width: 100%;
  }

  .llh_capsule-2._9 {
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
  }

  .llh_capsule-2.active {
    justify-content: center;
  }

  .llh_capsule-2.active._1 {
    align-self: flex-start;
    position: relative;
    left: auto;
  }

  .llh_capsule-2.active.l4 {
    direction: ltr;
    justify-content: flex-start;
    left: auto;
  }

  .llh_capsule-2.four {
    text-align: center;
    justify-content: flex-end;
    top: auto;
    right: auto;
  }

  .llh_capsule-2.left {
    left: auto;
  }

  .llh_capsule-2.l1 {
    right: auto;
  }

  .llh_capsule-2.r {
    flex: 0 auto;
    align-self: stretch;
    align-items: flex-start;
  }

  .llh_capsule-2.active-copy {
    justify-content: center;
  }

  .llh_capsule-2.active-copy._1 {
    align-self: flex-start;
    position: relative;
    left: auto;
  }

  .llh_capsule-2.active-copy.l4 {
    direction: ltr;
    justify-content: flex-start;
    left: auto;
  }

  .image-73 {
    position: static;
  }

  .text-block-81 {
    font-size: 40px;
  }

  .text-block-81._1 {
    margin-bottom: 50px;
    font-size: 2rem;
  }

  .capsule_vectorr-2-2 {
    width: 48px;
    top: -35px;
    left: 3px;
  }

  .llh-wrapper-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .capsule_text-2 {
    text-align: left;
    white-space: nowrap;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    font-size: 15px;
    display: flex;
  }

  .capsule_text-2.right-align {
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .capsule_vector-2 {
    width: 48px;
    height: 48px;
    top: -35px;
    right: 2px;
  }

  .llh_left-point-2 {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .llh_left-point-2.left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .llh_left-point-2.right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: stretch;
    padding-left: 0;
  }

  .client-image-2 {
    width: 64px;
    height: 64px;
  }

  .testimonial-block-2 {
    min-height: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-testimonials {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-btn-2 {
    top: 123%;
    left: 43%;
  }

  .swiper-slide-3 {
    margin-right: 2rem;
  }

  .swiper-wrapper-3 {
    margin-left: 0;
  }

  .testimonial_image-wrapper-4 {
    align-items: flex-start;
  }

  .swiper-slide-4 {
    width: 100%;
    margin-left: -2px;
    margin-right: 2rem;
  }

  .swiper-wrapper-4 {
    margin-left: 1.25rem;
  }

  .swiper-testimonial-2 {
    max-width: 200px;
  }

  .swiper-testimonial-2.testimonial_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-color: #021b3e;
    max-width: none;
    min-height: 400px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .section_testimonials-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .swiper-slide-5 {
    width: 100%;
    margin-left: -2px;
    margin-right: 2rem;
  }

  .swiper-wrapper-5 {
    margin-left: 1.25rem;
  }

  .swiper-testimonial-3 {
    max-width: 200px;
  }

  .swiper-testimonial-3.testimonial_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-color: #021b3e;
    max-width: none;
    min-height: 400px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .section_testimonials-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonials_heading-wrapper-3 {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .swiper-slide-6 {
    width: 100%;
    margin-left: -2px;
    margin-right: 2rem;
  }

  .swiper-wrapper-6 {
    margin-left: 1.25rem;
  }

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-45 {
    font-size: 35px;
  }

  .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-16 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-46 {
    text-align: center;
    font-size: 28px;
  }

  .text-block-87 {
    text-align: center;
    font-size: 14px;
  }

  .image-90 {
    object-position: 68% 50%;
  }

  .image-91 {
    width: 100px;
    height: 100px;
  }

  .heading-47, .heading-48, .heading-49, .heading-50, .heading-51 {
    font-size: 20px;
  }

  .heading-52 {
    font-size: 2rem;
  }

  .step-button-2.active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .btn-orange-start-2 {
    width: 100%;
    padding: 12px 24px;
  }

  .topic-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .stork-number-2 {
    font-size: 32px;
  }

  .topic-title-2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .heading-53, .heading-54, .heading-55, .heading-56, .heading-57, .heading-58, .heading-59 {
    font-size: 20px;
  }

  .topic-wrapper-3 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .topic-wrapper-3._1 {
    grid-template-columns: 1fr;
  }

  .btn-orange-start-3 {
    -webkit-text-stroke-color: #fa513a;
    width: 100%;
    padding: 12px 24px;
  }

  .heading-60 {
    font-size: 20px;
  }

  .step-button-3.active {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .topic-title-3 {
    margin-bottom: 2rem;
    font-size: 32px;
  }

  .heading-61, .heading-62 {
    font-size: 20px;
  }

  .container-13 {
    padding: 0 16px;
  }

  .stork-number-3 {
    font-size: 32px;
  }

  .heading-63, .heading-64 {
    font-size: 20px;
  }

  .section-heading-text-2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .section-heading-text-2.align-center.text-black {
    font-size: 32px;
    line-height: 1.2;
  }

  .benefits-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-benefits {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 2rem;
  }

  .text-span-30 {
    line-height: 1.2;
  }

  .container--s-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-impact_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-impact {
    padding: 30px;
  }

  .heading-30 {
    white-space: pre-wrap;
    font-size: 20px;
  }

  .heading-30.tiket-heading {
    text-align: center;
    font-size: 18px;
  }

  .heading-v1 {
    text-align: left;
    font-size: 20px;
  }

  .heading-v1.text-center {
    text-align: center;
  }

  .heading-v1.text-center.text-pink.mb-0.impact-heading {
    padding-bottom: 5px;
    font-size: 30px;
  }
}

#w-node-c574675b-a4df-a3ad-0994-017d909f5126-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a5fa8b18-9ef4-620f-c799-c481f57cf8c2-b85d26b4, #w-node-_62e8a731-8089-66a4-6d35-c2562c19d2b5-b85d26b4, #w-node-_6b1211d5-bfde-0aae-6c2c-04317f15cf4c-b85d26b4, #w-node-_21e767db-3777-145c-ab74-f178975e2230-b85d26b4, #w-node-eb9ea286-df0a-63d1-69f7-e6ce332cb2e1-b85d26b4, #w-node-_62b59d4a-2f73-427c-ec58-20c249cef545-b85d26b4, #w-node-ed0a58cd-c5f4-d849-2a86-3a9e7cb2ce1e-b85d26b4, #w-node-_7d8c459c-d6fc-4f6d-7fc3-c6b53f8cb316-b85d26b4, #w-node-_7d8c459c-d6fc-4f6d-7fc3-c6b53f8cb327-b85d26b4, #w-node-_299da03d-056c-e3e1-ef46-ebdf3af65ad7-b85d26b4, #w-node-_299da03d-056c-e3e1-ef46-ebdf3af65ae8-b85d26b4, #w-node-dcd2417c-1e5c-1757-9cb4-d68207386e64-b85d26b4, #w-node-dcd2417c-1e5c-1757-9cb4-d68207386e75-b85d26b4, #w-node-febfd667-8397-c904-423e-d003a726d7cb-b85d26b4, #w-node-febfd667-8397-c904-423e-d003a726d7dc-b85d26b4, #w-node-ce171ac1-9000-9650-dcfd-67bedf15ba52-b85d26b4, #w-node-ce171ac1-9000-9650-dcfd-67bedf15ba63-b85d26b4, #w-node-_3bf9952f-c6fd-a87c-1cdc-7226575fcf9e-b85d26b4, #w-node-_3bf9952f-c6fd-a87c-1cdc-7226575fcfaf-b85d26b4, #w-node-c9474b87-93e6-f349-b086-71e3e60cb906-b85d26b4, #w-node-c9474b87-93e6-f349-b086-71e3e60cb917-b85d26b4, #w-node-_99258715-915d-7620-4eae-0b6dea1063c5-b85d26b4, #w-node-_99258715-915d-7620-4eae-0b6dea1063d6-b85d26b4, #w-node-d99a1121-5df9-0491-715e-46c9a3366d1c-b85d26b4, #w-node-_3778a687-0722-d67d-b59c-3b89897b72ed-b85d26b4, #w-node-d5dae1b6-97fb-e664-5749-755508b21abc-b85d26b4, #w-node-b38a9420-7351-f8aa-c65e-8518818f102e-b85d26b4, #w-node-b38a9420-7351-f8aa-c65e-8518818f102f-b85d26b4, #w-node-b38a9420-7351-f8aa-c65e-8518818f1031-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68529e23-56d4-fe58-c5dd-96f0c32642e3-b85d26b4 {
  place-self: center;
}

#w-node-_68529e23-56d4-fe58-c5dd-96f0c32642ef-b85d26b4 {
  align-self: stretch;
}

#w-node-dccdd9c7-e34a-5697-1842-dddd5aba2fb0-b85d26b4, #w-node-dccdd9c7-e34a-5697-1842-dddd5aba2fba-b85d26b4, #w-node-dccdd9c7-e34a-5697-1842-dddd5aba2fbf-b85d26b4, #w-node-eb1d681a-2ad1-06bd-1f4a-4ec58975f0fa-b85d26b4, #w-node-eb1d681a-2ad1-06bd-1f4a-4ec58975f10b-b85d26b4, #w-node-_1321e8b1-57da-fe49-4c9c-3f89a7aae73b-b85d26b4, #w-node-_1321e8b1-57da-fe49-4c9c-3f89a7aae73c-b85d26b4, #w-node-d9ebc106-ed4b-992a-5829-4763c3e54695-b85d26b4, #w-node-_1321e8b1-57da-fe49-4c9c-3f89a7aae780-b85d26b4, #w-node-b525adec-6520-2d8f-0a0c-39f443ec9b3f-b85d26b4, #w-node-a594ebdb-82c7-21fc-596f-6700c4c345c0-b85d26b4, #w-node-_990d5e26-5f9c-90e4-62ff-afa24a104cc1-b85d26b4, #w-node-a7e4cfb4-d052-e72d-1ed7-6089a7e14fac-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75dd057-3a74-3133-da81-558c39447f9e-b85d26b4 {
  place-self: center end;
}

#w-node-c75dd057-3a74-3133-da81-558c39447f9f-b85d26b4 {
  justify-self: end;
}

#w-node-c75dd057-3a74-3133-da81-558c39447fb3-b85d26b4 {
  place-self: center;
}

#w-node-c75dd057-3a74-3133-da81-558c39447fba-b85d26b4 {
  place-self: center end;
}

#w-node-c75dd057-3a74-3133-da81-558c39447fbc-b85d26b4, #w-node-cfc89136-7c2e-840b-30c5-ad9f2f671243-b85d26b4, #w-node-_53de0237-7c5c-dfee-aa32-b019ef4db2b4-b85d26b4, #w-node-f9438902-b2bb-bcee-2ffe-c91d0cac4516-b85d26b4 {
  justify-self: start;
}

#w-node-_3a4b3c98-cd2b-1945-565a-4ed2be3c94ae-b85d26b4, #w-node-_3a4b3c98-cd2b-1945-565a-4ed2be3c94b5-b85d26b4, #w-node-_3a4b3c98-cd2b-1945-565a-4ed2be3c94bc-b85d26b4, #w-node-_3a4b3c98-cd2b-1945-565a-4ed2be3c94c4-b85d26b4, #w-node-_3a4b3c98-cd2b-1945-565a-4ed2be3c94cb-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572009c9-ef6d-90cc-8e52-d9c856635234-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_06226d18-279e-7ae3-34bb-874daae230eb-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f989cd1b-3b20-5e4e-5229-539e0fedaaf9-b85d26b4 {
  place-self: auto;
}

#w-node-_542f361e-4749-c1fd-ad6d-bafad8f28b99-b85d26b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-b85d26b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-b85d26b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-b85d26b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-b85d26b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-b85d26b7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-b85d26b7, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-b85d26b7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-b85d26b7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-b85d26b7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-b85d26b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-b85d26b7 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-c574675b-a4df-a3ad-0994-017d909f5126-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68529e23-56d4-fe58-c5dd-96f0c32642ef-b85d26b4 {
    place-self: stretch end;
  }

  #w-node-a594ebdb-82c7-21fc-596f-6700c4c345c0-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_572009c9-ef6d-90cc-8e52-d9c856635234-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_68529e23-56d4-fe58-c5dd-96f0c32642ef-b85d26b4 {
    justify-self: end;
  }

  #w-node-_572009c9-ef6d-90cc-8e52-d9c856635234-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_06226d18-279e-7ae3-34bb-874daae230eb-b85d26b4 {
    place-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c75dd057-3a74-3133-da81-558c39447fb3-b85d26b4 {
    justify-self: center;
  }

  #w-node-_06226d18-279e-7ae3-34bb-874daae230eb-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c574675b-a4df-a3ad-0994-017d909f5126-b85d26b4 {
    place-self: stretch stretch;
  }

  #w-node-a5fa8b18-9ef4-620f-c799-c481f57cf8c2-b85d26b4, #w-node-_62e8a731-8089-66a4-6d35-c2562c19d2b5-b85d26b4 {
    place-self: auto;
  }

  #w-node-c75dd057-3a74-3133-da81-558c39447f9f-b85d26b4 {
    justify-self: start;
  }

  #w-node-c75dd057-3a74-3133-da81-558c39447fbc-b85d26b4, #w-node-cfc89136-7c2e-840b-30c5-ad9f2f671243-b85d26b4, #w-node-_53de0237-7c5c-dfee-aa32-b019ef4db2b4-b85d26b4, #w-node-f9438902-b2bb-bcee-2ffe-c91d0cac4516-b85d26b4 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c574675b-a4df-a3ad-0994-017d909f5126-b85d26b4 {
    align-self: end;
  }

  #w-node-_572009c9-ef6d-90cc-8e52-d9c856635234-b85d26b4 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5fa8b18-9ef4-620f-c799-c481f57cf8c2-b85d26b4, #w-node-_62e8a731-8089-66a4-6d35-c2562c19d2b5-b85d26b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


