@charset "UTF-8";
.hide-desktop {
  display: none !important; }

.hide-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (max-width: 771px) {
  .hide-desktop {
    display: block !important; }
  .hide-mobile {
    display: none !important; } }

h1, h2, h3, h4, h5, h6 {
  color: #2B2D42;
  font-family: var(--primary-font);
  font-weight: normal;
  margin: 0; }

h1, .h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -1px; }
  @media screen and (max-width: 320px) {
    h1, .h1 {
      font-size: 1.75rem; } }
  @media (max-width: 979px) {
    h1, .h1 {
      font-size: 2rem;
      line-height: 1.25; } }

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: 'Poppins', sans-serif;
  --general-font: 'Poppins', 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: #2B2D42;
  font-family: var(--general-font);
  font-size: .875rem; }

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

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

.about {
  margin-bottom: -3.5rem;
  padding: 5rem 0 0 0; }
  .about h1 {
    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;
    gap: .5rem;
    margin-bottom: 3rem; }
    .about h1:after {
      content: '';
      width: 5rem;
      height: .25rem;
      background-color: #E81B3D; }
    @media (max-width: 979px) {
      .about h1 {
        gap: .5rem;
        line-height: 1.25; }
        .about h1:before, .about h1:after {
          width: 3rem; } }
  .about__item {
    border-radius: .125rem;
    background-color: white;
    padding: 2rem;
    height: 100%;
    -webkit-box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(0, 0, 0, 0.5);
    border-bottom: 0.25rem solid #25cdc7; }
    .about__item h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1.25rem;
      letter-spacing: -.5px; }
    .about__item p {
      font-size: 1rem;
      margin-bottom: 0; }
  .about__cta {
    background: #2B2D42;
    padding: 8rem 0 5rem 0; }
    .about__cta__title {
      color: white;
      text-align: center;
      font-size: 2rem;
      font-weight: bold; }
    .about__cta__button {
      margin-top: 1.25rem;
      -webkit-box-shadow: 0px 0.75rem 2.5rem -1.5rem black;
              box-shadow: 0px 0.75rem 2.5rem -1.5rem black; }
      .about__cta__button .uil {
        font-size: 1.5rem; }

@media (max-width: 979px) {
  .about {
    padding: 2.5rem 0 0 0; }
    .about__title {
      font-size: 2rem; } }

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

.banner {
  padding: 5rem 0;
  background: #2B2D42; }
  .banner h1 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 1rem; }
  .banner h2 {
    color: white;
    font-size: 1.25rem;
    font-weight: normal;
    opacity: .75;
    line-height: 1.25; }
  .banner__progress {
    background-color: #2B2D42;
    padding: 2rem 0; }
    .banner__progress h1 {
      color: #fff;
      text-align: center;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      letter-spacing: -.5px; }
  .banner__phoneCall {
    padding: 0.325rem;
    padding-right: .5rem;
    background-color: white;
    border-radius: 5rem;
    color: #2B2D42;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .banner__phoneCall .uil {
      font-size: 1.5rem; }
    .banner__phoneCall > span {
      padding: 0.5rem 0.75rem;
      border-radius: 5rem;
      background-color: #d41535;
      text-transform: uppercase;
      font-size: .75rem;
      -webkit-box-shadow: 0 0.5rem 1.5rem -.75rem #000000;
              box-shadow: 0 0.5rem 1.5rem -.75rem #000000;
      color: white;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    .banner__phoneCall:hover {
      cursor: pointer;
      background-color: #E81B3D;
      color: white; }
      .banner__phoneCall:hover > span {
        background-color: white;
        color: #2B2D42; }
  .banner--stepControl {
    background-color: transparent;
    padding: 2rem 0; }

@media (max-width: 979px) {
  .banner {
    padding: 2.5rem 0; }
    .banner h1 {
      font-size: 2rem;
      line-height: 1.25;
      margin-bottom: .75rem; }
    .banner h2 {
      font-size: 1rem;
      line-height: 1.5; }
  .banner--stepControl {
    padding: .5rem 0 !important; } }

a {
  text-decoration: none; }
  a.link_grad {
    background: #7054ed;
    background: -webkit-gradient(linear, left top, right top, from(#7054ed), to(#3000bf));
    background: linear-gradient(90deg, #7054ed 0%, #3000bf 100%);
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0.7rem 1.25rem;
    margin-top: 1rem;
    display: inline-block;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    a.link_grad:hover {
      -webkit-box-shadow: 0px 0px 46px 7px rgba(48, 0, 191, 0.29);
              box-shadow: 0px 0px 46px 7px rgba(48, 0, 191, 0.29); }

.posts__wrapper {
  padding-top: 6rem;
  background-color: #f7f7f7;
  overflow: hidden; }
  .posts__wrapper .posts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem; }
    .posts__wrapper .posts img {
      margin-right: 2rem; }
    .posts__wrapper .posts:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }

.posts__container {
  padding: 0 2rem; }
  .posts__container h2 {
    font-size: 2.5rem;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.75rem; }
    @media (max-width: 979px) {
      .posts__container h2 {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 1rem; } }
  .posts__container p {
    color: #747474; }

.button {
  background: #576175;
  color: white;
  border: none;
  border-radius: .125rem;
  cursor: pointer;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }
  .button:hover {
    background: #414958;
    color: white; }
  .button.inverted {
    background: white;
    color: #576175;
    -webkit-transition: background-color var(--transition-base), color var(--transition-base);
    transition: background-color var(--transition-base), color var(--transition-base); }
    .button.inverted:hover {
      background: #f2f2f2;
      color: #4c5567; }
    .button.inverted.transparent {
      background: transparent; }
      .button.inverted.transparent:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #576175; }
  .button.transparent {
    background: transparent; }
    .button.transparent:hover {
      background: rgba(87, 97, 117, 0.2);
      color: white; }
  .button.shadow {
    -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2);
            box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2); }
  .button-group .button {
    margin-bottom: .5rem; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  .button.block {
    display: block;
    width: 100%; }
  .button.primary {
    background: #25cdc7;
    color: white; }
    .button.primary:hover {
      background: #1da29d;
      color: white; }
    .button.primary.inverted {
      background: white;
      color: #25cdc7;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.primary.inverted:hover {
        background: #f2f2f2;
        color: #21b7b2; }
      .button.primary.inverted.transparent {
        background: transparent; }
        .button.primary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #25cdc7; }
    .button.primary.transparent {
      background: transparent; }
      .button.primary.transparent:hover {
        background: rgba(37, 205, 199, 0.2);
        color: white; }
    .button.primary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2); }
  .button.secondary {
    background: #2B2D42;
    color: white; }
    .button.secondary:hover {
      background: #171823;
      color: white; }
    .button.secondary.inverted {
      background: white;
      color: #2B2D42;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.secondary.inverted:hover {
        background: #f2f2f2;
        color: #212233; }
      .button.secondary.inverted.transparent {
        background: transparent; }
        .button.secondary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #2B2D42; }
    .button.secondary.transparent {
      background: transparent; }
      .button.secondary.transparent:hover {
        background: rgba(43, 45, 66, 0.2);
        color: white; }
    .button.secondary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(43, 45, 66, 0.2); }
  .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; }
  .button.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .button.arrow i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button.arrow i:before {
        margin: 0 0 0 .25rem;
        font-size: 1rem; }

.tcpa-answer, .tcpa-answer-in, .bt-continue, #optout-form .btn.btn-primary, .form-button {
  background: #E81B3D;
  border-radius: .125rem !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;
  min-width: auto;
  height: auto !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  .tcpa-answer:focus, .tcpa-answer-in:focus, .bt-continue:focus, #optout-form .btn.btn-primary:focus, .form-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .tcpa-answer:hover, .tcpa-answer-in:hover, .bt-continue:hover, #optout-form .btn.btn-primary:hover, .form-button:hover {
    background: #198c88; }

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

.form-back-button {
  border: 0px;
  border-radius: 0.125rem;
  color: #8f96a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  background: none;
  text-decoration: none;
  margin: auto;
  gap: .25rem; }
  .form-back-button:hover {
    background-color: #f4f4f6;
    color: #414958; }
  .form-back-button i {
    font-size: 1.25rem; }

.brands {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fe), to(white));
  background: linear-gradient(#f7f8fe, white);
  -webkit-box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5);
          box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5);
  border-bottom: 0.25rem solid #e81a3e;
  padding: 2rem;
  border-radius: .125rem; }
  .brands__item {
    max-width: 10rem;
    max-height: 4rem;
    -webkit-filter: saturate(0.9);
            filter: saturate(0.9);
    mix-blend-mode: multiply;
    opacity: .75; }

@media (max-width: 979px) {
  .brands {
    display: none; } }

.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, #7054ec, #2B2D42 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 #e3e5e8;
    border-top: none;
    position: relative; }
    .clickOffer__item:first-child {
      border-top: 1px solid #e3e5e8;
      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: #7054ec;
        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: #7054ec;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 1rem; }
    .clickOffer__link:hover {
      color: #2B2D42; }
  .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; } }

.clickToCall {
  text-align: center;
  padding: 5rem 0;
  background-color: #2B2D42; }
  .clickToCall h1 {
    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;
    gap: .5rem;
    margin-bottom: 3rem; }
    .clickToCall h1:after {
      content: '';
      width: 5rem;
      height: .25rem;
      background-color: #E81B3D; }
    @media (max-width: 979px) {
      .clickToCall h1 {
        gap: .5rem;
        line-height: 1.25; }
        .clickToCall h1:before, .clickToCall h1:after {
          width: 3rem; } }
  .clickToCall__title {
    color: white; }
  .clickToCall__text {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    font-weight: normal;
    color: white;
    opacity: .75; }
  .clickToCall__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0.5rem 1.5rem -0.75rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5rem 1.5rem -0.75rem rgba(0, 0, 0, 0.5); }
    .clickToCall__button .uil {
      font-size: 1.5rem; }

@media (max-width: 979px) {
  .clickToCall__text {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: normal; } }

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

.dynamicItems {
  padding: 5rem 0; }
  .dynamicItems h2 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 2.5rem;
    color: #e81a3e; }
  .dynamicItems ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem; }
    .dynamicItems ul li {
      font-size: 1.25rem;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: .5rem;
      line-height: 1; }
      .dynamicItems ul li img {
        height: 1.5rem;
        padding: 0.125rem;
        border-radius: 50%;
        background-color: #E81B3D; }

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

.faq {
  padding: 5rem 0; }
  .faq h1 {
    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;
    gap: .5rem;
    margin-bottom: 3rem; }
    .faq h1:after {
      content: '';
      width: 5rem;
      height: .25rem;
      background-color: #E81B3D; }
    @media (max-width: 979px) {
      .faq h1 {
        gap: .5rem;
        line-height: 1.25; }
        .faq h1:before, .faq h1:after {
          width: 3rem; } }
  .faq-list {
    overflow: hidden; }
  .faq-item {
    position: relative;
    border-bottom: 1px solid #e3e5e8; }
    .faq-item:first-child {
      border-top: 1px solid #e3e5e8; }
  .faq-question {
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 4rem;
    padding: 1.5rem 0;
    font-size: 1.5rem;
    font-weight: normal; }
    .faq-question:hover {
      color: #25cdc7; }
  .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; }
    .faq-answer p {
      margin-bottom: 1.5rem; }

@media (max-width: 768px) {
  .faq-question {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5rem; }
  .faq-answer {
    font-size: .875rem; }
    .faq-answer p {
      margin-bottom: 1rem; }
  .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);
  margin-top: 3rem;
  background-color: #f2f3f4; }
  @media (max-width: 979px) {
    .flow {
      min-height: calc(100vh - 250px); } }
  .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: .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: .8;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: normal; }
      @media (max-width: 979px) {
        .flow__progress p {
          margin-bottom: 10px !important; } }
  .flow__container {
    padding: 2rem 0; }
    @media (max-width: 979px) {
      .flow__container {
        adding: 1rem 0; } }

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

.footerBlock {
  background-color: #2B2D42;
  padding-block: 3rem; }
  .footerBlock__logo {
    width: 100%;
    height: auto; }
  .footerBlock__navigationDirection1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footerBlock__navigationDirection2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footerBlock__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footerBlock__address {
    display: inline-block;
    margin-right: 1rem; }
    .footerBlock__address img {
      margin-right: .25rem;
      width: auto;
      height: 24px; }
    .footerBlock__address span {
      font-size: 1rem;
      font-weight: 400;
      color: white; }
  .footerBlock__phone {
    display: inline-block; }
    .footerBlock__phone img {
      margin-right: .25rem;
      width: auto;
      height: 24px; }
    .footerBlock__phone a {
      font-size: 1rem;
      font-weight: 400;
      color: white;
      text-decoration: none;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .footerBlock__phone a:hover {
        color: #E81A3E; }
  .footerBlock__disclaimer {
    display: block;
    margin-top: .75rem;
    font-size: .75rem;
    font-weight: 400;
    color: #B3B3BB;
    text-align: left; }
  .footerBlock__hr {
    background-color: #B3B3BB; }
  .footerBlock__copyright {
    font-size: .75rem;
    font-weight: 400;
    color: #B3B3BB;
    display: block;
    text-align: center; }
  .footerBlock__navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: .5rem; }
    .footerBlock__navigation ul li span {
      padding: 0 .75rem;
      color: #B3B3BB; }
    .footerBlock__navigation ul li a {
      display: block;
      font-size: .75rem;
      font-style: normal;
      font-weight: 400;
      color: #B3B3BB;
      text-decoration: none;
      position: relative;
      -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      margin-inline: 0.5rem; }
      .footerBlock__navigation ul li a:hover {
        color: #E81A3E; }
      .footerBlock__navigation ul li a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 8px;
        background-color: #E81A3E;
        bottom: -7px;
        left: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .footerBlock__navigation ul li a:hover::after {
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .footerBlock__navigation ul li + span:last-child {
      display: none; }
    .footerBlock__navigation ul span {
      color: #B3B3BB; }

@media (max-width: 480px) {
  .footerBlock__logo {
    display: block;
    margin: auto;
    width: 50%;
    margin-bottom: 2rem; }
  .footerBlock__navigationDirection1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .footerBlock__navigationDirection2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footerBlock__contact {
    display: block; }
  .footerBlock__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footerBlock__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footerBlock__disclaimer {
    text-align: center; } }

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

.register__form .custom-label label {
  font-size: 1.25rem;
  margin-bottom: .5rem;
  padding: 0;
  font-weight: bold; }

.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;
    margin-bottom: 1rem; }
    @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.125rem;
    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), #25cdc7;
      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: #2B2D42 !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.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: #f4f4f6;
      -webkit-font-smoothing: antialiased;
      border-radius: 2px;
      color: #2B2D42 !important;
      cursor: pointer;
      display: block;
      font-weight: 700;
      margin: 0;
      padding: 0.5rem;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 1rem; }
    .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: #2B2D42 !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: calc(50% - .75rem) !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: calc(50% - .75rem) !important; }

.register__form .radio-box.x-3 .cf_radio,
.register__form .radio-box.x-3 .cf_bool__label {
  width: calc(33.333333333% - .75rem) !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: calc(25% - .75rem) !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), #25cdc7;
    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: 4rem 0 calc(var(--hero-padding) + var(--hero-margin)) 0;
  margin-bottom: calc(var(--hero-margin) * -1);
  background-image: url(https://goinsurewise.com/wp-content/uploads/revslider/home-01/slide-11.jpg);
  background-size: cover;
  background-position: bottom; }
  .hero__title {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    color: #E81B3D; }
  .hero__subtitle {
    font-size: 1.5rem;
    line-height: 1.333333333;
    margin-bottom: 2.5rem;
    color: #2B2D41; }
  .hero__button {
    padding: 1rem;
    font-size: 1rem;
    background-color: #2B2D41;
    color: white;
    padding: .5rem;
    border-radius: 2rem;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .hero__button:hover {
      background-color: #E81B3D;
      color: white;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    background-color: white;
    padding: 1.5rem;
    -webkit-box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5);
            box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5);
    border-radius: .125rem;
    height: 100%; }
    .hero__item__image {
      margin: 2rem auto;
      font-size: 3.5rem;
      line-height: 1;
      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;
      color: #E81B3D; }
    .hero__item__title {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -.5px;
      margin-bottom: .5rem;
      text-align: center;
      color: #2B2D41; }
    .hero__item__text {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1rem;
      text-align: center;
      color: #2B2D41; }
    .hero__item--small {
      padding: 1rem; }
      .hero__item--small .hero__item__image {
        width: 4rem;
        height: 4rem;
        margin: 1.5rem auto; }
      .hero__item--small .hero__item__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: 3em;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: .5rem;
        text-align: center; }
      .hero__item--small .hero__item__text {
        font-size: .875rem;
        line-height: 1.5; }

@media (max-width: 979px) {
  .hero {
    padding: 2.5rem 0 1.5rem 0;
    margin-bottom: 0; }
    .hero__title {
      font-size: 2rem; }
    .hero__subtitle {
      font-size: 1rem; } }

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

.form-group .bigger {
  padding: .625rem 1.25rem !important;
  font-size: 1rem !important;
  margin-bottom: 1rem; }

.form-group .text-input {
  background: white;
  border: 1px solid #e3e5e8;
  border-radius: .125rem;
  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%; }
  .form-group .text-input::-webkit-input-placeholder {
    color: #576175;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input::-moz-placeholder {
    color: #576175;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:-ms-input-placeholder {
    color: #576175;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input::-ms-input-placeholder {
    color: #576175;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input::placeholder {
    color: #576175;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover::-webkit-input-placeholder, .form-group .text-input:focus::-webkit-input-placeholder {
    color: #8f96a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover::-moz-placeholder, .form-group .text-input:focus::-moz-placeholder {
    color: #8f96a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover:-ms-input-placeholder, .form-group .text-input:focus:-ms-input-placeholder {
    color: #8f96a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover::-ms-input-placeholder, .form-group .text-input:focus::-ms-input-placeholder {
    color: #8f96a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover::placeholder, .form-group .text-input:focus::placeholder {
    color: #8f96a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-group .text-input:hover {
    border-color: #c7cad1; }
  .form-group .text-input:focus {
    border-color: #25cdc7;
    outline: 0 none; }
    .form-group .text-input:focus:invalid {
      border-color: #e81a3e; }

.input {
  background: white;
  border: 1px solid #e3e5e8;
  border-radius: .125rem;
  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: #576175;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-moz-placeholder {
    color: #576175;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:-ms-input-placeholder {
    color: #576175;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-ms-input-placeholder {
    color: #576175;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::placeholder {
    color: #576175;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: #8f96a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
    color: #8f96a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: #8f96a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
    color: #8f96a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::placeholder, .input:focus::placeholder {
    color: #8f96a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover {
    border-color: #c7cad1; }
  .input:focus {
    border-color: #25cdc7;
    outline: 0 none; }
    .input:focus:invalid {
      border-color: #e81a3e; }
  .input.big {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.375rem; }
  .input.bigger {
    padding: .625rem 1.25rem;
    font-size: 1rem; }
  .input.biggest {
    padding: .6875rem 1.5rem;
    font-size: 1.25rem; }
  .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), #f9fafa;
  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; }

label {
  margin-bottom: .25rem;
  font-family: var(--general-font);
  font-size: .875rem; }

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: #8f96a3 !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: .125rem !important;
  position: relative;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .multiple:focus {
    outline: none; }
  .multiple.checked {
    background: #576175 !important; }
  .multiple input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e3e5e8;
    border-radius: .125rem;
    content: '';
    cursor: pointer;
    position: absolute;
    left: .75rem;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: var(--border-width-base) solid #8f96a3; }
    .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: 200px;
  margin: auto !important;
  padding: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px; }

#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: #e3e5e8;
    border-radius: 0.125rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: var(--border-width-base) solid #8f96a3;
    position: relative;
    padding: 0;
    margin: 0; }
    #optout-form .form-check-input:focus {
      outline: none; }
    #optout-form .form-check-input:checked {
      border: none;
      background: #2B2D42 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 - 10.5rem + 2px); }
  .postPreview {
    padding: 5rem 0; }
    .postPreview h1 {
      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;
      gap: .5rem;
      margin-bottom: 3rem; }
      .postPreview h1:after {
        content: '';
        width: 5rem;
        height: .25rem;
        background-color: #E81B3D; }
      @media (max-width: 979px) {
        .postPreview h1 {
          gap: .5rem;
          line-height: 1.25; }
          .postPreview h1:before, .postPreview h1:after {
            width: 3rem; } }
    .postPreview--featured {
      padding-bottom: 0; }
      .postPreview--featured .postPreview__title {
        font-size: 2rem;
        margin-bottom: 1rem; }
      .postPreview--featured .postPreview__text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.75rem; }
      .postPreview--featured .postPreview__image img {
        height: 20rem;
        border-radius: .25rem; }
    .postPreview:not(.postPreview--featured) .postPreview__title {
      position: absolute;
      bottom: 0;
      color: white;
      padding: 1rem;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.008)), color-stop(19.9%, rgba(0, 0, 0, 0.032)), color-stop(29.6%, rgba(0, 0, 0, 0.068)), color-stop(39.1%, rgba(0, 0, 0, 0.114)), color-stop(48.1%, rgba(0, 0, 0, 0.169)), color-stop(56.8%, rgba(0, 0, 0, 0.229)), color-stop(64.9%, rgba(0, 0, 0, 0.293)), color-stop(72.4%, rgba(0, 0, 0, 0.357)), color-stop(79.2%, rgba(0, 0, 0, 0.421)), color-stop(85.2%, rgba(0, 0, 0, 0.481)), color-stop(90.3%, rgba(0, 0, 0, 0.536)), color-stop(94.4%, rgba(0, 0, 0, 0.582)), color-stop(97.5%, rgba(0, 0, 0, 0.618)), color-stop(99.3%, rgba(0, 0, 0, 0.642)), to(rgba(0, 0, 0, 0.65)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 10%, rgba(0, 0, 0, 0.032) 19.9%, rgba(0, 0, 0, 0.068) 29.6%, rgba(0, 0, 0, 0.114) 39.1%, rgba(0, 0, 0, 0.169) 48.1%, rgba(0, 0, 0, 0.229) 56.8%, rgba(0, 0, 0, 0.293) 64.9%, rgba(0, 0, 0, 0.357) 72.4%, rgba(0, 0, 0, 0.421) 79.2%, rgba(0, 0, 0, 0.481) 85.2%, rgba(0, 0, 0, 0.536) 90.3%, rgba(0, 0, 0, 0.582) 94.4%, rgba(0, 0, 0, 0.618) 97.5%, rgba(0, 0, 0, 0.642) 99.3%, rgba(0, 0, 0, 0.65) 100%);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
    .postPreview__wrapper {
      position: relative;
      border-radius: .25rem;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: -webkit-box-shadow .2s ease-in-out;
      transition: -webkit-box-shadow .2s ease-in-out;
      transition: box-shadow .2s ease-in-out;
      transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out; }
      .postPreview__wrapper:after {
        content: '';
        position: absolute;
        width: 100%;
        height: .25rem;
        background-color: #E81A3E; }
      .postPreview__wrapper:hover:after {
        bottom: 0; }
      .postPreview__wrapper:hover img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .postPreview__title {
      font-size: 1.25rem;
      font-weight: bold;
      letter-spacing: -.5px;
      line-height: 1.333333333;
      margin-bottom: 0;
      cursor: pointer; }
    .postPreview__text {
      font-size: 1rem;
      line-height: 1.5; }
    .postPreview__image {
      cursor: pointer; }
      .postPreview__image img {
        width: 100%;
        height: 15rem;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .post__wrapper {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid #e3e5e8;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem; }
    .post__wrapper h1 {
      text-align: center;
      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;
      gap: .5rem;
      margin-bottom: 3rem; }
      .post__wrapper h1:after {
        content: '';
        width: 5rem;
        height: .25rem;
        background-color: #E81B3D; }
      @media (max-width: 979px) {
        .post__wrapper h1 {
          gap: .5rem;
          line-height: 1.25; }
          .post__wrapper h1:before, .post__wrapper h1:after {
            width: 3rem; } }
  .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 p {
    margin-bottom: 0.5rem; }
  .post strong {
    color: #121721; }

.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 #e3e5e8; }
  .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: 2.5rem 0; }
      .postPreview__title {
        font-size: 1.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: #25cdc7;
  border-radius: 1rem; }
  .progress-inner-10 {
    display: block;
    height: 100%;
    width: 10%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-20 {
    display: block;
    height: 100%;
    width: 20%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-30 {
    display: block;
    height: 100%;
    width: 30%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-40 {
    display: block;
    height: 100%;
    width: 40%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-50 {
    display: block;
    height: 100%;
    width: 50%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-60 {
    display: block;
    height: 100%;
    width: 60%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-70 {
    display: block;
    height: 100%;
    width: 70%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-80 {
    display: block;
    height: 100%;
    width: 80%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-90 {
    display: block;
    height: 100%;
    width: 90%;
    background: #25cdc7;
    border-radius: 1rem; }
  .progress-inner-100 {
    display: block;
    height: 100%;
    width: 100%;
    background: #25cdc7;
    border-radius: 1rem; }

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

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

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

.register__header {
  margin: 2rem 0; }

.register__form {
  background-color: white;
  padding: 3rem;
  border-radius: .125rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.75rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.5rem 1.5rem -0.75rem rgba(0, 0, 0, 0.5); }
  .register__form--stepControl {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .register__form input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f9fafa;
    border-radius: 0.1875rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 1px solid #e3e5e8; }
    .register__form input[type="checkbox"]:focus {
      outline: none; }
    .register__form input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #25cdc7;
      background-size: cover; }
  .register__form input[type="radio"] {
    display: none; }
    .register__form input[type="radio"]:hover + span {
      background-color: #2B2D42;
      color: white !important; }
    .register__form input[type="radio"] + span {
      background: none;
      -webkit-font-smoothing: antialiased;
      border-radius: .125rem;
      border: 1px solid #2B2D42;
      color: #2B2D42 !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;
      font-size: 1.25rem;
      width: 100%;
      min-width: 50%;
      max-width: 320px; }
    .register__form input[type="radio"]:focus {
      outline: none; }
    .register__form input[type="radio"]:checked {
      border: 1px solid #2B2D42;
      background: white; }
      .register__form input[type="radio"]:checked + span {
        background-color: #2B2D42 !important;
        color: white !important; }

.register__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5rem;
  letter-spacing: -.5px;
  color: #2B2D42; }

.register .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__form {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem; }
  .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: #e3e5e8;
    color: #242e42;
    padding: 1rem;
    border-radius: .25rem;
    margin: .25rem;
    -webkit-transition: .2s;
    transition: .2s; }
    .rules__link:hover {
      text-decoration: none;
      background: #25cdc7;
      color: white; }

.tutorial {
  text-align: center;
  padding: 5rem 0;
  background-color: #f9fafa; }
  .tutorial__item--boxed {
    padding: 2rem;
    margin-top: 1.5rem;
    border-radius: .25rem;
    background-color: white;
    -webkit-box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5);
            box-shadow: 0px 0.75rem 2.5rem -1.5rem rgba(143, 150, 163, 0.5); }
  .tutorial h1 {
    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;
    gap: .5rem;
    margin-bottom: 3rem; }
    .tutorial h1:after {
      content: '';
      width: 5rem;
      height: .25rem;
      background-color: #E81B3D; }
    @media (max-width: 979px) {
      .tutorial h1 {
        gap: .5rem;
        line-height: 1.25; }
        .tutorial h1:before, .tutorial h1:after {
          width: 3rem; } }
  .tutorial h2 {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  .tutorial p {
    font-size: 1rem;
    margin-bottom: 0; }
  .tutorial__index {
    width: 3rem;
    height: 3rem;
    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;
    border-radius: 50%;
    background-color: #E81B3D;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    -webkit-box-shadow: 0 0 0 .5rem white;
            box-shadow: 0 0 0 .5rem white;
    margin: -3.5rem auto 1rem; }

@media (max-width: 979px) {
  .tutorial {
    padding: 2.5rem 0; }
    .tutorial h2 {
      font-size: 1.25rem; } }

@-webkit-keyframes showClickWall {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showClickWall {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes showClickWallContent {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); } }

@keyframes showClickWallContent {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); } }

@-webkit-keyframes hideClickWall {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hideClickWall {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hideClickWallContent {
  100% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); } }

@keyframes hideClickWallContent {
  100% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem); } }

.clickWall {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0; }
  .clickWall__close {
    background: none;
    border: none;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    width: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    z-index: 1;
    cursor: pointer; }
    .clickWall__close:focus {
      outline: none; }
  .clickWall__header {
    padding: 1rem;
    background: #e3e5e8; }
    .clickWall__header h1 {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: -.5px;
      line-height: 1;
      margin: 0;
      color: #4a4a4a;
      text-align: center; }
  .clickWall__content {
    background: white;
    border-radius: .25rem;
    -webkit-box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
            box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
    margin: auto;
    max-width: 30vw;
    max-height: calc(100vh - 4rem);
    overflow-y: auto; }
    .clickWall__content #submitbutton {
      top: 29px;
      right: 12px; }
  .clickWall__body {
    padding: 1rem; }
  .clickWall--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showClickWall 0.2s cubic-bezier(0.5, 0, 0, 1);
            animation: showClickWall 0.2s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: auto; }
    .clickWall--show .clickWall__content {
      -webkit-animation: showClickWallContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: showClickWallContent 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .clickWall--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: hideClickWall 0.2s cubic-bezier(0.5, 0, 0, 1);
            animation: hideClickWall 0.2s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    .clickWall--hide .clickWall__content {
      -webkit-animation: hideClickWallContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: hideClickWallContent 0.8s cubic-bezier(0.5, 0, 0, 1); }

@media (max-width: 979px) {
  .clickWall__header {
    padding: 1rem; }
  .clickWall__content {
    max-width: 100vw; }
    .clickWall__content #submitbutton {
      top: 19px !important; } }

footer {
  background-color: #3f4261; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 1rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    footer ul li {
      display: inline;
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      line-height: 1; }
      @media (max-width: 979px) {
        footer ul li {
          border-left: 0; } }
      footer ul li:first-child {
        border-left: none; }
      footer ul li a {
        color: rgba(255, 255, 255, 0.75);
        padding: 0 .5rem;
        -webkit-transition: color var(--transition-base);
        transition: color var(--transition-base);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px; }
        footer ul li a:hover {
          color: white; }
  footer small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1; }

.footer__disclaimer {
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem 0;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.75; }

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

.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 #e3e5e8;
  border-radius: .125rem;
  -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: #c7cad1;
    -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: #c7cad1;
    -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: #c7cad1;
    -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: #c7cad1;
    -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: #c7cad1;
    -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: #8f96a3;
    -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: #8f96a3;
    -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: #8f96a3;
    -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: #8f96a3;
    -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: #8f96a3;
    -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: #c7cad1; }
  .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: #2B2D42;
    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: #ea3152; }
    .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: #d31536; }
    .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: #e81a3e;
      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 .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;
    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: #8f96a3;
  margin: 0 0 1rem 0; }
  .tcpa-terms label a, .terms label a {
    color: #8f96a3;
    text-decoration: underline; }
    .tcpa-terms label a:hover, .terms label a:hover {
      color: #242e42;
      cursor: pointer; }

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

.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: #7054ec; }
  @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; }

header {
  padding: 5px 0; }
  header.gray {
    border-bottom: 2px solid #f7f5f5; }
  header .logotype {
    height: 64px; }
    @media (max-width: 979px) {
      header .logotype {
        height: 50px;
        margin: 0 auto;
        display: block; } }
  header .phone {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    padding: 10px 19px;
    background: #7054ed !important;
    background: -webkit-gradient(linear, left top, right top, from(#7054ed), to(#3000bf)) !important;
    background: linear-gradient(90deg, #7054ed 0%, #3000bf 100%) !important;
    color: white;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1rem; }
    header .phone:hover {
      -webkit-box-shadow: 0px 0px 46px 7px rgba(48, 0, 191, 0.4);
              box-shadow: 0px 0px 46px 7px rgba(48, 0, 191, 0.4);
      color: white; }
  @media (max-width: 979px) {
    header {
      padding: 20px 0;
      border-bottom: 2px solid #f7f5f5;
      background: #f7f5f5; }
      header .phone {
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
        padding: 2px 19px;
        background: #f7f7f7 !important;
        color: #4a4a4a;
        border: 1px solid #e4e4e4;
        font-size: 0.775rem; }
        header .phone:hover {
          -webkit-box-shadow: initial;
                  box-shadow: initial;
          color: #4a4a4a; } }

.banner__wrapper .register__form .radio-box input[type="radio"] + span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f7f5f5 !important;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #2B2D42 !important;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 15px; }

.navigation {
  padding: .75rem 0; }
  .navigation--bordered {
    border-bottom: 1px solid #e3e5e8; }
  .navigation__logotype {
    height: 3rem; }
  .navigation__phone {
    line-height: 1;
    text-align: center;
    color: #2B2D42;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #2B2D42;
    padding: .5rem;
    border-radius: .5rem; }
    .navigation__phone:hover {
      color: #E81A3E;
      border: 2px solid #E81A3E; }
    .navigation__phoneNumber {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.25rem;
      font-weight: 900;
      margin-bottom: .25rem;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .navigation__phoneNumber i {
        margin-right: .25rem; }
    .navigation__phoneText {
      font-size: .75rem;
      font-weight: 600; }

@media (max-width: 979px) {
  .navigation__logotype {
    height: 2rem; } }

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

.twy-registration {
  border-bottom: 0.0625rem solid #c7cad1;
  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: #576175;
      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; }
