@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black\<deleted\|variable-88ba64c0\>: #030303;
  --white: white;
  --text-color-para: #383254;
  --main-orange: #f36641;
  --main-accent: #29244c;
  --text-color: #0f172a;
  --newaccent-blue: #0ea5e9;
  --text-grey: #374151;
  --newaccent-purple: #9333ea;
  --bg-dark: #0d0d0d;
  --gradient-blue: #1e40af;
  --gradient-purple: #6b21a8;
  --accent-orange: #f79d09;
  --accent-lightblue: #b2d7f9;
  --newaccent-pink: #c026d3;
  --bg-lightblue: #eff6ff;
  --tencx-green: #2c9b94;
  --main-lightbrown: #f9dda5;
  --main-dirtywhite: #fff6e1;
}

body {
  color: #333;
  font-family: Gelion;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: var(--black\<deleted\|variable-88ba64c0\>);
  margin-bottom: 10px;
  font-size: 1vw;
  line-height: 1.5em;
}

.page__wrap {
  background-color: #fff;
  background-image: url('../images/fl__bg.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 50%;
  flex-direction: column;
  font-family: Quicksand, sans-serif;
  display: flex;
  position: relative;
}

.type__h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.u__con-style1 {
  flex-direction: column;
  width: 1200px;
  display: flex;
}

.homehero__content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.type__body {
  color: var(--text-color-para);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.type__body.small {
  color: #8b8b8b;
  font-size: .9rem;
}

.type__body.mb-0 {
  margin-bottom: 0;
}

.u__sec-style1 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.homehero__center {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: relative;
}

.btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--main-orange);
  background-color: var(--white);
  color: var(--main-orange);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset -4px -4px 4px #ffffff26, inset 0 4px 4px #0000000f, 0 4px 4px #0000000d;
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: inset 0 2px 5px #0003;
}

.sec__navhero {
  position: relative;
  overflow: hidden;
}

