:root {
  --select-background: rgba(213, 225, 236, 0.15);
  --select-border-bottom: rgba(35, 57, 74, 0.4);

  /* Legacy brand colors */
  --brand-grey: #545859;
  --brand-light-grey: rgba(237, 242, 244, 0.4);
  --brand-lightest-grey: #EDF2F4;
  --brand-blue: #0088CE;
  --brand-denim: #34657F;
  --brand-teal: #49C5B1;
  --brand-highlight: #FF9E1B;
  --brand-lowlight: #253746;
  --brand-orangered: #D52B1E;
  --brand-ruby: #c8102e;
  --brand-primary: #C60C30;
  --primary-blue: #2B314D;
  --primary-dark-blue: #23394A;
  --quote: #0D698B;
  --data-grey: #F1F6F8;

  /* New brand colors */
  --brand-accent-blue-sky: #3D6BC6;
  --brand-accent-blue-sky-rgb: 61, 107, 198;
  --brand-accent-green-mint: #49C5B1;
  --brand-accent-green-mint-rgb: 73, 197, 177;
  --brand-accent-orange: #F18D35;
  --brand-accent-orange-rgb: 241, 141, 53;
  --brand-accent-green-lime: #77C273;
  --brand-accent-green-lime-rgb: 119, 194, 115;
  --brand-accent-blue-midnight: #2E287E;
  --brand-accent-blue-midnight-rgb: 46, 40, 126;
  --brand-accent-slate: #253746;
  --brand-accent-slate-rgb: 37, 55, 70;
  --brand-accent-coral: #FF636F;
  --brand-accent-coral-rgb: 255, 99, 111;
  --primary-blue-rgb: 43, 49, 77;
  --brand-primary-rgb: 198, 12, 48;

  --brand-muted-blue-sky: #c6d2ef;
  --brand-muted-green-mint: #d5f1ec;
  --brand-muted-orange: #fcddc5;
  --brand-muted-coral: #f4c7cd;
  --brand-muted-blue-midnight: #6d68a5;
  --brand-muted-green-lime: #d7edd5;
  --brand-muted-brown: #e6ddd6;
  --brand-muted-yellow: #f3e8c7;
  --brand-muted-primary: #f4c7cd;
  --brand-muted-gray: #efefef;

  --svg-tint-blue-sky: invert(35%) sepia(15%) saturate(6364%) hue-rotate(201deg) brightness(92%) contrast(76%);
  --svg-tint-green-mint: invert(76%) sepia(5%) saturate(3893%) hue-rotate(121deg) brightness(89%) contrast(89%);
  --svg-tint-orange: invert(60%) sepia(99%) saturate(1004%) hue-rotate(337deg) brightness(100%) contrast(90%);
  --svg-tint-green-lime: invert(73%) sepia(18%) saturate(968%) hue-rotate(69deg) brightness(95%) contrast(80%);
  --svg-tint-blue-midnight: invert(10%) sepia(57%) saturate(4802%) hue-rotate(243deg) brightness(91%) contrast(89%);
  --svg-tint-slate: invert(20%) sepia(22%) saturate(685%) hue-rotate(165deg) brightness(98%) contrast(99%);
  --svg-tint-coral: invert(56%) sepia(30%) saturate(5927%) hue-rotate(321deg) brightness(106%) contrast(101%);

  /* Typography */
  --headline-font-family: jubilat, serif;
  --body-font-family: "Nunito Sans", sans-serif;
  --font-size-base: 1rem;
  --font-size-xsmall: 0.6875rem;
  --font-size-small: 0.875rem;
  --font-size-xl: 1.3rem;
  --font-size-lg: 1.125rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Colors */
  --colors-white: #FFF;
  --colors-black: #000;
  --colors-black-rgb: 0, 0, 0;

  --colors-grey-40: #F9F6F6;
  --colors-grey-45: #E4ECFD;
  --colors-grey-46: #e5e7eb;
  --colors-grey-50: #f9f9f9;
  --colors-grey-100: #E0E0E0;
  --colors-grey-400: #c0c0c0;
  --colors-grey-500: #9D9D9D;
  --colors-grey-600: #555859;

  --colors-blue-80: #EEF4FE;
  --colors-blue-90: #E5E7FB;
  --colors-blue-100: #E4EDFD;
  --colors-blue-300: #0576AF;
  --colors-blue-300-rgb: 5, 118, 175;
  --colors-blue-400: var(--brand-accent-blue-sky);
  --colors-blue-400-rgb: var(--brand-accent-blue-sky-rgb);
  --colors-blue-800: #2b314d;
  --colors-blue-800-rgb: 43, 49, 77;
  --colors-blue-900: #222433;

  --colors-navy-500: #003399;

  --colors-green-100: #E5F9F9;
  --colors-green-400: var(--brand-accent-green-mint);
  --colors-green-600: #2FA18F;

  --colors-red-400: #c60c30;
  --colors-red-400-rgb: 198, 12, 48;
  --colors-red-500: #9F0A27;

  --colors-orange-400: #ff8800;

  --colors-yellow-400: #FABF02;
  --colors-yellow-400-rgb: 214, 176, 55;

  --colors-brown: #A88F79;
   --colors-brown-rgb: 168, 143, 121;

  /* Layout and styling */
  --border-radius-md: 10px;
  --border-radius-lg: 20px;
  --section-padding: 3.25rem;
  --section-padding-sm: 2rem;
  --section-padding-lg: var(--section-padding);
  --breadcrumb-section-padding: 2rem;
  --container-padding: 1.25rem;
  --container-max-width: 100%;
  --inner-block-padding: 1.75rem;
  --inner-block-padding-x: var(--inner-block-padding);
  --modal-overlay-color: rgba(0, 0, 0, 0.5);
  --action-transition: cubic-bezier(0.4, 0, 0.2, 1);

  --active-header-color: var(--colors-black);
  --active-text-color: var(--colors-grey-600);

  --active-accent-color-link: var(--colors-red-400);
  --active-accent-color-rgb: 0, 0, 0;
  --active-accent-color-rgb-alt: 0, 0, 0;
  --active-accent-color-rgb-alt2: 0, 0, 0;
  --active-muted-color: #bfbfbf;

  --elm-size-sm: 32px;
  --elm-size-md: 50px;
  --elm-size-lg: 54px;
  --elm-size-base: var(--elm-size-md);

  --header-height: 72px;
  --main-offset: var(--header-height);

  --h1-font-size: 2rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.375rem;
  --h4-font-size: 1.1rem;
  --h6-font-size: 0.875rem;
}

