@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap");
body {
  font-family: "Open Sans", sans-serif; }
  body a,
  body a:hover {
    text-decoration: underline; }

.preheader__tooltip {
  width: 62px;
  height: 28px;
  border-radius: 4px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  color: #000;
  cursor: default;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  text-transform: uppercase;
  margin: 45px auto auto; }
  .preheader__tooltip:before {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    content: '?';
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 13px;
    line-height: 13px;
    margin-right: 6px;
    width: 13px;
    text-align: center; }

.address_disclaimer_container,
.address_disclaimer_container a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: #000000; }

.address_disclaimer_container a {
  text-decoration: underline; }

.slide ::-webkit-scrollbar {
  -webkit-appearance: none; }

.slide ::-webkit-scrollbar:vertical {
  width: 12px; }

.slide ::-webkit-scrollbar:horizontal {
  height: 12px; }

.slide ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff; }

.slide ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

.slide .form-group {
  margin-bottom: 15px !important;
  text-align: left; }
  @media only screen and (max-width: 991.98px) {
    .slide .form-group {
      margin-bottom: 8px !important; } }
  .slide .form-group label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.07px;
    color: #2b2b2b;
    margin-bottom: -7px;
    margin-left: 5px;
    padding: 0 5px;
    display: inline-block;
    background-color: #fff;
    line-height: 1; }
  .slide .form-group input,
  .slide .form-group textarea {
    color: #2f281e; }
  .slide .form-group select {
    color: #9298a1; }
  .slide .form-group input,
  .slide .form-group select,
  .slide .form-group textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: solid 1px #c9c9c9;
    font-size: 16px;
    min-height: 50px;
    padding: 15px 1px;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px; }
    @media only screen and (max-width: 991.98px) {
      .slide .form-group input,
      .slide .form-group select,
      .slide .form-group textarea {
        height: 40px; } }
    .slide .form-group input:focus, .slide .form-group input:active,
    .slide .form-group select:focus,
    .slide .form-group select:active,
    .slide .form-group textarea:focus,
    .slide .form-group textarea:active {
      border: 1px solid #1d4dcd !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .slide .form-group input.is-valid,
    .slide .form-group select.is-valid,
    .slide .form-group textarea.is-valid {
      background-image: none !important; }
      .slide .form-group input.is-valid:focus, .slide .form-group input.is-valid:active,
      .slide .form-group select.is-valid:focus,
      .slide .form-group select.is-valid:active,
      .slide .form-group textarea.is-valid:focus,
      .slide .form-group textarea.is-valid:active {
        border: 1px solid #1d4dcd !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .slide .form-group input.is-invalid,
    .slide .form-group select.is-invalid,
    .slide .form-group textarea.is-invalid {
      border: 1px solid #f44336 !important; }
      .slide .form-group input.is-invalid:focus, .slide .form-group input.is-invalid:active,
      .slide .form-group select.is-invalid:focus,
      .slide .form-group select.is-invalid:active,
      .slide .form-group textarea.is-invalid:focus,
      .slide .form-group textarea.is-invalid:active {
        border: 1px solid #f44336 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
  .slide .form-group select {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-caret-down-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 01.753 1.659l-4.796 5.48a1 1 0 01-1.506 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 10px) 50%; }
  .slide .form-group#radio-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slide .form-group#radio-form-group input {
      border: solid 1px #5a5a5a;
      padding: 0;
      height: 15px;
      width: 15px; }
      .slide .form-group#radio-form-group input:checked {
        border-color: #1d4dcd;
        background-color: #1d4dcd;
        background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/></svg>');
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: center;
        content: '';
        height: 15px;
        width: 15px; }
        .slide .form-group#radio-form-group input:checked + label {
          color: #1d4dcd; }
      .slide .form-group#radio-form-group input + label {
        margin-bottom: 0; }

.slide .radio-container {
  margin-bottom: 25px; }
  .slide .radio-container > div {
    padding: 20px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03) !important;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03) !important;
    border: solid 1px #c9c9c9 !important;
    background-color: #fff !important; }
    .slide .radio-container > div #radio-form-group {
      padding: 0;
      margin: 0; }
      .slide .radio-container > div #radio-form-group input {
        border-radius: 50%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 15px !important;
        height: 15px !important;
        min-height: 0 !important;
        border: solid 1px #5a5a5a;
        background-color: #ffffff; }
        .slide .radio-container > div #radio-form-group input:checked {
          border: solid 1px #10369d;
          background-color: #1d4dcd; }
      .slide .radio-container > div #radio-form-group label {
        color: #5a5a5a; }
      .slide .radio-container > div #radio-form-group:last-child {
        margin-bottom: 0 !important; }

