@charset "UTF-8";
/*!
Theme Name: OPUS
Theme URI: https://operaticagency.com/
Author: Operatic
Author URI: https://operaticagency.com/
Text Domain: Operatic
Version: 1.0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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: default;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, video {
  display: block;
}

ul, ol {
  padding-left: 0;
  padding-left: 1em;
  margin: 0;
}
ul li, ol li {
  margin-bottom: 5px !important;
}

:root {
  --font-family-title: 'Lato', sans-serif;
  --font-family-body: 'Roboto', sans-serif;
  --color-primary: #E36076;
  --color-secondary: #BC1664;
  --color-accent: #4471DA;
  --color-accent-light: #EDEDED;
  --color-accent-dark: #1B2F55;
  --color-neutral-dark: #2C2A29;
  --color-neutral-light: #FFFFFF;
  --color-lightgrey: #f6f6f6;
  --color-grey: #CAD0DE;
  --color-darkgrey: #737373;
  --color-success: #1CBD03;
  --color-warning: #FBBF24;
  --color-error: #D70321;
  --color-info: #3B82F6;
}

.bg-primary {
  background: black;
}

.bg-secondary {
  background: black;
}

.bg-tertiary {
  background: black;
}

.bg-quaternary {
  background: black;
}

.bg-quinary {
  background: black;
}

html body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  position: relative;
  margin-block: 64px;
  container-type: inline-size;
}
section .section-inner {
  width: 100%;
  max-width: 1512px;
  padding-inline: 40px;
  margin: auto;
  box-sizing: border-box;
}
section .section-inner.block-padding {
  padding-block: 24px;
}
@media only screen and (max-width: 768px) {
  section {
    margin-block: 40px;
  }
  section .section-inner {
    padding-inline: 24px;
  }
  section .section-inner.block-padding {
    padding-block: 40px;
  }
}

.rich-text > *:first-child {
  margin-top: 0;
}
.rich-text > *:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.align-stretch > * {
  flex: 1;
  align-self: stretch;
}
.flex.justify-start {
  justify-content: flex-start;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.column {
  flex-direction: column;
}
.flex.column > * {
  width: 100%;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.no-gap {
  gap: 0;
}
.flex.tiny-gap {
  gap: 2px;
}
.flex.small-gap {
  gap: 8px;
}
.flex.medium-gap {
  gap: 16px;
}
.flex.large-gap {
  gap: 40px;
}
.flex .flex-1 {
  flex: 1;
  height: auto;
}

.grid {
  display: grid;
  align-items: stretch;
  gap: 24px;
}
.grid.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1024px) {
  .grid.cols-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .grid.cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .grid.cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 512px) {
  .grid.cols-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

body {
  font-family: var(--font-family-body);
  font-size: 16px;
  color: var(--color-neutral-dark);
  font-weight: 400;
  line-height: 1.4em;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 16px;
}

.text-lg {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
}

.eyebrow {
  font-size: 20px;
  font-family: var(--font-family-body);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.eyebrow.small {
  font-size: 32px;
}

h1, h2, h3, h4, h5,
.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs {
  font-family: var(--font-family-title);
  font-weight: 500;
  margin: 0;
  line-height: 1.1em;
}

h1, .heading-xl {
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  h1, .heading-xl {
    font-size: 48px;
  }
}

h2, .heading-lg {
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  h2, .heading-lg {
    font-size: 33px;
  }
}

h3, .heading-md {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  h3, .heading-md {
    font-size: 30px;
  }
}

h4, .heading-sm {
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  h4, .heading-sm {
    font-size: 24px;
  }
}

h5, .heading-xs {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  h5, .heading-xs {
    font-size: 18px;
  }
}

.btn {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--color-neutral-light);
  background: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: max-content;
  width: 100%;
  text-decoration: none;
  padding: 8px 16px;
  transition: 0.1s;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  border: 1px solid var(--color-primary);
}
.btn.include-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("/wp-content/themes/operatic/images/icons/arrow.svg");
  background-size: 100% 100%;
  transition: ease-in 0.1s;
  transform-origin: center center;
}
.btn:hover {
  filter: brightness(1.1);
}
.btn:hover::before {
  transition: inset 0.5s, opacity 0.5s;
  inset: -20px;
  opacity: 0;
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1) translate(2px, -2px);
}

.link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: max-content;
  width: 100%;
  text-decoration: none;
  transition: 0.1s;
}
.link.include-arrow::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--color-primary);
  -webkit-mask-image: url("/wp-content/themes/operatic/images/icons/arrow.svg");
  mask-image: url("/wp-content/themes/operatic/images/icons/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: ease-in 0.1s;
  transform-origin: center center;
  display: inline-block;
}
.link:hover {
  text-decoration: underline;
}
.link:hover::after {
  transform: rotate(45deg) scale(1.1) translate(2px, -2px);
}

.nav-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--color-neutral-light);
  text-decoration: none;
  cursor: pointer;
}
.nav-link.large {
  font-size: 16px;
}
.nav-link.dark {
  color: var(--color-neutral-dark);
}
.nav-link:hover {
  opacity: 0.8;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.form-group label {
  text-align: left;
}
.form-group.disabled {
  opacity: 0.4;
  pointer-events: none;
}

label, .label {
  color: var(--color-darkgrey);
  font-weight: 500;
  font-size: 14px;
}

input, textarea, select, .select {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  border: 1px solid var(--color-grey);
  border-radius: 8px;
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-black);
  resize: vertical;
  font-weight: 500;
}
input:focus, textarea:focus, select:focus, .select:focus {
  outline: none;
  border-color: var(--color-darkgrey);
}
input:disabled, input.disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled, .select:disabled, .select.disabled {
  background-color: var(--color-lightgrey);
  cursor: not-allowed;
}
input.error, textarea.error, select.error, .select.error {
  border-color: var(--color-error);
  outline: 1px solid var(--color-error);
}
input::placeholder, textarea::placeholder, select::placeholder, .select::placeholder {
  color: var(--color-grey);
}
input.compact, textarea.compact, select.compact, .select.compact {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1em;
}

select {
  cursor: pointer;
}

textarea.form-control {
  resize: vertical;
  min-height: 200px;
}

.error-message {
  padding: 24px 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-error);
  text-align: center;
}
.error-message::before {
  content: "*";
}
.error-message::after {
  content: "*";
}

.success-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 8px;
  border-radius: 8px;
  background: var(--color-white);
  background: color-mix(in srgb, var(--color-success) 10%, transparent);
  color: var(--color-success);
  border: 1px solid var(--color-success);
  max-width: 100%;
  justify-content: center;
}
.success-message .success-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid var(--color-success);
}
.success-message .success-icon-container img {
  width: 14px;
}

.info-message {
  padding: 24px 8px;
  border: 1px solid var(--color-info);
  border-radius: 8px;
  color: var(--color-white);
  color: var(--color-info);
  background: color-mix(in srgb, var(--color-info) 10%, transparent);
  max-width: 100%;
  text-align: center;
}

.empty-state {
  text-align: center;
  padding: 24px;
  color: var(--color-darkgrey);
  background: var(--color-lightgrey);
  border-radius: 8px;
}

.form-actions {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form-actions.end {
  justify-content: flex-end;
}

.wpcf7 {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wpcf7 .form-grid-2,
.wpcf7 .form-grid-3 {
  display: grid;
  gap: 24px;
}
.wpcf7 .form-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.wpcf7 .form-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.wpcf7 .form-radio-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.wpcf7 .form-radio-group legend {
  color: var(--color-primary);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 16px;
}
.wpcf7 .form-radio-group .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 16px;
}
.wpcf7 .form-radio-group .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.wpcf7 .form-radio-group .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-black);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.wpcf7 .form-radio-group .wpcf7-radio .wpcf7-list-item input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  margin: 0;
}
.wpcf7 label {
  display: block;
  width: 100%;
  color: var(--color-primary);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.wpcf7 label > .wpcf7-form-control-wrap,
.wpcf7 label > input,
.wpcf7 label > select,
.wpcf7 label > textarea {
  display: block;
  margin-top: 16px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid var(--color-black);
  border-radius: 0;
  box-sizing: border-box;
  transition: border-color 125ms ease-in-out;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: var(--color-primary);
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  color: var(--color-darkgrey);
}
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232c2a29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 44px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-black);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  margin: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .hp-field,
.wpcf7 .wpcf7-form-control-wrap.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wpcf7 .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.wpcf7 input[type=submit].filters-submit,
.wpcf7 input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  background: var(--color-primary);
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 125ms ease-in-out;
  min-height: 0;
  width: auto;
}
.wpcf7 input[type=submit].filters-submit:hover, .wpcf7 input[type=submit].filters-submit:focus-visible,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus-visible {
  background: var(--color-accent-dark);
  outline: none;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid currentColor;
  text-align: center;
  font-size: 16px;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: var(--color-error);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.wpcf7 .wpcf7-spinner {
  margin-left: 16px;
}

.fade-in {
  opacity: 0;
  transition: 1s;
  filter: blur(8px);
}
.fade-in.active {
  opacity: 1;
  filter: blur(0);
}

.fade-in-up {
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
  filter: blur(8px);
}
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.fade-in-down {
  opacity: 0;
  transition: 1s;
  transform: translateY(-100px);
  filter: blur(8px);
}
.fade-in-down.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.fade-in-left {
  opacity: 0;
  transition: 1s;
  transform: translateX(-500px);
  filter: blur(8px);
}
.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.fade-in-right {
  opacity: 0;
  transition: 1s;
  transform: translateX(500px);
  filter: blur(8px);
}
.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.cascade-in.animate .cascade-item, .cascade-in.animate .cascade-item-slow {
  opacity: 0;
  filter: blur(50px);
}
.cascade-in.animate.active .cascade-item, .cascade-in.animate.active .cascade-item-slow {
  animation-name: cascadeInAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes cascadeInAnimation {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.cascade-item:nth-child(2) {
  animation-delay: 0.2s;
}

.cascade-item-slow:nth-child(2) {
  animation-delay: 0.5s;
}

.cascade-item:nth-child(3) {
  animation-delay: 0.4s;
}

.cascade-item-slow:nth-child(3) {
  animation-delay: 1s;
}

.cascade-item:nth-child(4) {
  animation-delay: 0.6s;
}

.cascade-item-slow:nth-child(4) {
  animation-delay: 1.5s;
}

.cascade-item:nth-child(5) {
  animation-delay: 0.8s;
}

.cascade-item-slow:nth-child(5) {
  animation-delay: 2s;
}

.cascade-item:nth-child(6) {
  animation-delay: 1s;
}

.cascade-item-slow:nth-child(6) {
  animation-delay: 2.5s;
}

.cascade-item:nth-child(7) {
  animation-delay: 1.2s;
}

.cascade-item-slow:nth-child(7) {
  animation-delay: 3s;
}

.cascade-item:nth-child(8) {
  animation-delay: 1.4s;
}

.cascade-item-slow:nth-child(8) {
  animation-delay: 3.5s;
}

.cascade-item:nth-child(9) {
  animation-delay: 1.6s;
}

.cascade-item-slow:nth-child(9) {
  animation-delay: 4s;
}

.cascade-item:nth-child(10) {
  animation-delay: 1.8s;
}

.cascade-item-slow:nth-child(10) {
  animation-delay: 4.5s;
}

.cascade-item:nth-child(11) {
  animation-delay: 2s;
}

.cascade-item-slow:nth-child(11) {
  animation-delay: 5s;
}

.spin {
  transition: 1s;
  transform: rotate(0) scale(0);
  opacity: 0;
  filter: blur(30px);
}
.spin.active {
  transform: rotate(720deg) scale(1);
  opacity: 1;
  filter: blur(0);
}

.animate-count.animate .number {
  opacity: 0;
  transition: 3s;
}
.animate-count.animate.active .number {
  opacity: 1;
}

.animated-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.animated-text span:not(.word) {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
.corner-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: flex-end;
  margin-top: auto;
  padding: 16px;
  background: var(--corner-button-bg, transparent);
  color: var(--corner-button-color, var(--color-primary));
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 250ms ease-in-out, background-color 250ms ease-in-out, color 250ms ease-in-out;
}
.corner-button::before {
  content: "";
  position: absolute;
  top: -1px;
  right: calc(100% - 1px);
  height: calc(100% + 2px);
  aspect-ratio: 1/2;
  background: var(--corner-button-bg, transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.corner-button .corner-button-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: inherit;
}
.corner-button .corner-button-icon svg {
  width: 100%;
  height: 100%;
}
.corner-button .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-header .link-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-header .link-copy-wrap .rich-text {
  max-width: 900px;
}
@container (width > 768px) {
  .block-header {
    gap: 24px;
  }
  .block-header .link-copy-wrap {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
  }
  .block-header .link-copy-wrap .rich-text {
    flex: 1;
  }
}
.block-header.stacked .link-copy-wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.block-header--inline .block-header-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.block-header--inline .block-header-row-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--color-grey);
  padding-bottom: 16px;
  transition: border-color 250ms ease-in-out;
}
.brand-row .brand-row-logo {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-row .brand-row-logo img {
  max-height: 60px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-row .brand-row-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.brand-row:has(.brand-row-links .button:hover) {
  border-color: var(--color-primary);
}
.brand-row .brand-row-links .button:hover {
  color: var(--color-primary);
}
@container (width > 768px) {
  .brand-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .brand-row .brand-row-logo {
    flex: 1;
    justify-content: flex-start;
  }
  .brand-row .brand-row-links {
    flex: 1;
    align-items: flex-end;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .button {
    font-size: 14px;
  }
}
.button .button-label {
  color: inherit;
  white-space: nowrap;
}
.button .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: inherit;
  flex-shrink: 0;
}
.button .button-icon svg {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  transition: transform 250ms ease-in-out;
}
.button:hover .button-icon svg, .button:focus-visible .button-icon svg {
  transform: rotate(0deg);
}
.button--dark {
  color: var(--color-black);
}
.button--primary {
  color: var(--color-primary);
}
.button--filled {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 10px 20px;
}

.column-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.column-card .column-card-image {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.column-card .column-card-image .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-card .column-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}
.column-card .column-card-icon .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-card .column-card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@container (width > 768px) {
  .column-card.variant-sides {
    flex-direction: row;
    gap: 24px;
  }
  .column-card.variant-sides .column-card-image {
    flex: 1;
    max-width: 300px;
    height: auto;
    min-height: 220px;
  }
  .column-card.variant-sides .column-card-text {
    flex: 1;
  }
}

.list-row {
  border: 1px solid var(--color-grey);
  padding: 16px;
}
.list-row .list-row-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.list-row .list-row-image {
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.list-row .list-row-image .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-row .list-row-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-row .list-row-text .icon {
  width: 50px;
  height: 50px;
}
.list-row .list-row-text .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@container (width > 768px) {
  .list-row {
    padding: 24px;
  }
  .list-row .list-row-content {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
  .list-row .list-row-text {
    flex: 1;
    min-width: 350px;
    max-width: 500px;
  }
  .list-row .list-row-image {
    flex: 1;
  }
  .list-row .list-row-image {
    min-height: 268px;
  }
  .list-row:nth-child(even) .list-row-content {
    flex-direction: row-reverse;
  }
}

dialog.modal {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}
dialog.modal::backdrop {
  background: rgba(0, 0, 0, 0.85);
}
dialog.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-white);
  cursor: pointer;
  transition: color 250ms ease-in-out;
}
.modal-close:hover, .modal-close:focus-visible {
  color: var(--color-primary);
}
.modal-close svg {
  width: 14px;
  height: 14px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--color-white);
  cursor: pointer;
}
.service-card .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.service-card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.service-card .title {
  max-width: var(--service-title-max-width, none);
}
.service-card .icon {
  width: 50px;
  height: 50px;
}
.service-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-card .service-card-arrow {
  position: relative;
  align-self: flex-end;
  background: var(--color-white);
  color: var(--color-primary);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  transition: gap 250ms ease-in-out, padding-left 250ms ease-in-out, padding-right 250ms ease-in-out;
}
.service-card .service-card-arrow svg {
  flex-shrink: 0;
  transform: rotate(-45deg);
  transition: transform 250ms ease-in-out;
}
.service-card .service-card-arrow .service-card-arrow-label {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
  transition: max-width 250ms ease-in-out, opacity 250ms ease-in-out;
}
.service-card .service-card-arrow::before {
  content: "";
  position: absolute;
  top: 0px;
  right: calc(100% - 0.5px);
  height: calc(100% + 1px);
  aspect-ratio: 1/2;
  background: var(--color-white);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.service-card:hover .service-card-arrow svg {
  transform: rotate(0deg);
}
.service-card:hover .service-card-arrow {
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.service-card:hover .service-card-arrow .service-card-arrow-label {
  max-width: 200px;
  opacity: 1;
}

.stat-column {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 24px;
  border-left: 1px solid var(--color-grey);
}
.stat-column .stat-column-value {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-primary);
}
.stat-column .stat-column-description {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-black);
}

.tile-card {
  --tile-card-bg: var(--color-white);
  --tile-card-border: var(--color-grey);
  --tile-card-title-color: var(--color-black);
  --tile-card-button-color: var(--color-primary);
  --tile-card-button-bg: transparent;
  --tile-card-padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  min-height: 220px;
  padding: var(--tile-card-padding);
  text-decoration: none;
  background: var(--tile-card-bg);
  border: 1px solid var(--tile-card-border);
  color: var(--tile-card-title-color);
  transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out, background-color 250ms ease-in-out;
}
.tile-card:hover, .tile-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.tile-card:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.tile-card .tile-card-image {
  display: block;
  height: 50px;
  flex-shrink: 0;
}
.tile-card .tile-card-image img,
.tile-card .tile-card-image .tile-card-illustration {
  display: block;
  height: 50px;
  width: auto;
}
.tile-card .tile-card-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25em;
  color: var(--tile-card-title-color);
}
.tile-card .tile-card-button {
  --corner-button-bg: var(--tile-card-button-bg);
  --corner-button-color: var(--tile-card-button-color);
  margin-right: calc(-1 * var(--tile-card-padding) - 1px);
  margin-bottom: calc(-1 * var(--tile-card-padding) - 1px);
  padding: 8px 16px;
}
.tile-card .tile-card-button-label {
  color: inherit;
}
.tile-card--default {
  --tile-card-bg: var(--color-white);
  --tile-card-border: var(--color-grey);
  --tile-card-title-color: var(--color-black);
  --tile-card-button-color: var(--color-primary);
  --tile-card-button-bg: transparent;
}
.tile-card--light {
  --tile-card-bg: var(--color-primary);
  --tile-card-border: var(--color-primary);
  --tile-card-title-color: var(--color-white);
  --tile-card-button-color: var(--color-primary);
  --tile-card-button-bg: var(--color-white);
  color: var(--color-white);
}
.tile-card--light .tile-card-title,
.tile-card--light .rich-text,
.tile-card--light .rich-text p {
  color: var(--color-white);
}
.tile-card--light .tile-card-button {
  padding: 16px;
  gap: 0;
  font-size: 0;
  letter-spacing: 0;
}
.tile-card--light .tile-card-button-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

section.brands-container {
  overflow: hidden;
}
section.brands-container .brands-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.brands-container .brands-row-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
@container (width > 768px) {
  section.brands-container .brands-row-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@container (width > 1024px) {
  section.brands-container .brands-layout {
    flex-direction: row;
    gap: 64px;
  }
  section.brands-container .block-header {
    max-width: 450px;
    min-width: 280px;
    flex-shrink: 0;
  }
  section.brands-container .brands-row-list {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}

section.callout-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.callout-container .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  min-height: 250px;
}
section.callout-container .callout-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}
section.callout-container .callout-heading {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
section.callout-container .callout-eyebrow {
  font-size: 16px;
}
section.callout-container .callout-copy {
  font-size: 16px;
}
section.callout-container .callout-cta {
  flex-shrink: 0;
}
section.callout-container.callout--dark {
  background-color: var(--color-accent-dark);
}
section.callout-container.callout--dark .callout-heading,
section.callout-container.callout--dark .callout-eyebrow,
section.callout-container.callout--dark .callout-copy,
section.callout-container.callout--dark .callout-copy p {
  color: var(--color-white);
}
section.callout-container.callout--dark .callout-flair {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleY(-1);
  pointer-events: none;
  z-index: 0;
}
section.callout-container.callout--dark .callout-flair svg {
  display: block;
  width: auto;
  height: 100%;
}
section.callout-container.callout--dark .section-inner {
  z-index: 1;
  overflow: hidden;
}
section.callout-container.callout--light {
  background-color: var(--color-white);
}
section.callout-container.callout--light .callout-heading,
section.callout-container.callout--light .callout-eyebrow,
section.callout-container.callout--light .callout-copy,
section.callout-container.callout--light .callout-copy p {
  color: var(--color-black);
}
section.callout-container.callout--light .callout-pattern {
  position: absolute;
  right: -650px;
  top: 16px;
  bottom: 16px;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
section.callout-container.callout--light .callout-pattern svg {
  display: block;
  height: 100%;
  width: auto;
  min-width: 1440px;
  transform: rotate(180deg);
}
@container (width > 900px) {
  section.callout-container.callout--dark .section-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 64px;
  }
  section.callout-container.callout--dark .section-inner {
    padding-right: calc(258px + 64px);
  }
  section.callout-container.callout--dark .callout-content {
    min-width: 600px;
  }
  section.callout-container.callout--light .section-inner {
    padding: 40px 64px;
  }
}

section.columns-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.columns-container .columns-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@container (width > 768px) {
  section.columns-container.variant-default .columns-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px;
  }
  section.columns-container.variant-default .columns-row .column-card {
    flex: 1 1 200px;
    min-width: 200px;
  }
}
section.columns-container.variant-sides .columns-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.columns-container.variant-sides .columns-row {
  gap: 40px;
}
@container (width > 768px) {
  section.columns-container.variant-sides .columns-layout {
    flex-direction: row;
    gap: 64px;
  }
  section.columns-container.variant-sides .block-header {
    max-width: 400px;
    min-width: 200px;
    flex-shrink: 0;
  }
  section.columns-container.variant-sides .columns-row {
    flex: 1;
  }
}
@container (width > 768px) {
  section.columns-container.variant-more-columns .columns-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  section.columns-container.variant-more-columns .columns-row .column-card {
    flex: 1 1 0;
    min-width: 150px;
  }
}

section.filters-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.filters-container .filters-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  width: 100%;
}
section.filters-container .filters-row.compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
section.filters-container .filter-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
  background: var(--color-primary);
  color: var(--color-white);
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  overflow: hidden;
  transition: background-color 125ms ease-in-out;
}
section.filters-container .filter-card:hover .filter-card-flourish, section.filters-container .filter-card:focus-visible .filter-card-flourish, section.filters-container .filter-card.active .filter-card-flourish {
  transform: scale(1);
}
section.filters-container .filter-card.active {
  background: var(--color-accent-dark);
}
section.filters-container .filter-card-flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  max-width: 50px;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, var(--color-white) 49.75%, transparent 50.25%);
  transform: scale(0);
  transform-origin: top left;
  transition: transform 125ms ease-in-out;
  pointer-events: none;
}
section.filters-container .filter-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
section.filters-container .filter-card-title {
  color: inherit;
  margin: 0;
}
section.filters-container .filter-card-description,
section.filters-container .filter-card-description p {
  color: var(--color-white);
  font-size: 16px;
}

section.hero-container {
  position: relative;
  margin-block: 0;
  clip-path: inset(0 0 0 0);
  display: flex;
  align-items: center;
  background: var(--color-neutral-dark);
}
section.hero-container .hero-bg-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--hero-height) + var(--header-height));
  border-left: 8px solid var(--color-neutral-light);
  border-right: 8px solid var(--color-neutral-light);
  background-image: url("/wp-content/themes/operatic/images/backgrounds/default.svg");
}
section.hero-container .hero-bg-container img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
section.hero-container .hero-bg-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 2;
}
section.hero-container .section-inner {
  padding: 128px;
  z-index: 2;
}
section.hero-container .section-inner .hero-content {
  max-width: 800px;
  align-items: flex-start;
}
section.hero-container .section-inner .hero-content * {
  color: var(--color-neutral-light);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}
section.hero-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -2px;
  left: 0;
  background: var(--color-neutral-light);
  z-index: 3;
  clip-path: polygon(0 0, 30% 0, calc(30% + 30px) 100%, calc(70% - 30px) 100%, 70% 0, 100% 0, 100% 100%, 0 100%);
}
section.hero-container.display-default .section-inner .hero-content {
  margin: auto;
}
section.hero-container.display-default .section-inner .hero-content > * {
  text-align: center;
  margin: auto;
}
section.hero-container.display-default::after {
  clip-path: polygon(0 0, 20% 0, calc(20% + 30px) 100%, calc(80% - 30px) 100%, 80% 0, 100% 0, 100% 100%, 0 100%);
}
section.hero-container.display-full-page {
  min-height: calc(100vh - var(--header-height) - 8px);
}
@media only screen and (max-width: 1024px) {
  section.hero-container .section-inner {
    padding: 64px 24px;
  }
}

section.industries-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 40px;
  background: var(--color-white);
}
section.industries-container .industries-header {
  padding-inline: 24px;
}
section.industries-container .industries-slider {
  position: relative;
  width: 100%;
  overflow-x: clip;
}
section.industries-container .industries-slider-frame {
  position: relative;
  padding-inline: 24px;
}
section.industries-container .industries-swiper {
  overflow: visible;
}
section.industries-container .swiper-slide {
  width: 250px;
  height: auto;
  display: flex;
}
section.industries-container .swiper-slide .tile-card,
section.industries-container .swiper-slide .industries-tile {
  width: 100%;
}
section.industries-container .industries-arrows {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
section.industries-container .industries-arrows .industries-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  color: var(--color-primary);
  cursor: pointer;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
}
section.industries-container .industries-arrows .industries-arrow:hover {
  transform: translateX(2px);
}
section.industries-container .industries-arrows .industries-arrow-prev:hover {
  transform: translateX(-2px);
}
section.industries-container .industries-arrows .industries-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  transform: none;
}
@container (width > 768px) {
  section.industries-container {
    padding-block: 64px;
  }
  section.industries-container .industries-header {
    padding-inline: 64px;
  }
  section.industries-container .industries-slider-frame {
    padding-inline: 64px;
  }
  section.industries-container .swiper-slide {
    width: 300px;
  }
}
section.industries-container.variant-scroll-hover .industries-arrows {
  display: none;
}

section.long-list-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.long-list-container .rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@container (width > 768px) {
  section.long-list-container .section-inner {
    gap: 40px;
  }
}

section.news-resources-container {
  margin-block: 64px;
}
section.news-resources-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.news-resources-container .news-resources-slider {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-x: clip;
}
section.news-resources-container .news-resources-swiper {
  overflow: visible;
}
section.news-resources-container .news-resources-swiper .swiper-slide {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: flex;
}
section.news-resources-container .news-resources-swiper .swiper-slide .news-card {
  width: 100%;
}
section.news-resources-container .news-resources-arrows {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}
section.news-resources-container .news-resources-arrows .news-resources-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--color-primary);
  cursor: pointer;
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
}
section.news-resources-container .news-resources-arrows .news-resources-arrow:hover {
  transform: translateX(2px);
}
section.news-resources-container .news-resources-arrows .news-resources-arrow-prev:hover {
  transform: translateX(-2px);
}
section.news-resources-container .news-resources-arrows .news-resources-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
  transform: none;
}
section.news-resources-container .news-resources-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
section.news-resources-container .news-resources-grid {
  flex-wrap: wrap;
}
section.news-resources-container .news-resources-grid > .news-card {
  flex: 1 1 100%;
  max-width: 100%;
}
section.news-resources-container .news-resources-all-posts-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
section.news-resources-container .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--color-primary);
  color: var(--color-white);
  min-height: 0;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
section.news-resources-container .news-card:hover, section.news-resources-container .news-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
section.news-resources-container .news-card:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
section.news-resources-container .news-card .news-card-title,
section.news-resources-container .news-card .news-card-description,
section.news-resources-container .news-card .news-card-description p,
section.news-resources-container .news-card .news-card-date,
section.news-resources-container .news-card .news-card-tag {
  color: var(--color-white);
}
section.news-resources-container .news-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
section.news-resources-container .news-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}
section.news-resources-container .news-card-image .cover-image,
section.news-resources-container .news-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.news-resources-container .news-card-date {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}
section.news-resources-container .news-card-title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
section.news-resources-container .news-card-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
section.news-resources-container .news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
}
section.news-resources-container .news-card-tags {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
section.news-resources-container .news-card-tag {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
section.news-resources-container a.news-card {
  text-decoration: none;
  color: inherit;
}
section.news-resources-container .news-card-button {
  --corner-button-bg: var(--color-white);
  --corner-button-color: var(--color-primary);
}
@container (width > 768px) {
  section.news-resources-container .news-resources-grid > .news-card {
    flex: 1 1 calc(50% - 24px / 2);
    max-width: calc(50% - 24px / 2);
  }
}
@container (width > 900px) {
  section.news-resources-container .news-resources-grid > .news-card {
    flex: 1 1 calc(33.333% - 24px * 2 / 3);
    max-width: calc(33.333% - 24px * 2 / 3);
  }
}
@container (width > 1024px) {
  section.news-resources-container .news-resources-grid > .news-card {
    flex: 1 1 calc(20% - 24px * 4 / 5);
    max-width: 260px;
  }
}
section.news-resources-container.variant-all-posts .section-inner {
  align-items: center;
}
section.news-resources-container.variant-all-posts .news-resources-header,
section.news-resources-container.variant-all-posts .news-resources-row {
  width: 100%;
}

section.primary-content-container {
  background-color: var(--color-white);
  padding-top: 64px;
  padding-bottom: 64px;
  container-type: inline-size;
}
section.primary-content-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
}
section.primary-content-container .primary-content-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0 24px;
}
section.primary-content-container .primary-content-body .eyebrow.small {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-black);
  font-weight: 500;
}
section.primary-content-container .primary-content-body .heading {
  color: var(--color-primary);
  line-height: 1.2;
}
section.primary-content-container .primary-content-body .rich-text,
section.primary-content-container .primary-content-body .rich-text p {
  color: var(--color-black);
  line-height: 1.4;
}
section.primary-content-container .primary-content-body .primary-content-cta .button {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700;
}
section.primary-content-container .primary-content-image {
  --pc-pad: 5%;
  --pc-cut-mobile: 10%;
  --pc-cut-desktop: 20.5%;
  --pc-cut: var(--pc-cut-mobile);
  position: relative;
  background-color: var(--color-primary);
  padding: var(--pc-pad) 0 0 var(--pc-pad);
  clip-path: polygon(var(--pc-cut) 0, 100% 0, 100% 100%, 0 100%, 0 calc(var(--pc-cut) * 16 / 9));
}
section.primary-content-container .primary-content-image img,
section.primary-content-container .primary-content-image .primary-content-image-placeholder {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-color: var(--color-lightgrey);
}
@container (width > 1200px) {
  section.primary-content-container {
    padding-top: 76.8px;
  }
  section.primary-content-container .section-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 64px;
  }
  section.primary-content-container .primary-content-body {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 40px;
  }
  section.primary-content-container .primary-content-image {
    flex: 1 1 0;
    min-width: 0;
    --pc-cut: var(--pc-cut-desktop);
  }
}
@container (width > 1200px) {
  section.primary-content-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  section.primary-content-container .primary-content-body {
    padding: 0 64px;
    gap: 16px;
  }
}
@container (width > 1200px) {
  section.primary-content-container.variant-wide-right .primary-content-body {
    flex: 0 1 38%;
    padding-left: 120px;
    padding-right: 40px;
  }
  section.primary-content-container.variant-wide-right .primary-content-image {
    flex: 1 1 62%;
  }
}
@container (width > 1200px) {
  section.primary-content-container.variant-wide-right .primary-content-body {
    padding-left: 200px;
    padding-right: 64px;
  }
}
@container (width > 1200px) {
  section.primary-content-container.variant-wide-left .section-inner {
    flex-direction: row-reverse;
  }
  section.primary-content-container.variant-wide-left .primary-content-body {
    flex: 0 1 38%;
    padding-left: 40px;
    padding-right: 120px;
  }
  section.primary-content-container.variant-wide-left .primary-content-image {
    flex: 1 1 62%;
  }
}
@container (width > 1200px) {
  section.primary-content-container.variant-wide-left .primary-content-body {
    padding-left: 64px;
    padding-right: 200px;
  }
}
section.primary-content-container.variant-wide-left .primary-content-image {
  padding: var(--pc-pad) var(--pc-pad) 0 0;
  clip-path: polygon(0 0, calc(100% - var(--pc-cut)) 0, 100% calc(var(--pc-cut) * 16 / 9), 100% 100%, 0 100%);
}

section.proof-container {
  overflow: hidden;
}
section.proof-container .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
section.proof-container .proof-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
section.proof-container .proof-content .eyebrow, section.proof-container .proof-content .heading, section.proof-container .proof-content .rich-text > * {
  text-align: center;
  max-width: 900px;
}
section.proof-container .proof-content .eyebrow {
  font-size: 16px;
}
section.proof-container .logos {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: infinite-scroll 20s linear infinite;
  align-items: center;
}
section.proof-container .logos img {
  flex-shrink: 0;
  max-width: 120px;
  width: 100%;
  height: auto;
}
@container (width > 768px) {
  section.proof-container .section-inner {
    gap: 64px;
  }
  section.proof-container .proof-content {
    gap: 24px;
  }
  section.proof-container .proof-content .eyebrow {
    font-size: 20px;
  }
  section.proof-container .logos {
    gap: 40px;
  }
  section.proof-container .logos img {
    max-width: 175px;
  }
}

section.services-container .services-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.services-container .section-inner {
  display: flex;
  flex-direction: column;
}
section.services-container .services-wrapper {
  padding-inline: 0;
  container-type: inline-size;
}
section.services-container .services {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@container (width > 688px) {
  section.services-container .services-layout {
    gap: 40px;
  }
  section.services-container .services {
    flex-direction: row;
    flex-wrap: wrap;
    --service-title-max-width: calc(30cqi - 32px);
  }
  section.services-container .service-card {
    flex: 1 1 20%;
    min-width: 30%;
    min-height: 350px;
    transition: flex 250ms ease-in-out;
  }
  section.services-container .service-card .content {
    padding: 16px;
    gap: 16px;
  }
  section.services-container .service-card .overlay {
    transition: background 250ms ease-in-out;
  }
  section.services-container .service-card:hover {
    flex-grow: 3;
  }
  section.services-container .service-card:hover .overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}
@container (width > 1260px) {
  section.services-container .services-layout {
    gap: 40px;
  }
  section.services-container .services {
    flex-wrap: nowrap;
    --service-title-max-width: calc(
        (100cqi - (var(--service-count) - 1) * 8px)
        / (var(--service-count) + 0.5)
        - 32px
    );
  }
  section.services-container .service-card {
    flex: 1 1 0;
    min-width: 0;
  }
  section.services-container .service-card:hover {
    flex-grow: 1.5;
  }
}

section.stats-container {
  margin-block: 64px;
}
section.stats-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.stats-container .stats-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 600px;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
}
section.stats-container .stats-media .cover-image,
section.stats-container .stats-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.stats-container .stats-media-chevron {
  --corner-button-bg: var(--color-white);
  --corner-button-color: var(--color-primary);
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  align-self: auto;
  pointer-events: none;
}
section.stats-container .stats-media-chevron::before {
  top: auto;
  bottom: -1px;
  right: calc(100% - 1px);
  transform: scaleY(-1);
}
section.stats-container .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
section.stats-container .stats-row > .stat-column {
  flex: 1 1 100%;
}
@container (width > 768px) {
  section.stats-container .stats-row > .stat-column {
    flex: 1 1 calc(50% - 24px);
    min-width: 0;
  }
}
@container (width > 900px) {
  section.stats-container .section-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 64px;
    align-items: start;
    grid-template-areas: "image header" "image stats";
  }
  section.stats-container .stats-media {
    grid-area: image;
    width: auto;
    aspect-ratio: auto;
    align-self: stretch;
    max-height: 600px;
  }
  section.stats-container .stats-header {
    grid-area: header;
  }
  section.stats-container .stats-row {
    grid-area: stats;
    align-self: start;
  }
  section.stats-container .stats-row > .stat-column {
    flex: 1 1 0;
    min-width: 0;
  }
}
section.stats-container.variant-compact {
  margin-block: 40px;
}
section.stats-container.variant-compact .section-inner {
  gap: 24px;
}
@container (width > 900px) {
  section.stats-container.variant-compact .section-inner {
    gap: 40px;
    grid-template-areas: "image header" "stats stats";
  }
  section.stats-container.variant-compact .stats-media {
    align-self: start;
    aspect-ratio: 4/3;
    max-height: 360px;
  }
}

section.tiles-container .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.tiles-container .tiles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.tiles-container .tiles-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  min-width: 200px;
  border: 1px solid var(--color-grey);
  background: var(--color-white);
  color: inherit;
}
section.tiles-container .tiles-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 600/200;
  overflow: hidden;
  padding: 24px;
  padding-bottom: 0;
  box-sizing: border-box;
}
section.tiles-container .tiles-card-photo img,
section.tiles-container .tiles-card-photo .tiles-card-photo-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}
section.tiles-container .tiles-card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 24px;
  padding: 24px;
}
section.tiles-container .tiles-card-icon {
  display: block;
  height: 50px;
  flex-shrink: 0;
}
section.tiles-container .tiles-card-icon img,
section.tiles-container .tiles-card-icon .tiles-card-icon-img {
  display: block;
  height: 50px;
  width: auto;
}
section.tiles-container .tiles-card-eyebrow {
  margin: 0;
  font-size: 20px;
}
section.tiles-container .tiles-card-heading {
  margin: 0;
  color: var(--color-primary);
}
section.tiles-container .tiles-card-copy {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}
section.tiles-container .button {
  margin-top: auto;
}
@container (width > 768px) {
  section.tiles-container.variant-default .tiles-card {
    flex: 1 1 0;
    min-width: 220px;
  }
}
@container (width > 768px) {
  section.tiles-container.variant-multi-rows .tiles-card {
    flex: 1 1 calc(50% - 24px);
    min-width: 220px;
  }
}
@container (width > 1024px) {
  section.tiles-container.variant-multi-rows .tiles-card {
    flex: 1 1 calc(25% - 24px);
  }
}

section.video-container {
  background-color: var(--color-white, #fff);
}
section.video-container .section-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.video-container .video-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
section.video-container .video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section.video-container .video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
section.video-container .video-media {
  cursor: pointer;
}
section.video-container .video-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
section.video-container .video-label .video-label-button {
  position: relative;
  background: var(--color-white);
  padding: 8px;
  pointer-events: none;
}
section.video-container .video-label .video-label-button::after {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(100% - 0.5px);
  height: calc(100% + 1px);
  aspect-ratio: 1/2;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  pointer-events: none;
}
section.video-container .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-black, #2c2a29);
  color: var(--color-white, #fff);
  border: 0;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 250ms ease-in-out;
}
section.video-container .video-media:hover .video-play,
section.video-container .video-media:focus-visible .video-play {
  background-color: var(--color-primary, #d6001c);
}
section.video-container .video-play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
section.video-container .video-play-icon svg {
  width: 8px;
  height: 14px;
}
section.video-container .video-modal-player {
  width: 80vw;
  max-width: 1200px;
  aspect-ratio: 16/9;
}
section.video-container .video-modal-player iframe,
section.video-container .video-modal-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
}
section.video-container.variant-hover {
  padding: 0;
}
section.video-container.variant-hover .video-media {
  aspect-ratio: 1440/778;
}
@container (width > 768px) {
  section.video-container {
    padding: 64px 40px 0;
  }
  section.video-container .video-media {
    aspect-ratio: 1440/714;
  }
  section.video-container .video-play {
    padding: 8px 16px;
  }
  section.video-container.variant-mobile .video-media {
    aspect-ratio: 3/4;
    max-width: 375px;
    margin: 0 auto;
  }
  section.video-container.variant-hover {
    padding: 0;
  }
  section.video-container.variant-hover .video-media {
    aspect-ratio: 1440/778;
  }
}

#footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr max-content 1fr;
  grid-gap: 64px;
  background: var(--color-neutral-dark);
  margin-top: auto;
  border: 8px solid var(--color-neutral-light);
}
#footer::before {
  content: "";
  width: 100%;
  background: var(--color-neutral-light);
  margin-top: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + 130px) 100%, calc(50% + 100px) 0, calc(50% - 100px) 0, calc(50% - 130px) 100%, 0 100%);
}
#footer .footer-content {
  gap: 48px;
  padding-inline: 40px;
}
#footer .footer-content .logo-container {
  display: block;
  max-height: 80px;
  max-width: 350px;
}
#footer .footer-content .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .footer-content .logo-container:hover {
  opacity: 0.8;
}
#footer .footer-content .address {
  text-align: center;
  color: var(--color-neutral-light);
}
#footer .bottom-bar {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(min-content, max-content) 1fr minmax(min-content, max-content);
}
#footer .bottom-bar .panel {
  display: flex;
  padding-top: 8px;
  margin-bottom: -1px;
  background-color: var(--color-neutral-light);
  display: grid;
}
#footer .bottom-bar .panel .hidden {
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
#footer .bottom-bar .panel .copyright {
  display: flex;
  font-size: 14px;
}
#footer .bottom-bar .panel .panel-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}
#footer .bottom-bar .panel.panel-left {
  grid-template-columns: 1fr 30px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}
#footer .bottom-bar .panel.panel-left .copyright, #footer .bottom-bar .panel.panel-left .panel-menu {
  grid-area: 1/1/2/2;
}
#footer .bottom-bar .panel.panel-right {
  grid-template-columns: 30px 1fr;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30px 0);
  grid-column: 3;
}
#footer .bottom-bar .panel.panel-right .copyright, #footer .bottom-bar .panel.panel-right .panel-menu {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width: 900px) {
  #footer {
    grid-template-rows: auto auto auto;
  }
  #footer::before {
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(80% + 30px) 100%, 80% 0, 20% 0, calc(20% - 30px) 100%, 0 100%);
  }
  #footer .bottom-bar {
    margin-top: 30px;
    background: var(--color-neutral-light);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-block: 16px;
    position: relative;
  }
  #footer .bottom-bar::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    height: 30px;
    width: 100%;
    background: var(--color-neutral-light);
    clip-path: polygon(0 0, calc(20% - 30px) 0, 20% 100%, 80% 100%, calc(80% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  }
  #footer .bottom-bar .panel, #footer .bottom-bar .panel-left, #footer .bottom-bar .panel-right {
    display: flex !important;
    clip-path: unset !important;
    padding: 0;
    margin: 0;
  }
  #footer .bottom-bar .panel .hidden, #footer .bottom-bar .panel-left .hidden, #footer .bottom-bar .panel-right .hidden {
    display: none;
  }
  #footer .bottom-bar .panel .panel-menu, #footer .bottom-bar .panel .copyright, #footer .bottom-bar .panel-left .panel-menu, #footer .bottom-bar .panel-left .copyright, #footer .bottom-bar .panel-right .panel-menu, #footer .bottom-bar .panel-right .copyright {
    flex-direction: column;
    text-align: center;
    width: 100%;
    gap: 8px;
  }
}

#header {
  position: sticky;
  top: -8px;
  z-index: 1020;
  border-top: 8px solid var(--color-neutral-light);
}
#header #alert-bar {
  position: relative;
  background-color: var(--color-primary);
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: 0.3s;
}
#header #alert-bar .alert-bar-inner {
  min-height: 0;
  padding: 8px 32px;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
}
#header #alert-bar .alert-bar-inner .alert-copy, #header #alert-bar .alert-bar-inner .alert-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  color: var(--color-neutral-light);
  text-align: center;
}
#header #alert-bar .alert-bar-inner .alert-link {
  text-decoration: underline;
  opacity: 0.8;
}
#header #alert-bar .alert-bar-inner .alert-link:hover {
  text-decoration: none;
  opacity: 1;
}
#header #alert-bar .alert-bar-inner .close-alert-bar-icon {
  position: absolute;
  right: 16px;
  cursor: pointer;
}
#header #alert-bar .alert-bar-inner .close-alert-bar-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 4px;
  backdrop-filter: brightness(0.9);
  z-index: 0;
  opacity: 0;
}
#header #alert-bar .alert-bar-inner .close-alert-bar-icon:hover::before {
  opacity: 1;
}
#header #alert-bar.hidden {
  grid-template-rows: 0fr;
}
#header #alert-bar.hidden .alert-bar-inner {
  padding: 0;
  opacity: 0;
}
#header #pre-header {
  background-color: var(--color-neutral-dark);
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
#header #main-header {
  position: relative;
}
#header #main-header .main-header-inner {
  position: absolute;
  width: 100%;
  padding: 0 16px 0 24px;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
  transition: 0.3s 0.3s;
}
#header #main-header .main-header-inner * {
  color: var(--color-white);
}
#header #main-header .main-header-inner .logo-container {
  display: block;
  height: 100%;
  width: max-content;
  height: max-content;
}
#header #main-header .main-header-inner .logo-container img {
  max-height: 40px;
  max-width: 150px;
  width: 100%;
  height: auto;
}
#header #main-header .main-header-inner .logo-container:hover {
  opacity: 0.8;
}
#header #main-header .main-header-inner #header-cta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  background: var(--color-neutral-light);
  align-self: stretch;
  padding: 16px;
  margin-right: -16px;
  color: var(--color-neutral-dark);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 0);
}
#header #main-header .main-header-inner #header-cta::before {
  content: "";
  height: 100%;
  width: 30px;
}
#header #main-header .main-header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--color-neutral-dark);
  transition: height 0.3s 0s, left 0.3s 0.3s, right 0.3s 0.3s;
  z-index: -1;
}
#header::after {
  content: "";
  position: absolute;
  border-left: 8px solid var(--color-neutral-light);
  border-right: 8px solid var(--color-neutral-light);
  inset: -8px;
  transition: 0.3s 0.3s;
  pointer-events: none;
}
#header.at-top::after {
  inset: 0;
  transition-delay: 0s;
}
#header.at-top #main-header .main-header-inner {
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0);
  transition: 0.3s;
}
#header.at-top #main-header .main-header-inner::before {
  height: 0;
  left: 8px;
  right: 8px;
  transition: height 0.3s 0.3s, left 0.3s 0s, right 0.3s 0s;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 10000;
  transform: translateY(-100%);
  text-decoration: none;
}
.skip-link:focus {
  transform: translateY(0);
}