/* Copy Block Module */
.stahl-copy-block {
  display: flex;
  justify-content: center;
  padding: 82px 20px;
}

.stahl-copy-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  text-align: center;
}

.stahl-copy-block__hr {
  width: 58px;
  height: 7px;
  background-color: #00478e;
  border: none;
  margin: 0 0 32px 0;
}

.stahl-copy-block__heading {
  margin: 0 0 12px 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1e1e1e;
  text-transform: uppercase;
  padding: 0;
  line-height: 43px;
}

.stahl-copy-block__copy {
  margin: 0;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #1e1e1e;
}

@media (max-width: 767px) {
  .stahl-copy-block {
    padding: 66px 20px;
  }

  .stahl-copy-block__inner {
    max-width: 100%;
  }

  .stahl-copy-block__heading {
    font-size: 26px;
    line-height: 32px;
  }
}

/* 50/50 Content Block Module */
.stahl-fifty-fifty {
  display: flex;
}

.stahl-fifty-fifty__image-col {
  display: flex;
  width: 50%;
}

.stahl-fifty-fifty__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.stahl-fifty-fifty--image-right .stahl-fifty-fifty__image {
  object-position: left center;
}

.stahl-fifty-fifty__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  /*padding: 78px 100px;*/
  padding: 68px 100px;
  box-sizing: border-box;
}

.stahl-fifty-fifty__content-col-inner {
  width: 466px;
  max-width: 100%;
}

.stahl-fifty-fifty--image-right .stahl-fifty-fifty__content-col-inner {
  margin-left: auto;
}

.stahl-fifty-fifty__heading {
  margin: 0 0 23px 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  padding: 0;
}

.stahl-fifty-fifty__copy {
  margin: 0 0 30px 0;
  font-family: Arimo, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.stahl-fifty-fifty__copy p {
  padding: 0;
}

.stahl-fifty-fifty__button {
  display: inline-block;
  background-color: #00478E;
  color: #ffffff;
  padding: 14px 35px;
  text-decoration: none;
  border: 2px solid #00478E;
  border-radius: 0;
  align-self: flex-start;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.stahl-fifty-fifty__button:hover {
  background-color: #2EA3F2;
  border-color: #00478E;
  color: #00478E;
}

.stahl-fifty-fifty__image--mobile {
  display: none;
}

@media (max-width: 767px) {
  .stahl-fifty-fifty {
    flex-direction: column;
  }

  .stahl-fifty-fifty--image-right {
    flex-direction: column;
  }

  .stahl-fifty-fifty__image-col {
    width: 100%;
    height: 248px;
  }

  .stahl-fifty-fifty__image {
    object-position: center;
  }

  .stahl-fifty-fifty__image--mobile {
    display: block;
  }

  .stahl-fifty-fifty__image--mobile + .stahl-fifty-fifty__image--desktop,
  .stahl-fifty-fifty__image-col:has(.stahl-fifty-fifty__image--mobile) .stahl-fifty-fifty__image--desktop {
    display: none;
  }

  .stahl-fifty-fifty__content-col {
    width: 100%;
    padding: 44px 29px 62px;
    text-align: center;
    align-items: center;
  }

  .stahl-fifty-fifty__content-col-inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .stahl-fifty-fifty--image-right .stahl-fifty-fifty__content-col-inner {
    margin: 0 auto;
  }

  .stahl-fifty-fifty__heading {
    font-size: 26px;
    line-height: 32px;
  }

  .stahl-fifty-fifty__button {
    width: 100%;
    text-align: center;
  }
}

/* Three Column Cards Module */
.stahl-three-column-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
}

.stahl-three-column-cards__title {
  margin: 0 0 3px 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 47px;
  padding: 0;
}

.stahl-three-column-cards__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  max-width: 1200px;
  width: 100%;
}

.stahl-three-column-cards__container > .et_pb_module,
.stahl-three-column-cards__container > .et_pb_module > .et_pb_module_inner {
  display: contents;
}

.stahl-three-column-card {
  display: flex;
  flex-direction: column;
  width: 370px;
  max-width: 33%;
  border: 0.5px solid #d9d9d9;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  padding-top: 24px;
}

.stahl-three-column-card__image {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.stahl-three-column-card__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #ffffff;
  flex: 1;
}

.stahl-three-column-card__title {
  margin: 0 0 10px 0;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.14px;
  color: #00478e;
  padding: 0;
}

.stahl-three-column-card__subtitle {
  margin: 0 0 16px 0;
  font-family: Arimo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #606060;
  text-transform: uppercase;
  padding: 0;
}

.stahl-three-column-card__copy {
  margin: 0;
  font-family: Arimo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #1e1e1e;
}

.stahl-three-column-card__copy p:empty {
  padding: 0;
}

