.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; }

.homepage__header {
  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;
  width: 100%;
  text-align: center;
  font-size: 0.75em;
  color: var(--col-pri); }
  @media all and (min-width: 425px) {
    .homepage__header {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .homepage__header {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .homepage__header {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .homepage__header {
      font-size: 1em; } }
  .homepage__header > span {
    font-size: 1.875em;
    font-weight: 500; }
  .homepage__header > p {
    font-size: 1.875em;
    font-weight: 500;
    margin: 0; }
  .homepage__header > h3 {
    font-family: var(--font-heading);
    font-size: 3.75em;
    margin: 0;
    line-height: 1.2; }

@media all and (min-width: 1050px) {
  .slide__in {
    opacity: 0;
    -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
    transition: opacity 1s 1s, -webkit-transform 1s 1s;
    -o-transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s; }
    .mason--loaded .inview .slide__in {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .slide__in--left {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  .slide__in--right {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  .slide__in--up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .slide__in--down {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  .scale__in {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
    transition: opacity 1s 1s, -webkit-transform 1s 1s;
    -o-transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s; }
    .mason--loaded .inview .scale__in {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

@media all and (min-width: 1050px) {
  #wcu__pre__title,
  #wcu__title,
  #testimonials__title {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
    transition: opacity 1s 1s, -webkit-transform 1s 1s;
    -o-transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s; }
    .mason--loaded .inview #wcu__pre__title, .mason--loaded .inview
    #wcu__title, .mason--loaded .inview
    #testimonials__title {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); } }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 65vw; }

.hero__motto {
  font-size: 2.125em;
  margin: 0 0 1.2em;
  color: #fff;
  font-weight: 500;
  line-height: calc(60 / 50); }
  @media all and (min-width: 425px) {
    .hero__motto {
      font-size: 2.375em; } }
  @media all and (min-width: 768px) {
    .hero__motto {
      font-size: 2.625em; } }
  @media all and (min-width: 1050px) {
    .hero__motto {
      font-size: 2.875em; } }
  @media all and (min-width: 1450px) {
    .hero__motto {
      font-size: 3.125em; } }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75em;
  padding: 4.625em 5% 0; }
  @media all and (min-width: 425px) {
    .welcome {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .welcome {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .welcome {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .welcome {
      font-size: 1em; } }
  @media all and (min-width: 1050px) {
    .welcome {
      padding: 9.25em 5% 0; } }
  .welcome__wrap {
    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;
    width: 100%;
    max-width: 1192px;
    gap: 2.5em; }
    @media all and (max-width: 1049px) {
      .welcome__wrap {
        text-align: center; } }
    @media all and (min-width: 1050px) {
      .welcome__wrap {
        -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; } }
  .welcome__details {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--col-pri); }
    @media all and (max-width: 1049px) {
      .welcome__details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media all and (min-width: 1050px) {
      .welcome__details {
        max-width: 500px; } }
  .welcome__pretitle {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 0.75em; }
  .welcome__title {
    margin-bottom: 1.875em; }
    .welcome__title > h2 {
      font-size: 4.375em;
      margin: 0;
      line-height: 1.2; }
      .welcome__title > h2 > span {
        font-size: 0.85714em; }
  .welcome__text {
    margin-bottom: 2.75em; }
    .welcome__text > p {
      font-size: 18px;
      line-height: calc(28 / 18);
      color: #000; }
  .welcome__links__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px; }
    @media all and (min-width: 768px) {
      .welcome__links__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  .welcome__links__item {
    position: relative;
    width: 281px;
    position: relative; }
    .welcome__links__item:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 100%; }
    .welcome__links__item:nth-child(1) {
      -webkit-transition-delay: 1.25s;
      -o-transition-delay: 1.25s;
      transition-delay: 1.25s; }
    .welcome__links__item:nth-child(2) {
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    .welcome__links__item:nth-child(3) {
      -webkit-transition-delay: 1.75s;
      -o-transition-delay: 1.75s;
      transition-delay: 1.75s; }
    .welcome__links__item:nth-child(4) {
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
    .welcome__links__item::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      border: 3px solid var(--col-sec);
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease;
      z-index: 2; }
    .welcome__links__item > a {
      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: 15px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--col-pri);
      color: #fff;
      border-radius: 50%;
      -webkit-transition: background 0.4s ease;
      -o-transition: background 0.4s ease;
      transition: background 0.4s ease;
      z-index: 3; }
      .welcome__links__item > a .welcome__links__item__icon {
        -webkit-transition: -webkit-filter 0.4s ease;
        transition: -webkit-filter 0.4s ease;
        -o-transition: filter 0.4s ease;
        transition: filter 0.4s ease;
        transition: filter 0.4s ease, -webkit-filter 0.4s ease; }
        .welcome__links__item > a .welcome__links__item__icon > img {
          width: 90px;
          -o-object-fit: contain;
          object-fit: contain; }
      .welcome__links__item > a > span {
        font-size: 25px; }
      .welcome__links__item > a::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        border: 2px solid var(--col-sec);
        border-radius: 50%;
        -webkit-transition: border 0.4s ease;
        -o-transition: border 0.4s ease;
        transition: border 0.4s ease;
        z-index: 2; }
    .welcome__links__item:hover::after {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08); }
    .welcome__links__item:hover > a {
      color: var(--col-pri);
      background: transparent; }
      .welcome__links__item:hover > a .welcome__links__item__icon {
        -webkit-filter: invert(1);
        filter: invert(1); }
      .welcome__links__item:hover > a::after {
        border-color: var(--col-pri); }

.wcu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.6875em 10% 0;
  font-size: 0.75em; }
  @media all and (min-width: 425px) {
    .wcu {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .wcu {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .wcu {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .wcu {
      font-size: 1em; } }
  @media all and (min-width: 1050px) {
    .wcu {
      padding: 9.375em 5% 0; } }
  .wcu__wrap {
    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;
    max-width: 1192px; }
  .wcu__header {
    margin-bottom: 2.5em; }
  .wcu__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.75em; }
  .wcu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible !important; }
  .wcu__item {
    position: relative;
    border-radius: 10px;
    height: 100%;
    color: #fff;
    overflow: hidden;
    padding: 60px 8%;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .wcu__item.swiper-slide-visible ~ .swiper-slide {
      opacity: 0;
      -webkit-transform: tran slateX(100px);
      -ms-transform: tran slateX(100px);
      transform: tran slateX(100px); }
    .wcu__item.swiper-slide-visible {
      -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
      opacity: 1 !important; }
    .wcu__item__image {
      z-index: 5; }
      .wcu__item__image::before, .wcu__item__image::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4; }
      .wcu__item__image::before {
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background: -webkit-linear-gradient(bottom, #000, transparent);
        background: -o-linear-gradient(bottom, #000, transparent);
        background: linear-gradient(0deg, #000, transparent); }
      .wcu__item__image::after {
        background: #33381b;
        opacity: 0.6; }
    .wcu__item__flex {
      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: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 100%;
      position: relative;
      z-index: 6; }
      .wcu__item__flex > h4 {
        font-size: 30px;
        font-weight: 600;
        line-height: calc(40 / 30);
        margin: 0 0 38px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .wcu__item__flex .wcu__item__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 0 30px; }
        .wcu__item__flex .wcu__item__text > p {
          font-size: 18px;
          line-height: calc(28 / 18);
          margin: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5;
          overflow: hidden; }
  .wcu__nav {
    width: calc(100% + 45px);
    left: 50%;
    -webkit-transform: translatX(-50%, 50px);
    -ms-transform: translatX(-50%, 50px);
    transform: translatX(-50%, 50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s; }
    .mason--loaded .inview .wcu__nav {
      opacity: 1;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
    @media all and (min-width: 1050px) {
      .wcu__nav {
        width: calc(100% + 59px); } }
    .wcu__nav > button {
      width: 45px;
      height: 45px;
      background: var(--col-pri);
      border: 2px solid var(--col-sec);
      color: #fff;
      border-radius: 50%;
      visibility: visible;
      -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
      .wcu__nav > button > svg {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        font-size: 20px; }
        @media all and (min-width: 1050px) {
          .wcu__nav > button > svg {
            font-size: 24px; } }
      @media all and (min-width: 1050px) {
        .wcu__nav > button {
          width: 59px;
          height: 59px; } }
      .wcu__nav > button:hover, .wcu__nav > button:focus {
        color: var(--col-pri);
        background: #fff; }
      .wcu__nav > button.wcu__nav__prev:hover > svg {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
      .wcu__nav > button.wcu__nav__next:hover > svg {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
  .wcu__pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.6875em 10% 0;
  font-size: 0.75em; }
  @media all and (min-width: 425px) {
    .social {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .social {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .social {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .social {
      font-size: 1em; } }
  @media all and (min-width: 1050px) {
    .social {
      padding: 9.375em 5% 0; } }
  .social__wrap {
    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;
    max-width: 1192px; }
  .social__header {
    margin-bottom: 2.5em; }
  .social__main {
    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;
    gap: 3.75em; }
  .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible !important; }
  .social__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .social__item.swiper-slide-visible ~ .swiper-slide {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
    .social__item.swiper-slide-visible {
      -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
      opacity: 1 !important; }
    .social__item > a {
      color: #fff;
      padding: 28px 8% 50px;
      height: 475px; }
      .social__item > a:hover .social__item__flex--bottom {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
      .social__item > a:hover .social__item__more {
        max-height: 24px; }
        .social__item > a:hover .social__item__more > span {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
          .social__item > a:hover .social__item__more > span::after {
            opacity: 1;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
    .social__item__image {
      z-index: 5; }
      .social__item__image::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, var(--col-pri)), color-stop(130%, transparent));
        background: -webkit-linear-gradient(bottom, var(--col-pri) 25%, transparent 130%);
        background: -o-linear-gradient(bottom, var(--col-pri) 25%, transparent 130%);
        background: linear-gradient(0deg, var(--col-pri) 25%, transparent 130%); }
    .social__item__flex {
      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-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 100%;
      position: relative;
      z-index: 6; }
      .social__item__flex--top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; }
      .social__item__flex--bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        font-size: 18px;
        padding-right: 5%;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .social__item__label > svg {
      font-size: 60px; }
    .social__item__date {
      font-size: 18px;
      font-weight: 700; }
    .social__item__handle {
      font-weight: 700; }
    .social__item__text p {
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
    .social__item__more {
      max-height: 0;
      -webkit-transition: max-height 0.3s ease;
      -o-transition: max-height 0.3s ease;
      transition: max-height 0.3s ease; }
      .social__item__more > span {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
        .social__item__more > span::after {
          content: "";
          position: absolute;
          left: 0;
          top: calc(100% + 10px);
          width: 100%;
          height: 3px;
          background: var(--col-sec);
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          opacity: 0;
          -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
          -o-transition: transform 0.3s ease, opacity 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease;
          transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
  .social__nav {
    width: calc(100% + 45px);
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s; }
    .mason--loaded .inview .social__nav {
      opacity: 1;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
    @media all and (min-width: 1050px) {
      .social__nav {
        width: calc(100% + 59px); } }
    @media all and (min-width: 1200px) {
      .social__nav {
        top: 27.5%;
        bottom: auto;
        width: calc(33.333% + 110px); } }
    .social__nav > button {
      width: 45px;
      height: 45px;
      background: var(--col-pri);
      border: 2px solid var(--col-sec);
      color: #fff;
      border-radius: 50%;
      visibility: visible;
      -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
      .social__nav > button > svg {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        font-size: 20px; }
        @media all and (min-width: 1050px) {
          .social__nav > button > svg {
            font-size: 24px; } }
      @media all and (min-width: 1050px) {
        .social__nav > button {
          width: 59px;
          height: 59px; } }
      .social__nav > button:hover, .social__nav > button:focus {
        color: var(--col-pri);
        background: #fff; }
      .social__nav > button.wcu__nav__prev:hover > svg {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
      .social__nav > button.wcu__nav__next:hover > svg {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
  .social__pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0; }
  .social .admin__setup {
    color: #fff;
    background: #745B99;
    padding: 10px 20px;
    text-transform: uppercase; }

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 4.125em 10% 5em;
  font-size: 0.75em; }
  @media all and (min-width: 425px) {
    .testimonials {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .testimonials {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .testimonials {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .testimonials {
      font-size: 1em; } }
  @media all and (min-width: 1050px) {
    .testimonials {
      padding: 8.25em 5% 10em; } }
  .testimonials__wrap {
    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;
    max-width: 1192px; }
  .testimonials__header {
    margin-bottom: 2.5em; }
  .testimonials__main {
    position: relative; }
  .testimonials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible !important;
    border: 2px solid var(--col-pri);
    border-radius: 10px;
    overflow: visible !important; }
    @media all and (max-width: 1049px) {
      .testimonials__list {
        margin-bottom: 20px; } }
  .testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 5em 8% 10em;
    color: var(--col-pri);
    background: #fff;
    border-radius: 10px;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s; }
    .testimonials__item.swiper-slide-visible {
      opacity: 1 !important;
      visibility: visible !important;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    @media all and (min-width: 1050px) {
      .testimonials__item {
        -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; } }
    .testimonials__item__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 16px;
      position: relative; }
      @media all and (min-width: 1050px) {
        .testimonials__item__left {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 100%;
          max-width: 300px; } }
    .testimonials__item__author {
      font-size: 1.875em;
      font-weight: 700; }
    .testimonials__item__date {
      font-size: 1.5625em; }
    .testimonials__item__quotations {
      position: absolute;
      width: 354px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media all and (max-width: 1049px) {
        .testimonials__item__quotations {
          max-width: 200px; } }
    .testimonials__item__right {
      max-width: 586px; }
    .testimonials__item__text > p {
      font-size: 1.5625em;
      font-style: italic;
      margin: 0;
      line-height: calc(38 / 25); }
  .testimonials__nav {
    width: calc(100% + 45px);
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    visibility: hidden;
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
    -o-transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s;
    transition: opacity 1s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s; }
    .mason--loaded .inview .testimonials__nav {
      opacity: 1;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
    @media all and (min-width: 1050px) {
      .testimonials__nav {
        width: calc(100% + 59px); } }
    .testimonials__nav > button {
      width: 45px;
      height: 45px;
      background: var(--col-pri);
      border: 2px solid var(--col-sec);
      color: #fff;
      border-radius: 50%;
      visibility: visible;
      -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
      .testimonials__nav > button > svg {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        font-size: 20px; }
        @media all and (min-width: 1050px) {
          .testimonials__nav > button > svg {
            font-size: 24px; } }
      @media all and (min-width: 1050px) {
        .testimonials__nav > button {
          width: 59px;
          height: 59px; } }
      .testimonials__nav > button:hover, .testimonials__nav > button:focus {
        color: #000;
        background: #fff; }
      .testimonials__nav > button.testimonials__nav__prev:hover > svg {
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
      .testimonials__nav > button.testimonials__nav__next:hover > svg {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
  .testimonials__pagination {
    position: relative;
    gap: 20px;
    margin: 0;
    z-index: 5; }
    @media all and (min-width: 1050px) {
      .testimonials__pagination {
        position: absolute;
        left: 8%;
        bottom: 5em;
        width: auto; } }

.home__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-38%, 2%);
  -ms-transform: translate(-38%, 2%);
  transform: translate(-38%, 2%);
  font-size: 0.75em;
  width: 183.75em;
  pointer-events: none;
  top: 0;
  margin: auto;
  width: 100%;
  min-width: 560px;
  -webkit-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  overflow: visible;
  opacity: 0.5; }
  @media all and (min-width: 425px) {
    .home__watermark {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .home__watermark {
      font-size: 0.875em; } }
  @media all and (min-width: 1050px) {
    .home__watermark {
      font-size: 0.9375em; } }
  @media all and (min-width: 1450px) {
    .home__watermark {
      font-size: 1em; } }
  .home__watermark img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%; }

.map {
  border-top: 10px solid var(--col-sec); }
  .map__main {
    height: 358px; }
  .map__container {
    height: 100%;
    background-size: cover;
    background-position: center; }

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px; }

.awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible; }

.awards__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .awards__list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .awards__list__item img[loading="lazy"].awards__list__item__image {
    width: unset !important;
    -o-object-fit: unset !important;
    object-fit: unset !important;
    -o-object-position: unset !important;
    object-position: unset !important;
    max-height: 86px; }

.awards__nav {
  visibility: hidden; }
  .awards__nav > button {
    width: 45px;
    height: 45px;
    background: var(--col-pri);
    border: 2px solid var(--col-sec);
    color: #fff;
    border-radius: 50%;
    visibility: visible;
    -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
    .awards__nav > button > svg {
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      font-size: 20px; }
      @media all and (min-width: 1050px) {
        .awards__nav > button > svg {
          font-size: 24px; } }
    @media all and (min-width: 1050px) {
      .awards__nav > button {
        width: 59px;
        height: 59px; } }
    .awards__nav > button:hover, .awards__nav > button:focus {
      color: #000;
      background: #fff; }
    .awards__nav > button.awards__nav__prev:hover > svg {
      -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
      transform: translateX(-3px); }
    .awards__nav > button.awards__nav__next:hover > svg {
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