.slide .date_of_birth_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.slide .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background-color: #ffde00;
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 20px !important;
  letter-spacing: 0.5px;
  margin: auto;
  max-width: 300px;
  min-height: 53px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .vertical-affiliate .slide .btn {
    background-color: #ff8d01;
    color: #fff; }
  .slide .btn:hover {
    background-color: #e5ad06; }
    .vertical-affiliate .slide .btn:hover {
      background-color: #ee8300; }
  .slide .btn:active {
    background-color: #d39f05; }
    .vertical-affiliate .slide .btn:active {
      background-color: #e47d00; }
  @media only screen and (max-width: 991.98px) {
    .slide .btn {
      font-size: 16px; } }
  .slide .btn:after {
    display: none; }
  .slide .btn-continue {
    margin-top: 30px; }
    .vertical-affiliate .slide .btn-continue {
      -webkit-box-shadow: 0 3px 10px 0 rgba(119, 65, 0, 0.3);
              box-shadow: 0 3px 10px 0 rgba(119, 65, 0, 0.3); }
    @media only screen and (max-width: 991.98px) {
      .slide .btn-continue {
        margin-top: 25px; } }
    .vertical-affiliate .slide .btn-continue:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  .slide .btn-secondary, .slide .btn.survey__button--no {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #eceff1 !important;
    border: solid 1px rgba(0, 0, 0, 0) !important; }
    .vertical-affiliate .slide .btn-secondary, .vertical-affiliate .slide .btn.survey__button--no {
      color: #000; }
    .slide .btn-secondary:hover, .slide .btn.survey__button--no:hover {
      background-color: #dbe3e8 !important; }
    .slide .btn-secondary:active:focus, .slide .btn.survey__button--no:active:focus {
      border: solid 1px #dae0e3 !important;
      background-color: #ffffff !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .slide .btn-secondary#tcpa__skip, .slide .btn.survey__button--no#tcpa__skip {
      text-transform: capitalize;
      font-weight: normal !important; }

.slide .survey__answers--list .btn.survey__button, .slide .survey__answers--list .btn.btn--checkbox, .slide .survey__answers--list .btn.survey__checkbox-box {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fefeff;
  border-radius: 3px;
  border: solid 1px #cfcfd4;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px;
  max-width: 100%;
  padding: 12px 20px 12px 45px;
  position: relative;
  text-align: center;
  text-transform: none; }
  @media only screen and (max-width: 991.98px) {
    .slide .survey__answers--list .btn.survey__button, .slide .survey__answers--list .btn.btn--checkbox, .slide .survey__answers--list .btn.survey__checkbox-box {
      font-size: 16px !important;
      margin-bottom: 15px;
      text-align: left; } }
  .slide .survey__answers--list .btn.survey__button:hover, .slide .survey__answers--list .btn.btn--checkbox:hover, .slide .survey__answers--list .btn.survey__checkbox-box:hover {
    border-color: #1d4dcd;
    color: #1d4dcd; }
    .slide .survey__answers--list .btn.survey__button:hover:before, .slide .survey__answers--list .btn.btn--checkbox:hover:before, .slide .survey__answers--list .btn.survey__checkbox-box:hover:before {
      border-color: #1d4dcd;
      background-color: #1d4dcd;
      background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/></svg>');
      background-repeat: no-repeat;
      background-size: 15px 15px;
      background-position: center;
      content: '';
      height: 15px;
      width: 15px; }
  .slide .survey__answers--list .btn.survey__button:before, .slide .survey__answers--list .btn.btn--checkbox:before, .slide .survey__answers--list .btn.survey__checkbox-box:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid 1px #5a5a5a;
    border-radius: 50%;
    left: 20px;
    top: auto; }
    @media only screen and (max-width: 991.98px) {
      .slide .survey__answers--list .btn.survey__button:before, .slide .survey__answers--list .btn.btn--checkbox:before, .slide .survey__answers--list .btn.survey__checkbox-box:before {
        left: 15px; } }

.slide .survey__answers--list .btn.survey__checkbox-box::before {
  display: none; }

.slide .survey__answers--list .btn.survey__checkbox-box .form-check-input {
  position: absolute;
  margin-top: 0;
  left: 40px;
  width: 15px;
  height: 15px; }

.slide .survey__answers--inline .btn.survey__button {
  max-width: 100%;
  width: calc(50% - 7px); }
  @media only screen and (max-width: 991.98px) {
    .slide .survey__answers--inline .btn.survey__button {
      font-size: 16px !important;
      margin-bottom: 15px; } }

.slide__loader {
  display: none;
  margin: auto auto 10px;
  max-width: 128px; }

@-webkit-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.slide__main--spinner {
  display: block;
  margin-top: 30px;
  -webkit-animation: SPIN 1s infinite;
          animation: SPIN 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.7, 0.5, 0.9);
          animation-timing-function: cubic-bezier(0.8, 0.7, 0.5, 0.9); }

.slide__main--survey__answers,
.slide__main .survey__answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slide__main--survey__answers--list,
  .slide__main .survey__answers--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slide__main--survey__answers--inline,
  .slide__main .survey__answers--inline {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.slide__main--survey__message,
.slide__main .survey__message {
  text-align: center; }

.tcpa__or {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2b2b2b !important;
  margin: 15px 0 !important; }
  @media only screen and (max-width: 991.98px) {
    .tcpa__or {
      margin: 5px 0 !important; } }

.path_shadow {
  background: #fff;
  border-radius: 5px;
  padding: 15px; }
  @media only screen and (max-width: 991.98px) {
    .path_shadow {
      padding-top: 0; } }
  #slide1 .path_shadow {
    padding: 25px 18px;
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07); }
    @media only screen and (max-width: 991.98px) {
      #slide1 .path_shadow {
        padding: 15px; } }
  .thank-you .path_shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }
  #slide1.slide__contact-us .path_shadow, #slide1.slide__contact-us--thank-you .path_shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }

#react-smartpath .shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.modal {
  padding-right: 0 !important; }
  .modal__dialog {
    max-width: 730px; }
    @media only screen and (max-width: 575.98px) {
      .modal__dialog {
        margin: 0; } }
  .modal__content {
    border-radius: 3px;
    border: none; }
    @media only screen and (max-width: 575.98px) {
      .modal__content {
        border-radius: 0; } }
  .modal__close {
    color: #868e96;
    margin: -30px !important;
    height: 10px;
    width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    font-weight: 300;
    opacity: 1;
    padding: 0;
    position: relative;
    text-shadow: none;
    background: none;
    border: none; }
    @media only screen and (max-width: 991.98px) {
      .modal__close {
        margin: -20px -5px !important; } }
  .modal__header {
    background: transparent;
    padding: 40px 45px 20px;
    border-bottom: none;
    min-height: 72px; }
    @media only screen and (max-width: 991.98px) {
      .modal__header {
        padding: 30px 15px 15px; } }
    .modal__header .modal-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 25px;
      text-align: left;
      line-height: 1;
      color: #1d4dcd;
      margin: 0;
      width: 100%; }
      @media only screen and (max-width: 991.98px) {
        .modal__header .modal-title {
          font-size: 24px; } }
  .modal__body {
    padding: 0 45px 40px !important; }
    @media only screen and (max-width: 991.98px) {
      .modal__body {
        padding: 0 15px 30px !important; } }
    .modal__body .accordion__body {
      color: #272727;
      font-size: 13px;
      line-height: 1.62;
      padding: 0;
      padding-bottom: 20px; }
    .modal__body .accordion__card {
      border: none;
      border-bottom: 1px solid #eceff1 !important;
      border-radius: 0; }
      .modal__body .accordion__card .card-header {
        background-color: transparent;
        border-bottom: none;
        padding: 0;
        position: relative; }
        .modal__body .accordion__card .card-header h5 {
          margin: 0 !important;
          font-weight: 500;
          line-height: 1.37;
          position: relative; }
    .modal__body .accordion__button {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.67;
      padding: 20px 0;
      font-weight: bold;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      text-transform: none; }
      @media only screen and (max-width: 991.98px) {
        .modal__body .accordion__button {
          font-size: 17px;
          line-height: 1.18;
          padding: 15px 0; } }
      .modal__body .accordion__button:focus, .modal__body .accordion__button:active {
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none; }
      .modal__body .accordion__button:before {
        border: 2px solid #1d4dcd;
        border-radius: 50%;
        display: block;
        left: 0;
        min-width: 30px;
        min-width: 30px;
        margin-right: 20px;
        background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="%231d4dcd" stroke-width="32" stroke-linecap="round" stroke-linejoin="round" d="M400 256H112"/></svg>');
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: 50%;
        content: "";
        height: 30px;
        height: 30px;
        width: 30px;
        width: 30px; }
      .modal__body .accordion__button.collapsed:before {
        background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 512 512" xml:space="preserve"><style>.st0{fill:none;stroke:%231d4dcd;stroke-width:32;stroke-linecap:round;stroke-linejoin:round}</style><path class="st0" d="M256 112v288M400 256H112"/></svg>'); }
    .modal__body .accordion__up, .modal__body .accordion__down {
      display: none !important; }
  .modal__footer {
    padding: 0 45px 40px !important;
    border-top: none; }
    @media only screen and (max-width: 991.98px) {
      .modal__footer {
        padding: 0 15px 30px !important; } }
  .modal__button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-stretch: normal;
    letter-spacing: 0.5px;
    border: none;
    background-color: #ffc107;
    min-height: 53px;
    display: block;
    min-width: 300px;
    margin: auto; }
    .vertical-affiliate .modal__button {
      background-color: #ff8d01;
      color: #fff; }
  .modal-backdrop {
    z-index: 9; }
    .modal-backdrop.show {
      opacity: 0.25; }

#slide1.slide .slide__header--title {
  margin-bottom: 5px;
  line-height: 1.31; }

#slide1.slide .form-group label {
  font-weight: 700; }

