@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:700");
h1, h2, h3, h4, h5, h6 {
  color: #121a21;
  font-family: var(--primary-font);
  font-weight: 300;
  line-height: 1.333333333;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1, .h1 {
  font-size: 4.5rem;
  font-weight: 900; }
  @media screen and (max-width: 320px) {
    h1, .h1 {
      font-size: 3.75rem; } }

h2, .h2 {
  font-size: 2.5rem; }
  @media screen and (max-width: 320px) {
    h2, .h2 {
      font-size: 1.75rem; } }

h3, .h3 {
  font-size: 2rem; }
  @media screen and (max-width: 320px) {
    h3, .h3 {
      font-size: 1.25rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media screen and (max-width: 320px) {
    h4, .h4 {
      font-size: 0.75rem; } }

h5, .h5 {
  font-size: 1.25rem; }
  @media screen and (max-width: 320px) {
    h5, .h5 {
      font-size: 0.5rem; } }

h6, .h6 {
  font-size: 1rem; }
  @media screen and (max-width: 320px) {
    h6, .h6 {
      font-size: 0.25rem; } }

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

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

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

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

.text-transparentize {
  opacity: .5; }

p {
  margin: 0 0 1rem; }
  p.lead {
    font-size: 1.5rem;
    font-weight: 300; }

@media (max-width: 979px) {
  h1 {
    font-size: 2rem; } }

:root {
  --border-width-base: 1px;
  --layout-base: 8px;
  --transition-base: 0.2s;
  --primary-font: "Source Sans Pro", sans-serif;
  --general-font: "Source Sans Pro", sans-serif;
  --font-beginner: "Raleway", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: calc(var(--layout-base) * 2); }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #656565 !important;
  font-family: var(--general-font);
  background-repeat: no-repeat;
  font-size: 1rem;
  overflow-x: hidden !important; }
  body#hustlehome {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important; }
    body#hustlehome h1,
    body#hustlehome h2,
    body#hustlehome h3,
    body#hustlehome h4,
    body#hustlehome h5,
    body#hustlehome h6 {
      font-family: "Montserrat", sans-serif !important; }

@media (max-width: 425px) {
  .container.no-padding {
    padding-right: 0px;
    padding-left: 0px; }
    .container.no-padding > .row {
      margin-right: 0;
      margin-left: 0; }
      .container.no-padding > .row > .col,
      .container.no-padding > .row > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; } }

@media (max-width: 320px) {
  :root {
    font-size: calc(var(--layout-base) * 1.75); } }

#about {
  padding: 3rem 0; }
  #about h2 {
    font-size: 48px;
    color: #178af0;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media (max-width: 620px) {
      #about h2 {
        font-size: 34px; } }
  #about .tt {
    font-size: 22px;
    font-weight: 300; }
    @media (max-width: 620px) {
      #about .tt {
        font-size: 18px; } }

.terms__wrapper {
  background-size: 665px;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-position: right bottom;
  padding: 60px 20px;
  height: auto; }
  @media (max-width: 979px) {
    .terms__wrapper {
      padding: 60px 0; } }
  .terms__wrapper p {
    background: rgba(255, 255, 255, 0.8);
    border: solid #fff 1px;
    padding: 20px;
    color: #212529 !important;
    font-size: 1.125rem;
    line-height: 1.4em; }
    .terms__wrapper p span {
      color: #0f7ec8;
      font-weight: 700; }
    @media (max-width: 979px) {
      .terms__wrapper p {
        background: rgba(255, 255, 255, 0.9); } }

.ads__wrapper {
  padding: 60px 20px 0; }
  .ads__wrapper article {
    padding: 2rem; }
    @media (max-width: 979px) {
      .ads__wrapper article {
        padding: 0;
        margin-top: 1rem; } }
  .ads__wrapper p {
    font-size: 1.125rem;
    line-height: 1.4em; }
    .ads__wrapper p span {
      color: #0f7ec8;
      font-weight: 700; }

.notice__wrapper article {
  padding: 40px 20px;
  background: #fde7ce;
  border: dashed 5px #b5292a;
  width: 86%;
  margin: 0 auto; }
  .notice__wrapper article h2 {
    max-width: 665px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    color: #ce0600;
    font-size: 1.5rem; }
    .notice__wrapper article h2 span {
      color: #333; }
  .notice__wrapper article ol {
    padding-left: 60px;
    max-width: 570px;
    font-size: 1.125rem;
    margin: 20px auto 0; }
    @media (max-width: 979px) {
      .notice__wrapper article ol {
        padding-left: 14px; } }

.feature__wrapper {
  font-size: 1.125rem; }
  .feature__wrapper h2 {
    color: #0f7ec8;
    position: relative;
    margin-top: 4rem;
    font-weight: 700;
    font-size: 2.625rem; }
    .feature__wrapper h2:after {
      content: "";
      background: url(../img/icon_arrow_red.png) no-repeat;
      width: 53px;
      height: 104px;
      position: absolute;
      top: -95px;
      left: 12%; }
  .feature__wrapper ul {
    max-width: 510px;
    margin: 0 auto; }
    .feature__wrapper ul li {
      width: 50%;
      list-style: url(../img/icon_bullet.png); }
      @media (max-width: 979px) {
        .feature__wrapper ul li {
          width: 100%; } }
  .feature__wrapper span {
    color: #0f7ec8;
    font-weight: 700;
    font-size: 1rem; }
  .feature__wrapper a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #00a651;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 70px;
    font-size: 21px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out; }
    .feature__wrapper a:hover {
      background: #333; }
    @media (max-width: 979px) {
      .feature__wrapper a {
        text-align: center;
        padding: 40px 18px; } }

.brands__wrapper h2 {
  color: #0f7ec8;
  margin: 40px auto;
  font-weight: 700;
  font-size: 1.875rem; }

@media (max-width: 979px) {
  .brands__wrapper .box__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.container_custom {
  margin: 0 auto; }
  @media (max-width: 979px) {
    .container_custom h2 * {
      font-size: 30px !important; } }
  .container_custom .video-container {
    width: 100%;
    text-align: center; }
    .container_custom .video-container iframe {
      border: 0;
      width: 80%;
      height: auto;
      aspect-ratio: 16/9;
      margin: 0 auto; }
      @media (max-width: 979px) {
        .container_custom .video-container iframe {
          width: 100%; } }

.side_content {
  padding: 1rem 0; }
  .side_content p {
    font-size: 22px; }
  .side_content h2 {
    font-size: 40px;
    font-weight: 700; }

.side_form {
  background-size: cover;
  position: relative;
  padding: 3rem;
  margin-top: 3rem; }
  .side_form .form-wrapper-flex {
    position: relative;
    z-index: 2; }
    .side_form .form-wrapper-flex label {
      color: white; }
    .side_form .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]), .side_form .form-wrapper-flex select {
      width: 100%;
      text-align: left;
      height: 50px;
      padding: 0 1rem; }
    .side_form .form-wrapper-flex .form-button {
      margin: 20px auto 0 !important;
      display: block; }
    .side_form .form-wrapper-flex .terms {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .side_form .form-wrapper-flex .tcpa-terms {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .side_form .form-wrapper-flex .terms span, .side_form .form-wrapper-flex .terms label, .side_form .form-wrapper-flex .tcpa-terms span, .side_form .form-wrapper-flex .tcpa-terms label {
      padding-left: 10px;
      line-height: normal;
      margin: 0; }
  .side_form .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

#blog {
  padding: 4rem 0; }
  #blog h2 {
    font-size: 48px;
    color: #178af0;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      #blog h2 {
        font-size: 34px; } }
  #blog .blogContent ul li {
    list-style: decimal;
    font-size: 28px;
    color: #0f5ca0;
    font-weight: 500;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      #blog .blogContent ul li {
        font-size: 22px; } }
    #blog .blogContent ul li a {
      color: #0f5ca0;
      margin: 0 0 0 44px;
      display: block; }
  #blog .btn_s {
    margin: 0 auto; }
    #blog .btn_s a {
      background-color: #0f5ca0;
      color: white;
      font-weight: 300;
      font-size: 18px;
      border-radius: .25rem;
      padding: 14px 20px;
      text-decoration: none; }

