@-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); } }

.home__title, #values__title {
  margin: 0;
  color: #292920;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: clamp(1.875em, 5vw, 3em); }

.custom__owl__nav {
  position: relative;
  padding: 0 2.56em; }

.custom__owl__dots {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (min-width: 650px) {
    .custom__owl__dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .custom__owl__dots .owl-dot {
    width: 1em;
    height: 1em;
    position: relative;
    margin: 0 .5em; }
    .custom__owl__dots .owl-dot span {
      position: absolute;
      display: inline-block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .custom__owl__dots .owl-dot span:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: currentColor;
        -webkit-transform: scale(0) rotate(-360deg);
        -ms-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        -webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62.33 32.91c-.5-.95-.14-2.13.82-2.64.26-.14.55-.21.84-.22C62.98 13.9 50.1 1.02 33.94 0c-.02 1.07-.92 1.93-1.99 1.9-1.04-.02-1.88-.86-1.9-1.9C13.88.99.98 13.88 0 30.06c1.08.03 1.92.94 1.89 2.01-.02.7-.42 1.34-1.04 1.66-.26.14-.55.21-.84.22C1.03 50.11 13.91 62.98 30.07 64c.03-1.08.93-1.92 2-1.89.71.02 1.35.42 1.67 1.05.14.26.21.55.22.85 15.83-.97 28.57-13.38 29.96-29.18.02-.26.07-.51.08-.77 0-.03.01-.07.01-.1-.7-.02-1.34-.42-1.67-1.04m-51.97 15.6c-9.11-11.96-6.8-29.04 5.16-38.15s29.04-6.79 38.15 5.17 6.8 29.04-5.16 38.14c-4.75 3.61-10.55 5.57-16.52 5.56-8.49.01-16.5-3.96-21.63-10.73"  /></svg>');
        mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62.33 32.91c-.5-.95-.14-2.13.82-2.64.26-.14.55-.21.84-.22C62.98 13.9 50.1 1.02 33.94 0c-.02 1.07-.92 1.93-1.99 1.9-1.04-.02-1.88-.86-1.9-1.9C13.88.99.98 13.88 0 30.06c1.08.03 1.92.94 1.89 2.01-.02.7-.42 1.34-1.04 1.66-.26.14-.55.21-.84.22C1.03 50.11 13.91 62.98 30.07 64c.03-1.08.93-1.92 2-1.89.71.02 1.35.42 1.67 1.05.14.26.21.55.22.85 15.83-.97 28.57-13.38 29.96-29.18.02-.26.07-.51.08-.77 0-.03.01-.07.01-.1-.7-.02-1.34-.42-1.67-1.04m-51.97 15.6c-9.11-11.96-6.8-29.04 5.16-38.15s29.04-6.79 38.15 5.17 6.8 29.04-5.16 38.14c-4.75 3.61-10.55 5.57-16.52 5.56-8.49.01-16.5-3.96-21.63-10.73"  /></svg>');
        -webkit-transition: opacity .3s ease, background .3s ease, -webkit-transform .6s ease;
        transition: opacity .3s ease, background .3s ease, -webkit-transform .6s ease;
        -o-transition: transform .6s ease, opacity .3s ease, background .3s ease;
        transition: transform .6s ease, opacity .3s ease, background .3s ease;
        transition: transform .6s ease, opacity .3s ease, background .3s ease, -webkit-transform .6s ease; }
      .custom__owl__dots .owl-dot span:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: currentColor;
        opacity: .2;
        border-radius: 50%;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
        transition: opacity .3s ease, -webkit-transform .6s ease;
        -o-transition: transform .6s ease, opacity .3s ease;
        transition: transform .6s ease, opacity .3s ease;
        transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease; }
    .custom__owl__dots .owl-dot.active span:before {
      opacity: 1;
      -webkit-transform: scale(2) rotate(0deg);
      -ms-transform: scale(2) rotate(0deg);
      transform: scale(2) rotate(0deg); }
    .custom__owl__dots .owl-dot.active span:after {
      opacity: 1;
      -webkit-box-shadow: 0px 0px 16px rgba(165, 165, 112, 0.2);
      box-shadow: 0px 0px 16px rgba(165, 165, 112, 0.2);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.custom__owl__controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden; }
  .custom__owl__controls > div {
    visibility: visible;
    font-size: 1.5em;
    cursor: pointer;
    color: currentColor; }
  .custom__owl__controls span {
    display: inline-block;
    -webkit-transition: padding .3s ease, -webkit-transform .3s ease;
    transition: padding .3s ease, -webkit-transform .3s ease;
    -o-transition: padding .3s ease, transform .3s ease;
    transition: padding .3s ease, transform .3s ease;
    transition: padding .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .custom__owl__controls .owl-prev:hover span {
    padding-right: .5em;
    -webkit-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }
  .custom__owl__controls .owl-next:hover span {
    padding-left: .5em;
    -webkit-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    transform: translateX(0.5em); }

.hero__line {
  position: relative;
  color: #aa7b04;
  position: absolute;
  top: 50vh;
  left: 0;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .hero__line:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 35.75574%; }
  .mason--loaded .hero__line {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 3.5s ease-in 2s;
    transition: -webkit-clip-path 3.5s ease-in 2s;
    -o-transition: clip-path 3.5s ease-in 2s;
    transition: clip-path 3.5s ease-in 2s;
    transition: clip-path 3.5s ease-in 2s, -webkit-clip-path 3.5s ease-in 2s; }
  .hero__line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: visible; }

.values__line,
.social__line {
  position: relative;
  color: #aa7b04;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
  .values__line:before,
  .social__line:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 70.31714%; }
  .inview .values__line, .inview
  .social__line {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 3.5s ease-out 1s;
    transition: -webkit-clip-path 3.5s ease-out 1s;
    -o-transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s, -webkit-clip-path 3.5s ease-out 1s; }
  .values__line svg,
  .social__line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: visible; }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

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

