@charset "UTF-8";
h1, h2, h3 {
  color: hsl(210, 15%, 30%);
  font-family: var(--primary-font);
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-weight: 400;
}

h4, h5, h6 {
  font-family: var(--general-font);
}

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

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

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: 0.5;
}

p {
  font-family: var(--general-font);
  font-size: 0.875rem;
}
p.lead {
  font-size: 1.5rem;
}

@media (max-width: 979px) {
  h1 {
    font-size: 2rem;
  }
}
:root {
  --border-width-base: 1px;
  --layout-base: 8px;
  --transition-base: .2s;
  --primary-font: 'Jost', sans-serif;
  --general-font: 'Roboto', sans-serif;
  --navbar-background: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

@media (max-width: 770px) {
  body,
  html {
    overflow-x: hidden;
  }
}

body {
  color: #636363;
  font-size: calc(var(--layout-base) * 2);
  background: white;
  font-family: var(--general-font);
}
body.themetwo {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 254, 251)), to(rgb(255, 241, 216)));
  background: linear-gradient(90deg, rgb(255, 254, 251) 0%, rgb(255, 241, 216) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

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

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

strong {
  font-weight: initial;
}

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

input:-webkit-autofill {
  -webkit-text-fill-color: #73739a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #73739a !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);
  }
}
#whatwedo h2,
#whatwedo h3,
#whatwedo h4 {
  margin: 1rem 0;
}
#whatwedo p span {
  line-height: 32px;
}
#whatwedo .grid__template {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin-top: 4rem;
}
#whatwedo .grid .main_title {
  text-align: center;
  font-weight: 700;
  color: #00111a;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
#whatwedo .grid__template {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}
#whatwedo .grid__template > div {
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px -2px, rgba(0, 0, 0, 0.05) 0 4px 4px -2px, rgba(0, 0, 0, 0.05) 0 8px 8px -2px, rgba(0, 0, 0, 0.05) 0 16px 16px -2px, rgba(0, 0, 0, 0.05) 0 32px 32px -2px;
  padding: 1rem;
  margin-bottom: 2rem;
  border-left: 6px solid #e2f3fe;
}
#whatwedo .grid__type-col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 990px) {
  #whatwedo .grid__type-col-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#whatwedo .grid__type-col-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 990px) {
  #whatwedo .grid__type-col-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#whatwedo .grid__type-col-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 990px) {
  #whatwedo .grid__type-col-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#whatwedo .grid__type-col-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 990px) {
  #whatwedo .grid__type-col-5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#whatwedo .grid .title_large * {
  font-size: 1.225rem;
  font-weight: 700;
}

#list_container .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 2rem 45%;
  grid-template-columns: 45% 45%;
  padding-left: 0;
  margin-top: 4rem;
  gap: 2rem;
}
@media (max-width: 990px) {
  #list_container .list ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#list_container .list ul li {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 26px;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
#list_container .list ul li h3 {
  margin-bottom: 1rem;
}
#list_container .list ul li .img img {
  width: 96px;
  height: 96px;
}

.slider_testimonial .infos {
  width: 60px;
  margin-inline: auto;
}
.slider_testimonial .infos img {
  width: 100%;
}

#form .input__group {
  margin-bottom: 2rem;
}
#form .input__group label {
  color: hsl(210, 30%, 20%);
}
#form .input__control {
  color: #000;
  border-color: rgba(0, 0, 0, 0.25);
}
#form .input__control:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
#form .input__control:focus {
  outline: 0 none;
}
#form input:-webkit-autofill,
#form input:-webkit-autofill:hover,
#form input:-webkit-autofill:focus,
#form textarea:-webkit-autofill,
#form textarea:-webkit-autofill:hover,
#form textarea:-webkit-autofill:focus,
#form select:-webkit-autofill,
#form select:-webkit-autofill:hover,
#form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #73739a !important;
}
#form .input__group {
  position: relative;
}
#form .input__group.big .input__control,
#form .input__group.big label {
  padding: 1rem;
  font-size: 0.875rem;
}
#form .input__group.bigger .input__control,
#form .input__group.bigger label {
  padding: 1.25rem;
  font-size: 1rem;
}
#form .input__group.biggest .input__control,
#form .input__group.biggest label {
  padding: 1.5rem;
  font-size: 1.25rem;
}
#form .input__group label {
  position: absolute;
  margin: 0;
  letter-spacing: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#form .input__group:focus-within label, #form .input__group.active label {
  -webkit-transform: translate(0.25rem, -1.5rem) scale(0.75);
      -ms-transform: translate(0.25rem, -1.5rem) scale(0.75);
          transform: translate(0.25rem, -1.5rem) scale(0.75);
  opacity: 0.5;
}
#form .input__group.active:not(:focus-within) label {
  opacity: 1;
}
#form .input__control {
  background: none;
  border-style: solid;
  color: blue;
  border-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0 1px 0;
  font-size: 0.75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: 0.3125rem 0.75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  position: relative;
  z-index: 1;
  resize: none;
}
#form .input__control::-webkit-scrollbar {
  width: 0.125rem;
}
#form .input__control::-webkit-scrollbar-track {
  margin: 1.5rem 0 0.25rem 0;
  background-color: #56b3ff;
  border-radius: 0.125rem;
}
#form .input__control::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 0.125rem;
}
#form .input__control::-webkit-input-placeholder {
  color: hsl(210, 10%, 80%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control::-moz-placeholder {
  color: hsl(210, 10%, 80%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:-ms-input-placeholder {
  color: hsl(210, 10%, 80%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control::-ms-input-placeholder {
  color: hsl(210, 10%, 80%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control::placeholder {
  color: hsl(210, 10%, 80%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover::-webkit-input-placeholder, #form .input__control:focus::-webkit-input-placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover::-moz-placeholder, #form .input__control:focus::-moz-placeholder {
  color: hsl(210, 10%, 60%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover:-ms-input-placeholder, #form .input__control:focus:-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover::-ms-input-placeholder, #form .input__control:focus::-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover::placeholder, #form .input__control:focus::placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
#form .input__control:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}
#form .input__control:focus {
  outline: 0 none;
}
#form .inputAlternative__group.big .inputAlternative__control {
  padding: 0.75rem;
  font-size: 1.375rem;
}
#form .inputAlternative__group.bigger .inputAlternative__control {
  padding: 1rem;
  font-size: 1.75rem;
}
#form .inputAlternative__group.biggest .inputAlternative__control {
  padding: 1.25rem;
  font-size: 2rem;
}
#form .inputAlternative__control {
  background: #000;
  border-style: none;
  color: hsl(0, 0%, 100%);
  font-size: 0.75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: 0.3125rem 0.75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
}

@media (max-width: 768px) {
  .menu-list {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(hsla(0, 0%, 100%, 0.95)));
    background: linear-gradient(hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0.95));
    background-attachment: fixed;
  }
  .menu-list li {
    margin-bottom: 1rem !important;
  }
  .menu-list li a {
    font-size: 1.225rem !important;
  }
  .menu-list.transparent {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0%, 40.570831883%, 73.7254901961%)), to(transparent)), radial-gradient(circle, rgba(86, 179, 255, 0.5) 10%, rgb(13.7254901961%, 61.2019955911%, 100%) 60%);
    background: linear-gradient(rgb(0%, 40.570831883%, 73.7254901961%), transparent), radial-gradient(circle, rgba(86, 179, 255, 0.5) 10%, rgb(13.7254901961%, 61.2019955911%, 100%) 60%);
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  .menu-list {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0, 1);
    transition: 0.4s cubic-bezier(0, 0, 0, 1);
  }
  .menu-list.show {
    height: 104vh;
    padding-top: 5rem;
  }
  .menu-list.show .menu-item {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .menu-item {
    margin: 0 1rem 1rem 1rem;
    text-align: center;
    -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1);
    transition: 0.6s cubic-bezier(0, 0, 0, 1);
    opacity: 0;
    -webkit-transform: translate3d(5rem, 0, 0);
            transform: translate3d(5rem, 0, 0);
  }
  .menu-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .menu-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .menu-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .menu-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .menu-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .menu-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .menu-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .menu-item:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .menu-item:first-child {
    margin: 1rem 0;
  }
  .menu-item:last-child {
    margin: 0 1rem auto;
  }
  .menu-item > .button {
    width: 100%;
  }
  .menu-button {
    display: block;
    z-index: 2;
  }
  .menu-dropdown {
    width: 100%;
  }
  .menu-dropdown.active {
    position: relative;
  }
  .menu-dropdown .dropdown-item {
    width: 100%;
  }
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  margin-bottom: 1.75rem;
}
#content .call_link_2, #content .call_link {
  color: white;
  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;
}
#content .call_link {
  margin-right: 1rem;
}
#content .hero_button .call_link, #content .hero_button .call_link_2 {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 2.3rem;
}

#block_footer h2,
#block_footer h3,
#block_footer h4 {
  margin-bottom: 1.75rem;
}
#block_footer .footer__logotype {
  opacity: 1;
  width: 220px;
}
#block_footer .menu_f {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}
@media (max-width: 990px) {
  #block_footer .menu_f {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 990px) {
  #block_footer .menu_f ul {
    padding: 0;
  }
}
#block_footer .menu_f ul li {
  display: block;
}

