@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  color: #414d58;
  font-family: var(--primary-font);
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-weight: 400; }

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

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

h3, .h3 {
  font-size: 0.75rem;
  font-weight: bold; }
  @media screen and (max-width: 320px) {
    h3, .h3 {
      font-size: 0rem; } }

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

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

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

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

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

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

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

.text-transparentize {
  opacity: .5; }

:root {
  --border-width-base: 1px;
  --layout-base: 8px;
  --transition-base: .2s;
  --primary-font: 'Roboto', sans-serif;
  --general-font: "Arial", arial, sans-serif;
  --navbar-background: #ffffff;
  -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: #576675;
  background: white; }
  body * {
    font-family: var(--primary-font); }

main {
  min-height: calc(100vh - 12.5rem); }
  @media (max-width: 990px) {
    main {
      margin-top: 0; } }

.index_position {
  position: relative;
  z-index: 9; }

.container {
  max-width: 1140px !important; }

.center-80 {
  width: 80%;
  margin: auto !important; }

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

article {
  padding: 5rem 0; }
  article h1 {
    margin-bottom: 2rem;
    line-height: 2.5rem; }
  article h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400; }
  article p {
    margin-bottom: 0; }
  article:not(:first-child):before {
    content: '';
    width: 20rem;
    height: .25rem;
    background-color: #f03030;
    position: absolute;
    top: -.125rem;
    left: calc(50% - 10rem);
    border-radius: 125rem; }
  article ul {
    margin-bottom: 1.75rem;
    padding: 0;
    font-size: .875rem;
    line-height: 1.5; }
    article ul li {
      margin-left: 1rem; }

.article__aside {
  padding: 1.5rem 0rem 1.5rem 2rem;
  border-left: 1px solid #e3e6e8;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem; }
  .article__aside__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem; }
    .article__aside__item:last-child {
      margin: 0;
      padding: 0; }
    .article__aside__item img {
      width: 100%;
      margin-bottom: 1rem; }
    .article__aside__item h2 {
      margin: 0 0 .5rem; }
    .article__aside__item p {
      margin: 0 0 .75rem; }

.article__banner {
  margin-bottom: 2rem;
  text-align: center;
  background: #f9fafa;
  padding: 1rem;
  border-radius: .5rem; }

.article__middle {
  margin: 3rem 0 1rem; }

.article__date {
  background-color: #121a21;
  color: white;
  padding: .125rem 1rem;
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-family: var(--primary-font); }

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

.article__header__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem; }
  .article__header__slide h2 {
    margin: 0; }

.article__body p {
  line-height: 1.5; }

.article__body__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 1rem; }
  .article__body__img img {
    display: block;
    width: 100%; }

.article__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .article__arrows > * {
    margin: 0 0 0 .5rem; }

.article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.article__step {
  -webkit-animation: articleStep .2s ease-in-out;
          animation: articleStep .2s ease-in-out; }

.article__loading {
  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;
  font-weight: bold;
  -webkit-animation: articleLoading .2s ease-in-out;
          animation: articleLoading .2s ease-in-out;
  visibility: hidden; }

@media (max-width: 979px) {
  article {
    padding: 6rem 0 0 0;
    background: white; }
  .article__aside {
    margin-top: 3.5rem;
    padding: 4rem 0 0 0;
    border-top: 1px solid #e3e6e8;
    border-left: 0; }
  .article__body p {
    font-size: 16px; } }