.hero__title {
  position: absolute;
  bottom: calc(6vw + 2em);
  left: 0;
  right: 0;
  width: 90%;
  max-width: 1050px;
  margin: auto;
  z-index: 5; }
  .hero__title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.875em, 6vw, 4em);
    opacity: 0;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%); }
    .hero__title h2:nth-child(even) {
      text-align: right;
      -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
      transform: translateX(30%); }
  .mason--loaded .hero__title h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1s ease 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    -o-transition: opacity 1s ease 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1s ease 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1s ease 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }
    .mason--loaded .hero__title h2:nth-child(1) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .mason--loaded .hero__title h2:nth-child(2) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .mason--loaded .hero__title h2:nth-child(3) {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .mason--loaded .hero__title h2:nth-child(4) {
      -webkit-transition-delay: 2.2s;
      -o-transition-delay: 2.2s;
      transition-delay: 2.2s; }
    .mason--loaded .hero__title h2:nth-child(5) {
      -webkit-transition-delay: 2.6s;
      -o-transition-delay: 2.6s;
      transition-delay: 2.6s; }

.welcome {
  position: relative;
  padding: 4em 5%;
  text-align: center;
  z-index: 2;
  background: #EDEDE8; }
  @media all and (min-width: 1409.7px) {
    .welcome {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.welcome__media {
  position: relative;
  width: 80%;
  max-width: 285px;
  margin: 0 auto 2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 4; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }

.welcome__text {
  position: relative;
  z-index: 4; }

.home__welcome__image {
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #EDEDE8;
  -webkit-clip-path: url(#welcome__clip);
  clip-path: url(#welcome__clip); }
  .home__welcome__image .display__image--1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5);
    box-shadow: 0px 0px 50px rgba(70, 87, 95, 0.5); }
    .home__welcome__image .display__image--1 > div {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.welcome__text {
  width: 100%; }

.welcome__title {
  margin: 1.5em 0 2.2em;
  color: #000; }
  .welcome__title h2 {
    margin: 0; }

.welcome__intro {
  margin-bottom: 2em; }
  .welcome__intro .content__region {
    width: 100%; }

@media all and (min-width: 550px) {
  .welcome__media {
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    margin: 0 0 20px 10px;
    max-width: 380px;
    width: 50%;
    margin: 0 auto 20px; } }

@media all and (min-width: 769px) {
  .welcome {
    text-align: left;
    padding-top: 3.125em;
    padding-bottom: 6.25em; }
  .welcome__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .welcome__media {
    margin: 0 0 0 5%;
    width: 40%;
    max-width: 544px; } }

.lte-ie8 .welcome {
  text-align: left;
  padding-top: 3.125em;
  padding-bottom: 6.25em; }

.lte-ie8 .welcome__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.lte-ie8 .welcome__media {
  margin: 0 0 0 5%;
  width: 40%;
  max-width: 544px; }

@media all and (min-width: 1025px) {
  .welcome {
    padding-top: 9.375em;
    padding-bottom: 8.125em; }
  .welcome__media {
    margin-left: 10%;
    width: 50%; } }

.welcome__preview {
  background: #fff;
  border: 1px solid #eee;
  padding: 2em; }
  .welcome__preview p {
    color: #292920;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: clamp(1.875em, 6vw, 3.5em); }

.welcome__border .svg__curve__container,
.profiles__bottom__border .svg__curve__container,
.map__border .svg__curve__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.welcome__border svg,
.profiles__bottom__border svg,
.map__border svg {
  -webkit-transform: scale(-1) translateY(1px);
  -ms-transform: scale(-1) translateY(1px);
  transform: scale(-1) translateY(1px); }

.video__button__container {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .video__button__container .bg__pri.cover {
    -webkit-clip-path: url(#welcome__clip);
    clip-path: url(#welcome__clip);
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite; }

.video__play__button {
  position: relative;
  width: 7.5em;
  width: clamp(75px, 10vw, 7.5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  color: #ffb600;
  -webkit-transition: color .3s ease, -webkit-transform .2s ease;
  transition: color .3s ease, -webkit-transform .2s ease;
  -o-transition: color .3s ease, transform .2s ease;
  transition: color .3s ease, transform .2s ease;
  transition: color .3s ease, transform .2s ease, -webkit-transform .2s ease; }
  .video__play__button:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .video__play__button:hover {
    color: #aa7b04; }
  .video__play__button:active, .video__play__button:focus {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .video__play__button span {
    font-size: 2em;
    display: block;
    position: relative;
    z-index: 2;
    color: #fff; }
  .video__play__button .bg__pri {
    background: currentColor; }

.video__button__svg {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  animation: spin 20s reverse linear infinite; }

.video__pop {
  position: fixed;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease .2s, visibility 0s ease .4s;
  -o-transition: opacity .2s ease .2s, visibility 0s ease .4s;
  transition: opacity .2s ease .2s, visibility 0s ease .4s; }
  .video__pop--open {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .video__pop--open .video__pop__player {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1); }
    .video__pop--open .video__pop__button {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.video__pop__close {
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .video__pop__close:hover + .video__pop__container .video__pop__container svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.video__pop__container {
  position: absolute;
  width: 80vw;
  max-width: 1100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .video__pop__container svg {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .video__pop__container iframe {
    width: 100%;
    height: 100%; }

.video__pop__button {
  position: relative;
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 2em;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .video__pop__button span {
    display: inline-block;
    -webkit-transform: translateX(75%);
    -ms-transform: translateX(75%);
    transform: translateX(75%); }

.video__pop__player {
  width: 100%;
  position: relative;
  background: #ffb600;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(10%) scale(0.8);
  -ms-transform: translateY(10%) scale(0.8);
  transform: translateY(10%) scale(0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .video__pop__player:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 56.25%; }

.home__values {
  padding: clamp(4em, 10vw, 11.25em) 5% clamp(4em, 7vw, 6.25em); }
  @media all and (min-width: 1409.7px) {
    .home__values {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

#values__title {
  margin: 0 0 1.4em; }

.values__container {
  margin: 3em 0; }
  .values__container .owl-item {
    opacity: 0.4;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .values__container .owl-item .social__item, .values__container .owl-item .social__item__block {
      height: 100%; }
    .values__container .owl-item.active {
      opacity: 1;
      -webkit-transform: translateX(0%) scale(1);
      -ms-transform: translateX(0%) scale(1);
      transform: translateX(0%) scale(1); }
      .values__container .owl-item.active ~ .owl-item:not(.active) {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%); }

.values__icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6em;
  height: 6em; }

.values__icon__fa {
  color: #ffb600;
  font-size: 2.5em; }

.values__icon__cicle {
  color: #ffb600; }

@media all and (min-width: 1025px) {
  .values__container {
    margin: 5em 0; } }

.home__profiles {
  padding: clamp(4em, 10vw, 6.25em) 8% clamp(4em, 10vw, 6.25em);
  z-index: 2; }
  @media all and (min-width: 1409.7px) {
    .home__profiles {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .home__profiles .owl-nav {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
    font-size: 1.875em; }
    @media all and (min-width: 415px) {
      .home__profiles .owl-nav {
        font-size: 2.125em; } }
    .home__profiles .owl-nav .lte-ie8 {
      font-size: 2.125em; }
    @media all and (min-width: 769px) {
      .home__profiles .owl-nav {
        font-size: 2.75em; } }
    .home__profiles .owl-nav .lte-ie8 {
      font-size: 2.75em; }
    @media all and (min-width: 1025px) {
      .home__profiles .owl-nav {
        font-size: 3.5em; } }
    @media all and (min-width: 1301px) {
      .home__profiles .owl-nav {
        font-size: 4em; } }
  .home__profiles .owl-next, .home__profiles .owl-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.2em;
    height: 3.2em;
    font-size: 20px;
    border-radius: 50%;
    color: #ffb600;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: color .4s ease, opacity .4s ease;
    -o-transition: color .4s ease, opacity .4s ease;
    transition: color .4s ease, opacity .4s ease;
    z-index: 3;
    -webkit-filter: drop-shadow(0px 16px 24px rgba(42, 41, 33, 0.2));
    filter: drop-shadow(0px 16px 24px rgba(42, 41, 33, 0.2)); }
    .home__profiles .owl-next:after, .home__profiles .owl-prev:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      z-index: -1;
      -webkit-transition: background 0.4s ease, -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: background 0.4s ease, transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-clip-path: url(#welcome__clip);
      clip-path: url(#welcome__clip); }
    .home__profiles .owl-next.disabled, .home__profiles .owl-prev.disabled {
      opacity: .2; }
  .home__profiles .owl-next {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    .home__profiles .owl-next:hover {
      color: #fff; }
      .home__profiles .owl-next:hover:after {
        background: #ffb600;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .home__profiles .owl-prev {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home__profiles .owl-prev:hover {
      color: #fff; }
      .home__profiles .owl-prev:hover:after {
        background: #ffb600;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.home__profiles__bg {
  position: relative;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 826px;
  z-index: 1;
  opacity: .2; }
  .home__profiles__bg:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .home__profiles__bg img {
    mix-blend-mode: multiply; }

.home__profiles__inner {
  position: relative;
  z-index: 4; }

.profiles__heading {
  color: #fff; }

.profiles__region {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  font-size: 1.28571em; }
  .profiles__region * {
    color: inherit; }

.profiles__list {
  padding: 80px 0; }

.profiles__item {
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
  max-height: 440px;
  -webkit-box-shadow: 0px 0px 0px rgba(42, 41, 33, 0);
  box-shadow: 0px 0px 0px rgba(42, 41, 33, 0);
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease; }
  .profiles__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 150%; }
  @media all and (min-width: 600px) {
    .profiles__item {
      max-height: none; } }

.profiles__item__anchor {
  opacity: .25;
  background: #2A2921;
  -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, -webkit-transform .4s ease;
  -o-transition: opacity .3s ease, transform .4s ease;
  transition: opacity .3s ease, transform .4s ease;
  transition: opacity .3s ease, transform .4s ease, -webkit-transform .4s ease; }
  .owl-item.active .profiles__item__anchor {
    opacity: 1; }

.profiles__item__image {
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .profiles__item__image .lazy__load__img {
    background: #2A2921; }
  .profiles__item__image:after {
    position: absolute;
    content: '';
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 41, 33, 0)), to(#2a2921));
    background: -webkit-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
    background: -o-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
    background: linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%); }
  .profiles__item__image img {
    opacity: .9;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.profiles__item__flex {
  top: auto;
  padding: 0 2em 2em;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 4;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .profiles__item__flex:before {
    position: absolute;
    content: '';
    top: -3.5em;
    right: 0;
    bottom: 0;
    left: 0;
    background: #EDEDE8;
    z-index: -1;
    -webkit-transform: scale(1, 0.6);
    -ms-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }

.profiles__item__postcode {
  position: absolute;
  bottom: 100%;
  left: 2em;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: opacity .15s ease, -webkit-transform 0s ease .15s;
  transition: opacity .15s ease, -webkit-transform 0s ease .15s;
  -o-transition: opacity .15s ease, transform 0s ease .15s;
  transition: opacity .15s ease, transform 0s ease .15s;
  transition: opacity .15s ease, transform 0s ease .15s, -webkit-transform 0s ease .15s; }

.profiles__item__title {
  -webkit-transform: translateY(-100%) translateY(-1em);
  -ms-transform: translateY(-100%) translateY(-1em);
  transform: translateY(-100%) translateY(-1em);
  padding: .5em 0 1em;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  transition: color .4s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, color .4s ease;
  transition: transform .4s ease, color .4s ease;
  transition: transform .4s ease, color .4s ease, -webkit-transform .4s ease; }
  .profiles__item__title h3 {
    margin: 0;
    font-size: 1.5em; }

.profiles__item__info {
  color: #2a2921; }
  .profiles__item__info p {
    margin: 0; }

.owl-item:nth-child(even) .profiles__item {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px); }

.profiles__item:hover {
  -webkit-box-shadow: 0px 16px 24px rgba(42, 41, 33, 0.2);
  box-shadow: 0px 16px 24px rgba(42, 41, 33, 0.2);
  z-index: 2; }
  .profiles__item:hover .profiles__item__flex {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .profiles__item:hover .profiles__item__flex:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .profiles__item:hover .profiles__item__title {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #292920;
    -webkit-transition: color .4s ease 0s, -webkit-transform .4s ease;
    transition: color .4s ease 0s, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, color .4s ease 0s;
    transition: transform .4s ease, color .4s ease 0s;
    transition: transform .4s ease, color .4s ease 0s, -webkit-transform .4s ease; }
  .profiles__item:hover .profiles__item__postcode {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
    transition: opacity .3s ease .15s, -webkit-transform .3s ease .15s;
    -o-transition: opacity .3s ease .15s, transform .3s ease .15s;
    transition: opacity .3s ease .15s, transform .3s ease .15s;
    transition: opacity .3s ease .15s, transform .3s ease .15s, -webkit-transform .3s ease .15s; }
  .profiles__item:hover .profiles__item__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.mixed__authorise {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em 0; }
  .mixed__authorise > div {
    display: inline-block;
    width: auto;
    margin: 0 1em; }
  .mixed__authorise a {
    text-decoration: none;
    color: #fff; }

.home__social {
  padding: clamp(8em, 15vw, 13.75em) 5% clamp(4em, 10vw, 8.125em); }
  @media all and (min-width: 1409.7px) {
    .home__social {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.home__social__bg {
  z-index: 0;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed; }
  .home__social__bg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 35%;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
  .home__social__bg:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    z-index: 1; }

.home__social__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3em;
  z-index: 2;
  text-align: left; }

#mixed__list {
  margin-bottom: 3em;
  z-index: 5; }
  @media all and (min-width: 1025px) {
    #mixed__list {
      margin-bottom: 4em; } }
  #mixed__list .owl-item {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.85);
    -ms-transform: translateX(-50%) scale(0.85);
    transform: translateX(-50%) scale(0.85);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    #mixed__list .owl-item .social__item, #mixed__list .owl-item .social__item__block {
      height: 100%; }
    #mixed__list .owl-item.active {
      opacity: 1;
      -webkit-transform: translateX(0%) scale(1);
      -ms-transform: translateX(0%) scale(1);
      transform: translateX(0%) scale(1); }
      #mixed__list .owl-item.active ~ .owl-item:not(.active) {
        -webkit-transform: translateX(50%) scale(0.85);
        -ms-transform: translateX(50%) scale(0.85);
        transform: translateX(50%) scale(0.85); }

.mixed__group .social__item:first-child {
  margin-bottom: 24px; }

.social__item {
  overflow: visible; }

.social__item__block {
  position: relative;
  -webkit-box-shadow: 0px 16px 24px rgba(42, 41, 33, 0.1);
  box-shadow: 0px 16px 24px rgba(42, 41, 33, 0.1);
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease; }
  .social__item__block:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .social__item__block .lazy--loaded:not([data-img=""]) + .social__item__info {
    color: #fff; }
  .social__item__block .lazy--loaded[data-img=""] + .social__item__info,
  .social__item__block .lazy--loaded[data-img="/_site/images/design/thumbnail.jpg"] + .social__item__info {
    background: #fff;
    color: #2a2921; }
  .social__item__block [data-img=""],
  .social__item__block [data-img="/_site/images/design/thumbnail.jpg"] {
    display: none; }
  .social__item__block:hover {
    -webkit-box-shadow: 0px 16px 32px rgba(42, 41, 33, 0.3);
    box-shadow: 0px 16px 32px rgba(42, 41, 33, 0.3); }
    .social__item__block:hover .social__item__image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.social__item__image {
  overflow: hidden; }
  .social__item__image > div:after {
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 41, 33, 0)), to(#2a2921));
    background: -webkit-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
    background: -o-linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
    background: linear-gradient(rgba(42, 41, 33, 0) 0%, #2a2921 100%);
    opacity: 0.9;
    z-index: 2; }
  .social__item__image .lazy__load__img {
    background: #2A2921; }
  .social__item__image img {
    opacity: .9;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }

.social__label {
  position: absolute;
  top: 2em;
  left: 2em;
  color: #aa7b04;
  height: 2.5em;
  width: 2.5em;
  background: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 3; }
  .social__label span {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    color: currentColor; }
  .social__label .svg-inline--fa {
    color: #fff; }

.social__item__date {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase; }

.social__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 7.5em 2.28571em 2.28571em;
  z-index: 3;
  font-size: 0.875em;
  background: rgba(255, 255, 255, 0);
  line-height: 1.6875;
  -webkit-transition: color .4s ease, background .4s ease;
  -o-transition: color .4s ease, background .4s ease;
  transition: color .4s ease, background .4s ease; }
  .social__item__info a {
    font-weight: 700;
    color: inherit;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.2);
    text-decoration-color: rgba(255, 255, 255, 0.2); }
  .social__item__info h3 {
    font-size: 1.42857em;
    margin: 0; }
  .social__item__info p {
    margin: .5em 0 0; }

.tweets__item__intro,
.facebook__item__intro,
.instagram__item__intro {
  overflow: hidden;
  max-height: 10.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.tweets__item .social__label {
  color: #1da1f2; }

.facebook__item .social__label {
  color: #1877f2; }

.instagram__item .social__label {
  color: #c32aa3; }

.home__social--schools {
  padding-bottom: clamp(4em, 15vw, 13.75em); }
  .home__social--schools .social__line {
    position: relative;
    position: absolute; }
    .home__social--schools .social__line:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 44.55621%; }
  .home__social--schools .social__heading {
    color: #000; }
  .home__social--schools .button__link--news > div:before {
    background-color: #fff; }
  .home__social--schools .button__link--news a,
  .home__social--schools .button__link--news > div:after {
    color: #000; }
  .home__social--schools .button__link--news:hover a {
    color: #000; }
  .home__social--schools .social__item {
    background: #fff; }
  .home__social--schools .social__nav__dots,
  .home__social--schools .social__nav__controls {
    color: #000; }
  .home__social--schools .social__bottom__border {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%; }

.home__links {
  padding: clamp(4em, 10vw, 6.875em) 5% clamp(4em, 10vw, 6.875em); }
  @media all and (min-width: 1409.7px) {
    .home__links {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.links__line {
  position: relative;
  max-height: 110%;
  color: #aa7b04;
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  z-index: 5;
  visibility: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .links__line:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 66.48685%; }
  .inview .links__line {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 3.5s ease-out 1s;
    transition: -webkit-clip-path 3.5s ease-out 1s;
    -o-transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s;
    transition: clip-path 3.5s ease-out 1s, -webkit-clip-path 3.5s ease-out 1s; }
  .links__line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: visible; }

@media all and (min-width: 850px) {
  .subnav__grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr clamp 1fr clamp 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr clamp 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(1em, 2vw, 4em);
    grid-template-areas: "one two two" "one three four";
    width: 100%;
    height: 100%; }
  .subnav__grid__item:nth-child(1) {
    grid-area: one; }
    .subnav__grid__item:nth-child(1):before {
      padding-bottom: 189.58333%; }
  .subnav__grid__item:nth-child(2) {
    grid-area: two;
    height: 100%; }
    .subnav__grid__item:nth-child(2):before {
      display: none; }
  .subnav__grid__item:nth-child(3) {
    grid-area: three;
    height: 100%; }
    .subnav__grid__item:nth-child(3):before {
      display: none; }
  .subnav__grid__item:nth-child(4) {
    grid-area: four;
    height: 100%; }
    .subnav__grid__item:nth-child(4):before {
      display: none; }
  .subnav__grid__item {
    width: 100%;
    margin: 0; } }

@media all and (min-width: 850px) {
  .subnav__grid__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
  .subnav__grid__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3; }
  .subnav__grid__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .subnav__grid__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; } }

@media all and (min-width: 1301px) {
  .subnav__grid__item__title h3 {
    font-size: 2em; } }

.home__map {
  margin-bottom: -5vw; }

.map__top__border {
  position: relative;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 2; }
  .map__top__border:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 2.7027%; }

.contact__map {
  position: relative;
  width: 100%;
  height: 350px; }
  .contact__map > div {
    height: 100%; }

.map__contact {
  padding: 3em 2em 5em;
  line-height: 1.7; }
  .map__contact h2 {
    font-size: 1.75em;
    margin: 0;
    color: #000; }
    @media all and (min-width: 415px) {
      .map__contact h2 {
        font-size: 1.875em; } }
    .map__contact h2 .lte-ie8 {
      font-size: 1.875em; }
    @media all and (min-width: 769px) {
      .map__contact h2 {
        font-size: 2em; } }
    .map__contact h2 .lte-ie8 {
      font-size: 2em; }
    @media all and (min-width: 1025px) {
      .map__contact h2 {
        font-size: 2em; } }
    @media all and (min-width: 1301px) {
      .map__contact h2 {
        font-size: 2em; } }
  .map__contact .button__link {
    margin-top: .5em; }
    .map__contact .button__link > div:before {
      background: #fff; }
    .map__contact .button__link > div:after {
      color: #000; }
    .map__contact .button__link a {
      color: #000; }
    .map__contact .button__link:hover a {
      color: #EDEDE8; }
    .map__contact .button__link:hover > div:after {
      color: #000; }
    .map__contact .button__link:hover a {
      color: #000; }

.map__contact__item {
  display: block;
  position: relative;
  margin: 0 0 1em;
  text-align: left;
  padding-left: 2em;
  color: rgba(0, 0, 0, 0.75); }
  .map__contact__item svg {
    position: absolute;
    top: .3em;
    left: 0;
    color: #000; }

.map__contact__item--address {
  margin: 1.5em 0; }

.map__contact__item--phone {
  margin-bottom: .5em; }

@media all and (min-width: 850px) {
  .contact__map {
    position: static;
    height: auto; }
  .map__center {
    padding-left: 5%;
    text-align: left; } }
  @media all and (min-width: 850px) and (min-width: 1409.7px) {
    .map__center {
      padding-left: calc(50% - 635px); } }

@media all and (min-width: 850px) {
  .map__contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .map__contact {
    text-align: center;
    position: relative;
    margin: 13vw 0;
    display: inline-block;
    width: 45vw;
    max-width: 450px;
    z-index: 4;
    background: transparent;
    border-radius: 1em;
    padding: 2.5em; }
    .map__contact:before {
      position: absolute;
      content: '';
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      width: 100%;
      padding-bottom: 100%;
      background: #ffb600;
      -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      z-index: -1;
      -webkit-clip-path: url(#welcome__clip);
      clip-path: url(#welcome__clip); }
    .map__contact:after {
      position: absolute;
      content: '';
      top: 50%;
      right: auto;
      bottom: auto;
      left: 50%;
      width: 100%;
      padding-bottom: 100%;
      background: #ffb600;
      -webkit-box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      opacity: .2;
      -webkit-transform: translateY(-50%) translateX(-50%) scale(1.15);
      -ms-transform: translateY(-50%) translateX(-50%) scale(1.15);
      transform: translateY(-50%) translateX(-50%) scale(1.15);
      z-index: -1;
      -webkit-clip-path: url(#welcome__clip);
      clip-path: url(#welcome__clip); }
  .map__contact__item {
    margin: 0 auto 1em;
    max-width: 80%; }
  .map__contact__item--address {
    margin: 1.5em auto; } }

@media all and (min-width: 1025px) {
  .map__contact {
    min-width: 450px; } }