#numbers {
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
}
#numbers h2,
#numbers h3 {
  text-align: center;
}
#numbers .values {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1000px) {
  #numbers .values {
    display: block;
  }
}
#numbers .values .box {
  color: white;
  font-weight: 800;
  text-align: center;
  line-height: 0.9;
}
@media (max-width: 1000px) {
  #numbers .values .box {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}
#numbers .values .box p {
  font-size: 1.225rem;
  line-height: normal;
}
#numbers .values .box span {
  display: block;
  font-weight: 800;
  font-size: 90px;
  background: #00AAFF;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000F), to(#00AAFF));
  background: linear-gradient(to top, #00000F 10%, #00AAFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  #numbers .values .box span {
    font-size: 77px;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}
#numbers .value_text {
  padding-block: 6rem;
  color: #36597D;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

#callaction .call_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.form_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.form_images img {
  height: 80px !important;
  opacity: 0.7;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.slick-next,
.slick-prev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(181, 181, 212, 0.8) url(../img/arrow_.png) no-repeat;
  -webkit-transform: rotate(87deg);
      -ms-transform: rotate(87deg);
          transform: rotate(87deg);
  background-position: center;
}
.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-prev {
  left: -50px;
}
@media (max-width: 770px) {
  .slick-prev {
    left: 8px;
  }
}

.slick-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -50px;
}
@media (max-width: 770px) {
  .slick-next {
    right: 14px;
  }
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: rgba(181, 181, 212, 0.8) url(../img/arrow_.png) no-repeat;
  background-position: center;
}

.program__header .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__header .toll-number img {
  margin-right: 10px;
}
.program__header .toll-number a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.program__header .toll-number span {
  display: block;
  color: white;
  font-size: 14px;
  text-align: center;
}