.stahl-three-column-card__button {
  display: block;
  width: 100%;
  background-color: #00478e;
  color: #ffffff;
  padding: 14px 35px;
  text-decoration: none;
  border: 2px solid #00478e;
  border-radius: 2px;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: auto 0 0 0;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.stahl-three-column-card__button:hover {
  background-color: #2EA3F2;
  border-color: #00478E;
  color: #00478E;
}

@media (max-width: 767px) {
  .stahl-three-column-cards {
    padding: 60px 12px;
  }

  .stahl-three-column-cards__title {
    text-align: center;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 25px;
  }

  .stahl-three-column-cards__container {
    flex-direction: column;
    gap: 24px;
  }

  .stahl-three-column-card {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .stahl-three-column-card__title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.14px;
  }

  .stahl-three-column-card__subtitle {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1px;
  }

  .stahl-three-column-card__copy {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
  }
}

/* Four Column Icons Module */
.stahl-four-column-icons {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 20px;
}

.stahl-four-column-icons__bg-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stahl-four-column-icons__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stahl-four-column-icons__bg--mobile {
  display: none;
}

.stahl-four-column-icons__title {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  color: #1e1e1e;
  padding: 0;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.52px;
  font-weight: 700;
  font-family: Arimo, sans-serif;
  width: 1000px;
  max-width: 100%;
  text-align: center;
}

.stahl-four-column-icons--has-bg .stahl-four-column-icons__title {
  color: #ffffff;
}

.stahl-four-column-icons--has-bg .stahl-four-column-icon-card__title,
.stahl-four-column-icons--has-bg .stahl-four-column-icon-card__copy {
  color: #ffffff;
}

.stahl-four-column-icons__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1300px;
  width: 100%;
}

.stahl-four-column-icons__container > .et_pb_module,
.stahl-four-column-icons__container > .et_pb_module > .et_pb_module_inner {
  display: contents;
}

.stahl-four-column-icon-card {
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 25%;
  align-items: center;
}

.stahl-four-column-icon-card:not(:has(.stahl-four-column-icon-card__title)) {
  justify-content: center;
}

.stahl-four-column-icon-card__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.stahl-four-column-icon-card__title {
  margin: 0 0 9px 0;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-family: Arimo, sans-serif;
}

.stahl-four-column-icon-card__copy {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .stahl-four-column-icons {
    padding: 65px 20px;
  }

  .stahl-four-column-icons__bg--mobile {
    display: block;
  }

  .stahl-four-column-icons__bg--desktop {
    display: none;
  }

  .stahl-four-column-icons__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
  }

  .stahl-four-column-icons__container {
    flex-direction: column;
    gap: 55px;
  }

  .stahl-four-column-icon-card {
    width: 100%;
    max-width: 100%;
  }

  .stahl-four-column-icon-card:not(:has(.stahl-four-column-icon-card__title)) {
    gap: 45px;
  }
}

/* CTA Module */
.stahl-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
  padding: 56px 20px;
  box-sizing: border-box;
}

.stahl-cta__bg-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stahl-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  mix-blend-mode: luminosity;
}

.stahl-cta__bg--mobile {
  display: none;
}

/*.stahl-cta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}*/

.stahl-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 920px;
}

.stahl-cta__title {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.stahl-cta__logo {
  max-width: 504px;
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
}

.stahl-cta__copy {
  margin: 0 0 32px 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.stahl-cta__copy p {
  margin: 0;
  padding: 0;
}

.stahl-cta__button {
  display: inline-block;
  background-color: #ff6a00;
  color: #ffffff;
  padding: 14px 35px;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.stahl-cta__button:hover {
  background-color: #0067CE;
}

@media (max-width: 767px) {
  .stahl-cta {
    padding: 93px 18px 117px;
  }

  .stahl-cta__bg--mobile {
    display: block;
  }

  .stahl-cta__bg--mobile + .stahl-cta__bg--desktop,
  .stahl-cta__bg-wrapper:has(.stahl-cta__bg--mobile) .stahl-cta__bg--desktop {
    display: none;
  }

  .stahl-cta__overlay {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .stahl-cta__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 50px;
  }

  .stahl-cta__logo {
    max-width: 354px;
    margin-bottom: 48px;
  }

  .stahl-cta__copy {
    font-family: Arimo, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }

  .stahl-cta__button {
    width: 100%;
    max-width: 258px;
    text-align: center;
  }
}

/* Three Column Menu Module */
.stahl-three-column-menu {
  display: flex;
  width: 100%;
  gap: 72px;
}

.stahl-three-column-menu > .et_pb_module,
.stahl-three-column-menu > .et_pb_module > .et_pb_module_inner {
  display: contents;
}

.stahl-three-column-menu__column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.stahl-three-column-menu__column-title {
  display: block;
  color: #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stahl-three-column-menu__links {
  list-style-type: none !important;
  margin: 0;
  padding: 0 !important;
}

.stahl-three-column-menu__link {
  color: #ffffff;
  text-decoration: none;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}

a.stahl-three-column-menu__link:hover {
  text-decoration: underline;
}

.stahl-three-column-menu__links > .et_pb_module,
.stahl-three-column-menu__links > .et_pb_module > .et_pb_module_inner {
  display: contents;
}

.stahl-three-column-menu__link-item {
  padding: 0;
}

@media (max-width: 767px) {
  .stahl-three-column-menu {
    flex-direction: column;
    gap: 0;
  }

  .stahl-three-column-menu__column {
    width: 100%;
  }
}
