@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

body {
  font-family: "poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
}

b,
strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 25px;
  list-style-type: none;
}
ul li {
  position: relative;
  margin-bottom: 10px;
}
ul li:before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: -20px;
  top: 10px;
}

p {
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  margin: 0;
}
@media (min-width: 1024px) {
  .split--small p {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
}

a {
  color: #101010;
  text-decoration: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.meta-title, .rich-text__subheading {
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  font-size: calc(0.9375rem * 1);
  line-height: calc(14px * 1);
  letter-spacing: 0.5px;
  padding-top: 5px;
  margin-bottom: clamp( 1.25rem, 2.7778vw, 2.5rem );
  text-transform: uppercase;
  display: inline-block;
  padding-right: 1rem;
  align-self: baseline;
  width: auto;
  position: relative;
  border: solid 1px currentColor;
  border-left: none;
  border-right: none;
}
.is-mac .meta-title, .is-mac .rich-text__subheading {
  line-height: 22px;
  padding-top: 1px;
}
.is-iphone .meta-title, .is-iphone .rich-text__subheading {
  line-height: 23px;
  padding-top: 2px;
}

.title {
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  order: 1;
}

.text {
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  margin-top: 40px;
}

.btn--disabled {
  opacity: 0.4;
}

.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
}

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

.m-bottom--xlarge {
  margin-bottom: 100px;
  content: "";
}

.m-bottom--large {
  margin-bottom: 50px;
  content: "";
}

.m-bottom--small {
  margin-bottom: 30px;
  content: "";
}

/*
 * fade out all elements apart from the current element that is being hovered
 */
.hover-fade:hover .hover-fade__item {
  opacity: 0.5;
}
.hover-fade .hover-fade__item {
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.hover-fade .hover-fade__item:hover {
  opacity: 1;
}

.background {
  /* Background Container Positioning */
  position: absolute;
  top: 0;
  z-index: -5;
  height: 100%;
  /* Full-Width Background Bleed */
  left: 50%;
  width: calc(100% + ((100vw - 1920px)));
  transform: translateX(-50%);
  /* Default Background Colour */
  background-color: #fff;
  /* Background Image Positioning */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background img,
.background video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.background-video {
  opacity: 0;
  transition: opacity 0.4s ease 0.2s;
}
.background-video--playing {
  opacity: 1;
}
.background-video__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 999;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-video__button--visible {
  opacity: 1;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .background-video__button {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: solid 1px white;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .background-video__button--initialized {
    opacity: 0;
  }
}
.background-video__button:before, .background-video__button:after {
  border-radius: 2px;
  display: block;
  content: "";
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  background-color: white;
  -webkit-clip-path: none;
          clip-path: none;
}
.background-video__button:after {
  left: calc(50% - 3px);
}
.background-video__button--paused:before {
  content: none;
}
.background-video__button--paused:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 13px;
  background-color: white;
  -webkit-clip-path: polygon(10% 0, 10% 100%, 100% 50%, 10% 0);
          clip-path: polygon(10% 0, 10% 100%, 100% 50%, 10% 0);
}

.sr-only {
  opacity: 0;
  max-height: 1px;
  max-width: 1px;
  top: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
}

.background--offset {
  width: 100% !important;
  padding: 0 40px 0 156px;
  background-clip: content-box;
  z-index: -5;
}

.background--white {
  background-color: #fff !important;
}

.bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .bg-video:hover .background-video__button {
    opacity: 1;
  }
}

.text-colour--white {
  color: #fff;
}

.split-component .background {
  background-color: transparent;
}

.bg-colour-pink-100 > .background {
  background-color: #fa235f;
}
.bg-colour-pink-90 > .background {
  background-color: #fb396f;
}
.bg-colour-pink-20 > .background {
  background-color: #fed3df;
}
.bg-colour-pink-10 > .background {
  background-color: #ffe9ef;
}

.text-colour--pink {
  color: #fa235f;
}

.bg-colour-purple-100 > .background {
  background-color: #6F00F8;
}
.bg-colour-purple-90 > .background {
  background-color: #7d1af9;
}
.bg-colour-purple-20 > .background {
  background-color: #e2ccfe;
}
.bg-colour-purple-10 > .background {
  background-color: #f1e6fe;
}

.text-colour--purple {
  color: #6F00F8;
}

.bg-colour-blue-100 > .background {
  background-color: #6FF5FF;
}
.bg-colour-blue-90 > .background {
  background-color: #7df6ff;
}
.bg-colour-blue-20 > .background {
  background-color: #e2fdff;
}
.bg-colour-blue-10 > .background {
  background-color: #f1feff;
}

.text-colour--blue {
  color: #6FF5FF;
}

.bg-colour-cyan-100 > .background {
  background-color: #00b4d5;
}
.bg-colour-cyan-90 > .background {
  background-color: #1abcd9;
}
.bg-colour-cyan-20 > .background {
  background-color: #ccf0f7;
}
.bg-colour-cyan-10 > .background {
  background-color: #e6f8fb;
}

.text-colour--cyan {
  color: #00b4d5;
}

.bg-colour-black-100 > .background {
  background-color: #101010;
}
.bg-colour-black-90 > .background {
  background-color: #282828;
}
.bg-colour-black-20 > .background {
  background-color: #cfcfcf;
}
.bg-colour-black-10 > .background {
  background-color: #e7e7e7;
}

.text-colour--black {
  color: #101010;
}

.bg-colour-grey-100 > .background {
  background-color: #f5f5f5;
}
.bg-colour-grey-90 > .background {
  background-color: #f6f6f6;
}
.bg-colour-grey-20 > .background {
  background-color: #fdfdfd;
}
.bg-colour-grey-10 > .background {
  background-color: #fefefe;
}

.text-colour--grey {
  color: #f5f5f5;
}

.bg-colour-green-100 > .background {
  background-color: #D4FF32;
}
.bg-colour-green-90 > .background {
  background-color: #d8ff47;
}
.bg-colour-green-20 > .background {
  background-color: #f6ffd6;
}
.bg-colour-green-10 > .background {
  background-color: #fbffeb;
}

.text-colour--green {
  color: #D4FF32;
}

.bg-colour-mint-100 > .background {
  background-color: #a5fae1;
}
.bg-colour-mint-90 > .background {
  background-color: #aefbe4;
}
.bg-colour-mint-20 > .background {
  background-color: #edfef9;
}
.bg-colour-mint-10 > .background {
  background-color: #f6fffc;
}

.text-colour--mint {
  color: #a5fae1;
}

.bg-colour-light-pink-100 > .background {
  background-color: #f7cee9;
}
.bg-colour-light-pink-90 > .background {
  background-color: #f8d3eb;
}
.bg-colour-light-pink-20 > .background {
  background-color: #fdf5fb;
}
.bg-colour-light-pink-10 > .background {
  background-color: #fefafd;
}

.text-colour--light-pink {
  color: #f7cee9;
}

.bg-colour-light-blue-100 > .background {
  background-color: #8fbdf2;
}
.bg-colour-light-blue-90 > .background {
  background-color: #9ac4f3;
}
.bg-colour-light-blue-20 > .background {
  background-color: #e9f2fc;
}
.bg-colour-light-blue-10 > .background {
  background-color: #f4f8fe;
}

.text-colour--light-blue {
  color: #8fbdf2;
}

.bg-colour-coral-100 > .background {
  background-color: #FF7D6B;
}
.bg-colour-coral-90 > .background {
  background-color: #ff8a7a;
}
.bg-colour-coral-20 > .background {
  background-color: #ffe5e1;
}
.bg-colour-coral-10 > .background {
  background-color: #fff2f0;
}

.text-colour--coral {
  color: #FF7D6B;
}

.bg-colour-light-purple-100 > .background {
  background-color: #d184f4;
}
.bg-colour-light-purple-90 > .background {
  background-color: #d690f5;
}
.bg-colour-light-purple-20 > .background {
  background-color: #f6e6fd;
}
.bg-colour-light-purple-10 > .background {
  background-color: #faf3fe;
}

.text-colour--light-purple {
  color: #d184f4;
}

.bg-colour-soft-purple-100 > .background {
  background-color: #af2cec;
}
.bg-colour-soft-purple-90 > .background {
  background-color: #b741ee;
}
.bg-colour-soft-purple-20 > .background {
  background-color: #efd5fb;
}
.bg-colour-soft-purple-10 > .background {
  background-color: #f7eafd;
}

.text-colour--soft-purple {
  color: #af2cec;
}

.bg-colour-amaryllis-100 > .background {
  background-color: #ba5245;
}
.bg-colour-amaryllis-90 > .background {
  background-color: #c16358;
}
.bg-colour-amaryllis-20 > .background {
  background-color: #f1dcda;
}
.bg-colour-amaryllis-10 > .background {
  background-color: #f8eeec;
}

.text-colour--amaryllis {
  color: #ba5245;
}

.bg-colour-lavender-100 > .background {
  background-color: #F4BBF9;
}
.bg-colour-lavender-90 > .background {
  background-color: #f5c2fa;
}
.bg-colour-lavender-20 > .background {
  background-color: #fdf1fe;
}
.bg-colour-lavender-10 > .background {
  background-color: #fef8fe;
}

.text-colour--lavender {
  color: #F4BBF9;
}

.bg-colour-persian-blue-100 > .background {
  background-color: #1c3aa9;
}
.bg-colour-persian-blue-90 > .background {
  background-color: #334eb2;
}
.bg-colour-persian-blue-20 > .background {
  background-color: #d2d8ee;
}
.bg-colour-persian-blue-10 > .background {
  background-color: #e8ebf6;
}

.text-colour--persian-blue {
  color: #1c3aa9;
}

.bg-colour-seljuk-blue-100 > .background {
  background-color: #4388f2;
}
.bg-colour-seljuk-blue-90 > .background {
  background-color: #5694f3;
}
.bg-colour-seljuk-blue-20 > .background {
  background-color: #d9e7fc;
}
.bg-colour-seljuk-blue-10 > .background {
  background-color: #ecf3fe;
}

.text-colour--seljuk-blue {
  color: #4388f2;
}

@media (max-width: 1920px) {
  .background--offset {
    padding: 0 40px 0 10vw;
  }
}
@media (max-width: 1024px) {
  .background--offset {
    padding: 0;
  }
}
.container {
  padding: 0 27px;
}

.container--card-carousel {
  padding: 0;
}
.cta-component .container {
  justify-content: flex-start;
}

.container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 27px;
}

@media (min-width: 1024px) {
  .split--small .container,
.component--offset .split--small .container {
    padding: 0 30px;
  }

  .container {
    padding: 0 10vw 0 156px;
  }
}
@media (min-width: 1440px) {
  .page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }

  .container--collapse-bottom {
    padding-bottom: 1rem !important;
  }

  .split--small .container {
    padding-left: 40px;
  }

  .component--offset .split--small .container {
    padding-right: 60px;
  }
}
.iframe-container {
  margin: 40px 0;
  max-width: 1440px;
}
.iframe-container__inner {
  position: relative;
  overflow: hidden;
  width: auto;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.content, .cards-component__text {
  max-width: 900px;
}

@media (max-width: 1024px) {
  .content, .cards-component__text {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .content, .cards-component__text {
    max-width: 100%;
  }
}
.component {
  position: relative;
  padding: 80px 0 40px;
  color: #101010;
}
@media (min-width: 1024px) {
  .component {
    padding: 120px 0;
  }
}

.component.text-colour--white {
  color: #fff;
}

main > .hero-banner:first-child,
main > .carousel-component:first-child {
  height: 60vh;
  min-height: 60vh;
}
@media (min-width: 1024px) {
  main > .hero-banner:first-child,
main > .carousel-component:first-child {
    height: 100vh;
    min-height: 100vh;
  }
}

main > .component:first-of-type .split-component {
  height: 100%;
}

.component--offset .split-component .background {
  width: 100% !important;
}

.component--offset .split--large {
  padding-left: 156px;
}

.component-60-40.bg-image > .background[style*=background-image]::before,
.cta-component.bg-image > .background[style*=background-image]::before {
  padding: 0 40px 0 156px;
}

.component-60-40.bg-image > .background--offset[style*=background-image]::before {
  background-clip: content-box;
}

@media (max-width: 1920px) {
  .component-60-40.bg-image > .background.background--offset[style*=background-image]:before,
.cta-component.bg-image > .background.background--offset[style*=background-image]:before {
    right: 40px;
    left: 10vw;
  }

  .component-60-40.bg-image > .background[style*=background-image]::before,
.cta-component.bg-image > .background[style*=background-image]::before {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .component--offset .split--large {
    padding-left: 0;
  }

  .component-60-40.bg-image > .background.background--offset[style*=background-image]:before,
.cta-component.bg-image > .background.background--offset[style*=background-image]:before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  main > .component:first-of-type {
    height: auto;
    max-height: none;
  }

  main > .component:first-child:not(.masthead) {
    padding-top: 230px;
  }
}
.generic-component {
  min-height: 100vh;
}
.generic-component__section-header {
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .generic-component {
    min-height: auto;
  }
  .generic-component__header {
    max-width: 900px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .generic-component__header {
    max-width: 500px;
  }
}
@media (min-width: 1024px) and (max-width: 768px) {
  .generic-component__header {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .generic-component__section-header {
    font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
    line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 14px;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.relative-wrapper {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-carousel__controls {
  display: none;
  visibility: hidden;
  z-index: 50;
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 80px;
}
.swiper-carousel__controls-inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  background-color: transparent;
  opacity: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-initialized .swiper-carousel__controls {
  display: block;
  visibility: visible;
  z-index: 80;
  margin-top: 30px;
}
.swiper-initialized .swiper-carousel__controls-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .swiper-initialized .swiper-carousel__controls {
    margin-top: 50px;
  }
}

.em-dash {
  line-height: 0;
  margin-right: 0.06em;
  margin-top: 0.04em;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

.header .background {
  background-color: #fff;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: transparent;
  z-index: -10;
  transition: background-color 1.2s ease-out, height 0s 1.2s;
  pointer-events: all;
}

.header--nav-open .header__overlay {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 1.2s ease-out, height 0s;
}

.header__outer {
  flex-basis: 100%;
  position: relative;
  pointer-events: all;
  background: #fff;
}

.header__inner {
  justify-content: flex-start;
  max-height: 100vh;
  padding-right: clamp( 2rem, 4.4444vw, 4rem );
}

.header__top {
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  font-size: calc(0.9375rem * 1);
  line-height: calc(14px * 1);
  letter-spacing: 0.5px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.header__logo {
  flex-shrink: 0;
  width: clamp( 9.375rem, 15.8104vw, 14.2294rem );
}

.header__logo-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header__logo-image {
  display: block;
}

.menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menu-btn__input {
  position: absolute;
  visibility: hidden;
}

.menu-btn__text-container {
  font-family: "poppins", Arial, sans-serif;
  position: relative;
  font-size: clamp( 0.75rem, 0.8333vw, 0.75rem );
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 20px;
  width: 38px;
}

.menu-btn__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  padding-top: 1px;
}

.menu-btn__text-open {
  color: #101010;
  transition: color 300ms 300ms ease-out;
}

.menu-btn__text-close {
  color: transparent;
  transition: color 300ms ease-out;
}

.header--nav-open .menu-btn__text-open {
  color: transparent;
  transition: color 300ms ease-out;
}

.header--nav-open .menu-btn__text-close {
  color: #101010;
  transition: color 300ms 300ms ease-out;
}

.menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menu-btn__input {
  position: absolute;
  visibility: hidden;
}

.menu-btn__text-container {
  position: relative;
  font-size: clamp( 0.75rem, 0.8333vw, 0.75rem );
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 20px;
  width: 42px;
}

.menu-btn__text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  padding-top: 3px;
}

.menu-btn__text-open {
  color: #101010;
  transition: color 300ms 300ms ease-out;
}

.menu-btn__text-close {
  color: transparent;
  transition: color 300ms ease-out;
}

.header--nav-open .menu-btn__text-open {
  color: transparent;
  transition: color 300ms ease-out;
}

.header--nav-open .menu-btn__text-close {
  color: #101010;
  transition: color 300ms 300ms ease-out;
}

.menu-btn__icon {
  position: relative;
  height: 15px;
  width: 20px;
}

.menu-btn__icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101010;
  transition: top 200ms 200ms ease-out, transform 200ms ease-out, opacity 0s 200ms linear;
}

.menu-btn__icon-bar:first-of-type {
  top: 0px;
}

.menu-btn__icon-bar:nth-of-type(2) {
  position: relative;
  top: 7px;
  transform-origin: 100% 50%;
  background-color: transparent;
}

.menu-btn__icon-bar:nth-of-type(2)::before,
.menu-btn__icon-bar:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5px;
  width: 100%;
  background-color: #101010;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .menu-btn__icon-bar:nth-of-type(2)::before,
.menu-btn__icon-bar:nth-of-type(2)::after {
    height: 1px;
  }
}

.menu-btn__icon-bar:nth-of-type(2)::before {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn__icon-bar:nth-of-type(2)::after {
  transform-origin: 100% 50%;
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:hover .menu-btn__icon-bar:nth-of-type(2)::before {
  transform: scaleX(1);
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:hover .menu-btn__icon-bar:nth-of-type(2)::after {
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn__icon-bar:last-of-type {
  top: 14px;
}

.header--nav-open .menu-btn__icon-bar {
  transition: top 200ms ease-out, transform 200ms 200ms ease-out, opacity 0s 200ms linear;
}
.header--nav-open .menu-btn__icon-bar:first-of-type {
  top: 7px;
  transform: rotate(-45deg);
}
.header--nav-open .menu-btn__icon-bar:nth-of-type(2) {
  opacity: 0;
}
.header--nav-open .menu-btn__icon-bar:last-of-type {
  top: 7px;
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .menu-btn__text {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    padding-right: 27px !important;
  }

  .header__top {
    height: 80px;
  }
}
.main-nav {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  height: calc(100vh - 100px);
  transition: max-height 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.header--nav-open .main-nav {
  max-height: calc(100vh - 100px);
}

.main-nav__list-wrapper {
  padding: 7vw 0 10vw;
  height: 100%;
  -ms-overflow-style: none;
  overflow-y: auto;
}

.main-nav__list-wrapper::-webkit-scrollbar {
  display: none;
}

.main-nav__list {
  padding: 0;
  opacity: 0;
  transition: opacity 500ms linear;
}

.header--nav-open .main-nav__list {
  opacity: 1;
}

.main-nav__list-item {
  overflow: hidden;
}

.main-nav__list-item {
  font-size: 1.375rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.main-nav__list-item:last-of-type {
  margin-bottom: 0;
}

.main-nav__link {
  display: inline-block;
  position: relative;
  transform: translateY(100%);
  transition: transform 0s 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header--nav-open .main-nav__link {
  transition: transform 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header--nav-open .main-nav__list-item:nth-of-type(2) .main-nav__link {
  transition-delay: 1.1s;
}
.header--nav-open .main-nav__list-item:nth-of-type(3) .main-nav__link {
  transition-delay: 1.2s;
}
.header--nav-open .main-nav__list-item:nth-of-type(4) .main-nav__link {
  transition-delay: 1.3s;
}
.header--nav-open .main-nav__list-item:nth-of-type(5) .main-nav__link {
  transition-delay: 1.4s;
}
.header--nav-open .main-nav__list-item:nth-of-type(6) .main-nav__link {
  transition-delay: 1.5s;
}
.header--nav-open .main-nav__list-item:nth-of-type(7) .main-nav__link {
  transition-delay: 1.6s;
}
.header--nav-open .main-nav__list-item:nth-of-type(8) .main-nav__link {
  transition-delay: 1.7s;
}

.main-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #101010;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

.main-nav__link:hover::after,
.main-nav__link:focus::after {
  transform: scaleX(1);
}

.header--nav-open .main-nav__link {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .main-nav {
    height: calc(100vh - 80px);
  }

  .header--nav-open .main-nav {
    max-height: calc(100vh - 80px);
  }
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

.footer__top {
  padding: 120px 0;
}

.footer__heading {
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  line-height: 0.85;
  text-transform: uppercase;
  max-width: 240px;
}

.footer__text {
  font-weight: 300;
  margin-bottom: 20px;
}

.footer__btn {
  margin-top: 40px;
}

.footer__locations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}

.footer__address {
  font-style: normal;
  margin-bottom: 20px;
}

.footer__address:first-of-type {
  margin-right: clamp( 0.625rem, 7.0833vw, 6.375rem );
}

.footer__address a,
.footer__address p {
  position: relative;
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
}

.footer__address a::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101010;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.footer__address:hover a::after {
  opacity: 1;
}

.footer__logo-wrapper {
  max-width: 530px;
}

.footer__logo {
  margin-top: 100px;
}

.footer__copy {
  line-height: 2;
  height: 100%;
}
.footer__copy p {
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .footer__copy p {
    font-size: calc(0.75rem * 1);
    line-height: calc(1.25rem * 1);
    font-weight: 300;
  }
}

.footer__copy .container {
  justify-content: center;
}

.footer__info {
  position: relative;
}

.footer__info .container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer__info-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.footer__info-list-item {
  font-size: calc(0.75rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  font-weight: 500;
  text-align: center;
  margin-right: 30px;
}
.footer__info-list-item::before {
  content: none;
}

.footer__info-list-item:last-of-type {
  margin-right: 0;
}

.footer__info-list-link {
  position: relative;
  color: #fff;
}

.footer__info-list-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1);
}

.footer__info-list-link:hover::after,
.footer__info-list-link:focus::after {
  transform: scaleX(1);
}

.footer__social {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer__social-list {
  display: flex;
  padding-left: 0;
  margin-left: 25px;
  margin-bottom: 10px;
}

.footer__social-list-item {
  width: 25px;
  margin-right: 20px;
  margin-bottom: 0;
}
.footer__social-list-item::before {
  content: none;
}

.footer__social-list-item:last-of-type {
  margin-right: 0;
}

.footer__social-link {
  display: block;
}

.footer__social-link-image {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .footer__top {
    padding-bottom: 1rem;
  }

  .footer__bottom .split-component {
    flex-direction: column;
  }

  .footer__logo {
    margin-top: 50px;
  }

  .footer__copy {
    padding-bottom: 40px;
  }

  .footer__social {
    height: 100px;
  }

  .footer__info-list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .footer__bottom .split-component {
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 50px;
  }

  .footer__locations {
    margin-top: 3rem;
  }
}
@media (max-width: 380px) {
  .footer__info .container {
    flex-direction: column;
  }

  .footer__info-list {
    padding-top: 0;
    padding-bottom: 40px;
    height: auto;
  }
}
.award-icons-component {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.award-icons-component .background {
  background-color: #fff;
}

.award-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 0 -20px;
  padding: 20px 0;
}

.award-icons__image {
  display: block;
  padding: 0 20px;
  max-width: 25%;
  max-height: 100%;
}

@media (max-width: 1024px) {
  .award-icons {
    margin: 0 -15px;
  }

  .award-icons__image {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .award-icons {
    height: 80px;
    padding: 20px 0;
    margin: 0 -13.5px;
  }

  .award-icons__image {
    padding: 0 13.5px;
  }
}
.btn-wrapper {
  display: flex;
}
.btn-wrapper .btn-wrapper__btn:first-of-type {
  margin-left: 0;
}

.btn-wrapper__btn {
  margin: 0 10px;
}

.slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.swiper {
  overflow: hidden;
}

.card-carousel__controls,
.carousel-pagination {
  display: none;
  visibility: hidden;
}

.swiper-initialized .carousel-pagination {
  display: block;
  visibility: visible;
  position: absolute;
  left: 1rem;
  bottom: 2.5rem;
  right: 1rem;
}
.swiper-initialized .carousel-pagination .swiper-pagination {
  width: 100%;
}
.swiper-initialized .carousel-pagination .swiper-pagination-bullets {
  line-height: 8px;
}
.swiper-initialized .carousel-pagination .swiper-pagination-bullet {
  background-color: black;
  opacity: 1;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.swiper-initialized .carousel-pagination .swiper-pagination-bullet-active {
  opacity: 0.9;
}

.card-carousel {
  position: relative;
  overflow: visible;
  max-width: 100%;
}
.card-carousel .swiper-slide {
  padding: 0;
  height: auto;
}
.card-carousel .card {
  margin-bottom: auto;
}

.swiper-carousel__controls {
  left: 0 !important;
  bottom: 0 !important;
  height: 44px;
  position: relative !important;
}
.swiper-carousel__controls-inner {
  height: 100%;
}

.swiper-slide {
  width: 100%;
  max-width: min(calc(100vw - 3 * 20px), 291px);
}
@media (min-width: 1024px) {
  .swiper-slide {
    max-width: initial;
    width: 350px;
  }
}

.swiper-wrapper {
  padding: 40px 0 0;
}

@media (min-width: 1440px) {
  .slide {
    background-position: center center;
    background-size: cover;
  }

  .card-carousel .swiper-wrapper {
    margin: auto;
    justify-content: flex-start;
  }
}
.cards-component {
  padding-bottom: 0;
}
.cards-component__intro {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .cards-component__intro {
    margin-bottom: 80px;
  }
}
.cards-component__meta-title {
  display: block;
  margin-bottom: 20px;
}
.cards-component__link {
  display: inline-block;
}
.content-card {
  position: relative;
}
.content-card__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.content-card__content-container {
  z-index: 2;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 80px;
}

.card__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.card__image-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.card__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__title {
  margin-top: 1rem;
  font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.card__title.title--small {
  font-size: calc(clamp( 1.25rem, 1.7361vw, 1.5625rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.card__subtitle {
  margin: 20px 0 27px;
}

.card__text {
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .card__text {
    font-size: calc(0.75rem * 1);
    line-height: calc(1.25rem * 1);
    font-weight: 300;
  }
}

.card__link {
  margin-bottom: 40px;
  align-self: flex-start;
}
.cards-component--icons .card__link {
  margin-bottom: 20px;
}

.card__badge {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 70px;
}

.cards-component--large-image .card {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px);
}
.cards-component--large-image .card.card--span-2 {
  flex-basis: 66.666%;
}
.cards-component--large-image .card__image-container {
  padding-top: 62.11%;
  /* Aspect ratio */
}
.cards-component--large-image .card--span-2 .card__image-container {
  padding-top: 29.75%;
  /* Aspect ratio */
}
.cards-component--large-image .card--span-2 .card__title,
.cards-component--large-image .card--span-2 .card__text {
  max-width: 85%;
}

.cards-component--large-image-portrait .card__image-container {
  padding-top: 130%;
}
.cards-component--large-image-portrait .card__subtitle {
  font-size: calc(1.125rem * 1);
  line-height: calc(1.375rem * 1);
  margin-top: 0;
}
.cards-component--large-image-portrait .card__title {
  margin-bottom: 0;
  font-size: calc(1.125rem * 1);
  line-height: calc(1.375rem * 1);
}

.cards-component--small-image .card {
  flex-basis: 25%;
  -ms-flex-preferred-size: calc(25% - 40px);
}
.cards-component--small-image .card__image-container {
  padding-top: 136.42%;
  /* Aspect ratio */
}
.cards-component--small-image .split--large .container {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .cards-component--icons .card {
    flex: 1 1 148px;
    min-width: 148px;
    max-width: 330px;
  }
}
@media (min-width: 1024px) {
  .cards-component--icons .card {
    flex-basis: 33.333%;
    min-width: 150px;
    -ms-flex-preferred-size: calc(33.333% - 40px);
  }
}
@media (max-width: 1024px) {
  .cards-component--icons .cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.cards-component--icons .card.card--span-2 {
  flex-basis: 66.666%;
}
.cards-component--icons .card__image-container {
  display: flex;
  align-items: flex-end;
  min-height: 75px;
  margin-bottom: 0;
}
.cards-component--icons .card__image {
  position: static;
  display: block;
  width: auto;
  height: auto;
}
.cards-component--icons .card__subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cards-component--icons .card__title {
  margin-bottom: 20px;
}
.cards-component--icons .card--span-2 .card__title,
.cards-component--icons .card--span-2 .card__text {
  max-width: 85%;
}

.cards-component--text-block .card {
  flex-basis: 33.333%;
  -ms-flex-preferred-size: calc(33.333% - 40px);
  min-height: 240px;
  color: #101010;
}
.cards-component--text-block .card.card--span-2 {
  flex-basis: 66.666%;
}
.cards-component--text-block .card__content {
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  padding: 70px 30px;
}
.cards-component--text-block .card--span-2 .card__title,
.cards-component--text-block .card--span-2 .card__text {
  max-width: 85%;
}

@media (max-width: 1024px) {
  .cards {
    margin: 0 -15px;
  }

  .card {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .cards-component {
    padding-bottom: 120px;
  }

  .split--large .cards-component--icons {
    padding-bottom: 80px;
  }

  .cards {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .card:last-of-type {
    margin-bottom: 0;
  }

  .cards-component--large-image .card--span-2 .card__title,
.cards-component--large-image .card--span-2 .card__text {
    max-width: 100%;
  }

  .cards-component--small-image .split--large .container {
    padding-right: 27px;
  }

  .split--large .cards-component--icons .cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .split--large .cards-component--icons .card {
    flex-basis: 50%;
    margin-bottom: 40px;
  }
  .split--large .cards-component--icons .card:last-of-type,
.split--large .cards-component--icons .card:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  .cards-component--icons .card--span-2 .card__title,
.cards-component--icons .card--span-2 .card__text {
    max-width: 100%;
  }

  .cards-component--text-block .card--span-2 .card__title,
.cards-component--text-block .card--span-2 .card__text {
    max-width: 100%;
  }

  .cards-component--large-image .card--span-2 .card__image-container,
.cards-component--small-image .card__image-container {
    padding-top: 62.11%;
    /* Aspect ratio */
  }
}
.career-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 6px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 100%;
}
.career-card__header {
  display: flex;
  flex-direction: column-reverse;
}
.career-card__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.career-card__footer {
  margin: 27px 0 0;
}
.career-card__title {
  font-size: calc(clamp( 1.25rem, 1.7361vw, 1.5625rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.career-card__subtitle {
  font-weight: 300;
  margin-bottom: 20px;
}
.career-card__text {
  font-weight: 300;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.career-card__link {
  margin-top: 40px;
  align-self: flex-start;
}
.career-card--creative .career-card__subtitle, .career-card--engineering .career-card__subtitle {
  color: #6FF5FF;
}
.career-card--internships .career-card__subtitle, .career-card--marketing .career-card__subtitle, .career-card--strategy .career-card__subtitle {
  color: #00b4d5;
}
.career-card--operations .career-card__subtitle, .career-card--business-development .career-card__subtitle, .career-card--graduate .career-card__subtitle {
  color: #6F00F8;
}
.career-card--project-management .career-card__subtitle, .career-card--client-services .career-card__subtitle, .career-card--support-services .career-card__subtitle {
  color: #fa235f;
}

@media (min-width: 1024px) {
  .career-card {
    padding: 40px;
  }
}
@media (min-width: 1920px) {
  .career-card__footer {
    margin-top: 40px;
  }
}
.carousel-component {
  position: relative;
  overflow: hidden;
}

.carousel-component__title {
  font-size: calc(clamp( 3.125rem, 8.6111vw, 7.75rem ) * 1);
  line-height: calc(clamp( 2.5rem, 6.6667vw, 6rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.carousel-component__title .em-dash {
  margin-top: 1px;
}

.carousel-slides {
  position: relative;
  height: 100%;
  padding: 0;
}

.carousel-slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  margin-bottom: 0;
  transition: transform 1500ms 500ms;
  will-change: transform;
}

.carousel-slide__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-slide__content {
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 800ms, transform 800ms;
  will-change: opacity, transform;
}

.carousel-slide--animate-out {
  transform: translateX(-100vw);
  z-index: 9 !important;
}
.carousel-slide--animate-out .carousel-slide__content {
  opacity: 0;
  transform: translateY(-50%);
}

.carousel-slide--shown .carousel-slide__content {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 2000ms;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34.01%;
  height: 100px;
  padding: 0 50px;
  background-color: #fff;
  z-index: 10;
  visibility: hidden;
}

.carousel-controls__nav {
  display: flex;
  align-items: center;
}

.carousel-controls__btn {
  display: flex;
  align-items: center;
  transition: transform 200ms;
}
.carousel-controls__btn:hover {
  transform: scale(1.08);
}
.carousel-controls__btn[disabled] {
  transform: scale(1);
}

.carousel-controls__autoplay-btn {
  margin-left: 50px;
}
.carousel-controls__autoplay-btn .carousel-controls__play {
  display: none;
}
.carousel-controls__autoplay-btn--paused .carousel-controls__pause {
  display: none;
}
.carousel-controls__autoplay-btn--paused .carousel-controls__play {
  display: block;
}

.carousel-controls__prev-btn {
  margin-right: 50px;
}

.carousel-controls__prev-arrow {
  transform: rotate(180deg);
}

.carousel-controls__separator {
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .carousel-controls {
    height: 80px;
    width: 100%;
  }
}
.values-component .swiper-slide,
.interviews-component .swiper-slide {
  margin-right: 0;
  height: auto;
  width: 100%;
  max-width: min(calc(100% - 1 * 20px), 350px);
}
@media (min-width: 768px) {
  .values-component .swiper-slide,
.interviews-component .swiper-slide {
    width: min(calc(100% - 50px), 1404px);
    min-height: clamp(350px, 30vw, 555px);
    max-width: initial;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .values-component .swiper-slide-active,
.interviews-component .swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .values-component .swiper-slide,
.interviews-component .swiper-slide {
    width: min(calc(100% + 30px), 1440px);
  }
}
@media (min-width: 1440px) {
  .values-component .swiper-slide,
.interviews-component .swiper-slide {
    width: min(calc(100% - 60px), 1440px);
  }
}
.values-component .swiper-wrapper,
.interviews-component .swiper-wrapper {
  align-items: stretch;
}
.values-component .swiper-carousel__controls,
.interviews-component .swiper-carousel__controls {
  left: 10vw;
  bottom: 40px;
}
.values-component blockquote,
.interviews-component blockquote {
  max-width: 834px;
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .values-component,
.interviews-component {
    min-height: auto;
  }
  .values-component__header,
.interviews-component__header {
    margin-bottom: 120px;
  }
  .values-component .swiper-carousel__controls,
.interviews-component .swiper-carousel__controls {
    left: 10vw;
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .values-component,
.interviews-component {
    min-height: auto;
  }
  .values-component .swiper-carousel__controls,
.interviews-component .swiper-carousel__controls {
    left: 20px;
    bottom: 40px;
  }
}

@media (min-width: 768px) {
  .value-card figure {
    margin: 40px !important;
  }
}
@media (min-width: 1280px) {
  .value-card figure {
    margin: 50px !important;
  }
}
@media (min-width: 1680px) {
  .value-card figure {
    margin: 60px !important;
  }
}
@media (min-width: 1920px) {
  .value-card figure {
    margin: 80px !important;
  }
}

.value-card,
.interview-card {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  cursor: pointer;
}
.value-card__quote-mark,
.interview-card__quote-mark {
  width: clamp(42px, 5vw, 78px);
  height: calc(0.8 * clamp(42px, 5vw, 78px));
}
.value-card blockquote,
.interview-card blockquote {
  margin: 0.5em 0;
  font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.value-card blockquote::after,
.interview-card blockquote::after {
  content: "”";
}
.swiper-slide-active .value-card,
.swiper-slide-active .interview-card {
  cursor: default;
}

.compact-banner__title, .compact-banner__subtitle {
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  line-height: 0.85;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .compact-banner {
    padding-bottom: 80px;
  }
}

.cookie-status {
  padding: 5px 5px 5px 0;
  margin-bottom: 10px;
  font-size: calc(clamp( 1.125rem, 1.3889vw, 1.25rem ) * 1);
  line-height: calc(clamp( 1.25rem, 1.5278vw, 1.375rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.cookie-status--on .cookie-status__off-title {
  display: none;
}
.cookie-status--off .cookie-status__on-title {
  display: none;
}

.cta-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 1;
  width: auto;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 14px 20px 12px 20px;
  border-radius: 2px;
  transition: color 900ms cubic-bezier(0.77, 0, 0.175, 1);
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  padding: inherit;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 900ms cubic-bezier(0.77, 0, 0.175, 1);
}
.cta-btn:hover::after, .cta-btn:focus::after {
  transform: scaleX(1);
}
.cta-btn--wide {
  width: 100%;
}
@media (min-width: 384px) {
  .cta-btn--wide {
    min-width: 278px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .cta-btn--wide {
    min-width: 325px;
    width: auto;
  }
}

.cta-btn--light, .form-light-theme .form__btn, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn,
.form-light-theme .file-input__btn,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.14);
}
.cta-btn--light::after, .form-light-theme .form__btn::after, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn::after, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn::after, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn::after, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn::after,
.form-light-theme .file-input__btn::after,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn::after {
  background-color: #fff;
}
.cta-btn--light:hover, .form-light-theme .form__btn:hover, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn:hover, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn:hover, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn:hover, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn:hover,
.form-light-theme .file-input__btn:hover,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn:hover, .cta-btn--light:focus, .form-light-theme .form__btn:focus, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn:focus, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn:focus, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn:focus, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn:focus,
.form-light-theme .file-input__btn:focus,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn:focus {
  color: #101010;
}

.cta-btn--dark, .form__btn,
.file-input__btn {
  color: #101010;
  border: 1px solid #101010;
}
.cta-btn--dark::after, .form__btn::after,
.file-input__btn::after {
  background-color: #101010;
}
.cta-btn--dark:hover, .form__btn:hover,
.file-input__btn:hover, .cta-btn--dark:focus, .form__btn:focus,
.file-input__btn:focus {
  color: #fff;
}

@supports ((-webkit-clip-path: polygon(0% 0%)) or (clip-path: polygon(0% 0%))) or (-webkit-clip-path: polygon(0% 0%)) {
  .cta-btn::after {
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: -webkit-clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .cta-btn--light:hover, .form-light-theme .form__btn:hover, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn:hover, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn:hover, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn:hover, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn:hover,
.form-light-theme .file-input__btn:hover,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn:hover,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn:hover,
.cta-btn--light:focus,
.form-light-theme .form__btn:focus,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn:focus,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn:focus,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn:focus,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn:focus,
.form-light-theme .file-input__btn:focus,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn:focus,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn:focus,
.cta-btn--dark::after,
.form__btn::after,
.file-input__btn::after {
    color: #fff;
  }

  .cta-btn--dark:hover, .form__btn:hover,
.file-input__btn:hover,
.cta-btn--dark:focus,
.form__btn:focus,
.file-input__btn:focus,
.cta-btn--light::after,
.form-light-theme .form__btn::after,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__btn::after,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__btn::after,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__btn::after,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__btn::after,
.form-light-theme .file-input__btn::after,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .file-input__btn::after,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .file-input__btn::after {
    color: #101010;
  }

  .cta-btn:hover::after,
.cta-btn:focus::after {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.cta-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-component--large {
  min-height: 600px;
}
.cta-component--large.cta-component--tall {
  min-height: 100svh;
}

.cta-component--small {
  min-height: 450px;
}

.cta-component__title {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}
.cta-component__title.title--small {
  font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .split--small .cta-component__title.title--small {
    font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 0.75);
    line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 0.75);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }
}
.cta-component__title.title--large {
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  font-size: calc(0.9375rem * 1);
  line-height: calc(14px * 1);
  letter-spacing: 0.5px;
  font-size: calc(clamp( 3.125rem, 7.7778vw, 7rem ) * 1);
  line-height: calc(clamp( 2.5rem, 6.6667vw, 6rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -0.5px;
}
.cta-component__title .em-dash {
  margin-top: clamp( 0.125rem, 0.4861vw, 0.4375rem );
}

.titles:has(.title) ~ .cta-component__text, .titles:has(.title) ~ .cta-component__button {
  margin-left: clamp( 2rem, 4.8611vw, 4.375rem );
}

.cta-link {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
}
.cta-link::before, .cta-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101010;
  border-radius: 2px;
}
.text-colour--white .cta-link::before, .text-colour--white .cta-link::after {
  background-color: #fff;
}
.form__input .cta-link {
  font-size: calc(0.75rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  font-weight: 700;
}

.cta-link::before {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-link::after {
  transform-origin: 100% 50%;
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-link:hover::before {
  transform: scaleX(1);
  transition: transform 0.6s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-link:hover::after {
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-link--light,
.cta-link--light:hover,
.cta-link--light:focus {
  color: #fff;
}

.cta-link--dark,
.cta-link--dark:hover,
.cta-link--dark:focus {
  color: #101010;
}

.filter-panel {
  width: 100%;
  overflow: visible;
}
@media (min-width: 1024px) {
  .filter-panel {
    height: 0;
    display: flex;
    align-items: flex-end;
    top: 0;
    left: 0;
    z-index: 11;
    position: relative;
    position: sticky;
    top: 100px;
  }
  .filter-panel__inner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34.01%;
  }
}
.filter-panel__inner {
  display: flex;
  align-items: center;
  height: 100px;
}
.filter-panel__menu {
  font-weight: 300;
  width: 100%;
  padding: 35px 27px;
  background-color: inherit;
}
@media (min-width: 1024px) {
  .filter-panel__menu {
    padding: 33.5px 75px;
    position: absolute;
    bottom: 0;
  }
  .filter-panel__menu--above-halfway-point {
    top: 0;
    bottom: auto;
  }
}
.filter-panel__menu a:hover {
  text-decoration: underline;
}
.filter-panel__menu nav {
  display: grid;
  margin-top: 1rem;
  gap: 1rem;
}
.filter-panel summary,
.filter-panel details {
  cursor: pointer;
}
.filter-panel summary {
  display: block;
  list-style: none;
  border-bottom: solid 1px black;
  position: relative;
  padding-bottom: 0.25rem;
}
.filter-panel summary::-webkit-details-marker {
  display: none;
}
.filter-panel summary a {
  pointer-events: none;
}
.filter-panel summary:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-70%) rotateZ(135deg);
  width: 8px;
  height: 8px;
  border-top: solid 1px black;
  border-right: solid 1px black;
}
.filter-panel details[open] summary {
  border-bottom: none;
  padding-bottom: 0;
}
.filter-panel details[open] summary a {
  pointer-events: all;
}
.filter-panel details[open] summary:after {
  transform: translateY(-30%) rotateZ(-45deg);
}

.filter-list {
  margin: 40px 0;
  padding-left: 0;
  padding-left: 20px;
}

.filter-list-item {
  margin-bottom: 20px;
}

.filter-list-item:last-of-type {
  margin-bottom: 0;
}

.filter-results .container {
  overflow: hidden;
}

.foreground-image-component {
  height: 100%;
  padding: 0;
}

.foreground-image-component .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foreground-image {
  display: block;
  padding: 20px 0;
}

.foreground-image-component--overflow .foreground-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110%;
  max-width: initial;
  padding: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .foreground-image {
    max-height: 400px;
  }

  .foreground-image-component--overflow .foreground-image {
    max-height: initial;
  }

  .foreground-image-component--overflow .container {
    padding-top: 380px;
  }
}
@media (max-width: 768px) {
  .foreground-image {
    max-height: 370px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .foreground-image-component--overflow .foreground-image {
    top: auto;
    bottom: 20px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 400px;
    height: auto;
    padding-top: 0;
  }
}
.form-split-fields .umbraco-forms-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-split-fields .umbraco-forms-container .umbraco-forms-field {
  flex-shrink: 0;
  flex-basis: 100%;
}
.form-split-fields .umbraco-forms-container .shortanswer,
.form-split-fields .umbraco-forms-container .privacypolicy.dataconsent,
.form-split-fields .umbraco-forms-container .privacypolicylink.titleanddescription {
  flex-basis: 45%;
}
.form-split-fields .umbraco-forms-container .privacypolicy .form__input {
  display: flex;
}
.form-split-fields .umbraco-forms-container .privacypolicy label {
  font-size: calc(0.75rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  flex-basis: 90%;
  margin-left: 10px;
}
.form-split-fields .umbraco-forms-container .privacypolicy .field-validation-error {
  flex-basis: 100%;
}
.form-split-fields .umbraco-forms-container .form__input {
  margin-bottom: 30px;
}
.form-split-fields .umbraco-forms-container .form__input .text {
  margin-top: 0;
}

.form__fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.form-title {
  text-transform: uppercase;
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  letter-spacing: normal;
}

.form__label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.form__input {
  position: relative;
  margin-bottom: 40px;
}
.form__input input,
.form__input textarea,
.form__input select {
  display: block;
  width: 100%;
  padding: 20px;
  padding-left: 0;
  background: transparent;
  font-weight: 300;
  color: #999;
  border: none;
  border-bottom: 1px solid #999;
}
.form__input input:focus,
.form__input textarea:focus,
.form__input select:focus {
  outline: none;
  color: #101010;
  border-color: #101010;
}
.form__input input[type=file],
.form__input textarea[type=file],
.form__input select[type=file] {
  border: none;
  padding: 0;
}
.form__input input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}
.form__input .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-top-width: 0;
  border-left-width: 0;
  transform: translateY(-75%) rotate(45deg);
}
.form__input select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form__input option {
  font-weight: 300;
}
.form__input textarea {
  height: 10em;
  resize: none;
}
.form__input ::-moz-placeholder {
  color: #101010;
}
.form__input :-ms-input-placeholder {
  color: #101010;
}
.form__input ::placeholder {
  color: #101010;
}

.file-input__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.input-validation-error {
  border-color: #ef344b !important;
}

.field-validation-error {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-weight: 300;
  color: #ef344b;
}

.form-light-theme .form__input input:focus, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input input:focus, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input input:focus, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input input:focus, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input input:focus,
.form-light-theme .form__input textarea:focus,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input textarea:focus,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input textarea:focus,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input textarea:focus,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input textarea:focus,
.form-light-theme .form__input select:focus,
.bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input select:focus,
.bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input select:focus,
.bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input select:focus,
.bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input select:focus {
  outline: none;
  color: #fff;
  border-color: #fff;
}
.form-light-theme .form__input option, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input option, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input option, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input option, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input option {
  background-color: #101010;
}
.form-light-theme .form__input ::-moz-placeholder, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input ::-moz-placeholder, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input ::-moz-placeholder, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input ::-moz-placeholder, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input ::-moz-placeholder {
  color: #fff;
}
.form-light-theme .form__input :-ms-input-placeholder, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input :-ms-input-placeholder, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input :-ms-input-placeholder, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input :-ms-input-placeholder, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input :-ms-input-placeholder {
  color: #fff;
}
.form-light-theme .form__input ::placeholder, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .form__input ::placeholder, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .form__input ::placeholder, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .form__input ::placeholder, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .form__input ::placeholder {
  color: #fff;
}
.form-light-theme .privacypolicylink .cta-link, .bg-colour-blue:not(.bg-colour-blue-10):not(.bg-colour-blue-20) .umbraco-forms-form .privacypolicylink .cta-link, .bg-colour-purple:not(.bg-colour-purple-10):not(.bg-colour-purple-20) .umbraco-forms-form .privacypolicylink .cta-link, .bg-colour-pink:not(.bg-colour-pink-10):not(.bg-colour-pink-20) .umbraco-forms-form .privacypolicylink .cta-link, .bg-colour-black:not(.bg-colour-black-10):not(.bg-colour-black-20) .umbraco-forms-form .privacypolicylink .cta-link {
  color: #fff;
}
@media (max-width: 1024px) {
  .form-split-fields .umbraco-forms-container .shortanswer {
    flex-basis: 100%;
  }
}
.full-width-component {
  min-height: 600px;
}
.full-width-component--tall {
  min-height: 100svh;
}
.full-width-component__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-component.bg-video {
  min-height: auto;
  padding: 0;
  height: 56.25vw;
}
.full-width-component.bg-video .background {
  background-color: #101010;
}
.full-width-component.bg-video iframe {
  display: block;
  width: 100svw;
  height: 100%;
  opacity: 0;
  transition: opacity 200ms;
}

.hero-banner__title {
  font-size: calc(clamp( 3.125rem, 8.6111vw, 7.75rem ) * 1);
  line-height: calc(clamp( 2.5rem, 6.6667vw, 6rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  display: flex;
  text-transform: uppercase;
}
.hero-banner__title .em-dash {
  margin-top: 1px;
}
.hero-banner__badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
}
@media (max-width: 1024px) {
  .hero-banner__badge {
    top: 130px;
  }
}
@media (max-width: 768px) {
  .hero-banner__badge {
    top: 110px;
    width: 90px;
  }
}
.hero-banner__content {
  max-width: 600px;
}

.hbspt-form {
  width: 85%;
  padding: 100px 0;
  margin: 0 auto;
}

.interview-card {
  background-color: black;
}
.interview-card figure {
  margin: 0;
}
.interview-card__cta {
  margin-top: 20px;
}
.interview-card__inner:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.98) calc(100% - 300px), rgba(0, 0, 0, 0) calc(100% - 300px / 2), rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .interview-card__inner:after {
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.98) 60%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.interview-card__inner {
  z-index: 2;
}
.interview-card__inner {
  display: flex;
  flex-direction: column;
}
.interview-card img {
  filter: none;
}
.interview-card figcaption {
  font-weight: 300;
}
.interview-card__inner {
  margin: 27px;
}
@media (max-width: 768px) {
  .interview-card__inner {
    margin-bottom: 250px;
  }
}
.interview-card .content-card__background {
  top: auto;
  bottom: 0;
  height: 300px;
  order: 2;
}
@media (min-width: 768px) {
  .interview-card .content-card__background {
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .interview-card {
    flex-direction: row;
  }
  .interview-card__inner {
    flex-basis: calc(55% - 60px);
    margin: clamp(40px, 5vw, 80px) 40px clamp(40px, 5vw, 80px) 40px;
  }
  .interview-card__cta {
    padding-top: 20px;
    margin-top: auto;
  }
}
@media (min-width: 1680px) {
  .interview-card__inner {
    margin: 80px 60px 80px 80px;
  }
}

.life-component__grid {
  padding: 50px 0 0;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .life-component__grid {
    gap: 40px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .life-component__grid {
    gap: 40px 60px;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1920px) {
  .life-component__grid {
    padding: 60px 0 0;
  }
}
.life-component a {
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .life-component a {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .life-component a {
    margin-top: 40px;
  }
}

.life-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  min-height: 220px;
}
.life-card__title {
  font-size: calc(clamp( 1.25rem, 1.7361vw, 1.5625rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .life-card__title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1280px) {
  .life-card__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .life-card:nth-child(4n-2), .life-card:nth-child(4n-1) {
    grid-column: span 3;
  }
}
.life-card:nth-child(4n-2) .life-card__text, .life-card:nth-child(4n-1) .life-card__text {
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
}
@media (min-width: 768px) {
  .life-card:nth-child(4n-2) .life-card__image, .life-card:nth-child(4n-1) .life-card__image {
    height: 211px;
  }
}
@media (min-width: 1024px) {
  .life-card:nth-child(4n-2) .life-card__image, .life-card:nth-child(4n-1) .life-card__image {
    height: 207px;
  }
}
@media (min-width: 1280px) {
  .life-card:nth-child(4n-2) .life-card__image, .life-card:nth-child(4n-1) .life-card__image {
    height: 241px;
  }
}
@media (min-width: 1680px) {
  .life-card:nth-child(4n-2) .life-card__image, .life-card:nth-child(4n-1) .life-card__image {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .life-card:nth-child(4n-3), .life-card:nth-child(4n-0) {
    grid-column: span 4;
    font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 1);
    line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }
}
.life-card:nth-child(4n-3) .life-card__text, .life-card:nth-child(4n-0) .life-card__text {
  font-size: calc(1.125rem * 1);
  line-height: calc(1.375rem * 1);
}
@media (min-width: 768px) {
  .life-card:nth-child(4n-3) .life-card__image, .life-card:nth-child(4n-0) .life-card__image {
    height: 210px;
  }
}
@media (min-width: 1024px) {
  .life-card:nth-child(4n-3) .life-card__image, .life-card:nth-child(4n-0) .life-card__image {
    height: 214px;
  }
}
@media (min-width: 1280px) {
  .life-card:nth-child(4n-3) .life-card__image, .life-card:nth-child(4n-0) .life-card__image {
    height: 245px;
  }
}
@media (min-width: 1680px) {
  .life-card:nth-child(4n-3) .life-card__image, .life-card:nth-child(4n-0) .life-card__image {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .life-card:nth-child(2n-0) {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .life-card:nth-child(2n-0) {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .life-card:nth-child(2n-0) {
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .life-card:nth-child(2n-0) {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .life-card:nth-child(4n-2), .life-card:nth-child(4n-3) {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .life-card:nth-child(1), .life-card:nth-child(2) {
    padding-top: 0;
  }
}

.masthead {
  color: var(--text-color, black);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 90vh;
  width: 100%;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .masthead {
    min-height: 100vh;
    padding: 120px 0;
  }
}
@media (min-width: 1920px) {
  .masthead {
    aspect-ratio: 16/9;
    max-height: 100vh;
    min-height: auto;
  }
}
.masthead__heading {
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  font-size: clamp( 3.625rem, 10.4167vw, 12.5rem );
  line-height: 0.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.masthead__heading span {
  padding-top: 0.2em;
}
@media (min-width: 1024px) {
  .masthead__heading span {
    text-align: var(--text-align);
  }
}
.masthead__heading hr {
  line-height: 0;
  height: clamp( 0.125rem, 0.4167vw, 0.375rem );
  background-color: var(--text-color, black);
  border: none;
  width: 100%;
  margin: 0;
}
.is-iphone .masthead__heading, .is-mac .masthead__heading {
  line-height: 1;
}
.is-iphone .masthead__heading span, .is-mac .masthead__heading span {
  padding-top: 0;
}
.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: black;
  opacity: var(--overlay-opacity, 0.1);
}
.masthead iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  opacity: 0;
  transition: opacity 1s ease;
}
.masthead .background {
  max-width: 1920px;
}
.masthead .container {
  padding: 0 27px;
}
@media (min-width: 1024px) {
  .masthead .container {
    padding: 0 156px;
  }
}

.people-component .swiper-slide {
  width: 100%;
  max-width: min(calc(100% - 1 * 20px), 350px);
  height: auto;
  min-height: min(calc(100vh - 80px), 624px);
}
@media (min-width: 768px) {
  .people-component .swiper-slide {
    max-width: initial;
    min-height: clamp(300px, 40vw, 600px);
    width: min(73.125vw, 1112px);
    position: relative;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .people-component .swiper-slide-active {
    opacity: 1;
  }
}
.people-component .swiper-wrapper {
  align-items: stretch;
}
.people-component .swiper-carousel__controls {
  left: 10vw;
  bottom: 40px;
}
@media (min-width: 1440px) {
  .people-component .swiper-carousel__controls {
    left: 10vw;
    bottom: 40px;
  }
}

.people-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding: 80px 27px 150px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .people-card {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .people-card {
    padding: 90px;
  }
}
.people-card figure,
.people-card blockquote {
  margin: 0;
}
.people-card__title {
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
.people-card__quotee {
  margin-bottom: 20px;
}
.people-card__quote {
  max-width: 360px;
  font-weight: 300;
  margin-bottom: 20px;
}
.swiper-slide-active .people-card {
  cursor: default;
}

.split--small .rich-text-component {
  height: auto;
}

.rich-text__heading--large {
  display: block;
  font-size: calc(clamp( 3.125rem, 3.4722vw, 3.125rem ) * 1);
  line-height: calc(clamp( 2.5rem, 3.6111vw, 3.25rem ) * 1);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 14px;
  margin-bottom: 20px;
}

.rich-text__heading--small {
  display: block;
  font-size: calc(clamp( 1.5625rem, 2.0833vw, 1.875rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  margin-bottom: 20px;
}

.rich-text__subheading {
  display: inline-block;
}

.text a {
  font-weight: 500;
}
.text a:hover {
  text-decoration: underline;
}

.rich-text__paragraph--large {
  display: block;
  font-size: calc(1.125rem * 1);
  line-height: calc(1.375rem * 1);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .split--small .rich-text__paragraph--large {
    font-size: 0.9375rem;
  }
}

.rich-text__paragraph--small {
  display: block;
  font-size: calc(0.75rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  margin-bottom: 1rem;
}

.rich-text__paragraph--large:last-of-type,
.rich-text__paragraph--small:last-of-type {
  margin-bottom: 0;
}

.rich-text__list-item {
  display: block;
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  margin-bottom: 12px;
}

.rich-text__address-title {
  display: block;
  font-size: calc(0.9375rem * 1);
  line-height: calc(1.25rem * 1);
  font-weight: 300;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__address {
  font-weight: 400;
}

.rich-text__quote-caption {
  display: block;
  font-family: "korolev-compressed", "poppins", Arial, sans-serif;
  font-size: calc(3.125rem * 1);
  line-height: calc(2.8125rem * 1);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.rich-text__no-margin {
  margin: 0;
}

.rich-text__font-light {
  font-weight: 300;
}

.share-component {
  height: 100px;
  padding: 0;
}

.share-component__content {
  display: flex;
}

.share-component__title {
  font-size: 1.25rem;
  font-weight: 300;
  margin-right: 40px;
}

.social-share__list {
  display: flex;
}

.social-share__list-item {
  margin-right: 20px;
}

.social-share__list-item:last-of-type {
  margin-right: 0;
}

.spacer {
  height: 100px !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .spacer {
    height: 80px !important;
  }
}
.component-60-40 {
  padding: 0;
}

.component-60-40 .split-component {
  height: inherit;
  min-height: inherit;
}

.split-component {
  display: flex;
  padding: 0;
}

.split {
  position: relative;
}

.split--large {
  flex-basis: 60%;
}

.split--large > .component {
  height: 100%;
  min-height: 0;
}

.split--sticky .component {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .split--sticky .component {
    display: var(--mobile-display, block);
  }
}
.split--sticky .component .container {
  height: auto;
  position: relative;
  top: 0;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .split--sticky .component .container {
    position: sticky;
    top: 120px;
    bottom: 120px;
  }
}

.split--multiple {
  display: flex;
  flex-direction: column;
}
.sticky-cta ~ * .split--multiple {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .sticky-cta ~ * .split--multiple {
    padding-bottom: 0;
  }
}

.split--multiple > .component {
  flex: 1 1 auto;
  height: auto;
}

.split--small {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}

.split--small > .component {
  flex: 1 0 50%;
  height: auto;
  min-height: 0;
}

.split--large .background,
.split--small .background {
  width: calc(100% + ((100vw - 1920px) / 2));
  transform: none;
}

.split--large .background {
  right: 0;
  left: auto;
}

.split--small .background {
  left: 0;
}

.split-component__badge {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
}

@media (max-width: 1920px) {
  .background,
.split--large .background,
.split--small .background {
    width: calc(100%);
  }
}
@media (max-width: 1024px) {
  .component-60-40 .split--large .container {
    padding-right: 60px;
  }

  .split-component {
    flex-direction: column;
  }

  .split--large,
.split--small {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .component-60-40 .split--large .container {
    padding-right: 0;
  }

  .split--small > .component {
    min-height: 400px;
  }

  .component-60-40 .split--large .container {
    padding-right: 27px;
  }
}
@media (min-width: 1024px) {
  .component-60-40 .split {
    min-height: inherit;
  }

  .split-component__badge {
    right: 90px;
    top: 30px;
  }
}
.sticky-cta {
  overflow: visible;
  position: sticky;
  top: calc(100vh + 1px);
  bottom: 0;
  z-index: 99;
  left: 0;
  max-height: 0;
}
.sticky-cta__inner {
  transform: translateY(-80px);
  height: 80px;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: solid 1px black;
}
@media (min-width: 1024px) {
  .sticky-cta {
    display: none;
  }
}

.value-card {
  justify-content: space-between;
}
.value-card__quote, .value-card__aside {
  z-index: 2;
}
.value-card__quote, .value-card__aside {
  display: flex;
  flex-direction: column;
}
.value-card__aside {
  position: relative;
  margin: 0;
  padding: 40px 27px;
  transition-property: opacity;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  transition-delay: 0;
  transition-duration: 0.5s;
  flex: 0 1 40%;
}
@media (min-width: 768px) {
  .value-card__aside {
    opacity: 0;
    display: flex;
    justify-content: center;
    padding: 40px 27px;
  }
}
@media (min-width: 1024px) {
  .value-card__aside {
    padding: 50px 40px;
  }
}
@media (min-width: 1440px) {
  .value-card__aside {
    padding: 60px 40px;
  }
}
@media (min-width: 1680px) {
  .value-card__aside {
    padding: 60px 40px;
  }
}
@media (min-width: 1920px) {
  .value-card__aside {
    padding: 60px 100px;
  }
}
.swiper-slide-active .value-card__aside {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
}
.value-card__aside-backdrop {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.value-card__aside-title, .value-card__aside-content {
  position: relative;
  z-index: 5;
  font-weight: 300;
}
.value-card__aside-title {
  font-size: calc(clamp( 1.25rem, 1.7361vw, 1.5625rem ) * 1);
  line-height: calc(clamp( 1.6875rem, 2.2222vw, 2rem ) * 1);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.value-card__aside-cta {
  color: inherit;
  margin-bottom: 20px;
  align-self: flex-start;
  z-index: 1;
  position: relative;
}
.value-card__aside-cta:before, .value-card__aside-cta::after {
  background-color: #fff;
}
.value-card figure {
  margin: 27px;
}
@media (min-width: 768px) {
  .value-card figure {
    margin: 40px;
  }
}
@media (min-width: 1440px) {
  .value-card figure {
    margin: 50px;
  }
}
@media (min-width: 1920px) {
  .value-card figure {
    margin: 90px;
  }
}
@media (min-width: 768px) {
  .value-card {
    flex-direction: row;
  }
  .value-card__quote {
    flex-basis: 66%;
  }
}

/*# sourceMappingURL=app.css.map*/