.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 100vh;
  max-height: unset; }

.hero__content {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  pointer-events: none;
  margin-bottom: 60px; }
  @media all and (min-width: 769px) {
    .hero__content {
      margin-bottom: 0; } }

.hero__text__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column; }
  .hero__text__wrapper h2 {
    pointer-events: all; }

.hero__slideshow__item__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0s ease 1s;
  transition: -webkit-transform 0s ease 1s;
  -o-transition: transform 0s ease 1s;
  transition: transform 0s ease 1s;
  transition: transform 0s ease 1s, -webkit-transform 0s ease 1s; }
  .mason--skipSplash .inview .swiper-slide-active .hero__slideshow__item__image, .mason--sixth .inview .swiper-slide-active .hero__slideshow__item__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    -o-transition: transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease; }
  .swiper-slide-active .hero__slideshow__item__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    -o-transition: transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease; }

.hero__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(10px, 5vw, 35px);
  pointer-events: all;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease 1s, visibility 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, visibility 1s ease 1s, -webkit-transform 1s ease 1s;
  -o-transition: opacity 1s ease 1s, visibility 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, visibility 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, visibility 1s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s; }
  .mason--skipSplash .inview .hero__pager, .mason--sixth .inview .hero__pager {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

#hero__title {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  color: var(--col-pri);
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s; }
  @media all and (min-width: 415px) {
    #hero__title {
      font-size: 1.125em; } }
  @media all and (min-width: 769px) {
    #hero__title {
      font-size: 1.25em; } }
  @media all and (min-width: 1025px) {
    #hero__title {
      font-size: 1.375em; } }
  @media all and (min-width: 1301px) {
    #hero__title {
      font-size: 1.5625em; } }
  .mason--skipSplash .inview #hero__title, .mason--sixth .inview #hero__title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.hero__text__list {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease 0.6s, visibility 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, visibility 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, visibility 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, visibility 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, visibility 1s ease 0.6s, transform 1s ease 0.6s, -webkit-transform 1s ease 0.6s; }
  .mason--skipSplash .inview .hero__text__list, .mason--sixth .inview .hero__text__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.hero__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.875em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media all and (min-width: 415px) {
    .hero__text__item {
      font-size: 2.5em; } }
  @media all and (min-width: 769px) {
    .hero__text__item {
      font-size: 3.125em; } }
  @media all and (min-width: 1025px) {
    .hero__text__item {
      font-size: 4.0625em; } }
  @media all and (min-width: 1301px) {
    .hero__text__item {
      font-size: 5.3125em; } }
  .hero__text__item h3 {
    margin: 0; }

.swiper-pagination-bullet {
  height: 44px;
  width: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 14px;
    width: 14px;
    margin: auto 0;
    border: 2px solid var(--col-pri);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    inset: 0 auto 0 50%;
    height: 6px;
    width: 6px;
    background: var(--col-pri);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto 0;
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
    cursor: pointer; }
    .swiper-pagination-bullet:hover:after, .swiper-pagination-bullet:focus:after {
      opacity: 1; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--col-pri);
    border: 2px solid rgba(255, 255, 255, 0.3); }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    background: var(--col-ter); }

.home__watermark__wrapper {
  position: relative; }
  .home__watermark__wrapper:before {
    content: '';
    position: absolute;
    inset: 20px 5% 400px;
    background-image: url("/_site/images/design/watermark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none; }
  .home__watermark__wrapper:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 50%;
    max-height: 1300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%); }

