/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Fix the box model.
 */
*, :before, :after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr {
  text-decoration: none;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: block;
  max-width: 100%;
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
  pointer-events: none;
}

/**
 * Properly scale your video on any device based on common ratios.
 * 1: Default to widescreen 16:9 aspect ratio.
 */
.media {
  height: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.media iframe,
.media object,
.media embed,
.media video {
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media img {
  margin: auto;
  position: absolute;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: auto;
  pointer-events: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #111111;
  overflow-x: hidden;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #111111;
  pointer-events: none;
  transition: opacity 0.2s linear;
  z-index: 1;
}
body.has-tint {
  overscroll-behavior: contain;
}
body.has-tint:after {
  opacity: 0.75;
}
body.nav--is-open {
  overflow: hidden;
}
@media (min-width: 67.5em) {
  body {
    font-size: 1.125rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  body.site-nav-visible {
    overflow: hidden;
  }
  body.site-nav-visible:after {
    opacity: 0.75;
  }
}
@media (max-width: calc(none - 0.01em)) {
  body.site-nav-visible {
    overflow: hidden;
  }
  body.site-nav-visible:after {
    opacity: 0.75;
  }
}

html {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Disable smooth scrolling when users have prefers-reduced-motion enabled */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: #1d70b8;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  outline: 0px solid rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration-line: underline;
  text-underline-offset: 0.275em;
  text-decoration-thickness: 0.075em;
  transition: none;
}
a:focus-visible {
  outline: 2px solid #111111;
  transition: none;
}
.theme--dark a:focus-visible {
  outline-color: white;
}
.theme--dark a:focus-visible:after {
  border-color: white;
}

figure {
  margin: 0;
  padding: 0;
}

.media--fill {
  height: 100%;
}

.theme--light {
  --theme-background: white;
  background-color: var(--theme-background);
}

.theme--medium {
  --theme-background: #F8F7F9;
  background-color: var(--theme-background);
}

.theme--dark {
  --theme: white;
  --theme-background: #111111;
  background-color: var(--theme-background);
  color: var(--theme);
}

.theme--bright {
  --theme-background: #EBFF55;
  background-color: var(--theme-background);
}

h1, h2, h3, h4, a {
  color: var(--theme-heading, var(--theme, #111111));
}

.quotation {
  margin: 0;
  padding: 0;
}
.quotation figcaption {
  font-size: 1rem;
  font-weight: 400;
}

blockquote {
  position: relative;
  margin-bottom: 1.125rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
blockquote p {
  display: inline;
}
.inline-quote blockquote {
  margin: 0;
}
.elemental-quote blockquote {
  font-size: clamp(1.5rem, 0.518vw + 1.366rem, 1.75rem);
  font-weight: 700;
  text-align: center;
}

.inline-quote {
  max-width: 460px;
  margin: 0 auto;
}

@media (min-width: 80em) {
  .elemental-quote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .elemental-quote {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button {
  transition: background-color 0.3s cubic-bezier(0.625, 0.05, 0, 1), color 0.3s cubic-bezier(0.625, 0.05, 0, 1);
}

.btn {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.125rem 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.938rem;
  color: white;
  background-color: #111111;
  border: 1px solid transparent;
  border-radius: 100vw;
  text-decoration: none;
  transition: background-color 0.6s cubic-bezier(0.625, 0.05, 0, 1), color 0.6s ease, box-shadow 0.3s ease;
}
.btn:not(.btn--flat):after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid #111111;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover, .btn:focus-visible {
    text-decoration: none;
    border-color: transparent;
  }
  .btn:hover::after, .btn:focus-visible::after {
    opacity: 1;
  }
  .btn:focus-visible {
    outline: none;
  }
  .btn:focus-visible::after {
    border-color: #111111;
  }
  .theme--dark .btn:focus-visible::after {
    border-color: white;
  }
}
.btn__label {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1;
}
.btn--text .btn__label {
  padding-left: 0;
}
.btn--flat .btn__label {
  padding: 0;
}
.btn--outline:not(.btn--icon) .btn__label {
  padding-top: 2px;
}
.btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 0.188rem;
  background-color: white;
  border-radius: 50%;
  color: #111111;
}
.btn--outline .btn__icon {
  background-color: #111111;
  color: white;
}
.theme--dark .btn__icon {
  background-color: white;
  color: #111111;
}
.btn--icon-only .btn__icon {
  margin: 0;
  background-color: transparent;
  color: inherit;
}
.btn__icon--dark {
  background-color: #111111;
  color: white;
}
.btn__icon--bright {
  background-color: #EBFF55 !important;
}
.submit-btn .btn__icon {
  margin: 0;
}
.btn--flat .btn__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border-radius: 0;
}
.btn--icon-only {
  min-width: 3.5rem;
  border-color: transparent;
}
.theme--dark .btn:not(.btn--outline, .btn--text, .btn--flat) {
  color: #111111;
  background-color: #EBFF55;
  border-color: #EBFF55;
}
.theme--dark .btn:not(.btn--outline, .btn--text, .btn--flat):after {
  border-color: #EBFF55;
}
.theme--dark .btn:not(.btn--outline, .btn--text, .btn--flat):focus-visible::after {
  border-color: #EBFF55;
}
.btn--outline {
  background-color: transparent;
  border-color: #B7BFDA;
  color: #111111;
}
.btn--outline:after {
  border-color: #B7BFDA;
}
.btn--outline:focus-visible::after {
  border-color: #111111;
}
.theme--dark .btn--outline {
  border-color: #656565;
  color: white;
}
.theme--dark .btn--outline:after {
  border-color: #656565;
}
.theme--dark .btn--outline:focus-visible::after {
  border-color: white;
}
.btn--callout {
  background-color: #EBFF55;
  color: #111111;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (min-width: none) {
  .btn--callout {
    width: 100%;
    justify-content: space-between;
    text-align: center;
    padding-left: 48px;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .btn--callout {
    width: 100%;
    justify-content: space-between;
    text-align: center;
    padding-left: 48px;
  }
}
.btn--callout-dark {
  background-color: #111111;
  color: white;
}
.site-header .btn--callout {
  background-color: #111111;
  color: white;
}
.theme--medium .btn--callout {
  background-color: #111111;
  color: white;
  border-color: transparent;
}
.btn--text {
  border: none;
}
.btn--flat {
  position: relative;
  gap: 0.25rem;
  padding: 0 0 7px;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  line-height: 145%;
  min-height: 0;
}
.btn--flat:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.btn--flat:hover {
  text-decoration: none;
}
.btn--flat:hover:after {
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
}
.btn--icon {
  gap: 0.75rem;
  color: currentColor;
}
.btn--return {
  gap: 0.75rem;
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  font-size: 1.125rem;
  color: inherit;
}
.btn--login {
  background-color: #EBFF55;
  color: #111111;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (min-width: none) {
  .btn--full-xs {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 37.49em) {
  .btn--full-xs {
    width: 100%;
    text-align: center;
  }
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.text-centered .button-group {
  justify-content: center;
}
.button-group--stacked {
  flex-direction: column;
}
@media (min-width: none) {
  .button-group--centered-mobile {
    justify-content: center;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .button-group--centered-mobile {
    justify-content: center;
  }
}

.scroll-to-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-color: transparent;
  border-top-left-radius: 1rem;
  color: #111111;
  z-index: 1;
}
.scroll-to-content svg {
  transition: margin 0.3s ease;
}
.scroll-to-content:hover svg {
  margin-top: 12px;
}
.footer .scroll-to-content {
  color: #111111 !important;
}
.footer .scroll-to-content:hover svg {
  margin-top: 0;
  margin-bottom: 12px;
}

.submit-btn {
  min-width: 3.5rem;
  border: none;
  margin-left: -2.5rem;
}
.submit-btn svg {
  transition: margin 0.3s ease;
}
.submit-btn:hover svg {
  margin-left: 12px;
}

:root {
  --inputHeight: 64px;
}

button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  border-color: transparent;
}

input,
select,
textarea {
  accent-color: #1d70b8;
}

input:not([type=checkbox],
[type=radio]),
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  padding: 1rem;
  color: #111111;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  width: 100%;
  min-height: var(--inputHeight);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input:not([type=checkbox],
[type=radio]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 0;
}
input:not([type=checkbox],
[type=radio])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #252525;
  font-weight: 300;
  font-size: 1rem;
}
input:not([type=checkbox],
[type=radio])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #252525;
  font-weight: 300;
  font-size: 1rem;
}
input:not([type=checkbox],
[type=radio]):not([class]),
select:not([class]),
textarea:not([class]) {
  background-color: #F8F7F9;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

input[type=checkbox],
[type=radio] {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

form {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
}

label {
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 0.375rem;
  cursor: pointer;
}

.inline-input {
  position: relative;
  display: flex;
}
.newsletter-signup-grid .inline-input {
  flex-direction: column;
}

.input-group {
  position: relative;
  display: flex;
}
.input-group__field {
  border-radius: 0.75rem;
  transition: padding 0.2s ease;
}
.input-group__field:focus, .input-group__field:focus-visible {
  padding-bottom: 0;
  outline: none !important;
}
.input-group__field:focus::placeholder, .input-group__field:focus-visible::placeholder {
  color: #969696;
}
.input-group__field:focus::-moz-placeholder, .input-group__field:focus-visible::-moz-placeholder {
  color: #969696;
}
.input-group__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--inputHeight);
  height: var(--inputHeight);
  background-color: #EBFF55;
  border-radius: 50%;
  border-color: transparent;
  color: #111111;
  cursor: pointer;
}
.theme--bright .input-group__btn {
  background-color: #111111;
  color: white;
}
.newsletter-signup-grid .input-group {
  flex-direction: column;
}
.newsletter-signup-grid .input-group__field {
  padding-right: calc(var(--inputHeight) + 1.5rem);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.newsletter-signup-grid .input-group__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.custom-filter-checkbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.custom-filter-checkbox__input {
  position: absolute;
  top: calc(50% - 0.75rem);
  right: 1.5rem;
  opacity: 0;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.custom-filter-checkbox__input:checked + .custom-filter-checkbox__label:before {
  background-color: #111111;
  border-color: #111111;
}
.custom-filter-checkbox__input:checked + .custom-filter-checkbox__label:after {
  background-color: white;
}
.custom-filter-checkbox__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding-left: 3rem;
  font-weight: 600;
  font-size: 1rem;
}
.custom-filter-checkbox__label:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border: 1px solid #B7BFDA;
  border-radius: 50%;
}
.custom-filter-checkbox__label:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  right: 0.6rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: transparent;
  border-radius: 50%;
}

.input-field {
  position: relative;
  font-size: 1rem;
}

.input-faux-label {
  position: absolute;
  top: 24px;
  left: 18px;
  font-size: 0.75rem;
  color: #111111;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
input:focus-visible + .input-faux-label {
  opacity: 1;
  top: 9px;
  transition: opacity 0.35s ease, top 0.35s ease;
}

.input-faux-focus-indicator {
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  opacity: 0;
  background-color: #252525;
  border-radius: 100vw;
  z-index: 1;
  pointer-events: none;
}
form:focus-within .input-faux-focus-indicator {
  opacity: 1;
}
.mailchimp-newsletter .input-faux-focus-indicator {
  right: calc(var(--inputHeight) + 18px);
  background-color: #CAA638;
}

.newsletter-block .mailchimp-newsletter__heading {
  display: none;
}

.footer .newsletter-signup-grid {
  gap: 2rem;
}
@media (min-width: 37.5em) {
  .footer .newsletter-signup-grid {
    align-items: center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer .newsletter-signup-grid {
    align-items: center;
  }
}
.newsletter-block .newsletter-signup-grid {
  display: flex;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

h1 {
  font-size: 4rem;
  line-height: 103%;
}
@media (min-width: 67.5em) {
  h1 {
    font-size: 7.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  h1 {
    font-size: 7.5rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 105%;
}
@media (min-width: 67.5em) {
  h2 {
    font-size: 5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  h2 {
    font-size: 5rem;
  }
}

h3 {
  font-size: 3rem;
}
@media (min-width: 67.5em) {
  h3 {
    font-size: 4rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  h3 {
    font-size: 4rem;
  }
}

h4 {
  font-size: 2.75rem;
}
@media (min-width: 67.5em) {
  h4 {
    font-size: 3.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  h4 {
    font-size: 3.5rem;
  }
}

.icon {
  width: 1em;
  height: 1em;
  color: currentColor;
}
.icon--xs {
  font-size: 0.875rem;
}
.icon--root {
  font-size: 1rem;
}
.icon--s {
  font-size: 1.25rem;
}
.icon--m {
  font-size: 1.5rem;
}
.icon--l {
  font-size: 2rem;
}
.icon--xl {
  font-size: 3rem;
}

.roundal-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #EBFF55;
  border-radius: 50%;
  color: #111111;
}
.roundal-arrow:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid #CAA638;
  opacity: 0;
  transform: scale(0.95);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.articles-hub-cta .roundal-arrow {
  background-color: #111111;
  color: white;
}
.theme--dark .articles-hub-cta .roundal-arrow {
  background-color: #EBFF55;
  color: #111111;
}

.icon-roundal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.icon-content {
  display: flex;
  gap: 0.75rem;
}
.icon-content svg {
  margin-top: 0.25rem;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}

.content-media {
  border-radius: 1rem;
  overflow: hidden;
}

.image-500 {
  max-height: 500px;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  max-width: max-content;
  z-index: 10;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  background-color: white;
  transition: top 0.2s linear;
  z-index: 2147483648;
}
.skip-link:focus-visible {
  top: 1rem;
}

.block-link a {
  display: block;
  text-decoration: none;
}
.block-link a:hover {
  text-decoration-line: underline;
  text-underline-offset: 0.275em;
  text-decoration-thickness: 0.075em;
  transition: none;
}
.block-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s cubic-bezier(0.625, 0.05, 0, 1);
  z-index: 1;
}
.block-link--highlight a:hover {
  text-decoration: none;
}
.block-link--highlight a:hover:after {
  border-color: #111111;
}
.block-link--highlight a:focus-visible:after {
  border-color: #111111;
  border-width: 2px;
}

.faux-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
}
.faux-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  pointer-events: none;
}
.block-link:hover .faux-link:after {
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
}

.secondary-link {
  position: relative;
  padding-bottom: 0.25rem;
  text-decoration: none;
  font-size: 0.938rem;
}
.secondary-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.secondary-link:hover {
  text-decoration: none;
}
.secondary-link:hover:after {
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
}

.tertiary-link {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.938rem;
  line-height: 145%;
  color: inherit;
}
.tertiary-link--icon {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.tertiary-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.tertiary-link:hover {
  text-decoration: none;
}
.tertiary-link:hover:after {
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
}

.roundal-link {
  position: relative;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
}
.roundal-link--underline span {
  position: relative;
}
.roundal-link--underline span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: right center;
  transform: scaleX(0) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.roundal-link--underline:hover {
  text-decoration: none;
}
.roundal-link--underline:hover span:after {
  transform: scaleX(1) rotate(0.001deg);
  transform-origin: left center;
}

.text-link {
  text-decoration: none;
  font-size: 0.938rem;
  font-weight: 600;
}
.text-link:hover {
  text-decoration: none;
}
.panel--link .text-link:hover:after {
  border-color: #111111;
}
.panel--link .text-link:focus-visible {
  outline-color: #111111;
  outline-offset: 2px;
  border-radius: 0.25rem;
}
.panel--link .text-link:focus-visible:after {
  border-color: #111111;
  border-width: 2px;
}
.panel--link .text-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 1rem;
  transition: all 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  z-index: 1;
}

.underline-link {
  position: relative;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.underline-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
[data-underline-hover]:hover .underline-link:after, [data-underline-hover]:focus-visible .underline-link:after {
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
}

.link-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.underline-animation {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
}
.underline-animation:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: right center;
  transform: scaleX(0) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.underline-animation:hover:after {
  transform: scaleX(1) rotate(0.001deg);
  transform-origin: left center;
}
.underline-animation:hover {
  text-decoration: none;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
}
.list--space-1 {
  gap: 0.25rem;
}
.list--space-3 {
  gap: 0.75rem;
}
.list--bullet {
  padding-left: 20px;
  list-style-type: disc;
}
.list--number {
  padding-left: 20px;
  list-style-type: decimal;
}
.list--hero {
  gap: 0.75rem;
}
@media (min-width: 37.5em) {
  .bullet-grid .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .bullet-grid .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
.product-carousel .list {
  gap: 0.25rem;
}
.benefits-carousel .list {
  gap: 1rem;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.list-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #EBFF55;
  border-radius: 50%;
  color: #111111;
}
.benefits-carousel .list-item__icon {
  background-color: #EBFF55;
}
.theme--dark .list--hero .list-item__icon {
  background-color: #252525;
  color: white;
}
.list-item__label {
  flex: 1;
  font-weight: 600;
}
.list--hero .list-item__label {
  font-weight: 300;
}
.list--small .list-item__label {
  font-size: 1rem;
}
.list-item--pullout {
  width: 100%;
  background-color: white;
  border-radius: 32px 16px 16px 32px;
  padding: 7px 12px 7px 5px;
  font-size: 1rem;
}
.product-carousel .list-item {
  background-color: white;
  border-radius: 32px 16px 16px 32px;
  padding: 7px 4px 7px 5px;
  font-size: 1rem;
}

.process-list {
  counter-reset: item;
}
@media (min-width: 37.5em) {
  .process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.process-list__item {
  --roundalSize: 3.5rem;
  counter-increment: item;
  position: relative;
  padding-top: calc(1.5rem + var(--roundalSize));
  padding-right: 1.5rem;
}
@media (min-width: none) {
  .process-list__item + .process-list__item {
    margin-top: 3rem;
  }
}
@media (max-width: 37.49em) {
  .process-list__item + .process-list__item {
    margin-top: 3rem;
  }
}
.process-list__item:before {
  content: "0" counter(item);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--roundalSize);
  height: var(--roundalSize);
  background-color: transparent;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  color: #111111;
  font-weight: 600;
}
.theme--dark .process-list__item:before {
  border-color: #393939;
  color: white;
}
.process-list__item:nth-child(n+10):before {
  content: counter(item);
}
.process-list__item:after {
  content: "";
  position: absolute;
  top: calc(var(--roundalSize) / 2);
  left: calc(var(--roundalSize) + 1rem);
  width: calc(100% - (var(--roundalSize) + 1rem));
  height: 1px;
  background-color: #C8C8C8;
}
.theme--dark .process-list__item:after {
  background-color: #393939;
}

.rich-content h2 {
  font-size: clamp(1.5rem, 0.518vw + 1.366rem, 1.75rem);
}
.rich-content h3 {
  font-size: clamp(1.375rem, 0.259vw + 1.308rem, 1.5rem);
}
.rich-content ul, .rich-content ol {
  margin-left: 1.125rem;
}
.rich-content blockquote {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 0.518vw + 1.366rem, 1.75rem);
  font-weight: 700;
  text-align: center;
}
.rich-content iframe {
  width: 100%;
}

.lede {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
}

.eyebrow-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  color: currentColor;
}

.pill {
  position: relative;
  display: inline-flex;
  justify-content: start;
  align-items: start;
  flex-shrink: 0;
  padding: 0.5rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid transparent;
  background-color: #F8F7F9;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
.pill span {
  position: relative;
  z-index: 1;
}
.pill:hover {
  text-decoration: none;
}
.pill--badge {
  background-color: #F8F7F9;
}
.pill--small {
  font-size: 1rem;
}
.pill--link {
  transition: border 0.3s ease;
}
.pill--link:after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 3px solid #F8F7F9;
  opacity: 0;
  transition: opacity 0.45s;
  z-index: 0;
}
.theme--dark .pill--link:after {
  border-color: #393939;
}
.theme--medium .pill--link:after {
  border-color: white;
}
.pill--link:hover, .pill--link:focus-visible {
  text-decoration: none;
  border-color: transparent;
}
.pill--link:hover::after, .pill--link:focus-visible::after {
  opacity: 1;
}
.pill--link:focus-visible {
  outline: none;
}
.pill--link:focus-visible::after {
  border-color: #111111;
}
.theme--dark .pill--link:focus-visible::after {
  border-color: white;
}
.theme--dark .pill {
  background-color: #393939;
}
.theme--medium .pill {
  background-color: white;
}
.product-carousel__item .pill {
  background-color: white;
}

.muted-text {
  color: #C8C8C8;
}

:root {
  --anchor-scroll-offset: 120px;
}

@media (min-width: none) {
  .anchor-dropdown-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 37.49em) {
  .anchor-dropdown-wrapper {
    margin-bottom: 2.5rem;
  }
}

.anchor-dropdown-toggle {
  display: flex;
  padding: 0.5rem;
  border-radius: 1.5rem;
  border: 1px solid #EDEBF2;
  background-color: white;
  width: 100%;
}
.anchor-dropdown-toggle span {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #EDEBF2;
  background-color: #EDEBF2;
  font-weight: 600;
}
.anchor-dropdown-toggle[aria-expanded=true] span svg {
  transform: rotate(180deg);
}
@media (min-width: 37.5em) {
  .anchor-dropdown-toggle {
    display: none;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .anchor-dropdown-toggle {
    display: none;
  }
}

@media (min-width: none) {
  .anchor-dropdown-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: max-content;
    background-color: white;
    padding: 2rem 0.5rem 3.5rem 0.5rem;
    z-index: 1000;
    transform: translateY(100%);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: 1px solid #EDEBF2;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .anchor-dropdown-panel:before {
    content: "";
    position: absolute;
    top: 6px;
    left: calc(50% - 48px);
    width: 98px;
    height: 4px;
    border-radius: 100vw;
    background-color: #E3E3E3;
  }
  .anchor-dropdown-panel.toggle-link__target--visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 37.49em) {
  .anchor-dropdown-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: max-content;
    background-color: white;
    padding: 2rem 0.5rem 3.5rem 0.5rem;
    z-index: 1000;
    transform: translateY(100%);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: 1px solid #EDEBF2;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .anchor-dropdown-panel:before {
    content: "";
    position: absolute;
    top: 6px;
    left: calc(50% - 48px);
    width: 98px;
    height: 4px;
    border-radius: 100vw;
    background-color: #E3E3E3;
  }
  .anchor-dropdown-panel.toggle-link__target--visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.anchor-nav {
  font-size: 1rem;
}
.anchor-nav__title {
  position: relative;
  padding-bottom: 0.25rem;
  font-weight: 600;
  letter-spacing: 1.28px;
}
.anchor-nav__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #E3E3E3;
}
@media (min-width: none) {
  .anchor-nav__title {
    text-align: center;
    font-size: 1.125rem;
    padding: 0;
    letter-spacing: 0;
  }
  .anchor-nav__title:after {
    content: none;
  }
}
@media (max-width: 37.49em) {
  .anchor-nav__title {
    text-align: center;
    font-size: 1.125rem;
    padding: 0;
    letter-spacing: 0;
  }
  .anchor-nav__title:after {
    content: none;
  }
}
@media (min-width: 37.5em) {
  .anchor-nav__title {
    text-transform: uppercase;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .anchor-nav__title {
    text-transform: uppercase;
  }
}
.anchor-nav__list {
  margin-top: 1rem;
  padding-left: 0;
  list-style-type: none;
}
.anchor-nav__list li + li {
  margin-top: 1rem;
}
.anchor-nav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.anchor-nav__link span {
  position: relative;
  display: block;
  z-index: 1;
}
@media (min-width: none) {
  .anchor-nav__link span {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 37.49em) {
  .anchor-nav__link span {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.anchor-nav__link:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #F8F7F9;
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: none) {
  .anchor-nav__link:before {
    left: 0;
  }
}
@media (max-width: 37.49em) {
  .anchor-nav__link:before {
    left: 0;
  }
}
.anchor-nav__link--is-active::before {
  opacity: 1;
}
.anchor-nav__link--is-active span {
  font-weight: 600;
}

.author-attribute {
  display: flex;
  align-items: center;
  text-align: left;
}
.author-attribute figure {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.author-attribute img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.author-attribute__bio {
  font-size: 1rem;
  line-height: 1.5;
}
.author-attribute__bio span {
  color: #656565;
  font-weight: 300;
}
.elemental-quote .author-attribute {
  justify-content: center;
}

.brand-mark {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  z-index: 10;
}
.brand-mark a {
  color: inherit;
}
.brand-mark svg {
  width: 132px;
  height: 46px;
  margin-top: 0.5rem;
}
.footer .brand-mark svg {
  width: 46px;
  margin: 0;
}
.brand-mark--pods {
  align-items: start;
  justify-content: start;
}
.brand-mark--pods svg {
  width: 132px;
  height: 46px;
  margin-top: 0.5rem;
}
.footer .brand-mark--pods svg {
  width: 150px;
  margin: 0;
  height: auto;
}
.nav--invert:not(.nav--scrolling-up, .nav--is-open) .brand-mark {
  color: white;
}
.nav--invert:not(.nav--scrolling-up, .nav--is-open) .brand-mark a:focus-visible {
  outline-color: #CAA638;
}
.nav--scrolling .brand-mark {
  transition: color 0s ease 0.5s;
}
.site-nav-visible .brand-mark {
  color: #111111 !important;
}

.breadcrumbs__list {
  margin: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 157%;
}
.breadcrumbs__list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: none) {
  .breadcrumbs__list-item:not(:nth-child(1)):not(:nth-last-child(1)) {
    display: none;
  }
}
@media (max-width: 37.49em) {
  .breadcrumbs__list-item:not(:nth-child(1)):not(:nth-last-child(1)) {
    display: none;
  }
}
.breadcrumbs__list-item:not(:first-child) {
  position: relative;
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}
.breadcrumbs__list-item:not(:first-child):before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: -0.206875em;
  width: 0.4375em;
  height: 0.4375em;
}
.breadcrumbs__link {
  font-weight: 600;
  color: #111111;
  text-decoration-line: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.094em;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}
.theme--dark .breadcrumbs__link {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #EDEBF2;
  background-color: #F8F7F9;
  width: 100%;
}
@media (min-width: 67.5em) {
  .sticky-grid .card {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-grid .card {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 37.5em) {
  .card {
    height: 450px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card {
    height: 450px;
  }
}
.card--no-image {
  min-height: 0;
}
.card--sector .card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--hub-preview .card__image {
  overflow: hidden;
  height: 210px;
  border-radius: 1rem;
}
@media (min-width: 37.5em) {
  .card--hub-featured .card__image {
    height: 380px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-featured .card__image {
    height: 380px;
  }
}
@media (min-width: 37.5em) {
  .featured-article .card__image {
    width: 100%;
    height: 380px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .featured-article .card__image {
    width: 100%;
    height: 380px;
  }
}
@media (min-width: 37.5em) {
  .stacked-article .card__image {
    width: 160px;
    height: 112px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .stacked-article .card__image {
    width: 160px;
    height: 112px;
  }
}
.card--hub-related .card__image {
  height: 112px;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 37.5em) {
  .card--hub-related .card__image {
    width: 160px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-related .card__image {
    width: 160px;
  }
}
.card__image img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.card--has-link:hover .card__image img {
  transform: scale(1.1);
}
.card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  background-color: white;
  border: 1px solid #E3E3E3;
  border-radius: 1rem;
}
.theme--medium .card__icon {
  border-color: #EDEBF2;
}
.card--dark .card__icon, .theme--dark .card__icon, .theme--white .card--solution .card__icon {
  border-color: #393939;
  background-color: #252525;
}
.card__angled-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card__angled-head {
  position: relative;
  width: calc(100% - 1rem);
  height: 5rem;
  margin: auto 0.5rem 0;
  background-color: transparent;
  color: white;
  overflow: hidden;
}
.card__roundal-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #EBFF55;
  border-radius: 50%;
  color: #111111;
}
.card__roundal-arrow:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid #CAA638;
  opacity: 0;
  transform: scale(0.95);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.card__roundal-arrow {
  margin-left: auto;
}
.card--has-link .card__roundal-arrow {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: top 0.3s cubic-bezier(0.625, 0.05, 0, 1), right 0.3s cubic-bezier(0.625, 0.05, 0, 1);
  z-index: 10;
}
.card--has-link .card__link:hover .card__roundal-arrow {
  top: 0;
  right: 2px;
}
.card--has-link .card__link:focus-visible .card__roundal-arrow {
  top: 0;
  right: 2px;
}
.card--has-link .card__link:focus-visible .card__roundal-arrow:after {
  opacity: 1;
  transform: scale(1);
}
.card--sector .card__content {
  position: relative;
  margin: 0 0.5rem 0.5rem;
  background-color: white;
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #111111;
  z-index: 10;
}
.sticky-grid .card__content, .card--solution .card__content {
  padding-right: 1rem;
  font-size: 1rem;
}
.card--solution .card__content, .sticky-grid .card__content {
  margin-top: auto;
}
.card__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: clamp(1.375rem, 0.259vw + 1.308rem, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
}
.card__title--stat {
  font-size: 3.5rem;
  color: #EBFF55;
}
.card__title--featured {
  font-size: clamp(1.5rem, 0.518vw + 1.366rem, 1.75rem);
}
.card--hub-preview .card__title {
  line-height: 130%;
}
.card__link {
  text-decoration: none;
  color: inherit;
}
:has(h3 > a) .card__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card--has-link .card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.card--has-link .card__link:hover {
  text-decoration: none;
}
.card--has-link .card__link:focus-visible {
  outline: none;
}
.stacked-article .card__link::after, .article-listing-cards .card__link::after, .article-preview-content .card__link::after, .inline-link .card__link::after {
  content: none;
}
.card__text-link {
  text-decoration: none;
  color: inherit;
}
.card__text-link:hover {
  text-decoration-line: underline;
  text-underline-offset: 0.275em;
  text-decoration-thickness: 0.075em;
  transition: none;
}
.theme--medium .card:not(.card--dark) {
  background-color: white;
}
.theme--dark .card {
  border-color: #393939;
  background-color: #111111;
}
.card--has-link:not(.card--sector) {
  border-top-right-radius: 2rem;
  padding: 0.5rem 0.5rem 1.5rem 1.5rem;
}
.card--solution.card--has-link {
  padding: 0.5rem 0.5rem 1.5rem 1.5rem;
}
.theme--white .card--solution {
  border-color: #393939;
  background-color: #111111;
  color: white;
}
.card--sector {
  justify-content: end;
  overflow: hidden;
  height: 460px;
  padding: 0;
}
@media (min-width: 37.5em) {
  .card--sector {
    height: 553px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--sector {
    height: 553px;
  }
}
.card--statistic {
  height: 300px;
}
@media (min-width: 37.5em) {
  .card--statistic {
    height: 382px;
    padding: 1.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--statistic {
    height: 382px;
    padding: 1.5rem;
  }
}
.card--dark {
  border-color: #393939;
  background-color: #111111;
  color: white;
}
.featured-article .card--hub-featured {
  display: flex;
  flex-direction: column;
  gap: 2rem !important;
}
@media (min-width: 37.5em) {
  .latest-articles-grid .card--hub-featured {
    grid-column: 1/3;
    align-items: center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .latest-articles-grid .card--hub-featured {
    grid-column: 1/3;
    align-items: center;
  }
}
@media (min-width: 67.5em) {
  .card--hub-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-articles-grid .card--hub-featured {
    grid-column: 1/4;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-articles-grid .card--hub-featured {
    grid-column: 1/4;
  }
}
@media (min-width: 80em) {
  .card--hub-featured {
    gap: clamp(6rem, 1.667vw + 5.667rem, 7rem) !important;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-featured {
    gap: clamp(6rem, 1.667vw + 5.667rem, 7rem) !important;
  }
}
.card--hub-preview {
  justify-content: flex-start;
  gap: 1.5rem;
  background-color: transparent !important;
  height: auto;
  padding: 0;
  border: none;
}
@media (min-width: 37.5em) {
  .card--hub-preview {
    gap: 2.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-preview {
    gap: 2.5rem;
  }
}
.card--hub-preview a:not(.btn, .pill--link) {
  text-decoration: none;
}
.card--hub-preview a:not(.btn, .pill--link):hover {
  text-decoration-line: underline;
  text-underline-offset: 0.275em;
  text-decoration-thickness: 0.075em;
  transition: none;
}
.card--hub-related {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
  min-height: max-content;
}
@media (min-width: 37.5em) {
  .card--hub-related {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .card--hub-related {
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 37.5em) {
  .stacked-article .card {
    flex-direction: row;
    min-height: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .stacked-article .card {
    flex-direction: row;
    min-height: 0;
  }
}

.carousel {
  position: relative;
}
.carousel:not(.overflow-hidden) .swiper {
  overflow: visible;
}
.carousel__controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}
.product-carousel .carousel__controls {
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  z-index: 10;
}
@media (min-width: 37.5em) {
  .product-carousel .carousel__controls {
    position: initial;
    bottom: 0;
  }
  .product-carousel .carousel__controls:before, .product-carousel .carousel__controls:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 100%;
    background-color: white;
    z-index: 10;
  }
  .product-carousel .carousel__controls:before {
    left: calc(5.6vw - 24px);
  }
  .product-carousel .carousel__controls:after {
    right: calc(5.6vw - 24px);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel .carousel__controls {
    position: initial;
    bottom: 0;
  }
  .product-carousel .carousel__controls:before, .product-carousel .carousel__controls:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 100%;
    background-color: white;
    z-index: 10;
  }
  .product-carousel .carousel__controls:before {
    left: calc(5.6vw - 24px);
  }
  .product-carousel .carousel__controls:after {
    right: calc(5.6vw - 24px);
  }
}
@media (min-width: 67.5em) {
  .product-carousel .carousel__controls:before {
    left: calc(10.1vw - 24px);
  }
  .product-carousel .carousel__controls:after {
    right: calc(10.1vw - 24px);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel .carousel__controls:before {
    left: calc(10.1vw - 24px);
  }
  .product-carousel .carousel__controls:after {
    right: calc(10.1vw - 24px);
  }
}

.swiper {
  position: relative;
  z-index: 10;
  padding: 0.375rem 0;
}
.swiper:not(.swiper-initialized) {
  overflow: visible;
}
.overflow-visible .swiper {
  overflow: visible;
}
.swiper.scrolling-panel {
  padding-left: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
  padding-right: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
}
.benefits-carousel .swiper, .team-carousel .swiper {
  padding-top: 6.875rem;
  overflow: visible;
}
@media (min-width: 37.5em) {
  .benefits-carousel .swiper, .team-carousel .swiper {
    padding-top: 3.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .benefits-carousel .swiper, .team-carousel .swiper {
    padding-top: 3.5rem;
  }
}

.carousel .swiper-slide {
  height: auto;
}
.scrolling-panel .swiper-slide {
  width: 80vw;
}
@media (min-width: 37.5em) {
  .scrolling-panel .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .scrolling-panel .swiper-slide {
    width: 33.33%;
  }
}
@media (min-width: 37.5em) {
  .sector-cards .swiper-slide {
    max-width: 368px;
    width: 100%;
    flex-shrink: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sector-cards .swiper-slide {
    max-width: 368px;
    width: 100%;
    flex-shrink: 0;
  }
}

.swiper-button-disabled {
  opacity: 0.25;
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 2px;
  padding: 0;
  border: 1px solid transparent;
  background-color: white;
  color: #111111;
}
.swiper-button svg {
  transition: margin 0.3s ease;
}
.swiper-button--roundal {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin: 0;
}
.swiper-button--roundal[disabled] {
  border-color: #EDEBF2;
}
.team-carousel .swiper-button--roundal[disabled] {
  border-color: transparent;
}
.product-carousel .swiper-button {
  margin: 0;
  position: relative;
}
.swiper-button--prev svg {
  margin-right: 2px;
}
.swiper-button--prev:hover svg {
  margin-right: 12px;
}
.product-carousel .swiper-button--prev {
  border-top-right-radius: 1rem;
}
.swiper-button--next svg {
  margin-left: 2px;
}
.swiper-button--next:hover svg {
  margin-left: 12px;
}
.product-carousel .swiper-button--next {
  border-top-left-radius: 1rem;
}
.swiper-button--inverse {
  background-color: white;
  color: #111111;
}
.swiper-button[disabled] {
  pointer-events: none;
  color: #E3E3E3;
  opacity: 1;
}
.swiper-button:focus-visible {
  outline-color: #111111;
}
.theme--dark .swiper-button {
  background-color: #252525;
  color: white;
}
.theme--dark .swiper-button[disabled] {
  color: #393939;
  border-color: #252525;
}
.theme--dark .swiper-button:focus-visible {
  outline-color: #EBFF55;
}

.swiper-navigation {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
}
.benefits-carousel .swiper-navigation, .team-carousel .swiper-navigation {
  position: absolute;
  top: 1rem;
  left: 0;
}
@media (min-width: 37.5em) {
  .benefits-carousel .swiper-navigation, .team-carousel .swiper-navigation {
    left: auto;
    right: 0;
    top: -3.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .benefits-carousel .swiper-navigation, .team-carousel .swiper-navigation {
    left: auto;
    right: 0;
    top: -3.5rem;
  }
}
.product-carousel .swiper-navigation {
  justify-content: space-between;
  width: 100%;
  margin: 0 0.75rem;
  background-color: #F8F7F9;
  z-index: 10;
}
@media (min-width: 37.5em) {
  .product-carousel .swiper-navigation {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 5.6vw;
    width: calc(100% - 11.2vw);
    padding: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel .swiper-navigation {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 5.6vw;
    width: calc(100% - 11.2vw);
    padding: 0;
  }
}
@media (min-width: 67.5em) {
  .product-carousel .swiper-navigation {
    left: 10.1vw;
    width: calc(100% - 20.2vw);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel .swiper-navigation {
    left: 10.1vw;
    width: calc(100% - 20.2vw);
  }
}

.swiper-pagination {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 0.375rem;
  width: auto;
}
.swiper-destroy .swiper-pagination {
  display: none;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: white;
  border: 2px solid #111111;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background-color: #F8F7F9;
}

[data-js=carousel]:not(.swiper-initialized) .swiper {
  overflow: initial;
}

.product-carousel {
  padding: 0 1rem;
  overflow: hidden !important;
}
@media (min-width: 37.5em) {
  .product-carousel {
    padding: 0;
    overflow: visible !important;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel {
    padding: 0;
    overflow: visible !important;
  }
}

.infinite-scroll {
  width: 100%;
  overflow: hidden;
}
.infinite-scroll__track {
  display: flex;
  gap: 2rem;
  will-change: transform;
}
@media (min-width: 67.5em) {
  .infinite-scroll__track {
    gap: 4rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .infinite-scroll__track {
    gap: 4rem;
  }
}
.infinite-scroll--uniformed .infinite-scroll__track {
  gap: 1rem;
}
.infinite-scroll__panel {
  flex: 0 0 auto;
}
.infinite-scroll--uniformed .infinite-scroll__panel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.infinite-scroll--uniformed .infinite-scroll__panel {
  width: 80vw;
  height: 300px;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  .infinite-scroll--uniformed .infinite-scroll__panel {
    width: 370px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .infinite-scroll--uniformed .infinite-scroll__panel {
    width: 370px;
  }
}

dialog {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: 0;
  margin-top: auto;
  width: 100vw;
  max-width: none;
  height: 75vh;
  border: none;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.3s ease-out, visibility 0s linear 0.3s;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

dialog[open] {
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.3s ease-out, visibility 0s;
}

.dialog-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
}

.custom-dropdown {
  width: 100%;
}
.custom-dropdown__toggle {
  display: flex;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex: 1 0 0;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #EDEBF2;
  background: #F8F7F9;
}
.custom-dropdown__toggle[aria-expanded=true] {
  background: #EDEBF2;
}
.custom-dropdown__toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.custom-dropdown__toggle:hover {
  border-color: #111111;
}
.custom-dropdown__panel {
  position: relative;
  width: 100%;
  height: min-content;
  padding-top: 0.5rem;
  background-color: white;
  z-index: 10;
}
.custom-dropdown__panel-options {
  gap: 0.5rem;
}
@media (min-width: 37.5em) {
  .custom-dropdown__panel {
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #EDEBF2;
  }
  .custom-dropdown__panel-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .custom-dropdown__panel {
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #EDEBF2;
  }
  .custom-dropdown__panel-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.article-filters .custom-dropdown__panel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filters {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.filter-option {
  position: relative;
  display: flex;
  padding: 1.5rem;
  align-items: center;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid #EDEBF2;
  background: #F8F7F9;
}
.filter-option__icon {
  position: absolute;
  top: calc(50% - 1.25rem);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.filter-option:has(input:checked) {
  border-color: #111111;
}

.navigation-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background-color: transparent;
  color: inherit;
  z-index: 1;
}
.nav--invert .navigation-toggle {
  color: white;
}
.nav--scrolling-up .navigation-toggle {
  color: #111111;
}
.navigation-toggle[aria-expanded=true] {
  color: #111111;
}
[aria-expanded=true] .navigation-toggle__open {
  display: none;
}
.navigation-toggle__close {
  display: none;
}
[aria-expanded=true] .navigation-toggle__close {
  display: block;
}
@media (min-width: 1280px) {
  .navigation-toggle {
    display: none;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .navigation-toggle {
    display: none;
  }
}

@media (min-width: none) {
  .site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(64px + clamp(5rem, 1.667vw + 4.667rem, 6rem)) 1.5rem 1rem;
    color: #111111;
    pointer-events: none;
    transition: transform 0.5s ease-in-out;
    overflow-y: auto;
    transform: translateY(-100%);
  }
  .site-navigation.is-visible {
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(64px + clamp(5rem, 1.667vw + 4.667rem, 6rem)) 1.5rem 1rem;
    color: #111111;
    pointer-events: none;
    transition: transform 0.5s ease-in-out;
    overflow-y: auto;
    transform: translateY(-100%);
  }
  .site-navigation.is-visible {
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (min-width: 1280px) {
  .site-navigation {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .site-navigation {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
}

.navigation-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.primary-navigation__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2.5rem;
}
@media (min-width: none) {
  .primary-navigation__list {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
  }
  .is-visible .primary-navigation__list {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.5s;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .primary-navigation__list {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
  }
  .is-visible .primary-navigation__list {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.5s;
  }
}
@media (min-width: 1280px) {
  .primary-navigation__list {
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
    padding: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .primary-navigation__list {
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
    padding: 0;
  }
}
.primary-navigation__item {
  padding: 0.125rem 1rem 0.125rem 0;
}
@media (min-width: 1280px) {
  .primary-navigation__item {
    padding: 0.7rem 1rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .primary-navigation__item {
    padding: 0.7rem 1rem;
  }
}
.primary-navigation__dropdown-toggle {
  position: relative;
  display: flex;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: none;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 10;
  transition: background-color 0.35s, color 0.3s;
}
@media (min-width: none) {
  .primary-navigation__dropdown-toggle {
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    color: inherit;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .primary-navigation__dropdown-toggle {
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    color: inherit;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .primary-navigation__dropdown-toggle {
    padding: 0 0 0.25rem;
  }
  .primary-navigation__dropdown-toggle:focus-visible {
    outline-color: #111111;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__dropdown-toggle {
    color: white;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__dropdown-toggle:focus-visible {
    outline-color: #CAA638;
  }
  .primary-navigation__dropdown-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .primary-navigation__dropdown-toggle:not(.is-active):hover {
    text-decoration: none;
  }
  .primary-navigation__dropdown-toggle:not(.is-active):hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
  .primary-navigation__dropdown-toggle.is-active span {
    position: relative;
    z-index: 1;
    color: white;
  }
  .primary-navigation__dropdown-toggle.is-active:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -1.125rem;
    width: calc(100% + 2.25rem);
    height: calc(100% + 1.375rem);
    background-color: #111111;
    border-radius: 0.75rem;
  }
  .primary-navigation__dropdown-toggle[aria-expanded=true] {
    background-color: #111111;
    color: white !important;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .primary-navigation__dropdown-toggle {
    padding: 0 0 0.25rem;
  }
  .primary-navigation__dropdown-toggle:focus-visible {
    outline-color: #111111;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__dropdown-toggle {
    color: white;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__dropdown-toggle:focus-visible {
    outline-color: #CAA638;
  }
  .primary-navigation__dropdown-toggle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .primary-navigation__dropdown-toggle:not(.is-active):hover {
    text-decoration: none;
  }
  .primary-navigation__dropdown-toggle:not(.is-active):hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
  .primary-navigation__dropdown-toggle.is-active span {
    position: relative;
    z-index: 1;
    color: white;
  }
  .primary-navigation__dropdown-toggle.is-active:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -1.125rem;
    width: calc(100% + 2.25rem);
    height: calc(100% + 1.375rem);
    background-color: #111111;
    border-radius: 0.75rem;
  }
  .primary-navigation__dropdown-toggle[aria-expanded=true] {
    background-color: #111111;
    color: white !important;
  }
}
.site-nav-visible .primary-navigation__dropdown-toggle {
  color: #111111 !important;
}
.primary-navigation__link {
  position: relative;
  display: flex;
  padding: 0.75rem 1rem;
  background-color: transparent;
  border: none;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 10;
  transition: background-color 0.35s, color 0.3s;
}
@media (min-width: none) {
  .primary-navigation__link {
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    color: inherit;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .primary-navigation__link {
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    color: inherit;
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .primary-navigation__link {
    padding: 0 0 0.25rem;
  }
  .primary-navigation__link:focus-visible {
    outline-color: #111111;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__link {
    color: white;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__link:focus-visible {
    outline-color: #CAA638;
  }
  .primary-navigation__link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .primary-navigation__link:not(.is-active):hover {
    text-decoration: none;
  }
  .primary-navigation__link:not(.is-active):hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
  .primary-navigation__link.is-active span {
    position: relative;
    z-index: 1;
    color: white;
  }
  .primary-navigation__link.is-active:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -1.125rem;
    width: calc(100% + 2.25rem);
    height: calc(100% + 1.375rem);
    background-color: #111111;
    border-radius: 0.75rem;
  }
  .primary-navigation__link[aria-expanded=true] {
    background-color: #111111;
    color: white !important;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .primary-navigation__link {
    padding: 0 0 0.25rem;
  }
  .primary-navigation__link:focus-visible {
    outline-color: #111111;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__link {
    color: white;
  }
  .nav--invert:not(.nav--scrolling-up, .nav--is-open) .primary-navigation__link:focus-visible {
    outline-color: #CAA638;
  }
  .primary-navigation__link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .primary-navigation__link:not(.is-active):hover {
    text-decoration: none;
  }
  .primary-navigation__link:not(.is-active):hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
  .primary-navigation__link.is-active span {
    position: relative;
    z-index: 1;
    color: white;
  }
  .primary-navigation__link.is-active:before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: -1.125rem;
    width: calc(100% + 2.25rem);
    height: calc(100% + 1.375rem);
    background-color: #111111;
    border-radius: 0.75rem;
  }
  .primary-navigation__link[aria-expanded=true] {
    background-color: #111111;
    color: white !important;
  }
}
.site-nav-visible .primary-navigation__link {
  color: #111111 !important;
}

.mega-dropdown {
  backface-visibility: hidden;
}
@media (min-width: none) {
  .mega-dropdown {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: white;
    overflow-y: auto;
    visibility: visible;
    transition: opacity 0.3s ease;
    z-index: 400;
  }
  .mega-dropdown:not(.is-visible) {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .mega-dropdown {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: white;
    overflow-y: auto;
    visibility: visible;
    transition: opacity 0.3s ease;
    z-index: 400;
  }
  .mega-dropdown:not(.is-visible) {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .mega-dropdown {
    position: fixed;
    top: 0;
    left: calc(50% - 45rem);
    width: 90rem;
    border-radius: 1rem;
    color: #111111;
    z-index: 1;
    overflow: hidden;
    transform: translateY(-1rem);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  .mega-dropdown.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .mega-dropdown {
    /* Prevent transform reset when switching */
  }
  .site-nav-visible .mega-dropdown {
    transform: translateY(0.5rem);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown {
    position: fixed;
    top: 0;
    left: calc(50% - 45rem);
    width: 90rem;
    border-radius: 1rem;
    color: #111111;
    z-index: 1;
    overflow: hidden;
    transform: translateY(-1rem);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  .mega-dropdown.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .mega-dropdown {
    /* Prevent transform reset when switching */
  }
  .site-nav-visible .mega-dropdown {
    transform: translateY(0.5rem);
  }
}
@media (min-width: 1280px) {
  .mega-dropdown__outer {
    padding: 3.5rem 0 clamp(5rem, 1.667vw + 4.667rem, 6rem);
    background-color: white;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__outer {
    padding: 3.5rem 0 clamp(5rem, 1.667vw + 4.667rem, 6rem);
    background-color: white;
  }
}
.mega-dropdown__inner {
  padding-top: 4.5rem;
}
@media (min-width: none) {
  .mega-dropdown__inner {
    padding: 2.375rem 0 0;
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.32, 0.08, 0.24, 1), transform 0.4s cubic-bezier(0.32, 0.08, 0.24, 1);
    transition-delay: 0s, 0s;
  }
  .mega-dropdown.is-visible .mega-dropdown__inner {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .mega-dropdown__inner {
    padding: 2.375rem 0 0;
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.32, 0.08, 0.24, 1), transform 0.4s cubic-bezier(0.32, 0.08, 0.24, 1);
    transition-delay: 0s, 0s;
  }
  .mega-dropdown.is-visible .mega-dropdown__inner {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (min-width: 67.5em) {
  .mega-dropdown__inner {
    --grid-cols: 12;
    display: grid;
    grid-template-columns: repeat(var(--grid-cols), 1fr);
    gap: 1rem;
    padding-top: 7.25rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__inner {
    --grid-cols: 12;
    display: grid;
    grid-template-columns: repeat(var(--grid-cols), 1fr);
    gap: 1rem;
    padding-top: 7.25rem;
  }
}
.mega-dropdown__intro {
  padding-right: 2rem;
}
@media (min-width: 67.5em) {
  .mega-dropdown__intro {
    grid-column: 1/5;
    padding: 0;
  }
  .mega-dropdown__intro-content {
    max-width: 320px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__intro {
    grid-column: 1/5;
    padding: 0;
  }
  .mega-dropdown__intro-content {
    max-width: 320px;
  }
}
.mega-dropdown__summary {
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 67.5em) {
  .mega-dropdown__child-links {
    grid-column: 5/10;
  }
  .mega-dropdown__child-links--narrow {
    grid-column: 5/9;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__child-links {
    grid-column: 5/10;
  }
  .mega-dropdown__child-links--narrow {
    grid-column: 5/9;
  }
}
@media (min-width: 67.5em) {
  .mega-dropdown__utility-links {
    grid-column: 10/13;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__utility-links {
    grid-column: 10/13;
  }
}
.mega-dropdown__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: clamp(2.25rem, 1.037vw + 2.008rem, 2.75rem);
  font-weight: 700;
  line-height: 120%;
}
.mega-dropdown__label {
  display: block;
  color: #656565;
  font-size: 1rem;
}
@media (min-width: none) {
  .mega-dropdown__label {
    margin-bottom: 1rem;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .mega-dropdown__label {
    margin-bottom: 1rem;
  }
}
.mega-dropdown__subsec {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-dropdown__subsec--products {
  align-items: start;
}
@media (min-width: 37.5em) {
  .mega-dropdown__subsec--products {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__subsec--products {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.mega-dropdown__subsec-link {
  display: inline-block;
  background-color: #F8F7F9;
  border-radius: 100vw;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .mega-dropdown__subsec-link {
    display: inline-flex;
    width: fit-content;
    font-size: 1.25rem;
  }
  .mega-dropdown__subsec-link span {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .mega-dropdown__subsec-link span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .mega-dropdown__subsec-link:hover {
    text-decoration: none;
  }
  .mega-dropdown__subsec-link:hover span:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__subsec-link {
    display: inline-flex;
    width: fit-content;
    font-size: 1.25rem;
  }
  .mega-dropdown__subsec-link span {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .mega-dropdown__subsec-link span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .mega-dropdown__subsec-link:hover {
    text-decoration: none;
  }
  .mega-dropdown__subsec-link:hover span:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
}
.mega-dropdown__secondary-link {
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: none) {
  .mega-dropdown__secondary-link {
    display: block;
    padding: 0.25rem 0;
    font-size: 1.125rem;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .mega-dropdown__secondary-link {
    display: block;
    padding: 0.25rem 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .mega-dropdown__secondary-link {
    position: relative;
  }
  .mega-dropdown__secondary-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .mega-dropdown__secondary-link:hover {
    text-decoration: none;
  }
  .mega-dropdown__secondary-link:hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__secondary-link {
    position: relative;
  }
  .mega-dropdown__secondary-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform-origin: right center;
    transform: scaleX(0) rotate(0.001deg);
    transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  }
  .mega-dropdown__secondary-link:hover {
    text-decoration: none;
  }
  .mega-dropdown__secondary-link:hover:after {
    transform: scaleX(1) rotate(0.001deg);
    transform-origin: left center;
  }
}
@media (min-width: 67.5em) {
  .mega-dropdown__featured-post {
    grid-column: 9/13;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .mega-dropdown__featured-post {
    grid-column: 9/13;
  }
}

.secondary-menu {
  padding: 2.5rem 0;
  border-top: 1px solid #EDEBF2;
}
.secondary-menu__list {
  gap: 0.125rem;
}
@media (min-width: none) {
  .secondary-menu {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
  }
  .is-visible .secondary-menu {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.6s;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .secondary-menu {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
  }
  .is-visible .secondary-menu {
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0.6s;
  }
}
@media (min-width: 1280px) {
  .secondary-menu {
    display: none;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .secondary-menu {
    display: none;
  }
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  width: 100%;
  padding: 3.5rem 1.5rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.75rem;
}
@media (min-width: 67.5em) {
  .panel {
    padding: 3rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .panel {
    padding: 3rem;
  }
}
.article-post .panel {
  border-radius: 1rem;
  border-color: transparent;
}
.panel--collapse {
  gap: 0;
}
.panel--centered {
  align-items: center;
  text-align: center;
}
.panel--pullout {
  padding: 1.5rem;
}
.swiper .panel {
  width: auto;
}
.panel__label {
  display: inline-flex;
  align-self: start;
  border-radius: 0.5rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}
.panel__label--pill {
  padding: 0.25rem 0.5rem 0;
  background-color: #EBFF55;
  font-size: 1.75rem;
  color: #111111;
}
.panel--bright {
  background-color: #EBFF55;
  border-color: #EBFF55;
}
@media (min-width: 37.5em) {
  .panel--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .panel--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 67.5em) {
  .panel--compact {
    padding: 2.5rem 2rem;
  }
  .panel--career {
    padding: 1.5rem 2rem;
  }
  .panel--pullout {
    padding: 1.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .panel--compact {
    padding: 2.5rem 2rem;
  }
  .panel--career {
    padding: 1.5rem 2rem;
  }
  .panel--pullout {
    padding: 1.5rem;
  }
}
.panel--article {
  gap: 0;
  padding: 1.5rem 2rem;
}
@media (min-width: 67.5em) {
  .panel--article {
    padding: 2rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .panel--article {
    padding: 2rem;
  }
}
.theme--medium .panel {
  background-color: white;
  border-color: #EDEBF2;
}
.theme--dark .panel {
  border-color: #393939;
}
.benefits-carousel .panel {
  padding: 2.5rem;
  gap: 1.5rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.social-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.mega-dropdown .social-links__list {
  gap: 0.75rem;
}
.mega-dropdown .social-links {
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E3E3E3;
}
@media (min-width: none) {
  .footer .social-links {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 37.49em) {
  .footer .social-links {
    flex-direction: column;
    align-items: start;
  }
}

.social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: inherit;
}
.mega-dropdown .social-link {
  width: 1.5rem;
  height: 1.5rem;
}
.social-link svg {
  width: 1.375rem;
  height: 1.375rem;
}
.footer .social-link {
  width: 100%;
  height: 100%;
}

.team-member {
  padding: 0.75rem 0.75rem 2rem;
}
.team-member__image {
  width: 100%;
  height: 245px;
  border-radius: 0.75rem;
  overflow: hidden;
}
.team-member__content {
  padding: 0 0.75rem;
}
.team-member__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #393939;
}
.team-member__role {
  font-size: 1rem;
  color: #C8C8C8;
  font-weight: 400;
}
.team-member__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  font-size: 0.938rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.team-member__link-label {
  position: relative;
}
.team-member__link-label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform-origin: right center;
  transform: scaleX(0) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}
.team-member__link:hover, .team-member__link:focus-visible {
  text-decoration: none;
}
.team-member__link:hover .team-member__link-label:after, .team-member__link:focus-visible .team-member__link-label:after {
  transform: scaleX(1) rotate(0.001deg);
  transform-origin: left center;
}
.team-member__link:focus-visible {
  outline: none;
}
.team-member__icon-roundal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #EBFF55;
  border-radius: 50%;
  color: #111111;
}
.team-member__icon-roundal:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid #CAA638;
  opacity: 0;
  transform: scale(0.95);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.team-member__link:focus-visible .team-member__icon-roundal {
  outline: 3px solid #CAA638;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: clamp(1rem, 5.625vw - 0.125rem, 4.375rem);
  padding-right: clamp(1rem, 5.625vw - 0.125rem, 4.375rem);
}

.grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 37.5em) {
  .grid {
    --grid-cols: 12;
    display: grid;
    grid-template-columns: repeat(var(--grid-cols), 1fr);
    row-gap: 0;
  }
  .grid--8\/4 > :nth-child(odd) {
    grid-column: span 8;
  }
  .grid--8\/4 > :nth-child(2n+2) {
    grid-column: span 4;
  }
  .grid--10\/2 > :nth-child(odd) {
    grid-column: span 10;
  }
  .grid--10\/2 > :nth-child(2n+2) {
    grid-column: span 2;
  }
  .grid--teaser {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "textarea media";
    gap: 2rem;
  }
  .grid--teaser-reversed {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "media textarea";
  }
  .sublayout .grid--teaser {
    grid-template-columns: 1fr 1fr;
  }
  .grid .row-start-1 {
    grid-row: 1;
  }
  .grid .span-1-4 {
    grid-column: 1/4;
  }
  .grid .span-1-5 {
    grid-column: 1/5;
  }
  .grid .span-1-6 {
    grid-column: 1/6;
  }
  .grid .span-1-7 {
    grid-column: 1/7;
  }
  .grid .span-1-8 {
    grid-column: 1/8;
  }
  .grid .span-1-9 {
    grid-column: 1/9;
  }
  .grid .span-1-10 {
    grid-column: 1/10;
  }
  .grid .span-1-13 {
    grid-column: 1/13;
  }
  .grid .span-2-12 {
    grid-column: 2/12;
  }
  .grid .span-3-11 {
    grid-column: 3/11;
  }
  .grid .span-4-10 {
    grid-column: 4/10;
  }
  .grid .span-5-9 {
    grid-column: 5/9;
  }
  .grid .span-5-13 {
    grid-column: 5/13;
  }
  .grid .span-6-13 {
    grid-column: 6/13;
  }
  .grid .span-7-13 {
    grid-column: 7/13;
  }
  .grid .span-8-13 {
    grid-column: 8/13;
  }
  .grid .span-9-13 {
    grid-column: 9/13;
  }
  .grid .span-10-13 {
    grid-column: 10/13;
  }
  .grid .sm\:align-center {
    align-self: center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid {
    --grid-cols: 12;
    display: grid;
    grid-template-columns: repeat(var(--grid-cols), 1fr);
    row-gap: 0;
  }
  .grid--8\/4 > :nth-child(odd) {
    grid-column: span 8;
  }
  .grid--8\/4 > :nth-child(2n+2) {
    grid-column: span 4;
  }
  .grid--10\/2 > :nth-child(odd) {
    grid-column: span 10;
  }
  .grid--10\/2 > :nth-child(2n+2) {
    grid-column: span 2;
  }
  .grid--teaser {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "textarea media";
    gap: 2rem;
  }
  .grid--teaser-reversed {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "media textarea";
  }
  .sublayout .grid--teaser {
    grid-template-columns: 1fr 1fr;
  }
  .grid .row-start-1 {
    grid-row: 1;
  }
  .grid .span-1-4 {
    grid-column: 1/4;
  }
  .grid .span-1-5 {
    grid-column: 1/5;
  }
  .grid .span-1-6 {
    grid-column: 1/6;
  }
  .grid .span-1-7 {
    grid-column: 1/7;
  }
  .grid .span-1-8 {
    grid-column: 1/8;
  }
  .grid .span-1-9 {
    grid-column: 1/9;
  }
  .grid .span-1-10 {
    grid-column: 1/10;
  }
  .grid .span-1-13 {
    grid-column: 1/13;
  }
  .grid .span-2-12 {
    grid-column: 2/12;
  }
  .grid .span-3-11 {
    grid-column: 3/11;
  }
  .grid .span-4-10 {
    grid-column: 4/10;
  }
  .grid .span-5-9 {
    grid-column: 5/9;
  }
  .grid .span-5-13 {
    grid-column: 5/13;
  }
  .grid .span-6-13 {
    grid-column: 6/13;
  }
  .grid .span-7-13 {
    grid-column: 7/13;
  }
  .grid .span-8-13 {
    grid-column: 8/13;
  }
  .grid .span-9-13 {
    grid-column: 9/13;
  }
  .grid .span-10-13 {
    grid-column: 10/13;
  }
  .grid .sm\:align-center {
    align-self: center;
  }
}
@media (min-width: 67.5em) {
  .grid .md\:span-1-5 {
    grid-column: 1/5;
  }
  .grid .md\:span-7-13 {
    grid-column: 7/13;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid .md\:span-1-5 {
    grid-column: 1/5;
  }
  .grid .md\:span-7-13 {
    grid-column: 7/13;
  }
}
@media (min-width: 80em) {
  .grid .lg\:span-1-4 {
    grid-column: 1/4;
  }
  .grid .lg\:span-1-5 {
    grid-column: 1/5;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid .lg\:span-1-4 {
    grid-column: 1/4;
  }
  .grid .lg\:span-1-5 {
    grid-column: 1/5;
  }
}
.grid--dense {
  grid-auto-flow: dense;
}
@media (min-width: 37.5em) {
  .grid--dense > *:first-child {
    margin-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
  .grid--dense > *:nth-child(4n) {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--dense > *:first-child {
    margin-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
  .grid--dense > *:nth-child(4n) {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
}
.grid--row-gap {
  row-gap: 1rem;
}
.grid--row-gap-7 {
  row-gap: 2.5rem;
}
@media (min-width: 37.5em) {
  .grid--of-two {
    --grid-cols: 2;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--of-two {
    --grid-cols: 2;
  }
}
@media (min-width: 37.5em) {
  .grid--of-three {
    --grid-cols: 3;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--of-three {
    --grid-cols: 3;
  }
}
@media (min-width: 37.5em) {
  .grid--of-four {
    --grid-cols: 2;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--of-four {
    --grid-cols: 2;
  }
}
@media (min-width: 67.5em) {
  .grid--of-four {
    --grid-cols: 4;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--of-four {
    --grid-cols: 4;
  }
}
@media (min-width: 67.5em) {
  .grid--media-text {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "media text";
  }
  .grid--media-text--reversed {
    grid-template-areas: "text media";
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid--media-text {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "media text";
  }
  .grid--media-text--reversed {
    grid-template-areas: "text media";
  }
}
.grid--centered {
  align-items: center;
}
.grid--gap-7 {
  gap: 2.5rem;
}

.row-start-1 {
  grid-row-start: 1;
}

.grid-image-content {
  --grid-cols: 6;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 3.5rem;
}
@media (min-width: 67.5em) {
  .grid-image-content {
    --grid-cols: 12;
    row-gap: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid-image-content {
    --grid-cols: 12;
    row-gap: 0;
  }
}
.grid-image-content__media {
  border-radius: 1rem;
  overflow: hidden;
}
.grid-image-content__media--primary {
  position: relative;
  grid-column: 1/7;
  grid-row: 1/2;
  height: 430px;
}
@media (min-width: 67.5em) {
  .grid-image-content__media--primary {
    height: 100%;
  }
  .grid--reverse .grid-image-content__media--primary {
    grid-column: 7/span 6;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid-image-content__media--primary {
    height: 100%;
  }
  .grid--reverse .grid-image-content__media--primary {
    grid-column: 7/span 6;
  }
}
.grid-image-content__media--secondary {
  grid-row: 1/2;
  align-self: flex-end;
  border: 8px solid white;
  border-radius: 1rem;
  height: 310px;
  z-index: 2;
}
@media (min-width: none) {
  .grid-image-content__media--secondary {
    grid-column: 4/7;
    height: 200px;
  }
}
@media (max-width: 67.49em) {
  .grid-image-content__media--secondary {
    grid-column: 4/7;
    height: 200px;
  }
}
@media (min-width: 67.5em) {
  .grid-image-content__media--secondary {
    grid-column: 4/span 3;
    margin-right: 1.5rem;
  }
  .grid--reverse .grid-image-content__media--secondary {
    grid-column-start: 7;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid-image-content__media--secondary {
    grid-column: 4/span 3;
    margin-right: 1.5rem;
  }
  .grid--reverse .grid-image-content__media--secondary {
    grid-column-start: 7;
  }
}
.theme--medium .grid-image-content__media--secondary {
  border-color: #F8F7F9;
}
.theme--dark .grid-image-content__media--secondary {
  border-color: #111111;
}
.grid-image-content__media--push {
  grid-column: 1/6;
  margin-bottom: clamp(6rem, 1.667vw + 5.667rem, 7rem);
}
@media (min-width: 67.5em) {
  .grid-image-content__media--push {
    height: calc(100% - clamp(6rem, 1.667vw + 5.667rem, 7rem));
  }
  .grid--reverse .grid-image-content__media--push {
    grid-column: 8/span 5;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid-image-content__media--push {
    height: calc(100% - clamp(6rem, 1.667vw + 5.667rem, 7rem));
  }
  .grid--reverse .grid-image-content__media--push {
    grid-column: 8/span 5;
  }
}
.grid-image-content__text {
  grid-row-start: 2;
  grid-column: 1/7;
}
@media (min-width: 67.5em) {
  .grid-image-content__text {
    display: grid;
    place-items: center;
    grid-row-start: 1;
    grid-column: 8/span 5;
    padding: 2.25rem 0;
  }
  .grid--reverse .grid-image-content__text {
    grid-column: 1/span 5;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .grid-image-content__text {
    display: grid;
    place-items: center;
    grid-row-start: 1;
    grid-column: 8/span 5;
    padding: 2.25rem 0;
  }
  .grid--reverse .grid-image-content__text {
    grid-column: 1/span 5;
  }
}

.logo-block-grid {
  --grid-cols: 3;
}
@media (min-width: 37.5em) {
  .logo-block-grid {
    --grid-cols: 4;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .logo-block-grid {
    --grid-cols: 4;
  }
}

.sticky-grid {
  gap: clamp(5rem, 1.667vw + 4.667rem, 6rem);
}
@media (min-width: 37.5em) {
  .sticky-grid {
    gap: 1rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-grid {
    gap: 1rem;
  }
}
@media (min-width: 67.5em) {
  .sticky-grid__column {
    display: flex;
    align-items: center;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-grid__column {
    display: flex;
    align-items: center;
  }
}
.sticky-grid__cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 67.5em) {
  .sticky-grid__cards {
    flex-direction: row;
    justify-content: end;
  }
  .sticky-grid__cards > *:first-child {
    margin-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
  .sticky-grid__cards > *:nth-child(4n) {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
  .sticky-grid__cards[data-cards-count="5"] > *:last-child, .sticky-grid__cards[data-cards-count="7"] > *:last-child, .sticky-grid__cards[data-cards-count="9"] > *:last-child {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-grid__cards {
    flex-direction: row;
    justify-content: end;
  }
  .sticky-grid__cards > *:first-child {
    margin-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
  .sticky-grid__cards > *:nth-child(4n) {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
  .sticky-grid__cards[data-cards-count="5"] > *:last-child, .sticky-grid__cards[data-cards-count="7"] > *:last-child, .sticky-grid__cards[data-cards-count="9"] > *:last-child {
    margin-top: calc(-1 * clamp(6rem, 3.333vw + 5.333rem, 8rem));
  }
}

@media (min-width: 37.5em) {
  .latest-articles-grid {
    --grid-cols: 2;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .latest-articles-grid {
    --grid-cols: 2;
  }
}
@media (min-width: 67.5em) {
  .latest-articles-grid {
    --grid-cols: 3;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .latest-articles-grid {
    --grid-cols: 3;
  }
}

.article-listing-cards {
  gap: 2.5rem;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2147483646;
  transform: translateY(0);
  transition: transform 0.5s ease;
  background-color: transparent;
  will-change: transform;
}
.nav--is-open .site-header {
  background-color: white;
  color: #111111;
}
.site-header__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 0.75rem 0;
}
@media (min-width: none) {
  .nav--is-open .site-header__content:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background-color: white;
    z-index: 1;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .nav--is-open .site-header__content:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 84px;
    background-color: white;
    z-index: 1;
  }
}
@media (min-width: 37.5em) {
  .site-header__content {
    padding: 1.5rem 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .site-header__content {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1280px) {
  .site-header__content {
    justify-content: start;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .site-header__content {
    justify-content: start;
  }
}
@media (min-width: 1280px) {
  .site-header__action {
    position: relative;
    margin-left: auto;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .site-header__action {
    position: relative;
    margin-left: auto;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
  }
}
.nav--show-booking .site-header__action, .nav--scrolling-up .site-header__action, .nav--scrolling .site-header__action, .site-nav-visible .site-header__action {
  pointer-events: auto;
  opacity: 1;
}
.nav--hide-booking.nav--hidden .site-header__action {
  transition: opacity 0s linear 0.5s;
}
.nav--hidden .site-header, .nav--scrolling .site-header {
  transform: translateY(calc(-100% - 1.5rem));
  transition: transform 0.5s ease, background-color 0s ease 0.5s;
}
.nav--scrolling-up .site-header {
  background-color: white;
  color: #111111;
  transition: transform 0.5s ease, background-color 0.25s ease;
}
@media (min-width: 1280px) {
  .site-nav-visible .site-header {
    background-color: transparent;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .site-nav-visible .site-header {
    background-color: transparent;
  }
}

.footer {
  position: relative;
  background-color: #111111;
  padding: clamp(3.5rem, 0.833vw + 3.333rem, 4rem) 0;
  color: white;
}
.footer form {
  padding: 0;
}
.footer-flow-space > * + * {
  margin-block-start: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
}
@media (min-width: 80em) {
  .footer-flow-space > * + * {
    margin-block-start: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer-flow-space > * + * {
    margin-block-start: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  }
}
@media (min-width: none) {
  .footer__links {
    gap: 3rem;
  }
}
@media (max-width: 37.49em) {
  .footer__links {
    gap: 3rem;
  }
}
@media (min-width: 37.5em) {
  .footer__links {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer__links {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    row-gap: 1rem;
  }
}
.footer__links-col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__links-col-parent {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.footer__links-col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 37.5em) {
  .footer__links-col:nth-child(-n+3) {
    grid-row: 1/3;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer__links-col:nth-child(-n+3) {
    grid-row: 1/3;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5em) {
  .footer__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__info--end {
    align-items: end;
    justify-content: end;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__info--end {
    align-items: end;
    justify-content: end;
  }
}
.footer__inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1rem;
}
.footer__copyright {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.footer-link {
  font-weight: 300;
  color: inherit;
  text-decoration: none;
}

.footer-reveal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: white;
  padding: 0.75rem 1rem;
  color: #111111;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 10;
}
.nav--hidden .footer-reveal, .nav--is-open .footer-reveal {
  transform: translateY(0);
}
@media (min-width: 1280px) {
  .footer-reveal {
    display: none;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .footer-reveal {
    display: none;
  }
}

.section-flow {
  margin: clamp(6rem, 3.333vw + 5.333rem, 8rem) 0;
}
.section-flow--collapse {
  margin: 0;
}
.section-flow[class*=theme]:not(.hero, .hero-banner) {
  margin: 0;
  padding-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  padding-bottom: clamp(6rem, 3.333vw + 5.333rem, 8rem);
}
.hero + .section-flow.theme--white {
  padding-top: 0;
}

.section-takeover {
  position: relative;
  display: flex;
  align-items: center;
  height: 100dvh;
  width: 100vw;
  margin: 0;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.section-takeover__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}

.section-theme--pad {
  margin: 0;
  padding-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
  padding-bottom: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
}

.section-theme--mask {
  position: relative;
  width: 100%;
}
.section-theme--mask:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: white;
}

.section-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%) top right/50% 50% no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (min-width: 37.5em) {
  .sticky-block {
    position: sticky;
    top: 10rem;
    transition: top 0.5s ease;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-block {
    position: sticky;
    top: 10rem;
    transition: top 0.5s ease;
  }
}
@media (min-width: 67.5em) {
  .sticky-block {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-block {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 37.5em) {
  .sticky-block.anchor-dropdown-wrapper {
    top: 2rem;
    transform: none;
  }
  .nav--scrolling-up .sticky-block.anchor-dropdown-wrapper {
    top: 10rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .sticky-block.anchor-dropdown-wrapper {
    top: 2rem;
    transform: none;
  }
  .nav--scrolling-up .sticky-block.anchor-dropdown-wrapper {
    top: 10rem;
  }
}

.articles-hub-cta {
  margin-top: 1rem;
}
@media (min-width: 37.5em) {
  .articles-hub-cta {
    justify-self: end;
    align-self: center;
    margin: 0;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .articles-hub-cta {
    justify-self: end;
    align-self: center;
    margin: 0;
  }
}

.article-preview-content > * + * {
  margin-block-start: 1.5rem;
}
.stacked-article .article-preview-content > * + * {
  margin-block-start: 0.75rem;
}
.article-preview-content__flow {
  margin-block-end: 2.5rem;
}
.article-preview-content__flow > * + * {
  margin-block-start: 0.75rem;
}
@media (min-width: 37.5em) {
  .article-preview-content__flow > * + * {
    margin-block-start: 1.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .article-preview-content__flow > * + * {
    margin-block-start: 1.5rem;
  }
}
.stacked-article .article-preview-content, .card--hub-related .article-preview-content {
  flex: 1;
}

.article-post {
  margin-top: 2rem;
}
@media (min-width: 37.5em) {
  .article-post {
    margin-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .article-post {
    margin-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
  }
}

.article-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
  text-align: center;
}
.article-header--pad {
  padding-bottom: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
}

.article-filters {
  max-width: 532px;
  margin: 0 auto;
  border: 1px solid #EDEBF2;
  border-radius: 1.5rem;
}
.article-filters__dropdowns {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  padding: 0.5rem;
}
@media (min-width: 37.5em) {
  .article-filters__dropdowns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .article-filters__dropdowns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.article-meta__tags {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.article-title {
  line-height: 120% !important;
}

.article-featured-image {
  height: 500px;
  border-radius: 1rem;
  overflow: hidden;
}

.article-body {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 37.5em) {
  .top-articles {
    --grid-cols: 2;
    column-gap: 3.5rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .top-articles {
    --grid-cols: 2;
    column-gap: 3.5rem;
    row-gap: 2.5rem;
  }
}

.stacked-articles {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.featured-content-label {
  position: absolute;
  top: -20px;
  left: 3rem;
  display: flex;
  padding: 0.5rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.5rem;
  background: white;
  font-size: 1rem;
  font-weight: 600;
}

.related-article-snippet {
  position: relative;
  padding: 2rem 0 1.75rem;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.related-article-snippet__label {
  position: absolute;
  top: -12px;
  left: 0;
  background-color: white;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.28px;
}

.booking-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  gap: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #EDEBF2;
}
.booking-panel--highlight {
  background-color: #F8F7F9;
}
.booking-panel__inner {
  max-width: 340px;
  text-align: center;
}
.booking-panel__form {
  position: relative;
  padding: 0;
  text-align: center;
}
.booking-panel__form-input {
  background-color: white;
  width: 100%;
}

.autocomplete {
  position: relative;
  max-width: 100%;
}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
}

.autocomplete-list li {
  padding: 0.5rem;
  cursor: pointer;
}

.autocomplete-list li:hover,
.autocomplete-list li[aria-selected=true] {
  background: #f0f0f0;
}

.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 3.5rem 3rem;
  background-color: #EBFF55;
  border-radius: 1rem;
  text-align: center;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
}
.hero--fluid {
  min-height: auto;
}
.hero--theme .hero__inner {
  padding-top: 80px;
}
.hero--centered, .hero--image {
  padding-top: clamp(5rem, 1.667vw + 4.667rem, 6rem);
}
@media (min-width: 37.5em) {
  .hero {
    padding-top: 110px;
  }
  .hero--fluid:not(.hero--centered) {
    padding-top: 0;
  }
  .hero--theme {
    padding: 0;
  }
  .hero__inner {
    width: 100%;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .hero {
    padding-top: 110px;
  }
  .hero--fluid:not(.hero--centered) {
    padding-top: 0;
  }
  .hero--theme {
    padding: 0;
  }
  .hero__inner {
    width: 100%;
  }
}
.hero__content-pad {
  padding: 2rem 0;
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100dvh;
  width: 100vw;
  overflow: hidden;
  padding-top: 84px;
}
@media (min-width: none) {
  .hero-banner {
    justify-content: center;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .hero-banner {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .hero-banner {
    padding-top: 110px;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .hero-banner {
    padding-top: 110px;
  }
}
.hero-banner__wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
}
.hero-banner__content {
  text-align: center;
}
@media (min-width: 37.5em) {
  .hero-banner__content {
    grid-column: 2/12;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .hero-banner__content {
    grid-column: 2/12;
  }
}
@media (min-width: 80em) {
  .hero-banner__content {
    grid-column: 1/10;
    text-align: left;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .hero-banner__content {
    grid-column: 1/10;
    text-align: left;
  }
}
.hero-banner__title {
  font-size: clamp(3.25rem, 10vw - 0.5rem, 7.5rem);
}
.hero-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner__media:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 1;
}
.hero-banner__image {
  width: 100%;
  height: 100%;
}
.hero-banner__video {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.hero-banner__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.image-hero-clipped {
  overflow: hidden;
  height: 534px;
}

.clipped-hero {
  clip-path: path("M0 24C0 10.7452 10.7452 0 24 0H434.001C447.256 0 458.001 10.7452 458.001 24V448C458.001 461.255 447.256 472 434.001 472H423.68C410.425 472 399.68 482.745 399.68 496V510.515C399.68 523.77 388.935 534.515 375.68 534.515H24C10.7452 534.515 0 523.77 0 510.515V24Z");
}

.hero-basic {
  padding-top: 110px;
}

.product-carousel__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: #F8F7F9;
  border-radius: 1.5rem;
  padding: 1rem 1rem 100px;
}
@media (min-width: 67.5em) {
  .product-carousel__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
    align-items: center;
    padding: clamp(1rem, 8.333vw - 0.667rem, 6rem) clamp(1rem, 5.714vw - 0.143rem, 5rem);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
    align-items: center;
    padding: clamp(1rem, 8.333vw - 0.667rem, 6rem) clamp(1rem, 5.714vw - 0.143rem, 5rem);
  }
}
.product-carousel__image {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 363px;
}
@media (min-width: 67.5em) {
  .product-carousel__image {
    height: 580px;
    width: auto;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel__image {
    height: 580px;
    width: auto;
  }
}
.product-carousel__faux-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: none;
  justify-content: space-between;
  z-index: 1;
}
.swiper-slide-active .product-carousel__faux-controls {
  display: none;
}
@media (min-width: 37.5em) {
  .product-carousel__faux-controls {
    display: flex;
    padding: 0 calc(5.6vw - 87px);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel__faux-controls {
    display: flex;
    padding: 0 calc(5.6vw - 87px);
  }
}
@media (min-width: 67.5em) {
  .product-carousel__faux-controls {
    padding: 0 calc(10.1vw - 87px);
  }
}
@media (max-width: calc(none - 0.01em)) {
  .product-carousel__faux-controls {
    padding: 0 calc(10.1vw - 87px);
  }
}
.sector-cards {
  overflow: hidden;
}
@media (min-width: none) {
  .sector-cards__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 37.49em) {
  .sector-cards__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.hero--fluid + .sector-cards {
  margin-top: 0 !important;
}

.video-embed {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #111111;
}
.video-embed__media, .video-embed__poster, .video-embed__play {
  position: absolute;
  inset: 0;
}
.video-embed__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.35s ease;
}
.video-embed__play {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.video-embed__play:hover .video-embed__icon::after {
  transform: scale(1.05);
}
.video-embed__play:focus-visible {
  outline: none;
}
.video-embed__play:focus-visible .video-embed__icon::after {
  border-color: #CAA638;
}
.video-embed__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  color: white;
  background: #111111;
}
.video-embed__icon svg {
  position: relative;
  margin-left: 0.5rem;
  z-index: 1;
}
.video-embed__icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1);
  border-radius: inherit;
  background-color: #111111;
  transition: transform 0.3s linear;
}
.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-embed.is-playing .video-embed__poster, .video-embed.is-playing .video-embed__play {
  opacity: 0;
  pointer-events: none;
}

.black-90 {
  color: #252525;
}
.theme--dark .black-90 {
  color: inherit !important;
}

.black-20 {
  color: #C8C8C8;
}

.curve-left {
  position: absolute;
  top: -32px;
  left: -1px;
  width: 32px;
  height: 32px;
  background: white;
  overflow: hidden;
}
.curve-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 32px;
  border-radius: 0 0 64px 64px;
  background-color: #F8F7F9;
  z-index: 1;
}
.curve-left--bottom {
  top: 32px;
  left: auto;
  right: -32px;
}

.curve-right {
  position: absolute;
  top: -32px;
  right: -1px;
  width: 32px;
  height: 32px;
  background: white;
  overflow: hidden;
}
.curve-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 64px;
  height: 32px;
  border-radius: 0 0 64px 64px;
  background-color: #F8F7F9;
  z-index: 1;
}
.curve-right--bottom {
  top: 32px;
  right: 62px;
}
.hero-banner .curve-right, .hero .curve-right, .footer .curve-right {
  top: -32px;
  right: -1px;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  background: white;
  -webkit-mask: radial-gradient(circle 64px at top left, transparent 50%, white 50%);
  mask: radial-gradient(circle 64px at top left, transparent 50%, white 50%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.hero-banner .curve-right--bottom, .hero .curve-right--bottom, .footer .curve-right--bottom {
  top: 32px;
  right: 62px;
}
.hero-banner .curve-right:after, .hero .curve-right:after, .footer .curve-right:after {
  content: none;
}

.flow-xs > * + * {
  margin-block-start: 0.5rem;
}

.flow-minus-1 > * + * {
  margin-block-start: 0.75rem;
}

.flow > * + * {
  margin-block-start: 1rem;
}

.flow-m > * + * {
  margin-block-start: 1.5rem;
}

.flow-l > * + * {
  margin-block-start: 2rem;
}

.flow-xl > * + * {
  margin-block-start: 2.5rem;
}

.flow-xxl > * + * {
  margin-block-start: 3.5rem;
}

.flow-space-1 > * + * {
  margin-block-start: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
}

.flow-space-2 > * + * {
  margin-block-start: clamp(4rem, 0.833vw + 3.833rem, 4.5rem);
}

.flow-space-3 > * + * {
  margin-block-start: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
}

.flow-space-4 > * + * {
  margin-block-start: clamp(5rem, 1.667vw + 4.667rem, 6rem);
}

.flow-space-5 > * + * {
  margin-block-start: clamp(6rem, 1.667vw + 5.667rem, 7rem);
}

.flow-space-6 > * + * {
  margin-block-start: clamp(6rem, 3.333vw + 5.333rem, 8rem);
}

.flow-space-top-2 {
  margin-block-start: clamp(4rem, 0.833vw + 3.833rem, 4.5rem);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pad-8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-space-1 {
  padding-top: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
  padding-bottom: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
}

.pad-space-4 {
  padding-top: clamp(5rem, 1.667vw + 4.667rem, 6rem);
  padding-bottom: clamp(5rem, 1.667vw + 4.667rem, 6rem);
}

.push-space-3 {
  margin-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem) !important;
}

.block-spacing-1 {
  padding-top: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
  padding-bottom: clamp(3.5rem, 0.833vw + 3.333rem, 4rem);
}

.block-spacing-2 {
  padding-top: clamp(4rem, 0.833vw + 3.833rem, 4.5rem);
  padding-bottom: clamp(4rem, 0.833vw + 3.833rem, 4.5rem);
}

.block-spacing-3 {
  padding-top: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
  padding-bottom: clamp(4.5rem, 0.833vw + 4.333rem, 5rem);
}

.block-spacing-4 {
  padding-top: clamp(5rem, 1.667vw + 4.667rem, 6rem);
  padding-bottom: clamp(5rem, 1.667vw + 4.667rem, 6rem);
}

.block-spacing-5 {
  padding-top: clamp(6rem, 1.667vw + 5.667rem, 7rem);
  padding-bottom: clamp(6rem, 1.667vw + 5.667rem, 7rem);
}

.block-spacing-6 {
  padding-top: clamp(6rem, 3.333vw + 5.333rem, 8rem);
  padding-bottom: clamp(6rem, 3.333vw + 5.333rem, 8rem);
}

.block-spacing-7 {
  padding-top: clamp(6rem, 15vw + 3rem, 15rem);
  padding-bottom: clamp(6rem, 15vw + 3rem, 15rem);
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-t-1 {
  margin-top: 0.25rem !important;
}

.m-b-1 {
  margin-bottom: 0.25rem !important;
}

.m-l-1 {
  margin-left: 0.25rem !important;
}

.m-r-1 {
  margin-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-t-2 {
  margin-top: 0.5rem !important;
}

.m-b-2 {
  margin-bottom: 0.5rem !important;
}

.m-l-2 {
  margin-left: 0.5rem !important;
}

.m-r-2 {
  margin-right: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-t-3 {
  margin-top: 0.75rem !important;
}

.m-b-3 {
  margin-bottom: 0.75rem !important;
}

.m-l-3 {
  margin-left: 0.75rem !important;
}

.m-r-3 {
  margin-right: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-t-4 {
  margin-top: 1rem !important;
}

.m-b-4 {
  margin-bottom: 1rem !important;
}

.m-l-4 {
  margin-left: 1rem !important;
}

.m-r-4 {
  margin-right: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.m-t-5 {
  margin-top: 1.5rem !important;
}

.m-b-5 {
  margin-bottom: 1.5rem !important;
}

.m-l-5 {
  margin-left: 1.5rem !important;
}

.m-r-5 {
  margin-right: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.m-t-6 {
  margin-top: 2rem !important;
}

.m-b-6 {
  margin-bottom: 2rem !important;
}

.m-l-6 {
  margin-left: 2rem !important;
}

.m-r-6 {
  margin-right: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.m-t-7 {
  margin-top: 2.5rem !important;
}

.m-b-7 {
  margin-bottom: 2.5rem !important;
}

.m-l-7 {
  margin-left: 2.5rem !important;
}

.m-r-7 {
  margin-right: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.m-t-8 {
  margin-top: 3rem !important;
}

.m-b-8 {
  margin-bottom: 3rem !important;
}

.m-l-8 {
  margin-left: 3rem !important;
}

.m-r-8 {
  margin-right: 3rem !important;
}

.m-9 {
  margin: 3.5rem !important;
}

.m-t-9 {
  margin-top: 3.5rem !important;
}

.m-b-9 {
  margin-bottom: 3.5rem !important;
}

.m-l-9 {
  margin-left: 3.5rem !important;
}

.m-r-9 {
  margin-right: 3.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-t-1 {
  padding-top: 0.25rem !important;
}

.p-b-1 {
  padding-bottom: 0.25rem !important;
}

.p-l-1 {
  padding-left: 0.25rem !important;
}

.p-r-1 {
  padding-right: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-t-2 {
  padding-top: 0.5rem !important;
}

.p-b-2 {
  padding-bottom: 0.5rem !important;
}

.p-l-2 {
  padding-left: 0.5rem !important;
}

.p-r-2 {
  padding-right: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-t-3 {
  padding-top: 0.75rem !important;
}

.p-b-3 {
  padding-bottom: 0.75rem !important;
}

.p-l-3 {
  padding-left: 0.75rem !important;
}

.p-r-3 {
  padding-right: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-t-4 {
  padding-top: 1rem !important;
}

.p-b-4 {
  padding-bottom: 1rem !important;
}

.p-l-4 {
  padding-left: 1rem !important;
}

.p-r-4 {
  padding-right: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.p-t-5 {
  padding-top: 1.5rem !important;
}

.p-b-5 {
  padding-bottom: 1.5rem !important;
}

.p-l-5 {
  padding-left: 1.5rem !important;
}

.p-r-5 {
  padding-right: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.p-t-6 {
  padding-top: 2rem !important;
}

.p-b-6 {
  padding-bottom: 2rem !important;
}

.p-l-6 {
  padding-left: 2rem !important;
}

.p-r-6 {
  padding-right: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.p-t-7 {
  padding-top: 2.5rem !important;
}

.p-b-7 {
  padding-bottom: 2.5rem !important;
}

.p-l-7 {
  padding-left: 2.5rem !important;
}

.p-r-7 {
  padding-right: 2.5rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.p-t-8 {
  padding-top: 3rem !important;
}

.p-b-8 {
  padding-bottom: 3rem !important;
}

.p-l-8 {
  padding-left: 3rem !important;
}

.p-r-8 {
  padding-right: 3rem !important;
}

.p-9 {
  padding: 3.5rem !important;
}

.p-t-9 {
  padding-top: 3.5rem !important;
}

.p-b-9 {
  padding-bottom: 3.5rem !important;
}

.p-l-9 {
  padding-left: 3.5rem !important;
}

.p-r-9 {
  padding-right: 3.5rem !important;
}

.heading-scale-1 {
  font-size: clamp(4rem, 6.451vw + 2.34rem, 7.5rem);
  line-height: 1.1;
}

.heading-scale-2 {
  font-size: clamp(3rem, 4.608vw + 1.813rem, 5rem);
  line-height: 1.1;
}

.heading-scale-3 {
  font-size: clamp(3rem, 2.304vw + 2.407rem, 4rem);
  line-height: 1.1;
}

.heading-scale-4 {
  font-size: clamp(2.75rem, 1.728vw + 2.305rem, 3.5rem);
  line-height: 1.1;
}

.heading-scale-5 {
  font-size: clamp(2.5rem, 1.296vw + 2.167rem, 3.125rem);
  line-height: 1.1;
}

.heading-scale-6 {
  font-size: clamp(2.25rem, 1.037vw + 2.008rem, 2.75rem);
  line-height: 1.1;
}

.heading-scale-7 {
  font-size: clamp(1.5rem, 0.518vw + 1.366rem, 1.75rem);
  line-height: 1.1;
}

.heading-scale-8 {
  font-size: clamp(1.375rem, 0.259vw + 1.308rem, 1.5rem);
  line-height: 1.1;
}

.heading-scale-giant {
  font-size: clamp(8.75rem, 4.167vw + 7.917rem, 11.25rem);
  line-height: 1.1;
}

.text-scale-xxs {
  font-size: 0.75rem;
}

.text-scale-xs {
  font-size: 0.875rem;
}

.text-scale-base {
  font-size: 1rem;
}

.text-scale-s {
  font-size: 1.125rem;
}

.text-scale-m {
  font-size: 1.25rem;
}

.text-scale-l {
  font-size: 1.5rem;
}

.text-scale-xl {
  font-size: 1.75rem;
}

.text-scale-button {
  font-size: 0.938rem;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.font-family-text {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.text-body-large {
  font-size: 1.125rem;
}
@media (min-width: 37.5em) {
  .text-body-large {
    font-size: 1.25rem;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .text-body-large {
    font-size: 1.25rem;
  }
}

.text-centered {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: none) {
  .max-nav-break\:text-center {
    text-align: center;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .max-nav-break\:text-center {
    text-align: center;
  }
}

.text-kern {
  letter-spacing: 1.28px;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (min-width: none) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: calc(1280px - 0.01em)) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: none) {
  .hide-to-small {
    display: none;
  }
}
@media (max-width: 37.49em) {
  .hide-to-small {
    display: none;
  }
}

@media (min-width: none) {
  .hide-to-medium {
    display: none;
  }
}
@media (max-width: 67.49em) {
  .hide-to-medium {
    display: none;
  }
}

@media (min-width: 1280px) {
  .show-on-mobile {
    display: none;
  }
}
@media (max-width: calc(none - 0.01em)) {
  .show-on-mobile {
    display: none;
  }
}

.hidden, [hidden] {
  display: none !important;
}

.raised-content {
  position: relative;
  z-index: 1;
}

.relative {
  position: relative;
}

.toggle-link__target:not(.toggle-link__target--visible) {
  display: none;
}

.max-width-s {
  max-width: 500px;
}

.max-width-560 {
  max-width: 560px;
}

.max-width-600 {
  max-width: 600px;
}

.width-full {
  width: 100%;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body .development-elements {
  border: 2px solid #111111;
}
body .development-elements__panel {
  padding: 1.5rem;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*# sourceMappingURL=main.css.map */