#slide1.slide .slide__footer .slide__disclaimer {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-align: justify;
  color: #000;
  margin-bottom: 15px; }
  #slide1.slide .slide__footer .slide__disclaimer a {
    color: #0000ff; }
  @media only screen and (max-width: 600px) {
    #slide1.slide .slide__footer .slide__disclaimer {
      border: solid 1px transparent;
      border-radius: 3px;
      height: 55px;
      margin-bottom: 10px;
      overflow-y: scroll;
      padding: 5px; } }

#slide1.slide .slide__footer .slide__policies.policies {
  background-color: #fbfeff;
  border-radius: 3px;
  border: solid 1px #cfcfd4;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  min-height: 53px;
  padding: 6px 6px 6px 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 600px) {
    #slide1.slide .slide__footer .slide__policies.policies {
      padding: 10px; } }
  #slide1.slide .slide__footer .slide__policies.policies * {
    cursor: pointer; }
  #slide1.slide .slide__footer .slide__policies.policies:hover {
    border-color: #1d4dcd; }
    #slide1.slide .slide__footer .slide__policies.policies:hover label {
      color: #1d4dcd; }
  #slide1.slide .slide__footer .slide__policies.policies .policies__readme {
    display: none; }
    @media only screen and (max-width: 600px) {
      #slide1.slide .slide__footer .slide__policies.policies .policies__readme {
        color: #1d4dcd;
        display: block;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 1.5;
        margin-bottom: 5px;
        text-align: justify; }
        #slide1.slide .slide__footer .slide__policies.policies .policies__readme .policies__button {
          display: inline;
          text-decoration: underline; } }
  #slide1.slide .slide__footer .slide__policies.policies label {
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 0;
    position: relative; }
    @media only screen and (max-width: 600px) {
      #slide1.slide .slide__footer .slide__policies.policies label {
        text-indent: -30px;
        padding-left: 30px; } }
    #slide1.slide .slide__footer .slide__policies.policies label span.policies__button {
      text-decoration: underline; }
      @media only screen and (max-width: 600px) {
        #slide1.slide .slide__footer .slide__policies.policies label span.policies__button {
          display: none; } }
    #slide1.slide .slide__footer .slide__policies.policies label span:not(.policies__button) {
      display: none; }
      @media only screen and (max-width: 600px) {
        #slide1.slide .slide__footer .slide__policies.policies label span:not(.policies__button) {
          display: inline; } }
    #slide1.slide .slide__footer .slide__policies.policies label .policies__checkbox {
      height: 15px;
      left: -23px;
      position: absolute;
      width: 15px; }
      @media only screen and (max-width: 600px) {
        #slide1.slide .slide__footer .slide__policies.policies label .policies__checkbox {
          left: 2px;
          margin-right: 15px;
          position: relative;
          top: 5px; } }
  @media only screen and (max-width: 600px) {
    #slide1.slide .slide__footer .slide__policies.policies {
      border-color: #1d4dcd; }
      #slide1.slide .slide__footer .slide__policies.policies label {
        color: #1d4dcd; } }

#slide1.slide .slide__footer #splashSubmit {
  margin: 0 auto; }