.sec__homehero {
  z-index: 2;
  border-top: 10px solid var(--main-orange);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.type__h3 {
  color: var(--main-accent);
  text-align: left;
  text-wrap: balance;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-text-decoration: underline #f3664166;
  text-decoration: underline #f3664166;
  text-decoration-thickness: 3px;
}

.type__h3.orange {
  color: var(--main-orange);
  text-align: center;
  text-decoration: none;
}

.type__h3.small {
  color: var(--text-color-para);
  text-align: center;
  font-size: 1.4rem;
  -webkit-text-decoration: underline #f3664166;
  text-decoration: underline #f3664166;
}

.u__card-title {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.u__card-title.white {
  color: var(--white);
}

.u__card-title.white.small {
  font-size: 1.8rem;
}

.type__cta {
  color: var(--white);
  text-wrap: balance;
  margin-top: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2em;
}

.homehero__titlerow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.homehero__title-card {
  background-color: var(--main-accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 20px;
  display: flex;
}

.homehero__title-card_in {
  border: 2px #fff;
  border-radius: 20px;
  flex: 1;
  padding: 30px 20px;
}

.homehero__title-image-round {
  border: 10px solid var(--main-orange);
  background-color: #fff;
  background-image: url('../images/afl_topimage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto 0% 50%;
  transform: translate(0, 50%);
}

.homehero__title-card-badge {
  background-color: var(--main-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 88%;
}

.homehero__subrow {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.homehero__subrow-left {
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.homehero__body {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.homehero__bodyleft {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 45%;
  padding-top: 3vw;
  display: flex;
}

.homehero__bodyleft-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homehero__list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.homehero__listitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homehero__listitem-dot {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  display: flex;
}

.homehero__details-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.homehero__details-item-label-div {
  width: 20%;
}

.homehero__details-item-info-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homehero__highlightcard {
  background-color: #f4f3ff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px 16px 16px;
  display: flex;
  position: relative;
}

.homehero__highlightcard-in {
  border: 2px solid #928aff;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.homehero__highlightcard-group {
  flex-flow: column;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.homehero__highlightcard-badge {
  background-color: var(--main-accent);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: -2%;
}

.homehero__highlightcard-list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.homehero__highlightcard-listitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homehero__highlightcard-listdot {
  background-color: var(--text-color-para);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  display: flex;
}

.homehero__cta {
  border-bottom: 10px solid var(--main-orange);
  background-color: var(--main-accent);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 40px 30px;
  display: flex;
  position: relative;
}

.homehero__cta-left {
  width: 70%;
}

.homehero__cta-logo {
  border: 4px solid var(--main-accent);
  background-color: var(--white);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18%;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translate(50%);
}

.homehero__lightbulb {
  justify-content: center;
  align-items: center;
  width: 14%;
  display: flex;
  position: absolute;
  inset: auto 0% -20% auto;
}

.homehero__calculator {
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
  position: absolute;
  inset: auto auto 6% 22%;
}

.homehero__coins {
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: absolute;
  inset: auto auto 64% 115%;
}

.homehero__starleft {
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 44%;
  right: 115%;
}

.homehero__highlightcard-groupbot {
  background-color: #fafaff;
  flex-flow: column;
  width: 95%;
  padding: 16px;
  display: flex;
}

.homehero__noexperience {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: auto auto 38% 90%;
}

.homehero__starright {
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 83%;
  left: 115%;
}

.homehero__cta-timer {
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
  position: absolute;
  inset: -41% auto auto 0%;
}

@media screen and (min-width: 1920px) {
  p {
    font-size: .85vw;
  }

  .type__h1 {
    text-wrap: balance;
    font-size: 4.165vw;
  }

  .u__con-style1, .u__con-style1._w-90percent {
    width: 80%;
  }

  .homehero__content {
    padding-top: 1vw;
    padding-bottom: 6vw;
  }

  .type__body {
    font-size: .938vw;
  }

  .type__body.small {
    font-size: .85vw;
  }

  .homehero__center {
    width: 70%;
  }

  .btn {
    border-radius: 1.563vw;
    height: 3.646vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    font-size: 1.563vw;
  }

  .sec__navhero {
    padding-bottom: 0;
  }

  .type__h3 {
    font-size: 1.563vw;
  }

  .type__h3.small {
    font-size: 1.17vw;
  }

  .u__card-title {
    font-size: 1.667vw;
  }

  .u__card-title.white.small {
    font-size: 1.563vw;
  }

  .type__cta {
    font-size: 2.342vw;
  }

  .homehero__titlerow {
    margin-top: 5vw;
  }

  .homehero__title-card {
    border-radius: 1.042vw;
    padding: 1.042vw;
  }

  .homehero__title-card_in {
    border-radius: 1.042vw;
    padding: 1.563vw 1.042vw;
  }

  .homehero__title-image-round {
    width: 20.833vw;
    height: 20.833vw;
  }

  .homehero__body {
    padding-top: 0;
    padding-bottom: 6vw;
  }

  .homehero__listitem {
    grid-column-gap: .833vw;
    grid-row-gap: .833vw;
  }

  .homehero__listitem-dot {
    width: .833vw;
    height: .833vw;
  }

  .homehero__details-item {
    grid-column-gap: .833vw;
    grid-row-gap: .833vw;
  }

  .homehero__highlightcard {
    border-radius: 1.042vw;
  }

  .homehero__highlightcard-in {
    border-radius: 1.042vw;
    padding: .521vw 1.042vw 1.042vw;
  }

  .homehero__highlightcard-group {
    padding-top: .833vw;
    padding-bottom: .833vw;
  }

  .homehero__highlightcard-listitem {
    grid-column-gap: .833vw;
    grid-row-gap: .833vw;
  }

  .homehero__highlightcard-listdot {
    width: .417vw;
    height: .417vw;
  }

  .homehero__cta {
    border-radius: 1.042vw;
    padding: 2.083vw;
  }

  .homehero__cta-logo {
    width: 18%;
  }

  .homehero__coins {
    width: 6%;
  }

  .homehero__highlightcard-groupbot {
    padding-top: .833vw;
    padding-bottom: .833vw;
  }

  .homehero__noexperience {
    bottom: 42%;
  }

  .homehero__cta-timer {
    width: 10%;
  }
}

@media screen and (max-width: 991px) {
  .type__h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .u__con-style1 {
    width: 95%;
  }

  .type__body {
    font-size: .85rem;
  }

  .type__body.small {
    font-size: .75rem;
  }

  .u__sec-style1 {
    flex-flow: column;
  }

  .homehero__center {
    width: 100%;
  }

  .btn {
    height: auto;
  }

  .type__h3 {
    font-size: 1.8rem;
  }

  .u__card-title {
    font-size: 1.4rem;
  }

  .type__cta {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .homehero__title-card_in {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .homehero__title-image-round {
    width: 280px;
    height: 280px;
  }

  .homehero__subrow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .homehero__body {
    width: 100%;
  }

  .homehero__cta-logo {
    width: 20%;
  }

  .homehero__calculator {
    width: 10%;
  }

  .homehero__noexperience {
    bottom: 20%;
    left: 81%;
  }
}

@media screen and (max-width: 767px) {
  .type__h1 {
    line-height: 1.2;
  }

  .homehero__content {
    flex-direction: column;
    padding-top: 10vw;
  }

  .homehero__center {
    width: 100%;
    margin-bottom: 30px;
  }

  .homehero__title-card {
    width: 100%;
  }

  .homehero__title-card_in {
    padding-right: 20px;
  }

  .homehero__title-image-round {
    border-width: 6px;
    width: 120px;
    height: 120px;
    bottom: 10%;
  }

  .homehero__subrow {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .homehero__body {
    flex-direction: column;
  }

  .homehero__bodyleft {
    width: 100%;
  }

  .homehero__bodyleft-group {
    justify-content: flex-start;
    align-items: center;
  }

  .homehero__list {
    width: 80%;
  }

  .homehero__highlightcard {
    width: 100%;
    margin-top: 40px;
  }

  .homehero__cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 50px;
    padding: 40px 20px 30px;
  }

  .homehero__cta-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .homehero__cta-logo {
    width: 30%;
    top: -19%;
    transform: translate(-50%);
  }

  .homehero__lightbulb {
    width: 20%;
  }

  .homehero__calculator {
    display: none;
  }

  .homehero__noexperience {
    width: 30%;
    bottom: 0%;
    left: auto;
    right: 2%;
  }

  .homehero__cta-timer {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .type__h1 {
    text-align: center;
    font-size: 2.4rem;
  }

  .homehero__content {
    flex-direction: column;
  }

  .homehero__center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    font-size: 1.5rem;
  }

  .type__h3 {
    font-size: 1.4rem;
  }

  .type__cta {
    font-size: 1.8rem;
  }

  .homehero__title-card {
    flex-flow: column;
    flex: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .homehero__title-card_in {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .homehero__title-image-round {
    border-width: 4px;
    width: 100px;
    height: 100px;
    bottom: 87%;
    left: auto;
    right: -5%;
  }

  .homehero__subrow {
    justify-content: center;
    align-items: center;
  }

  .homehero__body {
    flex-direction: column;
  }

  .homehero__list {
    width: 95%;
  }

  .homehero__cta {
    padding-top: 20px;
  }

  .homehero__cta-logo {
    border-radius: 10px;
    width: 40%;
    margin-top: -34px;
    margin-bottom: 20px;
    position: absolute;
    inset: 7% auto auto 20px;
    transform: none;
  }

  .homehero__lightbulb {
    display: none;
  }

  .homehero__noexperience {
    bottom: -3%;
  }

  .homehero__cta-timer {
    display: none;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}