.splash__wrapper {
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 1000;
  background: var(--col-sec);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s, pointer-events 0s;
  -o-transition: opacity .3s, visibility .3s, pointer-events 0s;
  transition: opacity .3s, visibility .3s, pointer-events 0s; }
  .mason--admin .splash__wrapper {
    top: 110px; }
  .mason--preview .splash__wrapper {
    top: 110px; }
  .mason--secure .splash__wrapper {
    top: 40px; }
  .splash__wrapper.splash__hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.splash__inner {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .splash__inner .parent {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.splash__selector {
  background: #000;
  height: 100%; }
  .splash__selector:before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 30%;
    max-height: 300px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.75;
    z-index: 1; }
  .splash__selector:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;
    max-height: 440px;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.75;
    z-index: 3; }
  .splash__selector img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .splash__selector img[loading="lazy"].lazy--loaded {
      opacity: 0.5;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      @media all and (min-width: 769px) {
        .splash__selector img[loading="lazy"].lazy--loaded {
          opacity: .75; } }
  .splash__selector:hover img[loading="lazy"].lazy--loaded {
    opacity: .45;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.splash__content__wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #fff;
  z-index: 10;
  padding-left: 2.5%;
  padding-right: 2.5%; }
  .splash__content__wrapper h2 {
    font-weight: 700;
    font-size: 1.5625em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    margin: 0 0 35px; }
    @media all and (min-width: 415px) {
      .splash__content__wrapper h2 {
        font-size: 1.875em; } }
    @media all and (min-width: 769px) {
      .splash__content__wrapper h2 {
        font-size: 2.1875em; } }
    @media all and (min-width: 1025px) {
      .splash__content__wrapper h2 {
        font-size: 2.5em; } }
    @media all and (min-width: 1301px) {
      .splash__content__wrapper h2 {
        font-size: 2.625em; } }
  .splash__home__selector .splash__content__wrapper {
    padding-bottom: 20vh; }
  .splash__landing__selector .splash__content__wrapper {
    padding-top: 20vh; }

.splash__logo {
  position: absolute;
  inset: 50% 0 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 412px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  text-align: center; }
  .splash__logo img {
    height: 30vh;
    max-height: 376px;
    -webkit-filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.45));
    filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.45)); }
  .splash__logo h2 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: clamp(10px, 3vh, 25px); }
    @media all and (min-width: 415px) {
      .splash__logo h2 {
        font-size: 1.375em; } }
    @media all and (min-width: 769px) {
      .splash__logo h2 {
        font-size: 1.75em; } }
    @media all and (min-width: 1025px) {
      .splash__logo h2 {
        font-size: 1.875em; } }
    @media all and (min-width: 1301px) {
      .splash__logo h2 {
        font-size: 2.1875em; } }

@media all and (max-height: 600px) {
  .splash__content__wrapper h2 {
    display: none; } }

@media all and (min-height: 600px) and (min-width: 769px) {
  .splash__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -200px; }
    .splash__logo img {
      height: 43vh; }
  .splash__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .splash__home__selector:before {
    inset: 0 0 0 auto;
    height: 100%;
    width: 50%;
    max-width: 300px;
    max-height: unset;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .splash__landing__selector:before {
    inset: 0 auto 0 0;
    height: 100%;
    width: 50%;
    max-width: 300px;
    max-height: unset;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .splash__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0 !important;
    padding-bottom: clamp(40px, 13vh, 120px) !important; }
  .splash__selector .button__link {
    opacity: 0;
    margin-top: -100px;
    visibility: hidden;
    -webkit-transition: opacity .3s, margin-top .3s, visibility .3s;
    -o-transition: opacity .3s, margin-top .3s, visibility .3s;
    transition: opacity .3s, margin-top .3s, visibility .3s; }
  .splash__selector:hover .button__link {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }
  .splash__selector:focus {
    outline: auto; } }

[id$="__pretitle"] {
  font-weight: 900;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  color: var(--col-sec);
  text-transform: uppercase;
  margin: 0; }
  @media all and (min-width: 769px) {
    [id$="__pretitle"] {
      font-size: 1.375em; } }
  @media all and (min-width: 1025px) {
    [id$="__pretitle"] {
      font-size: 1.5em; } }
  @media all and (min-width: 1301px) {
    [id$="__pretitle"] {
      font-size: 1.5625em; } }

[id$="__title"] {
  font-weight: 900;
  font-size: 1.875em;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  margin: 0; }
  @media all and (min-width: 415px) {
    [id$="__title"] {
      font-size: 2.1875em; } }
  @media all and (min-width: 769px) {
    [id$="__title"] {
      font-size: 2.5em; } }
  @media all and (min-width: 1025px) {
    [id$="__title"] {
      font-size: 2.8125em; } }
  @media all and (min-width: 1301px) {
    [id$="__title"] {
      font-size: 3.4375em; } }

.welcome__container {
  padding: 100px 0 0 0; }

.welcome__row {
  max-width: 1370px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 3; }

#welcome__text {
  font-size: 1em;
  line-height: 1.66667em;
  margin: 35px 0 55px;
  color: #000; }
  @media all and (min-width: 1025px) {
    #welcome__text {
      font-size: 1.125em; } }

.welcome__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: clamp(1.5rem, 3vw, 30px);
  column-gap: clamp(1.5rem, 3vw, 30px);
  row-gap: 0.8rem; }

