/**
* Mixins Responsive Design
*/
.default-p1-1920 section {
  position: relative;
}
.default-p1-1920 .default-p1-header {
  background-color: transparent;
  position: fixed;
}
@media (min-width: 320px) {
  .default-p1-1920 .container,
  .default-p1-1920 .container-lg,
  .default-p1-1920 .container-md,
  .default-p1-1920 .container-sm,
  .default-p1-1920 .container-xl,
  .default-p1-1920 .container-xxl,
  .default-p1-1920 .container-xxxl {
    max-width: 1920px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .default-p1-1920 .container,
  .default-p1-1920 .container-lg,
  .default-p1-1920 .container-md,
  .default-p1-1920 .container-sm,
  .default-p1-1920 .container-xl,
  .default-p1-1920 .container-xxl,
  .default-p1-1920 .container-xxxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .default-p1-1920 .container,
  .default-p1-1920 .container-lg,
  .default-p1-1920 .container-md,
  .default-p1-1920 .container-sm,
  .default-p1-1920 .container-xl,
  .default-p1-1920 .container-xxl,
  .default-p1-1920 .container-xxxl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .default-p1-1920 .container,
  .default-p1-1920 .container-lg,
  .default-p1-1920 .container-md,
  .default-p1-1920 .container-sm,
  .default-p1-1920 .container-xl,
  .default-p1-1920 .container-xxl,
  .default-p1-1920 .container-xxxl {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1920px) {
  .default-p1-1920 .container,
  .default-p1-1920 .container-lg,
  .default-p1-1920 .container-md,
  .default-p1-1920 .container-sm,
  .default-p1-1920 .container-xl,
  .default-p1-1920 .container-xxl,
  .default-p1-1920 .container-xxxl {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.default-p1-1920 .navbar-p1 .container {
  background-color: transparent;
}
.default-p1-1920 .navbar-p1 .container .hamburger-inner {
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-inner:before {
  top: -8px;
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-inner:after {
  bottom: -8px;
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box {
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger {
  color: #fff;
  padding: 15px 0 15px 15px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger.is-active:hover, .default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger:hover {
  opacity: 1;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger.is-active .hamburger-inner,
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger.is-active .hamburger-inner::before,
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger.is-active .hamburger-inner::after {
  border-radius: 0;
  background-color: #fff;
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger .hamburger-inner,
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger .hamburger-inner::before,
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger .hamburger-inner::after {
  border-radius: 0;
  background-color: #fff;
  width: 30px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger .hamburger-inner::before {
  top: -8px;
}
.default-p1-1920 .navbar-p1 .container .hamburger-box .hamburger .hamburger-inner::after {
  bottom: -8px;
}
.default-p1-1920 .navbar-p1 .container .logo .logo-dark {
  display: none;
}
.default-p1-1920 .navbar-p1 .container .logo .logo-light {
  display: block;
}
.default-p1-1920 .navbar-p1 .container .custom-mini-cart .cart-button-icon .dark {
  display: none;
}
.default-p1-1920 .navbar-p1 .container .custom-mini-cart.is-active .cart-button-icon .light {
  display: none;
}
.default-p1-1920 .navbar-p1 .container .custom-mini-cart.is-active .cart-button-icon .dark {
  display: block;
  margin-top: 5px;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children {
  position: relative;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children::after {
  background-image: url(../img/dropdown-arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  content: "";
  font-size: 14px;
  height: 24px;
  line-height: normal;
  position: absolute;
  pointer-events: auto;
  right: 5px;
  top: 12px;
  width: 24px;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children.active::after {
  background-image: url(../img/dropdown-arrow.png);
  content: "";
  transform: rotate(180deg);
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children.active .sub-menu {
  display: flex !important;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu {
  display: none !important;
  margin: 20px 0 2px 0 !important;
  padding: 0 !important;
  position: relative;
  width: max-content;
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu {
    position: absolute;
  }
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li {
  margin: 0 0 10px 0;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li:last-child {
  margin: 0;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children::after {
  background-image: url(../img/dropdown-arrow.png);
  background-size: 24px;
  background-repeat: no-repeat;
  content: "";
  font-size: 14px;
  height: 24px;
  line-height: normal;
  position: absolute;
  pointer-events: auto;
  right: 5px;
  top: 12px;
  width: 24px;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children.active::after {
  background-image: url(../img/dropdown-arrow.png);
  content: "";
  transform: rotate(180deg);
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children.active .sub-menu {
  display: flex !important;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  display: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  width: max-content;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li {
  margin: 0 0 10px 0;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:first-child {
  padding: 8px 0 0 0 !important;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:last-child {
  margin: 0;
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
    font-size: 20px;
  }
}
.default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  display: flex !important;
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item {
    margin: 0 20px 0 0;
    padding: 20px 0 20px 0;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children::after {
    display: none;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu {
    display: none !important;
    flex-direction: column !important;
    margin: 20px 0 0 0 !important;
    padding: 0 0 23px 0 !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu:hover {
    display: flex !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li {
    padding: 8px 0 0 0 !important;
    margin: 0 !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li:first-child {
    padding: 20px 0 0 0 !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 20px;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu {
    display: flex !important;
    padding: 0 0 20px 0 !important;
    margin: 20px 0 0 0 !important;
    position: absolute;
    width: max-content;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children {
    position: relative;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children::after {
    background-image: url(../img/dropdown-arrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
    content: "";
    font-size: 14px;
    height: 24px;
    line-height: normal;
    position: absolute;
    pointer-events: auto;
    right: 5px;
    top: 12px;
    width: 24px;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children.active::after {
    background-image: url(../img/dropdown-arrow.png);
    content: "";
    transform: rotate(180deg);
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children.active .sub-menu {
    display: flex !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu {
    display: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: max-content;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu {
    position: relative;
  }
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu li {
    margin: 0 0 10px 0;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu li:first-child {
    padding: 8px 0 0 0 !important;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu li:last-child {
    margin: 0;
  }
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu li a {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children .sub-menu li a {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item.menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
    display: flex !important;
  }
}
.default-p1-1920 .navbar-p1 .container .menu-item a {
  font-family: "AeonikPro-Medium";
  color: #ffffff !important;
}
.default-p1-1920 .navbar-p1 .container .menu-item a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar-p1 .container .menu-item a {
    padding: 0 20px;
  }
}
.default-p1-1920 .navbar-p1 .container .wpml-ls-current-language a {
  color: #ffffff !important;
}
.default-p1-1920 .navbar-p1 .container .wpml-ls-current-language a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media (max-width: 991.98px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .wpml-ls-item {
    color: rgba(0, 0, 0, 0.6);
    font-family: "AeonikPro-Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .wpml-ls-item:hover {
    color: rgb(0, 0, 0);
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse ul {
    margin: 60px 0 85px 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse ul li {
    margin: 0 0 18px 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse ul li a {
    color: #000 !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse ul li a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .custom-mini-cart {
    margin: 30px 0 0 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .custom-mini-cart .wc-menu-cart__toggle-button {
    right: 5px;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .some-wrapper {
    width: 100%;
    margin: 0 0 86px 0;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .some-wrapper {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 991.98px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .some-wrapper ul {
    border-top: 2px solid #000;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse .some-wrapper ul li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: calc(100vh - 65px);
    overflow-y: overlay;
    width: 100%;
    overflow-x: clip;
    justify-content: flex-start;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show {
    display: block;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show ul {
    margin: 60px 0 85px 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show ul li {
    margin: 0 0 18px 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show ul li a {
    color: #000 !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show ul li a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .custom-mini-cart {
    margin: 30px 0 0 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .some-wrapper {
    margin: 0 0 86px 0;
    width: 100%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .some-wrapper {
    margin: 0 0 120px 0;
  }
}
@media (max-width: 991.98px) {
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .some-wrapper ul {
    border-top: 2px solid #000;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .some-wrapper ul li {
    margin: 0 30px 0 0;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls {
    height: fit-content;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls .wpml-ls-item a {
    color: rgba(0, 0, 0, 0.6) !important;
    font-family: "AeonikPro-Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls .wpml-ls-item a:hover {
    color: rgb(0, 0, 0);
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls .wpml-ls-item:last-child::before {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls .wpml-ls-current-language a {
    color: #000 !important;
  }
  .default-p1-1920 .navbar-p1 .container .navbar-collapse.show .lang-switcher .wpml-ls .wpml-ls-current-language a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
  }
}
.default-p1-1920 .navbar-p1.dark {
  background-color: #fff;
}
.default-p1-1920 .navbar-p1.dark .container .hamburger-inner {
  background-color: #000;
}
.default-p1-1920 .navbar-p1.dark .container .hamburger-inner::before, .default-p1-1920 .navbar-p1.dark .container .hamburger-inner::after {
  background-color: #000;
}
.default-p1-1920 .navbar-p1.dark .container .cart-button-icon .light {
  display: none;
}
.default-p1-1920 .navbar-p1.dark .container .cart-button-icon .dark {
  display: block;
  margin-top: 5px;
}
.default-p1-1920 .navbar-p1.dark .container .logo .logo-dark {
  display: block;
}
.default-p1-1920 .navbar-p1.dark .container .logo .logo-light {
  display: none;
}
.default-p1-1920 .navbar-p1.dark .container .menu-item a {
  color: #000 !important;
}
.default-p1-1920 .navbar-p1.dark .container .menu-item a:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.default-p1-1920 .navbar-p1.dark .container .sub-menu {
  background-color: #fff;
  position: absolute;
  padding: 0 0 20px 0 !important;
}
.default-p1-1920 .navbar-p1.dark .container .wpml-ls-current-language a {
  color: #000 !important;
}
.default-p1-1920 .navbar-p1.dark .container .wpml-ls-current-language a:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}
.default-p1-1920 .navbar-p1.is-active .container {
  background-color: #fff;
}
.default-p1-1920 .navbar-p1.is-active .container .logo .logo-dark {
  display: block;
}
.default-p1-1920 .navbar-p1.is-active .container .logo .logo-light {
  display: none;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger {
  color: #000;
  padding: 15px 0 15px 15px;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger.is-active:hover, .default-p1-1920 .navbar-p1.is-active .container .hamburger:hover {
  opacity: 1;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger.is-active .hamburger-inner,
.default-p1-1920 .navbar-p1.is-active .container .hamburger.is-active .hamburger-inner::before,
.default-p1-1920 .navbar-p1.is-active .container .hamburger.is-active .hamburger-inner::after {
  border-radius: 0;
  background-color: #000;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger .hamburger-inner,
.default-p1-1920 .navbar-p1.is-active .container .hamburger .hamburger-inner::before,
.default-p1-1920 .navbar-p1.is-active .container .hamburger .hamburger-inner::after {
  border-radius: 0;
  background-color: #000;
  width: 30px;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger .hamburger-inner::before {
  top: -8px;
}
.default-p1-1920 .navbar-p1.is-active .container .hamburger .hamburger-inner::after {
  bottom: 0;
}
.default-p1-1920 .navbar-p1.is-active .container .navbar-collapse ul li a {
  color: #000 !important;
}
.default-p1-1920 .navbar-p1.is-active .container .navbar-collapse .some-wrapper ul li a {
  color: transparent !important;
  content: "";
}
.default-p1-1920 .navbar-p1.is-active .container .cart-button-icon .light {
  display: none;
}
.default-p1-1920 .navbar-p1.is-active .container .cart-button-icon .dark {
  display: block;
  margin-top: 5px;
}
.default-p1-1920 .navbar {
  background: none;
}
.default-p1-1920 .navbar .navbar-toggler {
  color: #fff;
  padding: 15px 0;
}
.default-p1-1920 .navbar .navbar-toggler .hamburger-inner {
  background-color: #fff;
}
.default-p1-1920 .navbar .navbar-toggler .hamburger-inner::before, .default-p1-1920 .navbar .navbar-toggler .hamburger-inner::after {
  background-color: #fff;
}
.default-p1-1920 .navbar .navbar-collapse {
  width: 100%;
}
.default-p1-1920 .navbar .navbar-collapse .navbar-brand {
  display: none;
}
@media (min-width: 992px) {
  .default-p1-1920 .navbar .navbar-collapse .navbar-brand {
    display: block;
    margin-right: 85px;
  }
}
.default-p1-1920 .navbar .navbar-collapse .navbar-brand .logo {
  font-size: small;
  line-height: normal;
  left: auto;
  padding: 12px 0;
  position: relative;
  top: auto;
  width: 120px;
}
.default-p1-1920 .navbar .navbar-collapse .navbar-brand .logo img {
  width: 100%;
}
.default-p1-1920 .navbar .navbar-collapse ul {
  width: 100%;
}
.default-p1-1920 .navbar .navbar-collapse ul li a {
  color: #fff;
}
.default-p1-1920 .navbar .navbar-collapse .some-wrapper ul li a {
  color: transparent;
  content: "";
}
.default-p1-1920 .navbar .navbar-collapse .custom-mini-cart .wc-menu-cart__toggle-button {
  border: 2px solid transparent;
}
.default-p1-1920 .navbar .navbar-collapse .custom-mini-cart.is-active .wc-menu-cart__toggle-button {
  background-color: #fff;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: none;
  border-left: 2px solid #000;
}
.default-p1-1920 .navbar.is-active {
  background-color: #fff;
}
.default-p1-1920 .navbar.is-active .navbar-toggler {
  color: #163730;
}
.default-p1-1920 .navbar.is-active .navbar-toggler .hamburger-inner {
  background-color: #163730;
}
.default-p1-1920 .navbar.is-active .navbar-toggler .hamburger-inner::before, .default-p1-1920 .navbar.is-active .navbar-toggler .hamburger-inner::after {
  background-color: #163730;
}
.default-p1-1920 .navbar.is-active .navbar-collapse ul li a {
  color: #163730;
}
.default-p1-1920 .navbar.is-active .navbar-collapse .some-wrapper ul li a {
  color: transparent;
  content: "";
}

/**
* Navbar Collapse Mobile
**/
/**
* Footer
**/
footer .footer-home-p1-1920 {
  position: relative;
  padding: 120px 0 0 0;
}
@media (min-width: 992px) {
  footer .footer-home-p1-1920 {
    padding: 300px 0 0 0;
  }
}
footer .footer-home-p1-1920 .footer-primary-wrapper title {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  footer .footer-home-p1-1920 .footer-primary-wrapper title {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
footer .footer-home-p1-1920 .footer-primary-wrapper ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 992px) {
  footer .footer-home-p1-1920 .footer-primary-wrapper ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  footer .some-wrapper .some-nav {
    justify-content: space-between;
  }
}
footer .some-wrapper .some-nav li {
  margin: 0 30px 0 0 !important;
}
@media (min-width: 768px) {
  footer .some-wrapper .some-nav li {
    margin: 0 80px 0 0 !important;
  }
}
@media (min-width: 992px) {
  footer .some-wrapper .some-nav li {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  footer .some-wrapper .some-nav li {
    margin: 0 !important;
  }
}
footer .some-wrapper .some-nav li:last-of-type {
  margin: 0 !important;
}

.hero-video-home-p1 {
  left: 0;
  padding: 140px 0 0 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero-video-home-p1 {
    padding: 140px 0 0 0;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 {
    height: 100vh;
    min-height: 100vh;
  }
}
.hero-video-home-p1 .background {
  overflow: hidden;
  z-index: -2;
}
.hero-video-home-p1 .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.hero-video-home-p1 .background .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.hero-video-home-p1 .background .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.hero-video-home-p1 .background .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.hero-video-home-p1 .background .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.hero-video-home-p1 .background .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.hero-video-home-p1 .background .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.hero-video-home-p1 .background .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.hero-video-home-p1 .background .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.hero-video-home-p1 .background .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.hero-video-home-p1 .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-video-home-p1.add-mrg-btm h1 {
  margin-bottom: 20vh;
}
@media (min-width: 768px) {
  .hero-video-home-p1.add-mrg-btm h1 {
    margin: 0;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1.add-mrg-btm h1 {
    padding-bottom: 85.7142857143px;
  }
}
@media (min-width: 1200px) {
  .hero-video-home-p1.add-mrg-btm h1 {
    padding-bottom: 85.7142857143px;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1.add-mrg-btm h1 {
    padding-bottom: 85.7142857143px;
  }
}
@media (min-width: 1920px) {
  .hero-video-home-p1.add-mrg-btm h1 {
    padding-bottom: 140px;
  }
}
.hero-video-home-p1 .scroll-cta {
  align-items: center;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .scroll-cta {
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .scroll-cta {
    bottom: 20px;
  }
}
.hero-video-home-p1 .scroll-cta .cta {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
    visibility: visible;
  }
}
.hero-video-home-p1 .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero-video-home-p1 .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.hero-video-home-p1 .scroll-cta .chevron svg path {
  stroke: #fff;
}
.hero-video-home-p1 .overlay-shadow {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero-video-home-p1 .overlay-shadow img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-video-home-p1 .logo-wrapper {
  height: auto;
  right: 0;
  position: absolute;
  top: 150px;
  width: auto;
  max-width: 128px;
}
@media (min-width: 992px) {
  .hero-video-home-p1 .logo-wrapper {
    max-width: 148px;
    top: 7.8125vw;
    width: 7.7101002313vw;
  }
}
.hero-video-home-p1 .logo-wrapper img {
  height: auto;
  width: 100%;
}
.hero-video-home-p1 .pre-headline {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .pre-headline {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .hero-video-home-p1 .pre-headline {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1 .pre-headline {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .hero-video-home-p1 .pre-headline {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 40px 0;
  }
}
.hero-video-home-p1 h1 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 46px !important;
  font-style: normal;
  hyphens: auto;
  line-height: 100%;
  font-style: normal;
  margin-bottom: 28px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 h1 {
    font-size: 46px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 46px 0;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 h1 {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 75.7142857143px;
    margin: 0 0 45.7142857143px 0;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1 h1 {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 75.7142857143px;
    margin: 0 0 45.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .hero-video-home-p1 h1 {
    font-size: 96px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 64px 0;
  }
}
.hero-video-home-p1 h1 .hide-headline {
  display: none;
}
.hero-video-home-p1 .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20vh;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .cta-wrapper {
    justify-content: start;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .cta-wrapper {
    margin-bottom: 85.7142857143px;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1 .cta-wrapper {
    margin-bottom: 85.7142857143px;
  }
}
@media (min-width: 1920px) {
  .hero-video-home-p1 .cta-wrapper {
    justify-content: start;
    margin-bottom: 140px;
  }
}
.hero-video-home-p1 .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .cta-wrapper .cta {
    margin: 0 16px 12px 0;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .cta-wrapper .cta {
    margin: 0 24px 12px 0;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1 .cta-wrapper .cta {
    margin: 0 24px 12px 0;
  }
}
.hero-video-home-p1 .cta-wrapper .cta:last-child {
  margin-right: 0;
}
.hero-video-home-p1 .cta-wrapper .cta .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .hero-video-home-p1 .cta-wrapper .cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .hero-video-home-p1 .cta-wrapper .cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .hero-video-home-p1 .cta-wrapper .cta .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.hero-video-home-p1 .cta-wrapper .cta .btn:hover {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: #000;
}
.hero-video-home-p1 .cta-wrapper .cta .btn.btn-dark {
  border: 2px solid rgb(255, 255, 255);
  background: #fff;
  color: #000;
}
.hero-video-home-p1 .cta-wrapper .cta .btn.btn-dark:hover {
  border: 2px solid rgb(255, 255, 255);
  background: #fff;
  color: #000;
}

/**
* Hero Blog
**/
.hero-blog-p1 {
  left: 0;
  top: 0;
}
.hero-blog-p1 .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-blog-p1 .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.hero-blog-p1 .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-blog-p1 .category {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: 2.24px;
  margin: 0 0 28px 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero-blog-p1 .category {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 3.36px;
    margin: 0 0 40px 0;
  }
}
.hero-blog-p1 h1 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .hero-blog-p1 h1 {
    color: #fff;
    font-family: "AeonikPro-Medium";
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .hero-blog-p1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
  }
}

.reading-time {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 120px 0;
  position: relative;
}
@media (min-width: 992px) {
  .reading-time {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 180px 0;
  }
}

/**
* Double Image
**/
.double-image {
  background-color: #fff;
  height: 100%;
  z-index: 0;
}
.double-image.show-margins {
  padding: 0 12px 0 12px;
}
@media (min-width: 768px) {
  .double-image.show-margins {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .double-image.show-margins {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .double-image.show-margins {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .double-image.show-margins {
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .double-image.show-margins {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .double-image {
    max-height: unset;
  }
}
@media (min-width: 992px) {
  .double-image {
    max-height: unset;
  }
}
.double-image .image-wrapper {
  padding: 0 12px;
  height: 300px;
}
.double-image .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .double-image .image-wrapper {
    height: 512px;
  }
}
@media (min-width: 992px) {
  .double-image .image-wrapper {
    height: auto;
    max-height: 100%;
  }
  .double-image .image-wrapper img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
  }
}
@media (min-width: 2560px) {
  .double-image .image-wrapper {
    height: 41.6666666667vw;
  }
}
.double-image.show-both-images .container {
  padding: 0 16px 0 16px;
}
@media (min-width: 768px) {
  .double-image.show-both-images .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .double-image.show-both-images .container {
    padding: 0 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .double-image.show-both-images .container {
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 1400px) {
  .double-image.show-both-images .container {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 1920px) {
  .double-image.show-both-images .container {
    padding: 0 80px 0 80px;
  }
}
.double-image.show-both-images .image-wrapper {
  padding: 0;
}
@media (min-width: 1200px) {
  .double-image.show-both-images .image-wrapper {
    padding: 0 12px;
  }
}
.double-image.show-both-images .show-under .image-wrapper {
  height: 300px;
  width: 100%;
  margin: 0;
}
.double-image.show-both-images .show-under .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .double-image.show-both-images .show-under .image-wrapper {
    height: 512px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .double-image.show-both-images .show-under .image-wrapper {
    height: 100%;
    width: 100%;
  }
}
.double-image.show-both-images .show-under.bigger-image-on-tablet .image-wrapper {
  height: 512px;
  padding: 0 12px 12px 12px;
}
@media (min-width: 768px) {
  .double-image.show-both-images .show-under.bigger-image-on-tablet .image-wrapper {
    height: 800px;
    width: 100%;
    padding: 0 12px 20px 12px;
  }
}
@media (min-width: 1200px) {
  .double-image.show-both-images .show-under.bigger-image-on-tablet .image-wrapper {
    height: 100%;
    width: 100%;
    padding: 0 12px;
  }
}

/**
* Image Large Content
**/
.image-large-content {
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.image-large-content.top-margin-tablet {
  padding: 0;
}
@media (min-width: 768px) {
  .image-large-content.top-margin-tablet {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .image-large-content.top-margin-tablet {
    padding-top: 0;
  }
}
.image-large-content.top-margin-desktop {
  padding: 0;
}
@media (min-width: 768px) {
  .image-large-content.top-margin-desktop {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .image-large-content.top-margin-desktop {
    padding-top: 80px;
  }
}
.image-large-content.bottom-margin {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .image-large-content.bottom-margin {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .image-large-content.bottom-margin {
    padding-bottom: 80px;
  }
}
.image-large-content .wrapper {
  height: 80vh;
  max-height: none;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .image-large-content .wrapper {
    height: 100%;
    min-height: 41.6666666667vw;
    max-height: none;
  }
}
@media (min-width: 2560px) {
  .image-large-content .wrapper {
    height: 100%;
    min-height: 31.328320802vw;
    max-height: none;
  }
}
.image-large-content .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.image-large-content .wrapper .background .image-wrapper {
  height: 100%;
  width: 100%;
}
@media (min-width: 2560px) {
  .image-large-content .wrapper .background .image-wrapper {
    height: 100%;
    min-height: 29.7619047619vw;
    /*max-height: calc(100vw/2.4);*/
    max-height: none;
  }
}
.image-large-content .wrapper .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-large-content .wrapper .logo-wrapper {
  height: auto;
  left: 0;
  position: absolute;
  top: 46px;
  width: 105px;
}
@media (min-width: 992px) {
  .image-large-content .wrapper .logo-wrapper {
    top: 3.1328320802vw;
    width: 7.6394194041vw;
  }
}
.image-large-content .wrapper .logo-wrapper img {
  height: auto;
  width: 100%;
}
.image-large-content .wrapper .content-all {
  padding: 150px 0 0 0;
}
@media (min-width: 992px) {
  .image-large-content .wrapper .content-all {
    padding: 7.1326676177vw 0 80px 0;
  }
}
@media (min-width: 1400px) {
  .image-large-content .wrapper .content-all {
    padding: 7.1326676177vw 0 57.1428571429px 0;
  }
}
.image-large-content .wrapper .content-all .title {
  color: #fff;
  font-size: 46px;
  line-height: 100%;
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .image-large-content .wrapper .content-all .title {
    color: #fff;
    font-size: 46px;
    line-height: 100%;
    font-family: "AeonikPro-Medium";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .image-large-content .wrapper .content-all .title {
    font-size: 76px;
    line-height: 80px;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1200px) {
  .image-large-content .wrapper .content-all .title {
    font-size: 68.5714285714px !important;
    line-height: 75.7142857143px !important;
    margin: 0 0 17.1428571429px 0 !important;
  }
}
@media (min-width: 1400px) {
  .image-large-content .wrapper .content-all .title {
    font-size: 68.5714285714px !important;
    line-height: 75.7142857143px !important;
    margin: 0 0 17.1428571429px 0 !important;
  }
}
@media (min-width: 2560px) {
  .image-large-content .wrapper .content-all .title {
    font-size: 3.5rem;
    font-size: calc(clamp(3.5rem, 0.8275862069rem + 4.3103448276vw, 6rem) / 1.33) !important;
    line-height: 100% !important;
    margin: 0 0 0.9375585974vw 0 !important;
  }
}
.image-large-content .wrapper .content-all .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .image-large-content .wrapper .content-all .content {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .image-large-content .wrapper .content-all .content {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .image-large-content .wrapper .content-all .content {
    font-size: 17.1428571429px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24.1428571429px !important;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .image-large-content .wrapper .content-all .content {
    font-size: 17.1428571429px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24.1428571429px !important;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .image-large-content .wrapper .content-all .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0;
  }
}
.image-large-content .wrapper .content-all .cta {
  margin: 46px 0 86px 0 !important;
  text-align: left;
}
@media (min-width: 768px) {
  .image-large-content .wrapper .content-all .cta {
    margin: 40px 0 120px 0 !important;
  }
}
@media (min-width: 992px) {
  .image-large-content .wrapper .content-all .cta {
    margin: 2.0833333333vw 0 0 0 !important;
  }
}
.image-large-content .wrapper .content-all .cta a {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .image-large-content .wrapper .content-all .cta a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .image-large-content .wrapper .content-all .cta a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .image-large-content .wrapper .content-all .cta a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.image-large-content .wrapper .content-all .cta a:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}
.image-large-content .wrapper .content-all.no-cta {
  margin: 0 0 164px 0;
}
@media (min-width: 768px) {
  .image-large-content .wrapper .content-all.no-cta {
    margin: 0 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .image-large-content .wrapper .content-all.no-cta {
    margin: 0;
  }
}
.image-large-content .wrapper .content-all.no-content {
  margin: 0;
}
.image-large-content .wrapper.mobile-responsive {
  height: auto;
  min-height: auto;
}
@media (min-width: 992px) {
  .image-large-content .wrapper.mobile-responsive {
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .image-large-content .wrapper.mobile-responsive {
    height: 100%;
    min-height: 41.6666666667vw;
  }
}
.image-large-content .wrapper.mobile-responsive .background {
  height: 100%;
  position: relative;
}
.image-large-content .wrapper.mobile-responsive .background .image-wrapper {
  height: 300px;
  width: 100%;
}
.image-large-content .wrapper.mobile-responsive .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .image-large-content .wrapper.mobile-responsive .background .image-wrapper {
    height: 512px;
    width: 100%;
  }
  .image-large-content .wrapper.mobile-responsive .background .image-wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .image-large-content .wrapper.mobile-responsive .background {
    height: 100%;
    position: absolute;
  }
  .image-large-content .wrapper.mobile-responsive .background .image-wrapper {
    height: 100%;
    width: 100%;
  }
  .image-large-content .wrapper.mobile-responsive .background .image-wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.image-large-content .wrapper.mobile-responsive .content-all {
  padding: 0;
}
@media (min-width: 1200px) {
  .image-large-content .wrapper.mobile-responsive .content-all {
    padding: 250px 0;
  }
}
.image-large-content.mob_text_below .wrapper {
  height: auto;
  min-height: auto;
}
@media (min-width: 1200px) {
  .image-large-content.mob_text_below .wrapper {
    min-height: 53.125rem;
  }
}
.image-large-content.mob_text_below .wrapper .background {
  position: relative;
}
@media (min-width: 1200px) {
  .image-large-content.mob_text_below .wrapper .background {
    position: absolute;
  }
}
.image-large-content.mob_text_below .wrapper .content-all {
  padding: 60px 0 40px 0;
}
@media (min-width: 768px) {
  .image-large-content.mob_text_below .wrapper .content-all {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .image-large-content.mob_text_below .wrapper .content-all {
    padding: 250px 0;
  }
}
.image-large-content.mob_text_below .wrapper .content-all .content {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .image-large-content.mob_text_below .wrapper .content-all .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .image-large-content.mob_text_below .wrapper .content-all .content {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .image-large-content.mob_text_below .wrapper .content-all .content {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0;
  }
}
.image-large-content.mob_text_below .wrapper .content-all.no-cta {
  margin: 0;
}
.image-large-content.mob_text_below .wrapper .content-all.no-content {
  margin: 0;
}

/**
* Quote With Image
**/
.quote-with-image {
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.quote-with-image.top-margin {
  padding: 0;
}
@media (min-width: 768px) {
  .quote-with-image.top-margin {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-with-image.top-margin {
    padding-top: 57.1428571429px;
  }
}
@media (min-width: 1400px) {
  .quote-with-image.top-margin {
    padding-top: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .quote-with-image.top-margin {
    padding-top: 80px;
  }
}
.quote-with-image.bottom-margin {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .quote-with-image.bottom-margin {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-with-image.bottom-margin {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1400px) {
  .quote-with-image.bottom-margin {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .quote-with-image.bottom-margin {
    padding-bottom: 80px;
  }
}
.quote-with-image .wrapper {
  height: 80vh;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .quote-with-image .wrapper {
    height: 80vh;
    min-height: 41.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .quote-with-image .wrapper {
    height: auto;
  }
}
.quote-with-image .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.quote-with-image .wrapper .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.quote-with-image .wrapper .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.quote-with-image .wrapper .logo-wrapper {
  height: auto;
  left: 0;
  position: absolute;
  top: 46px;
  width: 105px;
}
@media (min-width: 992px) {
  .quote-with-image .wrapper .logo-wrapper {
    top: 80px;
    width: 195px;
  }
}
.quote-with-image .wrapper .logo-wrapper img {
  height: auto;
  width: 100%;
}
.quote-with-image .wrapper .content-all {
  padding: 190px 0 80px 0;
}
@media (min-width: 768px) {
  .quote-with-image .wrapper .content-all {
    padding: 250px 0 120px 0;
  }
}
@media (min-width: 992px) {
  .quote-with-image .wrapper .content-all {
    padding: 7.8125vw 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .quote-with-image .wrapper .content-all {
    padding: 5.5803571429vw 0 85.7142857143px 0;
  }
}
@media (min-width: 1400px) {
  .quote-with-image .wrapper .content-all {
    padding: 5.5803571429vw 0 85.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .quote-with-image .wrapper .content-all {
    padding: 7.8125vw 0 120px 0;
  }
}
.quote-with-image .wrapper .content-all .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  margin: 0 0 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .quote-with-image .wrapper .content-all .content {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 0 0;
  }
}
@media (min-width: 1200px) {
  .quote-with-image .wrapper .content-all .content {
    font-size: 34.2857142857px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.2857142857px;
    margin: 0 0 0 0;
  }
}
@media (min-width: 1400px) {
  .quote-with-image .wrapper .content-all .content {
    font-size: 34.2857142857px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.2857142857px;
    margin: 0 0 0 0;
  }
}
@media (min-width: 1920px) {
  .quote-with-image .wrapper .content-all .content {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 0;
  }
}
.quote-with-image .wrapper .content-all .additional-content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 10px 0 40px 0;
}
@media (min-width: 768px) {
  .quote-with-image .wrapper .content-all .additional-content {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0 0 44px 0;
  }
}
@media (min-width: 1200px) {
  .quote-with-image .wrapper .content-all .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 14.2857142857px 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .quote-with-image .wrapper .content-all .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 14.2857142857px 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .quote-with-image .wrapper .content-all .additional-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 20px 0 40px 0;
  }
}
.quote-with-image .wrapper .content-all .cta {
  margin: 0;
  text-align: left;
}
.quote-with-image .wrapper .content-all .cta a {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .quote-with-image .wrapper .content-all .cta a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .quote-with-image .wrapper .content-all .cta a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .quote-with-image .wrapper .content-all .cta a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.quote-with-image .wrapper .content-all .cta a:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}
/**
* Set Teaser
**/
.set-teaser {
  background-color: #fff;
  height: 100%;
  position: relative;
  z-index: 0;
}
.set-teaser.top-margin {
  padding-top: 128px;
}
@media (min-width: 992px) {
  .set-teaser.top-margin {
    padding-top: 0px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .set-teaser.top-margin {
    padding-top: 0px;
  }
}
@media (min-width: 1400px) {
  .set-teaser.top-margin {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .set-teaser.top-margin {
    padding-top: 0px;
  }
}
.set-teaser.bottom-margin {
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .set-teaser.bottom-margin {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .set-teaser.bottom-margin {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1400px) {
  .set-teaser.bottom-margin {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .set-teaser.bottom-margin {
    padding-bottom: 80px;
  }
}
.set-teaser .wrapper {
  height: 80vh;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .set-teaser .wrapper {
    height: 80vh;
    min-height: 41.6666666667vw;
  }
}
@media (min-width: 1200px) {
  .set-teaser .wrapper {
    height: auto;
  }
}
.set-teaser .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.set-teaser .wrapper .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.set-teaser .wrapper .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.set-teaser .wrapper .logo-wrapper {
  height: auto;
  left: 0;
  position: absolute;
  top: 46px;
  width: 105px;
}
@media (min-width: 992px) {
  .set-teaser .wrapper .logo-wrapper {
    top: 80px;
    width: 195px;
  }
}
.set-teaser .wrapper .logo-wrapper img {
  height: auto;
  width: 100%;
}
.set-teaser .wrapper .content-all {
  padding: 190px 0 80px 0;
}
@media (min-width: 768px) {
  .set-teaser .wrapper .content-all {
    padding: 250px 0 120px 0;
  }
}
@media (min-width: 992px) {
  .set-teaser .wrapper .content-all {
    padding: 7.8125vw 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .set-teaser .wrapper .content-all {
    padding: 5.5803571429vw 0 85.7142857143px 0;
  }
}
@media (min-width: 1400px) {
  .set-teaser .wrapper .content-all {
    padding: 5.5803571429vw 0 85.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .set-teaser .wrapper .content-all {
    padding: 7.8125vw 0 120px 0;
  }
}
.set-teaser .wrapper .content-all .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 46px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  hyphens: auto;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .set-teaser .wrapper .content-all .content {
    font-size: 46px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .set-teaser .wrapper .content-all .content {
    font-size: 76px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .set-teaser .wrapper .content-all .content {
    font-size: 61.4285714286px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 65.1142857143px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .set-teaser .wrapper .content-all .content {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 72.6857142857px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .set-teaser .wrapper .content-all .content {
    font-size: 96px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 40px 0;
  }
}
.set-teaser .wrapper .content-all .additional-content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 10px 0 40px 0;
}
@media (min-width: 768px) {
  .set-teaser .wrapper .content-all .additional-content {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0 0 44px 0;
  }
}
@media (min-width: 1200px) {
  .set-teaser .wrapper .content-all .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 14.2857142857px 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .set-teaser .wrapper .content-all .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 14.2857142857px 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .set-teaser .wrapper .content-all .additional-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 20px 0 40px 0;
  }
}
.set-teaser .wrapper .content-all .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}
@media (min-width: 768px) {
  .set-teaser .wrapper .content-all .cta-wrapper {
    justify-content: start;
  }
}
@media (min-width: 1920px) {
  .set-teaser .wrapper .content-all .cta-wrapper {
    justify-content: start;
  }
}
.set-teaser .wrapper .content-all .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta {
    margin: 0 16px 12px 0;
  }
}
@media (min-width: 992px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta {
    margin: 0 24px 12px 0;
  }
}
@media (min-width: 1400px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta {
    margin: 0 24px 12px 0;
  }
}
.set-teaser .wrapper .content-all .cta-wrapper .cta:last-child {
  margin-right: 0;
}
.set-teaser .wrapper .content-all .cta-wrapper .cta .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .set-teaser .wrapper .content-all .cta-wrapper .cta .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.set-teaser .wrapper .content-all .cta-wrapper .cta .btn:hover {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: #000;
}
/**
* Simple Sliders
**/
.simple-slider_three-cols {
  background-color: #fff;
  padding: 0 0 60px 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols {
    padding: 0 0 100px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols {
    padding: 0 0 120px 0;
  }
}
.simple-slider_three-cols .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 4px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons {
    margin: 0;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev {
    margin: 0 27px 0 0;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-next img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols .title {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .title {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
.simple-slider_three-cols .swiper {
  margin: 28px 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols .swiper {
    margin: 40px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols .swiper {
    margin: 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .swiper {
    margin: 40px 0;
  }
}
.simple-slider_three-cols .swiper .swiper-slide {
  cursor: pointer;
  height: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide {
    height: auto;
  }
}
.simple-slider_three-cols .swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
}
.simple-slider_three-cols .swiper .swiper-slide img.mouse-over {
  display: none;
}
.simple-slider_three-cols .swiper .swiper-slide .image-wrapper {
  height: 450px;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .swiper .swiper-slide .image-wrapper {
    height: 750px;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide .image-wrapper {
    height: 100%;
    max-height: 500px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .swiper .swiper-slide .image-wrapper {
    height: 100%;
    max-height: 570px;
  }
}
.simple-slider_three-cols .swiper .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider_three-cols .swiper .swiper-slide .content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 40px 30px 0 30px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper {
    min-height: 200px;
    position: absolute;
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper {
    display: block;
    min-height: 150px;
    padding: 20px 30px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper {
    min-height: 180px;
    padding: 40px 30px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper {
    min-height: 160px;
    padding: 40px 30px 20px 30px;
  }
}
.simple-slider_three-cols .swiper .swiper-slide .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 14px 0;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 26px 0;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .title {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .title {
    font-style: normal;
    font-weight: 500;
    margin: 0 0 16px 0;
  }
}
.simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
    font-style: normal;
    font-weight: 500;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .swiper .swiper-slide .content-wrapper .content {
    font-style: normal;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide:hover .image-wrapper img {
    display: none;
  }
}
.simple-slider_three-cols .swiper .swiper-slide:hover .image-wrapper img.mouse-over {
  display: none;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide:hover .image-wrapper img.mouse-over {
    display: block;
  }
}
.simple-slider_three-cols .swiper .swiper-slide:hover .content-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper .swiper-slide:hover .content-wrapper {
    color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
  }
}
.simple-slider_three-cols .swiper .swiper-slide:hover .content-wrapper .title,
.simple-slider_three-cols .swiper .swiper-slide:hover .content-wrapper .content {
  color: #fff;
}
.simple-slider_three-cols .cta-wrapper .cta {
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .cta-wrapper .cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols .cta-wrapper .cta {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols .cta-wrapper .cta {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols .cta-wrapper .cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.simple-slider_three-cols .cta-wrapper .cta:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .image-wrapper {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .image-wrapper {
    height: 530px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .image-wrapper {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .image-wrapper {
    height: 650px;
  }
}
.simple-slider_three-cols.no-mouseover .swiper-slide .content-wrapper {
  position: absolute;
}
@media (min-width: 992px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .content-wrapper {
    bottom: 0;
    display: block;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide .content-wrapper {
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide:hover img {
    display: block !important;
  }
}
.simple-slider_three-cols.no-mouseover .swiper-slide:hover .content-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media (min-width: 992px) {
  .simple-slider_three-cols.no-mouseover .swiper-slide:hover .content-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
  }
}

.simple-slider_three-cols-light {
  background-color: #fff;
  padding: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light {
    padding: 0 0 100px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light {
    padding: 0 0 120px 0;
  }
}
.simple-slider_three-cols-light .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 28px 0 4px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper-buttons {
    justify-content: flex-end;
    margin: 0;
  }
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-prev {
    margin: 0 27px 0 0;
  }
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-next img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider_three-cols-light .swiper-buttons .swiper-simple-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols-light .title {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
.simple-slider_three-cols-light .swiper {
  margin: 28px 0 0 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light .swiper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .swiper {
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light .swiper {
    margin: 40px 0 0 0;
  }
}
.simple-slider_three-cols-light .swiper .swiper-slide {
  cursor: default;
  height: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper .swiper-slide {
    height: auto;
  }
}
.simple-slider_three-cols-light .swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
}
.simple-slider_three-cols-light .swiper .swiper-slide .image-wrapper {
  height: 510px;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .image-wrapper {
    height: 930px;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .image-wrapper {
    height: 100%;
    max-height: 570px;
  }
}
.simple-slider_three-cols-light .swiper .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper {
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper {
    position: absolute;
    padding: 40px 40px;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper {
    display: block;
    padding: 20px 20px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper {
    padding: 30px 22px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper {
    padding: 40px 30px;
  }
}
.simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 12px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .title {
    font-style: normal;
    font-weight: 500;
    margin: 0 0 16px 0;
  }
}
.simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1920px) {
  .simple-slider_three-cols-light .swiper .swiper-slide .content-wrapper .content {
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.simple-slider_three-cols-light .cta-wrapper .cta {
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 768px) {
  .simple-slider_three-cols-light .cta-wrapper .cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
@media (min-width: 1200px) {
  .simple-slider_three-cols-light .cta-wrapper .cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
@media (min-width: 1400px) {
  .simple-slider_three-cols-light .cta-wrapper .cta {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
.simple-slider_three-cols-light .cta-wrapper .cta:hover {
  background-color: #000;
  color: #fff;
}

.simple-slider_three-cols_v2 {
  background-color: #fff;
  padding: 60px 0 0 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols_v2 {
    padding: 40px 0 64px 0;
  }
}
.simple-slider_three-cols_v2 .title {
  color: #000;
  font-size: 40px;
  margin: 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols_v2 .title {
    font-size: 64px;
  }
}
.simple-slider_three-cols_v2 .swiper-buttons {
  bottom: auto;
  position: relative;
  right: auto;
}
.simple-slider_three-cols_v2 .swiper {
  margin: 28px 0;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols_v2 .swiper {
    margin: 40px 0;
  }
}
.simple-slider_three-cols_v2 .swiper .swiper-slide {
  cursor: pointer;
  height: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide {
    height: auto;
  }
}
.simple-slider_three-cols_v2 .swiper .swiper-slide img.mouse-over {
  display: none;
}
.simple-slider_three-cols_v2 .swiper .swiper-slide .image-wrapper {
  height: 100%;
  width: 100%;
}
.simple-slider_three-cols_v2 .swiper .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider_three-cols_v2 .swiper .swiper-slide .content-wrapper {
  bottom: 22px;
  display: flex;
  flex-direction: column;
  left: 14px;
  position: absolute;
  right: 22px;
}
.simple-slider_three-cols_v2 .swiper .swiper-slide .content-wrapper .title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 49.017px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 100%;
  margin: 0 0 16px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide .content-wrapper .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0;
  }
}
.simple-slider_three-cols_v2 .swiper .swiper-slide .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide .content-wrapper .content {
    display: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide:hover img {
    display: none;
  }
}
.simple-slider_three-cols_v2 .swiper .swiper-slide:hover img.mouse-over {
  display: none;
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide:hover img.mouse-over {
    display: block;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide:hover .title {
    display: none;
  }
}
@media (min-width: 992px) {
  .simple-slider_three-cols_v2 .swiper .swiper-slide:hover .content {
    display: block;
  }
}
.simple-slider_three-cols_v2 .cta-wrapper .cta {
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 1200px) {
  .simple-slider_three-cols_v2 .cta-wrapper .cta {
    font-size: 16px;
  }
}
.simple-slider_three-cols_v2 .cta-wrapper .cta:hover {
  background-color: #000;
}

/**
* Simple Slider 4 Columns
**/
.simple-slider_four-cols {
  background-color: #fff;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .simple-slider_four-cols {
    padding: 0;
  }
}
.simple-slider_four-cols .image-wrapper {
  height: 100%;
  max-height: 485px;
}
@media (min-width: 768px) {
  .simple-slider_four-cols .image-wrapper {
    max-height: 255px;
  }
}
@media (min-width: 992px) {
  .simple-slider_four-cols .image-wrapper {
    max-height: 310px;
  }
}
@media (min-width: 1400px) {
  .simple-slider_four-cols .image-wrapper {
    max-height: 460px;
  }
}
@media (min-width: 1920px) {
  .simple-slider_four-cols .image-wrapper {
    max-height: 520px;
  }
}
.simple-slider_four-cols .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-posts-slider {
  background-color: #ffffff;
  padding: 86px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .blog-posts-slider {
    padding: 140px 0 148px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider {
    padding: 100px 0 105.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-slider {
    padding: 140px 0 148px 0;
  }
}
.blog-posts-slider h2 {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .blog-posts-slider h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
}
@media (min-width: 1200px) {
  .blog-posts-slider h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider h2 {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1920px) {
  .blog-posts-slider h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
.blog-posts-slider .swiper {
  margin: 28px 0 0 0;
  padding: 0 0 56px 0;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider .swiper {
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-slider .swiper {
    margin: 40px 0 0 0;
  }
}
.blog-posts-slider .swiper .swiper-slide a {
  color: #000;
  text-decoration: none;
}
.blog-posts-slider .swiper .swiper-slide a .blog-tile .thumbnail {
  height: 228px;
  width: auto;
}
@media (min-width: 1200px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .thumbnail {
    height: 480px;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .thumbnail {
    height: 320px;
  }
}
@media (min-width: 1920px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .thumbnail {
    height: 480px;
  }
}
.blog-posts-slider .swiper .swiper-slide a .blog-tile .thumbnail .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-posts-slider .swiper .swiper-slide a .blog-tile .category {
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 2.88px;
  margin: 28px 0 0 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .category {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .category {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .category {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: 1.6px;
    margin: 40px 0 0 0;
  }
}
.blog-posts-slider .swiper .swiper-slide a .blog-tile .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 28px 0 0 0;
}
@media (min-width: 768px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1200px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-slider .swiper .swiper-slide a .blog-tile .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.blog-posts-slider .swiper-buttons {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-end;
  margin: 0 0 4px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-buttons {
    margin: 0;
  }
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-buttons .swiper-blogposts-button-prev {
    height: 32px;
    margin: 0 27px 0 0;
  }
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-buttons .swiper-blogposts-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-buttons .swiper-blogposts-button-next {
    height: 32px;
  }
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-buttons .swiper-blogposts-button-next img {
    height: 32px;
    width: 32px;
  }
}
.blog-posts-slider .swiper-buttons .swiper-blogposts-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .blog-posts-slider .swiper-pagination {
    display: none;
  }
}
.blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  height: 8px;
  width: 8px;
  transform: scale(1);
}
.blog-posts-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  border: 1px solid #000;
}
.blog-posts-slider .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.blog-posts-slider .swiper-scrollbar:hover {
  cursor: pointer;
}
.blog-posts-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #163730;
  color: #163730;
}

/**
* Responsive Image Module
**/
body.page-child .responsive-image-content {
  height: 0 auto !important;
}

body.single .responsive-image-content .content {
  padding: 0 12px 0 12px !important;
}
@media (min-width: 768px) {
  body.single .responsive-image-content .content {
    padding: 0 24px 0 24px !important;
  }
}
@media (min-width: 992px) {
  body.single .responsive-image-content .content {
    padding: 0;
  }
}

.responsive-image-content {
  background-color: #fff;
  height: 80vh;
  min-height: 41.6666666667vw;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .responsive-image-content {
    min-height: 57.1428571429vw;
  }
}
@media (min-width: 992px) {
  .responsive-image-content {
    height: 100%;
    min-height: 66.6666666667vw;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .responsive-image-content {
    height: auto;
    min-height: 50vw;
  }
}
@media (min-width: 1400px) {
  .responsive-image-content {
    height: auto;
    min-height: 41.6666666667vw;
  }
}
.responsive-image-content.bgcolor {
  background-color: #163730;
}
.responsive-image-content.short-height-mobile {
  height: 100%;
  min-height: 230px;
}
@media (min-width: 768px) {
  .responsive-image-content.short-height-mobile {
    min-height: 512px;
  }
}
@media (min-width: 992px) {
  .responsive-image-content.short-height-mobile {
    height: 100%;
    min-height: 41.6666666667vw;
    max-height: 800px;
  }
}
.responsive-image-content.short-height-mobile .background .image-wrapper {
  min-height: 41.6666666667vw;
}
.responsive-image-content .background {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.responsive-image-content .background .image-wrapper {
  height: 100%;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .responsive-image-content .background .image-wrapper {
    height: 100%;
    min-height: 1024px;
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .responsive-image-content .background .image-wrapper {
    height: 100%;
    min-height: 41.6666666667vw;
    /*max-height: calc(100vw/2.4);*/
    max-height: none;
    padding: 0 12px;
  }
}
.responsive-image-content .background .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.responsive-image-content .background .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.responsive-image-content .background .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.responsive-image-content .background .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.responsive-image-content .background .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.responsive-image-content .background .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.responsive-image-content .background .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.responsive-image-content .background .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.responsive-image-content .background .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.responsive-image-content .background .image-wrapper .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.responsive-image-content.full-width .background {
  padding: 0;
}
.responsive-image-content.full-width .image-wrapper {
  padding: 0;
}
.responsive-image-content .content-wrapper {
  padding: 250px 0 80px 0;
}
.responsive-image-content .content-wrapper .content {
  padding: 0 0px !important;
}
@media (min-width: 768px) {
  .responsive-image-content .content-wrapper .content {
    padding: 0 0px !important;
  }
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .content {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .responsive-image-content .content-wrapper .content {
    padding: 13.0208333333vw 0 0 0 !important;
  }
}
@media (min-width: 1400px) {
  .responsive-image-content .content-wrapper .content {
    padding: 13.0208333333vw 0 0 0 !important;
  }
}
.responsive-image-content .content-wrapper .content .head {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 46px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  hyphens: auto;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .responsive-image-content .content-wrapper .content .head {
    font-size: 46px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .content .head {
    font-size: 76px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .responsive-image-content .content-wrapper .content .head {
    font-size: 61.4285714286px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 65.1142857143px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .responsive-image-content .content-wrapper .content .head {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 72.6857142857px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .responsive-image-content .content-wrapper .content .head {
    font-size: 96px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 40px 0;
  }
}
.responsive-image-content .content-wrapper .content .additional-content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  margin: 0;
}
@media (min-width: 768px) {
  .responsive-image-content .content-wrapper .content .additional-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .content .additional-content {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.9827586207rem + 0.4310344828vw, 1.5rem);
    line-height: 1.25rem;
    line-height: calc(clamp(1.25rem, 0.9827586207rem + 0.4310344828vw, 1.5rem) * 1.26);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .responsive-image-content .content-wrapper .content .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.7142857143px;
  }
}
@media (min-width: 1400px) {
  .responsive-image-content .content-wrapper .content .additional-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    padding: 0 100px 0 0;
  }
}
@media (min-width: 1920px) {
  .responsive-image-content .content-wrapper .content .additional-content {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.responsive-image-content .content-wrapper .content .cta {
  margin: 0;
}
.responsive-image-content .content-wrapper .content .cta.has-mrgn-tp {
  margin: 40px 0 0 0;
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .content .cta {
    margin: 0;
    padding: 0;
  }
}
.responsive-image-content .content-wrapper .content .cta .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .content .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .responsive-image-content .content-wrapper .content .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .responsive-image-content .content-wrapper .content .cta .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.responsive-image-content .content-wrapper .content .cta .btn:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper.small-font .content {
    margin-left: 0;
  }
}
.responsive-image-content .content-wrapper.small-font .content .head {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  hyphens: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .responsive-image-content .content-wrapper.small-font .content .head {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper.small-font .content .head {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.responsive-image-content .content-wrapper.small-font .content .head p:empty {
  line-height: 44px;
  margin: 0;
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper.small-font .content .head p:empty {
    line-height: 64px;
  }
}
.responsive-image-content .content-wrapper.small-font .content .cta {
  margin: 40px 0 78px 0;
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper.small-font .content .cta {
    margin: 40px 0 120px 0;
  }
}

/**
* Article CTA with Image
**/
.article-cta-with-image {
  background-color: #fff;
  height: 100vh;
  min-height: 53.125rem;
  padding: 0;
  overflow: hidden;
}
.article-cta-with-image.short-height-mobile {
  height: auto;
  min-height: 300px;
}
@media (min-width: 768px) {
  .article-cta-with-image.short-height-mobile {
    height: auto;
    min-height: 512px;
  }
}
@media (min-width: 992px) {
  .article-cta-with-image.short-height-mobile {
    height: auto;
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .article-cta-with-image.short-height-mobile {
    height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  .article-cta-with-image.short-height-mobile {
    height: auto;
    min-height: 500px;
  }
}
@media (min-width: 1920px) {
  .article-cta-with-image.short-height-mobile {
    height: auto;
    min-height: 700px;
  }
}
@media (min-width: 992px) {
  .article-cta-with-image {
    padding: 0;
  }
}
.article-cta-with-image .background {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.article-cta-with-image .background .image-wrapper {
  height: 100%;
  padding: 0 12px;
}
.article-cta-with-image .background .image-wrapper .img-fluid {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.article-cta-with-image.full-width .image-wrapper {
  padding: 0;
}
.article-cta-with-image .content-wrapper {
  padding: 16px 0 0 0;
  position: relative;
}
.article-cta-with-image .content-wrapper .content {
  padding: 0 4px;
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper .content {
    margin-left: 76px;
    padding: 0;
  }
}
.article-cta-with-image .content-wrapper .content .head {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  hyphens: auto;
  margin: 0 0 26px 0;
}
@media (min-width: 768px) {
  .article-cta-with-image .content-wrapper .content .head {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .article-cta-with-image .content-wrapper .content .head {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1400px) {
  .article-cta-with-image .content-wrapper .content .head {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1920px) {
  .article-cta-with-image .content-wrapper .content .head {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 30px 0;
  }
}
.article-cta-with-image .content-wrapper .content .additional-content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem);
  /*line-height: calc(100vw/65.40)!important;*/
  line-height: 126%;
  margin: 0 0 26px 0;
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper .content .additional-content {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .article-cta-with-image .content-wrapper .content .additional-content {
    font-size: 1.5rem;
    font-size: calc(clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem) / 1.4);
    /*line-height: calc(100vw/65.40)!important;*/
    line-height: calc(clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem) * 1.26 / 1.4);
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1400px) {
  .article-cta-with-image .content-wrapper .content .additional-content {
    font-size: 1.5rem;
    font-size: calc(clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem) / 1.4);
    /*line-height: calc(100vw/65.40)!important;*/
    line-height: calc(clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem) * 1.26 / 1.4);
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1920px) {
  .article-cta-with-image .content-wrapper .content .additional-content {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 0.9827586207rem + 0.4310344828vw, 1.5rem);
    /*line-height: calc(100vw/65.40)!important;*/
    line-height: 126%;
    margin: 0 0 30px 0;
  }
}
.article-cta-with-image .content-wrapper .content .cta {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .article-cta-with-image .content-wrapper .content .cta {
    margin: 0 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .article-cta-with-image .content-wrapper .content .cta {
    margin: 0 0 120px 0;
  }
}
@media (min-width: 1400px) {
  .article-cta-with-image .content-wrapper .content .cta {
    margin: 0 0 120px 0;
  }
}
.article-cta-with-image .content-wrapper .content .cta .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 11px 12px;
}
@media (min-width: 768px) {
  .article-cta-with-image .content-wrapper .content .cta .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper .content .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .article-cta-with-image .content-wrapper .content .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .article-cta-with-image .content-wrapper .content .cta .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.article-cta-with-image .content-wrapper .content .cta .btn:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper.small-font .content {
    margin-left: 0;
  }
}
.article-cta-with-image .content-wrapper.small-font .content .head {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  hyphens: auto;
  margin: 0;
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper.small-font .content .head {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.article-cta-with-image .content-wrapper.small-font .content .head p:empty {
  line-height: 44px;
  margin: 0;
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper.small-font .content .head p:empty {
    line-height: 64px;
  }
}
.article-cta-with-image .content-wrapper.small-font .content .cta {
  margin: 40px 0 78px 0;
}
@media (min-width: 992px) {
  .article-cta-with-image .content-wrapper.small-font .content .cta {
    margin: 40px 0 120px 0;
  }
}

/**
* Newsletter Form with Background image
**/
.info-form-bgimage-p1 {
  background-color: #ffffff;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}
.info-form-bgimage-p1 .background {
  padding: 0;
  left: 12px;
  right: 12px;
  width: auto;
}
.info-form-bgimage-p1 .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.info-form-bgimage-p1 .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.info-form-bgimage-p1 .overlay {
  padding: 0;
  left: 12px;
  right: 12px;
  width: auto;
}
.info-form-bgimage-p1 .container.h-100 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .container.h-100 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.info-form-bgimage-p1 .content-wrapper {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .info-form-bgimage-p1 .content-wrapper {
    margin-top: 256px;
  }
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .content-wrapper {
    margin-top: 220px;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage-p1 .content-wrapper {
    margin-top: 157.1428571429px;
  }
}
@media (min-width: 1920px) {
  .info-form-bgimage-p1 .content-wrapper {
    margin-top: 220px;
  }
}
.info-form-bgimage-p1 .content-wrapper .title {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 46px 0;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .content-wrapper .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .info-form-bgimage-p1 .content-wrapper .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage-p1 .content-wrapper .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1920px) {
  .info-form-bgimage-p1 .content-wrapper .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 20px 0;
  }
}
.info-form-bgimage-p1 .content-wrapper .content {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .info-form-bgimage-p1 .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage-p1 .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .info-form-bgimage-p1 .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 40px 0;
  }
}
.info-form-bgimage-p1 .hs-richtext,
.info-form-bgimage-p1 .legal-consent-container,
.info-form-bgimage-p1 .hs-form-booleancheckbox {
  margin: 0 !important;
}
.info-form-bgimage-p1 .hbspt-form .hs-form-field .input input[type=text],
.info-form-bgimage-p1 .hbspt-form .hs-form-field .input input[type=email] {
  padding: 5px 5px 0 10px !important;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .hbspt-form .hs-form-field .input input[type=text],
  .info-form-bgimage-p1 .hbspt-form .hs-form-field .input input[type=email] {
    padding: 5px 5px 0 10px !important;
  }
}
.info-form-bgimage-p1 .hs-fieldtype-booleancheckbox {
  padding: 7px 0 !important;
}
.info-form-bgimage-p1 .hs-submit {
  margin: 36px 0 26px 0 !important;
}
@media (min-width: 992px) {
  .info-form-bgimage-p1 .hs-submit {
    margin: 40px 0 80px 0 !important;
  }
}
@media (min-width: 1400px) {
  .info-form-bgimage-p1 .hs-submit {
    margin: 16px 0 57.1428571429px 0 !important;
  }
}
@media (min-width: 1920px) {
  .info-form-bgimage-p1 .hs-submit {
    margin: 40px 0 80px 0 !important;
  }
}

/**
* Info Form
**/
.info-form .content-wrapper {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .info-form .content-wrapper {
    margin: 80px 0;
  }
}
@media (min-width: 992px) {
  .info-form .content-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .info-form .content-wrapper {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .info-form .content-wrapper {
    margin: 0 0 52px 0;
  }
}
.info-form .content-wrapper .title {
  margin: 0;
}
.info-form .content-wrapper .title h1 {
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 46px 0;
}
@media (min-width: 768px) {
  .info-form .content-wrapper .title h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 46px 0;
  }
}
@media (min-width: 992px) {
  .info-form .content-wrapper .title h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 0 20px 0;
  }
}
.info-form .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .info-form .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .info-form .content-wrapper .content {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .info-form .content-wrapper .content {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .info-form .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.info-form .content-wrapper .content strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .info-form .content-wrapper .content strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .info-form .content-wrapper .content strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .info-form .content-wrapper .content strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .info-form .content-wrapper .content strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
/**
* Info Video Gallery V4
**/
.info-video-gallery {
  color: #000;
}
.info-video-gallery.info-video-gallery-v4 .swiper {
  margin: 0;
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  align-content: flex-start;
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper {
  display: flex;
  flex-direction: column;
  margin: 46px 0 0 0;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper {
    flex-direction: row;
    margin: 40px 0 0 0;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .slide-index {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .slide-index {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .slide-index span {
  color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .content {
    margin: 0 0 0 132px;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .content .video-title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .content .video-title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 17px 0;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .content .video-content {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-wrapper .swiper-slide .content-wrapper .content .video-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-buttons {
  bottom: 275px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryMainSwiperVert .swiper-buttons {
    bottom: 210px;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert {
  height: 100%;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-buttons {
    bottom: 60px;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide {
  flex-direction: row;
  height: 250px;
  max-height: 250px;
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide .image-wrapper {
  height: 250px;
  min-width: 250px;
  width: 250px;
  opacity: 0.8;
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide.swiper-slide-thumb-active .image-wrapper {
  opacity: 1;
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide .content-wrapper {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 992px) {
  .info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide .content-wrapper .slide-index {
    font-family: "AeonikPro-Medium";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 24px 0;
  }
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide .content-wrapper .slide-index span {
  color: rgba(0, 0, 0, 0.2);
}
.info-video-gallery.info-video-gallery-v4 .swiper.videoGalleryThumbSwiperVert .swiper-slide .content-wrapper .video-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}

/**
* Makers Slider
**/
.simple-slider-makers {
  margin: 0 0 12px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .simple-slider-makers {
    margin: 0 0 80px 0;
  }
}
@media (min-width: 992px) {
  .simple-slider-makers {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers {
    margin: 0 0 57.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers {
    margin: 0 0 80px 0;
  }
}
.simple-slider-makers .title {
  margin: 0;
}
.simple-slider-makers .swiper-buttons {
  bottom: 100%;
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  top: 15%;
  right: 10%;
  transform: translateX(50%) translateY(-50%);
  position: absolute;
  width: fit-content;
  z-index: 2;
}
@media (min-width: 576px) {
  .simple-slider-makers .swiper-buttons {
    right: 10%;
  }
}
@media (min-width: 992px) {
  .simple-slider-makers .swiper-buttons {
    display: flex;
    flex-direction: row;
    top: 100px;
    right: 10%;
    transform: translateX(50%) translateY(-50%);
    width: fit-content;
    z-index: 2;
  }
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  left: auto;
  margin: 0 0 10px 0;
  position: relative;
  right: auto;
  width: 60px;
}
@media (min-width: 992px) {
  .simple-slider-makers .swiper-buttons .swiper-makers-button-prev {
    height: 56px;
    margin: 0 27px 0 0;
    width: 56px;
  }
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev img {
  cursor: pointer;
  transform: rotate(-180deg);
  height: 18px;
  width: 18px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .simple-slider-makers .swiper-buttons .swiper-makers-button-prev img {
    height: 22px;
    margin-left: 4px;
    width: 22px;
  }
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-next {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  left: auto;
  margin: 0 4px 0 0;
  position: relative;
  right: auto;
  width: 60px;
}
@media (min-width: 992px) {
  .simple-slider-makers .swiper-buttons .swiper-makers-button-next {
    height: 56px;
    width: 56px;
  }
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-next img {
  height: 18px;
  cursor: pointer;
  width: 18px;
}
@media (min-width: 992px) {
  .simple-slider-makers .swiper-buttons .swiper-makers-button-next img {
    height: 22px;
    margin-right: 4px;
    width: 22px;
  }
}
.simple-slider-makers .swiper-buttons .swiper-makers-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-makers .simpleSliderMakers {
  margin: 0;
  min-height: 41.6666666667vw;
  height: 100%;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide {
  width: calc(100% - 10vw);
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper {
  margin: 270px 0 75px 0;
}
@media (min-width: 992px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper {
    margin: 200px 0 50px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper {
    margin: 142.8571428571px 0 35.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper {
    margin: 200px 0 50px 0;
  }
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .quote {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .quote {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .quote {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 18.13px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .quote {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.7142857143px;
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .quote {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 30px 0;
  }
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .name {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .name {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .name {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .name {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 51.2px;
    margin: 0 0 17.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .name {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0 0 24px 0;
  }
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .function {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.64px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .function {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .function {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.28px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .function {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 0 0 42.8571428571px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .function {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 60px 0;
  }
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .cta .btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .cta .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .cta .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
.simple-slider-makers .simpleSliderMakers .swiper-wrapper .swiper-slide .content-wrapper .cta .btn:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}

.blog-wrapper {
  position: relative;
  height: 100%;
  min-height: 800px;
  z-index: 0;
}
.blog-wrapper .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .blog-wrapper .background {
    min-height: auto;
  }
}
.blog-wrapper .background .image-wrapper {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-wrapper .background .image-wrapper {
    height: 41.6666666667vw;
  }
}
.blog-wrapper .background .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.blog-wrapper .background .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.blog-wrapper .background .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.blog-wrapper .background .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.blog-wrapper .background .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.blog-wrapper .background .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.blog-wrapper .background .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.blog-wrapper .background .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.blog-wrapper .background .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.blog-wrapper .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-wrapper .content-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.blog-wrapper .content-wrapper .categories {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: 2.24px;
  margin: 0 0 24px 0;
  padding: 50px 0 0 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog-wrapper .content-wrapper .categories {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 3.36px;
    margin: 0 0 40px 0;
  }
}
.blog-wrapper .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 112%;
  margin: 0 0 40px 0;
  hyphens: auto;
}
@media (min-width: 992px) {
  .blog-wrapper .content-wrapper .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0 0 64px 0;
  }
}
.blog-wrapper .content-wrapper .cta-wrapper {
  margin: 0 0 48px 0;
}
@media (min-width: 992px) {
  .blog-wrapper .content-wrapper .cta-wrapper {
    margin: 0 0 120px 0;
  }
}
.blog-wrapper .content-wrapper .cta-wrapper .btn {
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .blog-wrapper .content-wrapper .cta-wrapper .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .blog-wrapper .content-wrapper .cta-wrapper .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .blog-wrapper .content-wrapper .cta-wrapper .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.blog-wrapper .content-wrapper .cta-wrapper .btn:hover {
  border: 2px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: #000;
}

.blog-posts-overview {
  padding: 0 0 80px 0;
  margin: 0 0 80px 0;
}
@media (min-width: 992px) {
  .blog-posts-overview {
    margin: 0 0 80px 0;
  }
}
@media (min-width: 992px) {
  .blog-posts-overview {
    padding: 0;
  }
}
.blog-posts-overview .title-more-articles {
  margin: 120px 0 0 0;
}
@media (min-width: 992px) {
  .blog-posts-overview .title-more-articles {
    margin: 160px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .title-more-articles {
    margin: 114.2857142857px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .title-more-articles {
    margin: 160px 0 0 0;
  }
}
.blog-posts-overview .title-more-articles h2 {
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .blog-posts-overview .title-more-articles h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .title-more-articles h2 {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 21.4285714286px 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .title-more-articles h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 30px 0;
  }
}
.blog-posts-overview .title-more-articles hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 2px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-posts-overview .title-more-articles hr {
    margin: 0;
  }
}
.blog-posts-overview .blog-post-preview {
  margin: 28px 0;
}
@media (min-width: 992px) {
  .blog-posts-overview .blog-post-preview {
    margin: 40px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview {
    margin: 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .blog-post-preview {
    margin: 40px 0;
  }
}
.blog-posts-overview .blog-post-preview a {
  color: #000;
  text-decoration: none;
}
.blog-posts-overview .blog-post-preview .thumbnail {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-posts-overview .blog-post-preview .thumbnail {
    height: 306px;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .thumbnail {
    height: 316px;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .blog-post-preview .thumbnail {
    height: 416px;
  }
}
.blog-posts-overview .blog-post-preview .thumbnail.x-left.y-top img {
  object-position: left top;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-left.y-center img {
  object-position: left center;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-left.y-bottom img {
  object-position: left bottom;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-center.y-top img {
  object-position: center top;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-center.y-center img {
  object-position: center center;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-center.y-bottom img {
  object-position: center bottom;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-right.y-top img {
  object-position: right top;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-right.y-center img {
  object-position: right center;
}
.blog-posts-overview .blog-post-preview .thumbnail.x-right.y-bottom img {
  object-position: right bottom;
}
.blog-posts-overview .blog-post-preview .thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-posts-overview .blog-post-preview .category {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: 1.92px;
  margin: 28px 0 14px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog-posts-overview .blog-post-preview .category {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 3.36px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .category {
    font-size: 17.1428571429px;
    line-height: 21.6px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .category {
    font-size: 24px;
    line-height: 126%;
    margin: 0 0 40px 0;
  }
}
.blog-posts-overview .blog-post-preview .title {
  font-family: "AeonikPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 28px 0;
  hyphens: auto;
}
@media (min-width: 992px) {
  .blog-posts-overview .blog-post-preview .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.7142857143px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .blog-post-preview .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
.blog-posts-overview .blog-post-preview .reading-time {
  color: black;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .blog-posts-overview .blog-post-preview .reading-time {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blog-posts-overview .blog-post-preview .reading-time {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .reading-time {
    font-size: 17.1428571429px;
    line-height: 21.6px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .blog-post-preview .reading-time {
    font-size: 24px;
    line-height: 126%;
    margin: 0 0 40px 0;
  }
}
.blog-posts-overview hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 2px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-posts-overview hr {
    margin: 0;
  }
}
.blog-posts-overview .btn__wrapper {
  margin: 60px 0 0 0;
}
@media (min-width: 992px) {
  .blog-posts-overview .btn__wrapper {
    margin: 64px 0 0 0;
  }
}
.blog-posts-overview .btn__wrapper .btn {
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .blog-posts-overview .btn__wrapper .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .blog-posts-overview .btn__wrapper .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .blog-posts-overview .btn__wrapper .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.blog-posts-overview .btn__wrapper .btn:hover {
  background-color: #000;
  color: #fff;
}
.blog-posts-overview .btn__wrapper .btn.show {
  display: inline-block;
}
.blog-posts-overview .btn__wrapper .btn.hide {
  display: none;
}

.pum-container .custom-position {
  padding: 44px 24px 0;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
}

.pum-container {
  padding: 8px !important;
}

.pum-close {
  position: absolute;
  top: 8px;
  right: 11px;
  opacity: 0;
  z-index: 99;
}

.newsletter-teaser-p1 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsletter-teaser-p1 .title {
  color: #163730;
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.newsletter-teaser-p1 .content-wrapper {
  margin: 24px 0 40px 0;
}
.newsletter-teaser-p1 .content-wrapper .content {
  color: rgba(22, 55, 48, 0.8);
  font-size: 14px;
  line-height: 15px;
  height: 100%;
  padding: 0;
}
.newsletter-teaser-p1 .content-wrapper .content p {
  overflow-wrap: break-word;
  width: auto;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .newsletter-teaser-p1 .content-wrapper .content {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    width: 100%;
  }
}

.simple-slider-timeline-v2 {
  background-color: #E9F7F2;
  height: 100%;
}
.simple-slider-timeline-v2 .swiper-buttons {
  bottom: auto;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  right: 12px;
  position: absolute;
  top: -76px;
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .swiper-buttons {
    bottom: 40px;
    display: flex;
    top: auto;
  }
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-prev,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-prev {
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: 30px;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-prev,
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-prev {
    background-color: #fff;
    height: 56px;
    margin: 0 27px 0 0;
    width: 56px;
  }
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-prev img,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-prev img {
  cursor: pointer;
  transform: rotate(-180deg);
  height: 18px;
  margin-left: 4px;
  width: 18px;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-prev img,
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-prev img {
    height: 22px;
    margin-left: 4px;
    width: 22px;
  }
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-prev::after,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-next,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-next {
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  left: auto;
  margin: 0 0 1px 0;
  position: relative;
  right: auto;
  width: 30px;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-next,
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-next {
    background-color: #fff;
    height: 56px;
    width: 56px;
  }
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-next img,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-next img {
  cursor: pointer;
  height: 18px;
  margin-right: 1px;
  width: 18px;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-next img,
  .simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-next img {
    height: 22px;
    margin-right: 4px;
    width: 22px;
  }
}
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-next::after,
.simple-slider-timeline-v2 .swiper-buttons .swiper-timelinev2-button-mobile-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-timeline-v2 .scroll-wrapper {
  height: 52px;
  position: relative;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .scroll-wrapper {
    height: 84px;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .scroll-wrapper {
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .scroll-wrapper {
    height: 84px;
  }
}
.simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  margin: 28px 0 20px 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar {
    margin: 0 0 80px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar {
    margin: 0 0 57.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar {
    margin: 0 0 80px 0;
  }
}
.simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar:hover {
  cursor: pointer;
}
.simple-slider-timeline-v2 .scroll-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #163730;
  color: #163730;
}
.simple-slider-timeline-v2 .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 23px 0;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .title {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 80px 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 57.1428571429px 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 80px 0 40px 0;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 {
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 {
    margin: 0 0 40px 0;
    height: 475px;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide {
    justify-content: space-between;
    padding: 60px;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .year {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .year {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .year {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 51.2px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .year {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-title {
  font-family: "AeonikPro-Medium";
  color: #fff;
  font-size: 16px;
  font-style: normal;
  hyphens: auto;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-title {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 25.53px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.7142857143px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-content {
  font-family: "AeonikPro-Medium";
  color: #fff;
  display: block;
  font-size: 16px;
  font-style: normal;
  hyphens: auto;
  line-height: 126%;
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-content {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.1428571429px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2 .swiper-slide .content-wrapper .slide-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs {
  margin: 0 0 28px 0;
  height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs {
    margin: 0 0 40px 0;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper {
    height: 100%;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide {
  background-color: #163730;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 24px;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide {
    height: 50%;
    justify-content: space-between;
    padding: 20px;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper {
  display: block;
  height: 245px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper {
    display: none;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
    font-size: 62.77px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: unset;
  }
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: unset;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.7142857143px;
    margin: unset;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .year {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: unset;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  line-height: 126%;
  hyphens: auto;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
    font-size: 25.108px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: unset;
  }
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
    font-size: 22.867px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: unset;
  }
}
@media (min-width: 1400px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: unset;
  }
}
@media (min-width: 1920px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: unset;
  }
}
.simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  hyphens: auto;
  line-height: 126%;
}
@media (min-width: 768px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-content {
    font-size: 25.108px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1200px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-content {
    display: none;
  }
}
@media (min-width: 992px) {
  .simple-slider-timeline-v2 .simpleSliderTimelineV2Thumbs .swiper-wrapper .swiper-slide .content-wrapper .slide-content {
    display: none;
  }
}

/**
* Golf Map Slider Module
*/
.golf-map-v2 {
  background-color: #fff;
  padding: 60px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .golf-map-v2 {
    min-height: 1080px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .golf-map-v2 {
    padding: 107.1428571429px 0;
    min-height: auto;
  }
}
@media (min-width: 1400px) {
  .golf-map-v2 {
    padding: 107.1428571429px 0;
  }
}
.golf-map-v2 .btn {
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  margin: 0 0 16px 0;
  padding: 16px 40px;
  width: fit-content;
}
.golf-map-v2 .btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}
.golf-map-v2 .title {
  color: #000;
}
.golf-map-v2 .title h2.title {
  font-size: 46px !important;
}
@media (min-width: 768px) {
  .golf-map-v2 .title h2.title {
    font-size: 46px !important;
    margin: 0 0 28px 0;
  }
}
@media (min-width: 992px) {
  .golf-map-v2 .title h2.title {
    font-size: 76px !important;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .golf-map-v2 .title h2.title {
    font-size: 96px !important;
    margin: 0 0 40px 0;
  }
}
.golf-map-v2 .message {
  margin: 20px 0 0 0;
  padding: 0 26px;
}
@media (min-width: 768px) {
  .golf-map-v2 .message {
    margin: 16px 0 0 0;
    padding: 24px 26px;
  }
}
@media (min-width: 1200px) {
  .golf-map-v2 .message {
    margin: 16px 0 0 0;
    padding: 24px 26px;
    position: absolute;
    top: 55px;
    z-index: 99;
  }
}
.golf-map-v2 .message .image-wrapper {
  display: inline-block;
  margin: 0 0 3px 0;
  width: auto;
}
.golf-map-v2 .message .image-wrapper img {
  height: 16px;
  width: 16px;
}
.golf-map-v2 .message .message-title {
  display: inline-block;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 0 8px;
}
@media (min-width: 1400px) {
  .golf-map-v2 .message .message-title {
    font-size: 14px;
  }
}
.golf-map-v2 .message .message-content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 992px) {
  .golf-map-v2 .message .message-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1200px) {
  .golf-map-v2 .message .message-content {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .golf-map-v2 .message .message-content {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  .golf-map-v2 .message .message-content {
    font-size: 16px;
  }
}
.golf-map-v2 .swiper-buttons {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: flex-end;
  margin: 0 0 14px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .golf-map-v2 .swiper-buttons {
    margin: 0 0 32px 0;
  }
}
@media (min-width: 992px) {
  .golf-map-v2 .swiper-buttons {
    margin: 10px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .golf-map-v2 .swiper-buttons {
    margin: 10px 0 42.8571428571px 0;
  }
}
@media (min-width: 1400px) {
  .golf-map-v2 .swiper-buttons {
    margin: 10px 0 42.8571428571px 0;
  }
}
@media (min-width: 1920px) {
  .golf-map-v2 .swiper-buttons {
    margin: 10px 0 80px 0;
  }
}
.golf-map-v2 .swiper-buttons .swiper-map-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .golf-map-v2 .swiper-buttons .swiper-map-button-prev {
    margin: 0 27px 0 0;
  }
}
.golf-map-v2 .swiper-buttons .swiper-map-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 1200px) {
  .golf-map-v2 .swiper-buttons .swiper-map-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.golf-map-v2 .swiper-buttons .swiper-map-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.golf-map-v2 .swiper-buttons .swiper-map-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 768px) {
  .golf-map-v2 .swiper-buttons .swiper-map-button-next {
    margin: 0;
  }
}
.golf-map-v2 .swiper-buttons .swiper-map-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 1200px) {
  .golf-map-v2 .swiper-buttons .swiper-map-button-next img {
    height: 32px;
    width: 32px;
  }
}
.golf-map-v2 .swiper-buttons .swiper-map-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.golf-map-v2 .golfMapCourseInfoSwiper {
  left: 12px;
  overflow: hidden;
  right: 12px;
  width: auto;
}
.golf-map-v2 .golfMapCourseInfoSwiper .title,
.golf-map-v2 .golfMapCourseInfoSwiper .content {
  color: #000;
  font-family: "AeonikPro-Medium";
}
.golf-map-v2 .golfMapCourseInfoSwiper .image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.golf-map-v2 .golfMapCourseInfoSwiper .image-wrapper img {
  max-width: 150px;
  height: auto;
}
.golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
  border-radius: 0;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 110%;
  margin: 40px 0 0 0;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg {
    font-size: 13px;
    line-height: 110%;
    margin: 80px 0 0 0;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg {
    font-size: 13px;
    line-height: 110%;
    margin: 30px 0 0 0;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg {
    font-size: 16px;
    line-height: 110%;
    margin: 80px 0 0 0;
    padding: 16px 40px;
  }
}
.golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg:hover {
  background: rgb(0, 0, 0);
  border: 2px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg.cta-placeholder {
  border: none;
  cursor: default;
  font-size: 16px;
  line-height: 110%;
  margin: 40px 0 0 0;
  padding: 16px 44px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg.cta-placeholder {
    font-size: 13px;
    line-height: 110%;
    margin: 80px 0 0 0;
    padding: 8px 44px;
  }
}
@media (min-width: 1400px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg.cta-placeholder {
    font-size: 13px;
    line-height: 110%;
    margin: 30px 0 0 0;
    padding: 8px 44px;
  }
}
@media (min-width: 1920px) {
  .golf-map-v2 .golfMapCourseInfoSwiper .btn-dark-neg.cta-placeholder {
    font-size: 16px;
    line-height: 110%;
    margin: 80px 0 0 0;
    padding: 16px 44px;
  }
}
.golf-map-v2 .mobile-map .swiper-map-button-prev,
.golf-map-v2 .mobile-map .swiper-map-button-next {
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.golf-map-v2 .mobile-map .swiper-map-button-prev img,
.golf-map-v2 .mobile-map .swiper-map-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .golf-map-v2 .mobile-map .swiper-map-button-prev img,
  .golf-map-v2 .mobile-map .swiper-map-button-next img {
    height: 26px;
    width: 34px;
  }
}
.golf-map-v2 .mobile-map .swiper-map-button-prev::after,
.golf-map-v2 .mobile-map .swiper-map-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.golf-map-v2 .mobile-map .swiper-map-button-next {
  background-image: url(../img/arrow-map-mobile-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  margin: 0 0 1px 0;
  right: 12px;
  width: 35px;
}
@media (min-width: 768px) {
  .golf-map-v2 .mobile-map .swiper-map-button-next {
    margin: 0 0 1px 0;
  }
}
.golf-map-v2 .mobile-map .swiper-map-button-next.swiper-button-disabled {
  background-image: url(../img/arrow-map-mobile-right-off.png);
  opacity: 1;
}
.golf-map-v2 .mobile-map .swiper-map-button-prev {
  background-image: url(../img/arrow-map-mobile-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  left: 12px;
  margin: 0 16px 0 0;
  width: 35px;
}
@media (min-width: 768px) {
  .golf-map-v2 .mobile-map .swiper-map-button-prev {
    margin: 0 27px 0 0;
  }
}
.golf-map-v2 .mobile-map .swiper-map-button-prev.swiper-button-disabled {
  background-image: url(../img/arrow-map-mobile-left-off.png);
  opacity: 1;
}
.golf-map-v2 .mobile-map .swiper-map-button-prev img {
  transform: rotate(-180deg);
}
.golf-map-v2 .mobile-map .swiper-map-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.golf-map-v2 .mobile-map .swiper {
  height: 550px;
  margin: 0;
}
@media (min-width: 768px) {
  .golf-map-v2 .mobile-map .swiper {
    height: 650px;
    margin: 16px 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .golf-map-v2 .mobile-map .swiper {
    height: 685px;
    margin: 35px 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
  }
}
.golf-map-v2 .mobile-map .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  height: 100%;
}
.golf-map-v2 .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper {
  height: 550px;
  position: relative;
}
@media (min-width: 768px) {
  .golf-map-v2 .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper {
    height: 650px;
  }
}
.golf-map-v2 .mobile-map .swiper .swiper-wrapper .swiper-slide .images-wrapper img {
  border: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  outline: none;
  width: 100%;
}
.golf-map-v2.hasMobileCTA .mobile-map .swiper {
  height: 600px;
}

/**
* Event Teaser
**/
.event-teaser {
  background-color: #fff;
  padding: 12px 0 0 0;
}
@media (min-width: 768px) {
  .event-teaser {
    padding: 28px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .event-teaser {
    padding: 28px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .event-teaser {
    padding: 28px 0 0 0;
  }
}
.event-teaser.bg-light-green {
  --bg-color: rgba(233, 247, 242, 1);
  --font-color: #000;
  --font-color-title: #000;
  --btn-background: transparent;
  --btn-border: 2px solid rgba(0, 0, 0, 1);
  --btn-background-hover: rgba(0, 0, 0, 1);
  --btn-border-hover: 2px solid rgba(0, 0, 0, 1);
  --btn-color: rgba(0, 0, 0, 1);
  --btn-color-hover: rgba(255, 255, 255, 1);
}
.event-teaser.bg-dark-green {
  --bg-color: rgba(22, 55, 48, 1);
  --font-color: #fff;
  --font-color-title: #000;
  --btn-background: rgba(255, 255, 255, 0.10);
  --btn-border: 2px solid rgba(255, 255, 255, 1);
  --btn-background-hover: rgba(255, 255, 255, 1);
  --btn-border-hover: 2px solid rgba(255, 255, 255, 1);
  --btn-color: rgba(255, 255, 255, 1);
  --btn-color-hover: rgba(0, 0, 0, 1);
}
.event-teaser.bg-purple {
  --bg-color: rgba(181, 157, 220, 1);
  --font-color: #000;
  --font-color-title: #000;
  --btn-background: transparent;
  --btn-border: 2px solid rgba(0, 0, 0, 1);
  --btn-background-hover: rgba(0, 0, 0, 1);
  --btn-border-hover: 2px solid rgba(0, 0, 0, 1);
  --btn-color: rgba(0, 0, 0, 1);
  --btn-color-hover: rgba(255, 255, 255, 1);
}
.event-teaser .title,
.event-teaser .subtitle,
.event-teaser .headline,
.event-teaser .content {
  background: none;
  color: var(--font-color);
}
.event-teaser .title {
  color: var(--font-color-title);
}
.event-teaser h2 {
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 768px) {
  .event-teaser h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .event-teaser h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .event-teaser h2 {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.7142857143px;
  }
}
@media (min-width: 1920px) {
  .event-teaser h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}
.event-teaser .title {
  margin: 60px 0 20px 0;
}
@media (min-width: 768px) {
  .event-teaser .title {
    margin: 120px 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .event-teaser .title {
    margin: 120px 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .event-teaser .title {
    margin: 85.7142857143px 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .event-teaser .title {
    margin: 120px 0 40px 0;
  }
}
.event-teaser hr {
  border: none;
  border-top: 2px solid #000;
  margin: 0 0 20px 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .event-teaser hr {
    display: none;
  }
}
.event-teaser .content-wrapper {
  background-color: var(--bg-color);
  padding: 24px;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .event-teaser .content-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper {
    padding: 36px;
  }
}
.event-teaser .content-wrapper .subtitle {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper .subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .event-teaser .content-wrapper .subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper .subtitle {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    margin: 0 0 42.8571428571px 0;
  }
}
@media (min-width: 1920px) {
  .event-teaser .content-wrapper .subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 60px 0;
  }
}
.event-teaser .content-wrapper .headline {
  font-family: "AeonikPro-Medium";
  font-size: 32.8571428571px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper .headline {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .event-teaser .content-wrapper .headline {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper .headline {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1920px) {
  .event-teaser .content-wrapper .headline {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
    margin: 0 0 20px 0;
  }
}
.event-teaser .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper .content {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .event-teaser .content-wrapper .content {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper .content {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
  }
}
@media (min-width: 1920px) {
  .event-teaser .content-wrapper .content {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.event-teaser .content-wrapper .cta-wrapper {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .event-teaser .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
.event-teaser .content-wrapper .btn {
  background-color: var(--btn-background);
  border: var(--btn-border);
  color: var(--btn-color);
  font-size: 16px;
  line-height: 110%;
  padding: 16px 40px;
}
.event-teaser .content-wrapper .btn:hover {
  background-color: var(--btn-background-hover);
  border: var(--btn-border-hover);
  color: var(--btn-color-hover);
  font-size: 16px;
  padding: 16px 40px;
}
@media (min-width: 768px) {
  .event-teaser .content-wrapper .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
  .event-teaser .content-wrapper .btn:hover {
    background-color: var(--btn-background-hover);
    border: var(--btn-border-hover);
    color: var(--btn-color-hover);
    font-size: 16px;
    padding: 16px 40px;
  }
}
@media (min-width: 992px) {
  .event-teaser .content-wrapper .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
  .event-teaser .content-wrapper .btn:hover {
    background-color: var(--btn-background-hover);
    border: var(--btn-border-hover);
    color: var(--btn-color-hover);
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .event-teaser .content-wrapper .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
  .event-teaser .content-wrapper .btn:hover {
    background-color: var(--btn-background-hover);
    border: var(--btn-border-hover);
    color: var(--btn-color-hover);
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .event-teaser .content-wrapper .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
  .event-teaser .content-wrapper .btn:hover {
    background-color: var(--btn-background-hover);
    border: var(--btn-border-hover);
    color: var(--btn-color-hover);
    font-size: 16px;
    padding: 16px 40px;
  }
}

/**
* Numbers And Data Entries
**/
.numbers-and-data-entry {
  background-color: #fff;
  margin: 0 8px 0 8px;
  padding: 12px 0 0 0;
}
@media (min-width: 768px) {
  .numbers-and-data-entry {
    margin: 0 8px 0 8px;
    padding: 24px 0 2px 0;
  }
}
@media (min-width: 992px) {
  .numbers-and-data-entry {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .numbers-and-data-entry {
    padding: 57.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .numbers-and-data-entry {
    padding: 80px 0;
  }
}
.numbers-and-data-entry .card {
  background-color: #E9F7F2;
  border: none;
  border-radius: 0;
  margin: 0 0 12px 0;
  padding: 24px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .numbers-and-data-entry .card {
    height: auto;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  .numbers-and-data-entry .card {
    height: auto;
    padding: 60px 64px 33px 64px;
  }
}
@media (min-width: 1200px) {
  .numbers-and-data-entry .card {
    height: 100%;
  }
}
.numbers-and-data-entry .card .number {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 17.1428571429px 0;
}
@media (min-width: 768px) {
  .numbers-and-data-entry .card .number {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .numbers-and-data-entry .card .number {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .numbers-and-data-entry .card .number {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1920px) {
  .numbers-and-data-entry .card .number {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 24px 0;
  }
}
.numbers-and-data-entry .card .data {
  background-color: transparent;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  hyphens: auto;
}
@media (min-width: 768px) {
  .numbers-and-data-entry .card .data {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1200px) {
  .numbers-and-data-entry .card .data {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .numbers-and-data-entry .card .data {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1920px) {
  .numbers-and-data-entry .card .data {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}

/**
* Large Text Block
*/
.large-text-block {
  background-color: #fff;
  font-family: "AeonikPro-Medium";
}
.large-text-block.bg-green {
  background-color: #E9F7F2;
}
.large-text-block.top-xl {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .large-text-block.top-xl {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .large-text-block.top-xl {
    padding-top: 142.8571428571px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.top-xl {
    padding-top: 142.8571428571px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.top-xl {
    padding-top: 142.8571428571px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.top-xl {
    padding-top: 200px;
  }
}
.large-text-block.top-lg {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .large-text-block.top-lg {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .large-text-block.top-lg {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.top-lg {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.top-lg {
    padding-top: 80px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.top-lg {
    padding-top: 120px;
  }
}
.large-text-block.top-md {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .large-text-block.top-md {
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .large-text-block.top-md {
    padding-top: 57.1428571429px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.top-md {
    padding-top: 57.1428571429px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.top-md {
    padding-top: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.top-md {
    padding-top: 80px;
  }
}
.large-text-block.top-sm {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .large-text-block.top-sm {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .large-text-block.top-sm {
    padding-top: 45.7142857143px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.top-sm {
    padding-top: 45.7142857143px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.top-sm {
    padding-top: 45.7142857143px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.top-sm {
    padding-top: 64px;
  }
}
.large-text-block.top-xs {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .large-text-block.top-xs {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .large-text-block.top-xs {
    padding-top: 28.5714285714px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.top-xs {
    padding-top: 28.5714285714px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.top-xs {
    padding-top: 28.5714285714px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.top-xs {
    padding-top: 40px;
  }
}
.large-text-block.bottom-xl {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .large-text-block.bottom-xl {
    padding-bottom: 142.8571428571px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.bottom-xl {
    padding-bottom: 142.8571428571px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.bottom-xl {
    padding-bottom: 142.8571428571px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.bottom-xl {
    padding-bottom: 200px;
  }
}
.large-text-block.bottom-lg {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .large-text-block.bottom-lg {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .large-text-block.bottom-lg {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.bottom-lg {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.bottom-lg {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.bottom-lg {
    padding-bottom: 120px;
  }
}
.large-text-block.bottom-md {
  padding-bottom: 28px;
}
@media (min-width: 992px) {
  .large-text-block.bottom-md {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.bottom-md {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.bottom-md {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.bottom-md {
    padding-bottom: 80px;
  }
}
.large-text-block.bottom-sm {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .large-text-block.bottom-sm {
    padding-bottom: 45.7142857143px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.bottom-sm {
    padding-bottom: 45.7142857143px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.bottom-sm {
    padding-bottom: 45.7142857143px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.bottom-sm {
    padding-bottom: 64px;
  }
}
.large-text-block.bottom-xs {
  padding-bottom: 28px;
}
@media (min-width: 992px) {
  .large-text-block.bottom-xs {
    padding-bottom: 28.5714285714px;
  }
}
@media (min-width: 1200px) {
  .large-text-block.bottom-xs {
    padding-bottom: 28.5714285714px;
  }
}
@media (min-width: 1400px) {
  .large-text-block.bottom-xs {
    padding-bottom: 28.5714285714px;
  }
}
@media (min-width: 1920px) {
  .large-text-block.bottom-xs {
    padding-bottom: 40px;
  }
}
.large-text-block .title {
  font-size: 40px;
  line-height: 100%;
  margin-top: 85px;
}
@media (min-width: 992px) {
  .large-text-block .title {
    font-size: 96px;
    margin-top: 205px;
  }
}
.large-text-block .title hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 24px 0 12px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .large-text-block .title hr {
    margin: 26px 0;
  }
}
.large-text-block .content {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  hyphens: auto;
  line-height: normal;
}
.large-text-block .content h2 {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 18px 0;
}
@media (min-width: 768px) {
  .large-text-block .content h2 {
    font-size: 64px;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .large-text-block .content h2 {
    font-size: 46px;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .large-text-block .content h2 {
    font-size: 45.7142857143px;
    line-height: normal;
    margin: 0 0 23px 0;
  }
}
@media (min-width: 1920px) {
  .large-text-block .content h2 {
    font-size: 64px;
    line-height: normal;
    margin: 0 0 36px 0;
  }
}
@media (min-width: 768px) {
  .large-text-block .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .large-text-block .content {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.8857142857px;
  }
}
@media (min-width: 1400px) {
  .large-text-block .content {
    font-size: 28.5714285714px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.4285714286px;
  }
}
@media (min-width: 1920px) {
  .large-text-block .content {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
  }
}
.large-text-block .content.big-font {
  font-size: 24px !important;
  font-weight: 500;
  hyphens: auto;
  line-height: normal;
}
@media (min-width: 768px) {
  .large-text-block .content.big-font {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .large-text-block .content.big-font {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .large-text-block .content.big-font {
    font-size: 45.7142857143px !important;
  }
}
@media (min-width: 1400px) {
  .large-text-block .content.big-font {
    font-size: 45.7142857143px !important;
  }
}
@media (min-width: 1920px) {
  .large-text-block .content.big-font {
    font-size: 64px !important;
  }
}
.large-text-block .additional-content {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .large-text-block .additional-content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .large-text-block .additional-content {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .large-text-block .additional-content {
    font-size: 25.7142857143px;
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .large-text-block .additional-content {
    font-size: 25.7142857143px;
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .large-text-block .additional-content {
    font-size: 36px;
    margin: 40px 0 0 0;
  }
}
.large-text-block.adapt-font-size .content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .large-text-block.adapt-font-size .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .large-text-block.adapt-font-size .content {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
@media (min-width: 1400px) {
  .large-text-block.adapt-font-size .content {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}

/**
* Simple Video Player
**/
.simple-video-player {
  background-color: #fff;
}
.simple-video-player .video-wrapper {
  cursor: pointer;
  height: auto;
  width: 100%;
}
.simple-video-player .video-wrapper video {
  height: auto;
  width: 100%;
}
.simple-video-player .video-wrapper .video-controls {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.simple-video-player .video-wrapper .video-controls .play,
.simple-video-player .video-wrapper .video-controls .pause {
  cursor: pointer;
  height: 50px;
  width: 50px;
}
@media (min-width: 992px) {
  .simple-video-player .video-wrapper .video-controls .play,
  .simple-video-player .video-wrapper .video-controls .pause {
    height: 100px;
    width: 100px;
  }
}
.simple-video-player .video-wrapper .video-controls .pause {
  display: none;
  opacity: 0.25;
}

/**
* Double Image Content
**/
.double-image-content {
  background-color: #fff;
}
@media (min-width: 768px) {
  .double-image-content {
    padding: 80px 0;
  }
}
.double-image-content .image-wrapper {
  height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .double-image-content .image-wrapper {
    height: 512px;
  }
}
@media (min-width: 992px) {
  .double-image-content .image-wrapper {
    height: 100vh;
  }
}
.double-image-content .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .double-image-content .content-container {
    left: 40px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 40px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .double-image-content .content-container {
    left: 80px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 80px;
    width: auto;
  }
}
.double-image-content .content-container .content-wrapper {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  padding: 24px 12px;
}
@media (min-width: 768px) {
  .double-image-content .content-container .content-wrapper {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    padding: 24px 0;
  }
}
@media (min-width: 1200px) {
  .double-image-content .content-container .content-wrapper {
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 50px 80px;
  }
}
@media (min-width: 1400px) {
  .double-image-content .content-container .content-wrapper {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    padding: 50px 80px;
  }
}

/**
* Double Image Content V2
**/
.double-image-content-v2 {
  background-color: #fff;
  width: 100%;
}
@media (min-width: 1200px) {
  .double-image-content-v2.top-margin {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .double-image-content-v2.top-margin.bottom-margin {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .double-image-content-v2.bottom-margin {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .double-image-content-v2.bottom-margin.top-margin {
    padding: 80px 0;
  }
}
.double-image-content-v2 .wrapper {
  height: auto;
  min-height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .double-image-content-v2 .wrapper {
    min-height: 512px;
  }
}
@media (min-width: 1200px) {
  .double-image-content-v2 .wrapper {
    min-height: 850px;
  }
}
@media (min-width: 1400px) {
  .double-image-content-v2 .wrapper {
    min-height: 1200px;
  }
}
.double-image-content-v2 .wrapper .content-wrapper {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  padding: 100px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .double-image-content-v2 .wrapper .content-wrapper {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .double-image-content-v2 .wrapper .content-wrapper {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .double-image-content-v2 .wrapper .content-wrapper {
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .double-image-content-v2 .wrapper .content-wrapper {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.double-image-content-v2 .wrapper .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.double-image-content-v2 .wrapper .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.double-image-content-v2 .wrapper .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.double-image-content-v2 .content-container .content-wrapper {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
  padding: 46px 12px;
}
@media (min-width: 768px) {
  .double-image-content-v2 .content-container .content-wrapper {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 80px 40px;
  }
}

/**
* Simple CTA
**/
.simple-cta {
  background-color: #fff;
  padding: 46px 0 0 0;
}
@media (min-width: 992px) {
  .simple-cta {
    padding: 80px 0 0 0;
  }
}
.simple-cta .btn {
  border: 2px solid #000;
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  padding: 16px 40px;
}
@media (min-width: 992px) {
  .simple-cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1200px) {
  .simple-cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .simple-cta .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .simple-cta .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.simple-cta .btn:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

/**
* Simple Slider Makers 3 Columns
**/
.simple-slider-makers-3-columns {
  background-color: #fff;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns {
    padding: 200px 0 120px 0;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers-3-columns {
    padding: 142.8571428571px 0 85.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers-3-columns {
    padding: 200px 0 120px 0;
  }
}
.simple-slider-makers-3-columns .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
@media (min-width: 1400px) {
  .simple-slider-makers-3-columns .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 48.4571428571px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers-3-columns .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
.simple-slider-makers-3-columns .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 4px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper-buttons {
    margin: 0;
  }
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev {
    margin: 0 27px 0 0;
  }
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next {
  height: 24px;
  left: auto;
  margin: 0 0 1px 0;
  position: relative;
  right: auto;
  width: auto;
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-makers-3-columns .swiper {
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper {
    margin: 40px 0 0 0;
  }
}
.simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .image-wrapper {
    height: 440px;
  }
}
@media (min-width: 1920px) {
  .simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .image-wrapper {
    height: auto;
  }
}
.simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper {
  margin: 28px 0 0 0;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper {
    margin: 40px 0 0 0;
  }
}
.simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper .name {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper .name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}
.simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper .function {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
}
@media (min-width: 992px) {
  .simple-slider-makers-3-columns .swiper .swiper-wrapper .swiper-slide a .content-wrapper .function {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}

/**
* Simple Slider Blog
**/
.simple-slider-blog {
  background-color: #fff;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .simple-slider-blog {
    padding: 120px 0 120px 0;
  }
}
.simple-slider-blog .title {
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .simple-slider-blog .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.simple-slider-blog .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 8px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .simple-slider-blog .swiper-buttons {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper-buttons {
    margin: 0 0 10px 0;
  }
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper-buttons .swiper-blog-button-prev {
    height: 32px;
    margin: 0 27px 0 0;
  }
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper-buttons .swiper-blog-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 768px) {
  .simple-slider-blog .swiper-buttons .swiper-blog-button-next {
    height: 32px;
    margin: 0;
  }
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper-buttons .swiper-blog-button-next img {
    height: 32px;
    width: 32px;
  }
}
.simple-slider-blog .swiper-buttons .swiper-blog-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider-blog .swiper {
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper {
    margin: 40px 0 0 0;
  }
}
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .image-wrapper {
  margin: 0;
}
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper {
  margin: 28px 0 0 0;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper {
    margin: 40px 0 0 0;
  }
}
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 28px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .title {
    font-size: 34.333px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 20px 0;
  }
}
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .content,
.simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .content p {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
}
@media (min-width: 992px) {
  .simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .content,
  .simple-slider-blog .swiper .swiper-wrapper .swiper-slide .content-wrapper .content p {
    font-size: 22.889px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}

/**
* Past Events
*/
@media (max-width: 768px) {
  body #popmake-5164.pum-container {
    max-width: 100% !important;
    top: unset !important;
    margin: 12px 12px 0 12px;
    bottom: 46px !important;
    padding: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 992px) {
  body #popmake-5164.pum-container {
    padding: 0px !important;
  }
}
/**
* Past Events
*/
.past-events {
  background-color: #fff;
  position: relative;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .past-events {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .past-events {
    padding: 120px 0 0 0;
  }
}
.past-events .title {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .past-events .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .past-events .title {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .past-events .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.7142857143px;
  }
}
@media (min-width: 1920px) {
  .past-events .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}
.past-events hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 2px;
  margin: 20px 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .past-events hr {
    display: none;
    margin: 0;
  }
}
.past-events .swiper-buttons {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-end;
  margin: 0 0 4px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .past-events .swiper-buttons {
    margin: 0;
  }
}
.past-events .swiper-buttons .swiper-pastevents-button-prev {
  height: 24px;
  left: auto;
  margin: 0 10px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .past-events .swiper-buttons .swiper-pastevents-button-prev {
    margin: 0 27px 0 0;
  }
}
.past-events .swiper-buttons .swiper-pastevents-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .past-events .swiper-buttons .swiper-pastevents-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.past-events .swiper-buttons .swiper-pastevents-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.past-events .swiper-buttons .swiper-pastevents-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 768px) {
  .past-events .swiper-buttons .swiper-pastevents-button-next {
    margin: 0;
  }
}
.past-events .swiper-buttons .swiper-pastevents-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .past-events .swiper-buttons .swiper-pastevents-button-next img {
    height: 32px;
    width: 32px;
  }
}
.past-events .swiper-buttons .swiper-pastevents-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.past-events .swiper {
  margin: 0;
}
@media (min-width: 992px) {
  .past-events .swiper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .past-events .swiper {
    margin: 28.5714285714px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .past-events .swiper {
    margin: 40px 0 0 0;
  }
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper a {
  color: #000;
  text-decoration: none;
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .image-wrapper {
  height: 475px;
  width: 100%;
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .image-wrapper {
    height: 600px;
    width: 100%;
  }
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper {
  bottom: 46px;
  left: 16px;
  position: absolute;
  right: 16px;
}
@media (min-width: 768px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper {
    bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper {
    bottom: auto;
    left: auto;
    margin: 20px 0 0 0;
    position: relative;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper {
    bottom: auto;
    left: auto;
    margin: 40px 0 0 0;
    position: relative;
    right: auto;
  }
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .date {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .date {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .date {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px;
  }
}
@media (min-width: 1920px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .date {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0;
}
@media (min-width: 768px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .title {
    color: #000;
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
  }
}
@media (min-width: 1920px) {
  .past-events .swiper .swiper-wrapper .swiper-slide .slide-wrapper .content-wrapper .title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}

/**
* Masonry Gallery
**/
.masonry-gallery {
  background-color: #fff;
  height: 450px;
}
@media (min-width: 768px) {
  .masonry-gallery {
    height: 850px;
  }
}
@media (min-width: 1200px) {
  .masonry-gallery {
    height: 850px;
  }
}
@media (min-width: 1400px) {
  .masonry-gallery {
    height: 100vh;
  }
}
.masonry-gallery .col-4 {
  padding: 0 6px 0 0;
}
@media (min-width: 992px) {
  .masonry-gallery .col-4 {
    padding: 0 12px;
  }
}
.masonry-gallery img {
  height: auto;
  margin: 0 0 6px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .masonry-gallery img {
    margin: 0 0 24px 0;
  }
}
.masonry-gallery .container .row div:nth-of-type(3) {
  padding-right: 0;
}

/**
* Reviews Block
*/
.reviews-block {
  background-color: #fff;
  position: relative;
  padding: 60px 0 86px 0;
}
@media (min-width: 992px) {
  .reviews-block {
    padding: 40px 0 120px 0;
  }
}
@media (min-width: 1400px) {
  .reviews-block {
    padding: 28.5714285714px 0 85.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .reviews-block {
    padding: 40px 0 120px 0;
  }
}
.reviews-block .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .reviews-block .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .reviews-block .title {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .reviews-block .title {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.7142857143px;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .reviews-block .title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
  }
}
.reviews-block hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 2px;
  margin: 20px 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .reviews-block hr {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .reviews-block hr {
    margin: 20px 0;
  }
}
@media (min-width: 1400px) {
  .reviews-block hr {
    margin: 21.4285714286px 0;
  }
}
@media (min-width: 1920px) {
  .reviews-block hr {
    margin: 30px 0;
  }
}
.reviews-block .swiper-buttons {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: flex-end;
  margin: 0 0 4px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .reviews-block .swiper-buttons {
    margin: 0;
  }
}
.reviews-block .swiper-buttons .swiper-reviews-button-prev {
  height: 24px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .reviews-block .swiper-buttons .swiper-reviews-button-prev {
    margin: 0 27px 0 0;
  }
}
.reviews-block .swiper-buttons .swiper-reviews-button-prev img {
  transform: rotate(-180deg);
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .reviews-block .swiper-buttons .swiper-reviews-button-prev img {
    height: 32px;
    width: 32px;
  }
}
.reviews-block .swiper-buttons .swiper-reviews-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.reviews-block .swiper-buttons .swiper-reviews-button-next {
  height: 24px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 768px) {
  .reviews-block .swiper-buttons .swiper-reviews-button-next {
    margin: 0;
  }
}
.reviews-block .swiper-buttons .swiper-reviews-button-next img {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .reviews-block .swiper-buttons .swiper-reviews-button-next img {
    height: 32px;
    width: 32px;
  }
}
.reviews-block .swiper-buttons .swiper-reviews-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.reviews-block .swiper {
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .reviews-block .swiper {
    margin: 40px 0 0 0;
  }
}
.reviews-block .swiper .swiper-wrapper .swiper-slide .name {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
  }
}
@media (min-width: 1400px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
  }
}
@media (min-width: 1920px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.reviews-block .swiper .swiper-wrapper .swiper-slide .function {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .function {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .function {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.1428571429px;
    margin: 7.1428571429px 0;
  }
}
@media (min-width: 1400px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .function {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.1428571429px;
    margin: 7.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .function {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
  }
}
.reviews-block .swiper .swiper-wrapper .swiper-slide .quote {
  font-family: "AeonikPro-Medium";
  font-size: 28.5714285714px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: 100%;
  margin: 0 0 46px 0;
}
@media (min-width: 768px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .quote {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .quote {
    font-size: 32.8571428571px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.8px;
    margin: 0 0 57.1428571429px 0;
  }
}
@media (min-width: 1400px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .quote {
    font-size: 32.8571428571px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.8px;
    margin: 0 0 57.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .reviews-block .swiper .swiper-wrapper .swiper-slide .quote {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0 0 80px 0;
  }
}

/**
* Shop Directory Module
**/
.shop-directory {
  background-color: #fff;
  padding: 60px 0 86px 0;
}
@media (min-width: 992px) {
  .shop-directory {
    padding: 120px 0 80px 0;
  }
}
.shop-directory .title h2 {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .shop-directory .title h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .title h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .shop-directory .title h2 {
    font-size: 45.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.7142857143px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1920px) {
  .shop-directory .title h2 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 20px 0;
  }
}
.shop-directory .content {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .shop-directory .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .shop-directory .content {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: 0 0 45.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .shop-directory .content {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0 0 64px 0;
  }
}
.shop-directory .button-wrapper {
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .shop-directory .button-wrapper {
    margin: 0 0 60px 0;
  }
}
.shop-directory .button-wrapper a {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 10px 10px 0;
  padding: 16px 40px;
  text-decoration: none;
  width: auto;
}
@media (min-width: 768px) {
  .shop-directory .button-wrapper a {
    margin: 0 20px 12px 0;
  }
  .shop-directory .button-wrapper a:last-child {
    margin: 0 0 12px 0;
  }
}
@media (min-width: 992px) {
  .shop-directory .button-wrapper a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0 20px 0 0;
    padding: 8px 40px;
  }
  .shop-directory .button-wrapper a:last-child {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .shop-directory .button-wrapper a {
    margin: 0 20px 0 0;
  }
  .shop-directory .button-wrapper a:last-child {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .shop-directory .button-wrapper a {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0 20px 0 0;
    padding: 8px 40px;
  }
  .shop-directory .button-wrapper a:last-child {
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .shop-directory .button-wrapper a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0 20px 0 0;
    padding: 16px 40px;
  }
  .shop-directory .button-wrapper a:last-child {
    margin: 0;
  }
}
.shop-directory .button-wrapper a:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.shop-directory .button-wrapper a.active {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.shop-directory .accordion-item {
  border: none;
}
.shop-directory .accordion-item.hidden {
  display: none;
}
.shop-directory .accordion-item .accordion-header .accordion-button {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 110%;
  padding: 20px 0;
  border-bottom: 2px solid #000;
  box-shadow: none;
}
@media (min-width: 768px) {
  .shop-directory .accordion-item .accordion-header .accordion-button {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .accordion-item .accordion-header .accordion-button {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .shop-directory .accordion-item .accordion-header .accordion-button {
    padding: 40px 0;
  }
}
.shop-directory .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: inherit;
  color: #000;
  box-shadow: none;
}
.shop-directory .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../img/dropdown-arrow.png");
  transform: rotate(-180deg);
}
.shop-directory .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.shop-directory .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border: none;
}
.shop-directory .accordion-item .accordion-header .accordion-button[aria-expanded=true] .teaching-pros {
  display: block;
}
.shop-directory .accordion-item .accordion-header .accordion-button[aria-expanded=false] {
  border-bottom: 2px solid #000;
}
.shop-directory .accordion-item .accordion-header .accordion-button[aria-expanded=false] .teaching-pros {
  display: none;
}
.shop-directory .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 12px;
}
.shop-directory .accordion-item .accordion-header .accordion-button .icon-wrapper {
  height: 18px;
  left: 0;
  position: absolute;
  width: auto;
}
@media (min-width: 992px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .icon-wrapper {
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
}
.shop-directory .accordion-item .accordion-header .accordion-button .icon-wrapper img {
  height: 18px;
  width: auto;
}
@media (min-width: 992px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .icon-wrapper img {
    height: 35px;
    width: auto;
  }
}
.shop-directory .accordion-item .accordion-header .accordion-button .shop-name,
.shop-directory .accordion-item .accordion-header .accordion-button .teaching-pros {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name,
  .shop-directory .accordion-item .accordion-header .accordion-button .teaching-pros {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 1200px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name,
  .shop-directory .accordion-item .accordion-header .accordion-button .teaching-pros {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name,
  .shop-directory .accordion-item .accordion-header .accordion-button .teaching-pros {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
  }
}
@media (min-width: 1920px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name,
  .shop-directory .accordion-item .accordion-header .accordion-button .teaching-pros {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.shop-directory .accordion-item .accordion-header .accordion-button .shop-name {
  padding: 0 0 0 24px;
}
@media (min-width: 992px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name {
    padding: 0 0 0 37.8571428571px;
  }
}
@media (min-width: 1920px) {
  .shop-directory .accordion-item .accordion-header .accordion-button .shop-name {
    padding: 0 0 0 53px;
  }
}
.shop-directory .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  border-bottom: 2px solid #000;
}
@media (min-width: 992px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body {
    padding: 50px 0 150px 0;
  }
}
.shop-directory .accordion-item .accordion-collapse .accordion-body .shop-address {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .shop-address {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .shop-address {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .shop-address {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
  }
}
@media (min-width: 1920px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .shop-address {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}
.shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1400px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros {
    display: none;
  }
}
.shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros-content {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .shop-directory .accordion-item .accordion-collapse .accordion-body .teaching-pros-content {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    margin: 0;
  }
}
.shop-directory .btn {
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 30px 0 0 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 768px) {
  .shop-directory .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
@media (min-width: 992px) {
  .shop-directory .btn {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 8px 40px;
  }
}
@media (min-width: 1200px) {
  .shop-directory .btn {
    font-size: 13px;
    margin: 60px 0 0 0;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .shop-directory .btn {
    font-size: 13px;
    margin: 60px 0 0 0;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .shop-directory .btn {
    font-size: 16px;
    margin: 60px 0 0 0;
    padding: 16px 40px;
  }
}
.shop-directory .btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

/**
* Event Content Block
**/
.event-content-block {
  background-color: #fff;
  padding: 120px 0 14px 0;
}
@media (min-width: 992px) {
  .event-content-block {
    padding: 120px 0 80px 0;
  }
}
.event-content-block h2 {
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .event-content-block h2 {
    font-family: "AeonikPro-Medium";
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 28px 0;
  }
}
@media (min-width: 992px) {
  .event-content-block h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 80px 0;
  }
}
.event-content-block .subtitle {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .event-content-block .subtitle {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0 0 64px 0;
  }
}
.event-content-block .content-wrapper {
  background-color: #E9F7F2;
  padding: 60px 0;
}
.event-content-block .content-wrapper .container {
  padding: 0 12px;
}
@media (min-width: 992px) {
  .event-content-block .content-wrapper .container {
    padding: 0 58px;
  }
}
.event-content-block .content-wrapper .event-content-title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 60px 0;
}
@media (min-width: 992px) {
  .event-content-block .content-wrapper .event-content-title {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    margin: 0 0 80px 0;
  }
}
.event-content-block .content-wrapper .event-content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 40px 0;
}
.event-content-block .content-wrapper .event-content ul li strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 126%;
}
@media (min-width: 992px) {
  .event-content-block .content-wrapper .event-content ul li {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
  .event-content-block .content-wrapper .event-content ul li strong {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
  }
}
.event-content-block .content-wrapper .cta-wrapper {
  margin: 60px 0 0 0;
}
@media (min-width: 992px) {
  .event-content-block .content-wrapper .cta-wrapper {
    margin: 80px 0 0 0;
  }
}
.event-content-block .content-wrapper .cta-wrapper .btn {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 16px 40px;
}
.event-content-block .content-wrapper .cta-wrapper .btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

/**
* Social Media Links
**/
.social-media-links {
  background-color: #fff;
  padding: 28px 0 86px 0;
  position: relative;
}
@media (min-width: 768px) {
  .social-media-links {
    padding: 40px 0 120px 0;
  }
}
@media (min-width: 1200px) {
  .social-media-links {
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .social-media-links {
    padding: 40px 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .social-media-links {
    padding: 105px 0 80px 0;
  }
}
@media (min-width: 1400px) {
  .social-media-links {
    padding: 75px 0 57.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  .social-media-links {
    padding: 105px 0 80px 0;
  }
}
.social-media-links .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .social-media-links .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .social-media-links .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .social-media-links .title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .social-media-links .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 0;
  }
}
.social-media-links .social-media-wrapper {
  height: 100%;
}
.social-media-links .social-media-wrapper .social-media-item {
  margin: 0 40px 0 0;
}
.social-media-links .social-media-wrapper .social-media-item:last-child {
  margin: 0;
}
.social-media-links .social-media-wrapper .social-media-item a img {
  height: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .social-media-links .social-media-wrapper .social-media-item a img {
    height: 40px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .social-media-links .social-media-wrapper .social-media-item a img {
    height: 16px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .social-media-links .social-media-wrapper .social-media-item a img {
    height: 22px;
    width: auto;
  }
}

/**
* Form Accordion/No Accordion
**/
.form-accordion,
.form-no-accordion,
.form-popup {
  padding: 0 4px;
}
.form-accordion.bg-white,
.form-no-accordion.bg-white,
.form-popup.bg-white {
  background-color: rgb(255, 255, 255);
  color: #000;
}
.form-accordion.bg-light-green,
.form-no-accordion.bg-light-green,
.form-popup.bg-light-green {
  background-color: rgb(233, 247, 242);
  color: #000;
}
.form-accordion.bg-dark-green,
.form-no-accordion.bg-dark-green,
.form-popup.bg-dark-green {
  background-color: rgb(22, 55, 48);
  color: #fff;
}
.form-accordion.bg-purple,
.form-no-accordion.bg-purple,
.form-popup.bg-purple {
  background-color: rgb(181, 157, 220);
  color: #000;
}
.form-accordion .container,
.form-no-accordion .container,
.form-popup .container {
  padding: 0 20px;
}
.form-accordion .container .content-wrapper .title,
.form-no-accordion .container .content-wrapper .title,
.form-popup .container .content-wrapper .title {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: normal;
  margin: 44px 0 42px 0;
}
.form-accordion .container .content-wrapper .content,
.form-no-accordion .container .content-wrapper .content,
.form-popup .container .content-wrapper .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  hyphens: auto;
  line-height: normal;
  margin: 0 0 34px 0;
}
.form-accordion .container .btn,
.form-no-accordion .container .btn,
.form-popup .container .btn {
  border: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  margin: 0 0 24px 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 992px) {
  .form-accordion .container .btn,
  .form-no-accordion .container .btn,
  .form-popup .container .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .form-accordion .container .btn,
  .form-no-accordion .container .btn,
  .form-popup .container .btn {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .form-accordion .container .btn,
  .form-no-accordion .container .btn,
  .form-popup .container .btn {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.form-accordion .container .btn:hover,
.form-no-accordion .container .btn:hover,
.form-popup .container .btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}
.form-accordion .container .btn[aria-expanded=false],
.form-no-accordion .container .btn[aria-expanded=false],
.form-popup .container .btn[aria-expanded=false] {
  display: block;
}
.form-accordion .container .btn[aria-expanded=true],
.form-no-accordion .container .btn[aria-expanded=true],
.form-popup .container .btn[aria-expanded=true] {
  display: none;
}
.form-accordion .container .form-wrapper .hbspt-form input[type=text],
.form-accordion .container .form-wrapper .hbspt-form input[type=email],
.form-accordion .container .form-wrapper .hbspt-form input[type=tel],
.form-accordion .container .form-wrapper .hbspt-form textarea,
.form-no-accordion .container .form-wrapper .hbspt-form input[type=text],
.form-no-accordion .container .form-wrapper .hbspt-form input[type=email],
.form-no-accordion .container .form-wrapper .hbspt-form input[type=tel],
.form-no-accordion .container .form-wrapper .hbspt-form textarea,
.form-popup .container .form-wrapper .hbspt-form input[type=text],
.form-popup .container .form-wrapper .hbspt-form input[type=email],
.form-popup .container .form-wrapper .hbspt-form input[type=tel],
.form-popup .container .form-wrapper .hbspt-form textarea {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
}
.form-accordion .container .form-wrapper .hbspt-form input[type=submit],
.form-no-accordion .container .form-wrapper .hbspt-form input[type=submit],
.form-popup .container .form-wrapper .hbspt-form input[type=submit] {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.form-accordion .container .form-wrapper .hbspt-form input[type=submit]:hover,
.form-no-accordion .container .form-wrapper .hbspt-form input[type=submit]:hover,
.form-popup .container .form-wrapper .hbspt-form input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox input[type=checkbox],
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox input[type=checkbox],
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox input[type=checkbox] {
  height: 24px !important;
  top: 5px;
  width: 24px !important;
  z-index: 9999;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span {
  margin-left: 50px;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::before,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::before,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::before {
  border: 2px solid rgba(0, 0, 0, 0.25) !important;
  top: 5px;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::after,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::after,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span::after {
  left: 7px;
  top: 8px;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span .hs-form-required,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span .hs-form-required,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox label span .hs-form-required {
  color: #000;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.form-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a:hover,
.form-no-accordion .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a:hover,
.form-popup .container .form-wrapper .hbspt-form .hs-form-booleancheckbox p a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.form-accordion {
  border: none;
  left: 12px;
  max-height: 80vh;
  overflow-y: auto;
  position: fixed !important;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: auto;
  z-index: 9999999;
}
@media (min-width: 768px) {
  .form-accordion {
    left: auto;
    right: 12px;
    width: 440px;
  }
}
@media (min-width: 992px) {
  .form-accordion {
    left: auto;
    right: 80px;
    width: 440px;
  }
}
.form-accordion .close-btn {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 30px;
  text-align: right;
  width: 90%;
  z-index: 99999999;
}
.form-accordion .close-btn img {
  height: 18px;
  width: auto;
}

.form-accordion-mini {
  align-items: center;
  bottom: 55px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: none;
  font-family: "AeonikPro-Medium";
  flex-direction: row;
  left: auto;
  position: fixed !important;
  right: 1.15rem;
  z-index: 9999999;
}
@media (min-width: 1400px) {
  .form-accordion-mini {
    background-color: #163730;
    bottom: auto;
    border-radius: 0;
    padding: 20px;
    right: 0;
    top: 50%;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(50%);
  }
}
.form-accordion-mini .title-mini {
  font-family: "AeonikPro-Medium";
  color: #fff;
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
@media (min-width: 1400px) {
  .form-accordion-mini .title-mini {
    display: block;
  }
}
.form-accordion-mini .icon-mini {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 25px;
  width: 25px;
}
@media (min-width: 1400px) {
  .form-accordion-mini .icon-mini {
    display: block;
    height: auto;
    width: auto;
  }
}
.form-accordion-mini .icon-mini img {
  height: auto;
  width: 15px;
}
@media (min-width: 1400px) {
  .form-accordion-mini .icon-mini img {
    height: 15.33px;
    width: auto;
  }
}
.form-accordion-mini .icon-mini-mobile {
  align-items: center;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 31px;
  width: 31px;
}
@media (min-width: 1400px) {
  .form-accordion-mini .icon-mini-mobile {
    display: none;
    height: auto;
    width: auto;
  }
}
.form-accordion-mini .icon-mini-mobile img {
  height: auto;
  width: 60%;
}
@media (min-width: 1400px) {
  .form-accordion-mini .icon-mini-mobile img {
    height: 15.33px;
    width: auto;
  }
}

.form-popup .hbspt-form input[type=number] {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  padding: 5px 0 5px 5px;
  width: 100% !important;
}
.form-popup .hbspt-form select {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
  padding: 6px 0 6px 5px !important;
  width: 100% !important;
}
.form-popup .hbspt-form .hs-form-checkbox label span,
.form-popup .hbspt-form .hs-form-booleancheckbox label span {
  margin-top: 8px;
}
.form-popup .hbspt-form .hs-form-checkbox label span::before,
.form-popup .hbspt-form .hs-form-booleancheckbox label span::before {
  border: 2px solid rgba(22, 55, 48, 0.4);
  top: 5px;
}
.form-popup .hbspt-form .hs-form-checkbox label span::after,
.form-popup .hbspt-form .hs-form-booleancheckbox label span::after {
  left: 5px !important;
  top: 6px !important;
}
.form-popup .hbspt-form .hs-input {
  width: 100%;
}
@media (min-width: 992px) {
  .form-popup .hbspt-form .hs-input {
    width: 95%;
  }
}
.form-popup .hbspt-form .input {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .form-popup .hbspt-form .input {
    margin-right: 8px;
    width: 95%;
  }
}
.form-popup .hbspt-form .form-columns-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-popup .hbspt-form .form-columns-2 .input {
  width: 98%;
}
.form-popup .hbspt-form .form-columns-2 .hs-form-field {
  width: 98%;
}
@media (min-width: 768px) {
  .form-popup .hbspt-form .form-columns-2 {
    flex-direction: row;
  }
  .form-popup .hbspt-form .form-columns-2 .input {
    width: 100%;
  }
  .form-popup .hbspt-form .form-columns-2 .hs-form-field {
    width: 49%;
  }
}
.form-popup .hbspt-form .form-columns-1 .input {
  width: 98%;
}
@media (min-width: 768px) {
  .form-popup .hbspt-form .form-columns-1 .input {
    width: 100%;
  }
}
.form-popup .hbspt-form input[type=submit] {
  width: fit-content !important;
}
.form-popup .close-btn {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
  height: 30px;
  text-align: right;
  width: 90%;
  z-index: 0;
}
.form-popup .close-btn img {
  height: 18px !important;
  width: auto;
}

/**
* Blog Post Hubspot form
**/
.blog-post-hubspot-form {
  border: 2px solid #000;
  padding: 32px 24px;
}
.blog-post-hubspot-form .hubspot-title {
  font-family: "AeonikPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 28px 0;
}
.blog-post-hubspot-form .hubspot-content {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 100px 0;
}
.blog-post-hubspot-form .hubspot-content p {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=text],
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=email] {
  border: 2px solid rgb(0, 0, 0) !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=text]::placeholder,
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=email]::placeholder {
  color: #000 !important;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-submit {
  margin: 28px 0 0 0;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=submit] {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 12px 40px;
  width: 100%;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox input[type=checkbox] {
  height: 24px !important;
  top: 0;
  width: 24px !important;
  z-index: 9999;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox label span {
  margin-left: 50px;
  line-height: 0px;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox label span::before {
  border: 2px solid rgb(0, 0, 0) !important;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox label span::after {
  left: 7px;
  top: 3px;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox label span .hs-form-required {
  color: #000;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox p a {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.blog-post-hubspot-form .hubspot-form .hbspt-form .hs-form-booleancheckbox p a:hover {
  color: rgba(0, 0, 0, 0.4);
}

/**
* Legal Pages "Content Column" Module
**/
#imprint,
#data-protection,
#terms-and-conditions,
#care-and-use-instructions,
#ninety-days-money-back {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 160px 0 80px 0;
}
@media (min-width: 992px) {
  #imprint,
  #data-protection,
  #terms-and-conditions,
  #care-and-use-instructions,
  #ninety-days-money-back {
    margin: 240px 0 150px 0;
  }
}
@media (min-width: 1400px) {
  #imprint,
  #data-protection,
  #terms-and-conditions,
  #care-and-use-instructions,
  #ninety-days-money-back {
    margin: 171.4285714286px 0 107.1428571429px 0;
  }
}
@media (min-width: 1920px) {
  #imprint,
  #data-protection,
  #terms-and-conditions,
  #care-and-use-instructions,
  #ninety-days-money-back {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 240px 0 150px 0;
  }
}
#imprint p,
#data-protection p,
#terms-and-conditions p,
#care-and-use-instructions p,
#ninety-days-money-back p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1920px) {
  #imprint p,
  #data-protection p,
  #terms-and-conditions p,
  #care-and-use-instructions p,
  #ninety-days-money-back p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
@media (min-width: 992px) {
  #imprint .content,
  #data-protection .content,
  #terms-and-conditions .content,
  #care-and-use-instructions .content,
  #ninety-days-money-back .content {
    padding: 0 95px;
  }
}
@media (min-width: 1200px) {
  #imprint .content,
  #data-protection .content,
  #terms-and-conditions .content,
  #care-and-use-instructions .content,
  #ninety-days-money-back .content {
    padding: 0 120px;
  }
}
@media (min-width: 1400px) {
  #imprint .content,
  #data-protection .content,
  #terms-and-conditions .content,
  #care-and-use-instructions .content,
  #ninety-days-money-back .content {
    padding: 0 125px;
  }
}
@media (min-width: 1680px) {
  #imprint .content,
  #data-protection .content,
  #terms-and-conditions .content,
  #care-and-use-instructions .content,
  #ninety-days-money-back .content {
    padding: 0 105px;
  }
}
@media (min-width: 1920px) {
  #imprint .content,
  #data-protection .content,
  #terms-and-conditions .content,
  #care-and-use-instructions .content,
  #ninety-days-money-back .content {
    padding: 0 160px;
  }
}
#imprint hr,
#data-protection hr,
#terms-and-conditions hr,
#care-and-use-instructions hr,
#ninety-days-money-back hr {
  background-color: #000;
  border: none;
  color: #000;
  height: 2px;
  hyphens: auto;
  margin: 30px 0 50px 0;
  opacity: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 1920px) {
  #imprint hr,
  #data-protection hr,
  #terms-and-conditions hr,
  #care-and-use-instructions hr,
  #ninety-days-money-back hr {
    margin: 40px 0 60px 0;
  }
}
#imprint h1,
#data-protection h1,
#terms-and-conditions h1,
#care-and-use-instructions h1,
#ninety-days-money-back h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  font-family: "AeonikPro-Medium";
  hyphens: auto;
}
@media (min-width: 768px) {
  #imprint h1,
  #data-protection h1,
  #terms-and-conditions h1,
  #care-and-use-instructions h1,
  #ninety-days-money-back h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #imprint h1,
  #data-protection h1,
  #terms-and-conditions h1,
  #care-and-use-instructions h1,
  #ninety-days-money-back h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  #imprint h1,
  #data-protection h1,
  #terms-and-conditions h1,
  #care-and-use-instructions h1,
  #ninety-days-money-back h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  #imprint h1,
  #data-protection h1,
  #terms-and-conditions h1,
  #care-and-use-instructions h1,
  #ninety-days-money-back h1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0;
  }
}
#imprint h2,
#data-protection h2,
#terms-and-conditions h2,
#care-and-use-instructions h2,
#ninety-days-money-back h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 16.8px 0;
}
@media (min-width: 1920px) {
  #imprint h2,
  #data-protection h2,
  #terms-and-conditions h2,
  #care-and-use-instructions h2,
  #ninety-days-money-back h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 20px 0;
  }
}
#imprint ul li,
#data-protection ul li,
#terms-and-conditions ul li,
#care-and-use-instructions ul li,
#ninety-days-money-back ul li {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin: 0 0 16px 0;
}
@media (min-width: 1920px) {
  #imprint ul li,
  #data-protection ul li,
  #terms-and-conditions ul li,
  #care-and-use-instructions ul li,
  #ninety-days-money-back ul li {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
#imprint ul li strong,
#data-protection ul li strong,
#terms-and-conditions ul li strong,
#care-and-use-instructions ul li strong,
#ninety-days-money-back ul li strong {
  font-family: "AeonikPro-Medium";
}

/**
* Image with Content and CTA
**/
.image-content-cta {
  background-color: #fff;
  min-height: 800px;
  position: relative;
  z-index: 0;
}
@media (min-width: 1200px) {
  .image-content-cta {
    height: 800px;
    min-height: 800px;
  }
}
@media (min-width: 1920px) {
  .image-content-cta {
    height: 800px;
    min-height: 1080px;
  }
}
.image-content-cta .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.image-content-cta .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-content-cta .content-wrapper {
  margin: 16px 0 0 0;
}
@media (min-width: 1200px) {
  .image-content-cta .content-wrapper {
    margin: 0 0 120px 0;
  }
}
.image-content-cta .content-wrapper .content {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 1200px) {
  .image-content-cta .content-wrapper .content {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%;
  }
}
.image-content-cta .content-wrapper .cta {
  margin: 28px 0 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .image-content-cta .content-wrapper .cta {
    margin: 60px 0 0 0;
  }
}
.image-content-cta .content-wrapper .cta a {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  padding: 16px 40px;
}
.image-content-cta .content-wrapper .cta a:hover {
  color: #000;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
}

/**
* Transition Block
**/
.transition-block {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .transition-block {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .transition-block {
    padding: 120px 0;
  }
}
@media (min-width: 1400px) {
  .transition-block {
    padding: 120px 0;
  }
}
.transition-block h2 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .transition-block h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 28px 0;
  }
}
@media (min-width: 1200px) {
  .transition-block h2 {
    font-size: 76px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .transition-block h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 40px 0;
  }
}
.transition-block .content {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 768px) {
  .transition-block .content {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .transition-block .content {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .transition-block .content {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    letter-spacing: 0.64px;
  }
}

/**
* Download Media
*/
.download-media {
  background-color: #fff;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .download-media {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .download-media {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .download-media {
    padding: 60px 0 0 0;
  }
}
.download-media .title h2 {
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  hyphens: auto;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .download-media .title h2 {
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .download-media .title h2 {
    line-height: 106px;
  }
}
@media (min-width: 1200px) {
  .download-media .title h2 {
    font-size: 68.5714285714px;
    font-style: normal;
    font-weight: 500;
    line-height: 72.6857142857px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .download-media .title h2 {
    font-size: 68.5714285714px;
    font-style: normal;
    font-weight: 500;
    line-height: 72.6857142857px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1920px) {
  .download-media .title h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .download-media article {
    margin: 0 0 40px 0;
  }
}
.download-media article .file-type {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  padding: 16px 40px;
}
@media (min-width: 768px) {
  .download-media article .file-type {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 48.5px;
  }
}
@media (min-width: 1200px) {
  .download-media article .file-type {
    font-size: 20.399px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    padding: 13.599px 33.998px;
  }
}
@media (min-width: 1400px) {
  .download-media article .file-type {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    padding: 11.4285714286px 28.5714285714px;
  }
}
@media (min-width: 1920px) {
  .download-media article .file-type {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    padding: 16px 40px;
  }
}
.download-media article .thumbnail {
  height: 330px;
}
@media (min-width: 768px) {
  .download-media article .thumbnail {
    height: 340px;
  }
}
@media (min-width: 1400px) {
  .download-media article .thumbnail {
    height: 360px;
  }
}
@media (min-width: 1920px) {
  .download-media article .thumbnail {
    height: 400px;
  }
}
.download-media article .content-wrapper {
  padding: 14px 12px 0 12px;
}
@media (min-width: 992px) {
  .download-media article .content-wrapper {
    padding: 18px 10px 0 10px;
  }
}
@media (min-width: 1400px) {
  .download-media article .content-wrapper {
    padding: 18px 10px 0 10px;
  }
}
.download-media article .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .download-media article .content-wrapper .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  .download-media article .content-wrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .download-media article .content-wrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1400px) {
  .download-media article .content-wrapper .title {
    font-size: 25.7142857143px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.7142857143px;
    margin: 0 0 14.2857142857px 0;
  }
}
@media (min-width: 1920px) {
  .download-media article .content-wrapper .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
.download-media article .content-wrapper .content {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .download-media article .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .download-media article .content-wrapper .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .download-media article .content-wrapper .content {
    font-size: 17.1428571429px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
  }
}
@media (min-width: 1920px) {
  .download-media article .content-wrapper .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}
.download-media article .content-wrapper .cta-wrapper {
  flex-direction: row;
  padding: 40px 0 20px 0;
}
@media (min-width: 768px) {
  .download-media article .content-wrapper .cta-wrapper {
    padding: 40px 0 35.95px 0;
  }
}
@media (min-width: 1200px) {
  .download-media article .content-wrapper .cta-wrapper {
    padding: 60px 0 34px 0;
  }
}
@media (min-width: 1400px) {
  .download-media article .content-wrapper .cta-wrapper {
    padding: 40px 0 40px 0;
  }
}
.download-media article .content-wrapper .cta-wrapper .cta {
  margin: 0 12px 8px 0;
}
@media (min-width: 992px) {
  .download-media.is-first.not-on-press#presse-artikel, .download-media.is-first.not-on-press#press-articles {
    padding: 0;
  }
}
.download-media.not-on-press#test-reviews {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .download-media.not-on-press#test-reviews {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .download-media.not-on-press#test-reviews {
    padding-bottom: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .download-media.not-on-press#test-reviews {
    padding-bottom: 80px;
  }
}
.download-media .btn {
  border: 2px solid #000;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 30px 0 0 0;
  padding: 16px 40px;
  width: fit-content;
}
@media (min-width: 768px) {
  .download-media .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 16px 40px;
  }
}
@media (min-width: 1200px) {
  .download-media .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    padding: 10.174px 25.436px;
  }
}
@media (min-width: 1200px) {
  .download-media .btn {
    margin: 60px 0 0 0;
    padding: 16px 40px;
  }
}
.download-media .btn:hover {
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

/**
* Blog Blocks
**/
.hero-blog-p1 {
  padding: 70px 0 0 0;
}
.hero-blog-p1 h1 {
  hyphens: auto;
}
.hero-blog-p1 .category {
  padding: 50px 0 0 0;
}

.image-blog {
  width: 100%;
}
.image-blog.x-left.y-top img {
  object-position: left top;
}
.image-blog.x-left.y-center img {
  object-position: left center;
}
.image-blog.x-left.y-bottom img {
  object-position: left bottom;
}
.image-blog.x-center.y-top img {
  object-position: center top;
}
.image-blog.x-center.y-center img {
  object-position: center center;
}
.image-blog.x-center.y-bottom img {
  object-position: center bottom;
}
.image-blog.x-right.y-top img {
  object-position: right top;
}
.image-blog.x-right.y-center img {
  object-position: right center;
}
.image-blog.x-right.y-bottom img {
  object-position: right bottom;
}
.image-blog img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.gallery-blog figure.x-left.y-top img {
  object-position: left top;
}
.gallery-blog figure.x-left.y-center img {
  object-position: left center;
}
.gallery-blog figure.x-left.y-bottom img {
  object-position: left bottom;
}
.gallery-blog figure.x-center.y-top img {
  object-position: center top;
}
.gallery-blog figure.x-center.y-center img {
  object-position: center center;
}
.gallery-blog figure.x-center.y-bottom img {
  object-position: center bottom;
}
.gallery-blog figure.x-right.y-top img {
  object-position: right top;
}
.gallery-blog figure.x-right.y-center img {
  object-position: right center;
}
.gallery-blog figure.x-right.y-bottom img {
  object-position: right bottom;
}

#error-404 {
  height: 100vh;
}

/**
* Vimeo embed
**/
.vimeo-embed {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.vimeo-embed .wp-block-embed-vimeo {
  margin: 0;
}
.vimeo-embed .wp-block-embed-vimeo .wp-block-embed__wrapper {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
  position: relative;
  width: 100%;
}
.vimeo-embed .wp-block-embed-vimeo .wp-block-embed__wrapper:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.vimeo-embed .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  transform: unset;
  top: 0;
  position: absolute;
  width: 100%;
}

/**
* Content Spacer
**/
.content-spacer.height-xxs {
  height: 12px;
}
@media (min-width: 768px) {
  .content-spacer.height-xxs {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .content-spacer.height-xxs {
    height: 24px;
  }
}
.content-spacer.height-xs {
  height: 20px;
}
@media (min-width: 992px) {
  .content-spacer.height-xs {
    height: 40px;
  }
}
.content-spacer.height-sm {
  height: 40px;
}
.content-spacer.height-md {
  height: 12px;
}
@media (min-width: 768px) {
  .content-spacer.height-md {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .content-spacer.height-md {
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .content-spacer.height-md {
    height: 57.1428571429px;
  }
}
@media (min-width: 1920px) {
  .content-spacer.height-md {
    height: 80px;
  }
}
.content-spacer.height-lg {
  height: 80px;
}
@media (min-width: 992px) {
  .content-spacer.height-lg {
    height: 120px;
  }
}
.content-spacer.height-xl {
  height: 140px;
}

/**
* PopUp Maker with Hubspot Form Only
**/
.pum-container {
  background-color: #fff !important;
  padding: 28px 15px 28px 20px !important;
}
.pum-container .pum-content .hbspt-form input[type=text],
.pum-container .pum-content .hbspt-form input[type=email],
.pum-container .pum-content .hbspt-form input[type=tel],
.pum-container .pum-content .hbspt-form textarea {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
}
.pum-container .pum-content .hbspt-form input[type=submit] {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.pum-container .pum-content .hbspt-form input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.pum-container .pum-content .hbspt-form .hs-form-checkbox label span::before {
  border: 2px solid rgba(22, 55, 48, 0.4);
}
.pum-container .pum-content .hbspt-form .hs-form-checkbox-display span {
  font-size: 12px;
  margin: 6px 0 0 36px;
}
@media (min-width: 992px) {
  .pum-container .pum-content .hbspt-form .hs-form-checkbox-display span {
    font-size: 16px;
    margin: 3px 0 0 36px;
  }
}
.pum-container .pum-content .hbspt-form .legal-consent-container {
  margin: 0;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox {
  margin: 10px 0 0 0;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox input[type=checkbox] {
  height: 24px !important;
  top: 5px;
  width: 24px !important;
  z-index: 9999;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox label span {
  font-size: 12px;
  margin: 5px 0 5px 40px;
}
@media (min-width: 992px) {
  .pum-container .pum-content .hbspt-form .hs-form-booleancheckbox label span {
    font-size: 16px;
    margin: 2px 0 5px 50px;
  }
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox label span::before {
  border: 2px solid rgba(0, 0, 0, 0.25) !important;
  top: 0;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox label span::after {
  left: 5px;
  top: 0;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox label span .hs-form-required {
  color: #000;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox p a {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.pum-container .pum-content .hbspt-form .hs-form-booleancheckbox p a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.pum-container .pum-content .hbspt-form .hs-submit {
  margin: 28px 0 0 0;
}
.pum-container .pum-close {
  font-family: "AeonikPro-Regular" !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  opacity: 1;
  right: 10px !important;
  top: 10px !important;
}/*# sourceMappingURL=main-1920.css.map */