.progress-inner {
  display: block;
  height: 100%;
  width: "0%";
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-10 {
  display: block;
  height: 100%;
  width: 10%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-20 {
  display: block;
  height: 100%;
  width: 20%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-30 {
  display: block;
  height: 100%;
  width: 30%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-40 {
  display: block;
  height: 100%;
  width: 40%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-50 {
  display: block;
  height: 100%;
  width: 50%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-60 {
  display: block;
  height: 100%;
  width: 60%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-70 {
  display: block;
  height: 100%;
  width: 70%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-80 {
  display: block;
  height: 100%;
  width: 80%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-90 {
  display: block;
  height: 100%;
  width: 90%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-100 {
  display: block;
  height: 100%;
  width: 100%;
  background: #414d58;
  border-radius: 0.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: 0.25rem;
  overflow: hidden;
  background: hsl(210, 10%, 90%);
}
.progress-bar .progress-percentage {
  color: hsl(0, 0%, 100%);
  line-height: 1.25rem;
  text-align: right;
  margin-right: 0.5rem;
  font-size: 11px;
}

@media (max-width: 768px) {
  .progress-bar .progress-percentage {
    margin-left: 1rem;
  }
}
.program {
  padding-top: 72px;
  padding-bottom: 72px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 770px) {
  .program {
    padding-top: 21px;
    z-index: 9999;
    background: white;
  }
}
.program .form-title-wrapper {
  text-align: center;
  position: relative;
}
.program .arrow-tittle-wrapper {
  display: inline-block;
  position: relative;
}
.program .title-arrow.debt-page {
  width: 160px;
  height: 160px;
  top: -115px;
  left: -132px;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
@media (max-width: 770px) {
  .program .title-arrow.debt-page {
    top: -125px;
    left: -108px;
  }
}
.program .form-head {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 800;
  color: #1c1c57;
}
@media (max-width: 770px) {
  .program .form-head {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 800;
    color: #1c1c57;
    max-width: 203px;
    margin-left: auto;
    margin-right: auto;
  }
}
.program__form {
  margin: 4rem auto 0;
}
@media (max-width: 770px) {
  .program__form {
    margin-top: 2rem;
  }
}

.sticky-bar {
  display: block;
  z-index: 100;
  text-align: center;
  background-color: #fff;
  padding: 16px 8px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
  padding: 12px;
}
@media (max-width: 770px) {
  .sticky-bar {
    display: block;
  }
}
.sticky-bar a {
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #6d72f6;
  border-radius: 14px;
  padding: 12px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.111em;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  display: inline-block;
  width: 94%;
  margin: 0 auto;
  text-decoration: none;
}
.sticky-bar a:hover {
  background-color: #08ce8a;
}

.faq {
  padding: 2.5rem 0;
}
@media (max-width: 770px) {
  .faq {
    padding-block: 2rem !important;
  }
}
.faq__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  color: #1c1c57;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media (max-width: 770px) {
  .faq__title {
    font-size: 24px;
    text-align: center;
    width: 220px;
    margin: 1rem auto;
  }
}
.faq .text p {
  line-height: 23px;
}
.faq .text p strong {
  font-weight: 600;
}
.faq .text p {
  font-weight: 600;
}
@media (max-width: 770px) {
  .faq .text {
    text-align: center !important;
  }
}
.faq-item {
  text-align: left;
  cursor: pointer;
  border: 1px solid #ececf6;
  margin-bottom: 32px;
  padding: 50px 83px 50px 48px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  position: relative;
  -webkit-box-shadow: 0 5px 14px rgba(28, 28, 87, 0.05);
          box-shadow: 0 5px 14px rgba(28, 28, 87, 0.05);
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 770px) {
  .faq-item {
    padding: 31px 58px 31px 24px;
  }
}
.faq-item:hover {
  border-color: #6d72f6;
  -webkit-transform: translate(0, -4px);
      -ms-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 25px rgba(28, 28, 87, 0.08);
          box-shadow: 0 10px 25px rgba(28, 28, 87, 0.08);
}
.faq-item.expanded .faq-answer {
  margin-top: 1.75rem;
}
.faq-item.expanded .faq-icon-2 {
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-90deg) skew(0deg, 0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-90deg) skew(0deg, 0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.faq-question {
  margin-bottom: 0;
  margin-right: 46px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
  color: #1c1c57;
}
@media (max-width: 770px) {
  .faq-question {
    font-size: 20px;
  }
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.faq-answer p {
  margin-bottom: 1.5rem;
}
.faq .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 5rem 1fr;
  grid-template-columns: 40% 1fr;
  gap: 5rem;
}
@media (max-width: 770px) {
  .faq .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.faq .grid .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 770px) {
  .faq .grid .line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.faq .grid .subtitle-wrapper-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  line-height: 1.125em;
  display: block;
  position: sticky;
  top: 20px;
}
.faq .grid p {
  margin-bottom: 0;
}
.faq .grid h3 {
  color: rgb(8, 206, 138);
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 770px) {
  .faq .grid h3 {
    font-size: 15px;
  }
}
.faq .grid .subtitle-line-2 {
  width: 40px;
  min-height: 2px;
  background-color: #08ce8a;
}
@media (max-width: 770px) {
  .faq .grid .subtitle-line-2 {
    display: none;
  }
}
.faq .faq-icon-wrapper {
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #6d72f6;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 16px rgba(109, 114, 246, 0.23);
          box-shadow: 0 6px 16px rgba(109, 114, 246, 0.23);
  right: 33px;
  top: 42px;
}
@media (max-width: 770px) {
  .faq .faq-icon-wrapper {
    top: 26px;
  }
}
.faq .faq-icon-wrapper .faq-icon-1 {
  width: 23px;
  min-height: 2px;
  background-color: #fff;
  border-radius: 999999px;
  position: absolute;
}
.faq .faq-icon-wrapper .faq-icon-2 {
  width: 2px;
  min-height: 23px;
  background-color: #fff;
  border-radius: 999999px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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 ul {
  margin-bottom: 1.75rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
article ul li {
  margin-left: 1rem;
}

.article__aside {
  padding: 1.5rem 0rem 1.5rem 2rem;
  border-left: 1px solid hsl(210, 10%, 90%);
  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 0.5rem;
}
.article__aside__item p {
  margin: 0 0 0.75rem;
}
.article__banner {
  margin-bottom: 2rem;
  text-align: center;
  background: hsl(210, 10%, 98%);
  padding: 1rem;
  border-radius: 0.5rem;
}
.article__middle {
  margin: 3rem 0 1rem;
}
.article__date {
  background-color: hsl(210, 30%, 10%);
  color: hsl(0, 0%, 100%);
  padding: 0.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 0.5rem;
}
.article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.article__step {
  -webkit-animation: articleStep 0.2s ease-in-out;
          animation: articleStep 0.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 0.2s ease-in-out;
          animation: articleLoading 0.2s ease-in-out;
  visibility: hidden;
}

@media (max-width: 979px) {
  article {
    padding: 6rem 0 0 0;
    background: hsl(0, 0%, 100%);
  }
  .article__aside {
    margin-top: 3.5rem;
    padding: 4rem 0 0 0;
    border-top: 1px solid hsl(210, 10%, 90%);
    border-left: 0;
  }
  .article__body p {
    font-size: 16px;
  }
}
.banner {
  padding: 2.5rem 0;
  background-color: hsl(210, 10%, 98%);
}
.banner__title {
  color: #414d58;
}

.banner_blog,
.featured_banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 2.5rem;
}
.banner_blog:after,
.featured_banner:after {
  content: "";
  background-color: hsla(0, 0%, 20%, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.banner_blog h1,
.banner_blog p,
.banner_blog button,
.banner_blog a,
.featured_banner h1,
.featured_banner p,
.featured_banner button,
.featured_banner a {
  position: relative;
  z-index: 2;
}
.banner_blog h1,
.featured_banner h1 {
  color: white;
  font-size: 2.75rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.featured_banner * {
  color: white;
}
.featured_banner h1 {
  margin-bottom: 0;
}
.featured_banner p {
  color: white;
}
.featured_banner a {
  background: #cea06a !important;
}

article.blog {
  padding-top: 0;
}
article.blog h2 {
  font-size: 2rem;
}

.postPreview__title {
  font-size: 18px;
  margin: 0.75rem 0;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
}
.postPreview__title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #6c757d;
  display: block;
  margin-top: 1rem;
}
.postPreview a {
  text-decoration: none;
}
.postPreview a.link {
  color: #6c757d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 1.5rem auto 0;
  padding: 0.7rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.postPreview a.link:before, .postPreview a.link:after {
  content: "";
  width: 123%;
  height: 2px;
  background-color: #6c757d;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.postPreview a.link:before {
  top: 0;
}
.postPreview a.link:after {
  bottom: 0;
}
.postPreview__wrapper {
  background: #f1f1f1;
  position: relative;
  padding-top: 0;
  border-top: 8px solid #cea06a;
  color: #6c757d;
  font-size: 1rem;
  padding-bottom: 2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  min-height: 434px;
}
.postPreview__wrapper:hover .postPreview__image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.postPreview .content {
  padding: 2rem;
}
.postPreview__image {
  width: 100%;
  height: 224px;
  background-size: cover;
}
.postPreview .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 979px) {
  .postPreview .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.blog {
  padding-bottom: 5rem;
}
.blog__postPreview__wrapper {
  padding-bottom: 3rem;
}
.blog__postPreview .img {
  width: 100%;
  height: 224px;
  background-size: cover;
}
.blog__postPreview .text {
  background: #f1f1f1;
  padding: 2rem;
  position: relative;
  padding-bottom: 6rem;
}
.blog__postPreview .text h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 30px;
}
.blog__postPreview .text a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 1.5rem auto 0;
  padding: 0.7rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.blog__postPreview .text a:before, .blog__postPreview .text a:after {
  content: "";
  width: 123%;
  height: 2px;
  background-color: #6c757d;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.blog__postPreview .text a:before {
  top: 0;
}
.blog__postPreview .text a:after {
  bottom: 0;
}
.blog__postPreview:not(.blog__postPreview--featured) {
  cursor: pointer;
  margin-bottom: 2rem;
  border-top: 8px solid #cea06a;
}
.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: hsl(210, 10%, 80%);
  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: 0.25rem;
  background: hsl(210, 10%, 96%);
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPreview + section hr {
  margin: 0;
  color: black;
  opacity: 0.1;
}

.breadcrumb {
  padding: 2rem 0;
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
  font-family: var(--primary-font);
  font-weight: 600;
  line-height: 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "•";
  color: hsl(210, 10%, 60%);
}
.breadcrumb-item a {
  color: hsl(210, 15%, 40%);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumb-item a:hover {
  color: hsl(210, 30%, 20%);
}
.breadcrumb-item.active {
  color: hsl(210, 10%, 60%);
}
.breadcrumb-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button {
  background: hsl(210, 15%, 40%);
  color: hsl(0, 0%, 100%);
}
.button:hover {
  background: hsl(210, 15%, 50%);
  color: hsl(0, 0%, 100%);
}
.button.inverted {
  background: hsl(0, 0%, 100%);
  color: hsl(210, 15%, 40%);
  -webkit-transition: background-color var(--transition-base), color var(--transition-base);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.button.inverted:hover {
  background: hsl(0, 0%, 95%);
  color: hsl(210, 15%, 35%);
}
.button.inverted.transparent {
  background: transparent;
}
.button.inverted.transparent:hover {
  background: hsla(0, 0%, 100%, 0.2);
  color: hsl(210, 15%, 40%);
}
.button.transparent {
  background: transparent;
}
.button.transparent:hover {
  background: hsla(210, 15%, 40%, 0.2);
  color: hsl(0, 0%, 100%);
}
.button.shadow {
  -webkit-box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
          box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
}
.button {
  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: 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.button-group .button {
  margin-bottom: 0.5rem;
}
.button-group .button:last-child {
  margin-bottom: 0;
}
.button.block {
  display: block;
  width: 100%;
}
.button.primary {
  background: #414d58;
  color: hsl(0, 0%, 100%);
}
.button.primary:hover {
  background: rgb(33.9869281046%, 40.2614379085%, 46.0130718954%);
  color: hsl(0, 0%, 100%);
}
.button.primary.inverted {
  background: hsl(0, 0%, 100%);
  color: #414d58;
  -webkit-transition: background-color var(--transition-base), color var(--transition-base);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.button.primary.inverted:hover {
  background: hsl(0, 0%, 95%);
  color: rgb(21.2418300654%, 25.1633986928%, 28.7581699346%);
}
.button.primary.inverted.transparent {
  background: transparent;
}
.button.primary.inverted.transparent:hover {
  background: hsla(0, 0%, 100%, 0.2);
  color: #414d58;
}
.button.primary.transparent {
  background: transparent;
}
.button.primary.transparent:hover {
  background: rgba(65, 77, 88, 0.2);
  color: hsl(0, 0%, 100%);
}
.button.primary.shadow {
  -webkit-box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
          box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
}
.button.secondary {
  background: #56b3ff;
  color: hsl(0, 0%, 100%);
}
.button.secondary:hover {
  background: rgb(53.7254901961%, 79.1901612716%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.secondary.inverted {
  background: hsl(0, 0%, 100%);
  color: #56b3ff;
  -webkit-transition: background-color var(--transition-base), color var(--transition-base);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.button.secondary.inverted:hover {
  background: hsl(0, 0%, 95%);
  color: rgb(23.7254901961%, 65.6990370113%, 100%);
}
.button.secondary.inverted.transparent {
  background: transparent;
}
.button.secondary.inverted.transparent:hover {
  background: hsla(0, 0%, 100%, 0.2);
  color: #56b3ff;
}
.button.secondary.transparent {
  background: transparent;
}
.button.secondary.transparent:hover {
  background: rgba(86, 179, 255, 0.2);
  color: hsl(0, 0%, 100%);
}
.button.secondary.shadow {
  -webkit-box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
          box-shadow: 0 1rem 3rem -1rem hsla(0, 0%, 0%, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
}
.button.big {
  padding: 0.75rem 1.375rem;
  font-size: 0.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 0.25rem;
  font-size: 1rem;
}
.button--faq {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.625rem;
  padding-left: 0.75rem;
  font-weight: 600;
  border: 1px solid hsla(0, 0%, 0%, 0.1);
  color: hsl(210, 15%, 40%);
  background: none;
}
.button--faq:hover {
  background: none;
  border-color: hsla(0, 0%, 0%, 0.3);
  color: hsl(210, 30%, 20%);
}
.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 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 {
  margin-top: 1rem;
  background: #414d58;
  border-radius: 0.25rem !important;
  border: none;
  color: hsl(0, 0%, 100%) !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: 0.2s;
  transition: 0.2s;
  min-width: auto;
  height: auto !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
  width: 100% !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.check__label {
  color: #576675;
  font-size: 0.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;
}

.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: 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: hsl(0, 0%, 100%);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1rem 3rem hsla(0, 0%, 0%, 0.1);
          box-shadow: 0 1rem 3rem hsla(0, 0%, 0%, 0.1);
}
.contact__form h2 {
  margin-bottom: 1.5rem;
  color: hsl(210, 10%, 60%);
}
.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%;
}

.cta {
  background-color: hsl(210, 10%, 96%);
  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: hsl(0, 0%, 100%);
}
.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: 0.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;
}

.customContent p {
  color: black;
}
.customContent .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
@media (max-width: 979px) {
  .customContent .text h3 {
    font-size: 20px;
  }
}
.customContent .text_list h3 {
  font-size: 20px;
}
.customContent .text_list ul {
  margin-bottom: 3rem;
}
.customContent ul {
  padding-left: 0;
}
.customContent ul li {
  margin-bottom: 0;
  padding-left: 1.225rem;
  display: block;
  position: relative;
  margin: 0;
  font-weight: 500;
}
.customContent ul li strong {
  font-weight: 500;
}
.customContent ul li p {
  font-size: 1rem;
}
.customContent ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F07228;
  display: block;
  border-radius: 2rem;
  position: absolute;
  top: 4px;
  left: 0;
}
.customContent a {
  text-decoration: underline;
  color: #73739a;
}
.customContent a:hover {
  color: #08ce8a;
}
.customContent .custom_button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.customContent .custom_button a {
  color: white;
  text-transform: unset;
  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;
  text-decoration: none;
}
.customContent .title {
  text-align: center;
}
@media (max-width: 979px) {
  .customContent .title {
    text-align: start;
  }
  .customContent .title h2,
  .customContent .title p {
    text-align: start !important;
  }
}
.customContent .title h1,
.customContent .title h2,
.customContent .title h3,
.customContent .title h4 {
  margin-bottom: 1.75rem;
  font-size: 45px;
  color: black;
  font-weight: 600;
}
.customContent .w-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 979px) {
  .customContent .w-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.customContent .info-table-wrapper {
  background-color: #f7f7fc;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: auto;
}
.customContent .info-table-wrapper p {
  font-weight: 600;
}
.customContent .info-table-wrapper strong {
  font-weight: 800;
}
.customContent .info-table-wrapper .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: -ms-grid;
  display: grid;
}
.customContent .info-table-wrapper .w-layout-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.customContent .info-table-wrapper .w-layout-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.customContent .info-table-wrapper .w-layout-grid > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.customContent .info-table-wrapper .w-layout-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.customContent .info-table-wrapper .info-table-grid {
  width: 97%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 16px;
  margin-right: 16px;
}
.customContent .info-table-wrapper .info-table-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.customContent .info-table-wrapper .info-table-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.customContent .info-table-wrapper .info-table-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.customContent .info-table-wrapper .info-table-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.customContent .info-table-wrapper .info-table-grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.customContent .info-table-wrapper .table-text {
  min-width: 110px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.1em;
}
.customContent .info-table-wrapper .table-text.first {
  text-align: left;
}
@media (max-width: 979px) {
  .customContent .info-table-wrapper .table-text {
    font-size: 12px;
  }
}
.customContent h1,
.customContent h2,
.customContent h3,
.customContent h4,
.customContent h5 {
  margin-bottom: 1rem;
  line-height: 23px;
}
.customContent h1 strong,
.customContent h2 strong,
.customContent h3 strong,
.customContent h4 strong,
.customContent h5 strong {
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 979px) {
  .customContent .img {
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
  .customContent h1,
  .customContent h2 {
    margin-bottom: 1rem;
    font-size: 37px !important;
    line-height: 23px;
  }
  .customContent h1 span,
  .customContent h2 span {
    font-size: 20px !important;
  }
  .customContent p {
    font-size: 13px;
  }
}

.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: 0.5rem;
}
.cf_check__input, .cf_bool__input, .cf_radio__input {
  position: relative !important;
}

.description {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0 10rem 0 0;
}
.description__superTitle {
  display: inline-block;
  margin-top: 1rem;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
  text-align: center;
}
.description__title {
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.description__action {
  background-color: #73B55F;
  margin-top: 2rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 64px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: hsl(0, 0%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.description__action:hover {
  color: hsl(0, 0%, 100%);
}
.description__plain {
  margin-top: 2rem;
}
.description__plain ul li::marker {
  color: #73B55F;
}
.description__image {
  margin-top: 2rem;
  width: 100%;
}

@media (max-width: 979px) {
  .description {
    padding: 2rem 0;
  }
  .description__superTitle {
    font-size: 1.75rem;
    text-align: left !important;
  }
  .description__title {
    text-align: left !important;
  }
  .description__action {
    width: 100%;
  }
}
.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: hsl(210, 10%, 96%);
  font-family: var(--primary-font);
  z-index: -1;
}
.dialog h1 {
  margin-bottom: 1rem;
}

@-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: hsla(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: hsl(0, 0%, 100%);
  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: hsl(0, 0%, 100%);
  padding: 3rem;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 3rem 6rem -3rem hsla(0, 0%, 0%, 0.8);
          box-shadow: 0 3rem 6rem -3rem hsla(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: hsla(0, 0%, 0%, 0.2);
    border-radius: 2rem;
    margin: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.flow__full {
  margin-top: 2rem;
  background-color: hsl(0, 0%, 100%);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #B1B1B1;
}
.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: 0.25rem;
  background: white;
  border: 1px solid hsl(210, 10%, 90%);
  margin: 0 auto 1rem;
}

@media (max-width: 425px) {
  .flow {
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none;
  }
  .flow__container {
    border-radius: 0;
    border-width: 1px 0 1px 0;
    padding: 1rem;
  }
}
.register__form .select-age .cf_radio input[type=radio],
.register__form .select-gender .path-form-field-with-feedback input[type=radio] {
  position: absolute !important;
  top: -5px;
  left: 0;
  display: block;
  -webkit-transform: translate(13px, 17px);
      -ms-transform: translate(13px, 17px);
          transform: translate(13px, 17px);
}
.register__form .select-gender .path-form-field-with-feedback input[type=radio] {
  top: -4px;
}
.register__form .select-age .cf_radio input[type=radio] + span,
.register__form .select-gender .path-form-field-with-feedback input[type=radio] + span {
  -webkit-font-smoothing: antialiased;
  border-radius: 0.3rem;
  border: 1px solid #e3e6e8;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  color: black;
  font-weight: 500;
  padding: 14px 22px 14px 38px;
  position: relative;
  font-size: 0.75rem;
}
.register__form .select-gender .path-form-field-with-feedback input[type=radio] + span {
  margin: 0;
  width: 100%;
}
.register__form .select-age .cf_radio {
  position: relative;
  display: inline-block;
  margin: 0;
}
.register__form .select-gender .path-form-field-with-feedback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.register__form .select-gender .path-form-field-with-feedback label,
.register__form .select-age .cf_radio label {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: -3px 0 0 0;
  background: #f9fafa;
}
.register__form input[type=radio] {
  display: inline-block;
}
.register__form input[type=checkbox] {
  width: 24px !important;
  margin-top: 3px;
}
.register__form .cf_bool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register__form .html-custom {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.register__form .custom-label label {
  margin: 0 0 10px;
  padding: 0;
}
.register__form .label-left {
  text-align: left !important;
}
.register__form .label-center {
  text-align: center !important;
}
.register__form .radio-box > .path-dynamic-field,
.register__form .radio-box > .path-form-field-with-feedback,
.register__form .radio-box > .path-form-field-with-feedback-control,
.register__form .radio-box > .path-cf-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.register__form .radio-box > .path-dynamic-field label,
.register__form .radio-box > .path-form-field-with-feedback label,
.register__form .radio-box > .path-form-field-with-feedback-control label,
.register__form .radio-box > .path-cf-radio label {
  width: 100%;
  font-size: 1.25rem;
  color: #100434;
}
@media (max-width: 979px) {
  .register__form .radio-box > .path-dynamic-field label,
  .register__form .radio-box > .path-form-field-with-feedback label,
  .register__form .radio-box > .path-form-field-with-feedback-control label,
  .register__form .radio-box > .path-cf-radio label {
    margin-top: 0;
  }
}
.register__form .radio-box > .path-dynamic-field .cf_bool,
.register__form .radio-box > .path-form-field-with-feedback .cf_bool,
.register__form .radio-box > .path-form-field-with-feedback-control .cf_bool,
.register__form .radio-box > .path-cf-radio .cf_bool {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.register__form .radio-box > .path-dynamic-field input[type=checkbox],
.register__form .radio-box > .path-form-field-with-feedback input[type=checkbox],
.register__form .radio-box > .path-form-field-with-feedback-control input[type=checkbox],
.register__form .radio-box > .path-cf-radio input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0.1875rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.25rem !important;
  width: 1.25rem !important;
  border: 2px solid #3d3d3d;
}
.register__form .radio-box > .path-dynamic-field input[type=checkbox]:focus,
.register__form .radio-box > .path-form-field-with-feedback input[type=checkbox]:focus,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=checkbox]:focus,
.register__form .radio-box > .path-cf-radio input[type=checkbox]:focus {
  outline: none;
}
.register__form .radio-box > .path-dynamic-field input[type=checkbox]:checked,
.register__form .radio-box > .path-form-field-with-feedback input[type=checkbox]:checked,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=checkbox]:checked,
.register__form .radio-box > .path-cf-radio input[type=checkbox]:checked {
  border: none;
  background: url(../img/check.svg), #414d58;
  background-size: cover;
}
.register__form .radio-box > .path-dynamic-field input[type=radio],
.register__form .radio-box > .path-form-field-with-feedback input[type=radio],
.register__form .radio-box > .path-form-field-with-feedback-control input[type=radio],
.register__form .radio-box > .path-cf-radio input[type=radio] {
  display: none;
}
.register__form .radio-box > .path-dynamic-field input[type=radio]:hover + span,
.register__form .radio-box > .path-form-field-with-feedback input[type=radio]:hover + span,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=radio]:hover + span,
.register__form .radio-box > .path-cf-radio input[type=radio]:hover + span {
  background-color: rgb(8, 206, 138) !important;
  color: white !important;
}
.register__form .radio-box > .path-dynamic-field input[type=radio] + span,
.register__form .radio-box > .path-form-field-with-feedback input[type=radio] + span,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=radio] + span,
.register__form .radio-box > .path-cf-radio input[type=radio] + span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #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;
}
.register__form .radio-box > .path-dynamic-field input[type=radio]:checked + span,
.register__form .radio-box > .path-form-field-with-feedback input[type=radio]:checked + span,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=radio]:checked + span,
.register__form .radio-box > .path-cf-radio input[type=radio]:checked + span {
  background: #0a9ce6 !important;
  color: white !important;
}
.register__form .radio-box > .path-dynamic-field input[type=radio]:focus,
.register__form .radio-box > .path-form-field-with-feedback input[type=radio]:focus,
.register__form .radio-box > .path-form-field-with-feedback-control input[type=radio]:focus,
.register__form .radio-box > .path-cf-radio input[type=radio]:focus {
  outline: none;
}
.register__form .radio-box.text-left .cf_bool label span,
.register__form .select-gender.text-left .cf_bool label span,
.register__form .select-age.text-left .cf_bool label span {
  text-align: left !important;
}
.register__form .radio-box.text-left input[type=radio] + span,
.register__form .select-gender.text-left input[type=radio] + span,
.register__form .select-age.text-left input[type=radio] + span {
  text-align: left !important;
}
.register__form .radio-box.text-center .cf_bool label span,
.register__form .select-gender.text-center .cf_bool label span,
.register__form .select-age.text-center .cf_bool label span {
  text-align: left !important;
}
.register__form .radio-box.text-center input[type=radio] + span,
.register__form .select-gender.text-center input[type=radio] + span,
.register__form .select-age.text-center input[type=radio] + span {
  text-align: center !important;
}
.register__form .radio-box.x-1 .cf_radio,
.register__form .radio-box.x-1 .cf_bool,
.register__form .radio-box.x-1 .cf_bool__label,
.register__form .radio-box.x-1 .path-form-field-with-feedback,
.register__form .radio-box.x-1 .select-gender,
.register__form .select-gender.x-1 .cf_radio,
.register__form .select-gender.x-1 .cf_bool,
.register__form .select-gender.x-1 .cf_bool__label,
.register__form .select-gender.x-1 .path-form-field-with-feedback,
.register__form .select-gender.x-1 .select-gender,
.register__form .select-age.x-1 .cf_radio,
.register__form .select-age.x-1 .cf_bool,
.register__form .select-age.x-1 .cf_bool__label,
.register__form .select-age.x-1 .path-form-field-with-feedback,
.register__form .select-age.x-1 .select-gender {
  width: 100% !important;
}
.register__form .radio-box.x-1 .cf_bool,
.register__form .radio-box.x-1 .path-form-field-with-feedback,
.register__form .select-gender.x-1 .cf_bool,
.register__form .select-gender.x-1 .path-form-field-with-feedback,
.register__form .select-age.x-1 .cf_bool,
.register__form .select-age.x-1 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.register__form .radio-box.x-1 .cf_bool label,
.register__form .radio-box.x-1 .path-form-field-with-feedback label,
.register__form .select-gender.x-1 .cf_bool label,
.register__form .select-gender.x-1 .path-form-field-with-feedback label,
.register__form .select-age.x-1 .cf_bool label,
.register__form .select-age.x-1 .path-form-field-with-feedback label {
  width: 100% !important;
}
.register__form .radio-box.x-2 .cf_radio,
.register__form .radio-box.x-2 .cf_bool__label,
.register__form .select-gender.x-2 .cf_radio,
.register__form .select-gender.x-2 .cf_bool__label,
.register__form .select-age.x-2 .cf_radio,
.register__form .select-age.x-2 .cf_bool__label {
  width: 49% !important;
}
.register__form .radio-box.x-2 .cf_bool,
.register__form .radio-box.x-2 .path-dynamic-field,
.register__form .radio-box.x-2 .path-form-field-with-feedback-control,
.register__form .radio-box.x-2 .path-cf-radio,
.register__form .radio-box.x-2 .path-form-field-with-feedback,
.register__form .select-gender.x-2 .cf_bool,
.register__form .select-gender.x-2 .path-dynamic-field,
.register__form .select-gender.x-2 .path-form-field-with-feedback-control,
.register__form .select-gender.x-2 .path-cf-radio,
.register__form .select-gender.x-2 .path-form-field-with-feedback,
.register__form .select-age.x-2 .cf_bool,
.register__form .select-age.x-2 .path-dynamic-field,
.register__form .select-age.x-2 .path-form-field-with-feedback-control,
.register__form .select-age.x-2 .path-cf-radio,
.register__form .select-age.x-2 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.register__form .radio-box.x-2 .cf_bool label[for=gender_m_radio], .register__form .radio-box.x-2 .cf_bool label[for=gender_f_radio],
.register__form .radio-box.x-2 .path-dynamic-field label[for=gender_m_radio],
.register__form .radio-box.x-2 .path-dynamic-field label[for=gender_f_radio],
.register__form .radio-box.x-2 .path-form-field-with-feedback-control label[for=gender_m_radio],
.register__form .radio-box.x-2 .path-form-field-with-feedback-control label[for=gender_f_radio],
.register__form .radio-box.x-2 .path-cf-radio label[for=gender_m_radio],
.register__form .radio-box.x-2 .path-cf-radio label[for=gender_f_radio],
.register__form .radio-box.x-2 .path-form-field-with-feedback label[for=gender_m_radio],
.register__form .radio-box.x-2 .path-form-field-with-feedback label[for=gender_f_radio],
.register__form .select-gender.x-2 .cf_bool label[for=gender_m_radio],
.register__form .select-gender.x-2 .cf_bool label[for=gender_f_radio],
.register__form .select-gender.x-2 .path-dynamic-field label[for=gender_m_radio],
.register__form .select-gender.x-2 .path-dynamic-field label[for=gender_f_radio],
.register__form .select-gender.x-2 .path-form-field-with-feedback-control label[for=gender_m_radio],
.register__form .select-gender.x-2 .path-form-field-with-feedback-control label[for=gender_f_radio],
.register__form .select-gender.x-2 .path-cf-radio label[for=gender_m_radio],
.register__form .select-gender.x-2 .path-cf-radio label[for=gender_f_radio],
.register__form .select-gender.x-2 .path-form-field-with-feedback label[for=gender_m_radio],
.register__form .select-gender.x-2 .path-form-field-with-feedback label[for=gender_f_radio],
.register__form .select-age.x-2 .cf_bool label[for=gender_m_radio],
.register__form .select-age.x-2 .cf_bool label[for=gender_f_radio],
.register__form .select-age.x-2 .path-dynamic-field label[for=gender_m_radio],
.register__form .select-age.x-2 .path-dynamic-field label[for=gender_f_radio],
.register__form .select-age.x-2 .path-form-field-with-feedback-control label[for=gender_m_radio],
.register__form .select-age.x-2 .path-form-field-with-feedback-control label[for=gender_f_radio],
.register__form .select-age.x-2 .path-cf-radio label[for=gender_m_radio],
.register__form .select-age.x-2 .path-cf-radio label[for=gender_f_radio],
.register__form .select-age.x-2 .path-form-field-with-feedback label[for=gender_m_radio],
.register__form .select-age.x-2 .path-form-field-with-feedback label[for=gender_f_radio] {
  width: 49% !important;
}
.register__form .radio-box.x-3 .cf_radio,
.register__form .radio-box.x-3 .cf_bool__label,
.register__form .select-gender.x-3 .cf_radio,
.register__form .select-gender.x-3 .cf_bool__label,
.register__form .select-age.x-3 .cf_radio,
.register__form .select-age.x-3 .cf_bool__label {
  width: 32% !important;
}
.register__form .radio-box.x-3 .cf_bool,
.register__form .radio-box.x-3 .path-dynamic-field,
.register__form .radio-box.x-3 .path-form-field-with-feedback-control,
.register__form .radio-box.x-3 .path-cf-radio,
.register__form .radio-box.x-3 .path-form-field-with-feedback,
.register__form .select-gender.x-3 .cf_bool,
.register__form .select-gender.x-3 .path-dynamic-field,
.register__form .select-gender.x-3 .path-form-field-with-feedback-control,
.register__form .select-gender.x-3 .path-cf-radio,
.register__form .select-gender.x-3 .path-form-field-with-feedback,
.register__form .select-age.x-3 .cf_bool,
.register__form .select-age.x-3 .path-dynamic-field,
.register__form .select-age.x-3 .path-form-field-with-feedback-control,
.register__form .select-age.x-3 .path-cf-radio,
.register__form .select-age.x-3 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.register__form .radio-box.x-4 .cf_radio,
.register__form .radio-box.x-4 .cf_bool__label,
.register__form .select-gender.x-4 .cf_radio,
.register__form .select-gender.x-4 .cf_bool__label,
.register__form .select-age.x-4 .cf_radio,
.register__form .select-age.x-4 .cf_bool__label {
  width: 24% !important;
}
.register__form .radio-box.x-4 .cf_bool,
.register__form .radio-box.x-4 .path-dynamic-field,
.register__form .radio-box.x-4 .path-form-field-with-feedback-control,
.register__form .radio-box.x-4 .path-cf-radio,
.register__form .radio-box.x-4 .path-form-field-with-feedback,
.register__form .select-gender.x-4 .cf_bool,
.register__form .select-gender.x-4 .path-dynamic-field,
.register__form .select-gender.x-4 .path-form-field-with-feedback-control,
.register__form .select-gender.x-4 .path-cf-radio,
.register__form .select-gender.x-4 .path-form-field-with-feedback,
.register__form .select-age.x-4 .cf_bool,
.register__form .select-age.x-4 .path-dynamic-field,
.register__form .select-age.x-4 .path-form-field-with-feedback-control,
.register__form .select-age.x-4 .path-cf-radio,
.register__form .select-age.x-4 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.register__form .radio-box .cf_bool label {
  width: 50%;
  text-align: center;
}
.register__form .radio-box input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0.1875rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.25rem !important;
  width: 1.25rem !important;
  border: 2px solid #3d3d3d;
}
.register__form .radio-box input[type=radio]:focus {
  outline: none;
}
.register__form .radio-box input[type=radio]:checked {
  border: none;
  background: url(../img/check.svg), #414d58;
  background-size: cover;
}

.radio-circle .path-dynamic-field,
.radio-circle .path-form-field-with-feedback,
.radio-circle .path-form-field-with-feedback-control,
.radio-circle .path-cf-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.radio-circle .path-dynamic-field [type=radio]:checked,
.radio-circle .path-dynamic-field [type=radio]:not(:checked),
.radio-circle .path-form-field-with-feedback [type=radio]:checked,
.radio-circle .path-form-field-with-feedback [type=radio]:not(:checked),
.radio-circle .path-form-field-with-feedback-control [type=radio]:checked,
.radio-circle .path-form-field-with-feedback-control [type=radio]:not(:checked),
.radio-circle .path-cf-radio [type=radio]:checked,
.radio-circle .path-cf-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-circle .path-dynamic-field [type=radio]:checked + label,
.radio-circle .path-dynamic-field [type=radio]:not(:checked) + label,
.radio-circle .path-form-field-with-feedback [type=radio]:checked + label,
.radio-circle .path-form-field-with-feedback [type=radio]:not(:checked) + label,
.radio-circle .path-form-field-with-feedback-control [type=radio]:checked + label,
.radio-circle .path-form-field-with-feedback-control [type=radio]:not(:checked) + label,
.radio-circle .path-cf-radio [type=radio]:checked + label,
.radio-circle .path-cf-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.radio-circle .path-dynamic-field [type=radio]:checked + span:before,
.radio-circle .path-dynamic-field [type=radio]:not(:checked) + span:before,
.radio-circle .path-form-field-with-feedback [type=radio]:checked + span:before,
.radio-circle .path-form-field-with-feedback [type=radio]:not(:checked) + span:before,
.radio-circle .path-form-field-with-feedback-control [type=radio]:checked + span:before,
.radio-circle .path-form-field-with-feedback-control [type=radio]:not(:checked) + span:before,
.radio-circle .path-cf-radio [type=radio]:checked + span:before,
.radio-circle .path-cf-radio [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio-circle .path-dynamic-field [type=radio]:checked + span:after,
.radio-circle .path-dynamic-field [type=radio]:not(:checked) + span:after,
.radio-circle .path-form-field-with-feedback [type=radio]:checked + span:after,
.radio-circle .path-form-field-with-feedback [type=radio]:not(:checked) + span:after,
.radio-circle .path-form-field-with-feedback-control [type=radio]:checked + span:after,
.radio-circle .path-form-field-with-feedback-control [type=radio]:not(:checked) + span:after,
.radio-circle .path-cf-radio [type=radio]:checked + span:after,
.radio-circle .path-cf-radio [type=radio]:not(:checked) + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #09ce8a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-circle .path-dynamic-field [type=radio]:not(:checked) + span:after,
.radio-circle .path-form-field-with-feedback [type=radio]:not(:checked) + span:after,
.radio-circle .path-form-field-with-feedback-control [type=radio]:not(:checked) + span:after,
.radio-circle .path-cf-radio [type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.radio-circle .path-dynamic-field [type=radio]:checked + span:after,
.radio-circle .path-form-field-with-feedback [type=radio]:checked + span:after,
.radio-circle .path-form-field-with-feedback-control [type=radio]:checked + span:after,
.radio-circle .path-cf-radio [type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

#grid {
  color: black;
}
#grid h2,
#grid h3,
#grid h4 {
  margin: 1rem 0;
}
#grid p span {
  font-weight: 600;
}
#grid .title {
  text-align: center;
}
#grid .title h2,
#grid .title h3,
#grid .title h4 {
  font-size: 45px;
  color: black;
  font-weight: 600;
}
#grid .title h2 strong,
#grid .title h3 strong,
#grid .title h4 strong {
  font-weight: 600;
}
@media (max-width: 979px) {
  #grid .title h2,
  #grid .title h3,
  #grid .title h4 {
    font-size: 37px;
  }
}
#grid .subtitle {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 770px) {
  #grid .subtitle {
    width: 100%;
  }
}
#grid .title_small span {
  font-weight: 800;
}
#grid .title_small {
  font-weight: 800;
}
@media (max-width: 770px) {
  #grid .title_small {
    margin-bottom: 0 !important;
  }
  #grid .title_small span {
    font-size: 15px !important;
  }
  #grid .text {
    padding-bottom: 14px;
  }
  #grid .text h3 {
    margin: 10px auto 5px !important;
    font-weight: initial;
  }
  #grid .text h3 span {
    font-size: 16px !important;
    line-height: 1.1em !important;
    display: block;
    width: 120px !important;
    margin: 0 auto !important;
  }
  #grid .text h3 strong {
    font-weight: 800;
  }
  #grid .text p span {
    font-size: 13px !important;
    line-height: 1.3em !important;
  }
}
#grid a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 192px;
  height: 72px;
  margin-top: 1.75rem;
  color: white;
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  background: rgb(109, 114, 246);
}
@media (max-width: 770px) {
  #grid a {
    display: none;
  }
}
#grid a:hover {
  -webkit-transform: translatey(-7px);
      -ms-transform: translatey(-7px);
          transform: translatey(-7px);
  background: rgb(8, 206, 138);
}
#grid .grid .main_title {
  text-align: center;
  font-weight: 700;
  color: #00111a;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