#slide1.slide #splashModal {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 50px; }
  #slide1.slide #splashModal .modal__content {
    background-clip: padding-box;
    background-color: #fefefe;
    border: 1px solid #888;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 20px;
    padding-bottom: 50px;
    position: relative;
    outline: 0;
    pointer-events: auto;
    width: 30%; }
    @media only screen and (max-width: 600px) {
      #slide1.slide #splashModal .modal__content {
        width: 90%; } }
    #slide1.slide #splashModal .modal__content .close {
      color: #aaa;
      font-family: 'Open Sans', sans-serif;
      font-size: 28px;
      font-weight: bold;
      line-height: 42px;
      opacity: 1;
      text-align: right;
      text-shadow: none; }
      #slide1.slide #splashModal .modal__content .close:hover {
        color: #000;
        cursor: pointer; }
    #slide1.slide #splashModal .modal__content .alert {
      border-radius: 5px;
      font-family: "Open Sans", sans-serif;
      margin: 10px 0 30px;
      padding: 15px; }
      #slide1.slide #splashModal .modal__content .alert--sky {
        background-color: #fcffff;
        border-color: #90caf9; }
      #slide1.slide #splashModal .modal__content .alert .alert--title {
        color: #1b2d3f;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 1.67; }
      #slide1.slide #splashModal .modal__content .alert a {
        text-decoration: underline;
        color: #2196f3; }
        #slide1.slide #splashModal .modal__content .alert a:hover {
          color: #2196f3; }
      #slide1.slide #splashModal .modal__content .alert ul.list {
        margin-bottom: 10px;
        padding: 0; }
        #slide1.slide #splashModal .modal__content .alert ul.list li {
          color: #1b2d3f;
          font-size: 14px;
          list-style-type: none;
          line-height: 1.6;
          margin-bottom: 8px;
          margin-left: 15px;
          text-indent: -25px;
          padding-left: 15px; }
          #slide1.slide #splashModal .modal__content .alert ul.list li::before {
            background-image: url('data:image/svg+xml;charset=utf-8,<svg width="10px" height="10px" viewBox="0 0 16 16" class="bi bi-check" fill="%231d4dcd" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 011.071 1.05l-3.992 4.99a.75.75 0 01-1.08.02L4.324 8.384a.75.75 0 111.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 01.02-.022z"/></svg>');
            background-size: 20px;
            background-position: 50%;
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
            height: 10px;
            margin-right: 15px;
            position: relative;
            top: -3px;
            width: 10px; }
            @media only screen and (max-width: 600px) {
              #slide1.slide #splashModal .modal__content .alert ul.list li::before {
                left: -5px; } }

