/* Converted Tailwind Config to scss */

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.form-styles .form__title,
.form-styles .gform_heading h3 {
  font-family: NotoSerif, serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -0.1px;
  text-align: center;
  color: #001742;
  margin-bottom: 14px;
}

@media (min-width: 1024px) {
  .form-styles .form__title,
  .form-styles .gform_heading h3 {
    margin-bottom: 40;
    font-family: NotoSerif, serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: -0.5px;
    text-align: center;
    color: #001742;
  }
}

.form-styles .gfield_required {
  display: none;
}

.form-styles .hs-form-field {
  position: relative;
}

.form-styles .hs-form-field.filled label {
  opacity: 1;
}

.form-styles .hs-form-field.filled select,
  .form-styles .hs-form-field.filled input,
  .form-styles .hs-form-field.filled textarea {
  color: #000918;
  background-color: #fff;
  border-radius: 4px;
  border-color: #d7dade;
}

.form-styles .hs-form-field:focus-within label {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-form-field:focus-within select,
  .form-styles .hs-form-field:focus-within input,
  .form-styles .hs-form-field:focus-within textarea {
  background-color: #fff;
  border: solid 2px #005fe2;
  border-radius: 4px;
}

.form-styles label {
  opacity: 0;
  position: relative;
  top: 12px;
  left: 12px;
  padding: 0 0.35rem;
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #818385;
  background-image: linear-gradient(to bottom, #fff 60%, transparent 60%);
}

.form-styles label.hs-error-msg {
  opacity: 1;
  color: #005fe2;
}

.form-styles .hs-recaptcha {
  margin-top: 15px;
}

.form-styles .hs-richtext {
  display: none;
}

.form-styles select,
.form-styles textarea,
.form-styles input[type="text"],
.form-styles input[type="email"],
.form-styles input[type="tel"] {
  border-radius: 2px;
  border: solid 2px transparent;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  background-color: #f3f4f6;
}

.form-styles select::-webkit-input-placeholder, .form-styles textarea::-webkit-input-placeholder, .form-styles input[type="text"]::-webkit-input-placeholder, .form-styles input[type="email"]::-webkit-input-placeholder, .form-styles input[type="tel"]::-webkit-input-placeholder {
  color: #818385;
}

.form-styles select:-ms-input-placeholder, .form-styles textarea:-ms-input-placeholder, .form-styles input[type="text"]:-ms-input-placeholder, .form-styles input[type="email"]:-ms-input-placeholder, .form-styles input[type="tel"]:-ms-input-placeholder {
  color: #818385;
}

.form-styles select::-ms-input-placeholder, .form-styles textarea::-ms-input-placeholder, .form-styles input[type="text"]::-ms-input-placeholder, .form-styles input[type="email"]::-ms-input-placeholder, .form-styles input[type="tel"]::-ms-input-placeholder {
  color: #818385;
}

.form-styles select::placeholder,
  .form-styles textarea::placeholder,
  .form-styles input[type="text"]::placeholder,
  .form-styles input[type="email"]::placeholder,
  .form-styles input[type="tel"]::placeholder {
  color: #818385;
}

.form-styles select {
  color: #818385;
}

.form-styles input[type="submit"], .form-styles input[type="button"] {
  margin-top: 20px !important;
  width: 100%;
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #de5833;
  display: block;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #bf3813 50%, #de5833 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
  margin: auto;
  text-align: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.form-styles input[type="submit"]:not(:disabled):hover, .form-styles input[type="button"]:not(:disabled):hover {
  background-position: left bottom;
}

.form-styles input[type="submit"]:disabled, .form-styles input[type="button"]:disabled {
  opacity: 0.5;
}

.form-styles .ginput_container_select {
  position: relative;
}

.form-styles .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-styles .ginput_container_select select::-ms-expand {
  display: none;
}

.form-styles .ginput_container_select::after {
  content: "";
  height: 14px;
  width: 21px;
  right: 1rem;
  top: 12px;
  pointer-events: none;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 24'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2381BAD9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M23 7L12.518 17.48c-.068.07-.148.123-.237.16-.09.037-.184.056-.281.056-.097 0-.19-.019-.28-.056-.09-.037-.17-.09-.238-.16L1 7'/%3E %3C/svg%3E") no-repeat;
}

.form-styles textarea {
  height: 100px;
}

.form-styles .gfield_list {
  width: 100%;
}

.form-styles .gfield_list td.gfield_list_icons {
  padding-top: 18px;
  padding-left: 3px;
}

.form-styles .gfield_list td.gfield_list_icons img {
  margin: auto;
  margin-bottom: 4px;
}

.form-styles .gfield_checkbox {
  margin-top: 16px;
}

.form-styles .gfield_checkbox label {
  display: inline;
  opacity: 1;
  position: static;
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #000918;
  color: #818385;
}

.form-styles .gform_confirmation_message {
  font-family: Hind, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  color: #000918;
}

.form-styles .gform_confirmation_message_3 {
  padding: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 1px;
  border-radius: 0.25rem;
}

.form-styles .validation_message {
  font-size: 14px;
  padding: 1rem;
  color: #de5833;
}

.form-styles .validation_error {
  padding: 1rem;
  color: #de5833;
}

ul.gform_fields,
ol.gform_fields {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#gform_2 .gfield_description.validation_message {
  position: absolute;
}

.contact {
  background-color: #f3f4f6;
}

@media (max-width: 1023px) {
  .contact.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--default-bg {
    background-image: url("/src/images/contact-back-day.jpg");
  }
}

@media (max-width: 1023px) {
  .contact--dark.contact--default-bg .contact__body {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact--dark.contact--default-bg {
    background-image: url("/src/images/contact-back-night.jpg");
  }
}

@media (min-width: 1024px) {
  .contact.contact--manual-bg .contact__body {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .contact.contact--manual-bg {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact--dark {
  background-color: #001742;
}

@media (min-width: 1024px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact .contact__body {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .contact .contact__body {
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .contact .contact__body {
    padding-top: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.contact .contact__body .contact__svg {
  margin-bottom: 22px;
}

.contact .contact__body .contact__content,
    .contact .contact__body .contact__content p {
  font-family: NotoSerif, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  color: #000918;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__content,
  .contact .contact__body .contact__content p {
    font-family: NotoSerif, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.75;
    color: #000918;
  }
}

.contact .contact__body .contact__author {
  margin-top: 26px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  color: #181818;
}

@media (min-width: 1024px) {
  .contact .contact__body .contact__author {
    font-family: Hind, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000918;
  }
}

@media (min-width: 1024px) {
  .contact .form-styles {
    padding-top: 70px;
    padding-bottom: 86px;
    padding-left: 112px;
    padding-right: 112px;
  }
}

.contact__curve--mobile {
  height: 50px;
  background-color: #fff;
  border-bottom-left-radius: 75%;
  border-bottom-right-radius: 75%;
}

.hbspt-form h2 {
  font-family: NotoSerif, serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #001742;
}