.welcome__media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500p;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: clamp(1rem, 2vw, 35px);
  grid-row-gap: clamp(1rem, 2vw, 35px);
  -ms-grid-columns: 1.7094% 52.13675% 34.18803%;
  grid-template-columns: 1.7094% 52.13675% 34.18803%;
  -ms-grid-rows: 29.2439% 24.34146% 13.29268% 12.84553%;
  grid-template-rows: 29.2439% 24.34146% 13.29268% 12.84553%; }
  .welcome__media > div {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
    .welcome__media > div:nth-child(1) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .welcome__media > div:nth-child(2) {
      -webkit-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .welcome__media > div:nth-child(3) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .inview .welcome__media > div {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.welcome__image__one {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 3 / 3; }

.welcome__image__two {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 4 / 4; }

.welcome__image__three {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3 / 2 / 5 / 3; }

.welcome__background__image {
  position: absolute !important;
  z-index: 0 !important;
  top: 0;
  right: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 470px;
  max-height: 750px;
  height: 90%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s; }
  .inview .welcome__background__image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .welcome__background__image img[loading="lazy"].lazy--loaded {
    opacity: 0.15; }
  .welcome__background__image:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(61.87%, rgba(255, 255, 255, 0.87)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    width: 150px;
    height: 100%;
    z-index: 1; }
  .welcome__background__image:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(61.87%, rgba(255, 255, 255, 0.87)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 61.87%, white);
    width: 100%;
    height: 250px; }

@media all and (min-width: 1025px) {
  .welcome__row {
    padding-left: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3vw;
    width: 95%; }
  .welcome__content {
    width: 60%;
    max-width: 585px; }
  .welcome__media {
    margin-top: 70px;
    width: 50%;
    max-width: 585px; } }

@media all and (min-width: 1301px) {
  .welcome__row {
    gap: 100px; } }

.news__container {
  text-align: center;
  padding: 60px 0 80px; }

.news__row {
  width: 95%;
  max-width: 1370px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3; }

#news__title {
  margin-bottom: 45px; }

.news__list {
  overflow: visible;
  padding: 0 30px;
  text-align: left; }

.news__list__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  .news__list__item:nth-child(1) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .news__list__item:nth-child(2) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .news__list__item:nth-child(3) {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .news__list__item:nth-child(4) {
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; }
  .news__list__item:nth-child(5) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .news__list__item:nth-child(6) {
    -webkit-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s; }
  .news__list__item:nth-child(7) {
    -webkit-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s; }
  .news__list__item:nth-child(8) {
    -webkit-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s; }
  .news__list__item:nth-child(9) {
    -webkit-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s; }
  .news__list__item:nth-child(10) {
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s; }
  .news__list__item:nth-child(11) {
    -webkit-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s; }
  .news__list__item:nth-child(12) {
    -webkit-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s; }
  .news__list__item:nth-child(13) {
    -webkit-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s; }
  .news__list__item:nth-child(14) {
    -webkit-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s; }
  .news__list__item:nth-child(15) {
    -webkit-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s; }
  .news__list__item:nth-child(16) {
    -webkit-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s; }
  .news__list__item:nth-child(17) {
    -webkit-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s; }
  .news__list__item:nth-child(18) {
    -webkit-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s; }
  .news__list__item:nth-child(19) {
    -webkit-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s; }
  .news__list__item:nth-child(20) {
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s; }
  .news__list__item:nth-child(21) {
    -webkit-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s; }
  .news__list__item:nth-child(22) {
    -webkit-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s; }
  .news__list__item:nth-child(23) {
    -webkit-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s; }
  .news__list__item:nth-child(24) {
    -webkit-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s; }
  .news__list__item:nth-child(25) {
    -webkit-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s; }
  .inview .news__list__item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .news__list__item a {
    opacity: 0.15;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .news__list__item a:hover .news__list__item__image img, .news__list__item a:focus .news__list__item__image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .news__list__item.swiper-slide-visible a {
    opacity: 1; }

.news__list__item__image {
  height: 276px;
  position: relative;
  overflow: hidden; }
  .news__list__item__image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .news__list__item__image:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 6px;
    width: 100%;
    background: var(--col-pri); }

.news__list__item__content {
  padding: 27px 26px 29px 28px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.news__list__item__date {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: var(--col-ter);
  text-transform: uppercase;
  margin: 0 0 10px; }

.news__list__item__title {
  margin: 0 0 15px;
  color: #000; }
  .news__list__item__title h3 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.25em; }
    @media all and (min-width: 769px) {
      .news__list__item__title h3 {
        font-size: 1.375em; } }
    @media all and (min-width: 1025px) {
      .news__list__item__title h3 {
        font-size: 1.5em; } }
    @media all and (min-width: 1301px) {
      .news__list__item__title h3 {
        font-size: 1.5625em; } }

.news__list__item__intro {
  margin: 0 0 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .news__list__item__intro p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5625em;
    color: #000;
    overflow: hidden;
    max-height: 100px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.news__list__item__read__more {
  margin: 0;
  color: var(--col-sec);
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: padding .3s, color .3s, -webkit-text-decoration-color .3s;
  transition: padding .3s, color .3s, -webkit-text-decoration-color .3s;
  -o-transition: padding .3s, text-decoration-color .3s, color .3s;
  transition: padding .3s, text-decoration-color .3s, color .3s;
  transition: padding .3s, text-decoration-color .3s, color .3s, -webkit-text-decoration-color .3s;
  padding: 0 1.5em 0 0; }
  .news__list__item__read__more:before {
    content: '\f061';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
    font-weight: 500;
    color: var(--col-ter);
    font-family: 'fontAwesome';
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news__list__item__read__more:hover {
    color: var(--col-ter);
    padding: 0 0 0 1.5em;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }
    .news__list__item__read__more:hover:before {
      opacity: 1; }

.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(10px, 5vw, 35px);
  margin: 2em auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
  z-index: 1; }
  .news__pagination .swiper-pagination-bullet {
    height: 44px;
    width: 44px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent; }
    .news__pagination .swiper-pagination-bullet:before {
      content: '';
      position: absolute;
      inset: 0 auto 0 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 14px;
      width: 14px;
      margin: auto 0;
      border: 2px solid var(--col-sec);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .news__pagination .swiper-pagination-bullet:after {
      content: '';
      position: absolute;
      inset: 0 auto 0 50%;
      height: 6px;
      width: 6px;
      background: var(--col-sec);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: auto 0;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .news__pagination .swiper-pagination-bullet:hover, .news__pagination .swiper-pagination-bullet:focus {
      cursor: pointer; }
      .news__pagination .swiper-pagination-bullet:hover:after, .news__pagination .swiper-pagination-bullet:focus:after {
        opacity: 1; }
    .news__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      content: '';
      width: 20px;
      height: 20px;
      background: var(--col-sec);
      border: 2px solid rgba(255, 255, 255, 0.3); }
    .news__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: 1;
      background: var(--col-pri); }

.news__navigation.swiper__navigation {
  top: 250px;
  bottom: auto;
  left: 0;
  right: 0; }
  .news__navigation.swiper__navigation button {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    border-radius: 0; }

@media all and (min-width: 769px) {
  .news__container {
    padding: 100px 0 120px; }
  .news__list {
    padding: 0 75px; } }

.houses__container {
  position: relative;
  z-index: 3;
  padding-bottom: 110px; }
  .mason--sixth .houses__container {
    margin-top: 100px; }
  .houses__container:before {
    inset: auto 0 0 0;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.05; }

.houses__row {
  max-width: 1230px;
  width: 90%;
  margin: 0 auto;
  text-align: center; }

#houses__title {
  margin-bottom: 45px; }

.stats__icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
  text-align: center;
  word-break: break-word; }

.stats__icon__list__item {
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1em;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 200px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, visibility 1s ease 0.3s, transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s; }
  .stats__icon__list__item:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .stats__icon__list__item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .stats__icon__list__item:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .stats__icon__list__item:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .stats__icon__list__item:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .stats__icon__list__item:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .stats__icon__list__item:nth-child(7) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .stats__icon__list__item:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .stats__icon__list__item:nth-child(9) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .stats__icon__list__item:nth-child(10) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .stats__icon__list__item:nth-child(11) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .stats__icon__list__item:nth-child(12) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .stats__icon__list__item:nth-child(13) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .stats__icon__list__item:nth-child(14) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .stats__icon__list__item:nth-child(15) {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .stats__icon__list__item:nth-child(16) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .stats__icon__list__item:nth-child(17) {
    -webkit-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .stats__icon__list__item:nth-child(18) {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .stats__icon__list__item:nth-child(19) {
    -webkit-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .stats__icon__list__item:nth-child(20) {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s; }
  .stats__icon__list__item:nth-child(21) {
    -webkit-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .stats__icon__list__item:nth-child(22) {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .stats__icon__list__item:nth-child(23) {
    -webkit-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .stats__icon__list__item:nth-child(24) {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .stats__icon__list__item:nth-child(25) {
    -webkit-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  .inview .stats__icon__list__item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .stats__icon__list__item a:before {
    content: '\f005';
    font-family: 'fontAwesome';
    font-weight: 700;
    opacity: 0;
    color: currentColor;
    font-size: 35px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    margin-bottom: 30px;
    display: block;
    -webkit-transform: scale(0) rotate(0);
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
    -webkit-transition: opacity .3s, -webkit-transform 0.8s ease 1.5s;
    transition: opacity .3s, -webkit-transform 0.8s ease 1.5s;
    -o-transition: transform 0.8s ease 1.5s, opacity .3s;
    transition: transform 0.8s ease 1.5s, opacity .3s;
    transition: transform 0.8s ease 1.5s, opacity .3s, -webkit-transform 0.8s ease 1.5s; }
  .inview .stats__icon__list__item.winner a:before {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-360deg);
    -ms-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg); }
  .stats__icon__list__item img {
    max-height: 320px;
    width: 100%;
    padding: 0 clamp(10px, 3vw, 40px);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .stats__icon__list__item svg {
    font-size: clamp(3em, 25cqw, 4em); }
  .stats__icon__list__item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: .6em; }
    .stats__icon__list__item--column .stats__icon__list__item__number {
      font-size: clamp(3em, 25cqw, 4em); }
    .stats__icon__list__item--column svg {
      font-size: clamp(2em, 18cqw, 3em); }
  .stats__icon__list__item a:hover img, .stats__icon__list__item a:focus img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .stats__icon__list__item a:hover .stats__more, .stats__icon__list__item a:focus .stats__more {
    opacity: 1; }
    .stats__icon__list__item a:hover .stats__more:after, .stats__icon__list__item a:focus .stats__more:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      opacity: 1; }

.stats__icon__list__item__inner {
  width: 100%;
  margin-top: 20px;
  position: relative; }

.stats__more {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 20px 0 14px 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .stats__more span {
    color: #000; }
  .stats__more:after {
    content: '';
    inset: auto 0 0 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: currentColor;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.stats__icon__list__item__inner__number {
  font-variant-numeric: tabular-nums;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.05em; }
  @media all and (min-width: 415px) {
    .stats__icon__list__item__inner__number {
      font-size: 1.875em; } }
  @media all and (min-width: 769px) {
    .stats__icon__list__item__inner__number {
      font-size: 2.5em; } }
  @media all and (min-width: 1025px) {
    .stats__icon__list__item__inner__number {
      font-size: 3.125em; } }
  @media all and (min-width: 1301px) {
    .stats__icon__list__item__inner__number {
      font-size: 3.4375em; } }

.stats__icon__list__item__inner__title {
  font-size: 25px;
  margin: 0 0 5px;
  letter-spacing: 0.05em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.houses__link {
  margin: 85px auto 0; }

@media all and (min-width: 769px) {
  .stats__icon__list__item {
    width: calc(50% - 2em); } }

@media all and (min-width: 1025px) {
  .stats__icon__list__item {
    width: calc(25% - 2em); } }

.testimonials__container {
  position: relative;
  z-index: 3;
  text-align: center; }

.testimonials__row {
  margin: 0 auto;
  width: 95%;
  max-width: 1280px;
  position: relative; }

.testimonials__list {
  overflow: visible;
  padding: 0 30px; }

.testimonials__item {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  opacity: 0.15;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .swiper-slide-visible .testimonials__item {
    opacity: 1; }
  .testimonials__item__wrapper:last-child .testimonials__item .testimonials__item__text {
    left: auto;
    right: 100%; }
  .testimonials__item__wrapper.active .testimonials__item {
    z-index: 3; }

#testimonials__title {
  margin-bottom: 45px; }

.testimonials__item__open {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .testimonials__item__open .testimonials__item__info {
    padding: 45px 20px;
    width: 100%;
    -webkit-transition: padding .3s, opacity .3s;
    -o-transition: padding .3s, opacity .3s;
    transition: padding .3s, opacity .3s; }
    .testimonials__item__open .testimonials__item__info:after {
      content: '';
      inset: auto 0 0 0;
      position: absolute;
      height: 8px;
      background: var(--col-pri);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .testimonials__item__open:hover .testimonials__item__image:before, .testimonials__item__open:focus-within .testimonials__item__image:before {
    opacity: 0.45; }
  .testimonials__item__open:hover .testimonials__item__info, .testimonials__item__open:focus-within .testimonials__item__info {
    padding-bottom: 90px; }
    .testimonials__item__open:hover .testimonials__item__info:after, .testimonials__item__open:focus-within .testimonials__item__info:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

.testimonials__item__wrapper {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  .testimonials__item__wrapper.active {
    z-index: 3; }
  .testimonials__item__wrapper:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .testimonials__item__wrapper:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .testimonials__item__wrapper:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .testimonials__item__wrapper:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .testimonials__item__wrapper:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .testimonials__item__wrapper:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .testimonials__item__wrapper:nth-child(7) {
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s; }
  .testimonials__item__wrapper:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s; }
  .testimonials__item__wrapper:nth-child(9) {
    -webkit-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s; }
  .testimonials__item__wrapper:nth-child(10) {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s; }
  .testimonials__item__wrapper:nth-child(11) {
    -webkit-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s; }
  .testimonials__item__wrapper:nth-child(12) {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s; }
  .testimonials__item__wrapper:nth-child(13) {
    -webkit-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s; }
  .testimonials__item__wrapper:nth-child(14) {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s; }
  .testimonials__item__wrapper:nth-child(15) {
    -webkit-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s; }
  .testimonials__item__wrapper:nth-child(16) {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s; }
  .testimonials__item__wrapper:nth-child(17) {
    -webkit-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s; }
  .testimonials__item__wrapper:nth-child(18) {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s; }
  .testimonials__item__wrapper:nth-child(19) {
    -webkit-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s; }
  .testimonials__item__wrapper:nth-child(20) {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s; }
  .testimonials__item__wrapper:nth-child(21) {
    -webkit-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s; }
  .testimonials__item__wrapper:nth-child(22) {
    -webkit-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s; }
  .testimonials__item__wrapper:nth-child(23) {
    -webkit-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s; }
  .testimonials__item__wrapper:nth-child(24) {
    -webkit-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s; }
  .testimonials__item__wrapper:nth-child(25) {
    -webkit-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s; }
  .inview .testimonials__item__wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .testimonials__item__wrapper.active .testimonials__item__info {
    opacity: 0; }
  .testimonials__item__wrapper.active .testimonials__item__text .testimonials__item__info {
    opacity: 1; }
  .testimonials__item__wrapper.active .testimonials__item__image:before {
    opacity: 0; }
  .testimonials__item__wrapper.active .testimonials__item__image:after {
    opacity: 0; }

.testimonials__item__text {
  color: #fff;
  position: absolute;
  inset: 0;
  background: #000;
  padding: 40px 40px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 12;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  scrollbar-width: thin;
  scrollbar-color: var(--col-pri) rgba(0, 0, 0, 0.25);
  -ms-overflow-style: -ms-autohiding-scrollbar;
  visibility: hidden; }
  .testimonials__item__text::-webkit-scrollbar {
    width: 7px; }
  .testimonials__item__text::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25); }
  .testimonials__item__text::-webkit-scrollbar-thumb {
    background-color: var(--col-pri); }
  .testimonials__item__wrapper.active .testimonials__item__text {
    opacity: 1;
    visibility: visible; }
  @media all and (min-width: 600px) {
    .testimonials__item__text {
      top: 0;
      bottom: 0;
      left: 100%;
      right: auto;
      width: 45vw;
      max-width: 295px;
      padding: 40px 24px; } }

.testimonials__item__quote {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5625em; }

.testimonials__item__info {
  z-index: 10;
  position: relative;
  color: #fff; }
  .testimonials__item__info h3 {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 1.5625em;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .testimonials__item__info p {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: var(--col-pri);
    text-transform: uppercase; }

.testimonials__item__image {
  position: absolute;
  inset: 0; }
  .testimonials__item__image:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.15;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .testimonials__item__image:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.85; }

.close__testimonial {
  width: 44px;
  height: 44px;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  inset: 0 0 auto auto; }
  .close__testimonial:hover svg {
    color: var(--col-ter); }
  .close__testimonial svg {
    font-size: 22px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }

.testimonials__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(10px, 5vw, 35px);
  margin: 2em auto;
  max-width: 1200px;
  width: 90%; }
  .testimonials__pagination .swiper-pagination-bullet {
    height: 44px;
    width: 44px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent; }
    .testimonials__pagination .swiper-pagination-bullet:before {
      content: '';
      position: absolute;
      inset: 0 auto 0 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 14px;
      width: 14px;
      margin: auto 0;
      border: 2px solid var(--col-sec);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .testimonials__pagination .swiper-pagination-bullet:after {
      content: '';
      position: absolute;
      inset: 0 auto 0 50%;
      height: 6px;
      width: 6px;
      background: var(--col-sec);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: auto 0;
      opacity: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .testimonials__pagination .swiper-pagination-bullet:hover, .testimonials__pagination .swiper-pagination-bullet:focus {
      cursor: pointer; }
      .testimonials__pagination .swiper-pagination-bullet:hover:after, .testimonials__pagination .swiper-pagination-bullet:focus:after {
        opacity: 1; }
    .testimonials__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      content: '';
      width: 20px;
      height: 20px;
      background: var(--col-sec);
      border: 2px solid rgba(255, 255, 255, 0.3); }
    .testimonials__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: 1;
      background: var(--col-pri); }

.testimonials__navigation.swiper__navigation {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .testimonials__navigation.swiper__navigation button {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    border-radius: 0; }

@media all and (min-width: 769px) {
  .testimonials__list {
    padding: 0 75px; } }

.history__container {
  position: relative;
  background: var(--col-pri);
  padding: 100px 0 0 0;
  margin-bottom: -120px; }

#history__title, .history__content__region {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  text-align: center; }

#history__title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  color: #000;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease 0.9s, visibility 0.6s ease 0.9s, -webkit-transform 0.6s ease 0.9s;
  transition: opacity 0.6s ease 0.9s, visibility 0.6s ease 0.9s, -webkit-transform 0.6s ease 0.9s;
  -o-transition: opacity 0.6s ease 0.9s, visibility 0.6s ease 0.9s, transform 0.6s ease 0.9s;
  transition: opacity 0.6s ease 0.9s, visibility 0.6s ease 0.9s, transform 0.6s ease 0.9s;
  transition: opacity 0.6s ease 0.9s, visibility 0.6s ease 0.9s, transform 0.6s ease 0.9s, -webkit-transform 0.6s ease 0.9s; }
  .inview #history__title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.history__content__region {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  color: #000;
  line-height: 1.5625em;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease 1.3s, visibility 0.6s ease 1.3s, -webkit-transform 0.6s ease 1.3s;
  transition: opacity 0.6s ease 1.3s, visibility 0.6s ease 1.3s, -webkit-transform 0.6s ease 1.3s;
  -o-transition: opacity 0.6s ease 1.3s, visibility 0.6s ease 1.3s, transform 0.6s ease 1.3s;
  transition: opacity 0.6s ease 1.3s, visibility 0.6s ease 1.3s, transform 0.6s ease 1.3s;
  transition: opacity 0.6s ease 1.3s, visibility 0.6s ease 1.3s, transform 0.6s ease 1.3s, -webkit-transform 0.6s ease 1.3s; }
  .inview .history__content__region {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.history__background__image__wrapper {
  position: absolute !important;
  z-index: 0 !important;
  top: 100px;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 80%;
  max-height: 658px; }
  .history__background__image__wrapper:before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(var(--col-pri)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    height: 20%;
    max-height: 150px;
    width: 100%;
    z-index: 1; }
  .history__background__image__wrapper:after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--col-pri)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--col-pri) 100%);
    height: 30%;
    max-height: 250px;
    width: 100%;
    z-index: 1; }

.history__background__image {
  position: absolute !important;
  inset: 0 !important; }
  .history__background__image:before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--col-pri);
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: color; }
  .history__background__image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--col-pri);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.75; }

.history__timeline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.history__row {
  width: 95%;
  margin: 0 auto;
  max-width: 1280px; }

.timeline__dot {
  height: 44px;
  width: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  z-index: 1; }
  .timeline__dot:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    margin: auto 0;
    border: 7px solid var(--col-ter);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .timeline__dot:after {
    content: '';
    position: absolute;
    inset: 0 auto 0 50%;
    height: 6px;
    width: 6px;
    background: var(--col-pri);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .timeline__dot:hover, .timeline__dot:focus {
    cursor: pointer;
    z-index: 10; }
  .timeline__dot.active {
    z-index: 3; }
  .timeline__dot.active:before, .timeline__dot:hover:before, .timeline__dot:focus:before {
    content: '';
    width: 40px;
    height: 40px;
    background: var(--col-sec);
    border: 7px solid var(--col-sec); }
  .timeline__dot.active:after, .timeline__dot:hover:after, .timeline__dot:focus:after {
    height: 14px;
    width: 14px;
    opacity: 1;
    background: var(--col-pri); }

.history__timeline__ruler {
  overflow: visible;
  margin-top: 35px;
  padding: 0 30px 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: opacity 1s ease 1.5s, visibility 1s ease 1.5s, -webkit-transform 1s ease 1.5s;
  transition: opacity 1s ease 1.5s, visibility 1s ease 1.5s, -webkit-transform 1s ease 1.5s;
  -o-transition: opacity 1s ease 1.5s, visibility 1s ease 1.5s, transform 1s ease 1.5s;
  transition: opacity 1s ease 1.5s, visibility 1s ease 1.5s, transform 1s ease 1.5s;
  transition: opacity 1s ease 1.5s, visibility 1s ease 1.5s, transform 1s ease 1.5s, -webkit-transform 1s ease 1.5s; }
  .inview .history__timeline__ruler {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .history__timeline__ruler ul {
    padding-bottom: 20px; }

.history__timeline__ruler__item {
  width: 200px;
  position: relative;
  height: 65px; }
  .history__timeline__ruler__item:before {
    content: '';
    position: absolute;
    inset: calc(100% - 3px) 0 auto 0;
    background: var(--col-ter);
    height: 6px;
    width: 100%; }
  .history__timeline__ruler__item .divider {
    position: absolute;
    width: 4px;
    height: 20px;
    background: #000;
    margin: auto 0;
    top: 0;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .history__timeline__ruler__item .divider:nth-child(1) {
      left: 20%; }
    .history__timeline__ruler__item .divider:nth-child(2) {
      left: 40%; }
    .history__timeline__ruler__item .divider:nth-child(3) {
      left: 60%; }
    .history__timeline__ruler__item .divider:nth-child(4) {
      left: 80%; }
  .history__timeline__ruler__item p {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    font-weight: 900;
    font-size: 1.5625em;
    letter-spacing: 0.05em;
    color: #000; }
    .history__timeline__ruler__item p:before {
      content: '';
      position: absolute;
      inset: calc(100% + 5px) 0 auto 0;
      margin: 0 auto;
      background: var(--col-ter);
      height: 45px;
      width: 6px; }

.history__details__wrapper {
  position: relative;
  padding: 0 30px;
  z-index: 3; }
  @media all and (min-width: 769px) {
    .history__details__wrapper {
      padding: 0 75px; } }

.history__details__list {
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease 2s, visibility 1s ease 2s, -webkit-transform 1s ease 2s;
  transition: opacity 1s ease 2s, visibility 1s ease 2s, -webkit-transform 1s ease 2s;
  -o-transition: opacity 1s ease 2s, visibility 1s ease 2s, transform 1s ease 2s;
  transition: opacity 1s ease 2s, visibility 1s ease 2s, transform 1s ease 2s;
  transition: opacity 1s ease 2s, visibility 1s ease 2s, transform 1s ease 2s, -webkit-transform 1s ease 2s; }
  .inview .history__details__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.history__details__list__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
  padding: clamp(15px, 5vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(30px, 5vw, 55px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }
  @media all and (min-width: 769px) {
    .history__details__list__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .history__details__list__item.swiper-slide-active {
    opacity: 1;
    visibility: visible; }

.history__details__list__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media all and (min-width: 769px) {
    .history__details__list__item__image {
      max-width: 375px;
      width: 40%; } }
  .history__details__list__item__image h2 {
    font-size: 1.875em;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--col-ter);
    margin: 0 0 35px; }
    @media all and (min-width: 415px) {
      .history__details__list__item__image h2 {
        font-size: 2.1875em; } }
    @media all and (min-width: 769px) {
      .history__details__list__item__image h2 {
        font-size: 2.5em; } }
    @media all and (min-width: 1025px) {
      .history__details__list__item__image h2 {
        font-size: 2.8125em; } }
    @media all and (min-width: 1301px) {
      .history__details__list__item__image h2 {
        font-size: 3.375em; } }
  .history__details__list__item__image img {
    -webkit-filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.15));
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
    max-width: 100%;
    max-height: 250px; }

.history__details__list__item__content h3 {
  margin: clamp(10px, 2vw, 32px) 0;
  font-weight: 900;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  color: #000; }
  @media all and (min-width: 769px) {
    .history__details__list__item__content h3 {
      font-size: 1.375em; } }
  @media all and (min-width: 1025px) {
    .history__details__list__item__content h3 {
      font-size: 1.5em; } }
  @media all and (min-width: 1301px) {
    .history__details__list__item__content h3 {
      font-size: 1.5625em; } }

.history__details__list__item__content p {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.66667em;
  color: #000; }
  @media all and (min-width: 769px) {
    .history__details__list__item__content p {
      font-size: 1.125em; } }

@media all and (min-width: 769px) {
  .history__details__list__item__content {
    max-width: 570px;
    width: 60%; } }

.history__navigation.swiper__navigation {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .history__navigation.swiper__navigation button {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    height: 50px;
    width: 50px;
    border-radius: 0; }
