@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: var(--primary-font);
  font-weight: 500;
  margin: 0; }

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

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

h4, .h4 {
  font-size: 1rem; }
  @media screen and (max-width: 320px) {
    h4, .h4 {
      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; }

:root {
  --border-width-base: 1px;
  --layout-base: 8px;
  --transition-base: .2s;
  --primary-font: 'DM Sans', sans-serif;
  --general-font: 'DM Sans', 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: #666;
  font-family: var(--general-font);
  font-size: .875rem; }

main {
  min-height: calc(100vh - 7.875rem); }

table, td {
  border: 1px solid; }

@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); } }

[data-anime] {
  opacity: 0;
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out; }

[data-anime="fade"] {
  opacity: 0; }

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.brands {
  padding-block: 5rem; }
  .brands .g-5 {
    --bs-gutter-y: 5rem;
    --bs-gutter-x: 5rem; }
  .brands__title {
    text-align: center; }
  .brands__item {
    text-align: center;
    padding-inline: 3rem; }
    .brands__item img {
      height: 5rem;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
    .brands__itemTitle {
      font-size: 24px;
      font-weight: 500;
      margin-top: 1rem; }
    .brands__itemDescription {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500; }

@media (max-width: 979px) {
  .brands {
    padding-block: 2.5rem; }
    .brands__item {
      padding-inline: 1rem; }
      .brands__itemTitle {
        margin-top: 0;
        font-size: 16px; }
      .brands__itemDescription {
        font-size: 12px; } }

.button {
  background: #576675;
  border: 0 solid transparent;
  color: white;
  border-radius: .5rem;
  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 ease-in-out;
  transition: .2s ease-in-out; }
  .button:focus {
    outline: 0 none; }
  .button:hover {
    background: #627384;
    text-decoration: none;
    color: white; }
  .button:disabled {
    cursor: default;
    opacity: .5; }
    .button:disabled:hover {
      background: #576675; }
  .button.link {
    color: #576675;
    background: none;
    background-color: transparent; }
    .button.link:hover {
      color: #414d58;
      background-color: rgba(87, 102, 117, 0.1); }
  .button-group .button {
    margin-bottom: .5rem; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  .button.block {
    display: block;
    width: 100%; }
  .button.primary {
    background: #2a7bfe;
    border: 0 solid transparent;
    color: white; }
    .button.primary:focus {
      outline: 0 none; }
    .button.primary:hover {
      background: #438bfe;
      text-decoration: none;
      color: white; }
    .button.primary:disabled {
      cursor: default;
      opacity: .5; }
      .button.primary:disabled:hover {
        background: #2a7bfe; }
    .button.primary.link {
      color: #2a7bfe;
      background: none;
      background-color: transparent; }
      .button.primary.link:hover {
        color: #015ef4;
        background-color: rgba(42, 123, 254, 0.1); }
    .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;
      color: white; }
    .button.secondary:disabled {
      cursor: default;
      opacity: .5; }
      .button.secondary:disabled:hover {
        background: #576675; }
    .button.secondary.link {
      color: #576675;
      background: none;
      background-color: transparent; }
      .button.secondary.link:hover {
        color: #414d58;
        background-color: rgba(87, 102, 117, 0.1); }
  .button.big {
    padding: .75rem 1rem;
    font-size: 1rem; }
  .button.bigger {
    padding: 1rem 1.25rem;
    font-size: 1.25rem; }
  .button.biggest {
    padding: 1.25rem 1.5rem;
    font-size: 1.5rem; }

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

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

.clickCallContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.clickCallForm {
  display: inline-block;
  width: 50%;
  text-align: center;
  background-color: #2a7bfe;
  color: white;
  padding: .75rem 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: .5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }
  .clickCallForm:hover {
    background-color: #015ef4;
    color: white; }

.clickCallFormTTY {
  margin-top: 1rem;
  display: block;
  width: 50%;
  text-align: center;
  font-size: 1rem;
  color: #666;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .clickCallFormTTY:hover {
    opacity: 0.95;
    color: #2a7bfe; }

@media (max-width: 979px) {
  .clickCallForm {
    width: 100%; }
  .clickCallFormTTY {
    width: 100%; }
  .button.block-sm {
    display: block;
    width: 100%; } }

.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; }

.clickOffer {
  background-color: white; }
  .clickOffer__loadingTitle {
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: 800ms ease-in-out;
    transition: 800ms ease-in-out;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    opacity: 0;
    margin: 0; }
    .clickOffer__loadingTitle--show {
      opacity: 1;
      margin: 2rem 0; }
  .clickOffer__placeholder {
    width: 100%;
    height: 5rem;
    -webkit-animation: placeholderLoading 2s linear infinite;
            animation: placeholderLoading 2s linear infinite;
    background: linear-gradient(-60deg, #f7f5f5, #f7f5f5, rgba(255, 255, 255, 0), #f7f5f5, #f7f5f5);
    background-size: 500%;
    margin-bottom: 2rem;
    border-radius: .25rem; }
  .clickOffer__header {
    background: radial-gradient(circle, #2a7bfe, #2a7bfe 125%);
    border-radius: .25rem;
    padding: 4rem 0; }
    .clickOffer__header h1 {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 0rem;
      line-height: 1.25;
      margin-bottom: .5rem; }
    .clickOffer__header h2 {
      font-size: 1.25rem; }
  .clickOffer__container {
    font-size: 1rem;
    margin-top: 2rem; }
  .clickOffer__item {
    padding: 2rem 0;
    border: 1px solid #e3e6e8;
    border-top: none;
    position: relative; }
    .clickOffer__item:first-child {
      border-top: 1px solid #e3e6e8;
      border-radius: .25rem .25rem 0 0; }
      .clickOffer__item:first-child:before {
        content: 'Top Choice';
        position: absolute;
        top: -1px;
        left: -1px;
        font-size: .75rem;
        padding: 0.325rem .5rem;
        line-height: 1;
        background: #2a7bfe;
        color: white;
        border-radius: 0.25rem 0; }
    .clickOffer__item:last-child {
      border-radius: 0 0 .25rem .25rem; }
    .clickOffer__item ul {
      padding: 0;
      margin-bottom: 0; }
  .clickOffer__image {
    max-width: 75%;
    height: auto;
    max-height: 5rem; }
  .clickOffer__bodyContent--mobile {
    max-height: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    overflow: hidden; }
  .clickOffer__link {
    display: block;
    color: #2a7bfe;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 1rem; }
    .clickOffer__link:hover {
      color: #2a7bfe; }
  .clickOffer__showMore {
    padding: 1rem;
    text-align: center;
    background: #f7f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    border-radius: 0.125rem; }

@media (max-width: 979px) {
  .clickOffer {
    padding: 0;
    border: none;
    margin-top: 0; }
    .clickOffer__header {
      padding: 1.5rem .5rem;
      border: none; }
      .clickOffer__header h1 {
        font-size: 1.5rem; }
      .clickOffer__header h2 {
        font-size: 1rem; }
    .clickOffer__item {
      padding: 1rem; }
      .clickOffer__item ul {
        list-style: none; }
        .clickOffer__item ul li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-bottom: 0.5rem; }
          .clickOffer__item ul li:last-child {
            padding-bottom: 0; }
          .clickOffer__item ul li::before {
            content: '•';
            margin-right: 0.5rem;
            -ms-flex-item-align: baseline;
                align-self: baseline; }
      .clickOffer__item:first-child:before {
        font-size: .75rem;
        padding: 0.325rem .5rem; } }

@-webkit-keyframes placeholderLoading {
  0% {
    background-position: 125% 0; }
  100% {
    background-position: 0% 0; } }

@keyframes placeholderLoading {
  0% {
    background-position: 125% 0; }
  100% {
    background-position: 0% 0; } }

.cta {
  padding-block: 5rem; }
  .cta__content {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .cta__title {
    font-size: 48px;
    margin-bottom: 1rem; }
  .cta__text {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 2.5rem; }
  .cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }

@media (max-width: 979px) {
  .cta {
    padding-block: 2.5rem; }
    .cta__title {
      font-size: 32px; }
    .cta__text {
      font-size: 16px; } }

.cf_check__label, .cf_bool__label, .cf_radio__label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cf_check__label span, .cf_bool__label span, .cf_radio__label span {
    padding-left: .5rem; }

.cf_check__input, .cf_bool__input, .cf_radio__input {
  position: relative !important; }

.dialog {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 9.5rem);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .dialog span {
    line-height: 1;
    position: absolute;
    font-size: 20rem;
    color: #f4f5f6;
    font-family: var(--primary-font);
    z-index: -1; }
  .dialog h1 {
    margin-bottom: 1rem; }

.faq {
  padding: 5rem 0; }
  .faq__question {
    font-size: 18px;
    line-height: 1;
    padding: .25rem .75rem;
    margin-bottom: 1rem;
    font-weight: 500;
    cursor: pointer; }
    .faq__question.active {
      color: #2a7bfe;
      font-weight: 700;
      border-left: 2px solid #2a7bfe; }
  .faq__answer {
    display: none; }

.flow {
  min-height: calc(100vh - 27rem); }
  .flow__progress {
    padding-block: 1rem; }
    .flow__progress h2 {
      font-size: 1.25rem;
      font-weight: bold; }
    .flow__progress p {
      font-size: 1rem;
      margin-bottom: 0; }
  .flow__container {
    padding: 1.5rem;
    border-radius: .5rem;
    background: white;
    border: 1px solid #e3e6e8;
    min-height: 40vh; }

@media (max-width: 425px) {
  .flow {
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none; }
    .flow__container {
      border-radius: 0;
      border-width: 1px 0 1px 0;
      padding: 1rem; } }

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

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

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

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

.register__form .custom-label label {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold; }

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

.register__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 {
  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 {
    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 {
        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 {
    -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"] {
    -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 {
      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 {
      border: none;
      background: url(../img/check.svg), #00a09e;
      background-size: cover; }
  .register__form .radio-box > .path-dynamic-field input[type="radio"],
  .register__form .radio-box > .path-form-field-with-feedback input[type="radio"],
  .register__form .radio-box > .path-form-field-with-feedback-control input[type="radio"],
  .register__form .radio-box > .path-cf-radio input[type="radio"] {
    display: none; }
    .register__form .radio-box > .path-dynamic-field input[type="radio"]:hover + span,
    .register__form .radio-box > .path-form-field-with-feedback input[type="radio"]:hover + span,
    .register__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:hover + span,
    .register__form .radio-box > .path-cf-radio input[type="radio"]:hover + span {
      background-color: #2a7bfe !important;
      color: white !important; }
    .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 {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #f3f0f0;
      -webkit-font-smoothing: antialiased;
      border-radius: 2px;
      border: 1px solid #fff;
      color: #2a7bfe !important;
      cursor: pointer;
      display: block;
      font-weight: 700;
      margin: 0;
      padding: 0.75rem;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 15px; }
    .register__form .radio-box > .path-dynamic-field input[type="radio"]:checked + span,
    .register__form .radio-box > .path-form-field-with-feedback input[type="radio"]:checked + span,
    .register__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:checked + span,
    .register__form .radio-box > .path-cf-radio input[type="radio"]:checked + span {
      background: #2a7bfe !important;
      color: white !important; }
    .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 {
      outline: none; }

.register__form .radio-box.text-left .cf_bool label span {
  text-align: left !important; }

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

.register__form .radio-box.text-center .cf_bool label span {
  text-align: left !important; }

.register__form .radio-box.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 {
  width: 100% !important; }

.register__form .radio-box.x-1 .cf_bool,
.register__form .radio-box.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 {
    width: 100% !important; }

.register__form .radio-box.x-2 .cf_radio,
.register__form .radio-box.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 {
  -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"] {
    width: 49% !important; }

.register__form .radio-box.x-3 .cf_radio,
.register__form .radio-box.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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.register__form .radio-box.x-4 .cf_radio,
.register__form .radio-box.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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.register__form .radio-box input[type="radio"] {
  -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 input[type="radio"]:focus {
    outline: none; }
  .register__form .radio-box input[type="radio"]:checked {
    border: none;
    background: url(../img/check.svg), #00a09e;
    background-size: cover; }

.hero {
  --hero-padding: 3rem;
  --hero-margin: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50vh;
  padding: var(--hero-padding) 0 calc(var(--hero-padding) + var(--hero-margin)) 0;
  background-image: white; }
  .hero__title {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5rem;
    letter-spacing: -1px; }
    .hero__title span {
      color: #00a09e; }
  .hero__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-weight: 500; }

.heroLander {
  padding-block: 2.5rem; }
  .heroLander__title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5rem;
    letter-spacing: -1px; }
    .heroLander__title span {
      color: #00a09e; }
  .heroLander__subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-weight: 500; }
  .heroLander__contentPrimary {
    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: center;
        -ms-flex-align: center;
            align-items: center; }
  .heroLander__callCenter {
    margin-top: 1rem;
    color: #666;
    font-weight: bold;
    font-size: 14px; }

.heroStates {
  padding-block: 5rem; }
  .heroStates__title {
    font-weight: bold;
    font-size: 48px; }
    .heroStates__title span {
      color: #00a09e; }
  .heroStates__subtitle {
    font-weight: bold;
    font-size: 32px;
    margin-top: .5rem;
    margin-bottom: 1rem; }
  .heroStates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    .heroStates__item p {
      font-size: 18px;
      font-weight: bold;
      margin: 0; }

@media (max-width: 979px) {
  .hero,
  .heroLander,
  .heroStates {
    padding-block: 2.5rem; }
    .hero__title,
    .heroLander__title,
    .heroStates__title {
      font-size: 28px; }
    .hero__subtitle,
    .heroLander__subtitle,
    .heroStates__subtitle {
      font-size: 14px; } }

.input {
  background: white;
  border: 2px solid white;
  border-radius: .5rem;
  font-size: .75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: .3125rem .75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%; }
  .input::-webkit-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-moz-placeholder {
    color: #576675;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
    color: #8f99a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::placeholder, .input:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover {
    border-color: #c7ccd1; }
  .input:focus {
    border-color: #2a7bfe;
    outline: 0 none; }
    .input:focus:invalid {
      border-color: #ff4433; }
  .input.big {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.375rem; }
  .input.bigger {
    padding: .625rem 1rem;
    font-size: 1rem; }
  .input.transparent {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: white; }
    .input.transparent::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-webkit-input-placeholder, .input.transparent:focus::-webkit-input-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-moz-placeholder, .input.transparent:focus::-moz-placeholder {
      color: white;
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover:-ms-input-placeholder, .input.transparent:focus:-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-ms-input-placeholder, .input.transparent:focus::-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::placeholder, .input.transparent:focus::placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/arrow.svg), white;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center; }
  select.input.biggest {
    padding: .875rem 1.5rem;
    font-size: 1rem; }

textarea.input {
  resize: 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; }

.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; }

.tcpa-answers button {
  margin-bottom: 0 !important; }

.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; }
  .tcpa-continue-container button {
    margin-bottom: 0; }

#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: #2c00ba 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; } }

.postPreview {
  padding: 5rem 0; }
  .postPreview h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1; }
    .postPreview h1 span {
      color: #2a7bfe; }
  .postPreview h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6rem; }
  .postPreview__wrapper {
    cursor: pointer;
    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: start; }
  .postPreview__image {
    width: 100%; }
    .postPreview__image img {
      height: 240px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: .5rem; }
  .postPreview__title {
    font-size: 18px;
    line-height: 1;
    margin-block: 1.25rem 1rem; }

.post__header__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: .25rem;
  height: 25rem; }
  .post__header__img img {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    display: block;
    width: 100%; }

.post__header h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.25; }

.post__content {
  background: #f2f3f4;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f3f4), to(#fafafa));
  background: linear-gradient(0deg, #f2f3f4 0%, #fafafa 100%);
  padding: 2rem 0; }

.post__wrapper.unsub {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid #e3e5e8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem; }
  .post__wrapper.unsub h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5rem;
    letter-spacing: -1px; }
  .post__wrapper.unsub .text-input {
    background-color: #f7f7f7;
    border: 1px solid #ecf0f2;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: var(--general-font);
    line-height: 1;
    margin-bottom: 1rem;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
    width: 100%;
    padding: 1.2rem;
    font-size: 1rem; }

.post p {
  margin-bottom: 0.5rem; }

.post strong {
  color: #121a21; }

.menu-list {
  overflow: hidden;
  border-radius: 0.25rem;
  position: sticky;
  top: 2rem; }
  .menu-list h3 {
    font-size: 1.75rem; }
  @media (max-width: 979px) {
    .menu-list {
      margin-bottom: 1.5rem; } }

.menu-item {
  position: relative;
  border-bottom: 1px solid #e3e6e8; }
  .menu-item:last-child {
    border: 0; }

.menu-question {
  cursor: pointer;
  color: #100434;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .menu-question:hover {
    color: #827a99; }

.menu-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  padding-left: 2rem;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }
  .menu-answer a {
    color: #827a99;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: normal; }
    .menu-answer a:hover {
      color: #100434; }
  .menu-answer ul {
    margin: 0px;
    padding: 0px; }

.menu-toggle-button {
  width: 11px;
  height: 7px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
  .menu-toggle-button:before {
    content: "";
    width: 11px;
    height: 7px;
    background: url("../img/arrow.png");
    position: absolute; }

.expanded .menu-toggle-button {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media (max-width: 979px) {
  .post {
    margin-top: 0;
    padding-top: 0; }
    .post h1 {
      font-size: 1.375rem;
      margin-bottom: 1rem; }
    .post__header__img {
      height: 12.5rem; }
    .postPreview {
      padding-block: 2.5rem; }
      .postPreview h1 {
        font-size: 28px; }
      .postPreview h2 {
        font-size: 14px;
        margin-bottom: 2.5rem; }
      .postPreview__text {
        font-size: 0.875rem; }
      .postPreview__image img {
        min-height: 13rem;
        -o-object-fit: cover;
           object-fit: cover; } }

.progress-inner {
  display: block;
  height: 100%;
  width: "0%";
  background: #2a7bfe;
  border-radius: 1.25rem; }
  .progress-inner-10 {
    display: block;
    height: 100%;
    width: 10%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-20 {
    display: block;
    height: 100%;
    width: 20%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-30 {
    display: block;
    height: 100%;
    width: 30%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-40 {
    display: block;
    height: 100%;
    width: 40%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-50 {
    display: block;
    height: 100%;
    width: 50%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-60 {
    display: block;
    height: 100%;
    width: 60%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-70 {
    display: block;
    height: 100%;
    width: 70%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-80 {
    display: block;
    height: 100%;
    width: 80%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-90 {
    display: block;
    height: 100%;
    width: 90%;
    background: #2a7bfe;
    border-radius: 1.25rem; }
  .progress-inner-100 {
    display: block;
    height: 100%;
    width: 100%;
    background: #2a7bfe;
    border-radius: 1.25rem; }

.progress-bar {
  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-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.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #e3e6e8; }
  .progress-bar .progress-percentage {
    color: white;
    line-height: 1.25rem;
    text-align: right;
    margin-right: .5rem;
    font-size: 11px; }

@media (max-width: 768px) {
  .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; }

.register {
  padding-block: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9fafa));
  background: linear-gradient(white, #f9fafa);
  min-height: calc(100vh - 165px); }
  .register__form {
    margin-top: 2.5rem; }
    .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="radio"] {
      display: none; }
      .register__form input[type="radio"]:hover + span {
        background-color: #2a7bfe; }
      .register__form input[type="radio"] + span {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: #a8b4c3;
        -webkit-font-smoothing: antialiased;
        border-radius: 3px;
        border: 0px;
        color: white !important;
        cursor: pointer;
        display: block;
        font-weight: 700;
        margin: 0.5rem auto;
        padding: 0.5rem;
        position: relative;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 1.25rem; }
      .register__form input[type="radio"]:focus {
        outline: none; }
      .register__form input[type="radio"]:checked {
        border: 0.375rem solid #2a7bfe;
        background: #ffffff;
        background-size: cover; }
        .register__form input[type="radio"]:checked + span {
          background-color: #2a7bfe !important; }
  .register__title {
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1; }
  .register__subtitle {
    display: block;
    font-size: 1.125rem;
    font-weight: normal; }
    .register__subtitle p:last-child {
      margin-bottom: 0; }

@media (max-width: 979px) {
  .register__form {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .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; }

.tutorial {
  text-align: center;
  padding: 5rem 0;
  background-color: #f9fafa; }
  .tutorial h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  .tutorial p {
    font-size: 1rem;
    margin-bottom: 0; }

@media (max-width: 979px) {
  .tutorial {
    padding: 2.5rem 0; }
    .tutorial h1 {
      font-size: 28px; }
    .tutorial h2 {
      font-size: 20px; }
    .tutorial p {
      font-size: 14px; } }

.twoColumnsContent {
  padding-block: 5rem; }
  .twoColumnsContent__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25; }
  .twoColumnsContent__icon {
    height: 60px;
    width: auto; }
  .twoColumnsContent__subtitle {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700; }

@media (max-width: 979px) {
  .twoColumnsContent {
    padding-block: 2.5rem; }
    .twoColumnsContent__title {
      font-size: 28px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      margin-bottom: 2.5rem; }
    .twoColumnsContent__icon {
      height: 40px; }
    .twoColumnsContent__subtitle {
      font-size: 14px; } }

.verticals {
  padding-block: 7.5rem; }
  .verticals__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem; }
  .verticals__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .verticals__items img {
      width: 100%; }

@media (max-width: 979px) {
  .verticals__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1; }
  .verticals__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
    .verticals__items > * {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.footer {
  padding-top: 2.5rem; }
  .footer__copyright {
    text-align: right;
    display: block; }
  .footer__mainContent {
    margin-bottom: 2.5rem; }
  .footer__menuTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #ef5da8;
    display: block; }
  .footer__states a {
    color: #2a7bfe;
    text-decoration: none; }
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 1rem; }
    .footer__menu li {
      list-style: none; }
      .footer__menu li a {
        color: #666;
        font-weight: bold;
        text-decoration: none; }
        .footer__menu li a:hover {
          color: #000; }
  .footer__disclaimer {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    opacity: .75;
    padding-block: 2.5rem; }
  .footer__simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem; }
    .footer__simple ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: .875rem; }
      .footer__simple ul li span {
        color: rgba(0, 0, 0, 0.4);
        padding: 0 .75rem;
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
      .footer__simple ul li a {
        display: block;
        padding: 0 .75rem 0 0;
        -webkit-transition: .2s;
        transition: .2s;
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none; }
        .footer__simple ul li a:hover, .footer__simple ul li a:focus {
          color: #2a7bfe;
          opacity: 1; }

@media (max-width: 979px) {
  .footer__menu {
    gap: .25rem; }
  .footer__copyright {
    text-align: left;
    margin-bottom: 2.5rem; }
  .footer__simple {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 1rem; }
    .footer__simple ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__simple ul li {
        margin-bottom: .5rem; }
        .footer__simple ul li span {
          padding: 0;
          border: none;
          display: block;
          margin-top: 1rem; } }

.form-wrapper-flex .form-row, .tcpa-details .form-row {
  margin: 0;
  -ms-flex-wrap: unset;
      flex-wrap: unset; }
  .form-wrapper-flex .form-row.term, .tcpa-details .form-row.term {
    padding: 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 .5rem; }

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

.form-wrapper-flex label, .tcpa-details label {
  display: block; }

.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 {
  background: #f9fafa;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--general-font);
  margin-bottom: 1rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  min-height: 40px;
  font-weight: 300;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.375rem; }
  .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: #c7ccd1;
    -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: #c7ccd1;
    -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: #c7ccd1;
    -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: #c7ccd1;
    -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: #c7ccd1;
    -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: #8f99a3;
    -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: #8f99a3;
    -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: #8f99a3;
    -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: #8f99a3;
    -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: #8f99a3;
    -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: #2a7bfe;
    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; }
    .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: .75rem;
      font-weight: bold;
      margin-bottom: .5rem;
      margin-top: -1rem;
      text-transform: uppercase; }

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

.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, .tcpa-terms {
  padding: 0; }
  .terms span, .terms label, .tcpa-terms span, .tcpa-terms label {
    font-size: .875rem;
    color: #707a8f;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    padding-left: 2rem;
    margin: 0;
    letter-spacing: 1px; }

.terms label.terms-label--text {
  padding-left: 0; }

.tcpa-terms label, .terms label {
  font-family: var(--general-font);
  font-weight: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #8f99a3;
  margin: 0 0 1rem 0; }
  .tcpa-terms label a, .terms label a {
    color: #8f99a3;
    text-decoration: underline; }
    .tcpa-terms label a:hover, .terms label a:hover {
      color: #243342;
      cursor: pointer; }

.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 {
  margin: 0 0 1rem 0 !important;
  font-weight: normal;
  color: #243342; }

.tcpa-questionary-form .tcpa-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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 > * {
    padding: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  #tcpa-confirmation-concent .tcpa-consent {
    background-color: #2a7bfe; }
  @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; }

.motion--fadeOut {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.motion--slideTop {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(-5rem);
      -ms-transform: translateY(-5rem);
          transform: translateY(-5rem); }

.motion--slideRight {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(-5rem);
      -ms-transform: translateX(-5rem);
          transform: translateX(-5rem); }

.motion--slideBottom {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem); }

.motion--slideLeft {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateX(5rem);
      -ms-transform: translateX(5rem);
          transform: translateX(5rem); }

.motion--fadeIn {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.motion--1 {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

.motion--2 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }

.motion--3 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms; }

.motion--4 {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms; }

.motion--5 {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms; }

nav {
  padding: .75rem 0; }
  nav img {
    max-height: 3.5rem;
    max-width: 100%; }
  nav.nav--grayBorder {
    border-bottom: 1px solid #e3e6e8; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .5rem; }
  .navigation__callCenter {
    background-color: #00a09e;
    padding-block: .75rem;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center; }
  .navigation__contentTel {
    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: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation__tty {
    margin-top: 4px;
    color: #666;
    font-weight: bold;
    font-size: 14px; }
  .navigation__toggler {
    padding: .25rem; }
    .navigation__toggler svg {
      height: 1.5rem; }

@media (max-width: 979px) {
  nav img {
    height: 2rem; }
  .navigation {
    background-color: #f9fafa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    left: 0;
    right: 0;
    position: fixed;
    top: 3.5rem;
    height: 0;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    overflow: hidden; }
    .navigation--active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: calc(100vh - 3.5rem); }
    .navigation__callCenter {
      text-align: center !important; } }

.path__searchFilter {
  position: relative; }
  .path__searchFilterInput {
    padding: .75rem !important; }
  .path__searchFilterIcon {
    position: absolute;
    top: calc(.5rem + 1px);
    right: 1rem;
    font-size: 1.25rem;
    color: #2a7bfe; }

.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__body {
    margin-left: 2.5rem !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; }
