.mixin-title-h1 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .mixin-title-h1 {
    font-size: 62px;
    line-height: 76px;
    letter-spacing: -2px;
  }
}
.mixin-title-h2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .mixin-title-h2 {
    font-size: 42px;
    line-height: 54px;
  }
}
.mixin-title-h3 {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .mixin-title-h3 {
    line-height: 28px;
  }
}
.mixin-title-h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .mixin-title-h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.mixin-paragraph {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .mixin-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-paragraph-bold {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .mixin-paragraph-bold {
    font-size: 16px;
    line-height: 24px;
  }
}
.mixin-text-small {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.mixin-text-medium {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  line-height: 30px;
}
.mixin-text-caption {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.mixin-text-button {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.mixin-text-subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mixin-text-subtitle {
    font-size: 20px;
  }
}
/* Responsive mixins */
.mixin-full-width {
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
.mixin-contanizr {
  max-width: 1440px;
  padding: 0 20px;
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mixin-contanizr {
    padding: 0 60px;
  }
}
@media (min-width: 1440px) {
  .mixin-contanizr {
    padding: 0 150px;
  }
}
.hero-component {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
@media (min-width: 800px) {
  .hero-component {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .hero-component {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (min-width: 800px) {
  .hero-component .hero-image {
    flex-basis: 40%;
  }
}
.hero-component .hero-image img {
  width: 100%;
  max-height: 264px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-component .hero-image img {
    max-height: 364px;
  }
}
@media (min-width: 800px) {
  .hero-component .hero-image img {
    max-height: 650px;
    height: 100%;
  }
}
.hero-component .hero-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .hero-component .hero-content {
    width: 60%;
    justify-content: center;
  }
  .hero-component .hero-content.thanks {
    justify-content: flex-start;
  }
}
@media (min-width: 800px) {
  .hero-component .hero-content {
    flex-basis: 60%;
    padding: 40px 40px;
  }
}
@media (min-width: 1024px) {
  .hero-component .hero-content {
    padding: 40px 60px;
  }
}
@media (min-width: 1440px) {
  .hero-component .hero-content {
    padding: 60px 150px;
    flex-basis: 50%;
    flex-grow: 1;
  }
}
.hero-component .hero-content.extendedform .hero-content-form {
  margin-top: 40px;
}
.hero-component .hero-content.extendedform label.paragraph {
  color: #242d29;
}
.hero-component .hero-content p.text-subtitle {
  margin: 20px 0 0 0;
}
.hero-component .hero-content .hero-content-form {
  margin-top: 20px;
  color: #186746;
}
.hero-component .hero-content .hero-cta {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-component .hero-content .hero-cta {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .hero-component .hero-content .hero-cta {
    margin-top: 50px;
  }
}
.hero-component .hero-content .hero-cta.thanks {
  margin-top: 0;
  color: #186746;
}
.hero-component .hero-content .hero-cta.thanks i {
  font-size: 24px;
}
.hero-component .hero-content .hero-cta.thanks a {
  align-items: center;
  color: inherit;
  display: flex;
  text-decoration: none;
}
.hero-component .hero-content .hero-cta.thanks a:visited {
  color: inherit;
}
@media (min-width: 800px) {
  .hero-component .hero-content .hero-cta .cta {
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  .hero-component .hero-content .hero-cta .cta {
    width: fit-content;
    padding: 10px 20px;
  }
}
.hero-component .hero-content .hero-thanks-icon {
  margin-top: 30px;
  color: #186746;
  font-size: 88px;
}
@media (min-width: 800px) {
  .hero-component .hero-content .hero-thanks-icon {
    margin-top: 80px;
  }
}
.hero-component .modal-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #14332680;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.hero-component .modal-loading.active {
  display: flex;
  visibility: visible;
}
.hero-component .modal-loading .modal-content {
  width: 686px;
  height: auto;
  padding: 51px 0;
  outline: 2px solid #186746;
  border-radius: 4px;
  background: #edf7f3;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: initial;
  max-height: initial;
}
@media (max-width: 768px) {
  .hero-component .modal-loading .modal-content {
    width: 382px;
    padding: 40px 43px;
  }
}
.hero-component .modal-loading .modal-content .ri-close-line {
  position: absolute;
  font-size: 22px;
  color: #186746;
  top: 17px;
  right: 22.02px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hero-component .modal-loading .modal-content .ri-close-line {
    top: 25.02px;
    right: 21.08px;
  }
}
.hero-component .modal-loading .modal-content .contact-form__content {
  width: 100%;
  max-width: 391px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.hero-component .modal-loading .modal-content .contact-form__content h2 {
  text-align: center;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 31px;
  margin: 0;
  max-width: 100%;
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block {
  display: block;
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block label {
  margin-bottom: 6px;
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block input[type='tel'] {
  padding: 0;
  width: 100%;
  height: 59px;
  max-width: initial;
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block.form-checkbox {
  margin-bottom: 43.02px;
}
@media (max-width: 768px) {
  .hero-component .modal-loading .modal-content .contact-form__content .form-block.form-checkbox {
    margin-top: 4px;
    margin-bottom: 32px;
  }
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block input[type='checkbox'] {
  width: 24px;
  height: 24.98px !important;
  border-radius: 2px;
}
.hero-component .modal-loading .modal-content .contact-form__content .form-block button.cta {
  width: 153px;
  height: 44px;
  padding: 10px 14px 10px 16px;
}
@media (min-width: 800px) {
  .hero-component.image-direction-right {
    flex-direction: row-reverse;
  }
}
.gradient {
  height: 30px;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%);
  margin-left: -50vw;
  left: 50%;
  position: relative;
  width: 100vw;
}