#regstep1 .address_disclaimer_container {
  line-height: 16px; }

#regstep2 .slide__footer .slide__disclaimer--left {
  padding-left: 0;
  padding-right: 0; }

#regstep2 .slide__footer .slide__disclaimer .tcpa__label {
  text-align: justify; }

#regstep2 .slide__footer .slide__footer--tcpa-container {
  text-align: center; }
  #regstep2 .slide__footer .slide__footer--tcpa-container #tcpaBtn {
    margin-bottom: 0;
    margin-top: 20px; }
    #regstep2 .slide__footer .slide__footer--tcpa-container #tcpaBtn p.tcpa__or {
      color: #000;
      margin: 0 auto; }

#regstep3 .slide__main .form-group label[for="date_of_birth"] {
  position: relative;
  z-index: 2; }

#regstep3 .slide__main .form-group .date_of_birth_wrapper {
  width: 100%; }

#linkOutSlide #linkoutMain .survey__answers--skip {
  color: #000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 15px;
  line-height: 22.5px;
  margin: auto;
  margin-top: 25px; }

#slide1 .text-green {
  color: green; }

#slide1.slide__ccpa {
  display: block; }
  #slide1.slide__ccpa .slide__main .slide__main--description {
    font-size: 16px;
    line-height: 22px; }
  #slide1.slide__ccpa .slide__main .form-group label {
    float: left;
    font-weight: bold; }
    #slide1.slide__ccpa .slide__main .form-group label.option-label {
      font-weight: 400; }
  #slide1.slide__ccpa .slide__main button#splashSubmit {
    margin: 15px auto; }
  #slide1.slide__ccpa--rep-email #splashSubmit {
    margin-top: 5px; }