.banner {
  padding: 2.5rem 0;
  background-color: #f9fafa; }
  .banner__title {
    color: #414d58; }

.brands .slider img {
  width: 188px;
  text-align: center;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.brands .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.blog {
  padding-bottom: 5rem; }
  .blog__postPreview__wrapper {
    padding-bottom: 3rem; }
  .blog__postPreview img {
    min-width: 100%;
    height: 10rem;
    border-radius: .25rem;
    background: #f4f5f6;
    margin-bottom: 1rem;
    -o-object-fit: cover;
       object-fit: cover; }
  .blog__postPreview h2 {
    font-size: 1rem;
    margin: 0 1rem .5rem 1rem;
    font-weight: 500; }
  .blog__postPreview:not(.blog__postPreview--featured) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    margin-bottom: 2rem; }
    .blog__postPreview:not(.blog__postPreview--featured) a {
      margin: 0 1rem;
      font-family: var(--primary-font);
      font-weight: 500;
      font-size: .875rem;
      line-height: 1rem;
      color: #414d58;
      text-decoration: none;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
      .blog__postPreview:not(.blog__postPreview--featured) a:hover {
        color: #576775; }
  .blog__postPreview--featured {
    margin-bottom: 5rem; }
    .blog__postPreview--featured img {
      min-height: 25rem;
      margin: 0; }
    .blog__postPreview--featured p {
      font-size: 1rem;
      margin: 1rem 0 1.5rem 0; }
  .blog__postRelated__title {
    display: block;
    font-size: 1rem;
    color: #c7ccd1;
    font-family: var(--primary-font);
    margin-left: 1rem;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 1.25rem; }
  .blogPreview {
    margin: 5rem 0; }
    .blogPreview h1 {
      margin-bottom: 1rem; }
    .blogPreview p {
      margin-bottom: 1.5rem;
      font-size: 1rem;
      line-height: 1.5; }
    .blogPreview img {
      min-width: 100%;
      height: 20rem;
      border-radius: .25rem;
      background: #f4f5f6;
      -o-object-fit: cover;
         object-fit: cover; }
    .blogPreview + section hr {
      margin: 0;
      color: black;
      opacity: .1; }

@media (max-width: 979px) {
  .blog__postPreview--featured img {
    margin-bottom: 1.5rem; } }

.breadcrumb {
  padding: 2rem 0;
  font-size: .75rem;
  margin-bottom: .125rem;
  font-family: var(--primary-font);
  font-weight: 600;
  line-height: 1rem; }
  .breadcrumb-item + .breadcrumb-item:before {
    content: '•';
    color: #8f99a3; }
  .breadcrumb-item a {
    color: #576675;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    .breadcrumb-item a:hover {
      color: #243342; }
  .breadcrumb-item.active {
    color: #8f99a3; }
  .breadcrumb-item:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.button {
  background: #576675;
  color: white;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .button:hover {
    background: #6c8093;
    color: white; }
  .button.inverted {
    background: white;
    color: #576675;
    -webkit-transition: background-color var(--transition-base), color var(--transition-base);
    -o-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: #4c5967; }
    .button.inverted.transparent {
      background: transparent; }
      .button.inverted.transparent:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #576675; }
  .button.transparent {
    background: transparent; }
    .button.transparent:hover {
      background: rgba(87, 102, 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(86, 179, 255, 0.2);
            box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 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: #414d58;
    color: white; }
    .button.primary:hover {
      background: #576775;
      color: white; }
    .button.primary.inverted {
      background: white;
      color: #414d58;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      -o-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: #364049; }
      .button.primary.inverted.transparent {
        background: transparent; }
        .button.primary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #414d58; }
    .button.primary.transparent {
      background: transparent; }
      .button.primary.transparent:hover {
        background: rgba(65, 77, 88, 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(86, 179, 255, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2); }
  .button.secondary {
    background: #56b3ff;
    color: white; }
    .button.secondary:hover {
      background: #89caff;
      color: white; }
    .button.secondary.inverted {
      background: white;
      color: #56b3ff;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      -o-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: #3da8ff; }
      .button.secondary.inverted.transparent {
        background: transparent; }
        .button.secondary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #56b3ff; }
    .button.secondary.transparent {
      background: transparent; }
      .button.secondary.transparent:hover {
        background: rgba(86, 179, 255, 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(86, 179, 255, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 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; }
  .button--faq {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: .625rem;
    padding-left: .75rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #576675;
    background: none; }
    .button--faq:hover {
      background: none;
      border-color: rgba(0, 0, 0, 0.3);
      color: #243342; }
    .button--faq i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button--faq i:before {
        margin: 0 0 0 .25rem;
        font-size: 1.125rem;
        line-height: 1rem;
        width: 1rem; }

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

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

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

.check__input {
  left: 0; }

.cta {
  background-color: #f4f5f6;
  padding: 1.5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cta:not(.cta--vertical) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .cta__container {
    padding: 2.5rem 0;
    background-color: white; }
  .cta__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta__image {
    background: #fff;
    border-radius: 1rem;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .cta__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cta__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem; }
  .cta__body {
    line-height: 1.5;
    margin-bottom: 1rem; }
  .cta--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .cta--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cta--vertical .cta__content {
      text-align: center; }

.contact {
  padding: 5rem 0 0 0;
  margin-top: 5rem;
  min-height: calc(100vh - 12.5rem);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0A3543));
  background: -o-linear-gradient(top, transparent calc(100% - 7rem), #0A3543 calc(100% - 7rem));
  background: linear-gradient(180deg, transparent calc(100% - 7rem), #0A3543 calc(100% - 7rem));
  background-position: bottom; }
  .contact h1 {
    margin-bottom: 1.25rem; }
  .contact__form {
    padding: 1.5rem;
    background-color: white;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); }
    .contact__form h2 {
      margin-bottom: 1.5rem;
      color: #8f99a3; }
    .contact__form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 1.5rem; }
    .contact__form .button {
      min-width: 50%; }

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

.customContent h2 {
  font-size: 1.77rem; }

.dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 9.5rem);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .dialog span {
    line-height: 1;
    position: absolute;
    font-size: 20rem;
    color: #f4f5f6;
    font-family: var(--primary-font);
    z-index: -1; }
  .dialog h1 {
    margin-bottom: 1rem; }

.faq {
  padding: 2.5rem 0;
  background-color: #f9fafa; }
  .faq__title {
    color: #1a345f;
    font-size: 3rem;
    margin: 0 0 2rem; }
  .faq-list {
    overflow: hidden; }
  .faq-item {
    position: relative;
    border-bottom: 1px solid #e3e6e8; }
    .faq-item:first-child {
      border-top: 1px solid #e3e6e8; }
  .faq-question {
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 4rem;
    padding: 1.5rem 0;
    font-size: 1.25rem;
    font-weight: bold; }
    .faq-question:hover {
      color: #1a345f; }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 1rem;
    -webkit-transition: max-height .2s ease-in-out;
    -o-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; } }

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

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

@-webkit-keyframes showModalContent {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes showModalContent {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

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

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

@-webkit-keyframes hideModalContent {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes hideModalContent {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.faqModal {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  -webkit-perspective: 50rem;
          perspective: 50rem; }
  .faqModal__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: 2rem;
    z-index: 1;
    cursor: pointer; }
    .faqModal__close:focus {
      outline: none; }
  .faqModal__content {
    background: white;
    padding: 3rem;
    border-radius: .125rem;
    -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: 4rem;
    max-width: calc(100% - 4rem);
    overflow-y: auto; }
  .faqModal--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: auto; }
    .faqModal--show .modal__content {
      -webkit-animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .faqModal--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    .faqModal--hide .modal__content {
      -webkit-animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }

@media (max-width: 768px) {
  .faqModal__content {
    height: 100%;
    border-radius: 0;
    padding: 4rem 1rem 1rem 1rem;
    overflow-y: scroll;
    max-width: 100%;
    margin: 0; }
    .faqModal__content .h1 {
      font-size: 2rem; }
  .faqModal__close {
    font-size: 1.5rem;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
    margin: .5rem;
    height: 2.5rem;
    width: 2.5rem; } }

.flow__progress {
  padding: 1rem 0 0 0; }
  .flow__progress h2 {
    font-size: 1.25rem;
    font-weight: bold; }
  .flow__progress p {
    font-size: 1rem;
    margin-bottom: 0; }

.flow__container {
  padding: 2rem;
  border-radius: .25rem;
  background: white;
  border: 1px solid #e3e6e8;
  margin: 0 auto 1rem; }

#subheader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  #subheader * {
    font-size: 30px; }
    @media (max-width: 460px) {
      #subheader * {
        font-size: 24px; } }

.flow_main {
  background-size: cover;
  background-position: center;
  min-height: 550px; }
  @media (max-width: 440px) {
    .flow_main {
      min-height: 420px; } }
  .flow_main .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }

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

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

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

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

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

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

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

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

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

.program__form input[type="checkbox"] {
  width: 24px; }

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

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

.program__form .custom-label label {
  margin: 0 0 10px;
  padding: 0; }

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

.program__form .label-center {
  text-align: center !important; }

.program__form .radio-box > .path-dynamic-field,
.program__form .radio-box > .path-form-field-with-feedback,
.program__form .radio-box > .path-form-field-with-feedback-control,
.program__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%; }
  .program__form .radio-box > .path-dynamic-field label,
  .program__form .radio-box > .path-form-field-with-feedback label,
  .program__form .radio-box > .path-form-field-with-feedback-control label,
  .program__form .radio-box > .path-cf-radio label {
    width: 100%;
    font-size: 1.25rem;
    color: #100434; }
    @media (max-width: 979px) {
      .program__form .radio-box > .path-dynamic-field label,
      .program__form .radio-box > .path-form-field-with-feedback label,
      .program__form .radio-box > .path-form-field-with-feedback-control label,
      .program__form .radio-box > .path-cf-radio label {
        margin-top: 0; } }
  .program__form .radio-box > .path-dynamic-field .cf_bool,
  .program__form .radio-box > .path-form-field-with-feedback .cf_bool,
  .program__form .radio-box > .path-form-field-with-feedback-control .cf_bool,
  .program__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; }
  .program__form .radio-box > .path-dynamic-field input[type="checkbox"],
  .program__form .radio-box > .path-form-field-with-feedback input[type="checkbox"],
  .program__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"],
  .program__form .radio-box > .path-cf-radio input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0.1875rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    border: 2px solid #3d3d3d; }
    .program__form .radio-box > .path-dynamic-field input[type="checkbox"]:focus,
    .program__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:focus,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:focus,
    .program__form .radio-box > .path-cf-radio input[type="checkbox"]:focus {
      outline: none; }
    .program__form .radio-box > .path-dynamic-field input[type="checkbox"]:checked,
    .program__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:checked,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:checked,
    .program__form .radio-box > .path-cf-radio input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #414d58;
      background-size: cover; }
  .program__form .radio-box > .path-dynamic-field input[type="radio"],
  .program__form .radio-box > .path-form-field-with-feedback input[type="radio"],
  .program__form .radio-box > .path-form-field-with-feedback-control input[type="radio"],
  .program__form .radio-box > .path-cf-radio input[type="radio"] {
    display: none; }
    .program__form .radio-box > .path-dynamic-field input[type="radio"]:hover + span,
    .program__form .radio-box > .path-form-field-with-feedback input[type="radio"]:hover + span,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:hover + span,
    .program__form .radio-box > .path-cf-radio input[type="radio"]:hover + span {
      background-color: #0a9ce6 !important;
      color: white !important; }
    .program__form .radio-box > .path-dynamic-field input[type="radio"] + span,
    .program__form .radio-box > .path-form-field-with-feedback input[type="radio"] + span,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="radio"] + span,
    .program__form .radio-box > .path-cf-radio input[type="radio"] + span {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #fafafa;
      -webkit-font-smoothing: antialiased;
      border-radius: 2px;
      border: 1px solid #e3e6e8;
      color: #576675 !important;
      cursor: pointer;
      display: block;
      font-weight: 600;
      margin: 0;
      padding: 0.8rem;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 12px; }
    .program__form .radio-box > .path-dynamic-field input[type="radio"]:checked + span,
    .program__form .radio-box > .path-form-field-with-feedback input[type="radio"]:checked + span,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:checked + span,
    .program__form .radio-box > .path-cf-radio input[type="radio"]:checked + span {
      background: #0a9ce6 !important;
      color: white !important; }
    .program__form .radio-box > .path-dynamic-field input[type="radio"]:focus,
    .program__form .radio-box > .path-form-field-with-feedback input[type="radio"]:focus,
    .program__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:focus,
    .program__form .radio-box > .path-cf-radio input[type="radio"]:focus {
      outline: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.program__intro {
  position: relative; }
  .program__intro.second .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .program__intro h1 {
    font-size: 70px;
    color: #ff0000;
    text-shadow: 1px 2px 2px #000;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 0; }
    @media (max-width: 979px) {
      .program__intro h1 {
        font-size: 42px; } }
    .program__intro h1 span {
      font-weight: bold; }
  .program__intro .content_left {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.576);
    border-radius: 20px; }
    @media (max-width: 979px) {
      .program__intro .content_left {
        margin-bottom: 2rem;
        margin-top: 2rem;
        padding: 2rem 1rem; } }
    .program__intro .content_left .intro {
      color: #222;
      font-size: 24px;
      line-height: 31px; }
      @media (max-width: 979px) {
        .program__intro .content_left .intro {
          text-align: center;
          font-size: 24px;
          line-height: 30px; } }
      .program__intro .content_left .intro strong {
        font-weight: 400; }

.program__hero {
  position: relative;
  z-index: 2; }
  .program__hero:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.program__nav .toll-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .program__nav .toll-number img {
    margin-right: 10px; }
  .program__nav .toll-number a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold; }
  .program__nav .toll-number span {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center; }

.program__form {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem; }
  .program__form.second {
    margin: 0 auto; }
  .program__form .title_form {
    color: #fff;
    background: #009edc;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    margin: 0px;
    font-size: 29px;
    font-weight: 600; }
  .program__form .form-wrapper-flex {
    padding-inline: 1rem;
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem; }
  .program__form .form-wrapper-alt {
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #1a345f; }
  .program__form .progress_bar {
    height: 10px;
    width: 100%;
    border-radius: 8px; }
    .program__form .progress_bar .bar {
      width: 20%;
      border-radius: 8px;
      height: 8px;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .program__form .progress_bar .bar.plus {
        width: 50%; }
  .program__form .title h1 {
    font-weight: 200; }
  .program__form .form_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 4rem 2rem; }
    .program__form .form_images img {
      width: auto;
      height: 116px; }

.hero {
  padding: 5rem 0;
  background: #0F4557;
  color: white; }
  .hero h1 {
    margin-bottom: .75rem;
    line-height: 2.5rem;
    color: white; }
    .hero h1 span {
      color: #627484; }
  .hero h2 {
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    color: white; }
  .hero h3:not(.faqPreview__question) {
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    color: #627484; }
  .hero p {
    margin: 0;
    opacity: .6; }
  .hero hr {
    margin: 0 0 1rem 0;
    opacity: .1; }

.form-wrapper-background.themetwo {
  padding: 2rem 0; }

.form-app {
  position: relative;
  margin: 0 6rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 720px) {
    .form-app {
      margin: 0 1rem;
      text-align: center; } }
  .form-app .title {
    margin-bottom: 4rem; }
    @media (max-width: 720px) {
      .form-app .title {
        margin-bottom: 1rem; } }
  .form-app h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #212529;
    margin-bottom: 1rem; }
  .form-app .form-row {
    width: 389px;
    display: block !important;
    margin: 0 auto !important; }
    @media (max-width: 720px) {
      .form-app .form-row {
        width: 100%; } }
    .form-app .form-row .form-button {
      height: 67px !important; }

@media (max-width: 979px) {
  .hero {
    padding: 3rem 0; }
    .hero h3 {
      margin-bottom: 0; }
    .hero p {
      margin-bottom: 1.5rem; }
    .hero br {
      display: none; }
  .program__form .form_images {
    display: block;
    text-align: center;
    padding: 0 2rem 2rem; }
    .program__form .form_images img {
      width: 180px;
      height: auto;
      margin-bottom: 1.7rem; }
      .program__form .form_images img:last-child {
        margin-bottom: 0; } }

#counter1 {
  font-size: 32px;
  font-weight: 700;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  margin: 0 auto;
  padding: .35rem 0; }

.counter {
  color: #333;
  margin-top: 1rem; }
  .counter .text,
  .counter .sub {
    font-weight: 400;
    margin-bottom: 0.7rem; }
  .counter .text {
    font-size: 18px; }
  .counter .sub {
    font-size: 23px;
    font-style: italic; }

.numCounter {
  display: inline-block;
  height: 125px;
  line-height: 90px;
  text-shadow: 0 0 2px #fff;
  font-weight: bold;
  white-space: normal;
  font-size: 46px; }
  .numCounter > div {
    display: inline-block;
    vertical-align: top;
    height: 100%; }
    @media (max-width: 979px) {
      .numCounter > div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .numCounter > div > b {
      display: inline-block;
      display: inline-block;
      width: 50px;
      height: 91%;
      margin: 0px 0.1em;
      padding: 0;
      border-radius: 5px;
      text-align: center;
      text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset, -2px -2px 2px rgba(255, 255, 255, 0.12) inset;
              box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset, -2px -2px 2px rgba(255, 255, 255, 0.12) inset;
      overflow: hidden; }
      @media (max-width: 979px) {
        .numCounter > div > b {
          width: 40px;
          height: 80%; } }
      .numCounter > div > b::before {
        content: ' 0 1 2 3 4 5 6 7 8 9 ';
        display: block;
        word-break: break-all;
        word-break: break-word;
        -webkit-transition: 0.5s cubic-bezier(0.75, 0.15, 0.6, 1.15), text-shadow 150ms;
        -o-transition: 0.5s cubic-bezier(0.75, 0.15, 0.6, 1.15), text-shadow 150ms;
        transition: 0.5s cubic-bezier(0.75, 0.15, 0.6, 1.15), text-shadow 150ms; }
      .numCounter > div > b.blur {
        opacity: .8; }
      .numCounter > div > b[data-value="1"]::before {
        margin-top: -90px; }
      .numCounter > div > b[data-value="2"]::before {
        margin-top: -180px; }
      .numCounter > div > b[data-value="3"]::before {
        margin-top: -270px; }
      .numCounter > div > b[data-value="4"]::before {
        margin-top: -360px; }
      .numCounter > div > b[data-value="5"]::before {
        margin-top: -450px; }
      .numCounter > div > b[data-value="6"]::before {
        margin-top: -540px; }
      .numCounter > div > b[data-value="7"]::before {
        margin-top: -630px; }
      .numCounter > div > b[data-value="8"]::before {
        margin-top: -720px; }
      .numCounter > div > b[data-value="9"]::before {
        margin-top: -810px; }
    .numCounter > div:nth-last-child(3n):not(:first-child)::before {
      content: ",";
      display: inline;
      font-size: 1.1em;
      opacity: .6;
      color: white; }

.numCounter {
  overflow: hidden;
  padding: .4em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0.5px solid rgba(255, 255, 255, 0.01);
  border-radius: 16px;
  background: -o-linear-gradient(120deg, #6fc4f6, #3ea2dc);
  background: linear-gradient(330deg, #6fc4f6, #3ea2dc); }
  @media (max-width: 979px) {
    .numCounter {
      padding: .4em 0;
      width: 100%; } }
  .numCounter b {
    background: #40aae8;
    background: -o-linear-gradient(120deg, #394f5b, #2f99d7);
    background: linear-gradient(-30deg, #394f5b, #2f99d7);
    color: white; }

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

.input {
  background: #f9fafa;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  font-size: .75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: .3125rem .75rem;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%; }
  .input::-webkit-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-moz-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:-ms-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-ms-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::placeholder, .input:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover {
    border-color: #c7ccd1; }
  .input:focus {
    border-color: #56b3ff;
    outline: 0 none; }
    .input:focus:invalid {
      border-color: #f03030; }
  .input.big {
    padding: .5rem .35rem;
    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);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      -o-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);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-moz-placeholder, .input.transparent:focus::-moz-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover:-ms-input-placeholder, .input.transparent:focus:-ms-input-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-ms-input-placeholder, .input.transparent:focus::-ms-input-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::placeholder, .input.transparent:focus::placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      -o-transition: var(--transition-base);
      transition: var(--transition-base); }

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/arrow.svg) !important;
  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: .5rem;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  margin-left: .35rem;
  line-height: .8rem; }

.media {
  background-color: #f03030;
  position: relative;
  padding: 4rem 0; }
  .media__title {
    font-size: 2rem;
    color: #414d58;
    margin-bottom: 1rem;
    line-height: 1.125; }
  .media p {
    font-size: 1.25rem;
    color: #414d58; }
  .media__cover {
    border-radius: 1rem; }
  .media .uil {
    position: absolute;
    color: #414d58;
    font-size: 8rem;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    line-height: 1;
    opacity: .75;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-filter: drop-shadow(0 0 2rem black);
            filter: drop-shadow(0 0 2rem black); }
    .media .uil:hover {
      opacity: 1; }

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

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

@keyframes showModalContent {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

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

@keyframes hideModalContent {
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.mediaModal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  -webkit-perspective: 50rem;
          perspective: 50rem; }
  .mediaModal__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: 2rem;
    z-index: 1;
    cursor: pointer; }
    .mediaModal__close:focus {
      outline: none; }
  .mediaModal__content {
    background: black;
    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: 1rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .mediaModal--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: auto; }
    .mediaModal--show .modal__content {
      -webkit-animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .mediaModal--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    .mediaModal--hide .modal__content {
      -webkit-animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }

@media (max-width: 768px) {
  .mediaModal__content {
    height: 100%;
    border-radius: 0;
    padding: 4rem 2rem 2rem 2rem;
    overflow-y: scroll;
    max-width: 100%; }
    .mediaModal__content .h1 {
      font-size: 2rem; }
  .mediaModal__close {
    font-size: 1.5rem;
    color: #c7ccd1; } }

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;
  -o-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;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tcpa-item-answer {
  margin: 0; }

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

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

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

.optOut {
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem; }
  .optOut #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;
    margin-bottom: 0.75rem; }
    .optOut #optout-form .form-check .invalid-feedback {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .optOut #optout-form .form-check-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #e3e6e8;
      border-radius: .125rem;
      content: '';
      cursor: pointer;
      position: absolute;
      height: 1.5rem !important;
      width: 1.5rem !important;
      border: var(--border-width-base) solid #8f99a3;
      position: relative;
      padding: 0;
      margin: 0; }
      .optOut #optout-form .form-check-input:focus {
        outline: none; }
      .optOut #optout-form .form-check-input:checked {
        border: none;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAACXBIWXMAAAsSAAALEgHS3X78AAAAkUlEQVQ4ja3U0Q2AMAgFwKcTOEpH6ihuYkdxBEdwBDfAYDSppLRUJOGnJJcSCAMR4YcIAKab2cGoMyO9Yx6dn4wAFvnoQYsggO1r67LlJ+I1o7/BHF2zYvKAGqrBJrCGStgM5mggokOBu0A5KA3uAkvTt8BVUFupGtwEa3tagk1ga/lz2Axytk4fnzTOZL4IAE7JxlWhfrYiNQAAAABJRU5ErkJggg=="), var(--primary-color);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center; }
    .optOut #optout-form .form-check-label {
      padding: 0 0 0 .5rem;
      margin: 0 0 1px 0; }
      .optOut #optout-form .form-check-label + .invalid-feedback {
        margin: 0 0 -1px .5rem; }
  .optOut .text-input.bigger {
    padding: 0.625rem 1.25rem;
    font-size: 1rem; }
  .optOut #form input[type="submit"] {
    margin-top: 1rem; }
  .optOut .text-input {
    background-color: #f7f7f7;
    border: 1px solid #ecf0f2;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: var(--general-font);
    line-height: 1;
    margin-bottom: 1rem;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    width: 100%;
    padding: 1.2rem;
    font-size: 1rem; }
  .optOut .post__wrapper {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid #e3e5e8;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem; }
    .optOut .post__wrapper h1 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 2rem;
      color: #100434; }

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

.post {
  padding: 5rem 0; }
  .post h1 {
    margin-bottom: 1.5rem; }

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: none; }
  .progress-bar .progress {
    width: 100%;
    height: 1.25rem;
    border-radius: .25rem;
    overflow: hidden;
    background: #e3e6e8; }
  .progress-bar .progress-percentage {
    color: white;
    line-height: 1.25rem;
    text-align: right;
    margin-right: .5rem;
    font-size: 11px; }

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

.ql-editor {
  padding: 0rem !important;
  white-space: normal !important;
  height: auto !important; }
  .ql-editor p {
    margin-bottom: .5rem !important; }
    .ql-editor p:last-child {
      margin-bottom: 0 !important; }

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

.list {
  padding: 2.5rem 0;
  background-color: #f9fafa; }
  .list__content {
    padding: 2rem;
    border-radius: 1rem;
    background-color: #f4f5f6; }
    .list__content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .list__content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1rem;
        font-family: var(--primary-font);
        font-weight: 500;
        margin: 0 0 1rem;
        gap: .9rem; }
        .list__content ul li .uil {
          font-size: 2rem;
          line-height: 1;
          color: #414d58; }

.works {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 32% 32%;
  grid-template-columns: 32% 32% 32%;
  text-align: center;
  margin-top: 2rem; }
  @media (max-width: 979px) {
    .works {
      display: block; }
      .works div {
        margin-bottom: 1rem; } }
  .works h2 {
    font-size: 18px;
    text-align: center; }

.testimonials {
  padding: 2.5rem 0;
  background-color: #f9fafa;
  font-family: var(--primary-font); }
  .testimonials__title {
    margin-bottom: 3rem;
    text-transform: uppercase; }
    .testimonials__title span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-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: .25rem; }
      .testimonials__title span:after {
        content: '';
        width: 4rem;
        height: .25rem;
        background-color: #414d58; }
    @media (max-width: 979px) {
      .testimonials__title {
        line-height: 1.25; }
        .testimonials__title span {
          gap: .25rem; }
          .testimonials__title span:before, .testimonials__title span:after {
            width: 3rem; } }
  .testimonials__item {
    background-color: white;
    padding: 2rem;
    border-radius: 2rem;
    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;
    -webkit-box-shadow: 0 0 2rem #e3e6e8;
            box-shadow: 0 0 2rem #e3e6e8;
    font-weight: bold;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .testimonials__quote {
    display: block; }
  .testimonials__author {
    color: #3ea2dc;
    text-align: right; }

@media (max-width: 979px) {
  .testimonials__item {
    border-radius: 1rem; } }

.footer {
  background: #0A3543;
  padding: 2rem 0; }
  .footer__logotype {
    width: 156px; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: .75rem;
    font-family: var(--primary-font); }
  .footer__disclaimer {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.4); }
  .footer hr {
    opacity: .1;
    color: white;
    margin: 2rem 0 1rem 0; }
  .footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    font-family: var(--primary-font); }
    .footer ul li {
      display: inline-block; }
      .footer ul li a {
        display: block;
        padding: 0 .25rem;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        .footer ul li a:hover, .footer ul li a:focus {
          color: #627484;
          opacity: 1; }

@media (max-width: 979px) {
  .footer ul {
    padding: 2rem 0;
    margin: 2rem 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-width: 1px 0 1px 0; }
    .footer ul li {
      display: block;
      padding: .25rem 0; } }

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

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

.form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]), .form-wrapper-flex select, .tcpa-details input:not([type="checkbox"]):not([type="radio"]), .tcpa-details select {
  background: #f9fafa;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--general-font);
  margin-bottom: 1rem;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  min-height: 40px;
  font-weight: 300;
  padding: .5rem .35rem;
  font-size: .875rem;
  line-height: 1.375rem; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .form-wrapper-flex select::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .tcpa-details select::-webkit-input-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .form-wrapper-flex select::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .tcpa-details select::-moz-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .form-wrapper-flex select:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .tcpa-details select:-ms-input-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .form-wrapper-flex select::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .tcpa-details select::-ms-input-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::placeholder, .form-wrapper-flex select::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::placeholder, .tcpa-details select::placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .form-wrapper-flex select:hover::-webkit-input-placeholder, .form-wrapper-flex select:focus::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .tcpa-details select:hover::-webkit-input-placeholder, .tcpa-details select:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .form-wrapper-flex select:hover::-moz-placeholder, .form-wrapper-flex select:focus::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .tcpa-details select:hover::-moz-placeholder, .tcpa-details select:focus::-moz-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .form-wrapper-flex select:hover:-ms-input-placeholder, .form-wrapper-flex select:focus:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .tcpa-details select:hover:-ms-input-placeholder, .tcpa-details select:focus:-ms-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .form-wrapper-flex select:hover::-ms-input-placeholder, .form-wrapper-flex select:focus::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .tcpa-details select:hover::-ms-input-placeholder, .tcpa-details select:focus::-ms-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::placeholder, .form-wrapper-flex select:hover::placeholder, .form-wrapper-flex select:focus::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::placeholder, .tcpa-details select:hover::placeholder, .tcpa-details select:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover, .form-wrapper-flex select:hover, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover, .tcpa-details select:hover {
    border-color: #c7ccd1; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus, .form-wrapper-flex select:focus, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus, .tcpa-details select:focus {
    border-color: #56b3ff;
    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: #f24848; }
    .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: #ee1818; }
    .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: #f03030;
      font-size: .75rem;
      font-weight: bold;
      margin-bottom: .5rem;
      margin-top: -1rem;
      text-transform: uppercase; }

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

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  .terms span, .terms label, .tcpa-terms span, .tcpa-terms label {
    font-size: .875rem;
    color: #707a8f;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    padding-left: 0;
    margin: 0;
    letter-spacing: 1px; }
  .terms input[type="checkbox"], .tcpa-terms input[type="checkbox"] {
    width: 24px;
    height: 16px; }

.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: 13px;
  line-height: 1.5;
  color: #576675;
  margin: 0 0 1rem 0; }
  .tcpa-terms label a, .terms label a {
    color: #8f99a3;
    text-decoration: underline; }
    .tcpa-terms label a:hover, .terms label a:hover {
      color: #243342;
      cursor: pointer; }

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

.loading i {
  display: block !important; }

.loading span {
  display: none !important; }

#submitbutton i {
  display: none; }

#submitbutton span {
  display: block;
  font-weight: bold; }

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

.tcpa-questionary-form .tcpa-question {
  margin: 0 0 1rem 0 !important;
  font-weight: normal;
  color: #243342; }

.tcpa-questionary-form .tcpa-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto !important;
  padding: 0 !important; }

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

#tcpacheck {
  margin: 0; }

#tcpa-confirmation-concent {
  margin: 1rem auto 0 auto;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #tcpa-confirmation-concent > * {
    padding: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  @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; }

header {
  padding: 1rem 0;
  background: white;
  border-bottom: 1px solid #e3e6e8; }
  header img {
    height: 3rem; }

.navbar {
  width: 100%;
  z-index: 100;
  padding: 0;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.561);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.561); }
  .navbar.relative {
    position: relative; }
  .navbar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .7rem 0;
    z-index: 1;
    position: relative;
    width: 100%; }
    @media (max-width: 720px) {
      .navbar-wrapper {
        display: block; } }
  .navbar-logotype img {
    width: 210px; }
  @media (max-width: 720px) {
    .navbar-logotype {
      display: inline-block; } }
  .navbar .toll-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .navbar .toll-number img {
      margin-right: 10px; }
    .navbar .toll-number a {
      text-decoration: none;
      font-size: 20px;
      font-weight: bold; }
    .navbar .toll-number span {
      display: block;
      color: white;
      font-size: 14px;
      text-align: center; }

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

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

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