#grid .grid__template {
  display: -ms-grid;
  display: grid;
  text-align: center;
  gap: 40px;
  position: relative;
}
@media (max-width: 979px) {
  #grid .grid__template.v2 {
    gap: 0;
  }
}
#grid .grid__template.v2 .img {
  position: relative;
}
@media (max-width: 979px) {
  #grid .grid__template.v2 .img {
    width: 90px;
    margin: 0 auto;
  }
  #grid .grid__template.v2 .img img {
    width: 90px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 979px) {
  #grid .grid__template.v2 > div {
    display: -ms-grid;
    display: grid;
  }
  #grid .grid__template.v2 > div .arrows {
    position: initial !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 0 auto;
    margin-top: 3rem;
  }
  #grid .grid__template.v2 > div .count:before {
    top: -7px;
    left: -18px;
  }
}
#grid .grid__template p {
  color: #636363;
  font-size: 14px;
}
#grid .grid__template h3 {
  color: black;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--primary-font);
}
#grid .grid__template h3 strong {
  font-weight: 700;
}
#grid .grid__template > div {
  padding: 0 0 0;
  position: relative;
}
#grid .grid__template > div:last-child .arrows {
  display: none;
}
#grid .grid__template > div .count:before {
  content: attr(data-counter);
  position: absolute;
  top: -12px;
  left: 22px;
  background-color: black;
  color: #fff;
  border-radius: 2rem;
  width: 40px;
  height: 40px;
  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;
}
#grid .grid__template > div:nth-child(odd) .arrows, #grid .grid__template > div:nth-child(even) .arrows {
  position: absolute;
  right: -84px;
  width: 101px;
  height: 59px;
  background-size: 64px !important;
  top: 15%;
}
#grid .grid__template > div:nth-child(odd) .arrows {
  background: url(../img/arrow_up.svg) no-repeat;
}
#grid .grid__template > div:nth-child(even) .arrows {
  background: url(../img/arrow_down.svg) no-repeat;
}
@media (max-width: 990px) {
  #grid .grid__template > div {
    padding: 8px 16px 16px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #grid .grid__template > div p {
    margin-bottom: 0;
    line-height: 16px;
  }
}
#grid .grid__template .img img {
  width: 120px;
}
@media (max-width: 990px) {
  #grid .grid__template .img img {
    width: 90px;
  }
}
#grid .grid__type-col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 990px) {
  #grid .grid__type-col-2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#grid .grid__type-col-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 990px) {
  #grid .grid__type-col-3 {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
