/** Shopify CDN: Minification failed

Line 16:14 Expected identifier but found whitespace
Line 16:16 Unexpected "{"
Line 16:26 Expected ":"

**/
.ssh-form-container .content-wrapper {
  width: 100%;
  padding: 15px 0;
}

.abseize-forms-wrapper .ssh-title {
  font-weight:700;
  font-size:36px;
  font-family: {{base_font.family}};
  text-align: center;
  color: #000;
}

.abseize-forms-wrapper .ssh-forms-section {
  display: flex;
  text-align: center;
  max-width:100%;
  padding:30px;
  margin: auto;
}
.abseize-forms-wrapper .ssh-forms-section {
  justify-content: space-around;
}

.ssh-form-container {
  border: 2px dashed #808080;
  padding: 10px 15px;
  width: 25%;
}

.subscribe_field .form-label {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}

.nstb-thank-you .thank-you {
  margin-bottom: 40px;
}

#SubscribeForm .subscribe_field .form-control, #SubscribeForm .nstb-thank-you .form-control {
  border-radius: 34px;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}

.nstb-newsletter-wrapper #SubscribeForm .subscribe_field .form-control {
  margin-bottom: 10px;
}

.nstb-newsletter-wrapper #SubscribeForm .subscribe_field .vms-science-btn {
  width: auto;
  font-size: 13px;
  padding: 10px 24px;
}

.nstb-newsletter-wrapper #SubscribeForm  .subscribe_field .vms-science-btn:hover {
  color: var(--color-font-black);
  background-color: var(--color-font-white);
  border-color: var(--color-font-black);
  opacity: 1;
}

/* .external:hover {
  color: var(--color-font-black) !important;
  background-color: var(--color-font-white) !important;
  border-color: 10px solid var(--color-font-black) !important;
  opacity: 1;
} */

.nstb-newsletter-wrapper #SubscribeForm .sr-only {
  display: none;
}

#SubscribeForm .nstb-thank-you .form-control {
  text-align: center;
}

#SubscribeForm .subscribe_field .vms-science-btn, #SubscribeForm .nstb-thank-you .button {
  border-radius: 55px;
  outline: none;
  width: 100%;
  border-color: black;
  background: black;
  border: 1px solid black;
  padding: 14px 20px;
  color: #fffF;
  font-size: 16px;
}

#SubscribeForm .subscribe_field .vms-science-btn{
  margin-bottom: 20px;
}

#SubscribeForm .subscribe_field .redirect_button {
  border-radius: 55px;
  outline: none;
  width: 100%;
  border-color: black;
  background: black;
  border: 1px solid black;
  padding: 14px 20px;
  color: #fffF;
  font-size: 16px;
  text-decoration:none;
}

#SubscribeForm .nstb-thank-you .button {
  text-decoration: unset;
}

#SubscribeForm .vms-offer-lable1 span {
  font-size: 10px;
  letter-spacing: unset;
}

.content-wrapper .form-sub-title {
  font-size: 10px;
  color: #707070;
  margin-top: 10px;
}

#SubscribeForm {
  margin-top: 15px;
}

.vms-ajax-nstb-content-3 .subscribe_field label, .vms-ajax-nstb-content-3 .subscribe_field input {
  display: none;
}

.label-note {
  font-size: 12px;
  margin-bottom: 47px;
}

.vms-ajax-nstb-content-3 .vms-offer-lable1 {
  display: none;
}

.abseize-forms-wrapper .vms-offer-lable1 label input {
  margin: 0 10px 0 0;
}
@media screen and (max-width:767px) {
  #video-popup iframe {
    width: 100%;
}
  #video-popup .modal-dialog {
      width: 95%!important;
  }
  .ssh-form-container .content-wrapper .form-title {
    font-size: var(--size-largest);
    color: var(--color-submenu-color);
    line-height: 24px !important;
    letter-spacing: 3px !important;
  }

  #SubscribeForm .subscribe_field .redirect_button {
    font-weight: var(--size-bold-regular);
  }

  .label-note {
    color: var(--color-submenu-color);
  }
  .abseize-forms-wrapper .ssh-title {
    font-size:30px;
  }
  .ssh-form-container {
    width: 100%;
    margin-bottom: 35px;
  }
  .abseize-forms-wrapper {
    padding-top: 0;
  }
  .abseize-forms-wrapper .ssh-forms-section {
    margin-left: 0px;
    flex-direction: column;
  }
  .abseize-forms-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ssh-form-container .content-wrapper {
    padding-top: 25px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .ssh-form-container .content-wrapper .form-title {
    display: block !important;
  }
  .ssh-form-container .content-wrapper .form-title img {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }
  #SubscribeForm .subscribe_field .vms-science-btn {
    font-size: 11px;
  }
   #SubscribeForm .subscribe_field .redirect_button {
    font-size: 11px;
  }
  #SubscribeForm .subscribe_field .form-control {
    font-size: 10px;
  }
}

.ssh-form-container .content-wrapper .form-title span {
  font-size: 20px;
  letter-spacing: 3px;
}
.ssh-form-container .content-wrapper .form-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  display: inline-flex;
}
.ssh-form-container .content-wrapper .form-title img{
  margin-left: 10px;
}
.vms-offer-lable1 {
  padding-top: 20px;
}