/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/hero/hero-form/src/hero-form.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/hero/hero-form/src/hero-form.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero--form {
  --wrapper-gap: 12rem;
  --hero-form-padding-top: var(--paddingTop, calc(var(--padding-large) + var(--padding-default)));
  --text-color: var(--text-color-dark);
  position: relative;
}
.twz-hero--form .twz-hero__wrapper {
  --row-maxwidth: 1500px;
  --twz-hero-form-columns: 5fr 4fr;
  width: calc(100% - var(--row-margin-inline));
  max-width: var(--row-maxwidth);
  margin: 0 auto;
  min-height: 70vh;
  display: grid;
  grid-template-columns: var(--twz-hero-form-columns);
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__wrapper {
    --twz-hero-form-columns: 1fr;
  }
}
.twz-hero--form .twz-hero__wrapper .twz-text {
  --text-color: var(--text-color-dark);
  position: relative;
}
.twz-hero--form .twz-hero__title {
  margin-bottom: 4rem;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.twz-hero--form .twz-hero__first-column,
.twz-hero--form .twz-hero__form {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: var(--hero-form-padding-top);
  padding-bottom: var(--paddingBottom, var(--padding-default));
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column,
  .twz-hero--form .twz-hero__form {
    --hero-form-padding-top: var(--padding-default);
  }
}
.twz-hero--form .twz-hero__first-column {
  gap: 2rem;
  position: relative;
}
@media (min-width: 1368px) {
  .twz-hero--form .twz-hero__first-column {
    padding-right: calc(var(--wrapper-gap) / 2);
  }
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column {
    --hero-form-padding-top: calc(var(--nav-height) + var(--padding-default));
  }
}
.twz-hero--form .twz-hero__first-column:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--space-to-screen));
  background-color: var(--white);
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column:before {
    width: calc(100% + var(--space-to-screen) * 2);
    left: calc(var(--space-to-screen) * -1);
  }
}
@media (min-width: 1368px) {
  .twz-hero--form .twz-hero__first-column:has(.twz-text) {
    --hero-form-padding-top: calc(var(--nav-height) + 14rem);
  }
}
.twz-hero--form .twz-hero__first-column:has(.twz-text) .twz-hero__title {
  margin-bottom: 0;
}
.twz-hero--form .twz-hero__first-column h1,
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
  position: relative;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
  --location-list-columns: 2;
  --location-list-margin-top: 2rem;
  margin-top: var(--location-list-margin-top);
  display: grid;
  grid-template-columns: repeat(var(--location-list-columns), 1fr);
  gap: 6rem 2rem;
}
@media (max-width: 767px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 1;
    gap: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 2;
  }
}
@media (min-width: 1024px) and (max-width: 1367px) {
  .twz-hero--form .twz-hero__first-column .twz-hero__locations-list {
    --location-list-columns: 4;
  }
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item {
  display: flex;
  gap: 2rem;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item svg {
  width: 3rem;
  height: 3rem;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item svg path {
  fill: var(--hero-form-icon-color, var(--cyan-700));
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item h3 {
  line-height: 1.2;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .content {
  display: flex;
  flex-direction: column;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .address,
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps {
  margin-top: 1rem;
  display: inline-block;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps {
  --text-color: var(--hero-form-maps-color, var(--cyan-500));
  text-decoration: none;
}
.twz-hero--form .twz-hero__first-column .twz-hero__locations-list .twz-hero__locations-item .maps:hover {
  text-decoration: underline;
}
.twz-hero--form .twz-hero__form {
  --text-color: var(--white);
  background-color: var(--form-form-background-color, var(--blue-800));
}
@media (min-width: 1368px) {
  .twz-hero--form .twz-hero__form {
    padding-left: calc(var(--wrapper-gap) / 2);
  }
}
.twz-hero--form .twz-hero__form:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--space-to-screen));
  height: 100%;
  top: 0;
  right: 0;
  translate: 100% 0;
  background-color: var(--form-form-background-color, var(--blue-800));
  z-index: -1;
}
@media (max-width: 1367px) {
  .twz-hero--form .twz-hero__form:before {
    width: calc(100% + var(--space-to-screen) * 2);
    left: calc(var(--space-to-screen) * -1);
    right: 0;
    translate: 0 0;
  }
}
.twz-hero--form .twz-hero__form input[type=submit] {
  width: 100%;
  max-width: 80rem;
}
