/* * =============================================================================
 * FILE DESCRIPTION:
 * - Build: Compiled via `npm run build-scss` command in package.json.
 * - Import Rules: Use standard SCSS paths (no aliases).
 * - Restrictions: DO NOT import this file into other style sheets.
 * - Usage: The compiled CSS is enqueued/included in functions.php.
 * =============================================================================
 */
/* FONTS */
.home-page-section .wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-page-section .wp-block-latest-posts:not(.latest-news-swiper__wrapper) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.home-page-section .wp-block-latest-posts.latest-news-swiper__wrapper {
  display: flex;
  gap: 0;
}
.home-page-section .wp-block-latest-posts > li {
  background: #F7F4F1;
  border-radius: 20px;
  overflow: hidden;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__item-link:focus-visible {
  outline: 2px solid #FFC03C;
  outline-offset: -2px;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin: 0;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  display: block;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__content {
  display: block;
  padding: 30px;
  text-align: left;
  min-height: 160px;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-date {
  display: block;
  font-size: 14px;
  line-height: 130%;
  color: #969696;
  text-transform: uppercase;
}
.home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: block;
  font-size: 20px;
  line-height: 150%;
  color: #1F2A44;
  margin: 20px 0 0;
}
.home-page-section .latest-news-swiper {
  position: relative;
}
.home-page-section .latest-news-swiper .swiper-slide {
  width: 280px;
}
.home-page-section .latest-news-swiper .swiper-button-disabled {
  display: none;
}
.home-page-section .latest-news-swiper__button {
  color: #1F2A44;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.home-page-section .latest-news-swiper__button::after {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: 18px;
  }
  .home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .latest-news-swiper .swiper-slide {
    width: 280px;
  }
  .home-page-section .latest-news-swiper .wp-block-latest-posts__featured-image img {
    height: 180px;
  }
  .home-page-section .latest-news-swiper .wp-block-latest-posts__content {
    padding: 20px;
    min-height: 130px;
  }
  .home-page-section .latest-news-swiper .wp-block-latest-posts__post-date {
    font-size: 12px;
  }
  .home-page-section .latest-news-swiper .wp-block-latest-posts__post-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-page-section .wp-block-latest-posts:not(.latest-news-swiper__wrapper) {
    grid-template-columns: 1fr;
  }
  .home-page-section .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
    height: 150px;
  }
  .home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-date {
    padding-top: 10px;
  }
  .home-page-section .wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-size: 16px;
  }
  .home-page-section .latest-news-swiper__button {
    width: 30px;
    height: 30px;
  }
}
/************************************************ FRONT PAGE ************************************************/
:root {
  --swiper-pagination-right: 80px;
}

.container {
  padding-bottom: 0;
}

.home-slider {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 34px;
}
.home-slider.swiper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: stretch;
  overflow: hidden;
}
.home-slider.swiper-vertical {
  padding-bottom: 0;
}
.home-slider.swiper .swiper-wrapper, .home-slider.swiper .swiper-slide {
  height: auto;
}
.home-slider.swiper .swiper-slide > * {
  width: 100%;
  max-width: none;
  margin: 0;
}
.home-slider .home-slider-left-content {
  display: flex;
  flex: 50%;
  background-color: #EBEBEB;
  padding: 90px 42px 110px;
}
.home-slider .home-slider-right-content {
  flex: 50%;
}
.home-slider .home-slider-title {
  font-family: "Roboto-Medium", sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #004170;
  font-size: 24px;
}
.home-slider .home-slider-description {
  padding-bottom: 26px;
  font-size: 15.5px;
}
.home-slider .home-slider-button {
  padding-bottom: 30px;
}
.home-slider .home-slider-logos {
  position: absolute;
  bottom: 30px;
}
.home-slider .home-slider-image {
  height: 420px;
  width: 100%;
}
.home-slider .home-slider-logo {
  margin-right: 15px;
}
.home-slider .swiper-pagination.swiper-pagination-horizontal {
  position: absolute;
  left: 50% !important;
  right: auto;
  top: auto;
  bottom: 10px !important;
  width: auto !important;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 2;
}
.home-slider .swiper-pagination.swiper-pagination-vertical {
  position: absolute;
  right: 20px;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  width: auto !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.home-slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.home-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.home-slider .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #FFC03C;
  outline-offset: 2px;
}
.home-slider .home-slider-item-3dconfigurator {
  background: radial-gradient(54.22% 96.3% at 28.16% 50%, #fff 0%, #fcfcfc 30.5%, #f1f1f1 56.6%, #e0e0e0 80.9%, #ccc 100%);
}
.home-slider .home-slider-left-content-3dconfigurator {
  flex: 35%;
  padding: 34px 39px;
}
.home-slider .home-slider-right-content-3dconfigurator {
  flex: 65%;
}
.home-slider .home-slider-title-3dconfigurator {
  font-family: "Roboto-Light", sans-serif;
  padding-bottom: 10px;
  color: #1D426A;
  font-size: 42px;
}
.home-slider .home-slider-description-3dconfigurator {
  padding-bottom: 22px;
  font-size: 13px;
  color: #1D426A;
}
.home-slider .home-slider-description-3dconfigurator ul {
  padding-left: 16px;
}
.home-slider .home-slider-button-3dconfigurator a {
  background-color: #FFC03C;
  color: #1D426A;
  padding: 6px 27px;
  border-radius: 30px;
  text-decoration: none;
}

.site-main--home a:focus-visible,
.site-main--home button:focus-visible,
.site-main--home [role=button]:focus-visible,
.site-main--home .swiper-button-prev:focus-visible,
.site-main--home .swiper-button-next:focus-visible {
  outline: 2px solid #FFC03C;
  outline-offset: 3px;
}

/************************** HOME PAGE ******************************/
.home .entry-content {
  font-size: 1.5em;
  color: #004170;
  text-align: center;
}
.home .wp-block-columns {
  margin: 0;
}
.home .wp-block-button__link {
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  border-width: 1px;
}
.home .wp-block-button__link img {
  vertical-align: text-top;
}
.home .slide-image,
.home .section-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  margin: 0;
}
.home .slide-image img,
.home .section-image img {
  width: 3000px !important;
  max-width: inherit;
  object-fit: cover;
}
.home .slide-image.right {
  left: 0;
}
.home .section-image.left {
  right: 0;
}
.home .slide-heading,
.home .subtitle,
.home .section-heading,
.home .block-heading {
  font-family: "Roboto-Light", sans-serif;
}
.home .slide-heading {
  font-weight: 300;
  line-height: 100%;
}
.home .slide-description {
  font-size: 18px;
  line-height: 150%;
}
.home .subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #969696;
}
.home .subtitle img {
  margin-right: 10px;
  position: relative;
  top: -1.3px;
}
.home .section-heading {
  font-size: 48px !important;
  font-weight: 300;
  line-height: 130%;
}
.home .section-description {
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
}
.home .block-heading {
  font-size: 32px !important;
  font-weight: 300;
  line-height: 130%;
}
.home .block-button {
  border-width: 1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
.home .block-button.bottom {
  position: absolute;
  bottom: 40px;
}

#boxes {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 330px);
  justify-content: space-evenly;
}
#boxes .box {
  display: grid;
  grid-template-rows: 250px 200px;
}
#boxes .box .box-image img {
  height: 250px;
  width: 100%;
}
#boxes .box .box-description {
  display: grid;
  padding: 20px;
  background-color: #EBEBEB;
}
#boxes .box .box-description .box-title {
  font-family: "Roboto-Medium", sans-serif;
  color: #004170;
  padding-bottom: 10px;
  font-size: 24px;
}
#boxes .box .box-description .box-text {
  font-size: 15.5px;
}
#boxes .box .box-description .box-button {
  align-self: end;
}

/*# sourceMappingURL=index.css.map */
