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

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

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

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

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

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

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

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

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

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

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

.text-transparentize {
  opacity: .5; }

p {
  font-family: var(--primary-font);
  font-size: .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: 'Poppins', sans-serif;
  --general-font: 'Poppins', sans-serif;
  --navbar-background: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: calc(var(--layout-base)*2); }

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

body {
  color: #576675;
  background: #f9fafa; }

main {
  min-height: calc(100vh - 14.5rem);
  margin-top: 5rem; }

@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; }
  main {
    margin-top: 4rem; } }

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

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

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

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

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

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

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

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

.article__body p {
  line-height: 1.5; }

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

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

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

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

.article__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-animation: articleLoading .2s ease-in-out;
          animation: articleLoading .2s ease-in-out;
  visibility: hidden; }

@media (max-width: 979px) {
  article {
    padding: 2rem 0 0 0; }
  .article__aside {
    margin-top: 3.5rem;
    padding: 4rem 0 0 0;
    border-top: 1px solid #e3e6e8;
    border-left: 0; }
  .article__body p {
    font-size: 16px; }
  .article__header__img {
    height: auto; }
    .article__header__img img {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      position: relative;
      top: 0; } }

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

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

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

.button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: var(--general-font);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin: 1rem 0;
  border-color: transparent; }
  .button:hover {
    opacity: 0.9; }
  .button-group .button {
    margin-bottom: .5rem; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  .button.block {
    display: block;
    width: 100%; }
  .button.primary {
    background: #d2292f;
    color: white; }
    .button.primary:hover {
      background: #dd5156;
      color: white; }
    .button.primary.inverted {
      background: white;
      color: #d2292f;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      -o-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.primary.inverted:hover {
        background: #f2f2f2;
        color: #bd252a; }
      .button.primary.inverted.transparent {
        background: transparent; }
        .button.primary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #d2292f; }
    .button.primary.transparent {
      background: transparent; }
      .button.primary.transparent:hover {
        background: rgba(210, 41, 47, 0.2);
        color: white; }
    .button.primary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(53, 171, 212, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(53, 171, 212, 0.2); }
  .button.secondary {
    background: #35abd4;
    color: white; }
    .button.secondary:hover {
      background: #5fbcdd;
      color: white; }
    .button.secondary.inverted {
      background: white;
      color: #35abd4;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      -o-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.secondary.inverted:hover {
        background: #f2f2f2;
        color: #2a9dc5; }
      .button.secondary.inverted.transparent {
        background: transparent; }
        .button.secondary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #35abd4; }
    .button.secondary.transparent {
      background: transparent; }
      .button.secondary.transparent:hover {
        background: rgba(53, 171, 212, 0.2);
        color: white; }
    .button.secondary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(53, 171, 212, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(53, 171, 212, 0.2); }
  .button.big {
    padding: .75rem 1.375rem;
    font-size: .875rem; }
  .button.bigger {
    padding: 1rem 1.75rem;
    font-size: 1rem; }
  .button.biggest {
    padding: 1.25rem 2rem;
    font-size: 1.25rem; }
  .button.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .button.arrow i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button.arrow i:before {
        margin: 0 0 0 .25rem;
        font-size: 1rem; }
  .button--faq {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: .625rem;
    padding-left: .75rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #576675;
    background: none; }
    .button--faq:hover {
      background: none;
      border-color: rgba(0, 0, 0, 0.3);
      color: #243342; }
    .button--faq i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button--faq i:before {
        margin: 0 0 0 .25rem;
        font-size: 1.125rem;
        line-height: 1rem;
        width: 1rem; }

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

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

@media (max-width: 979px) {
  .tcpa-answer, .tcpa-answer-in, .bt-continue, #optout-form .btn.btn-primary, .form-button {
    width: 100%; } }

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

.check__input {
  left: 0; }

.contact {
  padding: 5rem 0 0 0;
  min-height: calc(100vh - 14.5rem);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#054761));
  background: -o-linear-gradient(top, transparent calc(100% - 5rem), #054761 calc(100% - 5rem));
  background: linear-gradient(180deg, transparent calc(100% - 5rem), #054761 calc(100% - 5rem));
  background-position: bottom; }
  .contact h1 {
    margin-bottom: 1.25rem; }
  .contact__form {
    padding: 1.5rem;
    background-color: white;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); }
    .contact__form h2 {
      margin-bottom: 1.5rem;
      color: #8f99a3; }
    .contact__form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 1.5rem; }
    .contact__form .button {
      min-width: 50%; }
  .contact label {
    margin-bottom: .5rem;
    font-family: var(--primary-font);
    font-size: 11px;
    font-weight: 600;
    margin-left: 1rem;
    line-height: .5rem; }

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

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

.landerPlain {
  padding: 4rem 0;
  background-color: #eeeeee; }
  .landerPlain__text {
    font-size: .75rem;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 120%; }

@media (max-width: 979px) {
  .landerPlain {
    padding: 6rem 0; }
    .landerPlain__text {
      line-height: 130%; } }

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

.register {
  padding-block: 5rem;
  background: #ceeae8;
  min-height: calc(100vh - 165px); }
  .register__Image {
    width: 100%; }
  .register__subText {
    font-size: 2.5rem;
    color: #4d4d4d;
    font-weight: 600; }
  .register__text {
    font-size: 2.5rem;
    color: #00a9a6;
    font-weight: 900;
    line-height: 120%; }
  .register__finalText {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    color: #00a9a6;
    font-weight: 900;
    line-height: 120%; }
  .register__form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa !important;
    border-radius: .25rem !important;
    content: '';
    cursor: pointer;
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #e3e6e8; }
    .register__form input[type="checkbox"]:focus {
      outline: none; }
    .register__form input[type="checkbox"]:checked {
      border: none !important;
      background: url(../img/check.svg), #00a9a6 !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: white;
    border-radius: .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 #35abd4;
      background: #ffffff;
      background-size: cover; }
  .register__form .row-spacing > [class*=col] {
    padding-right: .5rem;
    padding-left: .5rem; }
  .register__form .row-spacing {
    margin-right: -.5rem;
    margin-left: -.5rem; }
  .register__form .row > [class*=col] {
    padding-right: .5rem;
    padding-left: .5rem; }
  .register__form .row {
    margin-right: -.5rem;
    margin-left: -.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; }

.term-label b {
  color: #00A9A6; }

.lander-form-button button {
  background-color: #00a9a6 !important;
  border-radius: 8px !important;
  font-size: 1.5rem !important;
  font-weight: 800; }

.lander-email-input input {
  border-radius: 8px !important; }

.lander-email-input select {
  border-radius: 8px !important; }

.lander-tcpa-consent div {
  border-radius: 8px !important; }

@media (max-width: 979px) {
  .register__Image {
    margin-bottom: 3rem; }
  .register__form {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .register__title {
    font-size: 1.5rem; }
  .register__subtitle {
    font-size: 0.875rem; }
  .register__finalText {
    text-align: center; }
  .register__subText {
    font-size: 1.5rem !important;
    text-align: center; }
  .register__text {
    font-size: 2rem !important;
    text-align: center; } }

.faq {
  padding: 5rem 0; }
  .faq h1 {
    margin-bottom: 1rem; }
  .faq .ql-editor {
    margin-bottom: 1.5rem; }
  .faq h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: .75rem; }
  .faqPreview {
    overflow: hidden; }
    .faqPreview__item {
      background: rgba(0, 0, 0, 0.3);
      margin-bottom: .5rem;
      padding: 1.5rem;
      border-radius: 1rem;
      cursor: pointer;
      position: relative; }
      .faqPreview__item--expanded .faqPreview__answer {
        margin-top: 1rem;
        opacity: 1; }
      .faqPreview__item--expanded .faqPreview__toggleButton {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .faqPreview__item h3 {
        font-size: 1rem;
        color: white; }
    .faqPreview__toggleButton {
      width: 1.5rem;
      height: 1.5rem;
      color: white;
      border-radius: .75rem;
      position: absolute;
      right: 1.25rem;
      top: 1.25rem;
      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-size: 1rem;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      cursor: pointer; }
      .faqPreview__toggleButton:before, .faqPreview__toggleButton:after {
        content: '';
        width: .75rem;
        height: .125rem;
        background: white;
        position: absolute;
        border-radius: 1px; }
      .faqPreview__toggleButton:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .faqPreview__answer {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
  .faq__list {
    background: white;
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #e3e6e8; }
    .faq__list p {
      margin-bottom: 0; }
  .faq__item:not(:last-child) {
    border-bottom: 1px solid #e3e6e8;
    margin-bottom: 2.75rem; }
    .faq__item:not(:last-child) p {
      margin-bottom: 2.75rem; }

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

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

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

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

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

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

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

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

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

.faqModal {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  -webkit-perspective: 50rem;
          perspective: 50rem; }
  .faqModal__close {
    background: none;
    border: none;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    width: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    z-index: 1;
    cursor: pointer; }
    .faqModal__close:focus {
      outline: none; }
  .faqModal__content {
    background: white;
    padding: 3rem;
    border-radius: .125rem;
    -webkit-box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
            box-shadow: 0 3rem 6rem -3rem rgba(0, 0, 0, 0.8);
    margin: 4rem;
    max-width: calc(100% - 4rem);
    overflow-y: auto; }
  .faqModal--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: showModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    overflow: auto; }
    .faqModal--show .modal__content {
      -webkit-animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: showModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }
  .faqModal--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
            animation: hideModal 0.4s cubic-bezier(0.5, 0, 0, 1);
    opacity: 0;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top; }
    .faqModal--hide .modal__content {
      -webkit-animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1);
              animation: hideModalContent 0.8s cubic-bezier(0.5, 0, 0, 1); }

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

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

.flow__container {
  padding: 2rem;
  border-radius: 1rem;
  background: white;
  border: 1px solid #e3e6e8;
  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; } }

.landerHero {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, right top, from(#00A9A6), color-stop(71.87%, #2ED5CD), to(#00A9A6));
  background: -o-linear-gradient(left, #00A9A6 0%, #2ED5CD 71.87%, #00A9A6 100%);
  background: linear-gradient(90deg, #00A9A6 0%, #2ED5CD 71.87%, #00A9A6 100%); }
  .landerHero__title {
    font-size: 4rem;
    color: white;
    font-weight: 600; }
  .landerHero__text {
    font-size: 4rem;
    color: #F1C70E;
    font-weight: 900;
    line-height: 120%; }
  .landerHero__value {
    font-size: 6rem;
    color: #F1C70E;
    font-weight: 700;
    line-height: 120%; }
  .landerHero__description {
    margin-top: 1rem;
    font-size: 1rem;
    color: white;
    font-weight: 400; }
  .landerHero__action {
    text-decoration: none !important;
    display: inline-block;
    text-decoration: none;
    border: 2px solid white;
    background-color: #F1C70E;
    padding: .75rem 3rem;
    border-radius: 8px;
    color: #4d4d4d;
    font-size: 1rem;
    font-weight: 800;
    margin-top: 1rem; }
    .landerHero__action:hover {
      color: black; }
  .landerHero__image {
    width: 100%; }

@media (max-width: 979px) {
  .landerHero__title {
    display: block;
    font-size: 2.5rem;
    text-align: center; }
  .landerHero__image {
    margin-top: 2rem; }
  .landerHero__text {
    display: block;
    font-size: 3rem;
    text-align: center; }
  .landerHero__value {
    display: block;
    font-size: 5rem;
    text-align: center; }
  .landerHero__description {
    display: block;
    text-align: center;
    padding: 0 1rem; }
  .landerHero__action {
    width: 100%;
    text-align: center; } }

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

@media (max-width: 979px) {
  .hero {
    padding: 3rem 0; }
    .hero h3 {
      margin-bottom: 0; }
    .hero p {
      margin-bottom: 1.5rem; }
    .hero br {
      display: none; } }

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

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

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

textarea.input {
  resize: none; }

.label {
  margin: 1rem;
  font-family: var(--primary-font);
  font-size: 11px;
  font-weight: 600;
  line-height: .5rem; }

.media {
  background-color: #d2292f;
  position: relative;
  padding: 4rem 0; }
  .media:after {
    position: absolute; }
  .media h1 {
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5rem; }
  .media p {
    font-size: 1.25rem;
    color: white; }
  .media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 109px;
    height: 32px;
    background: #d2292f;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  .media .uil {
    position: absolute;
    color: white;
    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: .6;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
    .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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.multiple {
  background: #8f99a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 3rem !important;
  height: auto !important;
  width: 100%;
  border-radius: .25rem !important;
  position: relative;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .multiple:focus {
    outline: none; }
  .multiple.checked {
    background: #576675 !important; }
  .multiple input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa;
    border-radius: .125rem;
    content: '';
    cursor: pointer;
    position: absolute;
    left: .75rem;
    height: 1.5rem !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), #29A38F;
      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-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; }
  #optout-form .form-check .invalid-feedback {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #optout-form .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa !important;
    border-radius: .25rem !important;
    content: '';
    cursor: pointer;
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #e3e6e8;
    position: relative;
    padding: 0;
    margin: 0; }
    #optout-form .form-check-input:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    #optout-form .form-check-input:checked {
      border: none;
      background: url(../img/check.svg), #d2292f !important;
      background-size: 1rem !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
  #optout-form .form-check-label {
    padding: 0 0 0 .5rem;
    margin: 0 0 1px 0; }
    #optout-form .form-check-label + .invalid-feedback {
      margin: 0 0 -1px .5rem; }

#optout-form .form-control {
  background: #f9fafa;
  border: 1px solid #e3e6e8;
  border-radius: 1.25rem;
  font-family: var(--general-font);
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.375rem;
  width: 100%;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base); }
  #optout-form .form-control::-webkit-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control::-moz-placeholder {
    color: #576675;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control::-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control::placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover::-webkit-input-placeholder, #optout-form .form-control:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover::-moz-placeholder, #optout-form .form-control:focus::-moz-placeholder {
    color: #8f99a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover:-ms-input-placeholder, #optout-form .form-control:focus:-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover::-ms-input-placeholder, #optout-form .form-control:focus::-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover::placeholder, #optout-form .form-control:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base); }
  #optout-form .form-control:hover {
    border-color: #c7ccd1; }
  #optout-form .form-control:focus {
    border-color: #35abd4;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #optout-form .form-control:focus:invalid {
      border-color: #d2292f; }

#optout-form .form-group {
  margin-bottom: 1rem; }

#optout-form label {
  margin-bottom: .5rem;
  font-family: var(--primary-font);
  font-size: 11px;
  font-weight: 600;
  margin-left: 1rem;
  line-height: .5rem; }

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

.post {
  min-height: calc(100vh - 7.875rem);
  padding: 2rem 0; }
  .post__thankYou {
    background-color: #F8F8F8;
    color: #333333;
    font-size: 1rem;
    text-align: center;
    font-weight: 800; }
  .postPreview {
    padding: 5rem 0; }
    .postPreview--featured {
      padding-bottom: 0; }
      .postPreview--featured .postPreview__title {
        font-size: 2rem;
        margin-bottom: 1rem; }
      .postPreview--featured .postPreview__text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.75rem; }
      .postPreview--featured .postPreview__image img {
        height: 20rem;
        border-radius: .25rem; }
    .postPreview:not(.postPreview--featured) .postPreview__title {
      position: absolute;
      bottom: 0;
      color: white;
      padding: 1rem;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.008)), color-stop(19.9%, rgba(0, 0, 0, 0.032)), color-stop(29.6%, rgba(0, 0, 0, 0.068)), color-stop(39.1%, rgba(0, 0, 0, 0.114)), color-stop(48.1%, rgba(0, 0, 0, 0.169)), color-stop(56.8%, rgba(0, 0, 0, 0.229)), color-stop(64.9%, rgba(0, 0, 0, 0.293)), color-stop(72.4%, rgba(0, 0, 0, 0.357)), color-stop(79.2%, rgba(0, 0, 0, 0.421)), color-stop(85.2%, rgba(0, 0, 0, 0.481)), color-stop(90.3%, rgba(0, 0, 0, 0.536)), color-stop(94.4%, rgba(0, 0, 0, 0.582)), color-stop(97.5%, rgba(0, 0, 0, 0.618)), color-stop(99.3%, rgba(0, 0, 0, 0.642)), to(rgba(0, 0, 0, 0.65)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 10%, rgba(0, 0, 0, 0.032) 19.9%, rgba(0, 0, 0, 0.068) 29.6%, rgba(0, 0, 0, 0.114) 39.1%, rgba(0, 0, 0, 0.169) 48.1%, rgba(0, 0, 0, 0.229) 56.8%, rgba(0, 0, 0, 0.293) 64.9%, rgba(0, 0, 0, 0.357) 72.4%, rgba(0, 0, 0, 0.421) 79.2%, rgba(0, 0, 0, 0.481) 85.2%, rgba(0, 0, 0, 0.536) 90.3%, rgba(0, 0, 0, 0.582) 94.4%, rgba(0, 0, 0, 0.618) 97.5%, rgba(0, 0, 0, 0.642) 99.3%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 10%, rgba(0, 0, 0, 0.032) 19.9%, rgba(0, 0, 0, 0.068) 29.6%, rgba(0, 0, 0, 0.114) 39.1%, rgba(0, 0, 0, 0.169) 48.1%, rgba(0, 0, 0, 0.229) 56.8%, rgba(0, 0, 0, 0.293) 64.9%, rgba(0, 0, 0, 0.357) 72.4%, rgba(0, 0, 0, 0.421) 79.2%, rgba(0, 0, 0, 0.481) 85.2%, rgba(0, 0, 0, 0.536) 90.3%, rgba(0, 0, 0, 0.582) 94.4%, rgba(0, 0, 0, 0.618) 97.5%, rgba(0, 0, 0, 0.642) 99.3%, rgba(0, 0, 0, 0.65) 100%);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
    .postPreview__wrapper {
      position: relative;
      border-radius: .25rem;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition: -webkit-box-shadow .2s ease-in-out;
      transition: -webkit-box-shadow .2s ease-in-out;
      -o-transition: box-shadow .2s ease-in-out;
      transition: box-shadow .2s ease-in-out;
      transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out; }
    .postPreview__title {
      font-size: 1.25rem;
      font-weight: bold;
      letter-spacing: -.5px;
      line-height: 1.333333333;
      margin-bottom: 0;
      cursor: pointer; }
    .postPreview__text {
      font-size: 1rem;
      line-height: 1.5; }
    .postPreview__image {
      cursor: pointer; }
      .postPreview__image img {
        width: 100%;
        height: 15rem;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .post__wrapper {
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid #e3e6e8;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem; }
    .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: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: var(--general-font);
        line-height: 1;
        margin-bottom: 1rem;
        -webkit-transition: var(--transition-base);
        -o-transition: var(--transition-base);
        transition: var(--transition-base);
        width: 100%;
        padding: 1rem;
        font-size: 1rem; }
  .post__header__img {
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: .25rem;
    height: 25rem; }
    .post__header__img img {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      top: 50%;
      display: block;
      width: 100%; }
  .post__header h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.25; }
  .post__content {
    background: #f2f3f4;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2f3f4), to(#fafafa));
    background: -o-linear-gradient(bottom, #f2f3f4 0%, #fafafa 100%);
    background: linear-gradient(0deg, #f2f3f4 0%, #fafafa 100%);
    padding: 2rem 0; }
  .post p {
    margin-bottom: 0.5rem; }
  .post strong {
    color: #121a21; }

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

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

.menu-question {
  cursor: pointer;
  color: #100434;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
  -webkit-transition: 0.2s;
  -o-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;
  -o-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;
  -o-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 h1 {
    font-size: 1.375rem;
    margin-bottom: 1rem; }
  .post__header__img {
    height: 12.5rem; }
  .postPreview {
    padding: 2.5rem 0; }
    .postPreview__title {
      font-size: 1.5rem; }
    .postPreview__text {
      font-size: 0.875rem; }
    .postPreview__image img {
      min-height: 13rem;
      -o-object-fit: cover;
         object-fit: cover; } }

.custom-consent input[type="checkbox"] {
  border-color: #d34242 !important; }

.custom-consent .tcpa-terms {
  position: relative; }
  .custom-consent .tcpa-terms:after {
    content: 'Please check';
    background-color: #d34242;
    color: white;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 2rem;
    position: absolute;
    top: -35px;
    font-weight: 700; }
  .custom-consent .tcpa-terms::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #d34242 transparent;
    border-width: 8px 8px 0;
    top: -10px;
    margin-left: 7px; }

.program__hero {
  padding: 5rem 0;
  background: #006080; }
  .program__hero h1 {
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
    color: white; }
    .program__hero h1 span {
      color: #74c5e1; }
  .program__hero p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6); }
  .program__hero__list {
    font-family: var(--primary-font);
    line-height: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    color: white; }
    .program__hero__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .program__hero__list__item img {
        margin-right: 0.5rem; }
  .program__heroCentered {
    background-color: #f5f3fb;
    padding: 2rem 0 0; }
    .program__heroCentered h1 {
      color: #2780bc;
      margin-bottom: 1rem; }
    .program__heroCentered img {
      width: 245px; }

.program__form {
  padding: 1.5rem;
  background-color: white;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); }
  .program__formStepControl {
    position: sticky;
    top: 10rem;
    margin-top: -100%; }
  .program__form h2 {
    margin-bottom: 1.5rem;
    color: #8f99a3; }
    .program__form h2.centered {
      font-size: 1.5rem;
      font-weight: 600; }
  .program__form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa !important;
    border-radius: 0.25rem !important;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #e3e6e8; }
    .program__form input[type="checkbox"]:focus {
      outline: none; }
    .program__form input[type="checkbox"]:checked {
      border: none !important;
      background: url(../img/check.svg), #d2292f !important;
      background-size: 1rem !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
  .program__form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    border-radius: 0.75rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.125rem !important;
    width: 1.125rem !important;
    border: 2px solid #98a2b9; }
    .program__form input[type="radio"]:focus {
      outline: none; }
    .program__form input[type="radio"]:checked {
      border: 0.375rem solid #35abd4;
      background: #ffffff;
      background-size: cover; }
  .program__form .row-spacing > [class*="col"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .program__form .row-spacing {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  .program__form .row > [class*="col"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .program__form .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
  .program__form .form-row > .col,
  .program__form .form-row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.program__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: var(--primary-font);
  font-weight: 600; }
  .program__steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  .program__steps li {
    height: 2.5rem;
    width: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.125rem solid #35abd4;
    border-radius: 50%;
    color: #35abd4;
    margin: 0 2rem;
    line-height: 1px;
    position: relative; }
    .program__steps li img {
      height: 1.5rem; }
    .program__steps li:after {
      content: "";
      width: 100%;
      height: 0.125rem;
      border-radius: 0.125rem;
      background: #35abd4;
      position: absolute;
      right: -3.25rem; }
    .program__steps li:last-child:after {
      display: none; }

.program__body {
  padding: 5rem 0; }
  .program__bodyCentered {
    background-color: #f5f3fb; }
    .program__bodyCentered .program__steps {
      position: initial;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 2rem 0; }

.program__works {
  background: #006080;
  padding: 11rem 0 2rem;
  margin-top: -8rem; }
  .program__works h2 {
    font-size: 2rem;
    color: white;
    font-weight: bold; }
  .program__worksBox {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
    .program__worksBox > div {
      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;
      text-align: center;
      padding: 0 3rem; }
      .program__worksBox > div img {
        margin-bottom: 1rem;
        width: 114px;
        margin: 0 auto; }
      .program__worksBox > div h3 {
        font-size: 1.25rem;
        font-weight: 500;
        color: white;
        margin: 1rem 0; }

.programs {
  padding: 5rem 0;
  margin-top: 5rem;
  text-align: center; }
  .programs__item {
    padding: 1.75rem 0.25rem 0.25rem 0.25rem;
    border: 1px solid #e3e6e8;
    border-radius: 50% 50% 1.75rem 1.75rem / 25% 25% 1.75rem 1.75rem;
    margin-bottom: 1.5rem; }
    .programs__item h3 {
      margin: 1.5rem 0;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1rem;
      line-height: 1; }
  .programs h2 {
    color: #576675;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem; }
  .programsPreview {
    padding: 5rem 0;
    background: #006080;
    margin-top: -1px;
    text-align: center; }
    .programsPreview__item {
      padding: 1.75rem 0.25rem 0.25rem 0.25rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50% 50% 1.75rem 1.75rem / 25% 25% 1.75rem 1.75rem;
      margin-bottom: 1.5rem; }
      .programsPreview__item h3 {
        margin: 1.5rem 0;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1; }
    .programsPreview h1 {
      color: white; }
    .programsPreview h2 {
      color: #74c5e1;
      font-weight: 500;
      font-size: 1rem;
      margin-top: 1rem;
      margin-bottom: 3rem; }

@media (max-width: 979px) {
  .program__hero {
    padding: 2rem 0 3.5rem; }
    .program__hero h1 {
      margin-bottom: 0.5rem; }
    .program__hero p {
      font-size: 0.875rem;
      margin-bottom: 1.75rem;
      line-height: 1.5; }
    .program__hero__list {
      margin: 0.5rem 0 2rem 0; }
      .program__hero__list__item {
        color: #8f99a3;
        line-height: 1.5rem;
        margin-bottom: 1rem; }
  .program__form {
    padding: 1rem; }
  .program__formStepControl {
    margin-top: -8rem;
    margin-bottom: 2rem; }
  .program__worksBox {
    display: block; }
    .program__worksBox > div {
      margin-bottom: 3rem; } }

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

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

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

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

.landerRewarded {
  background-color: #eeeeee;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .landerRewarded__image {
    width: 100%; }
  .landerRewarded__title {
    color: #00a9a6;
    text-align: center;
    font-size: 3rem;
    font-weight: 900; }
  .landerRewarded__description {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
    color: #4d4d4d;
    text-align: center; }
  .landerRewarded__step {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .landerRewarded__stepImage {
    width: 64px;
    height: 64px; }
  .landerRewarded__stepText {
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #4d4d4d; }

@media (max-width: 979px) {
  .landerRewarded {
    padding-top: 0px;
    padding-bottom: 3rem; }
    .landerRewarded__image {
      width: 100%; }
    .landerRewarded__title {
      font-size: 2rem;
      margin-top: 2rem; }
    .landerRewarded__step {
      margin: 1rem 0; } }

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

.landerTutorial {
  padding: 8rem 0; }
  .landerTutorial__title {
    color: #00a9a6;
    font-size: 2.25rem;
    font-weight: 700;
    padding: 0.25rem 1rem;
    display: inline-block;
    position: relative;
    border: 3px solid #F1C70E;
    line-height: 1.5; }
    .landerTutorial__title::after {
      content: '';
      position: absolute;
      background: white;
      width: 3px;
      height: 50%;
      bottom: -3px;
      right: -3px; }
  .landerTutorial__step {
    margin-top: 5rem; }
  .landerTutorial__stepImage {
    width: 92px;
    height: 92px; }
  .landerTutorial__stepTitle {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00a9a6; }
  .landerTutorial__stepDescription {
    margin-top: .5rem;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    color: #4d4d4d; }

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

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

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

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

.twy-hide {
  display: none; }

.footer {
  background: #054761;
  padding: 3rem 0; }
  .footer__logotype {
    height: 3.5rem; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: .75rem;
    font-family: var(--primary-font); }
  .footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    font-family: var(--primary-font); }
    .footer ul li {
      display: inline-block; }
      .footer ul li a {
        display: block;
        padding: 0 .25rem;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        .footer ul li a:hover, .footer ul li a:focus {
          color: #74c5e1;
          opacity: 1; }

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

.landerFooter {
  background: #006967;
  padding: 3rem 0; }
  .landerFooter__logotype {
    height: 3.5rem; }
  .landerFooter__copyright {
    color: white;
    font-size: .75rem;
    font-family: var(--primary-font); }
  .landerFooter__line {
    margin: 3rem 0;
    color: white; }
  .landerFooter ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    font-family: var(--primary-font); }
    .landerFooter ul li {
      display: inline-block;
      text-align: left;
      margin: .25rem 0; }
      .landerFooter ul li a {
        display: block;
        padding: 0 .25rem;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        .landerFooter ul li a:hover, .landerFooter ul li a:focus {
          color: #f5d856;
          opacity: 1; }

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

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

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

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

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

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

.form-wrapper-flex .hidden {
  display: none; }

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

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

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

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

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

.loading i {
  display: block !important; }

.loading span {
  display: none !important; }

#submitbutton i {
  display: none; }

#submitbutton span {
  display: block; }

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

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

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

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

#tcpacheck {
  margin: 0; }

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

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

header {
  padding: 1rem 0; }
  header img {
    height: 5rem; }

.landerNavbar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.landerNavbar__actionsMobile {
  display: none; }

@media (max-width: 979px) {
  .landerNavbar__actions {
    display: none; }
  .landerNavbar__actionsMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.navbar {
  width: 100%;
  z-index: 100;
  padding: 0;
  top: 0;
  border-bottom: 1px solid #e3e6e8; }
  .navbar.fixed {
    position: fixed; }
  .navbar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background: var(--navbar-background);
    z-index: 1;
    position: relative;
    width: 100%; }
  .navbar-logotype img {
    margin: 0.5rem;
    height: 3rem; }
  .navbar:after {
    content: '';
    width: 100%;
    background: var(--navbar-background);
    height: 5rem;
    position: absolute;
    top: 0; }
  .navbar.expanded:before, .navbar.expanded .sub-navbar-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.menu-list {
  display: inline-block;
  padding: 0;
  margin: 0; }
  .menu-list.left {
    margin-right: auto; }
  .menu-list.right {
    margin-left: auto; }

.menu-item {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 .25rem;
  border-color: transparent;
  padding: 0; }
  .menu-item:first-child {
    margin-left: 0;
    text-decoration: none; }
    .menu-item:first-child a {
      text-decoration: none;
      padding: .5rem 1.5rem;
      border-radius: .5rem;
      background-color: transparent;
      color: #4D4D4D;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      border: none; }
      .menu-item:first-child a:hover {
        background-color: #00A9A6;
        color: white; }
  .menu-item:last-child {
    margin-right: 0; }
    .menu-item:last-child a {
      text-decoration: none;
      padding: .5rem 1.5rem;
      border-radius: .5rem;
      background-color: #00A9A6 !important;
      color: white;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
      .menu-item:last-child a:hover {
        background-color: #F1C70E !important;
        color: black; }

.menu-button {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #c7ccd1; }
  .menu-button:focus {
    outline: none; }

.menu-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 1rem 0 0 0;
  padding: 0;
  left: 50%;
  border-top: 2px solid #35abd4; }
  .menu-dropdown.active {
    visibility: visible;
    position: absolute;
    -webkit-transform: translateY(0rem) translateX(-50%);
        -ms-transform: translateY(0rem) translateX(-50%);
            transform: translateY(0rem) translateX(-50%); }
  .menu-dropdown .dropdown-item {
    background: white;
    display: block;
    margin: 0;
    padding: 0; }
  .menu-dropdown a {
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    color: black; }
    .menu-dropdown a:hover {
      background-color: #f4f5f6;
      color: #35abd4;
      text-decoration: none; }

@media (max-width: 979px) {
  .navbar-logotype img {
    height: 2rem; }
  .navbar:after {
    height: 4rem; }
  .menu-list {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-item {
    margin: 0; }
  .menu-button {
    display: block; }
  .mobile-navbar-wrapper.show {
    visibility: visible; }
    .mobile-navbar-wrapper.show .menu-list {
      height: 100vh; } }

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

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

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