#grid .grid__type-col-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 990px) {
  #grid .grid__type-col-4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#grid .grid__type-col-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 990px) {
  #grid .grid__type-col-5 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
#grid .grid .title_large * {
  font-size: 1.225rem;
  font-weight: 700;
}

.hero {
  padding: 2rem;
  margin-bottom: 2rem;
}
.hero__title {
  margin-top: 9rem;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
}
.hero__text {
  margin-top: 1rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
}
.hero__action {
  margin-top: 2rem;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 2px solid #FFFFFF;
  border-radius: 64px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: hsl(0, 0%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__action:hover {
  color: hsl(0, 0%, 100%);
}

@media (max-width: 979px) {
  .hero {
    padding: 1rem;
  }
  .hero__title {
    margin-top: 6rem;
    font-size: 1.75rem !important;
  }
  .hero__text {
    margin-top: 1rem;
  }
  .hero__action {
    margin-top: 2rem;
    text-decoration: none;
    padding: 1rem 2rem;
    border: 2px solid #FFFFFF;
    border-radius: 64px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: hsl(0, 0%, 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero__action:hover {
    color: hsl(0, 0%, 100%);
  }
}
img.image-fluid {
  max-width: 100%;
}

.input {
  background: hsl(210, 10%, 98%);
  border: 1px solid hsl(210, 10%, 90%);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: 0.3125rem 0.75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
}
.input::-webkit-input-placeholder {
  color: hsl(210, 15%, 40%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input::-moz-placeholder {
  color: hsl(210, 15%, 40%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:-ms-input-placeholder {
  color: hsl(210, 15%, 40%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input::-ms-input-placeholder {
  color: hsl(210, 15%, 40%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input::placeholder {
  color: hsl(210, 15%, 40%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
  color: hsl(210, 10%, 60%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover::placeholder, .input:focus::placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input:hover {
  border-color: hsl(210, 10%, 80%);
}
.input:focus {
  outline: 0 none;
}
.input:focus:invalid {
  border-color: #f03030 !important;
}
.input.big {
  padding: 0.5rem 0.35rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.input.bigger {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
.input.biggest {
  padding: 0.6875rem 1.5rem;
  font-size: 1.25rem;
}
.input.transparent {
  background: hsla(0, 0%, 0%, 0.2);
  border-color: hsla(0, 0%, 100%, 0);
  color: hsl(0, 0%, 100%);
}
.input.transparent::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:hover::-webkit-input-placeholder, .input.transparent:focus::-webkit-input-placeholder {
  color: hsl(0, 0%, 100%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:hover::-moz-placeholder, .input.transparent:focus::-moz-placeholder {
  color: hsl(0, 0%, 100%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:hover:-ms-input-placeholder, .input.transparent:focus:-ms-input-placeholder {
  color: hsl(0, 0%, 100%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:hover::-ms-input-placeholder, .input.transparent:focus::-ms-input-placeholder {
  color: hsl(0, 0%, 100%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.input.transparent:hover::placeholder, .input.transparent:focus::placeholder {
  color: hsl(0, 0%, 100%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}

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

textarea.input {
  resize: none;
}

label {
  margin-bottom: 0.5rem;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  margin-left: 0.35rem;
  line-height: 0.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: 0.75;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-filter: drop-shadow(0 0 2rem hsl(0, 0%, 0%));
          filter: drop-shadow(0 0 2rem hsl(0, 0%, 0%));
}
.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: hsla(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: hsl(0, 0%, 100%);
  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: hsl(0, 0%, 0%);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 3rem 6rem -3rem hsla(0, 0%, 0%, 0.8);
          box-shadow: 0 3rem 6rem -3rem hsla(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: hsl(210, 10%, 80%);
  }
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

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

.multiple {
  background: hsl(210, 10%, 60%) !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: 0.25rem !important;
  position: relative;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.multiple:focus {
  outline: none;
}
.multiple.checked {
  background: hsl(210, 15%, 40%) !important;
}
.multiple input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: hsl(210, 10%, 98%);
  border-radius: 0.125rem;
  content: "";
  cursor: pointer;
  position: absolute;
  left: 0.75rem;
  height: 1.5rem !important;
  width: 1.5rem !important;
  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: hsl(210, 10%, 90%);
  border-radius: 0.125rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border: var(--border-width-base) solid hsl(210, 10%, 60%);
  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: rgb(62, 145, 62) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAACXBIWXMAAAsSAAALEgHS3X78AAAAkUlEQVQ4ja3U0Q2AMAgFwKcTOEpH6ihuYkdxBEdwBDfAYDSppLRUJOGnJJcSCAMR4YcIAKab2cGoMyO9Yx6dn4wAFvnoQYsggO1r67LlJ+I1o7/BHF2zYvKAGqrBJrCGStgM5mggokOBu0A5KA3uAkvTt8BVUFupGtwEa3tagk1ga/lz2Axytk4fnzTOZL4IAE7JxlWhfrYiNQAAAABJRU5ErkJggg==");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.optOut #optout-form .form-check-label {
  padding: 0 0 0 0.5rem;
  margin: 0 0 1px 0;
}
.optOut #optout-form .form-check-label + .invalid-feedback {
  margin: 0 0 -1px 0.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);
  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: 0.75rem;
  }
}
.plain__content {
  background-color: hsl(0, 0%, 100%);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #B1B1B1;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.postPreview {
  padding: 5rem 0;
}
.postPreview h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
.postPreview h1 span {
  color: #2a7bfe;
}
.postPreview h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.postPreview__wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.postPreview__image {
  width: 100%;
}
.postPreview__image img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.postPreview__title {
  font-size: 18px;
  line-height: 1;
  margin-block: 1.25rem 1rem;
}
.post__header__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  height: 25rem;
}
.post__header__img img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
}
.post__header h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.25;
}
.post__content {
  background: rgb(242, 243, 244);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 243, 244)), to(rgb(250, 250, 250)));
  background: linear-gradient(0deg, rgb(242, 243, 244) 0%, rgb(250, 250, 250) 100%);
  padding: 2rem 0;
}
.post__wrapper {
  margin-top: 2rem;
  background-color: hsl(0, 0%, 100%) !important;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #B1B1B1;
}
.post__wrapper.unsub {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid #e3e5e8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
}
.post__wrapper.unsub h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}
.post__wrapper.unsub .text-input {
  background-color: #f7f7f7;
  border: 1px solid #ecf0f2;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--general-font);
  line-height: 1;
  margin-bottom: 1rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  padding: 1.2rem;
  font-size: 1rem;
}
.post p {
  margin-bottom: 0.5rem;
}
.post strong {
  color: hsl(210, 30%, 10%);
}

.menu-list {
  overflow: hidden;
  border-radius: 0.25rem;
  position: sticky;
  top: 2rem;
}
.menu-list h3 {
  font-size: 1.75rem;
}
@media (max-width: 979px) {
  .menu-list {
    margin-bottom: 1.5rem;
  }
}
.menu-item {
  position: relative;
  border-bottom: 1px solid hsl(210, 10%, 90%);
}
.menu-item:last-child {
  border: 0;
}
.menu-question {
  cursor: pointer;
  color: #100434;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-question:hover {
  color: #827a99;
}
.menu-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 1rem;
  padding-left: 2rem;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.menu-answer a {
  color: #827a99;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: normal;
}
.menu-answer a:hover {
  color: #100434;
}
.menu-answer ul {
  margin: 0px;
  padding: 0px;
}
.menu-toggle-button {
  width: 11px;
  height: 7px;
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.menu-toggle-button:before {
  content: "";
  width: 11px;
  height: 7px;
  background: url("../img/arrow.png");
  position: absolute;
}

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

@media (max-width: 979px) {
  .post {
    margin-top: 0;
    padding-top: 0;
  }
  .post h1 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  .post__header__img {
    height: 12.5rem;
  }
  .postPreview {
    padding-block: 2.5rem;
  }
  .postPreview h1 {
    font-size: 28px;
  }
  .postPreview h2 {
    font-size: 14px;
    margin-bottom: 2.5rem;
  }
  .postPreview__text {
    font-size: 0.875rem;
  }
  .postPreview__image img {
    min-height: 13rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.progress-inner {
  display: block;
  height: 100%;
  width: "0%";
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-10 {
  display: block;
  height: 100%;
  width: 10%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-20 {
  display: block;
  height: 100%;
  width: 20%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-30 {
  display: block;
  height: 100%;
  width: 30%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-40 {
  display: block;
  height: 100%;
  width: 40%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-50 {
  display: block;
  height: 100%;
  width: 50%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-60 {
  display: block;
  height: 100%;
  width: 60%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-70 {
  display: block;
  height: 100%;
  width: 70%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-80 {
  display: block;
  height: 100%;
  width: 80%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-90 {
  display: block;
  height: 100%;
  width: 90%;
  background: #414d58;
  border-radius: 0.25rem;
}
.progress-inner-100 {
  display: block;
  height: 100%;
  width: 100%;
  background: #414d58;
  border-radius: 0.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: 0.25rem;
  overflow: hidden;
  background: hsl(210, 10%, 90%);
}
.progress-bar .progress-percentage {
  color: hsl(0, 0%, 100%);
  line-height: 1.25rem;
  text-align: right;
  margin-right: 0.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: 0.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: hsl(210, 10%, 90%);
  color: hsl(210, 30%, 20%);
  padding: 1rem;
  border-radius: 0.25rem;
  margin: 0.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rules__link:hover {
  text-decoration: none;
  background: #414d58;
  color: hsl(0, 0%, 100%);
}

.register {
  padding-block: 5rem;
  min-height: calc(100vh - 165px);
  background-color: transparent !important;
}
.register__contentLogo {
  display: inline-block;
  margin-top: 1rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 4rem;
  padding: 2rem;
}
.register__image {
  width: 228px;
}
.register__formTitle {
  margin-top: 2rem;
  font-weight: 800;
  font-size: 2rem;
  color: hsl(0, 0%, 100%);
}
.register__content {
  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;
}
.register__text {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(0, 0%, 0%);
}
.register__form {
  margin-top: 2rem;
  background-color: hsl(0, 0%, 100%);
  padding: 2rem;
  border: 1px solid #B1B1B1;
  border-radius: 1rem;
}
.register__form hr {
  padding: 0.5rem 0;
  width: 100%;
}
.register__form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: hsl(210, 10%, 98%) !important;
  border-radius: 0.25rem !important;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 20px !important;
  width: 20px !important;
  border: 1px solid hsl(210, 10%, 90%);
}
.register__form input[type=checkbox]:focus {
  outline: none;
}
.register__form input[type=checkbox]:checked {
  border: none !important;
  background: url(../img/check.svg), #56b3ff !important;
  background-size: 1rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.register__form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: hsl(0, 0%, 100%);
  border-radius: 0.75rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.125rem !important;
  width: 1.125rem !important;
  border: 2px solid #98a2b9;
}
.register__form input[type=radio]:focus {
  outline: none;
}
.register__form input[type=radio]:checked {
  border: 0.375rem solid #56b3ff;
  background: #ffffff;
  background-size: cover;
}
.register__form .row-spacing > [class*=col] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.register__form .row-spacing {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.register__form .row > [class*=col] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.register__form .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.register__form .form-row > .col,
.register__form .form-row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.register__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
}
.register__subtitle {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
}
.register__subtitle p:last-child {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .register__formTitle {
    text-align: left;
  }
  .register__formLogo {
    width: 100%;
  }
  .register__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register__image {
    margin-top: 1rem;
    width: 70%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .register__form {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .register__title {
    font-size: 1.5rem;
  }
  .register__subtitle {
    font-size: 0.875rem;
  }
}
.tutorial {
  padding: 5rem 0;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0 10rem 0 0;
}
.tutorial__superTitle {
  margin-top: 1rem;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 2.5rem;
  display: block;
  font-weight: 700;
}
.tutorial__title {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000000;
}
.tutorial__step {
  margin: 2rem 0;
}
.tutorial__stepImage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 148px;
}
.tutorial__stepTitle {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-block: 1rem;
  display: block;
  color: #000000;
}
.tutorial__stepDescription {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #000000;
}

@media (max-width: 979px) {
  .tutorial {
    padding: 3rem 0;
  }
  .tutorial__superTitle {
    font-size: 1.75rem !important;
    text-align: left !important;
  }
  .tutorial__title {
    text-align: left !important;
  }
  .tutorial__step {
    margin: 2rem 0;
  }
  .tutorial__stepImage {
    height: 100%;
  }
  .tutorial__stepTitle {
    font-size: 1.5rem;
  }
}
.twy-registration {
  border-bottom: 0.0625rem solid hsl(210, 10%, 80%);
  margin: 0 0.5rem 1.25rem;
  padding: 0 0 1rem;
}
.twy-registration #twy-nextcampaign {
  display: none !important;
}
.twy-registration .twy-registration-input {
  display: block;
}
.twy-registration .twy-registration-container {
  line-height: 1.3;
  width: 100%;
  padding-left: 3rem;
}
@media (max-width: 480px) {
  .twy-registration .twy-registration-container {
    width: 100%;
  }
}
.twy-registration .twy-registration-container .twy-registration-container-body {
  font-size: 0.75rem;
  color: hsl(210, 15%, 40%);
  line-height: 1.25rem;
  font-weight: normal;
  font-family: var(--general-font) !important;
}
.twy-registration__body {
  margin-left: 2.5rem !important;
}
.twy-registration__label {
  color: #576675 !important;
  font-weight: normal !important;
  font-size: 0.75rem !important;
}

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

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

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

.twy-hide {
  display: none;
}

.footer {
  background: #EEFBEA;
  margin-top: auto;
  padding: 1rem 0;
  position: relative;
  border-radius: 55px 55px 0px 0px;
}
.footer__copyright {
  font-size: 1rem;
  color: #000000;
  display: block;
  list-style: none;
  margin: 1rem 0;
  text-align: right !important;
}
.footer__copyright span {
  color: #8AC877;
}
.footer__list {
  text-align: right !important;
}
.footer__list li {
  display: inline-block;
}
.footer__list li a {
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 0 0.25rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #000000;
}
.footer__list li a:hover, .footer__list li a:focus {
  text-decoration: none;
  color: #8AC877;
  opacity: 1;
}
.footer__disclaimer {
  padding-top: 2rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #8aa8a8;
}
.footer img {
  height: 3rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer img:hover {
  opacity: 1;
}

@media (max-width: 979px) {
  .footer__copyright {
    text-align: left !important;
  }
  .footer__list {
    text-align: left !important;
  }
  .footer img {
    width: 100%;
    height: 100%;
  }
}
.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 0.5rem;
}
.form-wrapper-flex .form-row .x-6, .tcpa-details .form-row .x-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.5rem;
}
.form-wrapper-flex .form-col, .tcpa-details .form-col {
  margin: 0 0.5rem;
}
.form-wrapper-flex label, .tcpa-details label {
  display: block;
}
.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: hsl(210, 10%, 98%);
  border: 1px solid hsl(210, 10%, 90%);
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--general-font);
  margin-bottom: 1rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  min-height: 40px;
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  font-size: 0.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: hsl(210, 10%, 80%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .form-wrapper-flex select::-moz-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .tcpa-details select::-moz-placeholder {
  color: hsl(210, 10%, 80%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .form-wrapper-flex select:-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .tcpa-details select:-ms-input-placeholder {
  color: hsl(210, 10%, 80%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .form-wrapper-flex select::-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, .tcpa-details select::-ms-input-placeholder {
  color: hsl(210, 10%, 80%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio])::placeholder, .form-wrapper-flex select::placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio])::placeholder, .tcpa-details select::placeholder {
  color: hsl(210, 10%, 80%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover::-webkit-input-placeholder, .form-wrapper-flex input:not([type=checkbox]):not([type=radio]):focus::-webkit-input-placeholder, .form-wrapper-flex select:hover::-webkit-input-placeholder, .form-wrapper-flex select:focus::-webkit-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover::-webkit-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):focus::-webkit-input-placeholder, .tcpa-details select:hover::-webkit-input-placeholder, .tcpa-details select:focus::-webkit-input-placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover::-moz-placeholder, .form-wrapper-flex input:not([type=checkbox]):not([type=radio]):focus::-moz-placeholder, .form-wrapper-flex select:hover::-moz-placeholder, .form-wrapper-flex select:focus::-moz-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover::-moz-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):focus::-moz-placeholder, .tcpa-details select:hover::-moz-placeholder, .tcpa-details select:focus::-moz-placeholder {
  color: hsl(210, 10%, 60%);
  -moz-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover:-ms-input-placeholder, .form-wrapper-flex input:not([type=checkbox]):not([type=radio]):focus:-ms-input-placeholder, .form-wrapper-flex select:hover:-ms-input-placeholder, .form-wrapper-flex select:focus:-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover:-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):focus:-ms-input-placeholder, .tcpa-details select:hover:-ms-input-placeholder, .tcpa-details select:focus:-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover::-ms-input-placeholder, .form-wrapper-flex input:not([type=checkbox]):not([type=radio]):focus::-ms-input-placeholder, .form-wrapper-flex select:hover::-ms-input-placeholder, .form-wrapper-flex select:focus::-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover::-ms-input-placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):focus::-ms-input-placeholder, .tcpa-details select:hover::-ms-input-placeholder, .tcpa-details select:focus::-ms-input-placeholder {
  color: hsl(210, 10%, 60%);
  -ms-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover::placeholder, .form-wrapper-flex input:not([type=checkbox]):not([type=radio]):focus::placeholder, .form-wrapper-flex select:hover::placeholder, .form-wrapper-flex select:focus::placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover::placeholder, .tcpa-details input:not([type=checkbox]):not([type=radio]):focus::placeholder, .tcpa-details select:hover::placeholder, .tcpa-details select:focus::placeholder {
  color: hsl(210, 10%, 60%);
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
}
.form-wrapper-flex input:not([type=checkbox]):not([type=radio]):hover, .form-wrapper-flex select:hover, .tcpa-details input:not([type=checkbox]):not([type=radio]):hover, .tcpa-details select:hover {
  border-color: hsl(210, 10%, 80%);
}
.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: rgb(94.7933227345%, 28.1478537361%, 28.1478537361%);
}
.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: rgb(93.4419713831%, 9.4992050874%, 9.4992050874%);
}
.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: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.form-wrapper-flex select, .tcpa-details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.svg), hsl(210, 10%, 98%);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center;
}

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

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

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

.tcpa-terms label, .terms label {
  font-family: var(--general-font);
  font-weight: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  color: hsl(210, 10%, 60%);
  margin: 0 0 1rem 0;
}
.tcpa-terms label a, .terms label a {
  color: hsl(210, 10%, 60%);
  text-decoration: underline;
}
.tcpa-terms label a:hover, .terms label a:hover {
  color: hsl(210, 30%, 20%);
  cursor: pointer;
}

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

.loading i {
  display: block !important;
}
.loading span {
  display: none !important;
}

#submitbutton i {
  display: none;
}
#submitbutton span {
  display: block;
}

.tcpa-questionary-form .tcpa-questionary {
  width: 100% !important;
}
.tcpa-questionary-form .tcpa-question {
  margin: 0 0 1rem 0 !important;
  font-weight: normal;
  color: hsl(210, 30%, 20%);
}
.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: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#tcpa-confirmation-concent .tcpa-consent {
  background-color: #56b3ff;
}
@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;
}

.navbar__pack {
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0px 64px 64px 0px;
}
.navbar__image {
  margin-left: 2rem;
  padding: 0.5rem 3rem;
}

@media (max-width: 979px) {
  .navbar__pack {
    position: absolute;
    top: 1rem;
    left: 0;
    background-color: hsl(0, 0%, 100%);
    border-radius: 0px 64px 64px 0px;
  }
  .navbar__image {
    margin-left: 0px;
    padding: 1rem 2rem;
    height: 64px;
    width: 100%;
  }
}
: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(hsl(210, 10%, 98%)), to(hsl(0, 0%, 100%)));
  background: linear-gradient(hsl(210, 10%, 98%), hsl(0, 0%, 100%));
  background-size: 8px;
}
.section.black {
  background: hsl(0, 0%, 0%);
}
.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 0.5rem;
  }
}