@media (max-width: 365px) {
  :root {
      --h1-font-size: 1.85rem;
  }
}

@media (min-width: 576px) {
  :root {
      --h1-font-size: 2.25rem;
      --h2-font-size: 1.85rem;
      --h3-font-size: 1.45rem;
  }
}

@media (min-width: 768px) {
  :root {
    --breadcrumb-section-padding: 3rem;
    --section-padding: 4.25rem;
    --section-padding-sm: 3.25rem;
    --inner-block-padding: 3rem;
    --header-height: 100px;

    --h1-font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --section-padding: 5rem;
    --section-padding-lg: 6.25rem;
    --container-max-width: 1024px;
    --inner-block-padding: 3.5rem;
    --inner-block-padding-x: 4.5rem;
    --header-height: 160px;

    --h4-font-size: 1.25rem;
  }
}

@media (min-width: 1279px) {
  :root {
    --container-max-width: 1279px;
    --section-padding-lg: 7rem;
    --h1-font-size: 3rem;
    --h2-font-size: 2.25rem;
    --h3-font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  :root {
    --container-max-width: 1400px;
    --inner-block-padding: 4rem;
    --inner-block-padding-x: 6rem;
  }
}

/* Background & brand setters */
.bg-darkBlue {
  --active-bg: var(--colors-blue-800);
  --active-header-color: var(--colors-white);
  --active-text-color: var(--colors-white);
  --active-text-color-light: var(--colors-white);
  --active-accent-color: var(--colors-green-400);
  --active-accent-color-alt: var(--colors-green-400);
  --active-muted-color: var(--brand-muted-green-mint);
}

.bg-white {
  --active-bg: var(--colors-white);
  --active-header-color: var(--colors-black);
  --active-text-color: var(--colors-grey-600);
  --active-text-color-light: var(--colors-grey-600);
  --active-accent-color: var(--colors-red-400);
  --active-accent-color-alt: var(--colors-red-400);
  --active-accent-color-rgb: 0, 0, 0;
  --active-accent-color-rgb-alt: 0, 0, 0;
  --active-accent-color-rgb-alt2: 0, 0, 0;
  --colors-black-rgb: 0, 0, 0;
}

.bg-lightBlue {
  --active-bg: var(--colors-blue-100);
  --active-header-color: var(--colors-black);
  --active-text-color: var(--colors-grey-600);
  --active-text-color-light: var(--colors-grey-600);
  --active-accent-color: var(--colors-red-400);
  --active-accent-color-alt: var(--colors-red-400);
  --active-muted-color: var(--brand-muted-primary);
}

.bg-lightGrey {
  --active-bg: var(--brand-lightest-grey);
  --active-header-color: var(--colors-black);
  --active-text-color: var(--colors-grey-600);
  --active-text-color-light: var(--colors-grey-600);
  --active-accent-color: var(--colors-red-400);
  --active-accent-color-alt: var(--colors-blue-400);
  --active-muted-color: var(--brand-muted-primary);
}

.bg-green {
  --active-bg: var(--colors-green-400);
  --active-header-color: var(--colors-white);
  --active-text-color: var(--colors-white);
  --active-text-color-light: var(--colors-white);
  --active-accent-color: var(--colors-blue-800);
  --active-accent-color-alt: var(--colors-blue-800);  
  --active-muted-color: var(--brand-muted-blue-midnight);
}

.bg-red {
  --active-bg: var(--colors-red-400);
  --active-header-color: var(--colors-white);
  --active-text-color: var(--colors-white);
  --active-text-color-light: var(--colors-white);
  --active-accent-color: var(--colors-orange-400);
  --active-accent-color-alt: var(--colors-orange-400);
  --active-muted-color: var(--brand-muted-primary);
}

.bg-blueGradientMix,
.bg-blueGradientMixWithShape {
  --active-bg: radial-gradient(circle at 100% 100%, var(--colors-green-100) 0%, var(--colors-blue-90) 30%, var(--colors-blue-100) 60%, var(--colors-green-100) 100%);
  --active-header-color: var(--colors-black);
  --active-text-color: var(--colors-black);
  --active-text-color-light: var(--colors-grey-600);
  --active-accent-color: var(--colors-red-400);
  --active-accent-color-alt: var(--colors-blue-400);
  --active-accent-color-alt2: var(--colors-blue-800);
  --active-accent-color-rgb: var(--colors-red-400-rgb);
  --active-accent-color-rgb-alt: var(--colors-blue-400-rgb);
  --active-accent-color-rgb-alt2: var(--colors-blue-800-rgb);
  --colors-black-rgb: var(--colors-blue-400-rgb);
  --active-muted-color: var(--brand-muted-primary);
}

.bg-blueGradientMixWithShape .bg-shape-elm {
  position: absolute;
  top: -30px;
  left: -10%;
  width: 110%;
  height: 110%;
}

.bg-blueGradientMixWithShape .bg-shape-elm svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-default {
  /* take from bg styles */
}

.brand-hrOutsourcingHrManagement,
.brand-hrTips,
.brand-hr,
.brand-peo,
.brand-performanceManagement,
.brand-hrOutsourcing {
  --active-accent-color: var(--brand-accent-blue-sky);
  --active-accent-color-rgb: var(--brand-accent-blue-sky-rgb);
  --svg-tint-filter: var(--svg-tint-blue-sky);
  --active-muted-color: var(--brand-muted-blue-sky);
}

.brand-healthInsuranceBenefitsBenefits, .brand-benefits {
  --active-accent-color: var(--brand-accent-green-mint);
  --active-accent-color-rgb: var(--brand-accent-green-mint-rgb);
  --svg-tint-filter: var(--svg-tint-green-mint);
  --active-muted-color: var(--brand-muted-green-mint);
}

.brand-hrConsulting {
  --active-accent-color: var(--brand-accent-orange);
  --active-accent-color-rgb: var(--brand-accent-orange-rgb);
  --svg-tint-filter: var(--svg-tint-orange);
  --active-muted-color: var(--brand-muted-orange);
}

.brand-payrollAdministrationPayroll, .brand-payroll, .brand-compensation {
  --active-accent-color: var(--brand-accent-green-lime);
  --active-accent-color-rgb: var(--brand-accent-green-lime-rgb);
  --svg-tint-filter: var(--svg-tint-green-lime);
  --active-muted-color: var(--brand-muted-green-lime);
}

.brand-hrTechnology, .brand-technology {
  --active-accent-color: var(--brand-accent-blue-midnight);
  --active-accent-color-rgb: var(--brand-accent-blue-midnight-rgb);
  --svg-tint-filter: var(--svg-tint-blue-midnight);
  --active-muted-color: var(--brand-muted-blue-midnight);
}

.brand-hrCompliance, .brand-compliance, .brand-workplaceSafety {
  --active-accent-color: var(--brand-accent-orange);
  --active-accent-color-rgb: var(--brand-accent-orange-rgb);
  --svg-tint-filter: var(--svg-tint-orange);
  --active-muted-color: var(--brand-muted-orange);
}

.brand-recruitingHiring, .brand-recruitment, .brand-retention, .brand-recruitmentRetention {
  --active-accent-color: var(--brand-accent-coral);
  --active-accent-color-rgb: var(--brand-accent-coral-rgb);
  --svg-tint-filter: var(--svg-tint-coral);
  --active-muted-color: var(--brand-muted-coral);
}

.brand-employeeDevelopment {
  --active-accent-color: var(--primary-blue);
  --active-accent-color-rgb: var(--brand-accent-blue-sky-rgb);
  --svg-tint-filter: var(--svg-tint-blue);
  --active-muted-color: var(--brand-muted-blue-sky);
}

.brand-recruitment {
  --active-accent-color: var(--brand-primary);
  --active-accent-color-rgb: var(--brand-primary-rgb);
  --svg-tint-filter: var(--svg-tint-primary);
  --active-muted-color: var(--brand-muted-coral);
}

.brand-contributedArticle {
  --active-accent-color-rgb: var(--colors-brown-rgb);
  --active-muted-color: var(--brand-muted-brown);
}

.brand-culture {
  --active-accent-color-rgb: var(--colors-yellow-400-rgb);
  --active-muted-color: var(--brand-muted-yellow);
}

/* main.css overwrites */
.block--feature-speedbump .block__headline h2, body.resources.article #page-wrapper.article-layout .block--split-dark .block__content-wrapper .block__headline h2,
body.resources.article #page-wrapper.article-layout .block--split-dim .block__content-wrapper .block__headline h2,
body.resources.article #page-wrapper.article-layout .block--split .block__content-wrapper .block__headline h2, h1, h2, h3, h4 {
  color: var(--active-header-color);
}