.button {
  background: #576675;
  border: 0 solid transparent;
  color: white;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  font-family: var(--general-font);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }
  .button:focus {
    outline: 0 none; }
  .button:hover {
    background: #627384;
    text-decoration: none; }
  .button:disabled {
    cursor: default;
    opacity: .5; }
    .button:disabled:hover {
      background: #576675; }
  .button.link {
    color: #576675;
    background: none;
    background-color: transparent;
    border: 0 solid;
    font-weight: normal; }
    .button.link:hover {
      color: #414d58; }
  .button-group .button {
    margin-bottom: .5rem; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  .button.block {
    display: block;
    width: 100%; }
  .button.primary {
    background: #00a09e;
    border: 0 solid transparent;
    color: white; }
    .button.primary:focus {
      outline: 0 none; }
    .button.primary:hover {
      background: #00bab7;
      text-decoration: none; }
    .button.primary:disabled {
      cursor: default;
      opacity: .5; }
      .button.primary:disabled:hover {
        background: #00a09e; }
    .button.primary.link {
      color: #00a09e;
      background: none;
      background-color: transparent;
      border: 0 solid;
      font-weight: normal; }
      .button.primary.link:hover {
        color: #006d6c; }
    .button.primary:hover {
      text-decoration: none; }
  .button.secondary {
    background: #576675;
    border: 0 solid transparent;
    color: white; }
    .button.secondary:focus {
      outline: 0 none; }
    .button.secondary:hover {
      background: #627384;
      text-decoration: none; }
    .button.secondary:disabled {
      cursor: default;
      opacity: .5; }
      .button.secondary:disabled:hover {
        background: #576675; }
    .button.secondary.link {
      color: #576675;
      background: none;
      background-color: transparent;
      border: 0 solid;
      font-weight: normal; }
      .button.secondary.link:hover {
        color: #414d58; }
  .button.big {
    padding: .75rem 1.375rem;
    font-size: .875rem; }
  .button.bigger {
    padding: 1rem 1.75rem;
    font-size: 1rem; }
  .button.biggest {
    padding: 1.25rem 2rem;
    font-size: 1.25rem; }

.tcpa-answer, .tcpa-answer-in, .bt-continue, #optout-form .btn.btn-primary {
  background: #f7931e;
  border-radius: .25rem !important;
  border: none;
  color: white !important;
  display: block;
  font-family: var(--general-font);
  width: 100%;
  font-size: 18px;
  margin: 0 auto 1rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 1rem 1.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
  min-width: auto;
  height: auto !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
  cursor: pointer; }
  .tcpa-answer:hover, .tcpa-answer-in:hover, .bt-continue:hover, #optout-form .btn.btn-primary:hover {
    background: #333333 !important; }

.bt-continue {
  margin-left: 10px;
  width: auto; }

.check__label {
  color: #576675;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  width: 100%;
  padding-left: 2.5rem;
  margin: 0 0 1.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.check__input {
  left: 0; }

.cta {
  padding: 1.5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 620px) {
    .cta {
      padding: 0; } }
  .cta:not(.cta--vertical) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .cta__container {
    padding: 2.5rem 0;
    background-color: white; }
  .cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta__image {
    background: #fff;
    border-radius: 1rem;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .cta__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cta__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta__title {
    font-size: 48px;
    color: #178af0;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media (max-width: 620px) {
      .cta__title {
        font-size: 34px; } }
  .cta__body {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 22px; }
    @media (max-width: 620px) {
      .cta__body {
        font-size: 18px; } }
  .cta--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .cta--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cta--vertical .cta__content {
      text-align: center; }
  .cta a.green, .cta a.second {
    padding: 5px;
    min-width: 130px;
    min-height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.coupon {
  border: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative; }
  .coupon__value {
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    color: #8f99a3; }
    .coupon__value:before {
      content: url("../img/layout/line.png"); }
    .coupon__value:after {
      content: url("../img/layout/line.png"); }
  .coupon__head {
    height: 12rem;
    overflow: hidden;
    display: block;
    position: relative; }
    .coupon__head img {
      width: 100%; }
  .coupon__content, .coupon__data, .coupon__body {
    padding: 1em; }
  .coupon__content {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    line-height: 1;
    bottom: 0; }
    .coupon__content > *:last-child {
      text-align: right; }
  .coupon__title {
    font-size: 1.3rem;
    font-family: var(--primary-font);
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .coupon__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .coupon__data .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .coupon__data .item span {
        font-size: .6875rem;
        letter-spacing: 1px; }
      .coupon__data .item b {
        font-size: 1.2rem; }
  .coupon__cta {
    padding: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a09e), to(#006d6c));
    background: linear-gradient(#00a09e, #006d6c);
    color: white;
    border-radius: .25rem;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .coupon__cta:hover {
      color: white;
      text-decoration: none; }
  .coupon__details {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding: .5rem .5rem 1.5rem .5rem;
    line-height: 1rem; }
    .coupon__details__item > * {
      display: block; }
    .coupon__details__item small {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.625rem;
      letter-spacing: .0625rem; }
    .coupon__details__item span {
      color: black;
      font-weight: 900;
      font-size: 1rem; }
  .coupon__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }

@media (max-width: 979px) {
  .coupon__value {
    font-size: 1.5rem; }
  .coupon__data .item span {
    font-size: .625rem; }
  .coupon__data .item b {
    font-size: .875rem; } }

.finish__template-1 h2 {
  font-size: 48px;
  color: #178af0;
  font-weight: 500;
  margin-bottom: 3rem; }

.finish__template-1 ul.list_link li {
  list-style: decimal;
  font-size: 32px;
  color: #0f5ca0;
  font-weight: 500;
  margin-bottom: 2rem; }
  .finish__template-1 ul.list_link li a {
    color: #0f5ca0;
    margin: 0 0 0 44px;
    display: block; }

.finish__template-1 ul.list_link.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .finish__template-1 ul.list_link.side li {
    width: 50%;
    font-size: 28px;
    font-weight: 600; }
    .finish__template-1 ul.list_link.side li a {
      font-size: 26px; }

.finish__template-1 .box_infos {
  font-size: 22px;
  color: #606060;
  background: #fcd272;
  padding: 10px;
  font-weight: 300; }

.finish__template-1 .box_next {
  background: #f9f9f9;
  color: #5f5a55;
  font-size: 20px;
  padding: 2rem; }
  .finish__template-1 .box_next h3 {
    font-weight: 500;
    color: #5f5a55;
    font-size: 40px;
    margin-bottom: 1.25rem; }
  .finish__template-1 .box_next img {
    border-radius: 6rem;
    width: 160px; }
  .finish__template-1 .box_next .text_content {
    width: 670px;
    margin-left: 2rem; }

.finish__template-1 .box_content {
  margin-bottom: 2rem; }
  .finish__template-1 .box_content:last-child {
    margin-bottom: 0; }

.finish__template-2 .banner {
  background: url(../img/bg-top-offer-header.jpg) center top repeat-x;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 350px;
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  color: #1794e6; }
  @media (max-width: 979px) {
    .finish__template-2 .banner {
      font-size: 14px;
      min-height: 255px; } }
  .finish__template-2 .banner h1 {
    font-size: 50px;
    margin: 32px 12px 10px;
    background: none;
    text-indent: 0;
    text-align: center;
    width: auto;
    color: #8eca1d;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .finish__template-2 .banner h1 {
        font-size: 32px; } }
  .finish__template-2 .banner p {
    margin: 0; }

.finish__template-2 .box_container:before, .finish__template-2 .box_container:after {
  display: block;
  content: '';
  width: 136px;
  height: 311px;
  background: url(../img/arrow-fade.png) 0 0 no-repeat;
  top: 50%;
  position: absolute; }

.finish__template-2 .box_container:after {
  right: 44px; }

.finish__template-2 .box_container:before {
  left: 44px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH; }

.finish__template-2 .offer_body {
  background-color: #30363b; }
  .finish__template-2 .offer_body .box {
    margin: 0;
    padding: 20px;
    background-color: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.45)), to(rgba(255, 255, 255, 0.45))), url(../img/swirl_pattern.png) 0 0 repeat #efefef;
    background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../img/swirl_pattern.png) 0 0 repeat #efefef;
    position: relative; }

.finish__template-2 .offer_box {
  background-color: #fff;
  position: relative;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  border-radius: 4px;
  padding: 15px;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .finish__template-2 .offer_box a {
    color: #00aeef;
    text-decoration: none;
    font-size: 26px;
    display: block;
    padding-top: 16px; }
  .finish__template-2 .offer_box h2 {
    text-align: left;
    text-indent: 0;
    position: relative;
    top: 14px;
    left: -15px;
    padding-left: 100px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 28px;
    font-size: 16px; }
    @media (max-width: 979px) {
      .finish__template-2 .offer_box h2 {
        padding-left: 12px; } }
    .finish__template-2 .offer_box h2 span {
      display: block;
      color: #fff;
      text-shadow: 1px 1px 0 0 #55616b;
      font-size: 40px;
      background: #363e45;
      background: linear-gradient(135deg, #363e45 0%, #8497a8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363e45', endColorstr='#8497a8',GradientType=1 );
      position: absolute;
      padding: 16px 26px 16px 90px;
      left: -50px; }
      .finish__template-2 .offer_box h2 span:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #1d2226;
        position: absolute;
        left: 11px;
        bottom: -27px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .finish__template-2 .offer_box h2.callout {
      background-color: #8dc63f;
      background: #90bc3e;
      background: linear-gradient(135deg, #90bc3e 0%, #b7d624 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90bc3e', endColorstr='#b7d624',GradientType=1 );
      border: 1px solid #c2e72b;
      padding: 8px 16px;
      color: #fff;
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      margin: 0;
      height: auto;
      width: auto;
      font-size: 28px;
      font-weight: 700; }
      @media (max-width: 979px) {
        .finish__template-2 .offer_box h2.callout {
          font-size: 18px; } }
  .finish__template-2 .offer_box .ratingsbox {
    float: right;
    font-weight: bold;
    text-align: right;
    margin: 29px 0 10px 15px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.4);
    color: #000; }
    .finish__template-2 .offer_box .ratingsbox b {
      display: inline-block;
      width: 175px; }
    .finish__template-2 .offer_box .ratingsbox .stars.four {
      background-position: 0 -44px; }
    .finish__template-2 .offer_box .ratingsbox .stars.fourhalf {
      background-position: 0 -65px; }
    .finish__template-2 .offer_box .ratingsbox .stars.three {
      background-position: 0 -88px; }
    .finish__template-2 .offer_box .ratingsbox .stars.threehalf {
      background-position: 0 -108px; }
    .finish__template-2 .offer_box .ratingsbox .stars.five {
      background-position: 0 0; }
    .finish__template-2 .offer_box .ratingsbox .stars.fivehalf {
      background-position: 0 -22px; }
    .finish__template-2 .offer_box .ratingsbox .stars.zero {
      background-position: 0 -221px; }
    .finish__template-2 .offer_box .ratingsbox .stars.two {
      background-position: 0 -130px; }
    .finish__template-2 .offer_box .ratingsbox .stars.twohalf {
      background-position: 0 -154px; }
    .finish__template-2 .offer_box .ratingsbox .stars.one {
      background-position: 0 -177px; }
    .finish__template-2 .offer_box .ratingsbox .stars.onehalf {
      background-position: 0 -198px; }
    .finish__template-2 .offer_box .ratingsbox .stars {
      display: inline-block;
      position: relative;
      top: 4px;
      margin-left: 6px;
      background: url(../img/stars.png) 0 0 no-repeat;
      width: 113px;
      height: 22px; }
  .finish__template-2 .offer_box p {
    min-height: 180px;
    margin-top: 46px;
    margin-bottom: 10px;
    line-height: 28px; }
  .finish__template-2 .offer_box img {
    float: left;
    margin-right: 25px;
    border: 3px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 979px) {
      .finish__template-2 .offer_box img {
        width: 100%;
        height: 100%; } }
  .finish__template-2 .offer_box button {
    padding: 10px 30px;
    right: 0;
    border: none;
    position: absolute;
    bottom: 0;
    background-color: #00aeef;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #009eec;
    background: linear-gradient(135deg, #009eec 0%, #00bef2 100%); }
    @media (max-width: 979px) {
      .finish__template-2 .offer_box button {
        position: initial; } }
    .finish__template-2 .offer_box button:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #fff;
      position: absolute;
      right: -50px;
      top: 38%;
      -webkit-transition: all .3s ease-in .2s;
      transition: all .3s ease-in .2s; }
  .finish__template-2 .offer_box:hover button {
    padding: 10px 75px; }
    .finish__template-2 .offer_box:hover button::after {
      right: 18%; }

.faq {
  padding: 2.5rem 0; }
  .faq h2 {
    font-size: 48px;
    color: #178af0;
    font-weight: 500; }
    @media (max-width: 620px) {
      .faq h2 {
        font-size: 34px; } }
  .faq-list {
    overflow: hidden; }
  .faq-item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.286);
    position: relative; }
  .faq-question {
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 4rem;
    padding: 1.5rem 0;
    font-size: 24px;
    font-weight: 600;
    color: #0f5ca0; }
    @media (max-width: 620px) {
      .faq-question {
        font-size: 18px; } }
    .faq-question:hover {
      color: #1a345f; }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 1rem;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
    font-weight: 300;
    font-size: 18px; }
    .faq-answer p {
      margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .faq-toggle-button {
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem; }
    .faq-toggle-button:before, .faq-toggle-button:after {
      width: .75rem; } }

.flow {
  min-height: calc(100vh - 170px);
  background-color: #f2f3f4; }
  @media (max-width: 979px) {
    .flow {
      min-height: calc(100vh - 250px); } }
  .flow .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    -webkit-transition: none;
    transition: none;
    overflow: hidden; }
    .flow .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple) > img {
      max-height: 6rem; }
    .flow .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple):before, .flow .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple):after {
      display: none; }
  .flow .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer:hover {
    background-color: #3fa9f5; }
  .flow.flow-temaplate {
    background: #E6F9F9;
    min-height: 91vh;
    position: relative;
    z-index: 5; }
    .flow.flow-temaplate .flow__progress {
      background: transparent; }
    .flow.flow-temaplate .tcpa-questionary-form .tcpa-question {
      color: #666 !important;
      padding: 0px 0;
      font-size: 1.6em;
      line-height: 1.3em;
      color: #999; }
    .flow.flow-temaplate .exclusive .flow__container {
      background: white;
      border-radius: 15px;
      -webkit-box-shadow: 0px 0px 10px 0px #ccc;
              box-shadow: 0px 0px 10px 0px #ccc; }
      .flow.flow-temaplate .exclusive .flow__container .tcpa-questionary-form .tcpa-question {
        font-family: Raleway, Arial, sans-serif !important;
        font-weight: 700 !important;
        padding: 0px 0;
        font-size: 1.6em;
        line-height: 1.3em;
        color: #999 !important;
        text-align: center; }
    .flow.flow-temaplate .userenroll-next:not(.inverted) {
      background: #61b641 !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#61b641), to(#538e3d)) !important;
      background: linear-gradient(180deg, #61b641 0%, #538e3d 100%) !important;
      color: white !important;
      font-size: 2rem !important;
      font-weight: 500 !important;
      border-radius: 10px !important;
      width: 100% !important;
      padding: 23px 2rem !important;
      margin: 1rem 0 !important; }
      @media (max-width: 979px) {
        .flow.flow-temaplate .userenroll-next:not(.inverted) {
          width: 100% !important; } }
    .flow.flow-temaplate .tcpa-answer:not(.multiple) {
      background: transparent !important;
      height: auto;
      width: 100% !important;
      display: block;
      float: left;
      margin: 0;
      padding: 0 0 2rem 2rem !important;
      text-align: left !important;
      font-size: 1em;
      color: #666666 !important;
      font-family: Lato, Arial, sans-serif !important;
      font-weight: 400 !important;
      font-size: 18px !important;
      line-height: 1.5em !important;
      position: relative; }
      .flow.flow-temaplate .tcpa-answer:not(.multiple):after {
        content: "";
        width: 14px;
        height: 14px;
        background: transparent;
        position: absolute;
        border-radius: 2rem;
        left: 2px;
        top: 6px; }
      .flow.flow-temaplate .tcpa-answer:not(.multiple):before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid #666666;
        position: absolute;
        border-radius: 2rem;
        left: -1px;
        top: 3px; }
      .flow.flow-temaplate .tcpa-answer:not(.multiple):hover, .flow.flow-temaplate .tcpa-answer:not(.multiple):focus {
        background: transparent !important; }
        .flow.flow-temaplate .tcpa-answer:not(.multiple):hover:after, .flow.flow-temaplate .tcpa-answer:not(.multiple):focus:after {
          content: "";
          width: 14px;
          height: 14px;
          background: #3fa9f5;
          position: absolute;
          border-radius: 2rem;
          left: 2px;
          top: 6px; }
    .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers {
      display: block;
      padding: 0 !important;
      max-width: 100%; }
    .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      overflow: initial; }
      .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer {
        background-color: #ffffff;
        margin: 0 0 1.5rem 0;
        border-radius: .5rem;
        min-width: 50%;
        overflow: hidden;
        -webkit-box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5);
                box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.5); }
        @media (max-width: 979px) {
          .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer {
            min-width: 100%; } }
        .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1.5rem;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 !important;
          -webkit-transition: none;
          transition: none; }
          .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple):hover {
            color: #ffffff !important; }
          .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple) > img {
            max-height: 6rem; }
          .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple):before, .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer .tcpa-answer:not(.multiple):after {
            display: none; }
        .flow.flow-temaplate .tcpa-questionary-form .tcpa-answers-images .tcpa-item-answer:hover {
          background-color: #3fa9f5; }
    .flow.flow-temaplate .tcpa-questionary-form .tcpa-question {
      text-align: left; }
  .flow__img {
    position: relative; }
    .flow__img img {
      height: 4rem;
      z-index: 100;
      top: 0;
      right: 0;
      width: 6rem;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: hidden;
      border-radius: 0.25rem;
      position: absolute;
      -webkit-box-shadow: 0 1.25rem 1rem -0.25rem rgba(99, 99, 99, 0.5);
              box-shadow: 0 1.25rem 1rem -0.25rem rgba(99, 99, 99, 0.5); }
  .flow__progress {
    padding: 24px 0 0;
    background: #f2f3f4; }
    @media (max-width: 979px) {
      .flow__progress {
        padding: 10px 0 0; } }
    .flow__progress h2 {
      font-size: 1.25rem;
      font-weight: bold;
      color: #0d0033; }
    .flow__progress p {
      color: #0d0033;
      opacity: 0.8;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: normal; }
      @media (max-width: 979px) {
        .flow__progress p {
          margin-bottom: 10px !important; } }
  @media (max-width: 979px) {
    .flow__container {
      adding: 1rem 0; } }
  .flow__container.hustle_home {
    background: white;
    border-radius: 1rem;
    padding: 2rem 5rem; }
    @media (max-width: 979px) {
      .flow__container.hustle_home {
        padding: 2rem 1rem; } }
    .flow__container.hustle_home #pe-nothanks {
      color: black;
      text-align: center; }

@media (max-width: 425px) {
  .flow {
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none; }
    .flow__img {
      right: calc(50% - 4rem);
      top: -1rem;
      width: 8rem; } }

img.image-fluid {
  max-width: 100%; }

.text-input::-webkit-input-placeholder {
  color: #4a4a4a !important;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base); }

.text-input::-moz-placeholder {
  color: #4a4a4a !important;
  -moz-transition: var(--transition-base);
  transition: var(--transition-base); }

.text-input:-ms-input-placeholder {
  color: #4a4a4a !important;
  -ms-transition: var(--transition-base);
  transition: var(--transition-base); }

.text-input::-ms-input-placeholder {
  color: #4a4a4a !important;
  -ms-transition: var(--transition-base);
  transition: var(--transition-base); }

.text-input::placeholder {
  color: #4a4a4a !important;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base); }

.text-input:hover {
  border-color: #c7ccd1; }

.text-input:focus {
  border-color: #7053ec;
  outline: 0 none; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  max-height: 400px;
  overflow-y: scroll; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto 0;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: visible !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-transition: color 0.2s !important;
  transition: color 0.2s !important;
  text-decoration: none !important;
  color: #95979c !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 0px #fff !important;
          box-shadow: 0px 0px 0px #fff !important; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
  background-color: #fff !important; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.register__form .select-age .cf_radio input[type="radio"],
.register__form .select-gender .path-form-field-with-feedback input[type="radio"], .side_form .select-age .cf_radio input[type="radio"],
.side_form .select-gender .path-form-field-with-feedback input[type="radio"] {
  position: absolute !important;
  top: -5px;
  left: 0;
  display: block;
  -webkit-transform: translate(13px, 17px);
      -ms-transform: translate(13px, 17px);
          transform: translate(13px, 17px); }

.register__form .select-gender .path-form-field-with-feedback input[type="radio"], .side_form .select-gender .path-form-field-with-feedback input[type="radio"] {
  top: -4px; }

.register__form .select-age .cf_radio input[type="radio"] + span,
.register__form .select-gender .path-form-field-with-feedback input[type="radio"] + span, .side_form .select-age .cf_radio input[type="radio"] + span,
.side_form .select-gender .path-form-field-with-feedback input[type="radio"] + span {
  -webkit-font-smoothing: antialiased;
  border-radius: .3rem;
  border: 1px solid #e3e6e8;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  color: black;
  font-weight: 500;
  padding: 14px 22px 14px 38px;
  position: relative;
  font-size: 0.75rem; }

.register__form .select-gender .path-form-field-with-feedback input[type="radio"] + span, .side_form .select-gender .path-form-field-with-feedback input[type="radio"] + span {
  margin: 0;
  width: 100%; }

.register__form .select-age .cf_radio, .side_form .select-age .cf_radio {
  position: relative;
  display: inline-block;
  margin: 0; }

.register__form .select-gender .path-form-field-with-feedback, .side_form .select-gender .path-form-field-with-feedback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px; }

.register__form .select-gender .path-form-field-with-feedback label,
.register__form .select-age .cf_radio label, .side_form .select-gender .path-form-field-with-feedback label,
.side_form .select-age .cf_radio label {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: -3px 0 0 0;
  background: #f9fafa; }

.register__form input[type="radio"], .side_form input[type="radio"] {
  display: inline-block; }

.register__form input[type="checkbox"], .side_form input[type="checkbox"] {
  width: 24px !important; }

.register__form .cf_bool, .side_form .cf_bool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.register__form .html-custom, .side_form .html-custom {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.register__form .custom-label label, .side_form .custom-label label {
  margin: 0 0 10px;
  padding: 0; }

.register__form .label-left, .side_form .label-left {
  text-align: left !important; }

.register__form .label-center, .side_form .label-center {
  text-align: center !important; }

.register__form .radio-box > .path-dynamic-field,
.register__form .radio-box > .path-form-field-with-feedback,
.register__form .radio-box > .path-form-field-with-feedback-control,
.register__form .radio-box > .path-cf-radio, .side_form .radio-box > .path-dynamic-field,
.side_form .radio-box > .path-form-field-with-feedback,
.side_form .radio-box > .path-form-field-with-feedback-control,
.side_form .radio-box > .path-cf-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .register__form .radio-box > .path-dynamic-field label,
  .register__form .radio-box > .path-form-field-with-feedback label,
  .register__form .radio-box > .path-form-field-with-feedback-control label,
  .register__form .radio-box > .path-cf-radio label, .side_form .radio-box > .path-dynamic-field label,
  .side_form .radio-box > .path-form-field-with-feedback label,
  .side_form .radio-box > .path-form-field-with-feedback-control label,
  .side_form .radio-box > .path-cf-radio label {
    width: 100%;
    font-size: 1.25rem;
    color: #100434; }
    @media (max-width: 979px) {
      .register__form .radio-box > .path-dynamic-field label,
      .register__form .radio-box > .path-form-field-with-feedback label,
      .register__form .radio-box > .path-form-field-with-feedback-control label,
      .register__form .radio-box > .path-cf-radio label, .side_form .radio-box > .path-dynamic-field label,
      .side_form .radio-box > .path-form-field-with-feedback label,
      .side_form .radio-box > .path-form-field-with-feedback-control label,
      .side_form .radio-box > .path-cf-radio label {
        margin-top: 0; } }
  .register__form .radio-box > .path-dynamic-field .cf_bool,
  .register__form .radio-box > .path-form-field-with-feedback .cf_bool,
  .register__form .radio-box > .path-form-field-with-feedback-control .cf_bool,
  .register__form .radio-box > .path-cf-radio .cf_bool, .side_form .radio-box > .path-dynamic-field .cf_bool,
  .side_form .radio-box > .path-form-field-with-feedback .cf_bool,
  .side_form .radio-box > .path-form-field-with-feedback-control .cf_bool,
  .side_form .radio-box > .path-cf-radio .cf_bool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .register__form .radio-box > .path-dynamic-field input[type="checkbox"],
  .register__form .radio-box > .path-form-field-with-feedback input[type="checkbox"],
  .register__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"],
  .register__form .radio-box > .path-cf-radio input[type="checkbox"], .side_form .radio-box > .path-dynamic-field input[type="checkbox"],
  .side_form .radio-box > .path-form-field-with-feedback input[type="checkbox"],
  .side_form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"],
  .side_form .radio-box > .path-cf-radio input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0.1875rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 2px solid #3d3d3d; }
    .register__form .radio-box > .path-dynamic-field input[type="checkbox"]:focus,
    .register__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:focus,
    .register__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:focus,
    .register__form .radio-box > .path-cf-radio input[type="checkbox"]:focus, .side_form .radio-box > .path-dynamic-field input[type="checkbox"]:focus,
    .side_form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:focus,
    .side_form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:focus,
    .side_form .radio-box > .path-cf-radio input[type="checkbox"]:focus {
      outline: none; }
    .register__form .radio-box > .path-dynamic-field input[type="checkbox"]:checked,
    .register__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:checked,
    .register__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:checked,
    .register__form .radio-box > .path-cf-radio input[type="checkbox"]:checked, .side_form .radio-box > .path-dynamic-field input[type="checkbox"]:checked,
    .side_form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:checked,
    .side_form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:checked,
    .side_form .radio-box > .path-cf-radio input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #fe9701 !important;
      background-size: cover; }
  .register__form .radio-box > .path-dynamic-field input[type="radio"] + span,
  .register__form .radio-box > .path-form-field-with-feedback input[type="radio"] + span,
  .register__form .radio-box > .path-form-field-with-feedback-control input[type="radio"] + span,
  .register__form .radio-box > .path-cf-radio input[type="radio"] + span, .side_form .radio-box > .path-dynamic-field input[type="radio"] + span,
  .side_form .radio-box > .path-form-field-with-feedback input[type="radio"] + span,
  .side_form .radio-box > .path-form-field-with-feedback-control input[type="radio"] + span,
  .side_form .radio-box > .path-cf-radio input[type="radio"] + span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    border: 1px solid #e3e6e8;
    color: #576675 !important;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 0.8rem 25px 0.8rem 38px;
    position: relative;
    text-align: left;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 10px; }
  .register__form .radio-box > .path-dynamic-field input[type="radio"]:focus,
  .register__form .radio-box > .path-form-field-with-feedback input[type="radio"]:focus,
  .register__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:focus,
  .register__form .radio-box > .path-cf-radio input[type="radio"]:focus, .side_form .radio-box > .path-dynamic-field input[type="radio"]:focus,
  .side_form .radio-box > .path-form-field-with-feedback input[type="radio"]:focus,
  .side_form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:focus,
  .side_form .radio-box > .path-cf-radio input[type="radio"]:focus {
    outline: none; }

.register__form .radio-box.text-left .cf_bool label span,
.register__form .select-gender.text-left .cf_bool label span,
.register__form .select-age.text-left .cf_bool label span, .side_form .radio-box.text-left .cf_bool label span,
.side_form .select-gender.text-left .cf_bool label span,
.side_form .select-age.text-left .cf_bool label span {
  text-align: left !important; }

.register__form .radio-box.text-left input[type="radio"] + span,
.register__form .select-gender.text-left input[type="radio"] + span,
.register__form .select-age.text-left input[type="radio"] + span, .side_form .radio-box.text-left input[type="radio"] + span,
.side_form .select-gender.text-left input[type="radio"] + span,
.side_form .select-age.text-left input[type="radio"] + span {
  text-align: left !important; }

.register__form .radio-box.text-center .cf_bool label span,
.register__form .select-gender.text-center .cf_bool label span,
.register__form .select-age.text-center .cf_bool label span, .side_form .radio-box.text-center .cf_bool label span,
.side_form .select-gender.text-center .cf_bool label span,
.side_form .select-age.text-center .cf_bool label span {
  text-align: left !important; }

.register__form .radio-box.text-center input[type="radio"] + span,
.register__form .select-gender.text-center input[type="radio"] + span,
.register__form .select-age.text-center input[type="radio"] + span, .side_form .radio-box.text-center input[type="radio"] + span,
.side_form .select-gender.text-center input[type="radio"] + span,
.side_form .select-age.text-center input[type="radio"] + span {
  text-align: center !important; }

.register__form .radio-box.x-1 .cf_radio,
.register__form .radio-box.x-1 .cf_bool,
.register__form .radio-box.x-1 .cf_bool__label,
.register__form .radio-box.x-1 .path-form-field-with-feedback,
.register__form .radio-box.x-1 .select-gender,
.register__form .select-gender.x-1 .cf_radio,
.register__form .select-gender.x-1 .cf_bool,
.register__form .select-gender.x-1 .cf_bool__label,
.register__form .select-gender.x-1 .path-form-field-with-feedback,
.register__form .select-gender.x-1 .select-gender,
.register__form .select-age.x-1 .cf_radio,
.register__form .select-age.x-1 .cf_bool,
.register__form .select-age.x-1 .cf_bool__label,
.register__form .select-age.x-1 .path-form-field-with-feedback,
.register__form .select-age.x-1 .select-gender, .side_form .radio-box.x-1 .cf_radio,
.side_form .radio-box.x-1 .cf_bool,
.side_form .radio-box.x-1 .cf_bool__label,
.side_form .radio-box.x-1 .path-form-field-with-feedback,
.side_form .radio-box.x-1 .select-gender,
.side_form .select-gender.x-1 .cf_radio,
.side_form .select-gender.x-1 .cf_bool,
.side_form .select-gender.x-1 .cf_bool__label,
.side_form .select-gender.x-1 .path-form-field-with-feedback,
.side_form .select-gender.x-1 .select-gender,
.side_form .select-age.x-1 .cf_radio,
.side_form .select-age.x-1 .cf_bool,
.side_form .select-age.x-1 .cf_bool__label,
.side_form .select-age.x-1 .path-form-field-with-feedback,
.side_form .select-age.x-1 .select-gender {
  width: 100% !important; }

.register__form .radio-box.x-1 .cf_bool,
.register__form .radio-box.x-1 .path-form-field-with-feedback,
.register__form .select-gender.x-1 .cf_bool,
.register__form .select-gender.x-1 .path-form-field-with-feedback,
.register__form .select-age.x-1 .cf_bool,
.register__form .select-age.x-1 .path-form-field-with-feedback, .side_form .radio-box.x-1 .cf_bool,
.side_form .radio-box.x-1 .path-form-field-with-feedback,
.side_form .select-gender.x-1 .cf_bool,
.side_form .select-gender.x-1 .path-form-field-with-feedback,
.side_form .select-age.x-1 .cf_bool,
.side_form .select-age.x-1 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .register__form .radio-box.x-1 .cf_bool label,
  .register__form .radio-box.x-1 .path-form-field-with-feedback label,
  .register__form .select-gender.x-1 .cf_bool label,
  .register__form .select-gender.x-1 .path-form-field-with-feedback label,
  .register__form .select-age.x-1 .cf_bool label,
  .register__form .select-age.x-1 .path-form-field-with-feedback label, .side_form .radio-box.x-1 .cf_bool label,
  .side_form .radio-box.x-1 .path-form-field-with-feedback label,
  .side_form .select-gender.x-1 .cf_bool label,
  .side_form .select-gender.x-1 .path-form-field-with-feedback label,
  .side_form .select-age.x-1 .cf_bool label,
  .side_form .select-age.x-1 .path-form-field-with-feedback label {
    width: 100% !important; }

.register__form .radio-box.x-2 .cf_radio,
.register__form .radio-box.x-2 .cf_bool__label,
.register__form .select-gender.x-2 .cf_radio,
.register__form .select-gender.x-2 .cf_bool__label,
.register__form .select-age.x-2 .cf_radio,
.register__form .select-age.x-2 .cf_bool__label, .side_form .radio-box.x-2 .cf_radio,
.side_form .radio-box.x-2 .cf_bool__label,
.side_form .select-gender.x-2 .cf_radio,
.side_form .select-gender.x-2 .cf_bool__label,
.side_form .select-age.x-2 .cf_radio,
.side_form .select-age.x-2 .cf_bool__label {
  width: 49% !important; }

.register__form .radio-box.x-2 .cf_bool,
.register__form .radio-box.x-2 .path-dynamic-field,
.register__form .radio-box.x-2 .path-form-field-with-feedback-control,
.register__form .radio-box.x-2 .path-cf-radio,
.register__form .radio-box.x-2 .path-form-field-with-feedback,
.register__form .select-gender.x-2 .cf_bool,
.register__form .select-gender.x-2 .path-dynamic-field,
.register__form .select-gender.x-2 .path-form-field-with-feedback-control,
.register__form .select-gender.x-2 .path-cf-radio,
.register__form .select-gender.x-2 .path-form-field-with-feedback,
.register__form .select-age.x-2 .cf_bool,
.register__form .select-age.x-2 .path-dynamic-field,
.register__form .select-age.x-2 .path-form-field-with-feedback-control,
.register__form .select-age.x-2 .path-cf-radio,
.register__form .select-age.x-2 .path-form-field-with-feedback, .side_form .radio-box.x-2 .cf_bool,
.side_form .radio-box.x-2 .path-dynamic-field,
.side_form .radio-box.x-2 .path-form-field-with-feedback-control,
.side_form .radio-box.x-2 .path-cf-radio,
.side_form .radio-box.x-2 .path-form-field-with-feedback,
.side_form .select-gender.x-2 .cf_bool,
.side_form .select-gender.x-2 .path-dynamic-field,
.side_form .select-gender.x-2 .path-form-field-with-feedback-control,
.side_form .select-gender.x-2 .path-cf-radio,
.side_form .select-gender.x-2 .path-form-field-with-feedback,
.side_form .select-age.x-2 .cf_bool,
.side_form .select-age.x-2 .path-dynamic-field,
.side_form .select-age.x-2 .path-form-field-with-feedback-control,
.side_form .select-age.x-2 .path-cf-radio,
.side_form .select-age.x-2 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .register__form .radio-box.x-2 .cf_bool label[for="gender_m_radio"], .register__form .radio-box.x-2 .cf_bool label[for="gender_f_radio"],
  .register__form .radio-box.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .register__form .radio-box.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .register__form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .register__form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .register__form .radio-box.x-2 .path-cf-radio label[for="gender_m_radio"],
  .register__form .radio-box.x-2 .path-cf-radio label[for="gender_f_radio"],
  .register__form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .register__form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_f_radio"],
  .register__form .select-gender.x-2 .cf_bool label[for="gender_m_radio"],
  .register__form .select-gender.x-2 .cf_bool label[for="gender_f_radio"],
  .register__form .select-gender.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .register__form .select-gender.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .register__form .select-gender.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .register__form .select-gender.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .register__form .select-gender.x-2 .path-cf-radio label[for="gender_m_radio"],
  .register__form .select-gender.x-2 .path-cf-radio label[for="gender_f_radio"],
  .register__form .select-gender.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .register__form .select-gender.x-2 .path-form-field-with-feedback label[for="gender_f_radio"],
  .register__form .select-age.x-2 .cf_bool label[for="gender_m_radio"],
  .register__form .select-age.x-2 .cf_bool label[for="gender_f_radio"],
  .register__form .select-age.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .register__form .select-age.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .register__form .select-age.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .register__form .select-age.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .register__form .select-age.x-2 .path-cf-radio label[for="gender_m_radio"],
  .register__form .select-age.x-2 .path-cf-radio label[for="gender_f_radio"],
  .register__form .select-age.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .register__form .select-age.x-2 .path-form-field-with-feedback label[for="gender_f_radio"], .side_form .radio-box.x-2 .cf_bool label[for="gender_m_radio"], .side_form .radio-box.x-2 .cf_bool label[for="gender_f_radio"],
  .side_form .radio-box.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .side_form .radio-box.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .side_form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .side_form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .side_form .radio-box.x-2 .path-cf-radio label[for="gender_m_radio"],
  .side_form .radio-box.x-2 .path-cf-radio label[for="gender_f_radio"],
  .side_form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .side_form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_f_radio"],
  .side_form .select-gender.x-2 .cf_bool label[for="gender_m_radio"],
  .side_form .select-gender.x-2 .cf_bool label[for="gender_f_radio"],
  .side_form .select-gender.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .side_form .select-gender.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .side_form .select-gender.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .side_form .select-gender.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .side_form .select-gender.x-2 .path-cf-radio label[for="gender_m_radio"],
  .side_form .select-gender.x-2 .path-cf-radio label[for="gender_f_radio"],
  .side_form .select-gender.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .side_form .select-gender.x-2 .path-form-field-with-feedback label[for="gender_f_radio"],
  .side_form .select-age.x-2 .cf_bool label[for="gender_m_radio"],
  .side_form .select-age.x-2 .cf_bool label[for="gender_f_radio"],
  .side_form .select-age.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .side_form .select-age.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .side_form .select-age.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .side_form .select-age.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .side_form .select-age.x-2 .path-cf-radio label[for="gender_m_radio"],
  .side_form .select-age.x-2 .path-cf-radio label[for="gender_f_radio"],
  .side_form .select-age.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .side_form .select-age.x-2 .path-form-field-with-feedback label[for="gender_f_radio"] {
    width: 49% !important; }

.register__form .radio-box.x-3 .cf_radio,
.register__form .radio-box.x-3 .cf_bool__label,
.register__form .select-gender.x-3 .cf_radio,
.register__form .select-gender.x-3 .cf_bool__label,
.register__form .select-age.x-3 .cf_radio,
.register__form .select-age.x-3 .cf_bool__label, .side_form .radio-box.x-3 .cf_radio,
.side_form .radio-box.x-3 .cf_bool__label,
.side_form .select-gender.x-3 .cf_radio,
.side_form .select-gender.x-3 .cf_bool__label,
.side_form .select-age.x-3 .cf_radio,
.side_form .select-age.x-3 .cf_bool__label {
  width: 32% !important; }

.register__form .radio-box.x-3 .cf_bool,
.register__form .radio-box.x-3 .path-dynamic-field,
.register__form .radio-box.x-3 .path-form-field-with-feedback-control,
.register__form .radio-box.x-3 .path-cf-radio,
.register__form .radio-box.x-3 .path-form-field-with-feedback,
.register__form .select-gender.x-3 .cf_bool,
.register__form .select-gender.x-3 .path-dynamic-field,
.register__form .select-gender.x-3 .path-form-field-with-feedback-control,
.register__form .select-gender.x-3 .path-cf-radio,
.register__form .select-gender.x-3 .path-form-field-with-feedback,
.register__form .select-age.x-3 .cf_bool,
.register__form .select-age.x-3 .path-dynamic-field,
.register__form .select-age.x-3 .path-form-field-with-feedback-control,
.register__form .select-age.x-3 .path-cf-radio,
.register__form .select-age.x-3 .path-form-field-with-feedback, .side_form .radio-box.x-3 .cf_bool,
.side_form .radio-box.x-3 .path-dynamic-field,
.side_form .radio-box.x-3 .path-form-field-with-feedback-control,
.side_form .radio-box.x-3 .path-cf-radio,
.side_form .radio-box.x-3 .path-form-field-with-feedback,
.side_form .select-gender.x-3 .cf_bool,
.side_form .select-gender.x-3 .path-dynamic-field,
.side_form .select-gender.x-3 .path-form-field-with-feedback-control,
.side_form .select-gender.x-3 .path-cf-radio,
.side_form .select-gender.x-3 .path-form-field-with-feedback,
.side_form .select-age.x-3 .cf_bool,
.side_form .select-age.x-3 .path-dynamic-field,
.side_form .select-age.x-3 .path-form-field-with-feedback-control,
.side_form .select-age.x-3 .path-cf-radio,
.side_form .select-age.x-3 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.register__form .radio-box.x-4 .cf_radio,
.register__form .radio-box.x-4 .cf_bool__label,
.register__form .select-gender.x-4 .cf_radio,
.register__form .select-gender.x-4 .cf_bool__label,
.register__form .select-age.x-4 .cf_radio,
.register__form .select-age.x-4 .cf_bool__label, .side_form .radio-box.x-4 .cf_radio,
.side_form .radio-box.x-4 .cf_bool__label,
.side_form .select-gender.x-4 .cf_radio,
.side_form .select-gender.x-4 .cf_bool__label,
.side_form .select-age.x-4 .cf_radio,
.side_form .select-age.x-4 .cf_bool__label {
  width: 24% !important; }

.register__form .radio-box.x-4 .cf_bool,
.register__form .radio-box.x-4 .path-dynamic-field,
.register__form .radio-box.x-4 .path-form-field-with-feedback-control,
.register__form .radio-box.x-4 .path-cf-radio,
.register__form .radio-box.x-4 .path-form-field-with-feedback,
.register__form .select-gender.x-4 .cf_bool,
.register__form .select-gender.x-4 .path-dynamic-field,
.register__form .select-gender.x-4 .path-form-field-with-feedback-control,
.register__form .select-gender.x-4 .path-cf-radio,
.register__form .select-gender.x-4 .path-form-field-with-feedback,
.register__form .select-age.x-4 .cf_bool,
.register__form .select-age.x-4 .path-dynamic-field,
.register__form .select-age.x-4 .path-form-field-with-feedback-control,
.register__form .select-age.x-4 .path-cf-radio,
.register__form .select-age.x-4 .path-form-field-with-feedback, .side_form .radio-box.x-4 .cf_bool,
.side_form .radio-box.x-4 .path-dynamic-field,
.side_form .radio-box.x-4 .path-form-field-with-feedback-control,
.side_form .radio-box.x-4 .path-cf-radio,
.side_form .radio-box.x-4 .path-form-field-with-feedback,
.side_form .select-gender.x-4 .cf_bool,
.side_form .select-gender.x-4 .path-dynamic-field,
.side_form .select-gender.x-4 .path-form-field-with-feedback-control,
.side_form .select-gender.x-4 .path-cf-radio,
.side_form .select-gender.x-4 .path-form-field-with-feedback,
.side_form .select-age.x-4 .cf_bool,
.side_form .select-age.x-4 .path-dynamic-field,
.side_form .select-age.x-4 .path-form-field-with-feedback-control,
.side_form .select-age.x-4 .path-cf-radio,
.side_form .select-age.x-4 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.register__form .left-radio input[type="radio"], .side_form .left-radio input[type="radio"] {
  left: 10px !important; }

.register__form .top-radio input[type="radio"], .side_form .top-radio input[type="radio"] {
  left: 50% !important;
  -webkit-transform: translate(-50%, -18%);
      -ms-transform: translate(-50%, -18%);
          transform: translate(-50%, -18%); }
  .register__form .top-radio input[type="radio"] + span, .side_form .top-radio input[type="radio"] + span {
    padding-top: 34px !important;
    text-align: center !important; }

.register__form .radio-box .cf_bool label, .side_form .radio-box .cf_bool label {
  width: 50%;
  text-align: center; }

.register__form .radio-box input[type="radio"], .side_form .radio-box input[type="radio"] {
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  /* background: none; */
  border-radius: 0.1875rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.25rem !important;
  width: 1.25rem !important;
  z-index: 6;
  left: 10px;
  border: 2px solid #3d3d3d;
  top: 5px; }
  .register__form .radio-box input[type="radio"]:focus, .side_form .radio-box input[type="radio"]:focus {
    outline: none; }
  .register__form .radio-box input[type="radio"]:checked, .side_form .radio-box input[type="radio"]:checked {
    border: none;
    background: url(../img/check.svg), #fe9701;
    background-size: cover; }

.multiple {
  background: #8f99a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 3rem !important;
  height: auto !important;
  width: 100%;
  border-radius: .25rem !important;
  position: relative;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .multiple:focus {
    outline: none; }
  .multiple.checked {
    background: #576675 !important; }
  .multiple input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e3e6e8;
    border-radius: .125rem;
    content: '';
    cursor: pointer;
    position: absolute;
    left: .75rem;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: var(--border-width-base) solid #8f99a3; }
    .multiple input[type="checkbox"]:focus {
      outline: none; }
    .multiple input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #41c96f;
      background-size: cover; }

.tcpa-item-answer {
  margin: 0 10px .5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.tcpa-question {
  margin-bottom: 1rem; }

.tcpa-continue-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-width: 210px;
  margin: auto !important;
  padding: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px; }

#optout-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem; }
  #optout-form .form-check .invalid-feedback {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #optout-form .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e3e6e8;
    border-radius: 0.125rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: var(--border-width-base) solid #8f99a3;
    position: relative;
    padding: 0;
    margin: 0; }
    #optout-form .form-check-input:focus {
      outline: none; }
    #optout-form .form-check-input:checked {
      border: none;
      background: #3fa9f5 url(../img/check.svg);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center; }
  #optout-form .form-check-label {
    padding: 0 0 0 0.5rem;
    margin: 0 0 1px 0; }
    #optout-form .form-check-label + .invalid-feedback {
      margin: 0 0 -1px 0.5rem; }

#optout-form label {
  margin: 0.5rem 0 0.5rem; }

@media (max-width: 979px) {
  #optout-form label {
    font-size: 0.75rem; } }

.post {
  min-height: calc(100vh - 9.75rem); }
  .post__wrapper h1 {
    font-size: 2.75rem;
    color: #444444;
    margin-bottom: 0;
    font-weight: 700; }
  .post__wrapper .form-wrapper-flex input[type="text"] {
    border: 1px solid #b1b1b1; }
  .post__wrapper .form-wrapper-flex input.form-button {
    margin: 0 auto !important;
    line-height: initial !important; }

.progress-inner {
  display: block;
  height: 100%;
  width: "0%";
  background: #3fa9f5; }
  .progress-inner-10 {
    display: block;
    height: 100%;
    width: 10%;
    background: #3fa9f5; }
  .progress-inner-20 {
    display: block;
    height: 100%;
    width: 20%;
    background: #3fa9f5; }
  .progress-inner-30 {
    display: block;
    height: 100%;
    width: 30%;
    background: #3fa9f5; }
  .progress-inner-40 {
    display: block;
    height: 100%;
    width: 40%;
    background: #3fa9f5; }
  .progress-inner-50 {
    display: block;
    height: 100%;
    width: 50%;
    background: #3fa9f5; }
  .progress-inner-60 {
    display: block;
    height: 100%;
    width: 60%;
    background: #3fa9f5; }
  .progress-inner-70 {
    display: block;
    height: 100%;
    width: 70%;
    background: #3fa9f5; }
  .progress-inner-80 {
    display: block;
    height: 100%;
    width: 80%;
    background: #3fa9f5; }
  .progress-inner-90 {
    display: block;
    height: 100%;
    width: 90%;
    background: #3fa9f5; }
  .progress-inner-100 {
    display: block;
    height: 100%;
    width: 100%;
    background: #3fa9f5; }

.progress-bar {
  padding: 1.25rem 0rem 1.25rem 0rem;
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: none; }
  .progress-bar .progress {
    width: 100%;
    height: 1.5rem;
    border: 1px solid #a8b4c3;
    border-radius: 2rem;
    overflow: hidden;
    background: white; }
  .progress-bar .progress-percentage {
    color: white;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: right;
    margin-right: 0.5rem; }

@media (max-width: 768px) {
  .progress-bar {
    padding: 0 0 1rem; }
    .progress-bar .progress-percentage {
      margin-left: 1rem; } }

.ql-editor {
  padding: 0rem !important;
  white-space: normal !important; }
  .ql-editor h2 {
    font-size: 1.5rem; }
  .ql-editor p {
    margin-bottom: .5rem !important; }
    .ql-editor p:last-child {
      margin-bottom: 0 !important; }

.steps__progress {
  background: #0182c6;
  height: auto;
  padding: 24px 0 24px; }
  .steps__progress p {
    color: white;
    opacity: 0.8;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: normal; }

@media (max-width: 979px) {
  .register__wrapper {
    padding: 0; } }

.register__header {
  margin: 2rem 0; }

.register__form {
  max-width: 400px;
  background: #0f7ec8;
  border-radius: 10px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 979px) {
    .register__form {
      margin-top: 0; } }
  .register__form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0.1875rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 2px solid #3d3d3d; }
    .register__form input[type="checkbox"]:focus {
      outline: none; }
    .register__form input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #00a09e;
      background-size: cover; }
  .register__form input[type="button"] {
    font-weight: 700; }
  .register__form input[type="radio"] {
    display: none; }
    .register__form input[type="radio"] + span {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #fafafa;
      -webkit-font-smoothing: antialiased;
      border-radius: 2px;
      border: 1px solid #e3e6e8;
      color: #576675 !important;
      cursor: pointer;
      display: block;
      font-weight: 600;
      margin: 0;
      padding: 0.8rem 25px 0.8rem 38px;
      position: relative;
      text-align: left;
      width: 100%;
      font-size: 1rem;
      border: solid 1px #ccc;
      border-radius: 10px; }
    .register__form input[type="radio"]:focus {
      outline: none; }
    .register__form input[type="radio"]:checked {
      background: #ffffff;
      background-size: cover; }
  .register__form.normal {
    padding: 1rem;
    color: white !important; }
    .register__form.normal h3 {
      color: white !important; }
    .register__form.normal select,
    .register__form.normal input {
      display: block;
      width: 100% !important;
      font-size: 18px;
      margin: 0 auto 1rem;
      height: auto;
      line-height: 1.5 !important;
      border: none;
      outline: none;
      text-align: center; }
    .register__form.normal .form-button {
      background: #fe9700;
      width: 100%;
      margin-top: 1rem;
      color: white;
      height: 52px; }

.steps__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: white; }

@media (max-width: 979px) {
  .register__wrapper {
    padding: 0; }
  .register__header {
    margin: 2rem 0 1.5rem 0; }
  .register__title {
    font-size: 1.5rem; }
  .register__subtitle {
    font-size: 0.875rem; } }

.rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rules__link {
    background: #e3e6e8;
    color: #243342;
    padding: 1rem;
    border-radius: .25rem;
    margin: .25rem;
    -webkit-transition: .2s;
    transition: .2s; }
    .rules__link:hover {
      text-decoration: none;
      background: #00a09e;
      color: white; }

.survey {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
      grid-template-areas: 'form tuto';
  background-color: white;
  border-radius: .5rem;
  position: relative;
  padding: 3.75rem; }
  .survey .coupon__data {
    padding: 0; }
  .survey__header {
    display: none;
    padding: 1rem; }
    .survey__header h2 {
      font-weight: 900;
      font-size: 1.5rem;
      margin-left: 3.5rem;
      line-height: 2.5rem; }
  .survey__questions {
    padding: 4.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 40rem; }
    .survey__questions__header, .survey__questions__step, .survey__questions__message {
      padding: 0 4.5rem; }
    .survey__questions h2 {
      font-size: 2rem;
      font-weight: 900;
      font-family: var(--general-font); }
    .survey__questions h3 {
      font-size: 1.25rem;
      font-weight: 900;
      font-family: var(--general-font);
      margin-bottom: 1.5rem;
      text-align: center; }
    .survey__questions p {
      margin-bottom: auto;
      font-size: 1rem; }
    .survey__questions .carousel-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .survey__questions__step {
      margin-top: 2rem; }
    .survey__questions__message h2 {
      margin-top: 4rem; }
    .survey__questions__message p {
      margin: .5rem 0 2rem; }
  .survey__form {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2; }
    .survey__form h2 {
      font-size: 2rem;
      font-weight: 900; }
    .survey__form h4 {
      margin-bottom: 1.5rem;
      font-size: 1.2rem;
      font-family: var(--general-font); }
    .survey__form input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #e3e6e8;
      border-radius: .125rem;
      content: '';
      cursor: pointer;
      position: absolute;
      height: 1.5rem !important;
      width: 1.5rem !important;
      border: var(--border-width-base) solid #8f99a3; }
      .survey__form input[type="checkbox"]:focus {
        outline: none; }
      .survey__form input[type="checkbox"]:checked {
        border: none;
        background: url(../img/check.svg), #41c96f;
        background-size: cover; }
    .survey__form input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #e3e6e8;
      border-radius: .75rem;
      content: '';
      cursor: pointer;
      position: absolute;
      height: 1.5rem !important;
      width: 1.5rem !important;
      border: var(--border-width-base) solid #8f99a3; }
      .survey__form input[type="radio"]:focus {
        outline: none; }
      .survey__form input[type="radio"]:checked {
        border: 0.375rem solid #00a09e;
        background: #ffffff;
        background-size: cover; }
  .survey__tcpa {
    font-size: .75rem;
    margin-top: 1rem; }

@media (max-width: 992px) {
  .survey {
    display: block;
    padding: 1rem; }
    .survey__tuto {
      background: url(../img/survey_bg_mobile.svg), linear-gradient(135deg, #9ac982, #4db377);
      background-repeat: repeat-x;
      padding: 4.5rem;
      border-radius: 0 0 2.25rem 2.25rem; }
    .survey__form input[type="checkbox"] {
      border-radius: .125rem;
      height: 2rem !important;
      width: 2rem !important; }
    .survey__product:before {
      height: .25rem;
      background: url(../img/survey_bg_mobile.svg);
      width: 100%; } }

@media (max-width: 425px) {
  .survey {
    margin: .0625rem 0 -.25rem 0;
    border-radius: 0; }
    .survey__header h2 {
      line-height: 1.5rem;
      margin-left: 2.5rem; }
    .survey__questions, .survey__form {
      padding: 0; }
      .survey__questions .row-spacing, .survey__form .row-spacing {
        padding: 0 .5rem; }
        .survey__questions .row-spacing .form-field-col, .survey__form .row-spacing .form-field-col {
          padding: 0 .25rem; }
    .survey__tuto {
      padding: 5rem 1rem;
      border-radius: 0; } }

.tutorial__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 979px) {
    .tutorial__container {
      margin-bottom: 20px; } }

@media (max-width: 979px) {
  .tutorial__icon {
    margin-bottom: 2px;
    display: block; } }

.tutorial__info {
  width: 250px;
  margin: 0 0 0 1rem; }
  @media (max-width: 979px) {
    .tutorial__info {
      width: 100%; } }
  .tutorial__info h2 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.4rem; }

#works h2 {
  font-size: 48px;
  color: #178af0;
  font-weight: 500;
  margin-bottom: 1rem; }
  @media (max-width: 620px) {
    #works h2 {
      font-size: 34px; } }

#works .steps_container {
  background: #f9f9f9;
  color: #5f5a55;
  font-size: 20px;
  padding: 2rem; }
  @media (max-width: 620px) {
    #works .steps_container {
      padding: 1rem; } }

#works .steps .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  gap: 20px; }
  @media (max-width: 620px) {
    #works .steps .box {
      display: block; } }
  #works .steps .box div img {
    border-radius: 100px;
    margin-right: 1rem; }
    @media (max-width: 620px) {
      #works .steps .box div img {
        margin-bottom: 1rem; } }

#works .steps h3 {
  font-weight: 500;
  color: #5f5a55;
  font-size: 40px;
  margin-bottom: 1.25rem; }
  @media (max-width: 620px) {
    #works .steps h3 {
      font-size: 28px; } }

header {
  border-bottom: solid #3fa9f5 1px; }
  header.no-border {
    border: none; }
  header.no-bg {
    background: transparent; }
  header.finish__template-2 {
    background: url(../img/swirl_pattern.png) repeat;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header.finish__template-2 .logotype {
      top: 0; }
  header.template__hustle {
    min-height: 244px;
    height: auto;
    background-size: cover;
    background-position: center; }
    @media (max-width: 979px) {
      header.template__hustle {
        min-height: 184px;
        padding: 0; } }
    header.template__hustle .container-xxl {
      max-width: 1440px !important; }
    header.template__hustle .logo {
      display: block; }
      @media (max-width: 979px) {
        header.template__hustle .logo img {
          height: 60px; } }
    header.template__hustle h1 {
      font-size: 30pt;
      font-weight: 500;
      margin-top: 2.8rem;
      line-height: 1.1;
      padding-bottom: 50px; }
      @media (max-width: 979px) {
        header.template__hustle h1 {
          font-size: 26px;
          margin-top: 0; } }
      header.template__hustle h1 strong {
        color: #f7931e; }
  header .logotype {
    position: relative;
    top: 16px; }
    @media (max-width: 979px) {
      header .logotype {
        width: 40%; } }
  header ul {
    padding: 0;
    margin: 0; }
    header ul li {
      display: inline-block;
      background: none;
      width: inherit;
      list-style: none; }
      header ul li a {
        display: block;
        padding: 10px;
        -webkit-transition: 450ms;
        transition: 450ms;
        color: #4b4b4b;
        font-size: 14px;
        text-decoration: none; }
        header ul li a:hover {
          text-decoration: underline;
          background: #ccc;
          color: #4b4b4b; }
    header ul.list {
      padding: 0;
      width: 452px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 2rem auto 0; }
      @media (max-width: 979px) {
        header ul.list {
          width: 100%; } }
      header ul.list li {
        width: 50%;
        background: url(../img/bullet.png) left no-repeat;
        font-size: .8rem;
        padding-left: 1rem;
        color: #2a2a2a;
        font-weight: 600;
        float: left; }
        @media (max-width: 979px) {
          header ul.list li {
            width: 100%; } }
  @media (max-width: 979px) {
    header {
      padding: 20px 0;
      border-bottom: 2px solid #f7f5f5;
      background: #f7f5f5;
      text-align: center; } }

.form-wrapper-flex .form-row,
.tcpa-details .form-row {
  margin: 0 -0.5rem;
  -ms-flex-wrap: unset;
      flex-wrap: unset; }
  .form-wrapper-flex .form-row.term,
  .tcpa-details .form-row.term {
    padding: 0 0.5rem; }
  .form-wrapper-flex .form-row .x-6,
  .tcpa-details .form-row .x-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0.5rem; }

.form-wrapper-flex .form-col,
.tcpa-details .form-col {
  margin: 0 0.5rem; }

.form-wrapper-flex label,
.tcpa-details label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: black;
  position: relative;
  cursor: pointer; }
  @media (max-width: 979px) {
    .form-wrapper-flex label,
    .tcpa-details label {
      margin-bottom: 2px; } }

.form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]),
.form-wrapper-flex select,
.tcpa-details input:not([type="checkbox"]):not([type="radio"]),
.tcpa-details select {
  display: block;
  width: 80%;
  font-size: 18px;
  margin: 0 auto 1rem;
  height: auto;
  line-height: 1.5 !important;
  border: none;
  outline: none;
  text-align: center; }
  @media (max-width: 979px) {
    .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]),
    .form-wrapper-flex select,
    .tcpa-details input:not([type="checkbox"]):not([type="radio"]),
    .tcpa-details select {
      margin-bottom: 1rem;
      padding: 0.625rem;
      color: #4a4a4a; } }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .form-wrapper-flex select::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .tcpa-details select::-webkit-input-placeholder {
    color: rbg(74, 74, 74);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .form-wrapper-flex select::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .tcpa-details select::-moz-placeholder {
    color: rbg(74, 74, 74);
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .form-wrapper-flex select:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .tcpa-details select:-ms-input-placeholder {
    color: rbg(74, 74, 74);
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .form-wrapper-flex select::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .tcpa-details select::-ms-input-placeholder {
    color: rbg(74, 74, 74);
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::placeholder,
  .form-wrapper-flex select::placeholder,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"])::placeholder,
  .tcpa-details select::placeholder {
    color: rbg(74, 74, 74);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .form-wrapper-flex select:hover::-webkit-input-placeholder, .form-wrapper-flex select:focus::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .tcpa-details select:hover::-webkit-input-placeholder, .tcpa-details select:focus::-webkit-input-placeholder {
    color: rbg(74, 74, 74);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .form-wrapper-flex select:hover::-moz-placeholder, .form-wrapper-flex select:focus::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .tcpa-details select:hover::-moz-placeholder, .tcpa-details select:focus::-moz-placeholder {
    color: rbg(74, 74, 74);
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .form-wrapper-flex select:hover:-ms-input-placeholder, .form-wrapper-flex select:focus:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .tcpa-details select:hover:-ms-input-placeholder, .tcpa-details select:focus:-ms-input-placeholder {
    color: rbg(74, 74, 74);
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .form-wrapper-flex select:hover::-ms-input-placeholder, .form-wrapper-flex select:focus::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .tcpa-details select:hover::-ms-input-placeholder, .tcpa-details select:focus::-ms-input-placeholder {
    color: rbg(74, 74, 74);
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::placeholder,
  .form-wrapper-flex select:hover::placeholder,
  .form-wrapper-flex select:focus::placeholder,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::placeholder,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::placeholder,
  .tcpa-details select:hover::placeholder,
  .tcpa-details select:focus::placeholder {
    color: rbg(74, 74, 74);
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover,
  .form-wrapper-flex select:hover,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover,
  .tcpa-details select:hover {
    border-color: #c7ccd1; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus,
  .form-wrapper-flex select:focus,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus,
  .tcpa-details select:focus {
    border-color: #7053ec;
    outline: 0 none; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error,
  .form-wrapper-flex select.error,
  .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error,
  .tcpa-details select.error {
    border-color: #ff5b4d;
    border-width: 2px; }
    .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error:hover, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error:focus,
    .form-wrapper-flex select.error:hover,
    .form-wrapper-flex select.error:focus,
    .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error:hover,
    .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error:focus,
    .tcpa-details select.error:hover,
    .tcpa-details select.error:focus {
      border-color: #ff2d1a; }
    .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error ~ .hidden,
    .form-wrapper-flex select.error ~ .hidden,
    .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error ~ .hidden,
    .tcpa-details select.error ~ .hidden {
      color: #ff4433;
      font-size: 0.75rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      margin-top: -1rem;
      text-transform: uppercase; }

@media (max-width: 979px) {
  .form-wrapper-flex input#zip,
  .tcpa-details input#zip {
    padding: 1.2rem; } }

.form-wrapper-flex select,
.tcpa-details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center; }

.unsubscribe input:not([type="checkbox"]):not([type="radio"]),
.unsubscribe select, .optout input:not([type="checkbox"]):not([type="radio"]),
.optout select {
  display: block;
  width: 100%;
  height: auto;
  line-height: auto;
  border: 1px solid #b1b1b1;
  font-size: 24px !important;
  font-weight: 400 !important; }

.unsubscribe.post__wrapper .form-wrapper-flex input.form-button, .optout.post__wrapper .form-wrapper-flex input.form-button {
  width: 100% !important;
  border: 0 !important;
  margin-top: 1rem !important; }

.loading i {
  display: block !important; }

.loading span {
  display: none !important; }

.form-wrapper-flex {
  position: relative; }
  .form-wrapper-flex .hidden {
    display: none; }
  .form-wrapper-flex .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-wrapper-flex .form-row .x-3 {
      width: 25%; }
    .form-wrapper-flex .form-row .x-4 {
      width: 33.33333333%; }
    .form-wrapper-flex .form-row .x-6 {
      width: 50%; }
    .form-wrapper-flex .form-row .x-8 {
      width: 66.66666666%; }
    .form-wrapper-flex .form-row .x-9 {
      width: 75%; }
    .form-wrapper-flex .form-row .x-12 {
      width: 100%; }
    .form-wrapper-flex .form-row .x-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 !important; }
    .form-wrapper-flex .form-row .dob select {
      width: calc(33.33333333% - 13.33333333px); }
      .form-wrapper-flex .form-row .dob select:not:last-of-type {
        margin-right: 20px; }

.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }

.terms span,
.terms label,
.tcpa-terms span,
.tcpa-terms label {
  color: #576675;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 1rem; }

.terms label.terms-label--text {
  padding: 0;
  font-size: 12px;
  color: #dbd9d9;
  line-height: 1;
  margin: 10px; }
  .terms label.terms-label--text a {
    color: #fe9700; }

.optin input[type="email"] {
  background: url("../img/icon-mail-in.svg") no-repeat scroll 14px 13px;
  padding-left: 50px; }

.loading i {
  display: block !important; }

.loading span {
  display: none !important; }

#submitbutton i {
  display: none; }

#submitbutton span {
  display: block; }

.tcpa-questionary-form .tcpa-questionary {
  width: 100% !important; }

.tcpa-questionary-form .tcpa-question {
  color: #090026 !important;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold; }

.tcpa-questionary-form .tcpa-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-width: 320px;
  margin: auto !important;
  padding: 0 !important; }

.tcpa-details ~ .form-row {
  margin: 0; }

#tcpacheck {
  margin: 0; }

#tcpa-confirmation-concent {
  margin: 1rem auto 0 auto;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #tcpa-confirmation-concent .tcpa-consent {
    background: #00a09e; }
  #tcpa-confirmation-concent > * {
    padding: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  @media (max-width: 768px) {
    #tcpa-confirmation-concent {
      width: 100%;
      margin-top: 10px; } }

.tcpa-confirmation {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .tcpa-confirmation {
      width: 98%; } }
  .tcpa-confirmation #tcpacheck {
    display: inline-block;
    font-size: 12px;
    opacity: 1; }

.form-homebiz {
  width: 96%;
  max-width: 580px;
  background: #f7f7f9;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #ccc;
  padding-inline: 1rem; }
  .form-homebiz input {
    display: block;
    margin: 0 auto 1rem !important;
    width: 100% !important;
    height: 35px !important;
    color: #fe6522;
    border: 1px solid #767676 !important;
    font-size: 15px !important;
    text-align: left !important;
    padding: 0 20px; }
  .form-homebiz select {
    display: block !important;
    width: 100% !important;
    height: 41px !important;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 15px !important;
    color: #666;
    border: 1px solid #767676 !important;
    text-align: left !important;
    padding: 0 20px;
    border-radius: 0;
    margin-bottom: 1rem; }
  .form-homebiz .form_text h3 {
    font-size: 30px;
    color: #fe6522;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.1em; }
  .form-homebiz .form_text p {
    font-size: 18px;
    color: #605d5d; }
  .form-homebiz .form_text h5 {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin: 20px 0; }
  .form-homebiz .terms label.terms-label--text {
    font-size: 14px;
    color: #797979;
    font-weight: 300;
    padding: 10px 20px;
    text-align: justify;
    line-height: 22px;
    cursor: default; }

.form-beginner select {
  line-height: 1em;
  height: 50px;
  display: block;
  margin: 10px auto;
  text-align: left;
  padding-left: 1rem;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #ccc;
  font-size: 1em;
  color: #666666; }

.form-exclusive select {
  line-height: 1em;
  height: 50px;
  display: block;
  margin: 10px auto;
  text-align: left;
  padding-left: 1rem;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #ccc;
  font-size: 1em;
  color: #666666; }

.form-verified select {
  line-height: 1em;
  height: 50px;
  display: block;
  margin: 10px auto;
  text-align: left;
  padding-left: 1rem;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #ccc;
  font-size: 1em;
  color: #666666; }

.form-recession {
  width: 450px;
  background: #fff;
  max-width: 450px;
  margin: 14px 0;
  padding: 31px 3%;
  border-radius: 0; }
  @media (max-width: 979px) {
    .form-recession {
      width: 96%; } }
  .form-recession input {
    display: block !important;
    width: 100% !important;
    height: 36px !important;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #666;
    border: 1px solid #767676 !important;
    text-align: left !important;
    padding: 0 20px; }
  .form-recession select {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #666;
    border: 1px solid #767676 !important;
    text-align: left !important;
    padding: 0 20px;
    border-radius: 0;
    margin-bottom: 1rem; }
  .form-recession .form_text h3 {
    font-size: 30px;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-weight: 700; }
  .form-recession .form_text p {
    font-size: 12px;
    color: #b4b4b4;
    line-height: 1.5 !important;
    text-align: center; }
  .form-recession .form_text h4 {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #757575;
    font-weight: 700; }
  .form-recession .terms label.terms-label--text {
    font-size: 12px;
    color: #b4b4b4;
    line-height: 1.5 !important;
    text-align: justify;
    padding: 0; }

footer {
  margin: 0 0 0;
  text-align: center;
  color: #fff;
  background: #333;
  padding-bottom: 2rem; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    footer ul li {
      display: inline;
      border-left: 1px solid #e3e6e8;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      @media (max-width: 979px) {
        footer ul li {
          border-left: 0; } }
      footer ul li:first-child {
        border-left: none; }
      footer ul li a {
        color: white;
        padding: 0 .5rem;
        -webkit-transition: color var(--transition-base);
        transition: color var(--transition-base); }
        footer ul li a:hover {
          color: #00a651; }

@media (max-width: 979px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer ul li {
      margin-bottom: .5rem; } }

@media (max-width: 979px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 979px) {
  .hide_mob {
    display: none !important;
    visibility: hidden; } }

@media (max-width: 979px) {
  .hide_mob li {
    display: none !important;
    visibility: hidden; } }

.list_mob {
  background: #ffffffcf;
  border-radius: 10px;
  margin: 2rem 0;
  padding: 2rem; }
  @media (max-width: 979px) {
    .list_mob {
      display: none !important; } }
  .list_mob li {
    width: 45%;
    background: url(../img/bullet.png) left no-repeat;
    font-size: 18px;
    padding-left: 1rem;
    color: #2a2a2a;
    font-weight: 600;
    list-style: none; }
    @media (max-width: 979px) {
      .list_mob li {
        width: 100%;
        display: none; } }

.banner__wrapper {
  margin-top: 2rem; }
  .banner__wrapper .bg {
    background-repeat: no-repeat;
    background-position: 13% -37px;
    background-size: 540px; }
    @media (max-width: 979px) {
      .banner__wrapper .bg {
        background-image: inherit !important;
        margin-top: 0px; } }
  .banner__wrapper h2 {
    font-size: 3.75rem;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.1em; }
  .banner__wrapper h2,
  .banner__wrapper h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
  .banner__wrapper h3 {
    font-size: 22px;
    color: #0472c8 !important;
    font-weight: 700; }
  .banner__wrapper .stamp {
    position: absolute;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translate(-87%, -55%);
        -ms-transform: translate(-87%, -55%);
            transform: translate(-87%, -55%); }
    @media (max-width: 979px) {
      .banner__wrapper .stamp {
        width: 120px;
        left: inherit;
        bottom: inherit;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-18%, -167%);
            -ms-transform: translate(-18%, -167%);
                transform: translate(-18%, -167%); }
        .banner__wrapper .stamp img {
          width: 100%; } }
  .banner__wrapper-beginner h2 {
    font-size: 2.9em; }
    .banner__wrapper-beginner h2:after {
      content: "";
      position: absolute;
      background: url(../img/arrow_beginner.png) no-repeat;
      width: 94px;
      height: 101px;
      right: 0;
      bottom: -230px; }
      @media (max-width: 979px) {
        .banner__wrapper-beginner h2:after {
          display: none;
          margin-top: 0; } }
  .banner__wrapper-beginner .register__form .form-wrapper-flex form input {
    line-height: 1em;
    height: 50px;
    display: block;
    margin: 10px auto;
    text-align: left;
    padding-left: 1rem;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #ccc;
    font-size: 1em;
    color: #666666; }
  .banner__wrapper-beginner h2, .banner__wrapper-exclusive h2, .banner__wrapper-verified h2 {
    font-size: 3.1em;
    text-align: center;
    color: #666666;
    font-weight: 700;
    line-height: 1.1em;
    font-family: var(--font-beginner);
    position: relative; }
    .banner__wrapper-beginner h2:after, .banner__wrapper-exclusive h2:after, .banner__wrapper-verified h2:after {
      content: "";
      position: absolute;
      background: url(../img/arrow_beginner.png) no-repeat;
      width: 94px;
      height: 101px;
      right: 0;
      bottom: -201px; }
      @media (max-width: 979px) {
        .banner__wrapper-beginner h2:after, .banner__wrapper-exclusive h2:after, .banner__wrapper-verified h2:after {
          display: none; } }
  .banner__wrapper-beginner h3, .banner__wrapper-exclusive h3, .banner__wrapper-verified h3 {
    text-align: center;
    color: #ff7b08;
    margin: 0 auto;
    font-size: 5.1em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: var(--font-beginner); }
    @media (max-width: 979px) {
      .banner__wrapper-beginner h3, .banner__wrapper-exclusive h3, .banner__wrapper-verified h3 {
        line-height: normal;
        font-size: 3.1em; } }
  .banner__wrapper-beginner img, .banner__wrapper-exclusive img, .banner__wrapper-verified img {
    width: 685px;
    position: absolute;
    bottom: -95px;
    left: 5%; }
  .banner__wrapper-beginner .register__form, .banner__wrapper-exclusive .register__form, .banner__wrapper-verified .register__form {
    background: white;
    color: #999;
    width: 464px;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
            box-shadow: 0px 0px 10px 0px #ccc;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 464px;
    padding: 2rem 1rem;
    border-radius: 15px;
    position: relative; }
    .banner__wrapper-beginner .register__form h3, .banner__wrapper-exclusive .register__form h3, .banner__wrapper-verified .register__form h3 {
      font-weight: 400;
      font-size: 1.2em;
      color: #999;
      text-align: center;
      margin: 20px auto;
      line-height: 1.4em;
      text-transform: inherit; }
      .banner__wrapper-beginner .register__form h3 span, .banner__wrapper-exclusive .register__form h3 span, .banner__wrapper-verified .register__form h3 span {
        font-weight: 700;
        color: #333; }
    .banner__wrapper-beginner .register__form .form-wrapper-flex form input, .banner__wrapper-exclusive .register__form .form-wrapper-flex form input, .banner__wrapper-verified .register__form .form-wrapper-flex form input {
      line-height: 1em;
      height: 50px;
      display: block;
      margin: 10px auto;
      text-align: left;
      padding-left: 1rem;
      width: 100%;
      border-radius: 10px;
      border: solid 1px #ccc;
      font-size: 1em;
      color: #666666; }
    .banner__wrapper-beginner .register__form .form-wrapper-flex form .submit-bigner button, .banner__wrapper-exclusive .register__form .form-wrapper-flex form .submit-bigner button, .banner__wrapper-verified .register__form .form-wrapper-flex form .submit-bigner button {
      background: #61b641;
      background: -webkit-gradient(linear, left top, left bottom, from(#61b641), to(#538e3d));
      background: linear-gradient(180deg, #61b641 0%, #538e3d 100%);
      color: white;
      font-size: 2rem;
      font-weight: 500;
      border-radius: 10px;
      padding: 0.4rem 2rem;
      margin: 1rem 0;
      width: 93%;
      height: auto; }
      @media (max-width: 979px) {
        .banner__wrapper-beginner .register__form .form-wrapper-flex form .submit-bigner button, .banner__wrapper-exclusive .register__form .form-wrapper-flex form .submit-bigner button, .banner__wrapper-verified .register__form .form-wrapper-flex form .submit-bigner button {
          font-size: 1.5rem; } }
    .banner__wrapper-beginner .register__form .form-wrapper-flex form label.terms-label--text, .banner__wrapper-exclusive .register__form .form-wrapper-flex form label.terms-label--text, .banner__wrapper-verified .register__form .form-wrapper-flex form label.terms-label--text {
      line-height: 20px; }
    .banner__wrapper-beginner .register__form .unsuscribe, .banner__wrapper-exclusive .register__form .unsuscribe, .banner__wrapper-verified .register__form .unsuscribe {
      text-align: center;
      font-size: 0.8em; }
      .banner__wrapper-beginner .register__form .unsuscribe strong, .banner__wrapper-exclusive .register__form .unsuscribe strong, .banner__wrapper-verified .register__form .unsuscribe strong {
        display: block;
        color: #666; }
    .banner__wrapper-beginner .register__form .terms label.terms-label--text, .banner__wrapper-exclusive .register__form .terms label.terms-label--text, .banner__wrapper-verified .register__form .terms label.terms-label--text {
      font-size: 12px;
      text-align: justify;
      color: #999;
      padding: 0; }
  .banner__wrapper-exclusive h2:after {
    bottom: -259px !important;
    right: -74px !important; }
  .banner__wrapper-exclusive .register__form {
    margin-top: -82px; }
    @media (max-width: 979px) {
      .banner__wrapper-exclusive .register__form {
        margin-top: 0;
        padding: 2rem 3rem; } }
  .banner__wrapper-exclusive ul.list {
    margin-top: 0 !important;
    padding-left: 0; }
  .banner__wrapper-exclusive h2:after, .banner__wrapper-verified h2:after {
    bottom: -352px; }
  .banner__wrapper-exclusive .register__form, .banner__wrapper-verified .register__form {
    max-width: 100%;
    padding: 2rem 2rem; }
  .banner__wrapper-exclusive ul.list, .banner__wrapper-verified ul.list {
    margin-top: 2rem; }
    .banner__wrapper-exclusive ul.list li, .banner__wrapper-verified ul.list li {
      width: 45%;
      background: url(../img/bullet.png) left no-repeat;
      font-size: 18px;
      padding-left: 1rem;
      color: #2a2a2a;
      font-weight: 600;
      list-style: none; }
      @media (max-width: 979px) {
        .banner__wrapper-exclusive ul.list li, .banner__wrapper-verified ul.list li {
          width: 100%; } }
  .banner__wrapper-verified h2 {
    font-size: 2.2em; }
    .banner__wrapper-verified h2:after {
      display: none; }
  .banner__wrapper-verified h3 {
    font-size: 3.6em; }
  .banner__wrapper-verified ul {
    max-width: 600px !important;
    width: 600px;
    padding: 0; }
    @media (max-width: 979px) {
      .banner__wrapper-verified ul {
        width: 100%;
        max-width: auto !important; } }
    .banner__wrapper-verified ul.list li {
      color: #666666;
      font-weight: 400; }
  .banner__wrapper-verified .register {
    position: relative; }
    .banner__wrapper-verified .register__form {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
      .banner__wrapper-verified .register__form #col-field-html span {
        font-size: 0.875rem; }
        .banner__wrapper-verified .register__form #col-field-html span strong {
          font-weight: 700;
          color: #333; }
      .banner__wrapper-verified .register__form:after {
        content: "";
        background: url(../img/arrow_ve.png) no-repeat;
        width: 37px;
        height: 103px;
        position: absolute;
        right: -84px;
        top: 10px; }
        @media (max-width: 979px) {
          .banner__wrapper-verified .register__form:after {
            display: none; } }
      .banner__wrapper-verified .register__form .terms label.terms-label--text {
        font-size: 10px;
        color: #9d9c9c;
        line-height: 15px !important;
        padding-bottom: 0; }

main.beginner, main.exclusive, main.veri, main.hustle {
  min-height: 93vh;
  height: auto; }

main .form-button {
  background: #fe9700;
  width: 100%;
  margin-top: 1rem;
  color: white;
  height: auto; }
  main .form-button:hover {
    background: #212529;
    color: white; }

main.homebiz .container {
  width: 1180px; }

main.homebiz strong {
  font-weight: bold; }

main.homebiz img.img-banner {
  width: 519px;
  margin-left: -2.4rem; }

main.homebiz h1 {
  font-size: 63px;
  color: #fe6522;
  margin: 20px 0;
  line-height: 1.2; }

main.homebiz h2 {
  color: #323a45;
  max-width: 500px;
  font-size: 24px;
  font-weight: 300; }

main.homebiz .highlight-container {
  background: #323a45;
  padding: 40px 20px;
  color: #fff; }
  main.homebiz .highlight-container p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0; }

main.homebiz ul {
  list-style: none;
  margin: 0;
  padding: 0 110px 0 20px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }
  main.homebiz ul li {
    width: 100%;
    background: url(../img/bullet2.png) left no-repeat;
    font-size: 16px;
    padding-left: 23px;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
    color: #666;
    font-weight: 400;
    list-style: none; }
    @media (max-width: 979px) {
      main.homebiz ul li {
        font-size: 16px; } }

main.homebiz .text-sec h2 {
  font-size: 28px;
  font-weight: 600;
  color: #323a45;
  margin-bottom: 20px;
  max-width: 100%; }

main.homebiz .text-sec img {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem; }

main.homebiz .text-sec p {
  font-weight: 300;
  color: #636363;
  font-size: 18px;
  margin-bottom: 20px; }

main.homebiz .form-button {
  width: 88%;
  display: block;
  margin: 10px auto 5px;
  height: auto;
  padding: 2% 0;
  color: #fff;
  background: #fe6522;
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 0; }
  main.homebiz .form-button:hover {
    background-color: #333; }

main.billboard .container {
  display: block;
  max-width: 1170px;
  margin: 0 auto; }

main.billboard header {
  background-size: cover;
  text-align: center;
  padding: 20px 0; }

main.billboard .billboard__header {
  width: 520px;
  position: relative;
  margin: -13rem 0 0; }
  @media (max-width: 979px) {
    main.billboard .billboard__header {
      margin-top: 0; } }
  main.billboard .billboard__header img {
    position: absolute;
    bottom: -50%;
    right: 20%; }
    @media (max-width: 979px) {
      main.billboard .billboard__header img {
        display: none; } }
  main.billboard .billboard__header h1 {
    color: #fee801;
    font-size: 49px;
    text-align: center;
    display: inline-block;
    border: solid 1px #fee801;
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
    line-height: 1.1;
    font-weight: 900; }
    @media (max-width: 979px) {
      main.billboard .billboard__header h1 {
        font-size: 2.5rem; } }
  main.billboard .billboard__header h2 {
    color: #fff;
    font-size: 1.2em;
    display: inline-block;
    width: 90%;
    padding: 10px;
    font-weight: 500;
    line-height: 1.55em; }
    @media (max-width: 979px) {
      main.billboard .billboard__header h2 {
        font-size: 1rem; } }

main.billboard .form-button {
  width: 100%;
  background: #98c148;
  color: #fff;
  border: none;
  outline: none;
  font-size: 24px;
  padding: 0;
  height: 48px;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  border-radius: 0; }
  main.billboard .form-button:hover {
    background-color: #333; }

main.billboard #features {
  background: #000;
  padding: 40px 4%;
  width: 100%;
  text-align: center;
  color: white; }

main.billboard .list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

main.billboard .list_text {
  width: 48%;
  text-align: left; }
  @media (max-width: 979px) {
    main.billboard .list_text {
      width: 100%;
      text-align: center; }
      main.billboard .list_text p {
        font-weight: 600; } }
  main.billboard .list_text h2 {
    color: #98c148;
    font-weight: 500;
    margin: 10px auto;
    font-size: 2em; }
    @media (max-width: 979px) {
      main.billboard .list_text h2 {
        font-size: 7vw; } }

main.billboard .list_pointer {
  width: 40%; }
  @media (max-width: 979px) {
    main.billboard .list_pointer {
      width: 100%; } }
  main.billboard .list_pointer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2; }
    @media (max-width: 979px) {
      main.billboard .list_pointer ul {
        -webkit-columns: 1;
           -moz-columns: 1;
                columns: 1;
        width: 72%;
        margin: 0 auto; } }
    main.billboard .list_pointer ul li {
      width: 100%;
      background: url(../img/bullet_red.png) left no-repeat;
      font-size: 16px;
      padding-left: 23px;
      -webkit-margin-after: 15px;
              margin-block-end: 15px;
      color: white;
      font-weight: 600;
      list-style: none;
      text-align: left; }
      @media (max-width: 979px) {
        main.billboard .list_pointer ul li {
          font-size: 16px;
          -webkit-margin-after: 4px;
                  margin-block-end: 4px; } }

.hustle {
  color: black;
  font-size: 16px; }
  .hustle h2 {
    font-weight: 600;
    font-size: 34px; }
    @media (max-width: 979px) {
      .hustle h2 {
        font-size: 32px; } }
  .hustle__main {
    background-size: cover;
    background-position: center;
    padding: 4rem 0; }
    .hustle__main .container-xxl {
      max-width: 1440px; }
    @media (max-width: 979px) {
      .hustle__main {
        padding: 1rem 0; } }
  .hustle__list {
    color: black;
    margin-left: 20px; }
    .hustle__list h2 {
      font-size: 34px; }
      @media (max-width: 979px) {
        .hustle__list h2 {
          font-size: 24px; } }
    .hustle__list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .hustle__list ul li {
        background: url(../img/bullet_hustle.png) left 0px no-repeat;
        padding-left: 2rem;
        font-size: 20px;
        color: black;
        font-weight: 500;
        padding-bottom: 1.25rem; }
        @media (max-width: 979px) {
          .hustle__list ul li {
            font-size: 16px; } }
    .hustle__listBox {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0.25rem;
      padding: 1rem;
      margin: 0 35px 0 -24px;
      width: 96%; }
      @media (max-width: 979px) {
        .hustle__listBox {
          margin: 0; } }
      .hustle__listBox h2 {
        font-size: 34px; }
        @media (max-width: 979px) {
          .hustle__listBox h2 {
            font-size: 22px; } }
  .hustle .form-hustle {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 100%;
    border-radius: 0.25rem;
    padding: 1.7rem;
    margin-top: 1.5rem; }
    @media (max-width: 979px) {
      .hustle .form-hustle {
        text-align: center;
        padding: 0.9rem; } }
    .hustle .form-hustle h3 {
      font-size: 24px;
      font-weight: 600;
      text-align: left;
      margin: 0 1rem 1.3rem 0; }
      @media (max-width: 979px) {
        .hustle .form-hustle h3 {
          font-size: 20px;
          text-align: center; } }
    .hustle .form-hustle .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]),
    .hustle .form-hustle .form-wrapper-flex select,
    .hustle .form-hustle .tcpa-details input:not([type="checkbox"]):not([type="radio"]),
    .hustle .form-hustle .tcpa-details select {
      text-align: left;
      width: 100%;
      padding: 12px;
      border-radius: 0.25rem;
      font-size: 16px;
      margin-bottom: 30px; }
      @media (max-width: 979px) {
        .hustle .form-hustle .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]),
        .hustle .form-hustle .form-wrapper-flex select,
        .hustle .form-hustle .tcpa-details input:not([type="checkbox"]):not([type="radio"]),
        .hustle .form-hustle .tcpa-details select {
          margin-bottom: 15px; } }
    .hustle .form-hustle select {
      line-height: 1em;
      height: auto;
      display: block;
      margin: 10px auto;
      text-align: left;
      padding-left: 1rem;
      width: 100%;
      border-radius: 10px;
      font-size: 1em;
      color: #666666; }
    .hustle .form-hustle .form-button {
      text-transform: uppercase;
      width: 100% !important;
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px !important;
      font-weight: 600 !important;
      background: #f7931e !important;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      height: auto;
      padding: 10px 0 !important; }
      @media (max-width: 979px) {
        .hustle .form-hustle .form-button {
          font-size: 18px !important; } }
      .hustle .form-hustle .form-button:hover {
        background: #d77e17 !important; }
    .hustle .form-hustle .terms label.terms-label--text {
      color: black;
      font-size: 12px;
      text-align: center;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 500; }
      @media (max-width: 979px) {
        .hustle .form-hustle .terms label.terms-label--text {
          font-size: 10px;
          margin-bottom: 0; } }
  .hustle .text_form {
    margin: 0 22px; }
    @media (max-width: 979px) {
      .hustle .text_form {
        margin: 0 10px;
        text-align: center; } }
    .hustle .text_form h2 {
      font-size: 32px; }
      @media (max-width: 979px) {
        .hustle .text_form h2 {
          font-size: 20px;
          margin-bottom: 0.75rem; } }
    .hustle .text_form p {
      line-height: 1.3; }
      @media (max-width: 979px) {
        .hustle .text_form p {
          font-size: 14px; } }

.side_form .form-wrapper-flex form input {
  line-height: 1em;
  height: 50px;
  display: block;
  margin: 10px auto;
  text-align: left;
  padding-left: 1rem;
  width: 100%;
  border-radius: 10px !important;
  border: solid 1px #ccc;
  font-size: 1em;
  color: #666666; }

:root {
  --padding-height-base: 6.25rem; }

.section {
  padding: calc(var(--padding-height-base)*1) 0; }
  .section.white {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(white));
    background: linear-gradient(#f9fafa, white);
    background-size: 8px; }
  .section.black {
    background: black; }
  .section.big {
    padding: calc(var(--padding-height-base)*2) 0; }
  .section.bigger {
    padding: calc(var(--padding-height-base)*3) 0; }
  .section.biggest {
    padding: calc(var(--padding-height-base)*4) 0; }

@media (max-width: 979px) {
  .section {
    padding: 1rem .5rem; } }

.twy-registration {
  border-bottom: 0.0625rem solid #c7ccd1;
  margin: 0 .5rem 1.25rem;
  padding: 0 0 1rem; }
  .twy-registration #twy-nextcampaign {
    display: none !important; }
  .twy-registration .twy-registration-input {
    display: block; }
  .twy-registration .twy-registration-container {
    line-height: 1.3;
    width: 100%;
    padding-left: 3rem; }
    @media (max-width: 480px) {
      .twy-registration .twy-registration-container {
        width: 100%; } }
    .twy-registration .twy-registration-container .twy-registration-container-body {
      font-size: .75rem;
      color: #576675;
      line-height: 1.25rem;
      font-weight: normal;
      font-family: var(--general-font) !important; }
  .twy-registration__label {
    color: #576675 !important;
    font-weight: normal !important;
    font-size: .75rem !important; }

.twy-pub-container {
  padding: 0 !important;
  margin-top: 0 !important; }

#twy-adserve-title, .pagetex {
  margin: 0 0 16px 0 !important;
  color: #0b5394 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: center; }

.twy-adserve-header {
  padding: 0 !important; }

.twy-hide {
  display: none; }

/* ===================================
1. General
==================================== */
* {
  margin: 0;
  padding: 0; }

img,
object,
embed,
video {
  max-width: 100%; }

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%; }

input {
  padding-left: 20px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 18px;
  background-color: #fff; }

body,
button,
input,
select,
textarea {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  color: #666666;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  color: #333; }

p {
  font-family: Inter, Arial, sans-serif;
  font-weight: 400; }

a {
  text-decoration: none; }

a:active {
  outline: 0; }

button:active {
  outline: 0;
  border: 0; }

li {
  list-style: none; }

img,
button {
  border: none; }

.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.custom-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.custom-container-fluid {
  display: block;
  width: 100%; }

::-moz-selection {
  background: #127ec3;
  color: #fff; }

::selection {
  background: #127ec3;
  color: #fff; }

img::-moz-selection, button::-moz-selection, a::-moz-selection {
  background: transparent; }

img::selection,
button::selection,
a::selection {
  background: transparent; }

body {
  background: url(bg.jpg) no-repeat #C8EEFF;
  background-size: cover;
  background-position: left top; }

#main .left {
  padding-top: 30px; }

#main .left h1 {
  color: #FF7A00;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0; }

#main .left h1 span {
  color: #06306C;
  font-size: 2.7em;
  text-transform: inherit;
  text-transform: uppercase;
  font-weight: 900;
  display: block; }

#main .left h2 {
  font-size: 1.1em;
  position: relative;
  font-weight: 600;
  color: #06306C;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 10px 0px #999;
          box-shadow: 1px 1px 10px 0px #999;
  background: #fff; }

#main .left h2 .arrow {
  display: none; }

#main .left .features {
  margin: 30px 0; }

#main .left .features h3 {
  color: #FF7A00;
  font-size: 2.2em; }

#main .left .features ul {
  padding-left: 50px;
  margin-top: 20px; }

#main .left .features ul li {
  list-style: url(bullet.png); }

#main .right {
  width: 100%;
  padding-bottom: 20px; }

#main .right .vstrip {
  position: absolute;
  top: 0;
  z-index: 0;
  background: #06306c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #06306c), to(#0c5dd2));
  background: linear-gradient(0deg, #06306c 60%, #0c5dd2 100%);
  height: 100vh; }

#main .right .quote {
  font-weight: 500;
  font-style: italic;
  max-width: 380px;
  text-align: center;
  margin: 30px auto 20px;
  color: #06306C; }

@media (max-width: 979px) {
  #main .right .quote {
    font-weight: 500;
    font-style: italic;
    max-width: 380px;
    text-align: center;
    padding-top: 1rem;
    padding-inline: 1rem;
    color: white;
    border-radius: 12px; } }

#main .right #formSubmit {
  background: #FDB208;
  margin: 0 auto;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  color: #a4a4a5;
  font-weight: 400;
  padding: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

#main .right form h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.unsuscribe {
  font-size: 1rem;
  margin: 1rem 0; }

#main .right form h4 {
  color: #06306c;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600; }

#main .right form input,
#main .right form select {
  background: #fff;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #fff;
  font-size: 0.9em;
  color: #a4a4a5;
  white-space: nowrap;
  border: none; }

#main .right form #submitbutton {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 105px;
  background: -webkit-gradient(linear, left bottom, left top, from(#06306c), to(#0c5dd2));
  background: linear-gradient(0deg, #06306c 0%, #0c5dd2 100%);
  margin-top: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2em;
  height: 90px; }

#main .right form p {
  font-size: 10px;
  color: #eee;
  padding: 20px; }

footer {
  background: #000;
  text-align: center;
  clear: both; }

footer section {
  padding: 10px; }

footer p {
  background: #fff; }

footer a {
  color: #FDB208; }

/* ===================================
    Media Query
==================================== */
@media screen and (min-width: 960px) and (min-device-width: 960px) {
  #main .left h1 span {
    font-size: 3.2em; }
  #main .left {
    max-width: 560px;
    width: 45%;
    float: left;
    padding-top: 30px; }
  #main .left h2 .arrow {
    display: block;
    position: absolute;
    top: 95%;
    left: 95%; }
  #main .right {
    float: right;
    width: 50%;
    background: url(vstripe.jpg) no-repeat top center;
    min-height: 100vh; }
  #main .right .quote {
    font-weight: 500;
    font-style: italic;
    max-width: 380px;
    text-align: center;
    margin: 30px auto 20px;
    color: #fff; }
  #main .left .features h3 {
    font-size: 2.5em; } }
