/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Size
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
body > header {
  background-color: var(--Dark-Grey-Green);
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  width: 100vw;
}
@media (max-width: 539px) {
  body > header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body > header .header-inner {
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 742px;
  margin: 0 auto;
  max-width: 1372px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 859px) {
  body > header .header-inner {
    height: auto;
    justify-content: flex-start;
  }
}
body > header .header-slideshow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body > header .header-slideshow:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 960px;
  z-index: 2;
}
@media (max-width: 859px) {
  body > header .header-slideshow:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0) 110%);
    bottom: auto;
    top: 0;
    width: 100%;
  }
}
body > header .header-slideshow .swiper {
  height: 100%;
}
body > header .header-slideshow .swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
}
body > header .header-slideshow img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body > header .header-content {
  padding: 48px 64px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 859px) {
  body > header .header-content {
    padding: 36px 32px;
  }
}
@media (max-width: 539px) {
  body > header .header-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body > header .header-content .header-content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  column-gap: 16px;
}
@media (max-width: 539px) {
  body > header .header-content .header-content-inner {
    font-size: 14px;
  }
}
body > header .header-content .header-content-inner h1,
body > header .header-content .header-content-inner .text {
  max-width: 650px;
}
@media (max-width: 767px) {
  body > header .header-content .header-content-inner h1,
  body > header .header-content .header-content-inner .text {
    max-width: none;
    text-align: center;
  }
}
body > header .header-content .header-content-inner .ctas {
  display: flex;
  gap: 16px 24px;
  list-style: none;
  margin: 36px 0 0;
  max-width: 740px;
}
@media (max-width: 859px) {
  body > header .header-content .header-content-inner .ctas {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  body > header .header-content .header-content-inner .ctas {
    flex-direction: column;
  }
}
body > header .header-content .header-content-inner .ctas li {
  background-color: var(--Light-Beige);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  flex: 1;
  margin: 0;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .ctas li {
    padding: 0;
  }
}
body > header .header-content .header-content-inner .ctas li .title {
  font-size: 18px;
  line-height: 1.2;
  color: var(--Dark-Grey-Green);
  font-family: "Gilroy", sans-serif;
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .ctas li .title {
    display: none;
  }
}
body > header .header-content .header-content-inner .ctas li .cta-text {
  font-size: 14px;
}
body > header .header-content .header-content-inner .ctas li .cta-text:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .ctas li .cta-text {
    display: none;
  }
}
body > header .header-content .header-content-inner .ctas li .button {
  font-size: 14px;
  margin-top: auto;
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .ctas li .button {
    display: none;
  }
}
body > header .header-content .header-content-inner .ctas li .mobile-button {
  font-size: 18px;
  line-height: 1.2;
  color: var(--Dark-Grey-Green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  font-family: "Gilroy", sans-serif;
  padding: 24px;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 640px) {
  body > header .header-content .header-content-inner .ctas li .mobile-button {
    display: none;
  }
}
@media (max-width: 539px) {
  body > header .header-content .header-content-inner .ctas li .mobile-button {
    padding: 16px;
  }
}
body > header .header-content .header-content-inner .ctas li .mobile-button .icon {
  flex: 0 0 24px;
}
body > header .header-content .header-content-inner .ctas li .mobile-button:hover, body > header .header-content .header-content-inner .ctas li .mobile-button:focus-visible {
  background-color: var(--Orange);
  color: var(--white);
}
body > header .header-content .header-content-inner .ctas li .mobile-button:hover .icon, body > header .header-content .header-content-inner .ctas li .mobile-button:focus-visible .icon {
  background-color: var(--white);
}/*# sourceMappingURL=banner-front.css.map */