body.lp header.site_header {
  position: static;
}

body.lp main {
  padding-top: 0;
}

/* Visibility helpers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden { display: none; }
.visible { display: block; }

@media (min-width: 768px) {
  .md-hidden { display: none; }
  .md-visible { display: block; }
}

@media (min-width: 1024px) {
  .lg-hidden { display: none; }
  .lg-visible { display: block; }
}

@media (min-width: 1279px) {
  .xl-hidden { display: none; }
  .xl-visible { display: block; }
}

@media (min-width: 1400px) {
  .xxl-hidden { display: none; }
  .xxl-visible { display: block; }
}

/* Font helpers */
.font-family-body { font-family: var(--body-font-family); }

/* Forms */
.form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.form-fields.row {
  flex-direction: row;
}

@media (min-width: 768px) {
  .form-fields {
    flex-direction: row;
  }
}

.form-fields .field {
  flex: 1;
}

.form-fields .field.terms {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0.75rem;
  text-align: left;
}

.form-fields .field.terms input {
  position: relative;
  top: 0.25rem;
}

.form-fields label,
.form-fields label a,
.form-fields p,
.form-fields p a {
  line-height: 1.4;
  font-size: 0.9rem;
  color: var(--active-text-color-light);
  flex: 1;
  font-weight: 400;
  font-family: var(--body-font-family);
  margin: 0;
}

.form-fields .field.terms a {
  color: var(--brand-accent-blue-sky);
  text-decoration: underline;
}

.search__submit .form-disclaimer {
  --active-accent-color: var(--colors-red-400);
  margin-bottom: 1rem;
}

.form-fields .form-disclaimer p,
.form-fields .form-disclaimer a,
.search__submit .form-disclaimer p,
.search__submit .form-disclaimer a {
  font-size: 0.8rem;
  margin-bottom: 0 !important;
  text-align: center;
}

.form-fields .form-disclaimer a,
.search__submit .form-disclaimer a { 
  color: var(--active-accent-color);
  text-decoration: underline;
}

.form-fields label,
.form-fields label a {
  cursor: pointer;
}

.form-fields input[type='text'],
.form-fields input[type='email'],
.form-fields input[type='tel'],
.form-fields select,
.form-fields textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  height: var(--elm-size-base);
  border: 1px solid rgba(var(--active-accent-color-rgb-alt), 0.5);
  border-radius: var(--border-radius-md);
  font-size: 1rem;
  transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--body-font-family);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--colors-white);
}

.bg-white .form-fields input[type='text'],
.bg-white .form-fields input[type='email'],
.bg-white .form-fields input[type='tel'],
.bg-white .form-fields select,
.bg-white .form-fields textarea {
  background-color: rgba(var(--active-accent-color-rgb), 0.04);
}

.form-fields textarea {
  padding: 1rem;
}

.form-fields.fields--lg input[type='text'],
.form-fields.fields--lg input[type='email'],
.form-fields.fields--lg input[type='tel'],
.form-fields.fields--lg select {
  height: var(--elm-size-lg);
}

.form-fields.fields--sm input[type='text'],
.form-fields.fields--sm input[type='email'],
.form-fields.fields--sm input[type='tel'],
.form-fields.fields--sm select {
  height: var(--elm-size-sm);
}

.form-fields select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 6px;
}

.form-fields input::placeholder,
.form-fields textarea::placeholder,
.form-fields select:invalid {
  color: rgba(var(--colors-black-rgb), 0.45);
}

.form-fields select::-ms-expand {
  display: none;
}

.form-fields input[type='text']:hover,
.form-fields input[type='text']:focus,
.form-fields input[type='email']:hover,
.form-fields input[type='email']:focus,
.form-fields input[type='tel']:hover,
.form-fields input[type='tel']:focus,
.form-fields select:hover,
.form-fields select:focus,
.form-fields textarea:hover,
.form-fields textarea:focus {
  border-color: var(--active-accent-color);
  box-shadow: inset 0 0 0 1px var(--active-accent-color);
  background-color: var(--colors-white);
}

.form-fields input[type='text']:focus-visible,
.form-fields input[type='email']:focus-visible,
.form-fields input[type='tel']:focus-visible,
.form-fields select:focus-visible,
.form-fields textarea:focus-visible {
  border-color: var(--active-accent-color);
  outline: 1px solid var(--active-accent-color);
  background: var(--colors-white);
}

.form-fields textarea {
  min-height: 100px;
}

.form-fields .error {
  border-color: var(--colors-red-400) !important;
}

/* Content limit */
.content-limit-1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.content-limit-768 {
  max-width: 768px;
  margin: 0 auto;
}

.content-limit-500 {
  max-width: 500px;
  margin: 0 auto;
}

/* Overlay */
.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s var(--group-cubic-transition);
}

.global-overlay.active {
  opacity: 1;
  background: var(--modal-overlay-color);
  pointer-events: auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  align-items: center;
  border: 1px solid;
  border-radius: var(--border-radius-md);
  transition: all 0.2s var(--action-transition);
  cursor: pointer;
  font-weight: var(--font-weight-bold);
  padding: 0.5rem 2rem;
  font-size: 0.925rem;
  min-height: var(--elm-size-md);
  letter-spacing: 0.25px;
  text-transform: uppercase;
  line-height: 1.2;
}

.btn.disable-wrap {
  height: var(--elm-size-md);
  padding-block: 0;
}

.btn.disable-wrap span {
  white-space: nowrap;
}

.btn svg {
  transition: transform 0.2s var(--action-transition);
}

.btn.btn-button svg {
  width: 28px;
  height: 28px;
}

.btn.btn-button.btn--lg svg {
  width: 30px;
  height: 30px;
}

.btn.btn-button.btn--sm svg {
  width: 22px;
  height: 22px;
}

.btn:hover svg {
  transform: translateX(0.25rem);
}

.btn--min-width {
  min-width: 350px;
}

.btn--full-width {
  width: 100%;
}

.btn--sm {
  min-height: var(--elm-size-sm);
  text-transform: none;
  font-size: 0.85rem;
}

.btn--sm.disable-wrap {
  height: var(--elm-size-sm);
}

.btn--lg {
  min-height: var(--elm-size-lg);
  font-size: 1rem;
}

.btn--lg.disable-wrap {
  height: var(--elm-size-lg);
}

.btn--outline {
  background: transparent;
  color: var(--colors-black);
  border-color: var(--colors-black);
}

.btn--link {
  color: var(--brand-ruby);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
}

.btn--link:hover {
  text-decoration: underline;
}

.arrow-link {
  display: inline-flex;
  width: auto;
  align-items: center;
  transition: all 0.3s ease;
}

.arrow-link::after {
  content: "";
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M5.03057 12.2213L19.0305 12.2573M19.0305 12.2573L12.0486 5.23933M19.0305 12.2573L12.0125 19.2393' stroke='%23C8102E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.arrow-link.arrow-white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M5.03057 12.2213L19.0305 12.2573M19.0305 12.2573L12.0486 5.23933M19.0305 12.2573L12.0125 19.2393' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.arrow-link:hover::after {
  transform: translateX(5px);
}

.btn--primary {
  background: var(--brand-primary);
  color: var(--colors-white);
  border-color: var(--brand-primary);
}

.btn.btn--primary:hover {
  background: var(--colors-red-500);
  border-color: var(--colors-red-500);
}

.btn--primary.btn--outline {
  background: transparent;
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn--primary.btn--outline:hover {
  background: var(--brand-primary);
  color: var(--colors-white);
  border-color: var(--brand-primary);
}

.btn.btn--secondary {
  background: var(--colors-blue-800);
  color: var(--colors-white);
  border-color: var(--colors-blue-800);
}

.btn.btn--secondary:hover {
  background: var(--colors-blue-900);
  border-color: var(--colors-blue-900);
}

.btn.btn--secondary.btn--outline {
  background: transparent;
  color: var(--colors-blue-800);
  border-color: var(--colors-blue-800);
}

.btn.btn--secondary.btn--outline:hover {
  background: var(--colors-blue-800);
  color: var(--colors-white);
  border-color: var(--colors-blue-800);
}

.btn.btn--blue {
  background: var(--brand-accent-blue-sky);
  color: var(--colors-white);
  border-color: var(--brand-accent-blue-sky0);
}

.btn.btn--blue:hover {
  background: var(--colors-blue-800);
  border-color: var(--colors-blue-800);
}

.btn.btn--blue.btn--outline {
  background: transparent;
  color: var(--brand-accent-blue-sky);
  border-color: var(--brand-accent-blue-sky);
}

.btn.btn--blue.btn--outline:hover {
  background: var(--colors-blue-800);
  color: var(--colors-white);
  border-color: var(--colors-blue-800);
}

.btn.btn--white {
  background: var(--colors-white);
  color: var(--colors-black);
  border-color: var(--colors-white);
}

.btn.btn--white:hover {
  background: var(--colors-grey-100);
  border-color: var(--colors-grey-100);
}

/* Link style */
.btn-link {
  color: var(--active-accent-color-link);
  gap: 0.5rem;
  padding: 0;
  height: auto;
  min-height: 0;
  border: 0;
  text-transform: none;
  font-size: 1rem;
}

.btn-link span {
  position: relative;
}

.btn-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-link.btn--sm {
  font-size: 0.9rem;
}
.btn-link.btn--lg {
  font-size: 1.1rem;
}

.btn-link.btn--sm svg {
  width: 18px;
  height: 18px;
}

.btn-link.btn--lg svg {
  width: 26px;
  height: 26px;
}

/* button plus icon type */
.btn.icon-plus svg {
  width: 18px;
  height: 18px;
}

.btn.btn--lg.icon-plus svg {
  width: 21px;
  height: 21px;
}

.btn.btn--sm.icon-plus svg {
  width: 15px;
  height: 15px;
}

.btn.icon-plus:hover svg {
  transform: scale(1.15);
}

/* button headlinee */
.btn.btn--headline svg {
  width: 46px;
  height: 46px;
}


/* Promo banner */
.header-promo-banner {
  width: 100%;
  background-color: var(--colors-blue-800);
  color: var(--colors-white);
  padding: 0.75rem var(--container-padding);
  padding-right: calc(var(--container-padding) * 2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-xsmall);
  position: relative;
}

.header-promo-banner .close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--container-padding);
  cursor: pointer;
}

.header-promo-banner .close svg {
  width: 24px;
  height: 24px;

}

.header-promo-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--container-max-width);
  width: 100%;
  gap: 0.5rem;
}

.header-promo-banner__content a {
  color: var(--colors-white);
  text-decoration: underline;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-small);
}

.header-promo-banner__icon {
  width: 20px;
  height: 20px;
  margin-right: calc(var(--container-padding) / 2)
}

@media (min-width: 768px) {
  .header-promo-banner {
    font-size: var(--font-size-small);
  }
}


/* header action links */
body header .container .block--header .block__utility.block__utility--alternative {
  margin-bottom: 10px;
}

body header .container .block--header .block__utility.block__utility--alternative .btn--header {
  padding: 0 1.25rem;
  font-size: 0.937rem;
  min-width: 200px;
}

.alternative--header .search__open img {
    width: 0.95rem;
    height: 0.95rem;
    filter: brightness(0);
}

.alternative--header .block__utility--alternative > ul {
    display: flex;
    align-items: center;
    gap: 0.937rem;
    margin-left: 1rem;
}

.block__utility--alternative__links li {
    font-size: var(--font-size-base);
}

.header-action-link {
    position: relative;
}

.alternative--header .header-action-link > div {
    display: none;
}

.alternative--header .header-action-link.is-open > div {
  display: flex;
}

@media (min-width: 1024px) {
  .alternative--header .header-action-link > div {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 2;
  }

  .alternative--header .header-action-link:hover > div {
      display: flex;
  }

  .alternative--header .header-action-link.is-open > div {
    display: none;
  }
}


.header-action-link .menu-link__children {
    min-width: 180px;
    margin-top: 1.3rem;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    background: var(--colors-grey-40);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

/* Triangle pointer at the top of dropdown */
.header-action-link .menu-link__children::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--colors-grey-40);
  }

.header-action-link .menu-link__children li a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-semibold);
}

.header-action-link .menu-link__children li a img {
  position: relative;
  top: 2px;
}

.header-action-link .menu-link__children li a:hover {
    color: var(--colors-blue-300);
}

@media (max-width: 768px) {
  .alternative--header .block__utility--alternative__links li:last-of-type .header-action-link > div {
    right: 0;
  }
  .alternative--header .header-action-link > div {
    width: calc(100vw - 40px);
    right: unset;
  }
  .header-action-link .menu-link__children {
    width: 100%;
    filter: none;
    border-radius: 0;
    background: var(--colors-white);
    padding: 5px 10px 20px;
  }
  .header-action-link .menu-link__children::before {
    content: none;
  }
}

/* mega menu */
.mega-menu {
    justify-content: flex-end;
    display: none !important;
}

.mega-menu__panel {
    padding-inline: calc(1.875rem / 2);
}

.mega-menu__panel:last-of-type {
  padding-right: 0;
}

.mega-menu__panel button > svg {
    transition: all 0.3s ease-in-out;
}

.mega-menu__panel.open .mega-menu__panel-content {
    opacity: 1;
    height: auto;
}

.mega-menu__panel.open button > svg {
    transform: rotate(180deg);
    color: var(--brand-primary);
}

.mega-menu__panel button {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    padding: 0;
}

.mega-menu__panel-content {
    opacity: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.25s;
    overflow: hidden;
}

.mega-menu__panel-content > div {
    border-radius: 0px 0px 10px 10px;
    background: var(--colors-white);
    border-top: 1px solid var(--colors-grey-46);
    max-width: 1150px;
    margin: auto;
    padding: 1.875rem 0 0;
}

.mega-menu__panel-content.no-footer-link {
    padding: 1.875rem 0;
}

.mega-menu__panel-content .mega-menu__panel-content-inner {
    display: flex;
    width: 100%;
    gap: 50px;
    padding: 0 1.875rem;
}

.mega-menu__panel-content .column {
    margin-bottom: 2rem;
}

.mega-menu__panel-content .column p {
    color: var(--colors-blue-400);
    font-size: 1.25rem;
    margin: .5rem 0 1rem;
    font-weight: var(--font-weight-bold);
}

.mega-menu__panel-content .column:last-of-type {
    flex: 1;
}

@media (min-width: 768px) {
  .mega-menu__panel-content .column.mega-menu__group--featured {
    flex: none !important;
    margin-top: auto;
  }

  .mega-menu__panel-content .column.mega-menu__group--featured a {
    color: var(--brand-primary)!important;
  }

  .mega-menu__group--links-list {
    max-width: 300px;
  }

  .mega-menu__group--links-list a.mega-menu__link.featured-link .menu-link__text {
    white-space: normal !important;
  }
}

.mega-menu__panel-content a.mega-menu__link.featured-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--colors-black);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: normal;
}

.mega-menu__panel-content a.mega-menu__link.featured-link > svg {
  transition: transform 0.3s ease;
}

.mega-menu__panel-content a.mega-menu__link.featured-link:hover > svg {
  transform: translateX(5px);
}

.mega-menu__panel-content a.mega-menu__link.featured-link .img-wrap svg,
.mobile-nav label .img-wrap svg {
  color: var(--active-accent-color);
}

.mega-menu__panel-content a.mega-menu__link.featured-link .menu-link__text {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

.mega-menu__panel-content a.mega-menu__link.featured-link .menu-link__text .menu-link__subtext,
.card-grid__item a.mega-menu__link.featured-link .menu-link__text .menu-link__subtext {
    font-size: var(--font-size-xsmall);
    color: var(--colors-grey-500);
    font-weight: var(--font-weight-normal);
    display: block;
}

.mega-menu__panel-content a.mega-menu__link.featured-link svg {
    margin-left: 0.5rem;
    flex: 0 0 0.7rem;
    color: var(--brand-primary)
}

/* Mega Menu Divider */
.mega-menu__divider {
    width: 1px;
    background: var(--colors-grey-100);
}

/* Mega Menu Footer */
.mega-menu__panel-content-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 1.1875rem;
    background: var(--colors-blue-800);
    border-radius: 0px 0px 10px 10px;
    color: var(--colors-white);
}

.mega-menu__panel-content-footer a.mega-menu__link.featured-link,
.mega-menu__panel-content-footer a.mega-menu__link.featured-link svg {
    color: var(--colors-white);
}

/* mega menu link column*/
.mega-menu__panel-content .mega-menu__group--links p {
    min-height: 1.4rem;
}
  
.mega-menu__panel-content .mega-menu__group--links ul.mega-menu__group--links-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
}

.mega-menu__panel-content .mega-menu__group--links ul.mega-menu__group--links-list li {
    margin: 0;
    padding: 0;
    align-items: flex-start;
}

.mega-menu__panel-content .mega-menu__group--links ul.mega-menu__group--links-list li a.mega-menu__link {
    width: 100%;
    line-height: 1.15;
}

.mega-menu__panel-content .mega-menu__group--links ul.mega-menu__group--links-list li a.mega-menu__link svg {
    margin-left: auto;
}

.mega-menu__panel-content .mega-menu__group--links ul.mega-menu__group--links-list li a.button {
  margin-top: 5px;
  display: block;
  text-align: center;
}
.mega-menu__panel-content .mega-menu__group--links .menu-link__children {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-left: 1.75rem;
    margin-top: 0.625rem;
}

.mega-menu__panel-content .mega-menu__group--links .menu-link__children .menu-link__text {
    font-size: var(--font-size-small);
}

/* mega menu card grid */
.mega-menu__panel-content .mega-menu__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 1400px) {
  .mega-menu__panel-content .mega-menu__cards {
    display: flex;
  }

  .mega-menu__panel-content .mega-menu__cards > div {
    flex: 1;
  }
}

.mega-menu__panel-content .mega-menu__cards .mega-menu__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__card-image {
    width: 100%;
    height: 135px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    justify-content: center;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__card-image .mega-menu__play-icon-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__card-image .mega-menu__play-icon {
    width: 40px;
    height: 40px;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__link {
    width: 100%;
    justify-content: space-between;
    margin-top: auto;
}

.mega-menu__panel-content .mega-menu__card .mega-menu__link.mega-menu__link--overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* mega menu posts link */
.mega-menu__panel-content .mega-menu__group--cards-posts {
    gap: 1.56rem;
}

.mega-menu__panel-content .mega-menu__group--cards-posts .mega-menu__card-image {
    height: 150px;
}

.mega-menu__panel-content .mega-menu__group--cards-posts .mega-menu__card .mega-menu__link {
    justify-content: flex-start;
}

/* mega menu award gallery */
.mega-menu__panel-content .mega-menu__group--awards .mega-menu__awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.625rem;
    margin: 0;
}

.mega-menu__panel-content .mega-menu__group--awards .mega-menu__awards + a {
  margin-top: 1.5rem;
}

.mega-menu__panel-content .mega-menu__group--awards .mega-menu__awards .mega-menu__award img {
  width: 100px;
  height: 100px;
  object-fit: contain
}

.mega-menu__panel-content .mega-menu__group--cards-posts .mega-menu__card .mega-menu__card-content {
    font-family: var(--body-font-family);
}

.mega-menu__panel-content .mega-menu__group--cards-posts .mega-menu__card .mega-menu__card-content .mega-menu__card-date {
    color: var(--colors-grey-500);
}

.mega-menu__panel-content .mega-menu__group--cards-posts .mega-menu__card .menu-link__text {
    color: var(--brand-primary);
}

/* mega menu promo block */
.mega-menu__panel-content .mega-menu__promo {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.mega-menu__panel-content .mega-menu__promo .mega-menu__promo-content {
  font-family: var(--body-font-family);
  line-height: 1.5;
  color: var(--active-header-color);
}

.mega-menu__panel-content .mega-menu__promo .mega-menu__link {
    margin-top: 10px;
}

.mega-menu__panel-content .mega-menu__promo .mega-menu__promo-image {
    border-radius: 5px;
    overflow: hidden;
}

.mega-menu__panel-content .mega-menu__promo .mega-menu__link .menu-link__text {
    color: var(--brand-primary);
}

@media (min-width: 1024px) {
  .mega-menu {
    display: flex !important;
  }

  .mobile-nav {
    display: none !important;
  }
}

/* mobile nav */
.mobile-nav input[type="checkbox"] {
  display: none;
}

.mobile-nav input[type="checkbox"] ~ ul {
  display: none;
}

.mobile-nav input[type="checkbox"]:checked ~ ul {
  display: flex;
  flex-direction: column;
}

.mobile-nav input[type="checkbox"]:checked + label > svg {
  transform: rotate(180deg);
}

.mobile-nav input[type="checkbox"]:checked + label,
.mobile-nav input[type="checkbox"]:checked + label > svg {
  color: var(--brand-primary);
  font-weight: var(--font-weight-bold);
}

.mobile-nav input[type="checkbox"]:checked + label.has-brand-color,
.mobile-nav input[type="checkbox"]:checked + label.has-brand-color > svg {
  color: var(--active-accent-color);
}

.mobile-nav ul li a.featured-link svg {
  color: var(--active-accent-color);
}

.mobile-nav ul li a.featured-link > svg {
  color: var(--brand-primary);
}

.mobile-nav > ul > li > ul > li > ul > li a,
.mobile-nav label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: bold;
  color: var(--colors-black);
}

.mobile-nav > ul > li > ul > li > ul > li a,
.mobile-nav > ul > li > ul > li > ul > li a svg,
.mobile-nav label,
.mobile-nav label > svg {
  transition: all 0.3s ease-in-out;
}

.mobile-nav li {
  padding: 0 12px;
}

.mobile-nav ul li a {
  display: flex;
  text-decoration: none;
  color: var(--colors-black);
}

.mobile-nav ul li a.featured-link {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--colors-black);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
}

.mobile-nav ul li.card-grid__item a.featured-link {
  gap: 0.875rem;
}

.mobile-nav ul li a.featured-link svg {
  margin-left: auto;
  flex: 0 0 0.7rem;
}

.mobile-nav > ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.mobile-nav > ul > li {
  padding: 0;
  font-size: var(--font-size-base);
}

.mobile-nav > ul > li > ul {
  gap: 1.25rem;
  margin-top: 0.875rem;
}

.mobile-nav > ul > li > ul > li,
.mobile-nav > ul > li > ul > li > a {
  font-size: 0.9375rem;
}

.mobile-nav > ul > li > ul > li ul{
  margin-top: 0.9rem;
  gap: 1rem;
}

.mobile-nav > ul > li > ul > li > ul > li a {
  gap: 8px !important
}

.mobile-nav > ul > li > ul > li > ul > li,
.mobile-nav > ul > li > ul > li > ul > li a {
  font-size: var(--font-size-small);
}

.mobile-nav .group-link-cols > li a span,
.mobile-nav .group-link-cols > li label {
  font-weight: 400;
}

.mobile-nav .group-link-cols > li:not(.has-children) span + svg {
  display: none;
}

@media (max-width: 1024px) {
  .block__utility--alternative .search__open {
    display: none;
  }

  .alternative--header .block__utility--alternative > ul {
    width: 100%;
    justify-content: space-between;
    margin: 1.8rem 0 0;
    flex-wrap: wrap;
  }

  .block__utility--alternative__links li:first-child {
    flex: 100%
  }

  .block__utility--alternative__links li {
    flex: 1;
  }

  .block__utility--alternative__links li .btn {
    display: flex;
  }

  .alternative--header .search__open-mobile {
    filter: brightness(0);
  }

  body header .container .block--header .block__utility-mobile .menu-icon.active .nav-icon__menu {
    display: none;
  }

  body header .container .block--header .block__utility-mobile .menu-icon.active .nav-icon__close {
    display: block;
    min-width: 33px;
  }
}

@media (min-width: 1024px) {
  body header .container .block__nav--mega-menu nav {
    justify-content: space-between;
  }
}

/* Footer */
body.has-wp-section footer.footer-v2 {
  margin: 0;
}

footer.footer-v2 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 0;
}

footer.footer-v2 .container::after {
  content: unset;
}

.footer-v2 .block__social-links a {
  width: 2.315rem;
  height: 2.315rem;
  background-color: var(--brand-ruby);
  padding: 0.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer-v2 .block__social-links a:hover {
  background-color: var(--colors-blue-800);
}

.footer-v2 .footer-v2__content a:hover,
.footer-v2__bottom .footer-v2__legal-links a:hover {
  text-decoration: underline;
}

.footer-v2__bottom .footer-v2__legal-links li {
  display: flex;
  align-items: center;
}

.footer-v2__bottom .footer-v2__legal-links svg {
  width: 2.18rem;
  height: auto;
  vertical-align: middle;
}

.footer-v2__content {
  background-color: var(--colors-blue-800);
  color: var(--colors-white);
  padding: 3.125rem 0;
  width: 100%;
}

.footer-v2__content nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 1.875rem 0.625rem;
  align-items: flex-start;
}

.footer-v2__group {
  width: 24%;
  position: relative;
  padding: 0 1rem;
  order: initial;
}

.footer-v2__group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.50);
}

.footer-v2__toggle {
  display: none;
}

.footer-v2__link-text {
  display: block;
  color: var(--colors-white);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  font-family: var(--body-font-family);
  margin-bottom: 0.625rem;
  text-decoration: none;
  cursor: pointer;
}

.footer-v2__chevron {
  display: none;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.footer-v2__children {
  display: flex;
  flex-direction: column;
}

.footer-v2__child-link {
  color: var(--colors-white);
  text-decoration: none;
  font-size: var(--font-size-small);
  margin-bottom: 0.625rem;
  transition: color 0.2s ease;
  font-family: var(--body-font-family);
}

.footer-v2__child-link:hover {
  color: var(--colors-white);
}

.footer-v2__bottom p,
.footer-v2__bottom a {
  font-size: var(--font-size-small);
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .footer-v2__content nav {
    flex-direction: column;
    gap: 0.625rem;
  }
  
  .footer-v2__group {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    order: var(--mobile-order);
  }
  
  .footer-v2__group::before {
    display: none;
  }
  
  .footer-v2__link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }

  .footer-v2__link-text {
    margin-bottom: 0;
  }
  
  .footer-v2__chevron {
    display: inline-block;
  }
  
  .footer-v2__children {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .footer-v2__toggle:checked ~ .footer-v2__children {
    max-height: unset;
    padding: 1rem 0.85rem;
  }

  .footer-v2__toggle:checked ~ .footer-v2__link .footer-v2__chevron {
    transform: rotate(180deg);
  }

  .footer-v2__header img {
    max-width: 116px;
  }

  .footer-v2 .block__social-links a {
    width: 1.875rem;
    height: 1.875rem;
  }

  .footer-v2 .block__social-links a img {
    max-height: 14px;
  }

  .footer-v2__bottom .container {
    justify-content: center;
    flex-direction: column;
  }

  .footer-v2__bottom .footer-v2__copyright {
    border-bottom: 1px solid var(--colors-grey-45);
    padding-bottom: 0.625rem;
  }

  .footer-v2__bottom .footer-v2__legal-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .footer-v2__content {
    padding: 20px 0;
  }

  .footer-v2__bottom {
    padding-bottom: 12rem;
  }
}

/* Checkbox */
.wp_option-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 2px solid var(--brand-accent-blue-sky);
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  flex: 0 0 20px;
}

.wp_option-checkbox:checked {
  background-color: var(--brand-accent-blue-sky);
}

.wp_option-checkbox:checked::after {
  content: '✓';
  position: absolute;
  color: var(--colors-white);
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp_option-checkbox.wp_checkbox-big {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

/* clickable card */
.clickable-card {
  position: relative;
  cursor: pointer;
}

/* Create the overlay with ::before */
.clickable-card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Above the card content but below interactive elements */
}

/* Optional: Add hover effect to indicate clickability */
.clickable-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* header/globals fixes */
main {
  padding-top: var(--main-offset);
}

main.promo-banner-enabled {
  padding-top: calc(var(--main-offset) + var(--promo-height));
}

body header .container {
  max-width: var(--container-max-width);
}

.site_header.alternative--header {
  height: var(--header-height);
  padding: 0;
}

.site_header.alternative--header .wp-container {
  padding: 0;
}

.site_header.alternative--header.has-promo-banner {
  height: calc(var(--header-height) + var(--promo-height));
}

.site_header.alternative--header .block--header {
  height: var(--header-height);
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.site_header.alternative--header .block--header .menu-icon {
  min-width: 0 !important;
}

.site_header.alternative--header .block--header .block__logo,
.site_header.alternative--header .block--header .block__utility-mobile  {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

body header .container .block__logo {
  width: 100%;
  max-width: calc(180px + var(--container-padding));
}

@media (min-width: 768px) {
  body header .container .block__logo {
    max-width: calc(220px + var(--container-padding));
  }
}

.site_header.alternative--header .block--header .block__logo a {
  padding-inline: var(--container-padding);
  height: 100%;
  display: flex;
  align-items: center;
}

.site_header.alternative--header .block--header .block__nav--mega-menu {
  padding: 0;
  height: 100%;
}

.site_header.alternative--header .mega-menu__panel button {
  height: 90px;
  padding: 1rem 0;
}

.site_header.alternative--header .mega-menu__panel button:focus {
  outline: none;
}

.site_header.alternative--header .mega-menu__panel button:focus-visible {
  outline: 2px solid var(--brand-accent-blue-sky);
  outline-offset: 2px;
}

body header .block__utility {
  transition: none;
}

@media (max-width: 1023px) {
  .site_header.alternative--header .block--header .block__nav--mega-menu.open {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: calc(var(--header-height) + var(--promo-height));
    max-height: calc(100dvh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    padding: var(--container-padding);
  }

  .site_header.alternative--header.has-promo-banner .block--header .block__nav--mega-menu.open {
    max-height: calc(100dvh - (var(--header-height) + var(--promo-height)));
    height: calc(100dvh - (var(--header-height) + var(--promo-height)));
  }
}

.site_header.alternative--header .block--header .block__utility-mobile > button,
.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon {
  padding: 0 var(--container-padding); 
  height: var(--header-height);
  margin: 0 !important;
  display: flex;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
}

.site_header.alternative--header .block--header .block__utility-mobile > button {
  padding-right: calc(var(--container-padding) / 2);
}

.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon {
  padding-left: calc(var(--container-padding) / 2);
}

.site_header .block--header .block__utility-mobile > label.menu-icon .close {
  display: none;
}

.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon.active .open,
.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon .close {
  opacity: 0;
  display: block;
}

.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon.active .close {
  opacity: 1;
}

.site_header.alternative--header .block--header .block__utility-mobile > label.menu-icon .close {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: translateX(-3px);
}

body header .container .block__on-canvas {
  display: none;
}

body header .container .block__nav--mega-menu.open .block__on-canvas {
  display: flex;
}

.site_header.alternative--header .block--header {
  padding: 0;
}

@media (min-width: 1024px) {
  .site_header.alternative--header .wp-container {
    padding: 0 var(--container-padding);
  }
    
  .site_header.alternative--header .block--header .block__logo,
  .site_header.alternative--header .block--header .block__utility-mobile {
    display: none
  }

  body header .container .block__logo-desktop {
    height: 100%;
    max-width: 250px;
  }

  body header .container .block__logo-desktop a {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
  }

  body header .container .block--header .block__utility.block__utility--alternative {
    position: absolute;
    top: 1.5rem;
    right: 0;
  }

  body header .container .block__on-canvas {
    gap: 1.5rem;
    height: 100%;
    justify-content: flex-end;
    display: flex;
  }

  body header .container .block__nav--mega-menu nav {
    align-items: center;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  body header .container .block__on-canvas > nav {
    flex-direction: column;
  }

  body header .container .block__nav--mega-menu nav {
    width: 100%;
    justify-content: space-between;
  }

  body header .container .block__logo-desktop {
    position: absolute;
    top: 1.4rem;
    left: 0;
    height: auto;
    max-width: 200px;
  }
}

.site_header.alternative--header,
body header.alternate.alternative--header .block--header .block__utility,
body header.alternate.alternative--header .block--header .block__utility *,
body header .container .block__logo-desktop,
body header .container .block__logo-desktop * {
  transition: none !important
}

/* wp-form-btn loading state styles */
.wp-form-btn.loading-state {
  opacity: 0.8 !important;
  cursor: not-allowed !important;
}

.wp-form-btn.loading-state .submit-text {
  display: none !important;
}

.wp-form-btn.loading-state .loading-spinner {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
}

.wp-form-btn.loading-spinner {
  display: none !important;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* menu card */
.menu-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.menu-card__image {
  width: 100%;
  height: 135px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  justify-content: center;
}

.menu-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card__image .menu-card__play-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.menu-card__image .menu-card__play-icon-container .menu-card__play-icon {
  width: 40px;
  height: 40px;
}

.menu-card .menu-card__menu-link {
  width: 100%;
  justify-content: space-between;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--colors-black);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.menu-card .menu-card__menu-link.menu-card__link--overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}    

.menu-card .menu-card__menu-link > svg {
  transition: transform 0.3s ease;
  color: var(--brand-primary);
  margin-left: 0.5rem;
  flex: 0 0 0.7rem;
}

.menu-card .menu-card__menu-link:hover > svg {
  transform: translateX(5px);
}