#slide1.slide__contact-us {
  display: block; }
  #slide1.slide__contact-us .form-group label {
    float: left;
    font-weight: bold; }
    #slide1.slide__contact-us .form-group label[for=message] {
      position: relative;
      z-index: 2; }
  #slide1.slide__contact-us .form-group #text-box {
    width: 100%; }
  #slide1.slide__contact-us #splashSubmit {
    margin-top: 5px; }
  #slide1.slide__contact-us .slide__footer .slide__disclaimer {
    color: #000;
    font-size: 12px;
    font-weight: normal; }
  #slide1.slide__contact-us--thank-you .slide__main .slide__main--body {
    text-align: left; }
  #slide1.slide__contact-us--thank-you .slide__main .slide__main--question {
    font-size: 14px;
    font-weight: normal; }

#slide1.slide__unsubscribe .slide__header {
  margin-bottom: 25px; }

#slide1.slide__unsubscribe .slide__main .slide__main--body {
  font-size: 16px; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body .unsub-message {
    display: none;
    text-align: left;
    margin: 10px 0; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body .form-group label {
    float: left;
    position: relative;
    z-index: 2; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body .form-group .example-label {
    font-size: 11px;
    color: grey;
    margin: 5px 5px 0 5px;
    padding: 0;
    text-align: left; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body .form-group #message {
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body .form-group.unsub-group {
    text-align: center;
    margin-top: 30px; }
  #slide1.slide__unsubscribe .slide__main .slide__main--body #domainName {
    font-size: 16px; }

.slide__header,
.slide #header {
  background-color: transparent !important;
  padding: 0; }
  .slide__header--disclaimer,
  .slide #header--disclaimer {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: #000;
    padding: 0;
    margin-bottom: 15px; }
    #slide1 .slide__header--disclaimer, #slide1
    .slide #header--disclaimer {
      display: none; }
    .slide__processing-final .slide__header--disclaimer, .slide__processing-final
    .slide #header--disclaimer {
      text-align: center; }
  .slide__header--title,
  .slide #header--title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-bottom: none;
    color: #001b7f !important;
    font-size: 23px;
    letter-spacing: -0.19px;
    padding: 0;
    margin-bottom: 25px; }
    .vertical-affiliate .slide__header--title, .vertical-affiliate
    .slide #header--title {
      color: #2f281e !important; }
    @media only screen and (max-width: 991.98px) {
      .slide__header--title,
      .slide #header--title {
        font-size: 20px;
        margin-bottom: 18px; } }
    .slide__contact-us .slide__header--title, .slide__contact-us
    .slide #header--title {
      display: none; }
    .slide__contact-us--thank-you .slide__header--title, .slide__contact-us--thank-you
    .slide #header--title {
      display: block; }
    .slide__header--title-all,
    .slide #header--title-all {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #1d4dcd !important;
      text-transform: uppercase;
      padding: 0;
      margin-bottom: 30px;
      border-bottom: none; }
      @media only screen and (max-width: 991.98px) {
        .slide__header--title-all,
        .slide #header--title-all {
          letter-spacing: 0.95px;
          margin-bottom: 20px; } }
      .thank-you {
        text-align: center; }

