/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .hero-section,
.hero-section {
  height: 900px;
  position: relative;
}
@media (max-width: 1024px) {
  .wp-block .hero-section,
  .hero-section {
    height: 600px;
  }
}
.wp-block .hero-section .sk-container,
.hero-section .sk-container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block .hero-section__media,
.hero-section__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.wp-block .hero-section__media img,
.wp-block .hero-section__media video,
.hero-section__media img,
.hero-section__media video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block .hero-section__content,
.hero-section__content {
  width: 100%;
  max-width: 600px;
  padding: var(--sk-spacing-85) var(--sk-spacing-100) var(--sk-spacing-100);
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .wp-block .hero-section__content,
  .hero-section__content {
    max-width: 400px;
    padding: var(--sk-spacing-35) var(--sk-spacing-50) var(--sk-spacing-50);
    margin-bottom: -50px;
  }
}
@media (max-width: 512px) {
  .wp-block .hero-section__content,
  .hero-section__content {
    padding: var(--sk-spacing-25);
    margin-bottom: -25px;
    max-width: 100%;
  }
}
.wp-block .hero-section__title,
.hero-section__title {
  margin-bottom: var(--sk-spacing-40);
}
@media (max-width: 768px) {
  .wp-block .hero-section__title,
  .hero-section__title {
    margin-bottom: var(--sk-spacing-25);
  }
}
.sk-typo-mod-bg-color-gray--100 .wp-block .hero-section__title,
.sk-typo-mod-bg-color-gray--100 .hero-section__title {
  color: var(--sk-color-lavender);
}
.sk-typo-mod-bg-color-lavender--100 .wp-block .hero-section__title,
.sk-typo-mod-bg-color-lavender--100 .hero-section__title {
  color: var(--sk-color-gray);
}
.sk-typo-mod-bg-color-orange--100 .wp-block .hero-section__title,
.sk-typo-mod-bg-color-orange--100 .hero-section__title {
  color: var(--sk-color-forest);
}
.sk-typo-mod-bg-color-forest--100 .wp-block .hero-section__title,
.sk-typo-mod-bg-color-forest--100 .hero-section__title {
  color: var(--sk-color-orange);
}
.sk-typo-mod-bg-color-slate--100 .wp-block .hero-section__title,
.sk-typo-mod-bg-color-slate--100 .hero-section__title {
  color: var(--sk-color-white);
}
