/* breakpoints */
:root {
  --brand--light:#ffffff;
  --brand--light--btn:#F8F8F8;
  --brand--dark:#000000;
  --brand--primary-color:#711D75;
  --brand--second-color:#EEE0EF;
  --brand--second-color-light:#f6eff7;
  --brand--third-color:#b388b3;
  --brand--fourth-color:#FAF1FA;
  --brand--fifth-color:#eeacf1;
  --brand--sixth-color:#D5F6D6;
  --brand--seventh-color:#66106A;
  --brand--green:#618862;
  --brand--blue:#47A8B8;
  --brand--yellow:#D2A529;
  --cell--green:#C4E7CB;
  --cell--purple:#550F58;
  --cell--yellow:#FCEEC8;
  --cell--blue:#D3EFF3;
  --brand--body-bg-color:
  #ffffff;
  --brand--body-text-color:
  #333333;
  --brand--body-text-color-light:
  #666666;
  --brand--nav-text-color:
  #2A2A2A;
  --brand--border:#bbbbbb;
  --brand--border--2:#b68bb8;
  --brand--placeholder:#777777;
  --brand--placeholder--lt:#cccccc;
  --brand--placeholder--lighter:#dddddd;
  /*

  300 // light
  400 // regular
  500 // medium
  600 // semi bold
  700 // bold
  800 // extra bold

  */
  --brand--heading-font: Aeonik, sans-serif;
  --brand--body-font: Aeonik, sans-serif;
  --brand--body-line-height: 1.7;
  --brand--secondary-font: Aeonik, serif;
  --letterspacing--3: -3px;
  --letterspacing--1: -1px;
  --letterspacing--0-5: -0.5px;
  --letterspacing-0-5: 0.5px;
  --letterspacing-1: 1px;
  --team--img--height: 270px;
}

.bw {
  top: auto !important;
  bottom: 1rem;
  color: white;
}

body {
  background-color: var(--brand--body-bg-color);
  line-height: var(--brand--body-line-height);
  color: var(--brand--body-text-color);
}

.btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: var(--letterspacing-0-5);
  background-color: var(--brand--primary-color);
  color: var(--brand--light);
  padding: 0.7rem 1.7rem !important;
  border-radius: 5px;
  border: 1px solid var(--brand--primary-color);
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.btn.inv {
  background-color: var(--brand--light);
  color: var(--brand--primary-color);
}
.btn.inv:hover {
  background-color: var(--brand--primary-color);
  color: var(--brand--light);
}
.btn.inv.border {
  border: 1px solid var(--brand--light);
}
.btn span,
.btn i {
  z-index: 1;
  position: relative;
}
.btn .loading-dots {
  visibility: hidden;
}
.btn .loading-dots i {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--brand--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: loadingDots 1.2s ease-in;
  animation-iteration-count: 999;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0.4;
}
.btn .loading-dots i:nth-child(1) {
  left: calc(50% - 1.3em);
}
.btn .loading-dots i:nth-child(2) {
  animation-delay: 80ms;
}
.btn .loading-dots i:nth-child(3) {
  left: calc(50% + 1.3em);
  animation-delay: 160ms;
}
.btn.loading {
  pointer-events: none;
  background-color: white;
}
.btn.loading:before {
  background-color: transparent;
}
.btn.loading span {
  visibility: hidden;
}
.btn.loading .loading-dots {
  visibility: visible;
}
@keyframes loadingDots {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
}

.entry-content a.btn,
a.btn,
button.btn {
  text-decoration: none;
}
.entry-content a.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--brand--light--btn);
  color: var(--brand--primary-color);
}

