html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.page-template-template-brochure .section.section-title {
  padding-top: 2.5rem;
}
.page-template-template-brochure .section.section-title .section-inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .page-template-template-brochure .section.section-title .section-inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-template-brochure .section.section-title .section-inner .section-title {
    width: 40%;
  }
}
.page-template-template-brochure .section.section-title .section-inner .section-title .title {
  margin-bottom: unset;
}
@media only screen and (min-width: 992px) {
  .page-template-template-brochure .section.section-title .section-inner .section-title-content {
    width: 60%;
  }
}
.page-template-template-brochure .section.section-title .section-inner .section-title-content .scrollbutton a {
  font-weight: 500;
}
.page-template-template-brochure .section-image .image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.page-template-template-brochure .section-title .content .title {
  margin-bottom: 0 !important;
}
.page-template-template-brochure .section-selector .items {
  gap: 2.5rem 1rem;
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .page-template-template-brochure .section-selector .items {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-template-brochure .section-selector .items .choose-model {
  border: 2px solid #E0E0E0;
  padding: 15px;
  transition: border-color 0.25s ease-in-out;
  height: 100%;
}
.page-template-template-brochure .section-selector .items .choose-model .image::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  border: 2px solid #E0E0E0;
  top: 14px;
  left: 14px;
  transition: all 0.25s ease-in-out;
}
.page-template-template-brochure .section-selector .items .choose-model .image::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  padding: 5px;
  position: absolute;
  border: 2px solid rgba(21, 56, 122, 0);
  background: rgba(21, 56, 122, 0);
  top: 18px;
  left: 18px;
  z-index: 9;
  transition: all 0.25s ease-in-out;
}
.page-template-template-brochure .section-selector .items .choose-model.selected .image::before {
  border: 2px solid #15397a;
  background: #15397a;
}
.page-template-template-brochure .section-selector .items .choose-model .content {
  margin-bottom: 0 !important;
}
.page-template-template-brochure .section-selector .items .choose-model .content .title {
  margin-bottom: 0 !important;
  font-size: 1.125rem !important;
}
.page-template-template-brochure .section-selector .items .choose-model.selected {
  border-color: #15397a;
}
.page-template-template-brochure .section-brochure {
  margin-bottom: 5rem;
}
.page-template-template-brochure .section-brochure .brochure-inner {
  background-color: #F8F8F8;
  padding: 2.5rem;
}
.page-template-template-brochure .section-brochure .brochure-inner .brochure-content {
  margin-bottom: 2.5rem;
}
.page-template-template-brochure .section-brochure .brochure-inner .brochure-content .title-xs {
  margin-bottom: 0.75rem;
}

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