.slide__preheader {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2b;
  padding: 0;
  margin-bottom: 20px;
  text-transform: capitalize; }
  @media only screen and (max-width: 991.98px) {
    .slide__preheader {
      font-size: 18px;
      margin-bottom: 15px; } }

.slide__footer {
  padding: 0px !important; }
  .slide__footer--text {
    font-size: 16px;
    padding: 0 3px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: -15px; }
    @media only screen and (max-width: 991.98px) {
      .slide__footer--text {
        margin-top: 0; } }
    @media only screen and (max-width: 767.98px) {
      .slide__footer--text {
        text-align: center; } }
  .slide__footer .slide__disclaimer {
    padding: 0px;
    margin: 0 0 15px;
    position: relative; }
    .slide__footer .slide__disclaimer--ccpa {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 15px;
      font-size: 10px !important;
      line-height: 16px;
      text-align: justify;
      color: #4c4c4c !important; }
    .slide__footer .slide__disclaimer #disclaimer {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 10px;
      font-stretch: normal;
      font-style: normal;
      line-height: 16px;
      letter-spacing: normal;
      text-align: justify;
      color: #000000;
      padding: 0;
      margin: 0; }
      .vertical-affiliate .slide__footer .slide__disclaimer #disclaimer {
        color: #4c4c4c; }
      @media only screen and (max-width: 767.98px) {
        .slide__footer .slide__disclaimer #disclaimer {
          padding: 5px;
          overflow-y: scroll;
          height: 75px;
          border: 1px solid #c4c4c4;
          border-radius: 3px; } }
      .slide__footer .slide__disclaimer #disclaimer a {
        color: #2196f3; }
        .slide__footer .slide__disclaimer #disclaimer a.splashLink {
          color: #544837; }
    .slide__footer .slide__disclaimer--left:before {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      content: 'Please Check';
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin-left: 0;
      background-image: none;
      background-color: #f44336;
      border-radius: 3px;
      font-size: 12px;
      width: auto;
      display: inline-block;
      padding: 1px 10px;
      height: auto;
      line-height: 1;
      margin-bottom: 4px;
      min-width: 87px;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 767.98px) {
        .slide__footer .slide__disclaimer--left:before {
          margin-left: 5px; } }
    .slide__footer .slide__disclaimer--left:after {
      content: '';
      width: 7px;
      height: 7px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 9;
      -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
              clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
      background: #f44336;
      position: absolute;
      left: 5px;
      margin-top: -8px; }
      @media only screen and (max-width: 767.98px) {
        .slide__footer .slide__disclaimer--left:after {
          left: 10px; } }
    .slide__footer .slide__disclaimer--left label.tcpa__label {
      background: #fff;
      border: none;
      padding: 0;
      line-height: 16px; }
      @media only screen and (max-width: 767.98px) {
        .slide__footer .slide__disclaimer--left label.tcpa__label {
          border-radius: 3px;
          border: 1px solid #c4c4c4;
          height: 75px;
          margin-bottom: -10px;
          overflow-y: scroll;
          padding: 5px; } }
  @media only screen and (max-width: 767.98px) and (max-height: 813px) {
    .slide__footer .slide__disclaimer--left label.tcpa__label {
      height: 390px; } }
  @media only screen and (max-width: 767.98px) and (max-height: 737px) {
    .slide__footer .slide__disclaimer--left label.tcpa__label {
      height: 315px; } }
  @media only screen and (max-width: 767.98px) and (max-height: 668px) {
    .slide__footer .slide__disclaimer--left label.tcpa__label {
      height: 245px; } }
  @media only screen and (max-width: 767.98px) and (max-height: 569px) {
    .slide__footer .slide__disclaimer--left label.tcpa__label {
      height: 155px; } }
      .slide__footer .slide__disclaimer--left label.tcpa__label #leadid_tcpa_disclosure {
        width: 16px;
        height: 16px;
        margin-left: 0;
        margin-bottom: -4px;
        padding: 0;
        border-radius: 2px;
        border: solid 2px #f44336;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .slide__footer .slide__disclaimer--left label.tcpa__label #leadid_tcpa_disclosure:checked {
          color: #28a745;
          border-color: #28a745;
          background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check" fill="green" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/></svg>');
          background-repeat: no-repeat;
          background-size: 16px 16px;
          background-position: center;
          content: '';
          height: 16px;
          width: 16px; }
        .slide__footer .slide__disclaimer--left label.tcpa__label #leadid_tcpa_disclosure:active, .slide__footer .slide__disclaimer--left label.tcpa__label #leadid_tcpa_disclosure:focus {
          border-radius: 2px; }
      .slide__footer .slide__disclaimer--left label.tcpa__label #tcpa__span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 10px;
        font-stretch: normal;
        font-style: normal;
        line-height: 16px;
        letter-spacing: normal;
        text-align: justify;
        color: #000000; }
        .vertical-affiliate .slide__footer .slide__disclaimer--left label.tcpa__label #tcpa__span {
          color: #4c4c4c; }
    .slide__footer .slide__disclaimer--left.tcpa-checked:before {
      content: 'Great!';
      background-color: #28a745; }
    .slide__footer .slide__disclaimer--left.tcpa-checked:after {
      background: #28a745; }

.slide__main {
  padding: 0;
  margin: 0; }
  .slide__contact-us .slide__main {
    margin-bottom: 10px; }
  .slide__main .notice {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 3px;
    border: solid 1px #d0e9c6;
    background-color: #fafffb;
    font-size: 17px;
    line-height: 16px;
    color: #19805d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
    .slide__main .notice:before {
      background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-check-circle" fill="white" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/></svg>');
      background-repeat: no-repeat;
      background-size: 45px 45px;
      background-position: center;
      content: '';
      height: 45px;
      width: 45px;
      content: '';
      background-color: #1bb580;
      color: #fff;
      fill: #fff;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 65px;
              flex: 0 0 65px;
      height: auto;
      width: 65px; }
    .slide__main .notice__content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 65px);
              flex: 1 1 calc(100% - 65px);
      padding: 20px; }
      @media only screen and (max-width: 991.98px) {
        .slide__main .notice__content {
          padding: 10px; } }
      .slide__main .notice__content span {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #19805d;
        display: block;
        font-size: 17px;
        line-height: normal; }
        .slide__main .notice__content span.line-1 {
          font-weight: 500;
          margin-bottom: 15px; }
          @media only screen and (max-width: 991.98px) {
            .slide__main .notice__content span.line-1 {
              margin-bottom: 10px; } }
  .slide__main--description--ccpa {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 22px !important; }
  .slide__main--question {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #2b2b2b;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left !important; }
    @media only screen and (max-width: 991.98px) {
      .slide__main--question {
        font-size: 20px; } }
    .slide__processing-final .slide__main--question {
      text-align: center !important; }
    .slide__contact-us--thank-you .slide__main--question {
      text-transform: none; }
  .slide__main--body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #2b2b2b;
    margin-bottom: 30px;
    text-transform: none; }
    @media only screen and (max-width: 991.98px) {
      .slide__main--body {
        font-size: 16px; } }
    .slide__main--body--ccpa {
      font-size: 15px;
      line-height: 1.67;
      color: #4c4c4c; }
    .slide__contact-us--thank-you .slide__main--body {
      font-size: 15px; }

.grecaptcha-badge {
  opacity: 0 !important; }
