html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  background-color: #004A57;
}

body.category, body.single-post, body.page-template-materials {
  background-color: #fdfcf0;
}

body.single-post .app-header {
  background-color: #004A57;
  box-shadow: 1px 2px 15px -5px #fff;
}

body.single-post .app-header .app-header__nav > ul:not(.sub-menu) > li > a {
  color: #ffffff;
}

body.single-post .app-header .app-header__nav ul li.menu-item-has-children > a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23FAFAFA' fill-opacity='0.6'/%3E%3C/svg%3E");
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

html, body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex-grow: 1;
  overflow: visible;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container.big {
  max-width: 1920px;
}
.container:not(.big) {
  max-width: 1280px;
}

.section-headline {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .section-headline {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-description {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.app-header {
  background-color: transparent;
  padding: 15px;
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}
.app-header.sticky {
  background-color: rgba(255, 255, 255, 0.9);
}
.app-header.sticky .app-header__social li svg {
  fill: #004A57;
}
.app-header.sticky .app-header__social li svg path {
  fill: #004A57;
}
.app-header.sticky .menu-item-has-children > a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23005560' fill-opacity='0.6'/%3E%3C/svg%3E");
}
.app-header.sticky a {
  color: #004A57;
}
.app-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .app-header__nav {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 91px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .app-header__nav {
    top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .app-header__nav.open {
    transform: translateX(0%);
  }
  .app-header__nav ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .app-header__nav ul li {
    margin-right: 0px !important;
  }
  .app-header__nav ul li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    padding-top: 0px;
  }
  .app-header__nav ul li .sub-menu li {
    background-color: transparent;
  }
  .app-header__nav ul li a {
    color: #000000;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .app-header__nav ul li a:before {
    content: none;
  }
}
.app-header__main-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.app-header__brand {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .app-header__brand {
    max-width: 100px;
  }
}
.app-header__brand a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-header__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-header__list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .app-header__list li:not(:last-child) {
    margin-right: 12px;
  }
}
.app-header__list li a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .app-header__list li a {
    font-size: 12px;
  }
}
.app-header__list li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #004A57;
  left: 0;
  transform: scale(0);
  transition: transform 0.2s;
}
.app-header__list li a:hover:after {
  transform: scale(1);
}
.app-header__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.app-header__social a {
  display: block;
}
.app-header .hamburger {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.25s linear;
  user-select: none;
  display: none;
  width: 35px;
  z-index: 10002;
  background-color: transparent;
  outline: none;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .app-header .hamburger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.app-header .hamburger .hamburger__item:before,
.app-header .hamburger .hamburger__item:after {
  content: "";
  position: absolute;
}
.app-header .hamburger .hamburger__item,
.app-header .hamburger .hamburger__item:after,
.app-header .hamburger .hamburger__item::before {
  border-radius: 10px;
  width: 35px;
  height: 3px;
  transition: all 0.15s linear;
  background-color: #C4A76A;
}
.app-header .hamburger .hamburger__item {
  width: 25px;
}
.app-header .hamburger .hamburger__item:before {
  transform: translateY(-200%) translateX(-5px);
}
.app-header .hamburger .hamburger__item:after {
  transform: translateY(200%) translateX(-5px);
}
.app-header .hamburger.open .hamburger__item {
  background: 0 0;
}
.app-header .hamburger.open .hamburger__item:before {
  transform: rotate(45deg);
  background-color: #C4A76A;
}
.app-header .hamburger.open .hamburger__item:after {
  transform: rotate(-45deg);
  background-color: #C4A76A;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
.menu-item-has-children > a:before {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23FAFAFA' fill-opacity='0.6'/%3E%3C/svg%3E");
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s;
}
.menu-item-has-children:hover > a:before {
  transform: translateY(-50%) rotate(0deg);
}
.menu-item-has-children:hover > .sub-menu {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  padding-top: 32px;
  min-width: 250px;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.menu-item-has-children .sub-menu li {
  background-color: #ffffff;
  margin-right: 0px;
}
.menu-item-has-children .sub-menu li a {
  color: #004A57;
  padding: 8px 10px;
  display: block;
  position: relative;
}
.menu-item-has-children .sub-menu li:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-top: 15px;
}
.menu-item-has-children .sub-menu li:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 15px;
}
.menu-item-has-children .sub-menu li:not(:first-child) {
  padding-top: 15px;
}

.app-footer {
  margin-top: 150px;
  border-top: 1px solid #004A57;
}
@media only screen and (max-width: 992px) {
  .app-footer {
    position: relative;
  }
}
.app-footer__image {
  max-width: 60%;
  width: 100%;
  position: relative;
  min-height: 650px;
}
@media only screen and (max-width: 992px) {
  .app-footer__image {
    max-width: 100%;
  }
}
.app-footer__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-footer__contacts {
  margin-top: auto;
}
.app-footer__descs {
  max-width: 40%;
  width: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .app-footer__descs {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 90%;
  }
}
.app-footer__headline {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
}
.app-footer__desc {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}
.app-footer__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.app-footer__button:focus {
  outline: none;
}
.app-footer__button {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  background-color: #004A57;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin-top: 15px;
  max-width: 180px;
  text-align: center;
}
.app-footer__main-panel {
  display: flex;
  flex-wrap: wrap;
}
.app-footer__small-headline {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.app-footer__listing {
  margin-top: 25px;
}
.app-footer__listing li:not(:first-child) {
  margin-top: 5px;
}
.app-footer__listing li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  gap: 7px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 16px;
}
.app-footer__listing li a .contact--icon {
  font-size: 24px;
  line-height: 24px;
}

.hero-section {
  min-height: 95vh;
  width: 100%;
  max-width: 100%;
  padding-top: 250px;
  position: relative;
  overflow: hidden;
}
.hero-section-image {
  position: absolute;
  transform: translateY(21%);
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-section__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
  z-index: 1;
}
.hero-section__descs {
  max-width: 566px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero-section__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
}
.hero-section__desc {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}
.hero-section__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.hero-section__button:focus {
  outline: none;
}
.hero-section__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.hero-section__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.hero-section__button {
  margin-top: 35px;
  max-width: 285px;
  width: 100%;
  text-align: center;
}

.characteristic-section {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 768px) {
  .characteristic-section {
    padding: 40px 0;
  }
}
.characteristic-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 1250px) {
  .characteristic-section__main-panel {
    row-gap: 24px;
  }
}