.fade-carousel img {
  opacity: 0;
  transform: scale(1.1);
  transition: none;
  will-change: opacity, transform;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fade-carousel img.animate-in {
  z-index: 1;
  animation: animateIn 1250ms ease;
  animation-fill-mode: forwards;
}
.fade-carousel img.active {
  opacity: 1;
  animation: none;
}
.fade-carousel img.zoom {
  transform: scale(1);
  transition: transform 15s linear;
}
@keyframes animateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*

KEY

100 - Light
300 - Regular
500 - medium
700 - bold

*/
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Light.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Light.woff") format("woff"), url("../fonts/Aeonik-Pro-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Light-Italic.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Light-Italic.woff") format("woff"), url("../fonts/Aeonik-Pro-Light-Italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Regular.woff") format("woff"), url("../fonts/Aeonik-Pro-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Regular-Italic.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Regular-Italic.woff") format("woff"), url("../fonts/Aeonik-Pro-Regular-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Medium.woff") format("woff"), url("../fonts/Aeonik-Pro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Medium-Italic.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Medium-Italic.woff") format("woff"), url("../fonts/Aeonik-Pro-Medium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Bold.woff") format("woff"), url("../fonts/Aeonik-Pro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Aeonik;
  src: url("../fonts/Aeonik-Pro-Bold-Italic.woff2") format("woff2"), url("../fonts/Aeonik-Pro-Bold-Italic.woff") format("woff"), url("../fonts/Aeonik-Pro-Bold-Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.gform_wrapper form,
.gform_body,
.gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gform_fields {
  flex-direction: row;
}

.gfield_label {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.gfield_validation_message {
  color: red;
  margin-top: 0.5rem;
}

.hidden_label .gfield_label,
.hide_summary,
.gform_hidden,
.gfield--type-honeypot {
  display: none;
}

.gform_fileupload_rules {
  margin-top: 0.5rem;
  display: block;
}

.gfield_required_asterisk {
  color: red;
  margin-left: 0.5rem;
}

fieldset.gfield {
  margin: 0;
  padding: 0;
  border: none;
}

select,
input[type=text],
input[type=email],
input[type=tel],
textarea {
  height: 55px;
  background-color: #fff;
  border: 1px solid black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: var(--brand--body-font);
  width: 100%;
}
select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: normal;
  color: black;
  opacity: 0.5;
}
select::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  font-weight: normal;
  color: black;
  opacity: 0.5;
}

textarea {
  height: auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

select,
.select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='26' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M-2-1h26v16H-2z' data-name='Rectangle 51'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 35' transform='translate(2 1)'%3E%3Cpath d='M11.2 14a1.4 1.4 0 0 1-1-.5L.2 2.3A1.4 1.4 0 0 1 2.5.5l8.7 10 8.7-10a1.4 1.4 0 1 1 2.2 1.8l-9.8 11.2a1.4 1.4 0 0 1-1.1.5Z' data-name='Path 136'/%3E%3C/g%3E%3C/svg%3E ");
  background-size: 26px 16px;
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
}

.select {
  cursor: pointer;
}
.select:hover {
  opacity: 0.5;
}

button {
  cursor: pointer;
}

.gpfup__droparea > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gpfup__droparea > div:before {
  content: "";
  display: block;
  width: 73px;
  height: auto;
  aspect-ratio: 73/66;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='73.67' height='66.34'%3E%3Cg fill='%239a55bc'%3E%3Cpath data-name='Path 317' d='M64.4 23.16v-.72A23.02 23.02 0 0 0 40.97 0 23.49 23.49 0 0 0 19.44 13.7 21.85 21.85 0 0 0 0 35.27a21.58 21.58 0 0 0 21.65 21.54h8.41v-4.48h-8.41a17.16 17.16 0 0 1-.56-34.24h1.5l.51-1.41A18.91 18.91 0 0 1 41.05 4.56 18.53 18.53 0 0 1 60.02 22.5a17.39 17.39 0 0 1 0 1.8l-.18 1.6 1.46.68a13.46 13.46 0 0 1-5.7 25.74H43.52v4.48H55.6a17.95 17.95 0 0 0 8.82-33.65Z'/%3E%3Cpath data-name='Path 318' d='M46.4 43.01a2.24 2.24 0 0 0 1.6-3.83L36.8 27.96 25.57 39.17a2.24 2.24 0 0 0 3.16 3.17l5.8-5.72V64.1a2.24 2.24 0 1 0 4.5 0V36.62l5.76 5.76a2.24 2.24 0 0 0 1.6.63Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.gf-options-inline .gfield_radio {
  display: flex;
  gap: 1rem;
}

.hamburger {
  display: block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: none;
  width: 36px;
  height: 24px;
  padding: 0;
  will-change: opacity;
  transition: opacity 250ms ease;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 24px;
  transform: translate(-50%, -50%);
}
.hamburger i span {
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: white;
  will-change: transform, opacity, background-color;
  border-radius: 3px;
  transition: all 250ms ease;
  transform-origin: 50%;
}
.hamburger.is-active i span:nth-child(1) {
  transform: rotate(-45deg) translate(-22.5%, 150%);
}
.hamburger.is-active i span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active i span:nth-child(3) {
  transform: rotate(45deg) translate(-22.5%, -150%);
}
.hamburger:hover i span {
  opacity: 0.8;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper.wide {
  max-width: 1920px;
}
.wrapper.fluid {
  max-width: 1400px !important;
}
@media (min-width: 1056px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1264px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1464px) {
  .wrapper {
    max-width: 1400px;
  }
}

.section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.section--inner {
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section--inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.gutter {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .gutter {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 992px) {
  .gutter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper {
  /* animate in */
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper {
  /* animate out */
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal {
  /* animate in */
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal {
  /* animate out */
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top {
  /* start state */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top {
  /* animate in */
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top {
  /* animate out */
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold {
  /* start state */
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold {
  /* animate in */
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold {
  /* animate out */
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out {
  /* animate in */
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out {
  /* animate out */
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.mfp-bg,
.mfp-wrap {
  z-index: 99999 !important;
}

.mobile-navigation {
  background-color: var(--brand--primary-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  left: auto;
  right: 0;
  min-width: 400px;
  width: 70vw;
  align-items: flex-start;
  color: var(--brand--body-text-color);
  padding: 2rem;
}
@media (max-width: 576px) {
  .mobile-navigation {
    min-width: unset;
    width: 100vw;
  }
}
.mobile-navigation.is-visible {
  transform: translateX(0);
}
.mobile-navigation .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left !important;
  gap: 2.8rem;
}
.mobile-navigation__header {
  height: 140px;
  display: flex;
}
.mobile-navigation__main ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-navigation__footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: auto;
  font-weight: bold;
}
.mobile-navigation__footer a {
  color: var(--brand--primary-color);
}
.mobile-navigation__footer a:nth-child(n+2) {
  position: relative;
}
.mobile-navigation__footer a:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--brand--primary-color);
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
}
.mobile-navigation__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  aspect-ratio: 1;
  width: auto;
  height: 22px;
  border: none;
  padding: 0;
}
.mobile-navigation__main ul {
  align-items: flex-start;
}
.mobile-navigation .logo path {
  fill: var(--brand--primary-color);
}
.mobile-navigation .hamburger i span {
  background-color: var(--brand--accent-color);
}
.mobile-navigation__header {
  width: 100%;
  height: 90px;
}
.mobile-navigation__main {
  flex: 1;
  align-items: flex-start;
  width: 100%;
}
.mobile-navigation .sub-menu {
  display: flex !important;
  padding-left: 2rem;
  list-style: none;
  gap: 0;
}
.mobile-navigation .sub-menu li {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--brand--body-font);
}
.mobile-navigation .sub-menu li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
.mobile-navigation .sub-menu li a:after {
  display: block;
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(18px, -50%);
  margin: -3px 0 0 0;
  color: var(--brand--primary-color);
  font-size: 30px;
}
.mobile-navigation .sub-menu li a img {
  aspect-ratio: 3/2;
  aspect-ratio: 4/3;
  height: auto;
  width: 125px;
}
.mobile-navigation .nav-menu {
  width: 100%;
  margin: 0 0 2rem 0;
}
.mobile-navigation .nav-menu > li {
  align-self: stretch;
}
.mobile-navigation li.menu-item-has-children {
  position: relative;
}
.mobile-navigation li.menu-item-has-children:before {
  display: none !important;
  content: "";
  /* background-color: red; */
  background-image: linear-gradient(to bottom, white 0, white 10px, var(--brand--primary-color) 10px, var(--brand--primary-color) 13px, white 13px, white);
  background-position: center;
  width: 0;
  display: inline-block;
  height: 22px;
  transition: all 250ms ease;
  will-change: width;
}
.mobile-navigation li.menu-item-has-children > button {
  right: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  top: 0;
  transform: none;
  width: 3.5rem;
  height: 2.5rem;
}
.mobile-navigation li.menu-item-has-children > button:after {
  content: "";
  background-color: var(--brand--primary-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='13.15' height='7.99'%3E%3Cg fill='%239a55bc'%3E%3Cpath d='M6.62 7.49A.86.86 0 0 1 6 7.23L.76 2a.76.76 0 0 1-.18-.27l-.02-.05-.01-.03v-.02l-.02-.05-.02-.05v-.11L.5 1.4v-.03c0-.23.09-.45.26-.61A.86.86 0 0 1 1.37.5c.24 0 .45.09.62.26l4.63 4.62L11.16.83a.86.86 0 0 1 .62-.25c.24 0 .45.09.62.25.17.17.25.38.25.62s-.08.45-.25.62L7.23 7.23a.86.86 0 0 1-.61.26Z'/%3E%3Cpath d='M1.37 1c-.1 0-.19.04-.26.11a.36.36 0 0 0-.11.26v.06l.02.06.02.05.03.06.04.05 5.24 5.23c.08.07.16.11.27.11.1 0 .19-.04.26-.11l5.16-5.16a.36.36 0 0 0 .11-.27.36.36 0 0 0-.37-.37c-.1 0-.2.03-.26.1l-4.9 4.9-4.98-4.97A.36.36 0 0 0 1.37 1m0-1c.37 0 .72.14.98.4l4.27 4.27L10.8.48a1.36 1.36 0 0 1 1.94 0 1.36 1.36 0 0 1 0 1.94L7.6 7.6a1.36 1.36 0 0 1-1.95 0L.4 2.36a1.26 1.26 0 0 1-.29-.45l-.03-.09-.06-.2-.02-.2v-.05A1.36 1.36 0 0 1 1.37 0Z'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='13.15' height='7.99'%3E%3Cg fill='%239a55bc'%3E%3Cpath d='M6.62 7.49A.86.86 0 0 1 6 7.23L.76 2a.76.76 0 0 1-.18-.27l-.02-.05-.01-.03v-.02l-.02-.05-.02-.05v-.11L.5 1.4v-.03c0-.23.09-.45.26-.61A.86.86 0 0 1 1.37.5c.24 0 .45.09.62.26l4.63 4.62L11.16.83a.86.86 0 0 1 .62-.25c.24 0 .45.09.62.25.17.17.25.38.25.62s-.08.45-.25.62L7.23 7.23a.86.86 0 0 1-.61.26Z'/%3E%3Cpath d='M1.37 1c-.1 0-.19.04-.26.11a.36.36 0 0 0-.11.26v.06l.02.06.02.05.03.06.04.05 5.24 5.23c.08.07.16.11.27.11.1 0 .19-.04.26-.11l5.16-5.16a.36.36 0 0 0 .11-.27.36.36 0 0 0-.37-.37c-.1 0-.2.03-.26.1l-4.9 4.9-4.98-4.97A.36.36 0 0 0 1.37 1m0-1c.37 0 .72.14.98.4l4.27 4.27L10.8.48a1.36 1.36 0 0 1 1.94 0 1.36 1.36 0 0 1 0 1.94L7.6 7.6a1.36 1.36 0 0 1-1.95 0L.4 2.36a1.26 1.26 0 0 1-.29-.45l-.03-.09-.06-.2-.02-.2v-.05A1.36 1.36 0 0 1 1.37 0Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: auto;
  aspect-ratio: 13/8;
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  transform: rotate(-90deg);
  transition: transform 250ms ease;
}
.mobile-navigation li.menu-item-has-children.is-active:before {
  content: "";
  width: 50px;
  padding-right: 1rem;
  border-right: 5px solid white;
  height: 22px;
}
.mobile-navigation li.menu-item-has-children.is-active > button:after {
  transform: rotate(0);
}

@media (max-width: 768px) {
  .primary-navigation {
    display: none;
  }
}
.primary-navigation.mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .primary-navigation.mobile {
    display: block;
  }
}
.primary-navigation.mobile ul {
  display: block;
  width: 100%;
}
.primary-navigation.mobile ul li a {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  text-align: center;
}
.primary-navigation .nav-menu {
  gap: 3rem;
}
.primary-navigation .nav-menu li {
  position: relative;
}
@media (max-width: 1264px) {
  .primary-navigation .nav-menu li:not(.quote) {
    display: none;
  }
}
.primary-navigation .nav-menu li.quote a {
  background-color: var(--brand--light);
  padding: 1rem;
  color: var(--brand--primary-color);
  border-radius: 6px;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-navigation .nav-menu li.quote a:before {
  display: none !important;
}
.primary-navigation .nav-menu li.quote a:hover {
  color: var(--brand--light);
  background-color: var(--brand--dark);
}
.primary-navigation .nav-menu li.menu-item .arrow-nav {
  position: absolute;
  top: 6px;
  right: -21px;
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-navigation .nav-menu li.menu-item .arrow-nav svg path {
  fill: var(--brand--light);
}
.primary-navigation .nav-menu li.menu-item:hover .arrow-nav {
  transform: translate(0, 5px);
}
.primary-navigation .nav-menu li.mega-menu-btn.is-active a:before {
  width: 100%;
}
.primary-navigation .nav-menu li.mega-menu-btn.is-active a .arrow-nav {
  transform: translate(0, 5px);
}
.primary-navigation .nav-menu li.mega-menu-btn a {
  margin: 0 1.3rem 0 0;
}
.primary-navigation .nav-menu li.mega-menu-btn a:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  width: calc(100% + 2rem);
  height: 93px;
  top: calc(0px - 1rem);
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 0;
}
.primary-navigation .nav-menu li a {
  position: relative;
  font-family: var(--brand--heading-font);
  font-weight: 300;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0;
  color: var(--brand--light);
}
.primary-navigation .nav-menu li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brand--light);
  transition: width 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.primary-navigation .nav-menu li a:hover:before {
  width: 100%;
}
.primary-navigation .nav-menu li.is-active > a:before {
  width: 100%;
}
.primary-navigation .nav-menu li {
  /* new */
}
.primary-navigation .nav-menu li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: none;
}
.primary-navigation .nav-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.primary-navigation .nav-menu li li.menu-item-has-children.active .sub-menu {
  opacity: 1;
  pointer-events: initial;
  z-index: 2;
}
.primary-navigation .nav-menu li .sub-menu {
  position: absolute;
  top: 77px;
  left: 0;
  transform: translateX(0%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  will-change: opacity;
  background-color: var(--brand--light);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 1.6rem 1.5rem 1.5rem 1.5rem;
  width: 310px;
  opacity: 0;
  pointer-events: initial;
  z-index: 2;
}
.primary-navigation .nav-menu li .sub-menu > li {
  font-weight: 600;
}
.primary-navigation .nav-menu li .sub-menu > li:first-child a {
  margin-top: 0;
}
.primary-navigation .nav-menu li .sub-menu > li > a {
  display: inline-flex;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  font-weight: 300;
  margin-top: 1rem;
  color: var(--brand--primary-color) !important;
}
.primary-navigation .nav-menu li .sub-menu > li > a:after {
  display: none;
}
.primary-navigation .nav-menu li .sub-menu > li > a:before {
  background: var(--brand--primary-color);
}
.primary-navigation .nav-menu li {
  /* new */
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  outline: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

img,
svg,
iframe,
embed {
  vertical-align: bottom;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-underline-offset: 2px;
}

a:has(> i),
span:has(> i) {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-wrapper {
  overflow-x: hidden;
}

.flickity-viewport {
  overflow: visible;
}

.logo img {
  width: 100%;
  height: auto;
}

.stagger .stagger--in {
  opacity: 0;
  transition: all 0.8s ease;
}
.stagger .stagger--in.slow {
  transition: all 1.5s ease;
}
.stagger .stagger--in.slide--up {
  transform: translate(0, 5rem);
}
.stagger .stagger--in.slide--down {
  transform: translate(0, -5rem);
}
.stagger .stagger--in.slide--left {
  transform: translate(-10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.slide--right {
  transform: translate(10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.animate-in {
  opacity: 1;
  transition-delay: 150ms;
}
.stagger .stagger--in.animate-in.slow {
  transition-delay: 500ms;
}
.stagger .stagger--in.animate-in.slide--up, .stagger .stagger--in.animate-in.slide--down {
  transform: translate(0, 0);
}
.stagger .stagger--in.animate-in.slide--left {
  transform: translate(0, 0);
  transition-delay: 100ms;
}
.stagger .stagger--in.animate-in.slide--right {
  transform: translate(0, 0);
  transition-delay: 100ms;
}

body {
  font-family: var(--brand--body-font);
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
[class*=__heading],
[class*=-heading] {
  line-height: 1.3;
}

.entry-content {
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.7;
}
.entry-content ol, .entry-content ul:not(.list--contact-links) {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  list-style-type: decimal;
  padding-left: 1rem;
  margin-left: 1rem;
}
.entry-content ol ol {
  list-style-type: lower-alpha;
}
.entry-content ul:not(.list--contact-links) {
  list-style-type: disc;
}
.entry-content li::marker {
  font-weight: 400;
}
.entry-content > *:not(:last-child):not(blockquote),
.entry-content > blockquote > *:not(:last-child) {
  margin-bottom: 1.2rem;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.d-grid {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fd-c {
  flex-direction: column;
  align-items: flex-start;
}

.ai-fs {
  align-items: flex-start;
}

.ai-s {
  align-items: stretch;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.jc-c {
  justify-content: center;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.fg {
  position: relative;
  z-index: 9;
}

.d--f {
  display: flex;
}

.ai--c {
  align-items: center;
}

.jc--sb {
  justify-content: space-between;
}

.ta-c {
  text-align: center;
}

.hide,
.d-none {
  display: none;
}

.zoom-hover {
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}
.zoom-hover [class*=-image] {
  overflow: hidden;
}
.zoom-hover [class*=-image] img {
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}
.zoom-hover:hover [class*=-image] img {
  transform: scale(1.1);
}

body.resizing .zoom-hover {
  transition: none;
}

.l-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.l-clamp--2 {
  -webkit-line-clamp: 2;
}

.l-clamp--3 {
  -webkit-line-clamp: 3;
}

.pos-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img--cover,
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-center {
  text-align: center;
}

.list--contact-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list--contact-links li {
  margin: 0;
  padding: 0;
}
.list--contact-links li a {
  gap: 0.5rem;
  text-decoration: none;
}

.list--social-links, .list--share-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.list--social-links li, .list--share-links li {
  margin: 0;
  padding: 0;
}
.list--social-links li a, .list--share-links li a {
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list--social-links li a svg, .list--social-links li a img, .list--share-links li a svg, .list--share-links li a img {
  height: 30px;
  width: auto;
}
.list--social-links li a svg path, .list--social-links li a img path, .list--share-links li a svg path, .list--share-links li a img path {
  fill: var(--brand--light);
}
.list--social-links li a, .list--share-links li a {
  gap: 0.5rem;
}
.list--social-links li a[href=""], .list--share-links li a[href=""] {
  display: none;
}
.list--social-links li a:hover, .list--share-links li a:hover {
  opacity: 0.7;
}

.list--share-links {
  margin: 1.1rem 0 0 0 !important;
  gap: 0.5rem;
}
.list--share-links li a {
  width: 35px;
  height: 35px;
  justify-content: center;
  background: var(--brand--fourth-color);
}
.list--share-links li a svg {
  height: 20px;
  width: auto;
}
.list--share-links li a svg path {
  fill: var(--brand--primary-color);
}
.list--share-links li a:hover {
  opacity: 1 !important;
  background: var(--brand--primary-color);
}
.list--share-links li a:hover svg path {
  fill: var(--brand--light);
}

.case-studies-block {
  margin: 6.3rem 0 6.3rem 0;
}
.case-studies-block__contain {
  gap: 2rem;
}
.case-studies-block__contain__item > div {
  width: 100%;
  background-color: var(--brand--primary-color);
  padding: 2rem;
  gap: 0;
}
@media (max-width: 1264px) {
  .case-studies-block__contain__item > div {
    align-items: stretch;
  }
}
@media (max-width: 992px) {
  .case-studies-block__contain__item > div {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.case-studies-block__contain__item__left {
  width: 45%;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  .case-studies-block__contain__item__left {
    width: 100%;
    max-height: 400px;
  }
}
.case-studies-block__contain__item__left .item-image {
  aspect-ratio: 1/1;
}
@media (max-width: 1264px) {
  .case-studies-block__contain__item__left .item-image {
    aspect-ratio: unset;
    height: 100%;
  }
}
.case-studies-block__contain__item__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-block__contain__item__right {
  width: 55%;
  padding: 0 3rem 0 5rem;
  gap: 2.3rem;
}
@media (max-width: 1264px) {
  .case-studies-block__contain__item__right {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 992px) {
  .case-studies-block__contain__item__right {
    padding-left: 3rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .case-studies-block__contain__item__right {
    padding-left: 0;
    padding-right: 0;
  }
}
.case-studies-block__contain__item__right .logo {
  margin: 0 0 0.4rem 0;
  max-width: 130px;
  height: auto;
}
.case-studies-block__contain__item__right .button {
  margin: 0.4rem 0 0 0;
}
@media (max-width: 576px) {
  .case-studies-block__contain__item__right .body {
    display: none;
  }
}

.company-stats {
  margin: 5.8rem 0 5.8rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .company-stats {
    margin-bottom: 3.1rem;
  }
}
.company-stats.top-margin {
  margin-top: 0 !important;
}
.company-stats__contain {
  gap: 3.5rem;
  flex-wrap: wrap;
}
@media (max-width: 1264px) {
  .company-stats__contain {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .company-stats__contain {
    flex-direction: column;
    gap: 1rem;
  }
}
.company-stats__contain__item {
  border-top: 2px solid var(--brand--border--2);
  width: 25%;
  gap: 0.6rem;
  padding: 3.4rem 0 0 0;
}
.company-stats__contain__item {
  width: calc(33.33% - 5.3333333333rem);
  box-sizing: border-box;
  align-self: stretch;
}
@media (max-width: 1264px) {
  .company-stats__contain__item {
    width: calc(33.33% - 2.6666666667rem);
  }
}
@media (max-width: 768px) {
  .company-stats__contain__item {
    width: 100%;
    padding: 3.2rem 0 0 0;
  }
}
.company-stats__hex {
  position: absolute;
  top: 0%;
  right: -550px;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  height: auto;
  z-index: 9;
}
.company-stats__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-block {
  margin: 7.4rem 0 9.4rem 0;
}
@media (max-width: 992px) {
  .contact-block {
    margin-bottom: 6.3rem;
    padding: 0;
  }
}
.contact-block__contain {
  width: 100%;
  gap: 5rem;
}
@media (max-width: 1264px) {
  .contact-block__contain {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .contact-block__contain {
    flex-direction: column;
    gap: 3.7rem;
  }
}
.contact-block__contain > div {
  width: 50%;
}
@media (max-width: 992px) {
  .contact-block__contain > div {
    width: 100%;
  }
}
.contact-block__contain__left {
  gap: 0;
}
@media (max-width: 992px) {
  .contact-block__contain__left {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (max-width: 768px) {
  .contact-block__contain__left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.contact-block__contain__left__cell.content {
  width: 58%;
  margin: 0.4rem 0 3.5rem 0;
}
@media (max-width: 992px) {
  .contact-block__contain__left__cell.content {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.contact-block__contain__left__cell.details {
  gap: 4rem;
}
@media (max-width: 1464px) {
  .contact-block__contain__left__cell.details {
    flex-direction: column;
    gap: 2rem;
  }
}
.contact-block__contain__left__cell.details-2 {
  width: 55%;
  margin: 3.3rem 0 2.6rem 0;
}
@media (max-width: 992px) {
  .contact-block__contain__left__cell.details-2 {
    margin-top: 2.1rem;
  }
}
.contact-block__contain__left__cell.map {
  width: 100%;
}
.contact-block__contain__left__cell.map iframe {
  width: 100%;
}
.contact-block__contain__left__cell.map iframe .place-details-compact-container {
  display: none !important;
}
.contact-block__contain__right {
  background: var(--brand--second-color);
  padding: 2.8rem 2.5rem 3.2rem 2.5rem;
  margin: 0.7rem 0 0 0;
}
.contact-block__contain__right .title {
  margin: 0 0 2.5rem 0;
}

.content-blocks {
  margin: 6.2rem 0 0 0;
}
@media (max-width: 768px) {
  .content-blocks {
    margin: 3.5rem 0 0 0;
  }
}
.content-blocks__contain {
  flex-wrap: wrap;
  gap: 3.15rem 6.3rem;
  margin: 3.5rem 0 3.1rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .content-blocks__contain {
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0;
  }
}
.content-blocks__contain__item {
  gap: 0;
  width: calc(50% - 3.15rem);
  box-sizing: border-box;
  align-self: stretch;
  border-top: 1px solid var(--brand--third-color);
  padding: 2.6rem 0 2.1rem 0;
  gap: 1.2rem;
}
.content-blocks__contain__item:nth-child(1), .content-blocks__contain__item:nth-child(2) {
  border-top: none;
}
@media (max-width: 768px) {
  .content-blocks__contain__item {
    width: 100%;
  }
  .content-blocks__contain__item:nth-child(1) {
    padding-bottom: 5px;
  }
}
.content-blocks__contain__item__row .logo {
  margin: 0.6rem 0 0.5rem 0;
  max-width: 130px;
  height: auto;
}
.content-blocks__contain__item__row.heading {
  margin: 0 0 2px 0;
}

.content-grid {
  margin: 5rem 0 6.3rem 0;
  position: relative;
}
.content-grid__sub-heading {
  margin: 0 0 2.5rem 0;
}
.content-grid__content {
  width: 55%;
}
@media (max-width: 1264px) {
  .content-grid__content {
    width: 100%;
  }
}
.content-grid__contain {
  flex-wrap: wrap;
  gap: 5.3rem 3.8rem;
  margin: 4.8rem 0 0 0;
}
@media (max-width: 1264px) {
  .content-grid__contain {
    gap: 4.6rem 3.1rem;
  }
}
.content-grid__contain__item {
  position: relative;
  width: calc(33.33% - 2.5333333333rem);
  box-sizing: border-box;
  padding: 0rem 2rem 2.7rem 2rem;
  align-self: stretch;
  min-height: 440px;
  overflow: visible;
  background-color: var(--brand--second-color);
}
.content-grid__contain__item:nth-child(2), .content-grid__contain__item:nth-child(5) {
  background-color: var(--brand--second-color-light);
}
@media (max-width: 1264px) {
  .content-grid__contain__item {
    width: calc(50% - 1.55rem);
  }
  .content-grid__contain__item:nth-child(2), .content-grid__contain__item:nth-child(3) {
    background-color: var(--brand--second-color-light);
  }
  .content-grid__contain__item:nth-child(5) {
    background-color: var(--brand--second-color);
  }
}
@media (max-width: 768px) {
  .content-grid__contain__item {
    width: 100%;
  }
  .content-grid__contain__item:nth-child(odd) {
    background-color: var(--brand--second-color);
  }
  .content-grid__contain__item:nth-child(even) {
    background-color: var(--brand--second-color-light);
  }
}
.content-grid__contain__item__hold__row.heading {
  margin: 3px 0 0 0;
}
.content-grid__contain__item__hold__row.icon {
  position: relative;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 190px;
}
@media (max-width: 768px) {
  .content-grid__contain__item__hold__row.icon {
    width: 150px;
  }
}
.content-grid__contain__item__hold__row.icon img {
  width: 190px;
  height: auto;
}
@media (max-width: 768px) {
  .content-grid__contain__item__hold__row.icon img {
    width: 150px;
  }
}
.content-grid__hex {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  height: auto;
  z-index: 9;
  transform: translate(50%, 6.3rem);
}
@media (max-width: 1700px) {
  .content-grid__hex {
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .content-grid__hex {
    z-index: -1;
  }
}
.content-grid__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-grid {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: var(--brand--primary-color);
}
@media (max-width: 992px) {
  .cta-grid .wrapper {
    z-index: 1;
  }
}
.cta-grid__contain {
  flex-wrap: wrap;
  gap: 3.1rem;
  margin: 3.5rem 0 0 0;
  position: relative;
}
.cta-grid__contain__item {
  gap: 0;
  width: calc(50% - 1.55rem);
  box-sizing: border-box;
  background-color: var(--brand--seventh-color);
  align-self: stretch;
}
@media (max-width: 992px) {
  .cta-grid__contain__item {
    width: 100%;
  }
}
.cta-grid__contain__item.cell-wide {
  width: 100%;
  flex-direction: row;
  align-items: center;
  background-color: var(--brand--light);
  gap: 3.1rem;
}
@media (max-width: 1264px) {
  .cta-grid__contain__item.cell-wide {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .cta-grid__contain__item.cell-wide {
    flex-direction: column;
  }
}
.cta-grid__contain__item.cell-wide > div {
  width: 50%;
}
@media (max-width: 768px) {
  .cta-grid__contain__item.cell-wide > div {
    width: 100%;
  }
}
.cta-grid__contain__item.cell-wide > div:first-child {
  height: 440px;
}
@media (max-width: 992px) {
  .cta-grid__contain__item.cell-wide > div:first-child {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .cta-grid__contain__item.cell-wide > div:first-child {
    height: auto;
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.cta-grid__contain__item__image {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cta-grid__contain__item__image {
    height: unset;
    aspect-ratio: 2/1;
  }
}
.cta-grid__contain__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-grid__contain__item__text {
  padding: 2.2rem 4rem 2.5rem 4rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cta-grid__contain__item__text {
    padding: 2.2rem 2.5rem 2.5rem 2.4rem;
  }
}
.cta-grid__contain__item__text .btn {
  margin: 0.5rem 0 0 0;
}
.cta-grid__hex {
  position: absolute;
  bottom: -21px;
  left: -15px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
  transform: scale(-1, -1);
}
.cta-grid__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gform_heading {
  margin: 0 0 2rem 0;
  display: none;
}

form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}
form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3rem 1.5rem;
}
@media (max-width: 992px) {
  form .gform_fields {
    display: flex;
    flex-direction: column;
  }
}
form .gform_fields .gfield.indent-left {
  padding: 0 3rem 0 0;
}
@media (max-width: 992px) {
  form .gform_fields .gfield.indent-left {
    padding: 0;
  }
}
form .gform_fields .gfield.indent-right {
  padding: 0 0 0 3rem;
}
@media (max-width: 992px) {
  form .gform_fields .gfield.indent-right {
    padding: 0;
  }
}
form .gform_fields .gfield .gfield_label, form .gform_fields .gfield .gfield_checkbox label, form .gform_fields .gfield .gfield_radio label {
  font-size: 20px;
  color: var(--brand--primary-color);
  font-weight: 300;
  margin: 0 0 0.7rem 0;
}
form .gform_fields .gfield .gfield_checkbox label {
  line-height: 1.4;
}
form .gform_fields .gfield .gfield_checkbox label, form .gform_fields .gfield .gfield_radio label {
  margin: 0 0rem 0 6px;
}
form .gform_fields .gfield.file-upload, form .gform_fields .gfield.file-upload button, form .gform_fields .gfield .gform_fileupload_rules, form .gform_fields .gfield .form-text {
  font-family: var(--brand--title-font);
  font-size: 16px;
  color: var(--brand--body-text-color-light);
  font-weight: 400;
  letter-spacing: var(--letterspacing-1);
  margin-bottom: 0;
  border: none;
}
form .gform_fields .gfield .ginput_container_fileupload, form .gform_fields .gfield .ginput_preview_list {
  text-align: center;
}
form .gform_fields .gfield .ginput_preview_list {
  margin: 2.5rem 0 2.8rem 0;
}
form .gform_fields .gfield .ginput_preview_list > div {
  margin: 0 0 0 0;
}
form .gform_fields .gfield .ginput_preview_list .gfield_fileupload_filesize {
  padding: 0 0.5rem;
}
form .gform_fields .gfield.file-upload {
  padding: 0 0 0 0;
}
form .gform_fields .gfield.file-upload button {
  display: block;
  margin: 0 auto;
  padding: 0.8rem 1.8rem;
  background-color: none;
  border: 1px solid var(--brand--dark);
  transition: background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
form .gform_fields .gfield.file-upload button:hover {
  background-color: var(--brand--second-color);
}
form .gform_fields .gfield.file-upload .gform_drop_instructions {
  display: block;
  margin: 0 0 1.2rem 0;
}
form .gform_fields .gfield.file-upload .gfield_description {
  color: var(--brand--primary-color);
  font-weight: 300;
  margin: 1.2rem 0 0.8rem 0;
}
form .gform_fields .gfield.file-upload .ginput_container_fileupload {
  background: var(--brand--light);
  padding: 4.5rem 0 2rem 0;
}
form .gform_fields .gfield .gform_fileupload_rules {
  display: none !important;
}
form .gform_fields .gfield .gfield_checkbox {
  margin: 0 0 -0.4rem 0;
}
form .gform_fields .gfield .gfield_checkbox > div {
  display: inline-block;
  margin: 0 1.8rem 0 0;
}
form .gform_fields .gfield .gfield_radio {
  margin: 0 0 -0.4rem 0;
}
form .gform_fields .gfield .gfield_radio > div {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
form .gform_fields .gfield .gfield_radio > div input {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
form .gform_fields .gfield_required {
  display: none;
}
form .gform_fields .gfield .form-text a {
  text-decoration: underline;
}
form .gform_fields .gfield .form-text a:hover {
  text-decoration: none;
}
form .gform_fields .gfield.line-break {
  height: 1px;
  width: 100%;
  background: var(--brand--border);
  margin: 0.7rem 0 0.6rem 0;
}
form .gform_fields .full-width {
  width: 100%;
}
form .gform_fields .full-width textarea {
  height: 140px;
  padding: 1rem 0 0 1rem;
}
form .gform_fields .consent {
  font-size: 16px;
  font-weight: 400;
  color: var(--brand--primary-color);
  margin: -1.1rem 0 0.9rem 0;
}
form .gform_fields .consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: none;
}
form .gform_fields .consent .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
form .gform_fields .third-width {
  width: calc(33.33% - 1rem);
}
@media (max-width: 1264px) {
  form .gform_fields .third-width {
    width: 100%;
  }
}
form .gform_fields .units legend {
  color: var(--brand--second-color) !important;
  font-style: italic;
}
form .gform_fields .form-btn {
  margin: 0.9rem 0 -1.2rem 0;
}
form .gform_fields .select-type .gfield_description {
  position: relative;
  top: -3px;
  margin: 0 0 6px 0;
}
form .gform_fields select, form .gform_fields input[type=text], form .gform_fields input[type=number], form .gform_fields input[type=email], form .gform_fields input[type=tel], form .gform_fields textarea {
  border: none;
  border-radius: 0;
  font-size: 16px;
  color: var(--brand--body-text-color);
  font-weight: 300;
  background: var(--brand--light);
  padding: 0 0 0 1rem;
}
form .gform_fields input[type=text], form .gform_fields input[type=number], form .gform_fields input[type=email], form .gform_fields input[type=tel] {
  height: 50px;
}
form .gform_fields .gfield_validation_message {
  font-family: var(--brand--heading-font);
  letter-spacing: var(--letterspacing-1);
  color: var(--brand--error-color);
}

.gform_validation_errors ol {
  display: none;
}
.gform_validation_errors h2 {
  margin: 0 0 2rem 0;
  color: var(--brand--accent-color);
}

.gform_confirmation_message {
  margin: 0 0 4.5rem 0;
}

.gform_submission_error {
  text-align: center;
  margin: 0 0 2.8rem 0 !important;
  color: var(--brand--error-color) !important;
  font-weight: 600;
}

.full-news-block {
  margin: 6.9rem 0 5.7rem 0;
}
.full-news-block__header {
  border-top: 1px solid var(--brand--primary-color);
  padding: 2.6rem 0 3.2rem 0;
  gap: 2rem;
}
@media (max-width: 992px) {
  .full-news-block__header {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .full-news-block__header {
    gap: 2.3rem;
  }
}
.full-news-block__header__item {
  flex-grow: 1;
}
@media (max-width: 1464px) {
  .full-news-block__header__item {
    font-size: 17px !important;
  }
}
@media (max-width: 992px) {
  .full-news-block__header__item {
    width: calc(25% - 1.5rem);
    max-width: calc(25% - 1.5rem);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .full-news-block__header__item {
    width: calc(50% - 1.15rem);
    max-width: calc(50% - 1.15rem);
  }
}
.full-news-block__contain {
  flex-wrap: wrap;
  gap: 2.2rem 3.8rem;
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  .full-news-block__contain {
    flex-direction: column;
  }
}
.full-news-block__contain__item {
  position: relative;
  width: calc(50% - 1.9rem);
  box-sizing: border-box;
  align-self: stretch;
  background-color: var(--brand--fourth-color);
  transition: background-color 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .full-news-block__contain__item {
    width: 100%;
  }
}
.full-news-block__contain__item:hover {
  background-color: var(--brand--second-color);
}
.full-news-block__contain__item__image {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .full-news-block__contain__item__image {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .full-news-block__contain__item__image {
    aspect-ratio: 2/1;
  }
}
.full-news-block__contain__item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-news-block__contain__item__text {
  gap: 0.9rem;
  padding: 1.8rem 2.5rem 7.1rem 2.5rem;
}
.full-news-block__contain__item__text .btn {
  margin: 0.5rem 0 0 0;
}
.full-news-block__contain__item__text .author-contain {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.full-news-block__contain__item__text .author-contain .author-img {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--brand--border);
  border-radius: 50%;
}
.full-news-block__contain__item__text .author-contain .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
}

.full-team-block {
  margin: 5.8rem 0 6.3rem 0;
}
.full-team-block__header {
  position: relative;
  padding: 2.6rem 0 3.2rem 0;
  border-top: 1px solid var(--brand--primary-color);
}
.full-team-block__header__contain {
  position: relative;
  gap: 2rem;
}
@media (max-width: 1464px) {
  .full-team-block__header__contain {
    gap: 1.5rem;
  }
}
@media (max-width: 1264px) {
  .full-team-block__header__contain {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .full-team-block__header__contain {
    gap: 2.3rem;
  }
}
@media (max-width: 768px) {
  .full-team-block__header__contain {
    display: block;
  }
  .full-team-block__header__contain__select {
    display: block !important;
  }
  .full-team-block__header__contain__item {
    display: none !important;
  }
}
.full-team-block__header__contain:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 18px;
  transform: translate(-20px, -50%);
  z-index: -1;
  background: url(../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transition: margin 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .full-team-block__header__contain:after {
    display: block;
  }
}
.full-team-block__header__contain:hover:after {
  margin-top: 5px;
}
.full-team-block__header__contain__select {
  display: none;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  padding: 0rem 2rem 0rem 2rem;
  border: 1px solid var(--brand--primary-color);
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
  color: var(--brand--primary-color);
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.full-team-block__header__contain__item {
  flex-grow: 1;
}
@media (max-width: 1464px) {
  .full-team-block__header__contain__item {
    font-size: 17px !important;
  }
}
@media (max-width: 1264px) {
  .full-team-block__header__contain__item {
    width: calc(25% - 3rem);
    text-align: center;
  }
}
@media (max-width: 992px) {
  .full-team-block__header__contain__item {
    width: calc(50% - 3rem);
    text-align: center;
  }
}
.full-team-block__header__contain__item a {
  display: inline-block;
}
.full-team-block__contain {
  flex-wrap: wrap;
  gap: 2.2rem 3.8rem;
  margin: 0 0 0 0;
}
@media (max-width: 992px) {
  .full-team-block__contain {
    gap: 1.75rem;
  }
}
.full-team-block__contain__item:not(.hidden) {
  position: relative;
  width: calc(33.33% - 2.5333333333rem);
  height: 390px;
  box-sizing: border-box;
  padding: 2.5rem;
  align-self: stretch;
  aspect-ratio: 1/1;
  overflow: visible;
  background-color: var(--brand--second-color);
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.full-team-block__contain__item:not(.hidden):nth-child(6n+4), .full-team-block__contain__item:not(.hidden):nth-child(6n+5), .full-team-block__contain__item:not(.hidden):nth-child(6n+6) {
  background-color: var(--brand--second-color-light);
}
@media (max-width: 1264px) {
  .full-team-block__contain__item:not(.hidden) {
    width: calc(50% - 1.9rem);
  }
  .full-team-block__contain__item:not(.hidden):nth-child(even) {
    background-color: var(--brand--second-color-light);
  }
  .full-team-block__contain__item:not(.hidden):nth-child(odd) {
    background-color: var(--brand--second-color);
  }
}
@media (max-width: 992px) {
  .full-team-block__contain__item:not(.hidden) {
    width: calc(50% - 0.875rem);
  }
}
@media (max-width: 768px) {
  .full-team-block__contain__item:not(.hidden) {
    width: 100%;
  }
}
.full-team-block__contain__item:not(.hidden):hover {
  background-color: var(--brand--primary-color);
}
.full-team-block__contain__item:not(.hidden):hover .text-area h3, .full-team-block__contain__item:not(.hidden):hover .text-area p {
  color: var(--brand--light) !important;
}
.full-team-block__contain__item:not(.hidden):hover img {
  filter: grayscale(0%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%); /* Firefox */
  -ms-filter: grayscale(0%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(0%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: none;
}
.full-team-block__contain__item-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2rem 0 0 2rem;
  z-index: 99;
  gap: 0;
}
.full-team-block__contain__item-text.bottom {
  top: unset;
  bottom: 0;
  margin: 0 0 2rem 2rem;
  max-width: 45%;
}
.full-team-block__contain__item img {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: auto;
  height: var(--team--img--height);
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1464px) {
  .full-team-block__contain__item img {
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .full-team-block__contain__item img {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .full-team-block__contain__item img {
    max-width: 200px;
  }
}

.full-width-cta {
  margin: 0 0 0 0;
  background: var(--brand--primary-color);
  position: relative;
}
.full-width-cta__contain {
  min-height: 550px;
  gap: 0;
}
@media (max-width: 992px) {
  .full-width-cta__contain {
    flex-direction: column;
  }
}
.full-width-cta__contain__cell {
  position: relative;
  width: 50%;
  align-self: stretch;
}
@media (max-width: 992px) {
  .full-width-cta__contain__cell {
    width: 100%;
  }
}
.full-width-cta__contain__cell.image {
  align-self: stretch;
}
@media (max-width: 992px) {
  .full-width-cta__contain__cell.image {
    height: 400px;
  }
}
.full-width-cta__contain__cell.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-cta__contain__cell.text-area {
  padding: 7rem 7rem 7rem 7rem;
  align-self: center;
  z-index: 1;
}
@media (max-width: 992px) {
  .full-width-cta__contain__cell.text-area {
    padding: 3.9rem 3rem 12rem 3rem;
  }
}
.full-width-cta__contain__cell .btn {
  margin: 0.2rem 0 0 0;
}
.full-width-cta__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 9;
}
.full-width-cta__hex {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
}
.full-width-cta__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-cta__shape .cls-1 {
  fill: none;
}
.full-width-cta__shape .cls-2 {
  fill: var(--cell--green);
}
.full-width-cta__shape.set-scheme-Purple .cls-2, .full-width-cta__shape.set-scheme-Purple .cls-3, .full-width-cta__shape.set-scheme-Purple .cls-4 {
  fill: var(--cell--purple);
}
.full-width-cta__shape.set-scheme-Pink .cls-2, .full-width-cta__shape.set-scheme-Pink .cls-3, .full-width-cta__shape.set-scheme-Pink .cls-4 {
  fill: var(--brand--fifth-color);
}
.full-width-cta__shape.set-scheme-Green .cls-2, .full-width-cta__shape.set-scheme-Green .cls-3, .full-width-cta__shape.set-scheme-Green .cls-4 {
  fill: var(--cell--green);
}
.full-width-cta__shape.set-scheme-Blue .cls-2, .full-width-cta__shape.set-scheme-Blue .cls-3, .full-width-cta__shape.set-scheme-Blue .cls-4 {
  fill: var(--cell--blue);
}
.full-width-cta__shape.set-scheme-Yellow .cls-2, .full-width-cta__shape.set-scheme-Yellow .cls-3, .full-width-cta__shape.set-scheme-Yellow .cls-4 {
  fill: var(--cell--yellow);
}

.get-a-quote-block {
  margin: 0 0 0 0;
  position: relative;
}
.get-a-quote-block__sub-heading {
  margin: 0 0 2.5rem 0;
}
.get-a-quote-block__hex {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  max-width: 430px;
  min-width: 430px;
  height: auto;
  z-index: 0;
}
.get-a-quote-block__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-a-quote-block__contain {
  padding-top: 5rem;
  padding-bottom: 6.3rem;
  position: relative;
}
.get-a-quote-block__contain.personal {
  background-color: var(--brand--primary-color);
}
.get-a-quote-block__contain.commercial {
  background-color: var(--brand--sixth-color);
}
.get-a-quote-block__contain.commercial .item:hover {
  background: var(--cell--green) !important;
}
.get-a-quote-block__contain__items {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3.5rem 0 0 0;
  position: relative;
  z-index: 1;
}
.get-a-quote-block__contain__items__item {
  position: relative;
  width: calc(33.33% - 1.3333333333rem);
  box-sizing: border-box;
  background-color: var(--brand--light);
  padding: 2.5rem;
  align-self: stretch;
  aspect-ratio: 1/0.8;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1264px) {
  .get-a-quote-block__contain__items__item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .get-a-quote-block__contain__items__item {
    width: 100%;
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 576px) {
  .get-a-quote-block__contain__items__item {
    aspect-ratio: unset;
  }
}
.get-a-quote-block__contain__items__item:hover {
  background: var(--brand--second-color);
}
.get-a-quote-block__contain__items__item__cell.title {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  max-width: 190px;
  z-index: 99;
}
@media (max-width: 1464px) {
  .get-a-quote-block__contain__items__item__cell.title {
    top: 3.75rem;
  }
}
@media (max-width: 576px) {
  .get-a-quote-block__contain__items__item__cell.title {
    position: relative;
    top: 0;
    left: 0;
  }
}
.get-a-quote-block__contain__items__item__cell.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  max-width: 200px;
  height: auto;
  z-index: 0;
}
@media (max-width: 1464px) {
  .get-a-quote-block__contain__items__item__cell.icon {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .get-a-quote-block__contain__items__item__cell.icon {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .get-a-quote-block__contain__items__item__cell.icon {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .get-a-quote-block__contain__items__item__cell.icon {
    width: 100px;
  }
}
.get-a-quote-block__contain__items__item__cell.icon img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-a-quote-block__contain__items__item__cell.image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 200px;
  height: auto;
  transform: translate(-1rem, 0rem);
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 1464px) {
  .get-a-quote-block__contain__items__item__cell.image {
    width: 115px;
    transform: translate(-1.5rem, 2rem);
  }
}
@media (max-width: 992px) {
  .get-a-quote-block__contain__items__item__cell.image {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .get-a-quote-block__contain__items__item__cell.image {
    width: 200px;
    transform: translate(-1rem, 0rem);
  }
}
@media (max-width: 576px) {
  .get-a-quote-block__contain__items__item__cell.image {
    width: 80px;
    transform: translate(-1rem, 1rem);
  }
}
.get-a-quote-block__contain__items__item__cell.image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 130px;
}
.get-a-quote-block__contain__items__item__cell.button {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .get-a-quote-block__contain__items__item__cell.button {
    position: relative;
    top: 0;
    bottom: unset;
    margin: 5.7rem 0 0 0;
    text-align: center;
  }
  .get-a-quote-block__contain__items__item__cell.button p {
    line-height: 1.2em;
  }
}

@media (min-width: 1265px) {
  .hamburger {
    display: none;
  }
}
.hamburger rect {
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  fill: var(--brand--light);
}
.hamburger:hover rect {
  fill: var(--brand--fifth-color);
}
.hamburger:hover rect:nth-child(2) {
  width: 20px;
}
.hamburger:hover rect:nth-child(3) {
  width: 15px;
}

.site-header.fixthis .hamburger rect {
  fill: var(--brand--light);
}
.site-header.fixthis .hamburger:hover rect {
  fill: var(--brand--accent-color);
}

.home-hero {
  position: relative;
  top: 0;
  left: 0;
  height: 800px;
  margin: 0 0 30px 0;
  background-color: var(--brand--primary-color);
}
@media (max-width: 768px) {
  .home-hero {
    height: 100vh;
    max-height: 800px;
  }
}
.home-hero .wrapper {
  height: auto;
  position: relative;
}
.home-hero__hex {
  position: absolute;
  top: 100%;
  right: -10px;
  transform: translateY(30px);
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 9;
}
.home-hero__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--brand--fourth-color);
}
.home-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.35;
  overflow: hidden;
}
.home-hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
  background: url(../img/svg/corner-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.home-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
  background: url(../img/svg/corner-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 992px) {
  .home-hero__contain {
    flex-direction: column;
    gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .home-hero__contain {
    gap: 2.1rem;
  }
}
.home-hero__contain__cell {
  width: 35%;
}
.home-hero__contain__cell:first-child {
  width: 65%;
}
@media (max-width: 1264px) {
  .home-hero__contain__cell {
    width: 50% !important;
  }
}
@media (max-width: 992px) {
  .home-hero__contain__cell {
    width: 100% !important;
  }
}

.icon-grid {
  margin: 0 0 5rem 0;
}
.icon-grid__sub-heading {
  margin: 0 0 0.8rem 0;
}
.icon-grid__contain {
  flex-wrap: wrap;
  gap: 0;
  margin: 3.3rem 0 0 0;
}
.icon-grid__contain__item {
  position: relative;
  width: 25%;
  align-self: stretch;
  min-height: 150px;
  padding: 2rem 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .icon-grid__contain__item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .icon-grid__contain__item {
    width: 50%;
  }
}
.icon-grid__contain__item img {
  max-height: 100px;
  height: auto;
  width: auto;
  max-width: 200px;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1264px) {
  .icon-grid__contain__item img {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .icon-grid__contain__item img {
    max-width: 100px;
  }
}
.icon-grid__contain__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: var(--brand--placeholder--lighter);
}
.icon-grid__contain__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: var(--brand--placeholder--lighter);
}
.icon-grid__contain__item:nth-last-child(-n+4):after {
  display: none;
}
@media (min-width: 992px) {
  .icon-grid__contain__item:nth-child(4n):before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .icon-grid__contain__item:nth-child(3n):before {
    display: none;
  }
  .icon-grid__contain__item:last-child:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .icon-grid__contain__item:nth-child(2n):before {
    display: none;
  }
  .icon-grid__contain__item.empty {
    display: none;
  }
}
.icon-grid__contain__item:hover img {
  transform: scale(1.1);
}

.key-contacts {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--brand--fourth-color);
}
@media (max-width: 1264px) {
  .key-contacts {
    padding-bottom: 4.5rem;
  }
}
.key-contacts__contain {
  gap: 8rem;
  margin: 3.5rem 0 0 0;
}
@media (max-width: 1264px) {
  .key-contacts__contain {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.5rem;
  }
}
.key-contacts__contain__cell__team {
  width: 70%;
  gap: 4rem;
}
@media (max-width: 1264px) {
  .key-contacts__contain__cell__team {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .key-contacts__contain__cell__team {
    gap: 1.75rem;
  }
}
@media (max-width: 768px) {
  .key-contacts__contain__cell__team {
    flex-direction: column;
  }
}
.key-contacts__contain__cell__team__team-member {
  width: 424px;
  height: 390px;
  background-color: var(--brand--second-color);
  overflow: visible;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1264px) {
  .key-contacts__contain__cell__team__team-member {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 992px) {
  .key-contacts__contain__cell__team__team-member {
    aspect-ratio: unset;
    min-height: 390px;
  }
}
.key-contacts__contain__cell__team__team-member:hover {
  background-color: var(--brand--primary-color);
}
.key-contacts__contain__cell__team__team-member:hover .text-area h3, .key-contacts__contain__cell__team__team-member:hover .text-area p {
  color: var(--brand--light) !important;
}
.key-contacts__contain__cell__team__team-member-image {
  position: relative;
  border-radius: 0;
  overflow: visible !important;
  aspect-ratio: 1;
  width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .key-contacts__contain__cell__team__team-member-image {
    width: 424px;
  }
}
@media (min-width: 1200px) {
  .key-contacts__contain__cell__team__team-member-image {
    width: 424px;
    height: 390px;
  }
}
@media (max-width: 1264px) {
  .key-contacts__contain__cell__team__team-member-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 992px) {
  .key-contacts__contain__cell__team__team-member-image {
    aspect-ratio: unset;
    min-height: 390px;
  }
}
.key-contacts__contain__cell__team__team-member-image img {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: auto;
  height: var(--team--img--height);
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.key-contacts__contain__cell__team__team-member-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2rem 0 0 2rem;
  z-index: 99;
  gap: 0;
}
.key-contacts__contain__cell__team__team-member-text.bottom {
  top: unset;
  bottom: 0;
  margin: 0 0 2rem 2rem;
  max-width: 45%;
}
.key-contacts__contain__cell__team__team-member:hover .key-contacts__contain__cell__team__team-member-image img {
  filter: grayscale(0%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%); /* Firefox */
  -ms-filter: grayscale(0%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(0%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: none;
}
.key-contacts__contain__cell__contact {
  width: 30%;
  gap: 1.5rem;
}
@media (max-width: 1264px) {
  .key-contacts__contain__cell__contact {
    flex-direction: row;
    width: 100%;
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .key-contacts__contain__cell__contact {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.key-contacts__contain__cell__contact p {
  margin-bottom: 0 !important;
}
.key-contacts__contain__cell__contact p:first-child {
  margin-bottom: 0.6rem !important;
}

.large-list {
  margin: 0 0 0 0;
  padding-top: 3.8rem;
  padding-bottom: 6.3rem;
  background: var(--brand--fourth-color);
  position: relative;
}
.large-list__sub-heading {
  margin: 0 0 2.5rem 0;
}
.large-list__contain {
  padding: 0 0 0 23%;
  margin: 3.8rem 0 0 0;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .large-list__contain {
    padding: 0;
  }
}
.large-list__contain__row.title {
  margin: 0 0 2rem 0;
}
.large-list__contain__row__item {
  position: relative;
  border-top: 1px solid var(--brand--primary-color);
  width: 100%;
  padding: 1.6rem 0 0.7rem 3.3rem;
}
.large-list__contain__row__item:before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 25px;
  height: 21px;
  z-index: 1;
  background: url(../img/svg/icon-hex.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1080px) {
  .large-list__contain__row__item:before {
    top: 43px;
  }
}
@media (max-width: 768px) {
  .large-list__contain__row__item:before {
    top: 31px;
  }
}
.large-list__hex {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  height: auto;
  z-index: 9;
  transform: translate(-70%, 50%);
}
.large-list__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
@media (max-width: 768px) {
  .large-list__hex {
    display: none;
  }
}

.wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1056px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1264px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1464px) {
  .wrapper {
    max-width: 1400px;
  }
}

.pagination {
  margin: 5rem 0 0 0;
}
@media (max-width: 768px) {
  .pagination {
    margin: 4.4rem 0 0 0;
  }
}
.pagination span, .pagination a {
  display: inline-flex;
  font-size: 20px;
  color: var(--brand--body-text-color-light);
  font-weight: 400;
  border: 1px solid var(--brand--border);
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.pagination span.current, .pagination a.current {
  color: var(--brand--third-color);
  border: 2px solid var(--brand--primary-color);
}
.pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
  display: inline-flex !important;
  width: auto;
  border: none;
}
.pagination span.prev img, .pagination span.next img, .pagination a.prev img, .pagination a.next img {
  height: 25px;
  width: auto;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination span.prev img.prev, .pagination span.next img.prev, .pagination a.prev img.prev, .pagination a.next img.prev {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.pagination a:hover {
  background: var(--brand--primary-color);
  color: var(--brand--light);
  border: 2px solid var(--brand--primary-color);
}
.pagination a.next:hover, .pagination a.prev:hover {
  background: none;
  color: var(--brand--primary-color);
  border: none;
}
.pagination a.next:hover img, .pagination a.prev:hover img {
  opacity: 0.6;
}

.logo-scroller {
  margin: 0 0 5rem 0;
}
@media (max-width: 1080px) {
  .logo-scroller {
    margin-top: 42px;
  }
}
.logo-scroller .slider.top {
  margin: 0 0 4rem 0;
}
@media (max-width: 768px) {
  .logo-scroller .slider.top {
    margin: 0 0 1.5rem 0;
  }
}
.logo-scroller .slider.bottom {
  margin: 0 0 0 0;
}
.logo-scroller .slider {
  height: 125px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.logo-scroller .slider:before, .logo-scroller .slider:after {
  position: absolute;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 15%;
  z-index: 2;
  pointer-events: none;
}
.logo-scroller .slider:before {
  left: 0;
  top: 0;
}
.logo-scroller .slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.logo-scroller .slider .slide-track.bottom {
  animation-direction: reverse;
}
.logo-scroller .slider .slide {
  width: 400px;
  height: 125px;
  display: flex;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .logo-scroller .slider .slide {
    width: 200px;
    height: 100px;
  }
}
.logo-scroller .slider .slide img {
  width: auto;
  height: auto;
  max-height: 125px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .logo-scroller .slider .slide img {
    max-height: 100px;
    max-width: 170px;
  }
}

.mega-menu {
  position: absolute;
  top: 92px;
  left: -10%;
  width: 120%;
  padding: 0;
  z-index: 9999;
  background-color: var(--brand--primary-color);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
.mega-menu.is-active {
  visibility: visible;
}
@media (max-width: 1700px) {
  .mega-menu {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 1570px) {
  .mega-menu {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1264px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu__header {
  width: 100%;
  gap: 0;
  padding: 0;
  align-items: stretch;
}
.mega-menu__header__item {
  position: relative;
  width: 20%;
}
.mega-menu__header__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  z-index: 99;
}
.mega-menu__header__item:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  z-index: 99;
  width: 50px;
  height: 100%;
  background: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transform: translate(0, -1rem);
  transition: transform 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-menu__header__item__contain {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--brand--light);
  padding: 1rem 0rem;
  align-self: stretch;
  gap: 1.1rem;
  border-width: 0.7rem;
  border-style: solid;
  border-color: var(--brand--light);
}
@media (max-width: 1464px) {
  .mega-menu__header__item__contain {
    justify-content: flex-start;
  }
}
@media (max-width: 1700px) {
  .mega-menu__header__item__contain__cell:first-child {
    padding-left: 0.7rem;
  }
}
@media (max-width: 1700px) {
  .mega-menu__header__item__contain__cell:last-child {
    padding-right: 0.7rem;
  }
}
.mega-menu__header__item__contain__cell img {
  width: 75px;
  min-width: 75px;
  height: auto;
}
@media (max-width: 1464px) {
  .mega-menu__header__item__contain__cell img {
    width: 60px;
    min-width: 60px;
  }
}
.mega-menu__header__item:last-child:before {
  width: 0;
}
.mega-menu__header__item:hover .contain, .mega-menu__header__item.is-active .contain {
  border-color: var(--brand--primary-color);
}
.mega-menu__header__item:hover:after, .mega-menu__header__item.is-active:after {
  opacity: 1;
  transform: translate(0, 0);
}
.mega-menu__hold {
  position: relative;
}
.mega-menu__contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  gap: 1px;
  background-color: var(--brand--primary-color);
  padding: 1rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
.mega-menu__contain.is-active {
  visibility: visible;
}
.mega-menu__contain__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--brand--light);
}
.mega-menu__contain__grid__item {
  position: relative;
  background: var(--brand--light);
  padding: 2rem 0rem;
  align-self: stretch;
  gap: 1.1rem;
  transition: background-color 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1464px) {
  .mega-menu__contain__grid__item {
    justify-content: flex-start;
  }
}
.mega-menu__contain__grid__item:before, .mega-menu__contain__grid__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  z-index: 99;
}
.mega-menu__contain__grid__item:after {
  width: 100%;
  height: 0;
}
.mega-menu__contain__grid__item:nth-child(n-5):after {
  height: 1px;
}
.mega-menu__contain__grid__item__cell {
  position: relative;
}
.mega-menu__contain__grid__item__cell img {
  width: 75px;
  height: auto;
}
.mega-menu__contain__grid__item__cell.text {
  max-width: 220px;
  width: 220px;
}
.mega-menu__contain__grid__item__cell .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
.mega-menu__contain__grid__item__cell .icon img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 60px;
}
@media (max-width: 1700px) {
  .mega-menu__contain__grid__item__cell:first-child {
    padding-left: 0.7rem;
  }
}
@media (max-width: 1700px) {
  .mega-menu__contain__grid__item__cell:last-child {
    padding-right: 0.7rem;
  }
}
.mega-menu__contain__grid__item:hover {
  background: var(--brand--second-color);
}

body.mega-menu-active .mega-menu {
  visibility: visible;
}
body.mega-menu-active .mega-menu__item {
  transition: none;
}

html.o-hidden .site-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand--dark);
  opacity: 0.75;
  z-index: 9999;
}

.mobile-navigation {
  background: linear-gradient(115deg, rgb(255, 255, 255) 0%, rgb(238, 172, 241) 100%, rgb(255, 255, 255) 100%);
  color: white;
  text-align: right;
  padding: 2.8rem 0 0 0;
  box-shadow: -6px 0px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 9999;
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation__close svg {
  transition: transform 550ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation__close svg rect {
  fill: var(--brand--primary-color);
}
.mobile-navigation__close:hover svg {
  transform: rotate(-180deg);
  opacity: 0.7;
}
.mobile-navigation__header {
  gap: 0;
  padding: 0 2.3rem 0 2.5rem;
}
.mobile-navigation__header__cell {
  width: 50%;
}
.mobile-navigation__header__cell.logo .logo {
  width: 160px;
  height: auto;
}
.mobile-navigation li {
  font-weight: 500;
}
.mobile-navigation li.menu-item-has-children {
  padding: 0.5rem 0 0 0;
  border-top: 1px solid var(--brand--border);
}
.mobile-navigation li.menu-item-has-children a {
  padding: 0 0 0 2.2rem !important;
  margin: 1.2rem 0 0 0;
}
.mobile-navigation li.menu-item-has-children .sub-menu a {
  padding-left: 2.9rem !important;
}
.mobile-navigation li:not(.menu-item-object-service) a {
  display: block;
  padding: 1.2rem 0 0 2.2rem;
}
.mobile-navigation li.menu-item-object-service a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.4rem 5.8rem;
  border-top: 1px solid var(--brand--border);
}
.mobile-navigation li.menu-item-object-service a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(32px, -50%);
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.mobile-navigation li.menu-item-object-service.green a:before {
  background-image: url(../img/svg/icon-Green.svg);
}
.mobile-navigation li.menu-item-object-service.blue a:before {
  background-image: url(../img/svg/icon-Blue.svg);
}
.mobile-navigation li.menu-item-object-service.purple a:before {
  background-image: url(../img/svg/icon-Purple.svg);
}
.mobile-navigation li.menu-item-object-service.pink a:before {
  background-image: url(../img/svg/icon-Pink.svg);
}
.mobile-navigation li.menu-item-object-service.yellow a:before {
  background-image: url(../img/svg/icon-Yellow.svg);
}
.mobile-navigation li a {
  position: relative;
  color: var(--brand--body-text-color);
  font-family: var(--brand--nav-font);
  font-size: 22px;
}
@media (max-width: 768px) {
  .mobile-navigation li a {
    font-size: 20px;
  }
}
.mobile-navigation li a {
  transition: all 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation li a .arrow-nav {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile-navigation li a:hover {
    color: var(--brand--primary-color) !important;
  }
}
.mobile-navigation li.current-menu-item a {
  color: var(--brand--primary-color) !important;
}
.mobile-navigation li.current-menu-item a:after {
  /*transform: scaleX(1);*/
}
.mobile-navigation li {
  transition: opacity 1250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
  will-change: opacity, transform;
}
.mobile-navigation li:not(.animate-in) { /* error */
  opacity: 1;
  transform: unset;
}
.mobile-navigation li.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.news-block {
  margin: 5rem 0 -1.3rem 0;
}
@media (max-width: 1080px) {
  .news-block {
    margin-bottom: -6.4rem;
  }
}
.news-block__contain {
  gap: 4rem;
  border-top: 1px solid var(--brand--primary-color);
  padding: 4.7rem 0 0 0;
}
@media (max-width: 1080px) {
  .news-block__contain {
    flex-direction: column;
  }
}
.news-block__contain__left {
  width: 20%;
}
@media (max-width: 1080px) {
  .news-block__contain__left {
    width: 100%;
  }
}
.news-block__contain__right {
  width: 80%;
}
@media (max-width: 1080px) {
  .news-block__contain__right {
    width: 100%;
  }
}
.news-block__contain__right__item {
  gap: 2rem;
}
@media (max-width: 576px) {
  .news-block__contain__right__item {
    flex-direction: column;
  }
}
.news-block__contain__right__item .image {
  width: 20%;
}
@media (max-width: 1080px) {
  .news-block__contain__right__item .image {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .news-block__contain__right__item .image {
    width: 100%;
  }
}
.news-block__contain__right__item .image div {
  aspect-ratio: 1.5/1;
}
.news-block__contain__right__item .image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block__contain__right__item .content {
  width: 80%;
  border-bottom: 1px solid var(--brand--border);
  margin: -6px 0 2.5rem 0;
  padding: 0 0 4.4rem 0;
  gap: 0.6rem;
}
@media (max-width: 1080px) {
  .news-block__contain__right__item .content {
    width: 70%;
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 576px) {
  .news-block__contain__right__item .content {
    width: 100%;
  }
}
.news-block__contain__right__item .content .author-contain {
  margin: 1.6rem 0 0 0;
}
.news-block__contain__right__item .content .author-contain .author-img {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--brand--border);
  border-radius: 50%;
}
.news-block__contain__right__item .content .author-contain .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
}

.page-hero {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  margin: 0;
  background-color: var(--brand--dark);
}
.page-hero .wrapper {
  height: 100%;
  position: relative;
  z-index: 10;
}
.page-hero__top {
  height: 900px;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .page-hero__top {
    height: 700px;
  }
}
@media (max-width: 576px) {
  .page-hero__top {
    height: 100vh;
    max-height: 500px;
  }
}
.page-hero__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  z-index: 9;
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(250, 241, 250, 0) 100%);
}
.page-hero__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 9;
}
@media (max-width: 1464px) {
  .page-hero__shape {
    max-width: 600px;
  }
}
@media (max-width: 1264px) {
  .page-hero__shape {
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .page-hero__shape {
    max-width: 350px;
  }
  .page-hero__shape svg {
    opacity: 0.15;
  }
}
.page-hero__shape {
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-hero__hex {
  position: absolute;
  top: 100%;
  right: -10px;
  transform: translateY(26px);
  width: 100%;
  max-width: 530px;
  height: auto;
  z-index: 0;
}
.page-hero__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: var(--brand--primary-color);
  z-index: 10;
}
@media (max-width: 1570px) {
  .page-hero__bottom {
    padding-left: 0;
  }
}
@media (max-width: 1570px) {
  .page-hero__bottom .wrapper {
    margin-left: 86px;
  }
}
@media (max-width: 768px) {
  .page-hero__bottom .wrapper {
    margin-left: 1.25rem;
  }
}
.page-hero__bottom .breadcrumbs {
  margin: 0 0 0 0;
  gap: 5px;
}
@media (max-width: 768px) {
  .page-hero__bottom .breadcrumbs {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}
.page-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.page-hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}
.page-hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand--dark);
  opacity: 0.15;
  z-index: 0;
}
@media (max-width: 768px) {
  .page-hero__background:after {
    opacity: 0.6;
  }
}
.page-hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-hero:before {
    left: -30px;
  }
}
.page-hero:before {
  background: url(../img/svg/corner-left-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.page-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-hero:after {
    right: -30px;
  }
}
.page-hero:after {
  background: url(../img/svg/corner-right-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.page-hero__contain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 118px 0;
}
@media (max-width: 768px) {
  .page-hero__contain {
    margin: 0 0 40px 0;
  }
}
.page-hero__contain__cell {
  width: 100%;
}
@media (max-width: 768px) {
  .page-hero__contain__cell {
    text-align: center;
  }
}
.page-hero__shape .cls-1 {
  fill: none;
}
.page-hero__shape .cls-2 {
  opacity: 0.5;
}
.page-hero__shape .cls-4 {
  opacity: 0.85;
}
.page-hero__shape .cls-2, .page-hero__shape .cls-3 {
  isolation: isolate;
}
.page-hero__shape .cls-3 {
  opacity: 0.3;
}
.page-hero__shape .cls-6 {
  opacity: 0.3;
}
.page-hero__shape .cls-5 {
  fill: var(--brand--light);
}
.page-hero__shape .cls-2, .page-hero__shape .cls-3, .page-hero__shape .cls-4 {
  fill: var(--cell--green);
}
.page-hero__shape.set-scheme-Purple .cls-2, .page-hero__shape.set-scheme-Purple .cls-3, .page-hero__shape.set-scheme-Purple .cls-4 {
  fill: var(--cell--purple);
}
.page-hero__shape.set-scheme-Pink .cls-2, .page-hero__shape.set-scheme-Pink .cls-3, .page-hero__shape.set-scheme-Pink .cls-4 {
  fill: var(--brand--fifth-color);
}
.page-hero__shape.set-scheme-Green .cls-2, .page-hero__shape.set-scheme-Green .cls-3, .page-hero__shape.set-scheme-Green .cls-4 {
  fill: var(--cell--green);
}
.page-hero__shape.set-scheme-Blue .cls-2, .page-hero__shape.set-scheme-Blue .cls-3, .page-hero__shape.set-scheme-Blue .cls-4 {
  fill: var(--cell--blue);
}
.page-hero__shape.set-scheme-Yellow .cls-2, .page-hero__shape.set-scheme-Yellow .cls-3, .page-hero__shape.set-scheme-Yellow .cls-4 {
  fill: var(--cell--yellow);
}

.page-header {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  overflow: visible;
  z-index: 10;
  background-color: var(--brand--primary-color);
}
.page-header .wrapper {
  height: 100%;
  position: relative;
}
.page-header__top {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 4.5rem;
}
.page-header__top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header__top:before {
    left: -30px;
  }
}
.page-header__top:before {
  background: url(../img/svg/corner-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.page-header__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-header__top:after {
    right: -30px;
  }
}
.page-header__top:after {
  background: url(../img/svg/corner-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.page-header__contain {
  align-items: flex-start;
}
@media (max-width: 1500px) {
  .page-header__contain {
    padding: 0 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .page-header__contain {
    flex-direction: column;
    gap: 1.1rem;
    padding: 0 2rem 0 2rem;
  }
}
.page-header__contain__cell:last-child {
  max-width: 40%;
}
@media (max-width: 1264px) {
  .page-header__contain__cell:last-child {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .page-header__contain__cell:last-child {
    max-width: 100%;
  }
}
.page-header__bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: var(--brand--fourth-color);
  z-index: 10;
}
@media (max-width: 1570px) {
  .page-header__bottom {
    padding-left: 0;
  }
}
@media (max-width: 1570px) {
  .page-header__bottom .wrapper {
    margin-left: 86px;
  }
}
@media (max-width: 768px) {
  .page-header__bottom .wrapper {
    margin-left: 1.25rem;
  }
}
.page-header__bottom .breadcrumbs {
  margin: 0 0 0 0;
  gap: 5px;
}
@media (max-width: 768px) {
  .page-header__bottom .breadcrumbs {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}
#particles {
  background: var(--brand--primary-color);
}

#hexagonGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hexagonGrid .row {
  display: inline-flex;
  margin-top: -32px;
  margin-left: -50px;
}
#hexagonGrid .row:nth-child(even) {
  margin-left: 2px;
}
#hexagonGrid .row .hexagon {
  position: relative;
  width: 100px;
  height: 110px;
  margin: 4px 2px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
#hexagonGrid .row .hexagon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7d2b81;
  opacity: 1;
  transition: 1s;
}
#hexagonGrid .row .hexagon::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: var(--brand--primary-color);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
#hexagonGrid .row .hexagon:hover::before {
  background: var(--brand--third-color);
  opacity: 1;
  transition: 0s;
}
#hexagonGrid .row .hexagon:hover::after {
  background: var(--cell--purple);
}

.single-product .products-block__hex-shape {
  visibility: visible;
}

.products-block {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 6.3rem;
  position: relative;
  background-color: var(--brand--primary-color);
}
.products-block.gradient .wrapper {
  position: relative;
}
.products-block.gradient .wrapper:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 84px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 9;
  background: #711D75;
  background: linear-gradient(0deg, rgb(113, 29, 117) 0%, rgba(113, 29, 117, 0) 100%);
}
.products-block__sub-heading {
  margin: 0 0 2.5rem 0;
}
.products-block__hex {
  position: absolute;
  bottom: -21px;
  left: -15px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
  transform: scale(-1, -1);
}
.products-block__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-block__hex-shape {
  visibility: hidden;
  position: absolute;
  top: -319px;
  right: -550px;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  height: auto;
  z-index: 9;
}
.products-block__hex-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-block__contain {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3.5rem 0 0 0;
  position: relative;
  z-index: 9;
}
.products-block__contain__item {
  position: relative;
  width: calc(33.33% - 1.3333333333rem);
  box-sizing: border-box;
  background-color: var(--brand--light);
  padding: 2rem;
  align-self: stretch;
  aspect-ratio: 1/1.3;
}
@media (max-width: 1464px) {
  .products-block__contain__item {
    aspect-ratio: 1/1.35;
  }
}
@media (max-width: 1264px) {
  .products-block__contain__item {
    width: calc(50% - 2rem);
    aspect-ratio: unset;
  }
}
@media (max-width: 768px) {
  .products-block__contain__item {
    width: 100%;
  }
}
.products-block__contain__item__contain {
  gap: 0;
  margin: 70% 0 0 0;
}
@media (max-width: 1464px) {
  .products-block__contain__item__contain {
    margin: 55% 0 0 0;
  }
}
@media (max-width: 1264px) {
  .products-block__contain__item__contain {
    margin: 65% 0 0 0;
  }
}
@media (max-width: 768px) {
  .products-block__contain__item__contain {
    margin: 12rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .products-block__contain__item__contain {
    margin: 0;
  }
}
.products-block__contain__item__contain__cell p {
  margin: 0 0 0 0 !important;
}
.products-block__contain__item__contain__cell.title {
  position: absolute;
  top: 4rem;
  left: 2rem;
  max-width: 190px;
  z-index: 99;
}
@media (max-width: 1464px) {
  .products-block__contain__item__contain__cell.title {
    top: 3rem;
  }
}
@media (max-width: 576px) {
  .products-block__contain__item__contain__cell.title {
    position: relative;
    top: 0;
    left: 0;
  }
}
.products-block__contain__item__contain__cell.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: auto;
  z-index: 0;
}
@media (max-width: 1464px) {
  .products-block__contain__item__contain__cell.icon {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .products-block__contain__item__contain__cell.icon {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .products-block__contain__item__contain__cell.icon {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .products-block__contain__item__contain__cell.icon {
    width: 100px;
  }
}
.products-block__contain__item__contain__cell.icon img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-block__contain__item__contain__cell.image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 200px;
  height: auto;
  transform: translate(-1.5rem, 4rem);
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 1464px) {
  .products-block__contain__item__contain__cell.image {
    width: 115px;
    transform: translate(-1.5rem, 2rem);
  }
}
@media (max-width: 992px) {
  .products-block__contain__item__contain__cell.image {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .products-block__contain__item__contain__cell.image {
    width: 200px;
    transform: translate(-1rem, 0rem);
  }
}
@media (max-width: 576px) {
  .products-block__contain__item__contain__cell.image {
    width: 80px;
    transform: translate(-1rem, 1rem);
  }
}
.products-block__contain__item__contain__cell.image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 130px;
}
.products-block__contain__item__contain__cell.text-area {
  z-index: 1;
}
@media (max-width: 576px) {
  .products-block__contain__item__contain__cell.text-area {
    margin: 1.3rem 0 0 0;
  }
}
.products-block__contain__item__contain__cell.button {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
@media (max-width: 1264px) {
  .products-block__contain__item__contain__cell.button {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 1.6rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .products-block__contain__item__contain__cell.button {
    flex-direction: column;
    width: 100%;
  }
  .products-block__contain__item__contain__cell.button a {
    width: 100%;
    justify-content: center;
  }
}
.products-block__contain__item.team-cta {
  background-color: var(--brand--fourth-color);
}
.products-block__contain__item.team-cta .title {
  max-width: 200px;
}
.products-block__contain__item.team-cta .icon {
  transform: translate(0, -50px);
  width: 50%;
}
.products-block__contain__item.team-cta .icon img {
  width: 235px;
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
}
.products-block__contain__item.team-cta .icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: linear-gradient(180deg, rgba(250, 241, 250, 0) 0%, rgb(250, 241, 250) 100%);
}
.products-block__contain__item.team-cta .team-details-contain {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  gap: 2.2rem;
  padding-right: 2rem;
}
.products-block__contain__item.team-cta .team-details {
  flex-wrap: wrap;
  gap: 0;
}
.products-block__contain__item.team-cta .team-details p {
  width: calc(50% - 0.5rem);
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: var(--letterspacing-0-5);
  margin-bottom: 1rem !important;
}
.products-block__contain__item.team-cta .team-details p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1464px) {
  .products-block__contain__item.team-cta .team-details p {
    font-size: 16px;
  }
  .products-block__contain__item.team-cta .team-details p:nth-child(1) {
    width: calc(45% - 0.5rem);
  }
  .products-block__contain__item.team-cta .team-details p:nth-child(2) {
    width: calc(55% - 0.5rem);
  }
}
.products-block__load-more {
  position: relative;
  z-index: 99;
}
.products-block__load-more .btn {
  margin: 5rem 0 0 0;
}

.popup {
  margin-top: 0;
}
.popup--team-member, .popup--provider {
  position: relative;
  padding: 6rem 7.5rem 0 6rem;
  width: 100%;
  max-width: 1500px;
  background: var(--brand--primary-color);
  overflow: hidden;
}
@media (min-width: 768px) {
  .popup--team-member, .popup--provider {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .popup--team-member, .popup--provider {
    padding: 6rem 6rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .popup--team-member, .popup--provider {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .popup--team-member, .popup--provider {
    padding: 7.3rem 1.25rem 1.25rem 1.25rem;
  }
}
.popup--team-member__main, .popup--provider__main {
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup--team-member__main, .popup--provider__main {
    gap: 5rem;
    flex-direction: row;
  }
}
@media (max-width: 1264px) {
  .popup--team-member__main, .popup--provider__main {
    gap: 2.4rem;
  }
}
@media (max-width: 992px) {
  .popup--team-member__main, .popup--provider__main {
    flex-direction: column;
  }
}
.popup--team-member__main__hex, .popup--provider__main__hex {
  position: absolute;
  top: -16px;
  right: -10px;
  width: 100%;
  max-width: 350px;
  min-width: 350px;
  height: auto;
  z-index: 0;
}
.popup--team-member__main__hex img, .popup--provider__main__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup--team-member__main__hex.left, .popup--provider__main__hex.left {
  top: -16px;
  left: -10px;
  right: auto;
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .popup--team-member__main__hex.left, .popup--provider__main__hex.left {
    top: -35px;
    left: -100px;
    opacity: 0.5;
  }
}
.popup--team-member__main__hex.right, .popup--provider__main__hex.right {
  top: unset;
  bottom: -69px;
  right: -38px;
  transform: scaleY(-1);
}
.popup--team-member__left, .popup--provider__left {
  background: var(--brand--seventh-color);
  gap: 0;
}
@media (min-width: 576px) {
  .popup--team-member__left, .popup--provider__left {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .popup--team-member__left, .popup--provider__left {
    width: 300px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .popup--team-member__left, .popup--provider__left {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .popup--team-member__left, .popup--provider__left {
    width: 100%;
    gap: 1rem;
    background: unset;
  }
}
.popup--team-member__left__info, .popup--provider__left__info {
  border-top: 1rem solid var(--brand--primary-color);
  padding: 2rem 2rem 2.1rem 1.9rem;
  width: 100%;
  height: 100%;
}
.popup--team-member__left__info__contain, .popup--provider__left__info__contain {
  gap: 1.6rem;
}
@media (max-width: 992px) {
  .popup--team-member__left__info__contain, .popup--provider__left__info__contain {
    align-items: center;
  }
}
@media (max-width: 576px) {
  .popup--team-member__left__info__contain__item a.underline:before, .popup--provider__left__info__contain__item a.underline:before {
    display: none;
  }
}
.popup--team-member__left__info__contain__item img, .popup--provider__left__info__contain__item img {
  width: 30px;
  height: auto;
}
@media (max-width: 576px) {
  .popup--team-member__left__info__contain__item p, .popup--provider__left__info__contain__item p {
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  .popup--team-member__left__info, .popup--provider__left__info {
    border: none;
    background: var(--brand--seventh-color);
  }
}
.popup--team-member__image, .popup--provider__image {
  width: 30%;
  flex: none;
  width: 100%;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  background: var(--brand--second-color);
}
@media (max-width: 992px) {
  .popup--team-member__image, .popup--provider__image {
    width: 350px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 576px) {
  .popup--team-member__image, .popup--provider__image {
    width: 75%;
  }
}
.popup--team-member__image img, .popup--provider__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transform: scale(1.06);
  transform-origin: bottom right;
  position: relative;
  right: 10px;
  bottom: 0;
}
@media (max-width: 576px) {
  .popup--team-member__image img, .popup--provider__image img {
    transform: translate(50%, 0);
    right: 50%;
    scale: 1.06;
  }
}
.popup--team-member__text, .popup--provider__text {
  flex: 1;
  gap: 0;
  padding: 0 0 6rem 0;
}
@media (max-width: 768px) {
  .popup--team-member__text, .popup--provider__text {
    width: 100%;
    padding: 0 0 7rem 0;
  }
}
@media (max-width: 768px) {
  .popup--team-member__text.team, .popup--provider__text.team {
    align-items: center;
    text-align: center;
  }
}
.popup--team-member__text p, .popup--provider__text p {
  line-height: 1.6em !important;
}
@media (max-width: 576px) {
  .popup--team-member__text p, .popup--provider__text p {
    font-size: 1rem !important;
  }
}
@media (max-width: 576px) {
  .popup--team-member__text .suppliers, .popup--provider__text .suppliers {
    font-size: 50px;
  }
}
.popup--team-member__text.link, .popup--provider__text.link {
  align-items: center;
  text-align: center;
}
.popup--team-member__links, .popup--provider__links {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  font-weight: 600;
  min-height: 56px;
}
.popup--team-member__links a, .popup--provider__links a {
  text-decoration: underline;
}
.popup--team-member__links [data-linkedin], .popup--provider__links [data-linkedin] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: auto;
  aspect-ratio: 1;
}
.popup--team-member__links [data-linkedin] i, .popup--provider__links [data-linkedin] i {
  background-color: white;
}
.popup--team-member__links [data-phone][href="tel:"],
.popup--team-member__links [data-email][href="mailto:"],
.popup--team-member__links [data-linkedin][href=""], .popup--provider__links [data-phone][href="tel:"],
.popup--provider__links [data-email][href="mailto:"],
.popup--provider__links [data-linkedin][href=""] {
  display: none;
}
.popup--team-member [data-qualifications], .popup--provider [data-qualifications] {
  margin: 3px 0 42px 0 !important;
}
.popup--team-member [data-bio], .popup--provider [data-bio] {
  margin: 40px 0 0 0 !important;
}
.popup--team-member .mfp-close, .popup--provider .mfp-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 6rem;
  transform: translate(-23px, 10px);
  color: white !important;
  font-family: unset;
  font-weight: 100;
  opacity: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popup--team-member .mfp-close:after, .popup--provider .mfp-close:after {
  content: "close";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 19px);
  font-family: var(--brand--heading-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: var(--letterspacing-1);
  text-transform: uppercase;
  margin: 0 auto;
}
.popup--team-member .mfp-close:hover, .popup--provider .mfp-close:hover {
  opacity: 0.7;
}
.popup--provider {
  max-width: 1000px;
  padding: 6rem 12rem 0 12rem;
}
@media (max-width: 992px) {
  .popup--provider {
    padding: 6rem 6rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .popup--provider {
    padding: 6rem 2rem 0 2rem;
  }
}
.popup--provider__downloads {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup--provider__text .sub_heading {
  margin: 3px 0 30px 0 !important;
}

.mfp-bg {
  background-color: var(--brand--dark) !important;
  opacity: 0.75 !important;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.services-block {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 6.3rem;
  background-color: var(--brand--primary-color);
}
@media (max-width: 768px) {
  .services-block {
    padding-bottom: 5.9rem;
  }
}
.services-block__sub-heading {
  margin: 0 0 2.5rem 0;
}
.services-block__contain {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3.5rem 0 0 0;
}
@media (max-width: 1080px) {
  .services-block__contain {
    display: block;
  }
}
@media (max-width: 768px) {
  .services-block__contain {
    margin-bottom: 3.2rem;
  }
}
.services-block__contain__item {
  position: relative;
  width: calc(33.33% - 1.3333333333rem);
  box-sizing: border-box;
  background-color: var(--brand--light);
  padding: 2.5rem;
  align-self: stretch;
  aspect-ratio: 1/1.3;
}
@media (max-width: 1464px) {
  .services-block__contain__item {
    aspect-ratio: 1/1.35;
  }
}
@media (max-width: 1264px) {
  .services-block__contain__item {
    aspect-ratio: 1/1.8;
  }
}
@media (max-width: 1080px) {
  .services-block__contain__item {
    position: absolute;
    width: 400px;
    margin-right: 2rem;
    aspect-ratio: 1/1.25;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 576px) {
  .services-block__contain__item {
    width: 100%;
    margin-right: 10vw;
    aspect-ratio: 1/1.5;
  }
}
.services-block__contain__item__contain {
  gap: 0;
  margin: 70% 0 0 0;
}
@media (max-width: 1464px) {
  .services-block__contain__item__contain {
    margin: 55% 0 0 0;
  }
}
@media (max-width: 1264px) {
  .services-block__contain__item__contain {
    margin: 65% 0 0 0;
  }
}
.services-block__contain__item__contain__cell p {
  margin: 0 0 0 0 !important;
}
.services-block__contain__item__contain__cell.title {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  max-width: 190px;
  z-index: 99;
}
@media (max-width: 1464px) {
  .services-block__contain__item__contain__cell.title {
    top: 3.75rem;
  }
}
.services-block__contain__item__contain__cell.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: auto;
}
@media (max-width: 1464px) {
  .services-block__contain__item__contain__cell.icon {
    width: 40%;
  }
}
.services-block__contain__item__contain__cell.icon img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-block__contain__item__contain__cell.button {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
.services-block__contain__item.team-cta {
  background-color: var(--brand--fourth-color);
}
.services-block__contain__item.team-cta .title {
  max-width: 200px;
}
.services-block__contain__item.team-cta .icon {
  transform: translate(0, -50px);
  width: 50%;
}
.services-block__contain__item.team-cta .icon img {
  width: 235px;
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
}
.services-block__contain__item.team-cta .icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: linear-gradient(180deg, rgba(250, 241, 250, 0) 0%, rgb(250, 241, 250) 100%);
}
.services-block__contain__item.team-cta .team-details-contain {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  gap: 2.2rem;
  padding-right: 2.5rem;
}
.services-block__contain__item.team-cta .team-details {
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 1280px) {
  .services-block__contain__item.team-cta .team-details {
    flex-direction: column;
  }
}
.services-block__contain__item.team-cta .team-details p {
  width: calc(50% - 0.5rem);
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: var(--letterspacing-0-5);
  margin-bottom: 1rem !important;
}
.services-block__contain__item.team-cta .team-details p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1464px) {
  .services-block__contain__item.team-cta .team-details p {
    font-size: 16px;
  }
  .services-block__contain__item.team-cta .team-details p:nth-child(1) {
    width: calc(45% - 0.5rem);
  }
  .services-block__contain__item.team-cta .team-details p:nth-child(2) {
    width: calc(55% - 0.5rem);
  }
}
@media (max-width: 1280px) {
  .services-block__contain__item.team-cta .team-details p {
    width: 100% !important;
  }
}
.services-block__contain .flickity-viewport {
  overflow: visible;
}
.services-block__contain .flickity-prev-next-button {
  width: 42px;
  height: 42px;
  background: var(--brand--light);
  border-radius: 999px;
  opacity: 1;
  transform: unset;
  left: unset;
  top: -79px;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.services-block__contain .flickity-prev-next-button.previous {
  right: 62px;
}
.services-block__contain .flickity-prev-next-button.next {
  right: 0;
}
.services-block__contain .flickity-prev-next-button:hover {
  opacity: 0.7;
}
.services-block__contain .flickity-button-icon {
  fill: var(--brand--primary-color);
}
.services-block .team-carousel__nav {
  display: none;
}
@media (max-width: 1080px) {
  .services-block .team-carousel__nav {
    display: inline-block;
    margin-bottom: 0 !important;
  }
  .services-block .team-carousel__nav.prev {
    transform: translate(-90px, 22px);
  }
  .services-block .team-carousel__nav.next {
    transform: translate(0px, 22px);
  }
}
@media (max-width: 768px) {
  .services-block .team-carousel__nav.prev {
    transform: unset;
  }
  .services-block .team-carousel__nav.next {
    transform: unset;
  }
}

.single-case-study {
  margin: 0 0 5rem 0;
}
.single-case-study__heading {
  margin: 0 0 2.3rem 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--brand--primary-color);
}
.single-product__header {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  overflow: visible;
  z-index: 10;
  background-color: var(--brand--primary-color);
}
.single-product__header .wrapper {
  height: 100%;
  position: relative;
}
.single-product__header__top {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 4.5rem;
}
.single-product__header__top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .single-product__header__top:before {
    left: -30px;
  }
}
.single-product__header__top:before {
  background: url(../img/svg/corner-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.single-product__header__top:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 150px;
  z-index: 1;
}
@media (max-width: 768px) {
  .single-product__header__top:after {
    right: -30px;
  }
}
.single-product__header__top:after {
  background: url(../img/svg/corner-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 1500px) {
  .single-product__header__contain {
    padding: 0 18rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .single-product__header__contain {
    padding: 0 2rem 0 2rem;
  }
}
.single-product__header__image {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  z-index: 99;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .single-product__header__image {
    position: relative;
    top: 0;
    transform: unset;
    margin: 0 auto;
    padding: 2.8rem 0 0 0;
  }
}
.single-product__header__image img {
  width: auto;
  height: auto;
  max-height: 350px;
  max-width: 300px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .single-product__header__image img {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .single-product__header__image img {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .single-product__header__image img {
    max-height: 250px;
    max-width: 200px;
  }
}
.single-product__header__bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: var(--brand--fourth-color);
  z-index: 10;
}
@media (max-width: 1570px) {
  .single-product__header__bottom {
    padding-left: 0;
  }
}
@media (max-width: 1570px) {
  .single-product__header__bottom .wrapper {
    margin-left: 86px;
  }
}
@media (max-width: 768px) {
  .single-product__header__bottom .wrapper {
    margin-left: 1.25rem;
  }
}
.single-product__header__bottom .breadcrumbs {
  margin: 0 0 0 0;
  gap: 5px;
}
@media (max-width: 768px) {
  .single-product__header__bottom .breadcrumbs {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
}
.single-news.section {
  margin: 0 0 5.7rem 0;
}
.single-news__contain__header {
  position: relative;
  height: 700px;
  overflow: hidden;
  margin: 5rem 0 0 0;
}
@media (max-width: 992px) {
  .single-news__contain__header {
    height: auto;
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 768px) {
  .single-news__contain__header {
    margin: 3.2rem 0 0 0;
  }
}
.single-news__contain__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-news__contain__header__hex {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
  transform: scale(-1, -1);
}
@media (max-width: 768px) {
  .single-news__contain__header__hex {
    opacity: 0.2;
  }
}
.single-news__contain__header__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news__contain__header__hex__shape {
  position: absolute;
  top: -16px;
  right: -10px;
  width: 100%;
  max-width: 350px;
  height: auto;
  z-index: 0;
  transform: scaleX(-1);
}
.single-news__contain__header__hex__shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news__contain__body {
  margin: 2.5rem 0 0 0;
  gap: 8rem;
}
@media (max-width: 992px) {
  .single-news__contain__body {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .single-news__contain__body {
    flex-direction: column;
    gap: 1.9rem;
  }
}
.single-news__contain__body__main {
  width: 70%;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .single-news__contain__body__main {
    width: 100%;
  }
}
.single-news__contain__body__main .title {
  margin: 0 0 1.5rem 0;
}
.single-news__contain__body__main .footer {
  width: 100%;
  border-top: 2px solid var(--brand--second-color);
  margin: 4.6rem 0 0 0;
  padding: 1.5rem 0 0 0;
}
.single-news__contain__body__sidebar {
  width: 30%;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .single-news__contain__body__sidebar {
    width: 100%;
  }
}
.single-news__contain__body__sidebar > div {
  width: 100%;
}
.single-news__contain__body__sidebar > div:not(:first-child) {
  border-top: 2px solid var(--brand--second-color);
}
@media (max-width: 768px) {
  .single-news__contain__body__sidebar .back {
    display: none;
  }
}
.single-news__contain__body__sidebar .author {
  padding: 1.6rem 0 0.4rem 0;
}
.single-news__contain__body__sidebar .author .author-contain {
  position: relative;
  bottom: unset;
  left: unset;
}
.single-news__contain__body__sidebar .author .author-contain .author-img {
  width: 65px;
  height: 65px;
}
.single-news__contain__body__sidebar .share {
  padding: 1.1rem 0 0.4rem 0;
}
@media (max-width: 768px) {
  .single-news__contain__body__sidebar .share {
    display: none;
  }
}
.single-news__contain__body__sidebar .related {
  padding: 1.1rem 0 0.4rem 0;
}
.single-news__contain__body__sidebar .related__loop {
  gap: 3.1rem;
  margin: 1.1rem 0 0 0;
}
.single-news__contain__body__sidebar .related__loop__item {
  background: var(--brand--fourth-color);
}
.single-news__contain__body__sidebar .related__loop__item__image {
  aspect-ratio: 1.5/1;
  width: 100%;
}
.single-news__contain__body__sidebar .related__loop__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news__contain__body__sidebar .related__loop__item__content {
  gap: 0.5rem;
  padding: 0.1rem 1rem 1rem 1rem;
}
.single-news__contain__body__sidebar .related__loop__item__content .date {
  color: var(--brand--body-text-color);
}

.single-testimonial {
  margin: 4.4rem 0 0 0;
}
.single-testimonial__contain {
  padding: 4rem 0 7.4rem 0;
  border-top: 1px solid var(--brand--primary-color);
}
@media (max-width: 768px) {
  .single-testimonial__contain {
    padding-bottom: 4rem;
  }
}
.single-testimonial__contain {
  gap: 0;
}
.single-testimonial__contain__row.content {
  margin: 1.3rem 0 3.5rem 0;
}
.single-testimonial__contain__row.author {
  margin: 0 0 -0.1rem 0;
}

.single-vacancy {
  margin: 0 0 0 0;
}
.single-vacancy__contain {
  gap: 1.6rem;
  margin: 5.8rem 0 4.5rem 0;
}
.single-vacancy__contain__body {
  width: 100%;
  gap: 5rem;
}
@media (max-width: 992px) {
  .single-vacancy__contain__body {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.single-vacancy__contain__body__cell {
  width: 50%;
}
@media (max-width: 992px) {
  .single-vacancy__contain__body__cell {
    width: 100%;
  }
}
.single-vacancy__contain__body__cell.left {
  gap: 1.8rem;
}
.single-vacancy__contain__body__cell.right {
  background: var(--brand--second-color);
  padding: 2.8rem 2.5rem 3.2rem 2.5rem;
  margin: 0.7rem 0 0 0;
}
.single-vacancy__contain__body__cell.right .title {
  margin: 0 0 2.5rem 0;
}
@media (max-width: 992px) {
  .single-vacancy__contain__body__cell.right {
    padding: 1.6rem 1.9rem 1.9rem 1.9rem;
  }
}

.site-footer {
  position: relative;
  margin: 0 0 0 0;
  background-color: var(--brand--primary-color);
}
.site-footer .wrapper {
  z-index: 99;
}
.site-footer__upper {
  padding: 4rem 0 4rem 0;
}
@media (max-width: 992px) {
  .site-footer__upper {
    flex-direction: column;
    align-items: center;
    gap: 3.6rem;
  }
}
.site-footer__upper__item {
  width: 13.25%;
}
@media (max-width: 1264px) {
  .site-footer__upper__item {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .site-footer__upper__item {
    align-items: center;
    text-align: center;
  }
}
.site-footer__upper__item:nth-child(1) {
  width: 22%;
  gap: 1.6rem;
}
.site-footer__upper__item:nth-child(1) .logo {
  width: 250px;
  height: auto;
  margin: 0.4rem 0 1.3rem 0;
}
@media (max-width: 1264px) {
  .site-footer__upper__item:nth-child(1) {
    width: 30%;
  }
}
.site-footer__upper__item:nth-child(2) {
  width: 25%;
  gap: 1.3rem;
  padding: 0 0rem 0 5rem;
}
.site-footer__upper__item:nth-child(2) .list--social-links {
  margin: 0.5rem 0 0 0;
}
@media (max-width: 1264px) {
  .site-footer__upper__item:nth-child(2) {
    width: 25%;
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 992px) {
  .site-footer__upper__item:nth-child(2) {
    padding: 0;
    margin: 0 0 0.4rem 0;
  }
}
.site-footer__upper__item:nth-child(3), .site-footer__upper__item:nth-child(4), .site-footer__upper__item:nth-child(5) {
  gap: 1.3rem;
}
.site-footer__upper__item:nth-child(4) {
  padding: 0 0rem 0 2.5rem;
}
@media (max-width: 1264px) {
  .site-footer__upper__item:nth-child(4) {
    padding: 0 0 0 0;
  }
}
.site-footer__upper__item:nth-child(6) {
  gap: 2.2rem;
}
.site-footer__upper__item:nth-child(6) img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media (max-width: 1264px) {
  .site-footer__upper__item:nth-child(6) {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-footer__upper__item {
    width: 100% !important;
  }
}
.site-footer__middle {
  display: none;
}
@media (max-width: 1264px) {
  .site-footer__middle {
    display: flex;
  }
}
@media (max-width: 992px) {
  .site-footer__middle {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer__middle {
  margin: 0 0 4.4rem 0;
}
.site-footer__middle img {
  height: auto;
  max-height: 70px;
  width: auto;
}
@media (max-width: 992px) {
  .site-footer__middle img {
    max-height: unset;
    max-width: 200px;
    border-radius: 3px;
  }
}
.site-footer__lower {
  gap: 3rem;
  padding: 1.8rem 0 1.8rem 0;
  border-top: 1px solid var(--brand--border);
}
@media (max-width: 992px) {
  .site-footer__lower {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .site-footer__lower {
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
  }
}
.site-footer__hex {
  position: absolute;
  top: -20px;
  right: 0;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
}
.site-footer__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1264px) {
  .site-footer__hex img {
    opacity: 0.15;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 2.6rem 0 0 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .site-header {
    margin: 5.6rem 0 0 0;
  }
}
.site-header .logo {
  width: 160px;
  height: auto;
}

.site-main > .split-content:first-of-type {
  margin-top: 0 !important;
}

.split-content {
  margin: 8.9rem 0 0 0;
  margin: 8.2rem 0 0 0;
  position: relative;
  z-index: 9;
}
.split-content.bg-scheme-Black {
  margin: 5rem 0 0 0;
}
.split-content.bg-scheme-Black.first-item {
  margin: 6.2rem 0 5.1rem 0;
}
@media (max-width: 768px) {
  .split-content.bg-scheme-Black.first-item {
    margin: 4.2rem 0 4rem 0;
  }
}
.split-content.is_module {
  margin: 0 !important;
}
.split-content.has-bg-color {
  padding-top: 2.2rem;
  padding-bottom: 1.5rem;
}
.split-content.has-image {
  margin-bottom: 4.6rem;
}
.split-content .hex-gallery {
  left: 0;
}
.split-content .hex-gallery.full-width {
  transform-origin: left top;
}
@media (max-width: 1464px) {
  .split-content .hex-gallery.full-width {
    transform: scale(0.95);
    margin-bottom: -15.7rem;
  }
}
@media (max-width: 1264px) {
  .split-content .hex-gallery.full-width {
    transform: scale(0.75);
    margin-bottom: -23.5rem;
  }
}
@media (max-width: 1024px) {
  .split-content .hex-gallery.full-width {
    transform: scale(0.73);
    margin-bottom: -24.3rem;
  }
}
@media (max-width: 992px) {
  .split-content .hex-gallery.full-width {
    transform: scale(0.73);
  }
}
.split-content .hex-gallery.full-width .row.second {
  margin-bottom: -220px;
}
.split-content .hex-gallery.full-width .row .hex {
  overflow: visible;
}
.split-content .hex-gallery.full-width .row .hex.top:nth-child(1) {
  width: 250px;
  height: 250px;
  transform: translate(0, 150px);
}
.split-content .hex-gallery.full-width .row .hex.top:nth-child(2) {
  width: 325px;
  height: 325px;
  transform: translate(-53px, -84px);
}
.split-content .hex-gallery.full-width .row .hex.top:nth-child(3) {
  width: 550px;
  height: 550px;
  transform: translate(-106px, 0px);
}
.split-content .hex-gallery.full-width .row .hex.top:nth-child(4) {
  transform: translate(-112px, 37px);
}
.split-content .hex-gallery.full-width .row .hex.bottom:nth-child(1) {
  width: 250px;
  height: 250px;
  transform: translate(234px, -259px);
}
.split-content .hex-gallery.full-width .row .hex.bottom:nth-child(4) {
  width: 325px;
  height: 325px;
  transform: translate(210px, -264px);
}
.split-content .hex-gallery {
  position: relative;
  min-width: 1150px;
  transform: translate(-336px, 24px);
}
@media (max-width: 1800px) {
  .split-content .hex-gallery.split-width {
    scale: 0.8;
    transform-origin: center right;
    transform: translate(-370px, -60px);
  }
}
@media (max-width: 1464px) {
  .split-content .hex-gallery.split-width {
    scale: 0.7;
    transform: translate(-672px, -120px);
  }
}
@media (max-width: 1264px) {
  .split-content .hex-gallery.split-width {
    scale: 0.6;
    transform: translate(-965px, -200px);
  }
}
@media (max-width: 1200px) {
  .split-content .hex-gallery.split-width {
    scale: 0.55;
    transform: translate(-1058px, -250px);
  }
}
@media (max-width: 1080px) {
  .split-content .hex-gallery.split-width {
    scale: 1;
    transform: translate(0, 0);
  }
}
.split-content .hex-gallery .row {
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
}
.split-content .hex-gallery .row .hex {
  width: 250px;
  height: 250px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.split-content .hex-gallery .row .hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.split-content .hex-gallery .row .hex.purple:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3a3d9;
  opacity: 0.5;
}
.split-content .hex-gallery .row .hex.purple.lighter:after {
  opacity: 0.15;
}
.split-content .hex-gallery .row .hex.blank {
  background-color: transparent;
}
.split-content .hex-gallery .row .hex.top:nth-child(2) {
  transform: translate(-33px, 150px);
}
.split-content .hex-gallery .row .hex.top:nth-child(3) {
  transform: translate(-66px, 0px);
}
.split-content .hex-gallery .row .hex.top:nth-child(4) {
  transform: translate(-47px, -30px);
}
.split-content .hex-gallery .row .hex.top:nth-child(1), .split-content .hex-gallery .row .hex.top:nth-child(3) {
  width: 325px;
  height: 325px;
}
.split-content .hex-gallery .row .hex.bottom:nth-child(1) {
  transform: translate(100px, -31px);
}
.split-content .hex-gallery .row .hex.bottom:nth-child(4) {
  transform: translate(-5px, -126px);
}
.split-content .hex-gallery .row .hex.bottom:nth-child(4) {
  width: 325px;
  height: 325px;
}
.split-content .hex-gallery .row.second {
  margin-bottom: -15px;
}
.split-content__contain__middle-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-105%, -30%);
  z-index: 1;
}
@media (max-width: 1264px) {
  .split-content__contain__middle-image {
    transform: translate(-90%, -30%);
  }
}
@media (max-width: 1080px) {
  .split-content__contain__middle-image {
    transform: translate(60%, -50%);
  }
}
@media (max-width: 576px) {
  .split-content__contain__middle-image {
    display: none;
  }
}
.split-content__contain__middle-image img {
  width: 280px;
  height: auto;
}
@media (max-width: 1464px) {
  .split-content__contain__middle-image img {
    width: 200px;
  }
}
@media (max-width: 1264px) {
  .split-content__contain__middle-image img {
    width: 150px;
  }
}
.split-content__contain__sub-heading {
  margin: 0 0 2.5rem 0;
}
.split-content__contain__full-gallery .hex-gallery {
  min-width: unset;
  transform: translate(0, 0);
}
.split-content__contain__full-gallery__heading {
  margin: 0 0 0 0;
  transform: translateY(-4rem);
}
@media (max-width: 1264px) {
  .split-content__contain__full-gallery__heading {
    transform: translateY(-3rem);
  }
}
@media (max-width: 1080px) {
  .split-content__contain__full-gallery__heading {
    transform: translateY(0);
    margin: 2.9rem 0 0 0;
  }
}
.split-content__contain__full-gallery__heading > * {
  width: 60%;
}
@media (max-width: 1264px) {
  .split-content__contain__full-gallery__heading > * {
    width: 65%;
  }
}
@media (max-width: 1080px) {
  .split-content__contain__full-gallery__heading > * {
    width: 100%;
  }
}
.split-content__contain__split {
  gap: 6rem;
}
@media (max-width: 1080px) {
  .split-content__contain__split {
    flex-direction: column;
    gap: 3rem;
  }
}
.split-content__contain__split.heading-text {
  margin: 4rem 0 4.6rem 0;
}
@media (max-width: 768px) {
  .split-content__contain__split.heading-text {
    margin: 4.2rem 0 4rem 0;
  }
}
.split-content__contain__split.heading-text.align-top {
  margin-top: 0;
  transform: translateY(-68px);
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .split-content__contain__split.heading-text.align-top {
    transform: translateY(0);
    gap: 0;
    margin: 44px 0 4.6rem 0;
  }
  .split-content__contain__split.heading-text.align-top .text-hold {
    padding: 0;
  }
}
.split-content__contain__split.heading-text.has-bg-color {
  align-items: center;
}
.split-content__contain__split.heading-text.has-bg-color .text-hold {
  padding: 0;
  margin-top: 0;
}
.split-content__contain__split.heading-text > div {
  width: 50%;
}
.split-content__contain__split.heading-text > div:nth-child(2) {
  margin-top: -4px;
}
.split-content__contain__split.gallery-text .text-hold {
  padding: 0 0 4.6rem 0;
}
.split-content__contain__split__left {
  width: 55%;
  padding: 0 5rem 0 0;
}
@media (max-width: 1464px) {
  .split-content__contain__split__left {
    width: 50%;
  }
}
@media (max-width: 1264px) {
  .split-content__contain__split__left {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .split-content__contain__split__left {
    width: 100% !important;
    padding: 0;
  }
}
.split-content__contain__split__left__cell {
  max-width: 700px;
}
.split-content__contain__split__right {
  width: 45%;
  background-color: var(--brand--light);
}
.split-content__contain__split__right.has-bg-color {
  background-color: var(--brand--fourth-color);
}
@media (max-width: 1464px) {
  .split-content__contain__split__right {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .split-content__contain__split__right {
    width: 100% !important;
  }
}
.split-content__contain__split__right.text-hold {
  padding: 0.8rem 0 0 0;
  border-radius: 8px;
}
.split-content__contain__split__right .text-area.add-icons p a[href^="mailto:"] {
  position: relative;
  margin: 0 0 0 44px;
}
.split-content__contain__split__right .text-area.add-icons p a[href^="mailto:"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: -43px;
  width: 30px;
  height: 25px;
  background: url(../img/svg/icon-share-email.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.split-content__contain__split__right .buttons {
  margin: 3.2rem 0 0 0;
}
@media (max-width: 1264px) {
  .split-content__contain__split__right .buttons {
    flex-direction: column;
  }
}
.split-content__contain__split__right .buttons .btn:nth-child(2) {
  background-color: var(--brand--light--btn);
  color: var(--brand--primary-color);
}
.split-content__contain__split__right .buttons .btn:nth-child(2):hover {
  background-color: var(--brand--primary-color);
  color: var(--brand--light);
}
@media (max-width: 1264px) {
  .split-content__contain__split__right .buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 1080px) {
  .split-content .hex-gallery,
  .split-content .hex-gallery.full-width,
  .split-content .hex-gallery.split-width {
    width: 100%;
    min-width: 0;
    left: 0;
    transform: none !important;
    scale: 1;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem 1.6rem;
  }
  .split-content .hex-gallery .row,
  .split-content .hex-gallery.full-width .row,
  .split-content .hex-gallery.split-width .row {
    display: contents;
    width: 100%;
    margin-bottom: 0;
  }
  .split-content .hex-gallery .row.second,
  .split-content .hex-gallery.full-width .row.second,
  .split-content .hex-gallery.split-width .row.second {
    margin-bottom: 0;
  }
  .split-content .hex-gallery .row .hex,
  .split-content .hex-gallery.full-width .row .hex,
  .split-content .hex-gallery.split-width .row .hex {
    width: calc(25% - 1.2rem) !important;
    height: auto !important;
    aspect-ratio: 1;
    transform: none !important;
  }
  .split-content .hex-gallery .row .hex.purple, .split-content .hex-gallery .row .hex.blank,
  .split-content .hex-gallery.full-width .row .hex.purple,
  .split-content .hex-gallery.full-width .row .hex.blank,
  .split-content .hex-gallery.split-width .row .hex.purple,
  .split-content .hex-gallery.split-width .row .hex.blank {
    display: none;
  }
}
@media (max-width: 768px) {
  .split-content .hex-gallery .row .hex,
  .split-content .hex-gallery.full-width .row .hex,
  .split-content .hex-gallery.split-width .row .hex {
    width: calc(50% - 0.8rem) !important;
  }
}
@media (max-width: 576px) {
  .split-content .hex-gallery,
  .split-content .hex-gallery.full-width,
  .split-content .hex-gallery.split-width {
    gap: 0rem 1rem;
  }
  .split-content .hex-gallery .row .hex,
  .split-content .hex-gallery.full-width .row .hex,
  .split-content .hex-gallery.split-width .row .hex {
    width: calc(50% - 0.5rem) !important;
  }
}
.split-content-csr {
  margin: 0 0 12.1rem 0;
  padding-top: 5rem;
  background-color: var(--brand--primary-color);
  position: relative;
}
@media (max-width: 992px) {
  .split-content-csr {
    margin: 0 0 10.4rem 0;
  }
}
@media (max-width: 768px) {
  .split-content-csr {
    margin: 0 0 9.7rem 0;
    padding-bottom: 0.7rem;
  }
}
@media (max-width: 576px) {
  .split-content-csr {
    margin: 0;
  }
}
.split-content-csr__sub-heading {
  margin: 0 0 2.5rem 0;
}
.split-content-csr__contain {
  width: 100%;
}
@media (max-width: 768px) {
  .split-content-csr__contain__split {
    flex-direction: column;
    gap: 0;
  }
}
.split-content-csr__contain__split > div {
  width: 50%;
}
@media (max-width: 768px) {
  .split-content-csr__contain__split > div {
    width: 100%;
  }
}
.split-content-csr__contain__split__right {
  transform: translateY(-71px);
}
@media (max-width: 768px) {
  .split-content-csr__contain__split__right {
    transform: translateY(0);
  }
}
.split-content-csr__images {
  position: relative;
  gap: 0;
  margin: 1.3rem -1.25rem 0 -1.25rem;
}
@media (min-width: 768px) {
  .split-content-csr__images {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
@media (min-width: 992px) {
  .split-content-csr__images {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 768px) {
  .split-content-csr__images {
    margin-top: 4.1rem;
    flex-wrap: wrap;
    gap: 0 1.2rem;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .split-content-csr__images {
    gap: 0 1rem;
  }
}
.split-content-csr__images:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--brand--light);
  z-index: 0;
}
@media (max-width: 768px) {
  .split-content-csr__images:after {
    display: none;
  }
}
.split-content-csr__images__image {
  width: 25%;
  aspect-ratio: 1/1;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .split-content-csr__images__image {
    width: calc(33.33% - 0.8rem);
  }
}
@media (max-width: 576px) {
  .split-content-csr__images__image {
    width: calc(50% - 0.5rem);
  }
}
.split-content-csr__images__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.split-content-large-title {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 9rem;
  background: var(--brand--primary-color);
  position: relative;
}
@media (max-width: 768px) {
  .split-content-large-title {
    padding-bottom: 4.6rem;
  }
}
.split-content-large-title__sub-heading {
  margin: 0 0 2.5rem 0;
}
.split-content-large-title__contain {
  gap: 4rem;
  margin: 2.7rem 0 0 0;
}
@media (max-width: 768px) {
  .split-content-large-title__contain {
    flex-direction: column;
    gap: 0;
    margin: 1.1rem 0 0 0;
  }
}
.split-content-large-title__contain__cell {
  width: 50%;
}
@media (max-width: 768px) {
  .split-content-large-title__contain__cell {
    width: 100%;
  }
}
.split-content-large-title__contain__cell .heading {
  border-top: 1px solid var(--brand--light);
  padding: 2.4rem 0 0.3rem 0;
  margin: 3rem 0 0 0;
}
@media (max-width: 768px) {
  .split-content-large-title__contain__cell .heading {
    padding: 2.7rem 0 0.3rem 0;
    margin: 2.7rem 0 0 0;
  }
}
.split-content-large-title__hex {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  height: auto;
  z-index: 9;
  transform: translate(50%, 50%);
}
@media (max-width: 1464px) {
  .split-content-large-title__hex {
    opacity: 0.35;
  }
}
.split-content-large-title__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split-content-large-title__hex.pos-top {
  top: 0;
  bottom: unset;
}

.page-id-933 .team-carousel {
  padding-bottom: 2.5rem;
}
@media (max-width: 1264px) {
  .page-id-933 .team-carousel {
    padding-bottom: 0rem;
  }
}

.team-carousel {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 5.7rem;
  background: var(--brand--fourth-color);
}
@media (max-width: 1264px) {
  .team-carousel {
    padding-bottom: 6.3rem;
  }
}
@media (max-width: 1264px) {
  .team-carousel__footer {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.team-carousel__footer__cell:nth-child(1) {
  width: 22%;
}
@media (max-width: 1464px) {
  .team-carousel__footer__cell:nth-child(1) {
    width: 20%;
  }
}
.team-carousel__footer__cell:nth-child(2) {
  width: 50%;
}
@media (max-width: 1464px) {
  .team-carousel__footer__cell:nth-child(2) {
    width: 55%;
  }
}
.team-carousel__footer__cell:nth-child(3) {
  width: 28%;
}
@media (max-width: 1464px) {
  .team-carousel__footer__cell:nth-child(3) {
    width: 25%;
  }
}
@media (max-width: 1264px) {
  .team-carousel__footer__cell:nth-child(3) {
    margin: 2.6rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .team-carousel__footer__cell:nth-child(3) {
    justify-content: flex-start;
  }
}
@media (max-width: 1264px) {
  .team-carousel__footer__cell {
    width: 100% !important;
  }
}
.team-carousel__footer__cell .contact-details {
  gap: 4rem;
}
@media (max-width: 1464px) {
  .team-carousel__footer__cell .contact-details {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .team-carousel__footer__cell .contact-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1rem;
  }
}
.team-carousel__footer__cell .contact-details a {
  color: var(--brand--primary-color);
}

.team-carousel .wrapper {
  text-align: left !important;
  overflow: visible;
}
.team-carousel__contain {
  position: relative;
}
.team-carousel__items {
  margin: 3.5rem 0 4rem 0;
  overflow: hidden;
  margin-right: -15px;
}
@media (max-width: 768px) {
  .team-carousel__items {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}
.team-carousel__item {
  background-color: var(--brand--second-color);
  overflow: visible;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-carousel__item:hover {
  background-color: var(--brand--primary-color);
}
.team-carousel__item:hover .text-area h3, .team-carousel__item:hover .text-area p {
  color: var(--brand--light) !important;
}
.team-carousel__item-image {
  position: relative;
  border-radius: 0;
  overflow: visible !important;
  aspect-ratio: 1;
  width: 400px;
  height: auto;
}
@media (min-width: 768px) {
  .team-carousel__item-image {
    width: 465px;
  }
}
@media (min-width: 1200px) {
  .team-carousel__item-image {
    width: 465px;
  }
}
@media (min-width: 1264px) {
  .team-carousel__item-image {
    width: 357px;
  }
}
@media (min-width: 1464px) {
  .team-carousel__item-image {
    width: 424px;
    height: 390px;
  }
}
@media (max-width: 768px) {
  .team-carousel__item-image {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 576px) {
  .team-carousel__item-image {
    width: 90vw;
    aspect-ratio: 1/1;
  }
}
.team-carousel__item-image img {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: auto;
  height: var(--team--img--height);
  filter: grayscale(100%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%); /* Firefox */
  -ms-filter: grayscale(100%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(100%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: gray;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-carousel__item-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 2rem 0 0 2rem;
  z-index: 99;
  gap: 0;
}
.team-carousel__item-text.bottom {
  top: unset;
  bottom: 0;
  margin: 0 0 2rem 2rem;
  max-width: 45%;
}
.team-carousel__item:hover .team-carousel__item-image img {
  filter: grayscale(0%);
  /* Vendor prefixes for older browser compatibility */ /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%); /* Firefox */
  -ms-filter: grayscale(0%); /* Internet Explorer/Edge (older versions) */
  -o-filter: grayscale(0%); /* Opera (older versions) */
  /* Deprecated IE-specific filter (IE 6-9) */
  filter: none;
}
.team-carousel__nav {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  padding: 0 0 0 0;
  margin: 0 0 0 -40px;
  background: none;
  border: none;
  z-index: 9999;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1700px) {
  .team-carousel__nav {
    left: -25px;
  }
}
@media (max-width: 1570px) {
  .team-carousel__nav {
    top: 0;
    right: 0;
    left: unset;
    transform: translate(-90px, -99px);
    margin: 0;
  }
}
@media (max-width: 768px) {
  .team-carousel__nav {
    position: relative;
    transform: unset;
    left: 0;
    right: unset;
    margin: 0 0 3.9rem 0 !important;
  }
}
.team-carousel__nav img {
  height: auto;
  width: 40px;
}
@media (max-width: 768px) {
  .team-carousel__nav img {
    width: 25px;
  }
}
.team-carousel__nav.next {
  left: unset;
  right: -80px;
  margin: 0 -40px 0 0;
}
@media (max-width: 1700px) {
  .team-carousel__nav.next {
    right: -25px;
  }
}
@media (max-width: 1570px) {
  .team-carousel__nav.next {
    right: 0;
    margin: 0;
    transform: translate(0px, -99px);
  }
}
@media (max-width: 768px) {
  .team-carousel__nav.next {
    transform: unset;
    right: unset;
    left: 40px;
  }
}
.team-carousel__nav.next img {
  transform: scaleX(-1);
}
.team-carousel__nav:hover {
  opacity: 0.5;
}
.flickity-enabled .team-carousel__item {
  margin-right: 1.5rem;
}
@media (max-width: 576px) {
  .flickity-enabled .team-carousel__item {
    margin-right: 10vw;
  }
}
@media (min-width: 768px) {
  .flickity-enabled .team-carousel__item {
    margin-right: 4rem;
  }
}
.team-carousel__cta {
  color: var(--brand--tertiary-color);
  font-size: 1.3rem;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .team-carousel__cta {
    margin-top: -1.75rem;
    margin-bottom: 0;
  }
}
.team-carousel__cta a i {
  background-color: var(--brand--tertiary-color);
}
.team-carousel__cta a:hover {
  color: white;
}
.team-carousel__cta a:hover i {
  background-color: white;
}
.team-carousel .flickity-prev-next-button {
  z-index: 99;
  background: none;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .team-carousel .flickity-prev-next-button {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
}
.team-carousel .flickity-prev-next-button.previous {
  left: 30px;
  left: 0;
  top: unset;
  bottom: -125px;
}
@media (max-width: 768px) {
  .team-carousel .flickity-prev-next-button.previous {
    bottom: -100px;
  }
}
.team-carousel .flickity-prev-next-button.next {
  right: 30px;
  right: unset;
  top: unset;
  bottom: -125px;
  left: 60px;
}
@media (max-width: 768px) {
  .team-carousel .flickity-prev-next-button.next {
    bottom: -100px;
  }
}
.team-carousel .flickity-prev-next-button:hover {
  opacity: 1;
}

.testimonials-block {
  background: var(--brand--primary-color);
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 9.4rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonials-block {
    padding-bottom: 1.1rem;
  }
}
.testimonials-block.bg-scheme-Green h4, .testimonials-block.bg-scheme-Green .body, .testimonials-block.bg-scheme-Green .author, .testimonials-block.bg-scheme-Blue h4, .testimonials-block.bg-scheme-Blue .body, .testimonials-block.bg-scheme-Blue .author, .testimonials-block.bg-scheme-Pink h4, .testimonials-block.bg-scheme-Pink .body, .testimonials-block.bg-scheme-Pink .author, .testimonials-block.bg-scheme-Yellow h4, .testimonials-block.bg-scheme-Yellow .body, .testimonials-block.bg-scheme-Yellow .author {
  color: var(--brand--body-text-color) !important;
}
.testimonials-block.bg-scheme-Green .page-intro, .testimonials-block.bg-scheme-Blue .page-intro, .testimonials-block.bg-scheme-Pink .page-intro, .testimonials-block.bg-scheme-Yellow .page-intro {
  border-top: 1px solid var(--brand--body-text-color) !important;
}
.testimonials-block.bg-scheme-Green .item:not(:nth-child(1), :nth-child(6)), .testimonials-block.bg-scheme-Blue .item:not(:nth-child(1), :nth-child(6)), .testimonials-block.bg-scheme-Pink .item:not(:nth-child(1), :nth-child(6)), .testimonials-block.bg-scheme-Yellow .item:not(:nth-child(1), :nth-child(6)) {
  background-color: var(--brand--light) !important;
}
.testimonials-block .team-carousel__nav {
  display: none;
}
@media (max-width: 768px) {
  .testimonials-block .team-carousel__nav {
    display: inline-block;
  }
}
.testimonials-block__hex {
  position: absolute;
  bottom: -21px;
  left: -15px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
  transform: scale(-1, -1);
}
.testimonials-block__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .testimonials-block__hex {
    opacity: 0.15;
  }
}
.testimonials-block__contain {
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-auto-rows: auto;
  gap: 2rem;
  margin: 3.5rem 0 0 0;
}
@media (max-width: 992px) {
  .testimonials-block__contain {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .testimonials-block__contain {
    display: block;
    margin-bottom: 3.2rem;
  }
}
.testimonials-block__contain__item {
  background: var(--brand--light);
  border-radius: 1rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .testimonials-block__contain__item {
    width: 100%;
    margin-right: 2rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  }
}
.testimonials-block__contain__item p.author {
  font-size: 18px !important;
}
.testimonials-block__contain__item p.author strong {
  display: block;
  font-weight: 600;
}
.testimonials-block__contain__item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
  padding: 0 4rem 0 0;
}
@media (max-width: 992px) {
  .testimonials-block__contain__item:nth-child(1) {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .testimonials-block__contain__item:nth-child(1) {
    background: var(--cell--blue) !important;
  }
}
.testimonials-block__contain__item:nth-child(3) {
  grid-row: span 2;
}
.testimonials-block__contain__item:nth-child(4) {
  grid-row: span 2;
}
.testimonials-block__contain__item:nth-child(6) {
  grid-row: span 2;
  grid-column: span 2;
  padding: 3rem 0rem 0rem 4rem;
}
@media (max-width: 992px) {
  .testimonials-block__contain__item:nth-child(6) {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .testimonials-block__contain__item:nth-child(6) {
    background: var(--cell--yellow) !important;
  }
}
.testimonials-block__contain__item:nth-child(2) {
  background-color: var(--cell--green);
}
.testimonials-block__contain__item:nth-child(3) {
  background-color: var(--cell--yellow);
}
.testimonials-block__contain__item:nth-child(5) {
  background-color: var(--cell--purple);
}
.testimonials-block__contain__item:nth-child(5) p {
  color: var(--brand--light);
}
.testimonials-block__contain__item:nth-child(4) {
  background-color: var(--brand--light);
}
.testimonials-block__contain__item:nth-child(7) {
  background-color: var(--cell--blue);
}
.testimonials-block__contain__item:nth-child(1), .testimonials-block__contain__item:nth-child(6) {
  background: transparent;
  padding: 2rem;
}
.testimonials-block__contain__item:nth-child(1) p, .testimonials-block__contain__item:nth-child(6) p {
  color: var(--brand--light);
}
.testimonials-block__contain__item:nth-child(1) p.body, .testimonials-block__contain__item:nth-child(6) p.body {
  font-size: 50px;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .testimonials-block__contain__item:nth-child(1) p.body, .testimonials-block__contain__item:nth-child(6) p.body {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .testimonials-block__contain__item:nth-child(1) p.body, .testimonials-block__contain__item:nth-child(6) p.body {
    font-size: 18px !important;
    line-height: 1.5em !important;
    color: var(--brand--body-text-color);
  }
}
.testimonials-block__contain__item:nth-child(1) p.author, .testimonials-block__contain__item:nth-child(6) p.author {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .testimonials-block__contain__item:nth-child(1) p.author, .testimonials-block__contain__item:nth-child(6) p.author {
    color: var(--brand--body-text-color);
  }
}

.flickity-enabled.testimonials-block__contain .flickity-viewport {
  height: auto;
}
.flickity-enabled.testimonials-block__contain .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--brand--primary-color);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 10;
}
.flickity-enabled.testimonials-block__contain .flickity-prev-next-button:hover {
  opacity: 0.8;
}
.flickity-enabled.testimonials-block__contain .flickity-prev-next-button.previous {
  left: -35px;
}
.flickity-enabled.testimonials-block__contain .flickity-prev-next-button.next {
  right: -35px;
}
.flickity-enabled.testimonials-block__contain .flickity-button-icon {
  fill: white;
}

.section .text-scheme strong {
  font-weight: 600;
}
.section .text-scheme-Purple p {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-Purple strong {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-lt-Purple p {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-lt-Purple strong {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-Pink p {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-Pink strong {
  color: var(--brand--primary-color) !important;
}
.section .text-scheme-Green p {
  color: var(--brand--green) !important;
}
.section .text-scheme-Green strong {
  color: var(--brand--green) !important;
}
.section .text-scheme-Blue p {
  color: var(--brand--blue) !important;
}
.section .text-scheme-Blue strong {
  color: var(--brand--blue) !important;
}
.section .text-scheme-Yellow p {
  color: var(--brand--yellow) !important;
}
.section .text-scheme-Yellow strong {
  color: var(--brand--yellow) !important;
}
.section .btn-scheme-Purple {
  color: var(--brand--primary-color);
  border-color: var(--brand--primary-color);
}
.section .btn-scheme-Pink {
  color: var(--brand--primary-color);
  border-color: var(--brand--primary-color);
}
.section .btn-scheme-Green {
  color: var(--brand--green);
  border-color: var(--brand--green);
}
.section .btn-scheme-Green:hover {
  background: var(--brand--green);
}
.section .btn-scheme-Blue {
  color: var(--brand--blue);
  border-color: var(--brand--blue);
}
.section .btn-scheme-Blue:hover {
  background: var(--brand--blue);
}
.section .btn-scheme-Yellow {
  color: var(--brand--yellow);
  border-color: var(--brand--yellow);
}
.section .btn-scheme-Yellow:hover {
  background: var(--brand--yellow);
}
.section .btn-scheme:hover {
  color: var(--brand--light) !important;
}
.section .title-scheme-Purple h3 {
  color: var(--brand--light) !important;
}
.section .title-scheme-Pink h3 {
  background-color: var(--brand--fifth-color) !important;
  color: var(--brand--primary-color) !important;
}
.section .title-scheme-Green h3 {
  color: var(--brand--green) !important;
  background: var(--cell--green) !important;
}
.section .title-scheme-Blue h3 {
  color: var(--brand--blue) !important;
  background: var(--cell--blue) !important;
}
.section .title-scheme-Yellow h3 {
  color: var(--brand--yellow) !important;
  background: var(--cell--yellow) !important;
}
.section .title-scheme h3.inverted {
  color: var(--brand--primary-color) !important;
  background: var(--brand--fourth-color) !important;
}
.section.bg-scheme-Purple {
  background-color: var(--brand--primary-color);
}
.section.bg-scheme-Pink {
  background-color: var(--brand--fifth-color);
}
.section.bg-scheme-Green {
  background-color: var(--cell--green);
}
.section.bg-scheme-Blue {
  background-color: var(--cell--blue);
}
.section.bg-scheme-Yellow {
  background-color: var(--cell--yellow);
}
.section.bg-scheme-lt-Purple {
  background-color: var(--brand--fourth-color);
}
.section h1, .section h2, .section h3, .section h4 {
  font-family: var(--brand--heading-font);
  line-height: 1em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  color: var(--brand--primary-color);
  text-wrap: auto;
}
.section h1.light, .section h2.light, .section h3.light, .section h4.light {
  color: var(--brand--light);
}
.section h1 strong, .section h2 strong, .section h3 strong, .section h4 strong {
  font-weight: 700;
}
.section h1 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .section h1 {
    font-size: 60px;
  }
}
.section h1.fs-90 {
  font-size: 90px;
}
.section h1.heading-page-hero {
  font-size: 60px;
  color: var(--brand--light);
  font-weight: 100;
}
@media (max-width: 768px) {
  .section h1.heading-page-hero {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  .section h1.heading-page-hero {
    font-size: 30px;
  }
}
.section h1.heading-page-hero strong {
  display: block;
}
.section h2 {
  font-size: 50px;
}
@media (max-width: 768px) {
  .section h2 {
    font-size: 30px;
  }
}
.section h2.hero {
  line-height: 1.3em;
  font-weight: 100;
}
.section h2.split-content-large {
  font-size: 120px;
  line-height: 0.9em;
  color: var(--brand--light);
}
@media (max-width: 1264px) {
  .section h2.split-content-large {
    font-size: 100px;
    line-height: 1em;
  }
}
@media (max-width: 992px) {
  .section h2.split-content-large {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .section h2.split-content-large {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .section h2.split-content-large {
    font-size: 40px;
    line-height: 1.1em;
  }
}
.section h2.testimonial-heading {
  font-size: 48px;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .section h2.testimonial-heading {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .section h2.testimonial-heading {
    font-size: 25px;
    line-height: 1.3em;
  }
}
.section h2.split-content-heading {
  font-size: 100px;
}
@media (max-width: 1464px) {
  .section h2.split-content-heading {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  .section h2.split-content-heading {
    font-size: 70px;
    line-height: 1.05em;
  }
}
@media (max-width: 768px) {
  .section h2.split-content-heading {
    font-size: 50px;
    line-height: 1.2em;
  }
}
.section h3 {
  font-size: 22px;
  letter-spacing: var(--letterspacing-0-5);
}
.section h3.mega-menu-title {
  font-size: 22px;
  color: var(--brand--nav-text-color);
  font-weight: 100;
}
@media (max-width: 1700px) {
  .section h3.mega-menu-title {
    font-size: 20px;
  }
}
.section h3.mega-menu-title strong {
  display: block;
  font-weight: 600;
  margin: 0 0 1px 0;
  line-height: 1.1em;
}
.section h3.mega-menu-title.lg {
  font-size: 28px;
}
.section h3.split-content-heading {
  display: inline;
  font-size: 48px;
  line-height: 1.6em;
  color: var(--brand--light);
  background: var(--brand--primary-color);
  padding: 0.5rem 0.6rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1264px) {
  .section h3.split-content-heading {
    font-size: 42px;
    line-height: 1.65em;
  }
}
@media (max-width: 768px) {
  .section h3.split-content-heading {
    font-size: 32px;
    line-height: 1.8em;
  }
}
.section h3.content-blocks-heading {
  font-size: 48px;
  color: var(--brand--primary-color);
}
@media (max-width: 992px) {
  .section h3.content-blocks-heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section h3.content-blocks-heading {
    font-size: 32px;
  }
}
.section h3.news-title {
  font-size: 50px;
  line-height: 1.1em;
  color: var(--brand--body-text-color);
}
@media (max-width: 1080px) {
  .section h3.news-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section h3.news-title {
    font-size: 30px;
    line-height: 1.25em;
  }
}
@media (max-width: 768px) {
  .section h3.news-title.large-list {
    font-size: 25px;
  }
}
.section h3.news-title.small {
  font-size: 18px;
  color: var(--brand--primary-color);
}
.section h3.news-title.purple {
  color: var(--brand--primary-color);
  line-height: 1.3em;
}
.section h3.page-header-sub {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  color: var(--brand--light);
}
@media (max-width: 992px) {
  .section h3.page-header-sub {
    font-size: 22px;
  }
}
.section h3.page-header-sub.color {
  color: var(--brand--primary-color);
}
.section h3.page-header-sub.light {
  font-weight: 300;
}
.section h4 {
  font-size: 28px;
}
.section h4.page-intro {
  display: block;
  width: 100%;
  padding: 2.3rem 0 0 0;
  border-top: 1px solid var(--brand--primary-color);
}
.section h4.page-intro.light {
  color: var(--brand--light);
  border-top: 1px solid var(--brand--light);
}
.section h4.page-intro.dark {
  color: var(--brand--dark);
  border-top: 1px solid var(--brand--dark);
}
.section h4.page-intro.no-border {
  border-top: none;
  padding: 0;
}
.section h4.stats {
  font-size: 80px;
  line-height: 1.1em;
}
@media (max-width: 1464px) {
  .section h4.stats {
    font-size: 65px;
  }
}
@media (max-width: 1080px) {
  .section h4.stats {
    font-size: 55px;
  }
}
@media (max-width: 992px) {
  .section h4.stats {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section h4.vacancy {
    font-size: 20px;
    line-height: 1.25em;
  }
}
.section h4.footer {
  font-size: 24px;
  font-weight: 600;
  color: var(--brand--fifth-color);
}
@media (max-width: 576px) {
  .section h4.footer {
    width: 60%;
  }
}
.section p {
  font-family: var(--brand--body-font);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 2.2rem;
}
.section p strong {
  font-weight: 600;
}
.section p.stats {
  font-size: 24px;
}
.section a:not(.cell-contain) {
  transition: color 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section a:not(.cell-contain).underline {
  position: relative;
}
.section a:not(.cell-contain).underline:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brand--primary-color);
  transition: width 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section a:not(.cell-contain).underline:hover:before {
  width: 100%;
}
.section a:not(.cell-contain).underline.on:before {
  width: 100%;
}
.section a:not(.cell-contain).underline.on:hover:before {
  width: 25%;
}
.section a:not(.cell-contain).underline.active {
  color: var(--brand--primary-color);
}
.section a:not(.cell-contain).underline.active:before {
  width: 100%;
}
.section a:not(.cell-contain).underline.active:hover:before {
  width: 100%;
}
.section a:not(.cell-contain).underline.inv:before {
  background: var(--brand--light);
}
.section a:not(.cell-contain).underline.small:before {
  bottom: -3px;
}
.section a:not(.cell-contain).hover-brand:hover {
  color: var(--brand--primary-color);
}
.section a:not(.cell-contain).back {
  padding: 0 0rem 0 20px;
}
.section a:not(.cell-contain).back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  z-index: 1;
  background: url(../img/svg/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section .text-area h1.news {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 300;
}
@media (max-width: 992px) {
  .section .text-area h1.news {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section .text-area h1.news {
    font-size: 28px;
  }
}
.section .text-area h3 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media (max-width: 992px) {
  .section .text-area h3 {
    font-size: 22px;
  }
}
.section .text-area h3.carousel {
  margin: 0 0 0 0;
}
.section .text-area h3.light {
  color: var(--brand--light);
  font-weight: 300;
}
.section .text-area h3.margin {
  margin: 0 0 0 0 !important;
}
.section .text-area.light h3 {
  font-size: 48px;
  color: var(--brand--light);
  font-weight: 300;
  margin-bottom: 0.7rem;
}
@media (max-width: 1200px) {
  .section .text-area.light h3 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section .text-area.light h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .section .text-area.light h3 {
    font-size: 28px;
  }
}
.section .text-area.light p {
  color: var(--brand--light);
}
.section .text-area ul {
  margin-bottom: 1.8rem;
}
.section .text-area ul li {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 0 0;
}
.section .text-area ul.light {
  color: var(--brand--light);
}
.section .text-area ul.downloads li {
  position: relative;
  margin: 0 0 1.7rem 0;
  padding: 0 0 0 2.9rem;
}
@media (max-width: 576px) {
  .section .text-area ul.downloads li {
    font-size: 16px;
  }
  .section .text-area ul.downloads li a.underline:before {
    display: none;
  }
}
.section .text-area ul.downloads li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/svg/icon-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  transition: margin 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .text-area ul.downloads li:hover:after {
  margin: 5px 0 0 0;
}
.section .text-area ul.downloads li.empty {
  padding: 0;
}
.section .text-area ul.downloads li.empty:after {
  display: none;
}
.section .text-area p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1.8rem;
}
@media (max-width: 1264px) {
  .section .text-area p {
    font-size: 18px;
    letter-spacing: var(--letterspacing-0-5);
  }
}
.section .text-area p:last-child {
  margin-bottom: 0;
}
.section .text-area p.smaller {
  font-size: 16px;
}
.section .text-area p.small, .section .text-area p.small > p {
  font-size: 18px;
}
.section .text-area p.large {
  font-size: 22px;
}
.section .text-area p.larger {
  font-size: 24px;
}
.section .text-area p.largest {
  font-size: 28px;
}
.section .text-area p.light {
  color: var(--brand--light);
}
.section .text-area p.letter {
  letter-spacing: var(--letterspacing-1);
}
.section .text-area p.lighter {
  color: var(--brand--body-text-color-light);
}
.section .text-area p.dark, .section .text-area p.dark strong {
  color: var(--brand--body-text-color) !important;
}
.section .text-area p.brand, .section .text-area p.brand strong {
  color: var(--brand--primary-color) !important;
}
.section .text-area p.margin {
  margin: 0;
}
@media (max-width: 576px) {
  .section .text-area p.address {
    width: 85%;
  }
}
.section .text-area p.team-grid-text {
  color: var(--brand--primary-color);
}
.section .text-area p.team-grid-text.smaller {
  font-size: 16px;
}
.section .text-area p.team-grid-text.bigger {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section .text-area p.team-grid-text.bigger {
    font-size: 18px;
  }
}
.section .text-area p.breadcrumbs {
  font-weight: 100;
}
.section .text-area p.breadcrumbs.light {
  color: var(--brand--light);
}
.section .text-area p.breadcrumbs span:last-child {
  font-weight: 300 !important;
}
.section .text-area p.date {
  font-weight: 400;
}
.section .text-area.narrow h3 {
  width: 75%;
}
.section .text-area.rich a {
  position: relative;
  color: var(--brand--primary-color);
}
.section .text-area.rich a:not(.btn, .off):before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brand--primary-color);
  transition: width 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section .text-area.rich a:not(.btn, .off):hover:before {
  width: 100%;
}
.section .text-area.rich a.inv {
  color: var(--brand--body-text-color);
}
.section .text-area.rich a.inv:hover {
  color: var(--brand--primary-color);
}
.section .text-area.rich.small-text p {
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.vacancies-block {
  margin: 0 0 0 0;
  padding-top: 5rem;
  padding-bottom: 6.3rem;
  background: var(--brand--primary-color);
  position: relative;
}
.vacancies-block .wrapper {
  z-index: 99;
}
.vacancies-block__contain {
  gap: 1rem;
  margin: 2rem 0 0 0;
}
.vacancies-block__contain__item {
  background-color: var(--brand--light);
  padding: 1.9rem 4.4rem 1.9rem 2.2rem;
  width: 100%;
  position: relative;
  transition: background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vacancies-block__contain__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 14px;
  height: 26px;
  background: url(../img/svg/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transform: translate(0, -50%);
  transition: right 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vacancies-block__contain__item:hover {
  background-color: var(--brand--second-color);
}
.vacancies-block__contain__item:hover::after {
  right: 25px;
}
.vacancies-block__hex {
  position: absolute;
  bottom: -21px;
  left: -15px;
  width: 100%;
  max-width: 530px;
  min-width: 530px;
  height: auto;
  z-index: 0;
  transform: scale(-1, -1);
}
.vacancies-block__hex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */