@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'Cera pro - Italic';
  src: url(/fonts/cera-pro-light-italic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-bold.otf);
  font-weight: 600;
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: 3rem;
  }
}
.landing-image {
  width: 90rem;
  max-width: calc(100% - 3rem);
  height: 39rem;
}
.landing-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 840px) {
  .landing-image {
    max-width: 100%;
    width: 100%;
    height: unset;
  }
}
.text-container {
  width: 68.5rem;
  max-width: calc(100% - 3rem);
}
.text-container p {
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .text-container h1 {
    text-align: left;
  }
}
.navbar {
  width: 90rem;
  max-width: calc(100% - 3rem);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.navbar .position-absolute {
  top: 0.5rem;
  right: 0;
}
.navbar .active-link {
  border-bottom: 2px solid #CBCFD4;
}
.navbar .inactive-link {
  border-bottom: 2px solid transparent;
}
@media (max-width: 1024px) {
  .navbar {
    display: none;
  }
}
.menu,
.articles-menu {
  width: 90rem;
  max-width: calc(100% - 3rem);
}
.menu-observer,
.articles-menu-observer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
}
.menu-container,
.articles-menu-container {
  height: 6.25rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .menu-container,
  .articles-menu-container {
    background-color: #fff;
    top: 0 !important;
    display: flex !important;
  }
}
.menu-container.hidden,
.articles-menu-container.hidden {
  top: -6.25rem;
}
@media (max-width: 1024px) {
  .menu-logo .logo-desktop,
  .articles-menu-logo .logo-desktop {
    display: none;
  }
}
.menu-logo .logo-mobile,
.articles-menu-logo .logo-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .menu-logo .logo-mobile,
  .articles-menu-logo .logo-mobile {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .menu-desktop,
  .articles-menu-desktop {
    display: none;
  }
}
.menu-toggle,
.articles-menu-toggle {
  display: none;
  margin: auto 0 auto auto;
}
@media (max-width: 1024px) {
  .menu-toggle,
  .articles-menu-toggle {
    display: initial;
  }
}
.menu .dropdown-indicator img,
.articles-menu .dropdown-indicator img {
  transform: rotate(90deg);
  height: 1rem;
  width: 1rem;
  object-fit: contain;
  margin: auto;
  transition: transform 0.3s;
}
.menu .dropdown-indicator.active img,
.articles-menu .dropdown-indicator.active img {
  transform: rotate(270deg);
}
.menu .active-link,
.articles-menu .active-link {
  border-bottom: 2px solid #CBCFD4;
}
.menu .inactive-link,
.articles-menu .inactive-link {
  border-bottom: 2px solid transparent;
}
.sub-menu {
  z-index: 9999;
  top: 0;
  height: 5rem;
}
.sub-menu.hidden {
  top: -6.25rem;
}
.sub-menu.active {
  top: 6.25rem;
}
.sub-menu .active-link {
  border-bottom: 2px solid #6F174E;
}
.sub-menu .inactive-link {
  border-bottom: 2px solid transparent;
}
.moved-left {
  padding-left: calc(44px + 4rem);
}
@media (max-width: 1024px) {
  .articles-menu-container {
    display: none;
  }
}
.with-dropdown a {
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
}
.with-dropdown a:hover {
  border-bottom: 3px solid #CBCFD4;
}
.with-dropdown:hover .dropdown {
  display: flex;
}
.with-dropdown .dropdown {
  display: none;
  top: calc(100% + 3px);
  left: -2rem;
  z-index: 500;
  min-width: 10rem;
  width: min-content;
}
.with-dropdown .dropdown a {
  width: max-content;
  border-bottom: 0;
}
.with-dropdown .dropdown a:last-of-type {
  margin-bottom: 0;
}
.with-dropdown .with-sub-dropdown:hover .sub-dropdown {
  display: flex;
}
.with-dropdown .with-sub-dropdown .sub-dropdown {
  display: none;
  left: calc(100% + 0px);
  top: 0;
  z-index: 500;
  min-width: 10rem;
  width: min-content;
  flex-direction: column;
  position: absolute;
}
.with-dropdown .with-sub-dropdown .sub-dropdown a {
  width: max-content;
  border-bottom: 0;
}
.with-dropdown .with-sub-dropdown .sub-dropdown a:last-of-type {
  margin-bottom: 0;
}
.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  transition: opacity 0.3s;
  opacity: 0;
}
.mobile-menu-search {
  padding-left: 3%;
  padding-right: 3%;
}
.mobile-menu-search .search {
  width: 250px;
  min-width: 50%;
  flex: 1;
}
.mobile-menu-search .search input {
  padding: 6px 10px;
}
.mobile-menu-search .search:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 0;
  border-bottom: 1px solid #6F174E;
  transition: max-width 0.3s;
}
.mobile-menu-search .search:focus-within:after {
  max-width: 100%;
}
.mobile-menu-item .title {
  width: 450px;
  max-width: calc(100% - 10rem);
}
.mobile-menu-contact {
  width: 450px;
  max-width: calc(100% - 10rem);
}
.mobile-menu-footer {
  background-color: #552d4d;
  padding: 3% 1.5rem;
}
.mobile-dropdown {
  transition: background-color 0.3s;
}
.mobile-dropdown-line {
  display: none;
}
.mobile-dropdown-arrow-dark {
  display: none;
}
.mobile-dropdown-items {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 0.6s;
}
.mobile-dropdown.in-search {
  background-color: #CBCFD4;
}
.mobile-dropdown.in-search .mobile-dropdown-arrow {
  display: none;
}
.mobile-dropdown.in-search .mobile-dropdown-arrow-dark {
  display: initial;
}
.mobile-dropdown.in-search .text-grey {
  color: #6F174E;
}
.mobile-dropdown.in-search .border-thin-bottom--grey {
  border-bottom-color: #6F174E;
}
.mobile-dropdown.active {
  background-color: #CBCFD4;
}
.mobile-dropdown.active .mobile-dropdown-arrow {
  display: none;
}
.mobile-dropdown.active .mobile-dropdown-arrow-dark {
  display: none;
}
.mobile-dropdown.active .mobile-dropdown-line {
  display: initial;
}
.mobile-dropdown.active .text-grey {
  color: #6F174E;
}
.mobile-dropdown.active .border-thin-bottom--grey {
  border-bottom-color: #6F174E;
}
.mobile-dropdown.active .mobile-dropdown-items {
  max-height: 600px;
}
.mobile-inner-dropdown {
  transition: background-color 0.3s;
}
.mobile-inner-dropdown-line {
  display: none;
}
.mobile-inner-dropdown-items {
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: max-height 0.6s;
}
.mobile-inner-dropdown.active {
  background-color: #CBCFD4;
}
.mobile-inner-dropdown.active .mobile-inner-dropdown-arrow {
  display: none;
}
.mobile-inner-dropdown.active .mobile-inner-dropdown-line {
  display: initial;
}
.mobile-inner-dropdown.active .text-grey {
  color: #6F174E;
}
.mobile-inner-dropdown.active .border-thin-bottom--grey {
  border-bottom-color: #6F174E;
}
.mobile-inner-dropdown.active .mobile-inner-dropdown-items {
  max-height: 600px;
}
.element {
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4px;
  background-color: #CBCFD4;
}
.element div {
  content: '';
  display: block;
  margin: auto;
  height: 6px;
  width: 40%;
  background-color: #6F174E;
  position: relative;
  top: -1px;
  transition: left 0.5s;
}
.categories {
  width: 74.75rem;
  flex-wrap: wrap;
  position: relative;
  top: -5rem;
  max-width: calc(100% - 3rem);
}
.categories .category {
  width: 22rem;
  max-width: calc(33% - 3.3rem);
}
.categories .category-image {
  width: 100%;
  height: 15.5rem;
}
.categories .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .categories .category-image {
    height: 100px;
  }
}
.categories .category-text {
  flex: 1;
}
.categories .category:nth-of-type(3n + 1) {
  margin-right: 5rem;
}
.categories .category:nth-of-type(3n + 3) {
  margin-left: 5rem;
}
.categories .category:last-of-type {
  margin-right: auto;
}
.categories .more-button {
  height: 1.875rem;
  width: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .categories {
    justify-content: space-between;
  }
  .categories .category {
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    margin-bottom: 3rem;
  }
  .categories .category:nth-of-type(3n + 2) {
    margin-left: unset;
    margin-right: unset;
  }
  .categories .category:nth-of-type(3n + 1) {
    margin-right: unset;
  }
  .categories .category:nth-of-type(3n + 3) {
    margin-left: unset;
  }
  .categories .category:nth-of-type(5) {
    margin-bottom: 0;
  }
  .categories .category:nth-of-type(6) {
    margin-bottom: 0;
  }
  .categories .category:last-of-type {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .categories {
    justify-content: space-between;
  }
  .categories .category {
    width: calc(50% - 1rem);
    max-width: 30rem;
    margin-left: unset !important;
    margin-right: unset !important;
    margin-bottom: 3rem;
  }
  .categories .category-text a {
    margin-bottom: auto;
  }
  .categories .category-text p {
    display: none;
    margin-bottom: auto;
  }
  .categories .category-text a.border-thin--dark {
    display: none;
  }
}
@media (max-width: 480px) {
  .categories.type-2 {
    max-width: 100%;
    top: 0;
  }
  .categories.type-2 .category {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    flex-direction: row;
  }
  .categories.type-2 .category-image {
    margin-bottom: 0;
    flex: 0 0 50%;
    height: 130px;
  }
  .categories.type-2 .category-text {
    padding: 1.5rem;
    justify-content: space-between;
    flex: 0 1 100%;
  }
  .categories.type-2 .category-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .categories.type-2 .category-text .line {
    width: 40px;
    height: 2px;
    background-color: #CBCFD4;
    display: flex !important;
    margin-left: auto;
    align-content: center;
  }
  .categories.type-2 .category-text .line:after {
    display: block;
    content: '';
    height: 4px;
    width: 28px;
    position: relative;
    top: -1px;
    background-color: #6F174E;
  }
  .categories.type-2 .category:nth-of-type(2n) .category-text {
    background-color: #6F174E;
  }
  .categories.type-2 .category:nth-of-type(2n) .category-text p,
  .categories.type-2 .category:nth-of-type(2n) .category-text a,
  .categories.type-2 .category:nth-of-type(2n) .category-text span {
    color: white;
  }
  .categories.type-2 .category:nth-of-type(2n) .category-text .border-thin--dark {
    border-color: white;
  }
  .categories.type-2 .category:nth-of-type(2n) .category-text .line:after {
    background-color: #fff;
  }
  .categories.type-2 .category:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
  }
  .categories.type-2 .category:nth-of-type(2n + 1) .category-text {
    background-color: #E3E3E3;
  }
}
.footer {
  width: 90rem;
  max-width: calc(100% - 3rem);
}
@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer-container .logo {
    margin: 0 auto 3rem;
  }
  .footer-container .logo-outer {
    display: initial !important;
  }
}
@media (max-width: 768px) {
  .footer-container {
    padding-bottom: 1rem;
  }
}
.footer-container .logo {
  height: 10.5rem;
  width: 10.5rem;
}
.footer-container .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .footer .logo {
    display: none;
  }
}
.footer .mobile-link {
  display: none;
}
@media (max-width: 768px) {
  .footer .mobile-link {
    display: initial;
  }
}
@media (max-width: 768px) {
  .footer .mobile-links a {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer .mobile-hidden {
    display: none;
  }
}
@media (max-width: 580px) {
  .footer-highlight {
    font-size: 2.5rem;
  }
}
@media (max-width: 420px) {
  .footer-highlight {
    font-size: 2rem;
  }
}
.footer .social img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .footer .social {
    flex-direction: row;
    justify-content: center;
  }
  .footer .social a {
    margin: 3rem 1rem 0;
  }
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-link {
    font-weight: 300;
    font-size: 16px;
  }
}
.h-400 {
  height: 25rem;
}
@media (max-width: 768px) {
  .h-400 {
    height: 150px;
  }
}
.copyright {
  height: 5rem;
  width: 90rem;
  max-width: calc(100% - 3rem);
}
@media (max-width: 768px) {
  .copyright {
    justify-content: center;
    flex-direction: column;
    height: 42px;
  }
  .copyright p {
    margin: 1rem auto;
  }
  .copyright p:last-of-type {
    display: none;
  }
}
.slider {
  overflow: hidden;
  width: 59rem;
  height: 38.5rem;
  max-width: calc(100% - 5rem);
}
.slider-container {
  width: 64rem;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
.slider-container img {
  width: 1rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .slider-container {
    display: none;
  }
}
.slider img {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: cover;
  transition: margin 0.5s;
}
.stacked-cards ul {
  height: 100%;
  max-width: 80%;
}
.stacked-cards ul li {
  height: 80%;
}
.stacked-cards ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mobile-slider {
  height: 24rem;
  width: 100vw;
  position: relative;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .mobile-slider {
    display: none;
  }
}
.mobile-slider img {
  width: 70%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: height 0.3s ease, transform 0.3s ease, z-index 0.3s ease;
}
/*# sourceMappingURL=main.css.map */