.characteristic-widget {
  max-width: calc(20% - 10px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1250px) {
  .characteristic-widget {
    max-width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .characteristic-widget {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 576px) {
  .characteristic-widget {
    max-width: 100%;
  }
}
.characteristic-widget__icon {
  width: 100%;
  max-width: 100%;
  height: 90px;
  text-align: center;
}
.characteristic-widget__icon svg {
  width: 100%;
  height: 100%;
}
.characteristic-widget__name {
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.characteristic-widget__desc {
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  flex-grow: 1;
}

.about-section {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
}
.about-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  perspective: 1500px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  position: relative;
}
.about-section__widget {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-section__widget {
    flex-direction: column;
  }
}
.about-section__widget:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .about-section__widget:nth-child(even) {
    flex-direction: column;
  }
}

.about-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #004A57;
  will-change: transform, opacity;
}
.about-widget__image {
  flex: 1;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .about-widget__image {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.about-widget__descs {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .about-widget__descs {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .about-widget__descs br {
    display: none;
  }
}
.about-widget__icon {
  width: 60px;
  height: 46px;
}
.about-widget__small-desc {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
}
.about-widget__headline {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-widget__headline {
    font-size: 20px;
    line-height: 24px;
  }
}
.about-widget__desc {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.banner-section {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}
@media only screen and (max-width: 768px) {
  .banner-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner-section {
    min-height: 450px;
  }
}
.banner-section__descs {
  max-width: 527px;
  width: 100%;
  padding: 51px 28px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner-section__descs {
    padding: 10px;
  }
}
.banner-section__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.banner-section__button:focus {
  outline: none;
}
.banner-section__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.banner-section__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.banner-section__button {
  margin-top: 25px;
}
.banner-section__descriotion {
  margin-top: 15px;
}
.banner-section__headline {
  font-family: "Island Moments";
  font-size: 48px;
  line-height: 130%;
  color: #004A57;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-section__headline {
    font-size: 36px;
  }
}
.banner-section__descriotion {
  color: #828282;
  text-align: center;
  font-size: 14px;
  line-height: 184%;
}
.banner-section__button {
  background-color: #004A57;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .banner-section__button {
    font-size: 18px;
    margin-top: 15px;
  }
}

.informative-section {
  margin-top: 80px;
}
@media only screen and (max-width: 1250px) {
  .informative-section {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .informative-section {
    margin-top: 40px;
  }
}
.informative-section__headline {
  color: #ffffff;
}
@media only screen and (max-width: 1250px) {
  .informative-section__headline.desktop-visible {
    display: none;
  }
}
.informative-section__headline.mobile-visible {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .informative-section__headline.mobile-visible {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
  }
}

.info-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .info-panel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.info-panel__button-text {
  flex: 1;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1250px) {
  .info-panel__button-text {
    font-size: 0px;
  }
}
.info-panel__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.info-panel__button:focus {
  outline: none;
}
.info-panel__button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
}
.info-panel__button > span:not(.info-panel__button-text) {
  background-color: #F2F6FB;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #C6A456;
  border: 2px solid transparent;
}
@media only screen and (max-width: 1250px) {
  .info-panel__button > span:not(.info-panel__button-text) {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 14px;
  }
}
.info-panel__button.active span:first-child {
  background-color: #C6A456;
  color: #ffffff;
  border-color: #AEAEAE;
}
@media only screen and (max-width: 768px) {
  .info-panel__button.active span:first-child {
    border-color: transparent;
  }
}
.info-panel__left-side {
  max-width: 40%;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 50px;
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side {
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    max-width: 100%;
    margin-top: 0px;
    gap: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__button {
    max-width: calc(12.5% - 2px);
    width: 100%;
    height: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__button span {
    width: 100%;
    height: 2px;
    font-size: 0px;
    border-radius: 0px;
    border-color: transparent;
  }
}
.info-panel__left-side .info-panel__content {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__content {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.info-panel__right-side {
  max-width: 60%;
  width: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  .info-panel__right-side {
    max-width: 576px;
    padding: 0;
  }
}
.info-panel__right-side .info-panel__content {
  display: block;
}
@media only screen and (max-width: 1250px) {
  .info-panel__right-side .info-panel__content {
    display: none;
  }
}
.info-panel__buttons {
  width: 100%;
  max-width: 100%;
}
.info-panel__image {
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .info-panel__image {
    min-height: 350px;
  }
}
.info-panel__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.info-panel__listing {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  top: 100px;
  row-gap: 6px;
  left: 155px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1250px) {
  .info-panel__listing {
    top: 105px;
    left: 0;
  }
}
.info-panel__listing li {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1250px) {
  .info-panel__listing li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.info-panel__content {
  position: absolute;
  max-width: 472px;
  width: 100%;
  left: 55px;
  background-color: #ffffff;
  padding: 24px;
  top: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.2s;
}
@media only screen and (max-width: 1250px) {
  .info-panel__content {
    transform: translate(150px, 0px);
    transition: transform 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .info-panel__content {
    padding: 14px;
  }
}
.info-panel__content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media only screen and (max-width: 1250px) {
  .info-panel__content.show {
    transform: translate(0px, 0px);
  }
}

.category-section {
  position: relative;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.category-section__headline {
  text-align: center;
  color: #004A57;
}
.category-section__widgets {
  row-gap: 12px;
  column-gap: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.category-section__widgets a {
  text-decoration: none;
}
.category-section__widgets div:nth-child(even) a {
  flex-direction: row-reverse;
}

.category-card {
  position: relative;
  flex: 0 0 calc(33% - 4px);
  width: 100%;
  background-color: #004A57;
  border-radius: 2px;
  text-decoration: none;
  transition: height 0.3s;
}
@media only screen and (max-width: 992px) {
  .category-card {
    flex: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .category-card {
    transition: padding-bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: padding-bottom;
  }
}
.category-card:nth-child(-n+2) {
  flex: calc(50% - 6px);
}
@media only screen and (max-width: 992px) {
  .category-card:nth-child(-n+2) {
    flex: 100%;
  }
}
.category-card:nth-child(-n+2) .category-card__image {
  min-height: 713px;
}
@media only screen and (max-width: 1350px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 565px;
  }
}
@media only screen and (max-width: 1250px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 465px;
  }
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 365px;
  }
}
.category-card:nth-child(-n+2) .category-card__infos-image {
  flex: 0 0 calc(50% - 6px);
  transform: translateX(100%);
  animation-duration: 0.6s;
  transition: opacity 0.4s ease 0.3s, flex 0.6s ease 0.4s, transform 0.3s ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(-n+2) .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card:first-child .category-card__infos-image {
  transform: translateX(0%);
}
.category-card:nth-child(n+3) .category-card__image {
  min-height: 474px;
}
@media only screen and (max-width: 1250px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 465px;
  }
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 365px;
  }
}
.category-card:nth-child(n+3) .category-card__infos {
  transition: opacity 0.3s ease;
}
.category-card:nth-child(n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 33%;
  transform: translateX(var(--tx, 0%));
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(n+3) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card:nth-child(3n+4) .category-card__infos-image {
  --tx: calc(100% + 12px);
}
.category-card:nth-child(3n+5) .category-card__infos-image {
  --tx: calc(200% + 16px);
  transition-delay: 0.3s;
}
.category-card.active {
  z-index: 10;
}
.category-card.active .category-card__infos {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: all;
}
.category-card.active .category-card__infos-desc {
  opacity: 1;
  transition: opacity 0.3s ease 1s;
}
.category-card.active:nth-child(-n+2) .category-card__infos {
  width: calc(200% + 12px);
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(-n+2) .category-card__infos {
    width: 100%;
  }
}
.category-card.active:nth-child(-n+2) .category-card__infos-image {
  transform: translateX(0%);
}
.category-card.active:nth-child(-n+2) .category-card__infos-desc {
  animation: fadeIn 0.6s ease-in-out forwards 0.4s;
}
.category-card.active:nth-child(2) .category-card__infos {
  transform: translateX(calc(-50% - 8px));
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(2) .category-card__infos {
    transform: translateX(0);
  }
}
.category-card.active:nth-child(n+3) .category-card__infos {
  width: calc(300% + 24px);
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(n+3) .category-card__infos {
    width: 100%;
  }
}
.category-card.active:nth-child(n+3) .category-card__infos .category-card__infos-image {
  transform: translateX(0%);
  transition: opacity 0.4s ease 0.3s, flex 0.6s ease 0.4s, transform 0.3s ease 0.4s;
}
.category-card.active:nth-child(n+3):nth-child(3n+3) .category-card__infos {
  left: 0;
  right: auto;
}
.category-card.active:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% - 8px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos {
  transform: translateX(calc(-33% - 8px));
  right: auto;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos {
    transform: translateX(0);
  }
}
.category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% - 4px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active:nth-child(n+3):nth-child(3n+5) .category-card__infos {
  left: auto;
  right: 0;
}
.category-card.active:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% + 12px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active.close .category-card__infos-desc {
  opacity: 0;
  transition: opacity 0.3s;
}
.category-card.active.close .category-card__infos {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: all;
  transition: all 0.3s ease 0.9s;
}
.category-card.active.close:nth-child(2) .category-card__infos .category-card__infos-image {
  transform: translateX(calc(100% + 14px));
  transition: transform 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(2) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transform: translateX(calc(200% + 27px));
  transition: transform 0.3s ease 0.6s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transform: translateX(calc(100% + 12px));
  transition: transform 0.3s ease 0.4s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transition: transform 0.3s ease 0.6s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card__infos {
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  background-color: #004A57;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .category-card__infos {
    flex-direction: column;
  }
}
.category-card__infos-desc {
  flex: 1;
  width: 100%;
  padding: 24px;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .category-card__infos-desc {
    min-height: 350px;
  }
}
.category-card__title {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  color: rgba(242, 246, 251, 0.6);
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .category-card__title {
    font-size: 14px;
    line-height: 22px;
  }
}
.category-card__image, .category-card__infos-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.category-card__image img, .category-card__infos-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .category-card__image img, .category-card__infos-image img {
    object-position: 50% 65%;
  }
}
@media only screen and (max-width: 768px) {
  .category-card__image, .category-card__infos-image {
    width: 100%;
    max-width: 100%;
    min-height: 365px;
  }
}
.category-card__headline {
  font-size: 24px;
  line-height: 28px;
  color: #F2F6FB;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .category-card__headline {
    font-size: 18px;
    line-height: 22px;
  }
}
.category-card__desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #F2F6FB;
}
@media only screen and (max-width: 768px) {
  .category-card__desc {
    font-size: 14px;
  }
}
.category-card__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.category-card__button:focus {
  outline: none;
}
.category-card__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.category-card__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.category-card__button {
  margin-top: 5vh;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
}
@media only screen and (max-width: 1250px) {
  .category-card__button {
    padding: 8px 12px;
  }
}
.category-card__button-action {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.category-card__button-action:focus {
  outline: none;
}
.category-card__button-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
  max-width: 150px;
  width: 100%;
  opacity: 0.7;
  gap: 8px;
  color: #ffffff;
  transition: opacity 0.2s;
}
.category-card__button-action:hover {
  opacity: 1;
}
.category-card__button-action span {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  white-space: pre-line;
}
.category-card__button-action .toggle-state--expand:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.7 490.7' style='enable-background:new 0 0 490.7 490.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M64,73.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V100.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L100.4,85.3h102.2c5.9,0,10.7-4.8,10.7-10.7 S208.5,64,202.6,64h-128c0,0,0,0,0,0s0,0,0,0C69.1,64,64.6,68.2,64,73.6z'/%3E%3Cpath class='st0' d='M259.1,274.2l131.1,131.1H288c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1l0-128c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7l0,102.2L274.2,259.1c-4.2-4.2-10.9-4.2-15.1,0 C255,263.3,255,270.1,259.1,274.2z'/%3E%3Cpath class='st0' d='M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z'/%3E%3C/svg%3E");
}
.category-card__button-action .toggle-state--expand.close:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.7 490.7' style='enable-background:new 0 0 490.7 490.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M256,265.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V292.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L292.4,277.3h102.2c5.9,0,10.7-4.8,10.7-10.7 s-4.8-10.7-10.7-10.7h-128c0,0,0,0,0,0s0,0,0,0C261.1,256,256.6,260.2,256,265.6z'/%3E%3Cpath class='st0' d='M67.1,82.2l131.1,131.1H96c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1V96c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7v102.3L82.2,67.1C78,63,71.3,63,67.1,67.1 C63,71.3,63,78,67.1,82.2z'/%3E%3Cpath class='st0' d='M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z'/%3E%3C/svg%3E");
}
.category-card .category-products-swiper {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
.category-card .category-products-swiper .swiper-wrapper {
  display: flex;
}
.category-card .category-products-swiper .post-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}
.category-card .category-products-swiper .post-card__thumbnail {
  position: relative;
  min-height: 80px;
  overflow: hidden;
}
.category-card .category-products-swiper .post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.category-card .category-products-swiper .post-card__thumbnail .secondary-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.category-card .category-products-swiper .post-card:hover .secondary-img {
  opacity: 1;
}
.category-card .category-products-swiper .post-card:hover .post-card__thumbnail img {
  transform: scale(1.05);
}
.category-card .category-products-swiper .post-card .post-card__sub-title {
  font-size: 12px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.about-company {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .about-company {
    padding-top: 40px;
  }
}
.about-company__headline {
  color: #ffffff;
  text-align: center;
}
.about-company__widgets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}

.company-widget {
  max-width: calc(25% - 20px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  row-gap: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .company-widget {
    max-width: 100%;
  }
  .company-widget:not(:first-child) {
    margin-top: 15px;
  }
}
.company-widget__headline {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.company-widget__desc {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

@keyframes animateEvenElement {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes smallElementWidthAnimation {
  from {
    transform: translateX(100%);
    flex: 0 0 calc(33% - 6px);
  }
  to {
    transform: translateX(0%);
    flex: 0 0 calc(50% - 6px);
  }
}
@keyframes smallElementWidthAnimation5n {
  from {
    flex: 0 0 calc(33% - 6px);
    transform: translateX(150%);
  }
  to {
    flex: 0 0 calc(50% - 6px);
    transform: translateX(0%);
  }
}
@keyframes smallElementWidthAnimation3n {
  from {
    flex: 0 0 calc(33% - 6px);
    transform: translateX(0%);
  }
  to {
    flex: 0 0 calc(50% - 6px);
    transform: translateX(0%);
  }
}
.ct-hero-section {
  min-height: 650px;
  background-color: #000000;
  color: #ffffff;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section {
    min-height: 350px;
  }
}
.ct-hero-section:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ct-hero-section__main-panel {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.ct-hero-section__main-panel .category-card__button-action i, .ct-hero-section__main-panel .category-card__button-action span {
  color: #004A57;
}
.ct-hero-section__title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.ct-hero-section__desc {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section__desc {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
  }
}

.section-products {
  padding-top: 80px;
}
@media only sreen and (max-width: 992px) {
  .section-products {
    padding-top: 40px;
  }
}
.section-products__main-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-card {
  width: 100%;
  max-width: calc(33% - 12px);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .post-card {
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .post-card {
    max-width: 100%;
  }
}
.post-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-card .post-card__thumbnail {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}
.post-card .post-card__thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease;
}
.post-card .post-card__thumbnail .secondary-img {
  opacity: 0;
  z-index: 1;
}
.post-card:hover .post-card__thumbnail .secondary-img {
  opacity: 1;
}
.post-card__title {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #004A57;
  text-decoration: none;
  z-index: 2;
  text-transform: uppercase;
  pointer-events: none;
  font-weight: 600;
}
.post-card .category-card__button-action i:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 490.7 490.7" style="enable-background:new 0 0 490.7 490.7;" xml:space="preserve"><style type="text/css"> .st0{fill:%23004A57;} </style><path class="st0" d="M64,73.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V100.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L100.4,85.3h102.2c5.9,0,10.7-4.8,10.7-10.7 S208.5,64,202.6,64h-128c0,0,0,0,0,0s0,0,0,0C69.1,64,64.6,68.2,64,73.6z"/><path class="st0" d="M259.1,274.2l131.1,131.1H288c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1l0-128c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7l0,102.2L274.2,259.1c-4.2-4.2-10.9-4.2-15.1,0 C255,263.3,255,270.1,259.1,274.2z"/><path class="st0" d="M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z"/></svg>');
}
.post-card .category-card__button-action span {
  color: #004A57;
  font-weight: 700;
}

.single-hero-section {
  padding-top: 105px;
}
.size-gallery-wrapper .size-gallery-swiper {
  max-width: 68%;
  width: 100%;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .size-gallery-wrapper .size-gallery-swiper {
    max-width: 100%;
  }
}

.swiper {
  touch-action: pan-y;
  max-width: calc(100vw - 45px);
  width: 100% !important;
  overflow: hidden;
}
.swiper-wrapper {
  max-width: 100%;
  width: 100%;
}

.slide-img-wrap__small {
  position: relative;
  padding-bottom: 56.25%;
}
.slide-img-wrap__small img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
}

.slide-img-wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.slide-img-wrap img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
}

.gallery-thumbs {
  margin-top: 10px;
  max-width: calc(40vw - 45px);
}
@media only screen and (max-width: 1024px) {
  .gallery-thumbs {
    max-width: calc(100vw - 45px);
  }
}
.gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
.gallery-thumbs .swiper-slide {
  padding: 5px;
  border: 1px solid #82958F;
  border-radius: 5px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  transform: scale(0.88);
}

.size-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .size-gallery-wrapper {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.size-gallery__infos {
  padding-left: 24px;
  max-width: 32%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .size-gallery__infos {
    padding-left: 0;
    max-width: 100%;
  }
}

.post-title {
  color: #004A57;
  font-size: 32px;
  line-height: 130%;
  font-weight: 400;
  text-transform: uppercase;
}

.size-gallery__buttons {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: auto;
  position: relative;
  transform: translate(0);
  scrollbar-width: none;
}
@media only screen and (max-width: 992px) {
  .size-gallery__buttons {
    margin-top: 15px;
  }
}
.size-gallery__buttons::-webkit-scrollbar {
  display: none;
}
.size-gallery__buttons .size-gallery__btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.size-gallery__buttons .size-gallery__btn:focus {
  outline: none;
}
.size-gallery__buttons .size-gallery__btn {
  padding: 7px 20px;
  flex-shrink: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #004A57;
}
@media only screen and (max-width: 992px) {
  .size-gallery__buttons .size-gallery__btn {
    padding: 7px 10px;
    font-size: 13px;
  }
}
.size-gallery__buttons .size-gallery__btn.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #004A57;
}
.size-gallery__buttons .size-gallery__btn:not(:last-child) {
  margin-right: 6px;
}

.post-excerpt {
  color: #004A57;
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .size-gallery__buttons {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ab-hero-section {
  min-height: 600px;
  background-color: #000000;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section {
    min-height: 400px;
    padding-top: 100px;
  }
}
.ab-hero-section:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.ab-hero-section__main-panel {
  max-width: 476px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.ab-hero-section__main-panel .ab-hero-section__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #CFAE72;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section__main-panel .ab-hero-section__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.ab-hero-section__main-panel .ab-hero-section__desc {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section__main-panel .ab-hero-section__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.ab-hero-section__main-panel .ab-hero-section__desc span {
  color: #CFAE72;
}

.materials-section {
  background-color: #004A57;
  margin-top: 7px;
}
.materials-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .materials-section__main-panel {
    flex-direction: column;
  }
}
.materials-section__image {
  position: relative;
  max-width: 560px;
  width: 100%;
  min-height: 550px;
}
@media only screen and (max-width: 1024px) {
  .materials-section__image {
    max-width: 460px;
  }
}
@media only screen and (max-width: 768px) {
  .materials-section__image {
    margin: 0 auto;
  }
}
.materials-section__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.materials-section.bonnel--material {
  position: relative;
  min-height: 600px;
}
.materials-section.bonnel--material .materials-section__descs {
  padding-right: 460px;
}
@media only screen and (max-width: 992px) {
  .materials-section.bonnel--material .materials-section__descs {
    padding-right: 0;
    padding-bottom: 400px;
  }
}
.materials-section.bonnel--material .materials-section__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 596px;
  max-width: 596px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .materials-section.bonnel--material .materials-section__image {
    transform: translateY(0%);
    bottom: 0;
    top: auto;
    min-height: 350px;
    max-width: 350px;
  }
}
.materials-section.bonnel--material .materials-section__image img {
  width: 100%;
  height: 100%;
}
.materials-section__headline {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  word-break: break-all;
}
@media only screen and (max-width: 992px) {
  .materials-section__headline {
    font-size: 24px;
    line-height: 26px;
  }
}
.materials-section__headline span {
  color: #C6A456;
}
.materials-section__description {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-top: 26px;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (max-width: 992px) {
  .materials-section__description {
    font-size: 14px;
    line-height: 16px;
    margin-top: 14px;
  }
}
.materials-section__description span {
  color: #C6A456;
}
.materials-section__listing {
  margin-top: 15px;
}
.materials-section__listing h4 {
  color: #C6A456;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.materials-section__listing ul {
  list-style: disc;
  padding-left: 23px;
  margin-top: 10px;
}
.materials-section__listing ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.materials-section__listing ul li:not(:first-child) {
  margin-top: 7px;
}
.materials-section__listing ul li span {
  font-weight: 600;
}
.materials-section__descs {
  flex: 1;
  padding: 82px 0;
}
@media only screen and (max-width: 992px) {
  .materials-section__descs {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=style.css.map */html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  background-color: #004A57;
}

body.category, body.single-post, body.page-template-materials {
  background-color: #fdfcf0;
}

body.single-post .app-header {
  background-color: #004A57;
  box-shadow: 1px 2px 15px -5px #fff;
}

body.single-post .app-header .app-header__nav > ul:not(.sub-menu) > li > a {
  color: #ffffff;
}

body.single-post .app-header .app-header__nav ul li.menu-item-has-children > a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23FAFAFA' fill-opacity='0.6'/%3E%3C/svg%3E");
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

html, body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper {
  flex-grow: 1;
  overflow: visible;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container.big {
  max-width: 1920px;
}
.container:not(.big) {
  max-width: 1280px;
}

.section-headline {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .section-headline {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-description {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.app-header {
  background-color: transparent;
  padding: 15px;
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}
.app-header.sticky {
  background-color: rgba(255, 255, 255, 0.9);
}
.app-header.sticky .app-header__social li svg {
  fill: #004A57;
}
.app-header.sticky .app-header__social li svg path {
  fill: #004A57;
}
.app-header.sticky .menu-item-has-children > a:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23005560' fill-opacity='0.6'/%3E%3C/svg%3E");
}
.app-header.sticky a {
  color: #004A57;
}
.app-header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .app-header__nav {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 91px;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .app-header__nav {
    top: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .app-header__nav.open {
    transform: translateX(0%);
  }
  .app-header__nav ul {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .app-header__nav ul li {
    margin-right: 0px !important;
  }
  .app-header__nav ul li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    padding-top: 0px;
  }
  .app-header__nav ul li .sub-menu li {
    background-color: transparent;
  }
  .app-header__nav ul li a {
    color: #000000;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .app-header__nav ul li a:before {
    content: none;
  }
}
.app-header__main-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.app-header__brand {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .app-header__brand {
    max-width: 100px;
  }
}
.app-header__brand a {
  display: block;
  width: 100%;
  height: 100%;
}
.app-header__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-header__list li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .app-header__list li:not(:last-child) {
    margin-right: 12px;
  }
}
.app-header__list li a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .app-header__list li a {
    font-size: 12px;
  }
}
.app-header__list li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #004A57;
  left: 0;
  transform: scale(0);
  transition: transform 0.2s;
}
.app-header__list li a:hover:after {
  transform: scale(1);
}
.app-header__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.app-header__social a {
  display: block;
}
.app-header .hamburger {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.25s linear;
  user-select: none;
  display: none;
  width: 35px;
  z-index: 10002;
  background-color: transparent;
  outline: none;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .app-header .hamburger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.app-header .hamburger .hamburger__item:before,
.app-header .hamburger .hamburger__item:after {
  content: "";
  position: absolute;
}
.app-header .hamburger .hamburger__item,
.app-header .hamburger .hamburger__item:after,
.app-header .hamburger .hamburger__item::before {
  border-radius: 10px;
  width: 35px;
  height: 3px;
  transition: all 0.15s linear;
  background-color: #C4A76A;
}
.app-header .hamburger .hamburger__item {
  width: 25px;
}
.app-header .hamburger .hamburger__item:before {
  transform: translateY(-200%) translateX(-5px);
}
.app-header .hamburger .hamburger__item:after {
  transform: translateY(200%) translateX(-5px);
}
.app-header .hamburger.open .hamburger__item {
  background: 0 0;
}
.app-header .hamburger.open .hamburger__item:before {
  transform: rotate(45deg);
  background-color: #C4A76A;
}
.app-header .hamburger.open .hamburger__item:after {
  transform: rotate(-45deg);
  background-color: #C4A76A;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
.menu-item-has-children > a:before {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.802 8.37134L17.6519 13.6105C18.0083 13.9955 18.091 14.4424 17.9001 14.9512C17.7091 15.46 17.3591 15.7144 16.8499 15.7144L7.15009 15.7144C6.64091 15.7144 6.29085 15.46 6.09991 14.9512C5.90897 14.4424 5.99171 13.9955 6.34814 13.6105L11.198 8.37134C11.3253 8.23383 11.4526 8.13758 11.5799 8.08258C11.7072 8.02757 11.8472 8.00007 12 8.00007C12.1528 8.00007 12.2928 8.02757 12.4201 8.08258C12.5474 8.13758 12.6747 8.23383 12.802 8.37134Z' fill='%23FAFAFA' fill-opacity='0.6'/%3E%3C/svg%3E");
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s;
}
.menu-item-has-children:hover > a:before {
  transform: translateY(-50%) rotate(0deg);
}
.menu-item-has-children:hover > .sub-menu {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  padding-top: 32px;
  min-width: 250px;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.menu-item-has-children .sub-menu li {
  background-color: #ffffff;
  margin-right: 0px;
}
.menu-item-has-children .sub-menu li a {
  color: #004A57;
  padding: 8px 10px;
  display: block;
  position: relative;
}
.menu-item-has-children .sub-menu li:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-top: 15px;
}
.menu-item-has-children .sub-menu li:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 15px;
}
.menu-item-has-children .sub-menu li:not(:first-child) {
  padding-top: 15px;
}

.app-footer {
  margin-top: 150px;
  border-top: 1px solid #004A57;
}
@media only screen and (max-width: 992px) {
  .app-footer {
    position: relative;
  }
}
.app-footer__image {
  max-width: 60%;
  width: 100%;
  position: relative;
  min-height: 650px;
}
@media only screen and (max-width: 992px) {
  .app-footer__image {
    max-width: 100%;
  }
}
.app-footer__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-footer__contacts {
  margin-top: auto;
}
.app-footer__descs {
  max-width: 40%;
  width: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .app-footer__descs {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 90%;
  }
}
.app-footer__headline {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
}
.app-footer__desc {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}
.app-footer__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.app-footer__button:focus {
  outline: none;
}
.app-footer__button {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 18px;
  background-color: #004A57;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin-top: 15px;
  max-width: 180px;
  text-align: center;
}
.app-footer__main-panel {
  display: flex;
  flex-wrap: wrap;
}
.app-footer__small-headline {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}
.app-footer__listing {
  margin-top: 25px;
}
.app-footer__listing li:not(:first-child) {
  margin-top: 5px;
}
.app-footer__listing li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  gap: 7px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 16px;
}
.app-footer__listing li a .contact--icon {
  font-size: 24px;
  line-height: 24px;
}

.hero-section {
  min-height: 95vh;
  width: 100%;
  max-width: 100%;
  padding-top: 250px;
  position: relative;
  overflow: hidden;
}
.hero-section-image {
  position: absolute;
  transform: translateY(21%);
  height: 100%;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-section__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
  z-index: 1;
}
.hero-section__descs {
  max-width: 566px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero-section__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
}
.hero-section__desc {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}
.hero-section__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.hero-section__button:focus {
  outline: none;
}
.hero-section__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.hero-section__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.hero-section__button {
  margin-top: 35px;
  max-width: 285px;
  width: 100%;
  text-align: center;
}

.characteristic-section {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 768px) {
  .characteristic-section {
    padding: 40px 0;
  }
}
.characteristic-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 1250px) {
  .characteristic-section__main-panel {
    row-gap: 24px;
  }
}

.characteristic-widget {
  max-width: calc(20% - 10px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1250px) {
  .characteristic-widget {
    max-width: calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .characteristic-widget {
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 576px) {
  .characteristic-widget {
    max-width: 100%;
  }
}
.characteristic-widget__icon {
  width: 100%;
  max-width: 100%;
  height: 90px;
  text-align: center;
}
.characteristic-widget__icon svg {
  width: 100%;
  height: 100%;
}
.characteristic-widget__name {
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.characteristic-widget__desc {
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  flex-grow: 1;
}

.about-section {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
}
.about-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  perspective: 1500px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  position: relative;
}
.about-section__widget {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about-section__widget {
    flex-direction: column;
  }
}
.about-section__widget:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .about-section__widget:nth-child(even) {
    flex-direction: column;
  }
}

.about-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #004A57;
  will-change: transform, opacity;
}
.about-widget__image {
  flex: 1;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  .about-widget__image {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.about-widget__descs {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .about-widget__descs {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .about-widget__descs br {
    display: none;
  }
}
.about-widget__icon {
  width: 60px;
  height: 46px;
}
.about-widget__small-desc {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
}
.about-widget__headline {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-widget__headline {
    font-size: 20px;
    line-height: 24px;
  }
}
.about-widget__desc {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.banner-section {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
}
@media only screen and (max-width: 768px) {
  .banner-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1250px) {
  .banner-section {
    min-height: 450px;
  }
}
.banner-section__descs {
  max-width: 527px;
  width: 100%;
  padding: 51px 28px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner-section__descs {
    padding: 10px;
  }
}
.banner-section__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.banner-section__button:focus {
  outline: none;
}
.banner-section__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.banner-section__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.banner-section__button {
  margin-top: 25px;
}
.banner-section__descriotion {
  margin-top: 15px;
}
.banner-section__headline {
  font-family: "Island Moments";
  font-size: 48px;
  line-height: 130%;
  color: #004A57;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-section__headline {
    font-size: 36px;
  }
}
.banner-section__descriotion {
  color: #828282;
  text-align: center;
  font-size: 14px;
  line-height: 184%;
}
.banner-section__button {
  background-color: #004A57;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .banner-section__button {
    font-size: 18px;
    margin-top: 15px;
  }
}

.informative-section {
  margin-top: 80px;
}
@media only screen and (max-width: 1250px) {
  .informative-section {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .informative-section {
    margin-top: 40px;
  }
}
.informative-section__headline {
  color: #ffffff;
}
@media only screen and (max-width: 1250px) {
  .informative-section__headline.desktop-visible {
    display: none;
  }
}
.informative-section__headline.mobile-visible {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .informative-section__headline.mobile-visible {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
  }
}

.info-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .info-panel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.info-panel__button-text {
  flex: 1;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1250px) {
  .info-panel__button-text {
    font-size: 0px;
  }
}
.info-panel__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.info-panel__button:focus {
  outline: none;
}
.info-panel__button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
}
.info-panel__button > span:not(.info-panel__button-text) {
  background-color: #F2F6FB;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #C6A456;
  border: 2px solid transparent;
}
@media only screen and (max-width: 1250px) {
  .info-panel__button > span:not(.info-panel__button-text) {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 14px;
  }
}
.info-panel__button.active span:first-child {
  background-color: #C6A456;
  color: #ffffff;
  border-color: #AEAEAE;
}
@media only screen and (max-width: 768px) {
  .info-panel__button.active span:first-child {
    border-color: transparent;
  }
}
.info-panel__left-side {
  max-width: 40%;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 50px;
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side {
    flex-direction: row;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    max-width: 100%;
    margin-top: 0px;
    gap: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__button {
    max-width: calc(12.5% - 2px);
    width: 100%;
    height: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__button span {
    width: 100%;
    height: 2px;
    font-size: 0px;
    border-radius: 0px;
    border-color: transparent;
  }
}
.info-panel__left-side .info-panel__content {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .info-panel__left-side .info-panel__content {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.info-panel__right-side {
  max-width: 60%;
  width: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  .info-panel__right-side {
    max-width: 576px;
    padding: 0;
  }
}
.info-panel__right-side .info-panel__content {
  display: block;
}
@media only screen and (max-width: 1250px) {
  .info-panel__right-side .info-panel__content {
    display: none;
  }
}
.info-panel__buttons {
  width: 100%;
  max-width: 100%;
}
.info-panel__image {
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .info-panel__image {
    min-height: 350px;
  }
}
.info-panel__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.info-panel__listing {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  top: 100px;
  row-gap: 6px;
  left: 155px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1250px) {
  .info-panel__listing {
    top: 105px;
    left: 0;
  }
}
.info-panel__listing li {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1250px) {
  .info-panel__listing li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.info-panel__content {
  position: absolute;
  max-width: 472px;
  width: 100%;
  left: 55px;
  background-color: #ffffff;
  padding: 24px;
  top: 15px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: transform 0.2s;
}
@media only screen and (max-width: 1250px) {
  .info-panel__content {
    transform: translate(150px, 0px);
    transition: transform 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .info-panel__content {
    padding: 14px;
  }
}
.info-panel__content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media only screen and (max-width: 1250px) {
  .info-panel__content.show {
    transform: translate(0px, 0px);
  }
}

.category-section {
  position: relative;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
.category-section__headline {
  text-align: center;
  color: #004A57;
}
.category-section__widgets {
  row-gap: 12px;
  column-gap: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.category-section__widgets a {
  text-decoration: none;
}
.category-section__widgets div:nth-child(even) a {
  flex-direction: row-reverse;
}

.category-card {
  position: relative;
  flex: 0 0 calc(33% - 4px);
  width: 100%;
  background-color: #004A57;
  border-radius: 2px;
  text-decoration: none;
  transition: height 0.3s;
}
@media only screen and (max-width: 992px) {
  .category-card {
    flex: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .category-card {
    transition: padding-bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: padding-bottom;
  }
}
.category-card:nth-child(-n+2) {
  flex: calc(50% - 6px);
}
@media only screen and (max-width: 992px) {
  .category-card:nth-child(-n+2) {
    flex: 100%;
  }
}
.category-card:nth-child(-n+2) .category-card__image {
  min-height: 713px;
}
@media only screen and (max-width: 1350px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 565px;
  }
}
@media only screen and (max-width: 1250px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 465px;
  }
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(-n+2) .category-card__image {
    min-height: 365px;
  }
}
.category-card:nth-child(-n+2) .category-card__infos-image {
  flex: 0 0 calc(50% - 6px);
  transform: translateX(100%);
  animation-duration: 0.6s;
  transition: opacity 0.4s ease 0.3s, flex 0.6s ease 0.4s, transform 0.3s ease 0.4s;
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(-n+2) .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card:first-child .category-card__infos-image {
  transform: translateX(0%);
}
.category-card:nth-child(n+3) .category-card__image {
  min-height: 474px;
}
@media only screen and (max-width: 1250px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 350px;
  }
}
@media only screen and (max-width: 992px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 465px;
  }
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(n+3) .category-card__image {
    min-height: 365px;
  }
}
.category-card:nth-child(n+3) .category-card__infos {
  transition: opacity 0.3s ease;
}
.category-card:nth-child(n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 33%;
  transform: translateX(var(--tx, 0%));
}
@media only screen and (max-width: 768px) {
  .category-card:nth-child(n+3) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card:nth-child(3n+4) .category-card__infos-image {
  --tx: calc(100% + 12px);
}
.category-card:nth-child(3n+5) .category-card__infos-image {
  --tx: calc(200% + 16px);
  transition-delay: 0.3s;
}
.category-card.active {
  z-index: 10;
}
.category-card.active .category-card__infos {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: all;
}
.category-card.active .category-card__infos-desc {
  opacity: 1;
  transition: opacity 0.3s ease 1s;
}
.category-card.active:nth-child(-n+2) .category-card__infos {
  width: calc(200% + 12px);
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(-n+2) .category-card__infos {
    width: 100%;
  }
}
.category-card.active:nth-child(-n+2) .category-card__infos-image {
  transform: translateX(0%);
}
.category-card.active:nth-child(-n+2) .category-card__infos-desc {
  animation: fadeIn 0.6s ease-in-out forwards 0.4s;
}
.category-card.active:nth-child(2) .category-card__infos {
  transform: translateX(calc(-50% - 8px));
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(2) .category-card__infos {
    transform: translateX(0);
  }
}
.category-card.active:nth-child(n+3) .category-card__infos {
  width: calc(300% + 24px);
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(n+3) .category-card__infos {
    width: 100%;
  }
}
.category-card.active:nth-child(n+3) .category-card__infos .category-card__infos-image {
  transform: translateX(0%);
  transition: opacity 0.4s ease 0.3s, flex 0.6s ease 0.4s, transform 0.3s ease 0.4s;
}
.category-card.active:nth-child(n+3):nth-child(3n+3) .category-card__infos {
  left: 0;
  right: auto;
}
.category-card.active:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% - 8px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos {
  transform: translateX(calc(-33% - 8px));
  right: auto;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos {
    transform: translateX(0);
  }
}
.category-card.active:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% - 4px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active:nth-child(n+3):nth-child(3n+5) .category-card__infos {
  left: auto;
  right: 0;
}
.category-card.active:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(50% + 12px);
  opacity: 1;
  transform: translateX(0%);
}
.category-card.active.close .category-card__infos-desc {
  opacity: 0;
  transition: opacity 0.3s;
}
.category-card.active.close .category-card__infos {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: all;
  transition: all 0.3s ease 0.9s;
}
.category-card.active.close:nth-child(2) .category-card__infos .category-card__infos-image {
  transform: translateX(calc(100% + 14px));
  transition: transform 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(2) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transform: translateX(calc(200% + 27px));
  transition: transform 0.3s ease 0.6s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+5) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transform: translateX(calc(100% + 12px));
  transition: transform 0.3s ease 0.4s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+4) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card.active.close:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
  flex: 0 0 calc(33% - 4px);
  transition: transform 0.3s ease 0.6s, flex 0.3s ease 0.3s;
}
@media only screen and (max-width: 768px) {
  .category-card.active.close:nth-child(n+3):nth-child(3n+3) .category-card__infos .category-card__infos-image {
    transform: translateX(0%);
  }
}
.category-card__infos {
  position: absolute;
  inset: 0 auto auto 0;
  height: 100%;
  background-color: #004A57;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .category-card__infos {
    flex-direction: column;
  }
}
.category-card__infos-desc {
  flex: 1;
  width: 100%;
  padding: 24px;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .category-card__infos-desc {
    min-height: 350px;
  }
}
.category-card__title {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  color: rgba(242, 246, 251, 0.6);
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .category-card__title {
    font-size: 14px;
    line-height: 22px;
  }
}
.category-card__image, .category-card__infos-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.category-card__image img, .category-card__infos-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .category-card__image img, .category-card__infos-image img {
    object-position: 50% 65%;
  }
}
@media only screen and (max-width: 768px) {
  .category-card__image, .category-card__infos-image {
    width: 100%;
    max-width: 100%;
    min-height: 365px;
  }
}
.category-card__headline {
  font-size: 24px;
  line-height: 28px;
  color: #F2F6FB;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .category-card__headline {
    font-size: 18px;
    line-height: 22px;
  }
}
.category-card__desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #F2F6FB;
}
@media only screen and (max-width: 768px) {
  .category-card__desc {
    font-size: 14px;
  }
}
.category-card__button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.category-card__button:focus {
  outline: none;
}
.category-card__button {
  background-color: #C6A456;
  color: #004A57;
  padding: 16px 24px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s;
  background-image: linear-gradient(to right, #CFAE72 1%, #fff 60%, #004A57 150%);
  border: 0px;
  background-size: 200% auto;
  background-position: left top;
}
.category-card__button:hover {
  background-position: right bottom;
  color: #004A57;
}
.category-card__button {
  margin-top: 5vh;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
}
@media only screen and (max-width: 1250px) {
  .category-card__button {
    padding: 8px 12px;
  }
}
.category-card__button-action {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.category-card__button-action:focus {
  outline: none;
}
.category-card__button-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
  max-width: 150px;
  width: 100%;
  opacity: 0.7;
  gap: 8px;
  color: #ffffff;
  transition: opacity 0.2s;
}
.category-card__button-action:hover {
  opacity: 1;
}
.category-card__button-action span {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  white-space: pre-line;
}
.category-card__button-action .toggle-state--expand:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.7 490.7' style='enable-background:new 0 0 490.7 490.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M64,73.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V100.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L100.4,85.3h102.2c5.9,0,10.7-4.8,10.7-10.7 S208.5,64,202.6,64h-128c0,0,0,0,0,0s0,0,0,0C69.1,64,64.6,68.2,64,73.6z'/%3E%3Cpath class='st0' d='M259.1,274.2l131.1,131.1H288c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1l0-128c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7l0,102.2L274.2,259.1c-4.2-4.2-10.9-4.2-15.1,0 C255,263.3,255,270.1,259.1,274.2z'/%3E%3Cpath class='st0' d='M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z'/%3E%3C/svg%3E");
}
.category-card__button-action .toggle-state--expand.close:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.7 490.7' style='enable-background:new 0 0 490.7 490.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M256,265.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V292.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L292.4,277.3h102.2c5.9,0,10.7-4.8,10.7-10.7 s-4.8-10.7-10.7-10.7h-128c0,0,0,0,0,0s0,0,0,0C261.1,256,256.6,260.2,256,265.6z'/%3E%3Cpath class='st0' d='M67.1,82.2l131.1,131.1H96c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1V96c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7v102.3L82.2,67.1C78,63,71.3,63,67.1,67.1 C63,71.3,63,78,67.1,82.2z'/%3E%3Cpath class='st0' d='M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z'/%3E%3C/svg%3E");
}
.category-card .category-products-swiper {
  margin-top: 15px;
  width: 100%;
  overflow: hidden;
}
.category-card .category-products-swiper .swiper-wrapper {
  display: flex;
}
.category-card .category-products-swiper .post-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
}
.category-card .category-products-swiper .post-card__thumbnail {
  position: relative;
  min-height: 80px;
  overflow: hidden;
}
.category-card .category-products-swiper .post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.category-card .category-products-swiper .post-card__thumbnail .secondary-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.category-card .category-products-swiper .post-card:hover .secondary-img {
  opacity: 1;
}
.category-card .category-products-swiper .post-card:hover .post-card__thumbnail img {
  transform: scale(1.05);
}
.category-card .category-products-swiper .post-card .post-card__sub-title {
  font-size: 12px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.about-company {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .about-company {
    padding-top: 40px;
  }
}
.about-company__headline {
  color: #ffffff;
  text-align: center;
}
.about-company__widgets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}

.company-widget {
  max-width: calc(25% - 20px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  row-gap: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
@media only screen and (max-width: 576px) {
  .company-widget {
    max-width: 100%;
  }
  .company-widget:not(:first-child) {
    margin-top: 15px;
  }
}
.company-widget__headline {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.company-widget__desc {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}

@keyframes animateEvenElement {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes smallElementWidthAnimation {
  from {
    transform: translateX(100%);
    flex: 0 0 calc(33% - 6px);
  }
  to {
    transform: translateX(0%);
    flex: 0 0 calc(50% - 6px);
  }
}
@keyframes smallElementWidthAnimation5n {
  from {
    flex: 0 0 calc(33% - 6px);
    transform: translateX(150%);
  }
  to {
    flex: 0 0 calc(50% - 6px);
    transform: translateX(0%);
  }
}
@keyframes smallElementWidthAnimation3n {
  from {
    flex: 0 0 calc(33% - 6px);
    transform: translateX(0%);
  }
  to {
    flex: 0 0 calc(50% - 6px);
    transform: translateX(0%);
  }
}
.ct-hero-section {
  min-height: 650px;
  background-color: #000000;
  color: #ffffff;
  background-repeat: no-repeat;
  padding-top: 60px;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section {
    min-height: 350px;
  }
}
.ct-hero-section:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ct-hero-section__main-panel {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.ct-hero-section__main-panel .category-card__button-action i, .ct-hero-section__main-panel .category-card__button-action span {
  color: #004A57;
}
.ct-hero-section__title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.ct-hero-section__desc {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .ct-hero-section__desc {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
  }
}

.section-products {
  padding-top: 80px;
}
@media only sreen and (max-width: 992px) {
  .section-products {
    padding-top: 40px;
  }
}
.section-products__main-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-card {
  width: 100%;
  max-width: calc(33% - 12px);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .post-card {
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 768px) {
  .post-card {
    max-width: 100%;
  }
}
.post-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-card .post-card__thumbnail {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}
.post-card .post-card__thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease;
}
.post-card .post-card__thumbnail .secondary-img {
  opacity: 0;
  z-index: 1;
}
.post-card:hover .post-card__thumbnail .secondary-img {
  opacity: 1;
}
.post-card__title {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #004A57;
  text-decoration: none;
  z-index: 2;
  text-transform: uppercase;
  pointer-events: none;
  font-weight: 600;
}
.post-card .category-card__button-action i:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 490.7 490.7" style="enable-background:new 0 0 490.7 490.7;" xml:space="preserve"><style type="text/css"> .st0{fill:%23004A57;} </style><path class="st0" d="M64,73.6c0,0.4-0.1,0.7-0.1,1.1v128c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7V100.4l131.1,131.1 c4.2,4.2,10.9,4.2,15.1,0c2.1-2.1,3.1-4.8,3.1-7.6c0-2.7-1-5.5-3.1-7.5L100.4,85.3h102.2c5.9,0,10.7-4.8,10.7-10.7 S208.5,64,202.6,64h-128c0,0,0,0,0,0s0,0,0,0C69.1,64,64.6,68.2,64,73.6z"/><path class="st0" d="M259.1,274.2l131.1,131.1H288c-5.9,0-10.7,4.8-10.7,10.7s4.8,10.7,10.7,10.7h127.9c2.8,0,5.5-1,7.6-3.1 c0.7-0.7,1.3-1.5,1.8-2.4c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.2-0.4,0.3-0.6c0-0.1,0.1-0.2,0.2-0.3c0.1-0.2,0.1-0.4,0.2-0.5 c0.1-0.2,0.1-0.3,0.2-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0.1-0.3,0.1-0.5 c0-0.3,0.1-0.7,0.1-1.1l0-128c0-5.9-4.8-10.7-10.7-10.7c-5.9,0-10.7,4.8-10.7,10.7l0,102.2L274.2,259.1c-4.2-4.2-10.9-4.2-15.1,0 C255,263.3,255,270.1,259.1,274.2z"/><path class="st0" d="M458.7,0H32C14.4,0,0,14.4,0,32v426.7c0,17.6,14.4,32,32,32h426.7c17.6,0,32-14.4,32-32V32 C490.7,14.4,476.3,0,458.7,0z M469.3,458.7L469.3,458.7c0,5.9-4.8,10.7-10.7,10.7H32c-5.9,0-10.7-4.8-10.7-10.7V32 c0-5.9,4.8-10.7,10.7-10.7h426.7c5.9,0,10.7,4.8,10.7,10.7V458.7z"/></svg>');
}
.post-card .category-card__button-action span {
  color: #004A57;
  font-weight: 700;
}

.single-hero-section {
  padding-top: 105px;
}
.size-gallery-wrapper .size-gallery-swiper {
  max-width: 68%;
  width: 100%;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .size-gallery-wrapper .size-gallery-swiper {
    max-width: 100%;
  }
}

.swiper {
  touch-action: pan-y;
  max-width: calc(100vw - 45px);
  width: 100% !important;
  overflow: hidden;
}
.swiper-wrapper {
  max-width: 100%;
  width: 100%;
}

.slide-img-wrap__small {
  position: relative;
  padding-bottom: 56.25%;
}
.slide-img-wrap__small img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
}

.slide-img-wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.slide-img-wrap img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
}

.gallery-thumbs {
  margin-top: 10px;
  max-width: calc(40vw - 45px);
}
@media only screen and (max-width: 1024px) {
  .gallery-thumbs {
    max-width: calc(100vw - 45px);
  }
}
.gallery-thumbs .swiper-wrapper {
  justify-content: center;
}
.gallery-thumbs .swiper-slide {
  padding: 5px;
  border: 1px solid #82958F;
  border-radius: 5px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  transform: scale(0.88);
}

.size-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .size-gallery-wrapper {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.size-gallery__infos {
  padding-left: 24px;
  max-width: 32%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .size-gallery__infos {
    padding-left: 0;
    max-width: 100%;
  }
}

.post-title {
  color: #004A57;
  font-size: 32px;
  line-height: 130%;
  font-weight: 400;
  text-transform: uppercase;
}

.size-gallery__buttons {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 8px;
  overflow: auto;
  position: relative;
  transform: translate(0);
  scrollbar-width: none;
}
@media only screen and (max-width: 992px) {
  .size-gallery__buttons {
    margin-top: 15px;
  }
}
.size-gallery__buttons::-webkit-scrollbar {
  display: none;
}
.size-gallery__buttons .size-gallery__btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  outline: none;
  text-align: inherit;
  text-decoration: none;
  display: inline-block;
}
.size-gallery__buttons .size-gallery__btn:focus {
  outline: none;
}
.size-gallery__buttons .size-gallery__btn {
  padding: 7px 20px;
  flex-shrink: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #004A57;
}
@media only screen and (max-width: 992px) {
  .size-gallery__buttons .size-gallery__btn {
    padding: 7px 10px;
    font-size: 13px;
  }
}
.size-gallery__buttons .size-gallery__btn.is-active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #004A57;
}
.size-gallery__buttons .size-gallery__btn:not(:last-child) {
  margin-right: 6px;
}

.post-excerpt {
  color: #004A57;
  font-size: 18px;
  line-height: 22px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .size-gallery__buttons {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ab-hero-section {
  min-height: 600px;
  background-color: #000000;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section {
    min-height: 400px;
    padding-top: 100px;
  }
}
.ab-hero-section:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.ab-hero-section__main-panel {
  max-width: 476px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.ab-hero-section__main-panel .ab-hero-section__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #CFAE72;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section__main-panel .ab-hero-section__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.ab-hero-section__main-panel .ab-hero-section__desc {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .ab-hero-section__main-panel .ab-hero-section__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.ab-hero-section__main-panel .ab-hero-section__desc span {
  color: #CFAE72;
}

.materials-section {
  background-color: #004A57;
  margin-top: 7px;
}
.materials-section__main-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .materials-section__main-panel {
    flex-direction: column;
  }
}
.materials-section__image {
  position: relative;
  max-width: 560px;
  width: 100%;
  min-height: 550px;
}
@media only screen and (max-width: 1024px) {
  .materials-section__image {
    max-width: 460px;
  }
}
@media only screen and (max-width: 768px) {
  .materials-section__image {
    margin: 0 auto;
  }
}
.materials-section__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.materials-section.bonnel--material {
  position: relative;
  min-height: 600px;
}
.materials-section.bonnel--material .materials-section__descs {
  padding-right: 460px;
}
@media only screen and (max-width: 992px) {
  .materials-section.bonnel--material .materials-section__descs {
    padding-right: 0;
    padding-bottom: 400px;
  }
}
.materials-section.bonnel--material .materials-section__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: 596px;
  max-width: 596px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .materials-section.bonnel--material .materials-section__image {
    transform: translateY(0%);
    bottom: 0;
    top: auto;
    min-height: 350px;
    max-width: 350px;
  }
}
.materials-section.bonnel--material .materials-section__image img {
  width: 100%;
  height: 100%;
}
.materials-section__headline {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  word-break: break-all;
}
@media only screen and (max-width: 992px) {
  .materials-section__headline {
    font-size: 24px;
    line-height: 26px;
  }
}
.materials-section__headline span {
  color: #C6A456;
}
.materials-section__description {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-top: 26px;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (max-width: 992px) {
  .materials-section__description {
    font-size: 14px;
    line-height: 16px;
    margin-top: 14px;
  }
}
.materials-section__description span {
  color: #C6A456;
}
.materials-section__listing {
  margin-top: 15px;
}
.materials-section__listing h4 {
  color: #C6A456;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.materials-section__listing ul {
  list-style: disc;
  padding-left: 23px;
  margin-top: 10px;
}
.materials-section__listing ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}
.materials-section__listing ul li:not(:first-child) {
  margin-top: 7px;
}
.materials-section__listing ul li span {
  font-weight: 600;
}
.materials-section__descs {
  flex: 1;
  padding: 82px 0;
}
@media only screen and (max-width: 992px) {
  .materials-section__descs {
    padding: 30px 0;
  }
}

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