/* Apply HubL and simple variables here, 
  variables needing CSS calculations or query logic 
  apply in their respective common/elements files */
:root {
  /* Typography */
  --primary-font-family: 'Red Hat Text', Helvetica Neue, Helvetica, Arial, sans-serif;
  --secondary-font-family: 'Red Hat Display', Helvetica Neue, Helvetica, Arial, sans-serif;
	
	/* Colors */
	--base-color: #051637;
	--primary-color: #ff8200;
	--primary-color-hover: #ff8200;
	--secondary-color: #051637;
	--secondary-color-hover: #051637;
	--tertiary-color: #040F25;
	--tertiary-color-hover: #040F25;

	/* Blues */
	--secondary-200: #9CA5B6;
	--secondary-300: #7884a0; 
	--secondary-400: #394A6D;
	--secondary-500: #071D49;
	--secondary-600: #051637;
	--secondary-700: #040F25;
	--secondary-900: #010307;

	/* Filters for re-coloring img/svg assets, can use a generator (https://angel-rs.github.io/css-color-filter-generator/) to get filter values for a hex code */
	--filter-primary: brightness(0) saturate(100%) invert(59%) sepia(34%) saturate(5484%) hue-rotate(360deg) brightness(102%) contrast(106%);

	--black: #000;
	--dark-gray: #4d4d4d;
	--medium-gray: #c2c2c2;
	--light-gray: #f9f9f9;
	--white: #fff;

  /* Layout */
  --border-radius: 0;
}

body {
	color: var(--base-color);
	font-family: var(--primary-font-family);
	font-size: var(--text-base);
	line-height: var(--line-height-base);
}

@charset "UTF-8";/* Will compile into main.css

  Responsive and utility mixins are auto imported into modules, 
  use @include to access them.

  Example:
  @include bp(tablet) {
    @include visually-hidden;
  }

  Delete this file if not using it.
*/.sb-carousel__tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  width: 100%;
  margin-bottom: 5rem;
}
.sb-carousel__tabs-nav button {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
  padding: 0 0 0.6rem;
  cursor: pointer;
}
.sb-carousel__tabs-nav button:hover, .sb-carousel__tabs-nav button.hover, .sb-carousel__tabs-nav button:focus-visible, .sb-carousel__tabs-nav button.focus-visible, .sb-carousel__tabs-nav button.is-active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.sb-slider.sb-carousel--bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sb-slider.sb-carousel--bleed .sb-slider__navigation--image-center,
.sb-slider.sb-carousel--bleed .sb-slider__navigation--slide-center {
  width: auto;
  left: calc(var(--bleed-inset, 0) - 10rem);
  right: calc(var(--bleed-inset, 0) - 10rem);
}

.sb-carousel--poster .sb-slider__slide {
  position: relative;
}
.sb-carousel--poster .sb-rich-content {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.sb-carousel--poster .sb-rich-content__text {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  margin: 0;
  padding: 2.8rem 2rem 0.9rem 2rem;
  background: linear-gradient(0deg, rgba(10, 7, 11, 0.95) 39.11%, rgba(10, 7, 11, 0) 100%);
  min-height: 100px;
  display: flex;
  align-items: flex-end;
}
.sb-carousel--poster .sb-rich-content__heading {
  color: var(--white);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sb-carousel--poster a::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  content: "";
}
.sb-carousel--poster figcaption {
  margin: 0;
  flex-grow: 1;
}
.sb-carousel--poster figcaption :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--white, #fff);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sb-carousel--poster .sb-carousel__corner-badge {
  position: absolute;
  top: 0rem;
  left: 2rem;
  z-index: 2;
  padding: 1rem 0.6rem 0.6rem;
  border: 1px solid rgba(4, 15, 37, 0.5);
  background: linear-gradient(0deg, #040F25 73.65%, #071D49 100%);
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sb-carousel--poster .sb-slider__arrow {
  width: 4.3rem;
  height: 11.7rem;
  border-radius: 0.8rem;
  background-color: rgba(4, 15, 37, 0.8);
  opacity: 1;
}
.sb-carousel--poster .sb-slider__arrow svg {
  height: 2.2rem;
  fill: var(--primary-color);
}
.sb-carousel--poster .sb-slider__arrow:hover, .sb-carousel--poster .sb-slider__arrow:focus-visible {
  background-color: rgb(4, 15, 37);
}
.sb-carousel--poster .sb-slider__arrow:disabled {
  opacity: 0.25;
}.testimonial-carousel-1__testimonial {
  width: 100%;
  text-align: center;
}
.testimonial-carousel-1 .sb-testimonial__testimony {
  font-size: var(--text-large);
}
.testimonial-carousel-1 .sb-testimonial__headshot-logo {
  border-radius: 50%;
}
@media not screen and (min-width: 768px) {
  .testimonial-carousel-1 .flickity-button {
    display: none;
  }
}.sb-carousel__cta {
  position: relative;
  margin: var(--cta-overhang, var(--gap-lg)) auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .sb-carousel__cta {
    max-width: var(--cta-max-width, 56rem);
  }
}
.sb-carousel__cta a {
  color: var(--base-color);
}
.sb-carousel__cta a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.sb-carousel__cta:hover, .sb-carousel__cta:focus-within {
  color: var(--primary-color);
}
.sb-carousel__cta svg {
  display: block;
  margin: var(--gap) 0 0 auto;
}

.sb-slider.sb-carousel--bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sb-slider.sb-carousel--bleed .sb-slider__navigation--image-center,
.sb-slider.sb-carousel--bleed .sb-slider__navigation--slide-center {
  width: auto;
  left: calc(var(--bleed-inset, 0) - 10rem);
  right: calc(var(--bleed-inset, 0) - 10rem);
}

.sb-carousel--poster .sb-slider__slide {
  position: relative;
}
.sb-carousel--poster .sb-rich-content {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.sb-carousel--poster .sb-rich-content__text {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  margin: 0;
  padding: 2.8rem 2rem 0.9rem 2rem;
  background: linear-gradient(0deg, rgba(10, 7, 11, 0.95) 39.11%, rgba(10, 7, 11, 0) 100%);
  min-height: 100px;
  display: flex;
  align-items: flex-end;
}
.sb-carousel--poster .sb-rich-content__heading {
  color: var(--white);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sb-carousel--poster a::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  content: "";
}
.sb-carousel--poster figcaption {
  margin: 0;
  flex-grow: 1;
}
.sb-carousel--poster figcaption :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--white, #fff);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sb-carousel--poster .sb-carousel__corner-badge {
  position: absolute;
  top: 0rem;
  left: 2rem;
  z-index: 2;
  padding: 1rem 0.6rem 0.6rem;
  border: 1px solid rgba(4, 15, 37, 0.5);
  background: linear-gradient(0deg, #040F25 73.65%, #071D49 100%);
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sb-carousel--poster .sb-slider__arrow {
  width: 4.3rem;
  height: 11.7rem;
  border-radius: 0.8rem;
  background-color: rgba(4, 15, 37, 0.8);
  opacity: 1;
}
.sb-carousel--poster .sb-slider__arrow svg {
  height: 2.2rem;
  fill: var(--primary-color);
}
.sb-carousel--poster .sb-slider__arrow:hover, .sb-carousel--poster .sb-slider__arrow:focus-visible {
  background-color: rgb(4, 15, 37);
}
.sb-carousel--poster .sb-slider__arrow:disabled {
  opacity: 0.25;
}.sb-catalog {
  --sb-catalog-control-bg: var(--secondary-color);
  --sb-catalog-control-border: var(--secondary-300);
}
.sb-catalog__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap);
  margin-bottom: var(--gap-lg);
}
.sb-catalog__header h1 {
  margin: 0;
  font-weight: 900;
}
.sb-catalog__header .sb-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--primary-color);
}
.sb-catalog__country {
  flex-shrink: 0;
}
.sb-catalog__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.sb-catalog__platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s, outline-color 0.2s;
}
.sb-catalog__platform img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-catalog__platform span {
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}
.sb-catalog__platform:hover, .sb-catalog__platform:focus-visible, .sb-catalog__platform.is-active {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
.sb-catalog__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  margin-bottom: var(--gap);
}
.sb-catalog__filter--range {
  position: relative;
}
.sb-catalog__select, .sb-catalog__filter--range .sb-catalog__filter-trigger {
  position: relative;
  appearance: none;
  min-height: 2.75rem;
  padding: 1rem 3.4rem 1rem 1.6rem;
  background-color: var(--sb-catalog-control-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 30'%3E%3Cpath fill='%23ffffff' d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: 10px;
  border: 1px solid var(--sb-catalog-control-border);
  border-radius: 0.5rem;
  color: inherit;
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--white);
  cursor: pointer;
}
.sb-catalog__select:hover, .sb-catalog__select:focus-visible, .sb-catalog__filter--range .sb-catalog__filter-trigger:hover, .sb-catalog__filter--range .sb-catalog__filter-trigger:focus-visible {
  border-color: var(--primary-color);
}
.sb-catalog__select option:hover, .sb-catalog__filter--range .sb-catalog__filter-trigger option:hover {
  background: none !important;
  box-shadow: none !important;
  color: var(--primary-color);
}
.sb-catalog__select option:checked, .sb-catalog__filter--range .sb-catalog__filter-trigger option:checked {
  color: var(--primary-color);
  font-weight: 700;
}
.sb-catalog__filter--range .sb-catalog__filter-trigger {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.sb-catalog__filter--range .sb-catalog__filter-trigger:focus-within {
  border-color: var(--primary-color);
}
.sb-catalog__filter-trigger {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.sb-catalog__filter--range-dropdown {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  width: 350px;
  max-width: 100vw;
  background: var(--sb-catalog-control-bg);
  border: 1px solid var(--sb-catalog-control-border);
  padding: var(--gap) var(--gap) var(--gap-md);
}
.sb-catalog__filter--range-dropdown[hidden] {
  display: none;
}
.sb-catalog__range {
  position: relative;
  height: 1.6rem;
  margin-top: 2rem;
}
.sb-catalog__range input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: none;
  appearance: none;
  pointer-events: none;
}
.sb-catalog__range input[type=range]::-webkit-slider-runnable-track {
  appearance: none;
  background: none;
}
.sb-catalog__range input[type=range]::-moz-range-track {
  background: none;
}
.sb-catalog__range input[type=range]::-webkit-slider-thumb {
  appearance: none;
  pointer-events: auto;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease, background-color 0.1s ease;
}
.sb-catalog__range input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  height: 16px;
  width: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease, background-color 0.1s ease;
}
.sb-catalog__range-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  transform: translateY(-50%);
  background: var(--secondary-200);
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
}
.sb-catalog__range-fill {
  position: absolute;
  top: 0;
  left: var(--range-min, 0%);
  right: calc(100% - var(--range-max, 100%));
  height: 100%;
  background: var(--primary-color);
}
.sb-catalog__range-value {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateX(-50%);
  margin: 0 0 0.4rem;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  pointer-events: none;
}
.sb-catalog__range-reset {
  display: block;
  margin: 1.2rem auto 0;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
.sb-catalog__range-reset:hover, .sb-catalog__range-reset:focus-visible {
  opacity: 1;
  color: var(--primary-color);
}
.sb-catalog__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.sb-catalog__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sb-catalog__toggle-track {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 1.5rem;
  background: var(--secondary-200);
  border-radius: 1.1rem;
  transition: background 0.2s, border-color 0.2s;
}
.sb-catalog__toggle-track::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}
.sb-catalog__toggle-label {
  white-space: nowrap;
}
.sb-catalog__toggle input:checked + .sb-catalog__toggle-track {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.sb-catalog__toggle input:checked + .sb-catalog__toggle-track::after {
  transform: translateX(1.8rem);
}
.sb-catalog__toggle input:focus-visible + .sb-catalog__toggle-track {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
.sb-catalog__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap);
  margin-bottom: var(--gap-lg);
}
.sb-catalog__count {
  margin: 0;
  color: var(--secondary-200);
}
.sb-catalog__sort {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--secondary-200);
}
.sb-catalog__sort span {
  white-space: nowrap;
  margin-left: -10px;
  margin-right: 5px;
}
.sb-catalog__search {
  position: relative;
}
@media (min-width: 768px) {
  .sb-catalog__search {
    margin-left: auto;
  }
}
.sb-catalog__search input {
  min-width: 14rem;
  min-height: 2.75rem;
  padding: 1rem 3.2rem 1rem 1rem;
  background-color: var(--sb-catalog-control-bg);
  border: 1px solid var(--sb-catalog-control-border);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  color: var(--white);
}
.sb-catalog__search input::placeholder {
  color: inherit;
  opacity: 0.6;
}
.sb-catalog__search input:hover, .sb-catalog__search input:focus-visible {
  border-color: var(--primary-color);
}
.sb-catalog__search-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  display: inline-flex;
  pointer-events: none;
  opacity: 0.7;
}
.sb-catalog__search-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}
.sb-catalog__reset {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}
.sb-catalog__reset.button[class*="--text"] {
  text-transform: none;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: none;
}
.sb-catalog__reset.button[class*="--text"]:hover, .sb-catalog__reset.button[class*="--text"].hover, .sb-catalog__reset.button[class*="--text"]:focus-visible, .sb-catalog__reset.button[class*="--text"].focus-visible {
  text-decoration: underline;
}
.sb-dark-mode .sb-catalog__reset.button {
  color: var(--secondary-200);
}
.sb-catalog__reset[hidden], .sb-catalog__more[hidden], .sb-catalog__empty[hidden] {
  display: none;
}
.sb-catalog__empty {
  padding: var(--gap-lg) 0;
  text-align: center;
}
.sb-catalog__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--gap-lg);
}
.sb-catalog .sb-catalog__item[hidden] {
  display: none;
}
.sb-catalog__poster {
  position: relative;
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  aspect-ratio: 2/3;
}
.sb-catalog__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-catalog__poster-title {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  margin: 0;
  padding: 2.8rem 2rem 0.9rem 2rem;
  background: linear-gradient(0deg, rgba(10, 7, 11, 0.95) 39.11%, rgba(10, 7, 11, 0) 100%);
  min-height: 100px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sb-catalog__corner-badge {
  position: absolute;
  top: 0rem;
  left: 2rem;
  z-index: 2;
  padding: 1rem 0.6rem 0.6rem;
  border: 1px solid rgba(4, 15, 37, 0.5);
  background: linear-gradient(0deg, #040F25 73.65%, #071D49 100%);
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}.sb-catalog-shelves__shelf {
  margin-bottom: var(--gap-xl, 4rem);
}
.sb-catalog-shelves__shelf:last-child {
  margin-bottom: 0;
}
.sb-catalog-shelves__heading {
  margin: 0 0 1rem;
}
.sb-catalog-shelves--flush .sb-catalog-shelves__shelf {
  margin-bottom: 0;
  padding: 2rem 0;
}.sb-category-nav {
  margin-bottom: var(--gap-lg);
}
.sb-category-nav__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.sb-category-nav__categories {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.sb-category-nav__search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  background: none;
  border: 0;
  color: var(--white, #fff);
  font-size: 1.4rem;
  cursor: pointer;
  transition: color 0.2s;
}
.sb-category-nav__search-trigger:hover, .sb-category-nav__search-trigger:focus-visible {
  color: var(--primary-color);
}
.sb-category-nav__search-icon {
  display: inline-flex;
  color: var(--primary-color);
}
.sb-category-nav__search-icon svg {
  width: 1.875rem;
  height: 1.875rem;
}
.sb-category-nav__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.6rem;
  color: var(--white, #fff);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
}
.sb-category-nav__item:hover, .sb-category-nav__item:focus-visible {
  border-bottom-color: var(--primary-color);
}
.sb-category-nav__item.is-active {
  border-bottom-color: var(--primary-color);
}
.sb-category-nav__icon {
  display: inline-flex;
  color: var(--primary-color);
}
.sb-category-nav__icon svg {
  width: 1.875rem;
  height: 1.875rem;
}
.sb-category-nav__label {
  font-size: 1.4rem;
}
.sb-category-nav__divider {
  width: 1px;
  align-self: center;
  height: 1.6rem;
  background: var(--secondary-200);
  margin-top: -0.5rem;
}
.sb-category-nav__group {
  position: relative;
}
.sb-category-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 250;
  min-width: 16rem;
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #0a1c44;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  font-size: 1.4rem;
}
.sb-category-nav__dropdown::before {
  content: "";
  position: absolute;
  inset: -0.75rem 0 auto;
  height: 0.75rem;
}
.sb-category-nav__group.has-dropdown:hover .sb-category-nav__dropdown, .sb-category-nav__group.has-dropdown:focus-within .sb-category-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sb-category-nav__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-category-nav__dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.375rem;
  color: var(--white, #fff);
  text-decoration: none;
  white-space: nowrap;
}
.sb-category-nav__dropdown-link:hover, .sb-category-nav__dropdown-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--primary-color);
}
.sb-category-nav__dropdown-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--primary-color);
}
@media not screen and (min-width: 768px) {
  .sb-category-nav {
    margin-bottom: calc(var(--gap-lg) / 2);
  }
  .sb-category-nav__nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sb-category-nav__nav::-webkit-scrollbar {
    display: none;
  }
  .sb-category-nav__categories {
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .sb-category-nav__item {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .sb-category-nav__search-trigger {
    order: -1;
    flex-shrink: 0;
    gap: 1rem;
  }
  .sb-category-nav__search-trigger > span:last-child {
    display: none;
  }
  .sb-category-nav__search-trigger::after {
    content: "";
    width: 1px;
    height: 1.4rem;
    background: currentColor;
    opacity: 0.3;
  }
}

.sb-search {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 1.5rem 1.5rem;
}
.sb-search[hidden] {
  display: none;
}
.sb-search__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 26, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sb-search__panel {
  position: relative;
  width: min(100%, 42rem);
  max-height: 76vh;
  display: flex;
  flex-direction: column;
  color: var(--white, #fff);
  background: #0a1c44;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.sb-search__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sb-search__bar-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--primary-color);
}
.sb-search__bar-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.sb-search__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.4;
}
.sb-search__input:focus {
  outline: none;
}
.sb-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sb-search__close {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font-size: 1.75rem;
  line-height: 1;
  opacity: 0.7;
  cursor: pointer;
}
.sb-search__close:hover, .sb-search__close:focus-visible {
  opacity: 1;
  color: var(--primary-color);
}
.sb-search__results {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  overflow-y: auto;
}
.sb-search__result {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.sb-search__result:hover, .sb-search__result:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}
.sb-search__result-poster {
  flex-shrink: 0;
  width: 2.5rem;
  height: 3.75rem;
  object-fit: cover;
  border-radius: 0.25rem;
}
.sb-search__result-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.sb-search__result-title {
  font-weight: 600;
}
.sb-search__result-type {
  font-size: 0.8rem;
  opacity: 0.6;
}
.sb-search__empty {
  margin: 0;
  padding: 1.75rem;
  text-align: center;
  opacity: 0.7;
}.content-icons-1 {
  display: grid;
  grid-gap: var(--gap);
}
@media (min-width: 768px) {
  .content-icons-1 {
    grid-template-columns: 1fr 50%;
    grid-gap: var(--gap-md);
  }
}
.content-icons-1__rich-text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .content-icons-1__rich-text {
    position: sticky;
    top: 11rem;
    margin-bottom: 0;
  }
}
.content-icons-1__rich-text *:last-child {
  margin-bottom: 0;
}
.content-icons-1__icons {
  display: grid;
  grid-gap: 3rem;
}
.content-icons-1__icon-description p {
  max-width: 50rem;
}.sb-content-media__row {
  --gap-row: var(--gap-lg);
}
.sb-content-media__row + .sb-content-media__row {
  margin-top: var(--gap-lg);
}
@media (min-width: 768px) {
  .sb-content-media__row + .sb-content-media__row {
    margin-top: var(--gap-row);
  }
}
.sb-content-media .sb-testimonial {
  margin-top: var(--gap-md);
}
.sb-content-media .buttons-wrapper {
  margin-top: var(--gap);
}.cta-cards-1__cards {
  display: grid;
  grid-gap: var(--gap);
}
@media (min-width: 768px) {
  .cta-cards-1__cards--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-cards-1__cards--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cta-cards-1__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: var(--light-gray);
  color: var(--base-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  .cta-cards-1__card {
    padding: 4rem;
  }
}
.cta-cards-1__card:hover, .cta-cards-1__card.hover, .cta-cards-1__card.is-active, .cta-cards-1__card:focus-visible, .cta-cards-1__card.focus-visible {
  background-color: var(--primary-color);
  color: var(--white);
}
.cta-cards-1__card:hover .cta-cards-1__inner-icon, .cta-cards-1__card.hover .cta-cards-1__inner-icon, .cta-cards-1__card.is-active .cta-cards-1__inner-icon, .cta-cards-1__card:focus-visible .cta-cards-1__inner-icon, .cta-cards-1__card.focus-visible .cta-cards-1__inner-icon {
  filter: brightness(0) invert(1);
}
.cta-cards-1__card .cta-cards-1__inner {
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.cta-cards-1__card .cta-cards-1__link {
  color: inherit;
}
.cta-cards-1__card .cta-cards-1__link::before {
  position: absolute;
  inset: 0;
  content: "";
  cursor: pointer;
}
.cta-cards-1__card--stacked .cta-cards-1__inner {
  flex-direction: column;
  align-items: flex-start;
}
.cta-cards-1__inner-icon {
  flex-shrink: 0;
}
.cta-cards-1__arrow {
  display: block;
  height: 20px;
  flex-shrink: 0;
  align-self: flex-end;
  margin-top: auto;
}.cta-full-1__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--gap);
}
.cta-full-1__button svg {
  position: relative;
  left: 0;
  display: block;
  transition: all 0.2s ease;
}
.cta-full-1__button:hover svg, .cta-full-1__button.hover svg, .cta-full-1__button:focus-visible svg, .cta-full-1__button.focus-visible svg {
  left: 1rem;
}.cta-full-2 {
  background-color: var(--light-gray);
  text-align: center;
}.sb-featured-hero__slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sb-featured-hero__slide {
    min-height: 0;
    aspect-ratio: 1215/576;
  }
}
.sb-featured-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 22, 55, 0.92) 0%, rgba(5, 22, 55, 0.7) 35%, rgba(5, 22, 55, 0.1) 100%);
}
.sb-featured-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.sb-featured-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 40rem;
  padding: var(--gap-md);
  color: var(--white, #fff);
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .sb-featured-hero__content {
    padding: var(--gap-xl, 4rem);
  }
}
.sb-featured-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  padding: 0.6rem 1.4rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--secondary-font-family);
}
.sb-featured-hero__eyebrow-icon {
  color: var(--white);
}
.sb-featured-hero__title {
  margin: 0 0 1.2rem;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.1;
  text-transform: none;
  font-weight: 900;
}
.sb-featured-hero__synopsis {
  margin: 0 0 1.8rem;
  max-width: 46rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media not screen and (min-width: 600px) {
  .sb-featured-hero__synopsis {
    display: none;
  }
}
.sb-featured-hero__cta {
  text-transform: uppercase;
}
.sb-featured-hero .sb-slider__pagination {
  position: absolute;
  z-index: 3;
  bottom: 1.5rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
  justify-content: center;
}
.sb-featured-hero .sb-slider__pagination-dot {
  background-color: var(--white);
  opacity: 1;
}
.sb-featured-hero .sb-slider__pagination-dot[aria-current] {
  background-color: var(--primary-color);
  opacity: 1;
}
@media not screen and (min-width: 1024px) {
  .sb-featured-hero__slider.sb-slider {
    width: 100%;
  }
}.sb-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  isolation: isolate;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .sb-hero {
    flex-direction: row;
    min-height: 75rem;
  }
}
.sb-hero--dark::before {
  background-image: url("https://www.d-box.com/hubfs/D_Box_2026/hero-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: calc(100% + 6rem);
  inset: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .sb-hero--dark::before {
    height: calc(100% + 20rem);
  }
}
.sb-hero__bg {
  aspect-ratio: 16/9;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .sb-hero__bg {
    aspect-ratio: unset;
    inset: 0;
    left: initial;
    position: absolute;
    width: calc(100% - (100% - var(--container-width)) / 2);
  }
}
.sb-hero__image, .sb-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.sb-hero__content {
  background: var(--secondary-500);
  margin-block: 0;
  padding: 4rem 2rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .sb-hero__content {
    margin-block: 12rem;
    max-width: 52%;
    padding: 5.6rem;
    padding-left: calc((100% - var(--container-width)) / 2);
  }
}
.sb-hero__content .sb-rich-content {
  max-width: 60rem;
  width: 100%;
}
@media (min-width: 768px) {
  .sb-hero__content .sb-rich-content {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .sb-hero__content .sb-rich-content {
    padding-left: 3rem;
  }
}
.sb-hero .sb-rich-content {
  margin: 0;
}
.sb-hero .buttons-wrapper {
  margin-top: var(--gap);
}.icon-grid-1 {
  display: grid;
  grid-gap: var(--gap-md);
}
@media (min-width: 768px) {
  .icon-grid-1 {
    grid-template-columns: repeat(var(--columns-tablet), 1fr);
  }
}
@media (min-width: 1440px) {
  .icon-grid-1 {
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}
.icon-grid-1__icon--center {
  text-align: center;
}
.icon-grid-1__icon--center lottie-player {
  margin: 0 auto 2rem;
}
.icon-grid-1__icon--right {
  text-align: right;
}
.icon-grid-1__icon--left {
  text-align: left;
}
.icon-grid-1__icon--left lottie-player {
  margin: 0 0 2rem 0;
}
.icon-grid-1__icon--card {
  padding: 2rem;
  background-color: var(--light-gray);
}
.icon-grid-1__heading, .icon-grid-1__description {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.icon-grid-1__description *:last-child {
  margin-bottom: 0;
}.sb-logos__logo img {
  display: block;
  margin: 0 auto;
}@media (min-width: 1120px) {
  .header__navigation {
    width: 100%;
  }
}

.menu-toggle {
  width: 25px;
  height: 16px;
  padding: 0;
  background: none;
  border: 0;
  appearance: none;
  transform: rotate(0);
  transition: 0.4s ease;
}
.menu-toggle:hover, .menu-toggle.hover, .menu-toggle:focus-visible, .menu-toggle.focus-visible {
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--primary-color);
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: all 0.2s ease;
}
.menu-toggle span:nth-child(1) {
  top: 0;
  width: 100%;
}
.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 7px;
}
.menu-toggle span:nth-child(4) {
  top: 14px;
  width: 100%;
}
.menu-toggle[aria-expanded=true] span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%;
}
.menu-toggle[aria-expanded=true] span:nth-child(2), .menu-toggle[aria-expanded=true] span:nth-child(3) {
  top: 7px;
}
.menu-toggle[aria-expanded=true] span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-toggle[aria-expanded=true] span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}

.menu {
  display: none;
  position: absolute;
  z-index: 101;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100vh - 70px);
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1120px) {
  .menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
    max-height: inherit;
    overflow: inherit;
  }
}
.menu.open {
  display: block;
}
@media (min-width: 1120px) {
  .menu.open {
    display: flex;
  }
}
.menu > li > a:not(.button) {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  font-size: 1.4rem;
  padding: 1rem 2rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
  color: var(--secondary-color);
  text-transform: uppercase;
}
.menu > li > a:not(.button):hover, .menu > li > a:not(.button).hover, .menu > li > a:not(.button):focus-visible, .menu > li > a:not(.button).focus-visible, .menu > li > a:not(.button).is-active {
  cursor: pointer;
  color: var(--primary-color);
}
@media (min-width: 1120px) {
  .menu > li > a:not(.button) {
    display: inline-flex;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
  }
}
.menu > li > a:not(.button) > svg {
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.6rem;
}
@media (min-width: 1120px) {
  .menu li:last-child:not(.menu__button) {
    margin-right: auto;
  }
}
.menu__button {
  padding: 1rem 2rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
}
@media (min-width: 1120px) {
  .menu__button {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-left: auto;
  }
}

.dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background-color: var(--light-gray);
}
@media (min-width: 1120px) {
  .dropdown-menu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    background-color: var(--white);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  }
}
.dropdown-menu--sub {
  background-color: var(--white);
}
@media (min-width: 1120px) {
  .dropdown-menu--sub {
    top: -0.5rem;
    left: 100%;
  }
}
.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  width: max-content;
  padding: 0.5rem 2rem;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a.hover, .dropdown-menu > li > a:focus-visible, .dropdown-menu > li > a.focus-visible, .dropdown-menu > li > a.is-active {
  cursor: pointer;
  color: var(--secondary-color);
}
@media (min-width: 1120px) {
  .dropdown-menu > li > a {
    justify-content: space-between;
    gap: var(--gap-sm);
  }
}
.dropdown-menu .dropdown-menu {
  z-index: 1;
}

.dropdown {
  position: relative;
}
.dropdown-toggle svg {
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.6rem;
  transition: transform 0.2s ease;
}
@media (min-width: 1120px) {
  .dropdown-toggle svg {
    transform: rotate(-90deg);
  }
}
.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown.open > .dropdown-toggle > svg {
  transform: rotate(180deg);
}
@media (min-width: 1120px) {
  .dropdown.open > .dropdown-toggle > svg {
    transform: rotate(90deg);
  }
}.sb-newsletter__tab {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 250;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.2rem;
  background: #0a1c44;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 0;
  border-radius: 0.75rem 0 0 0.75rem;
  color: var(--white, #fff);
  cursor: pointer;
  transition: background 0.2s;
}
.sb-newsletter__tab:hover, .sb-newsletter__tab:focus-visible {
  background: #0d2454;
}
.sb-newsletter__icon {
  display: inline-flex;
  color: var(--primary-color);
}
.sb-newsletter__icon svg {
  width: 1.75rem;
  height: auto;
}
.sb-newsletter__tab-label {
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}
.sb-newsletter__overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.sb-newsletter__overlay[hidden] {
  display: none;
}
.sb-newsletter__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 26, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.sb-newsletter__panel {
  position: relative;
  width: min(94vw, 78rem);
  max-height: min(88vh, 70rem);
  overflow-y: auto;
  padding: 4rem 4.8rem;
  background: #0a1c44;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  color: var(--white, #fff);
}
.sb-newsletter__close {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0.7;
  cursor: pointer;
}
.sb-newsletter__close:hover, .sb-newsletter__close:focus-visible {
  opacity: 1;
  color: var(--primary-color);
}
.sb-newsletter__heading.h5 {
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 3.2rem;
  text-transform: uppercase;
}
.sb-newsletter__desc {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  opacity: 0.8;
}
.sb-newsletter {
  /* The panel holds a HubSpot form embed, so everything below restyles
     HubSpot's own markup to match the reference newsletter design. */
}
.sb-newsletter__form {
  /* Two columns so the submit sits flush against the email input, as in the
     reference. Every other field spans the full width on the rows beneath. */
}
.sb-newsletter__form form {
  align-items: end;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 2rem;
}
.sb-newsletter__form {
  /* The email sits inside .hs-dependent-field alongside the progressive
     Interest(s) field. Flattening the wrapper makes both real grid items so
     the submit can sit beside the input. */
}
.sb-newsletter__form .hs-dependent-field {
  display: contents;
}
.sb-newsletter__form form > *,
.sb-newsletter__form .hs-dependent-field > * {
  grid-column: 1/-1;
}
.sb-newsletter__form form .hs_email {
  grid-column: 1;
  grid-row: 1;
}
.sb-newsletter__form form .hs_submit {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.sb-newsletter__form form > iframe,
.sb-newsletter__form form > input[type=hidden] {
  display: none;
}
.sb-newsletter__form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.sb-newsletter__form {
  /* HubSpot marks required fields in red by default; the reference uses the
     same colour as the label. */
}
.sb-newsletter__form .hs-form-required {
  color: inherit;
}
.sb-newsletter__form .hs-field-desc {
  font-size: 1.3rem;
  margin: -0.4rem 0 0.8rem;
  opacity: 0.75;
}
.sb-newsletter__form .hs-input:not([type=checkbox], [type=radio]) {
  background: var(--secondary-900);
  border: 0;
  border-radius: 0;
  color: var(--white, #fff);
  font: inherit;
  font-size: 1.8rem;
  height: 6.4rem;
  padding: 0 2rem;
  width: 100%;
}
.sb-newsletter__form .hs-input:not([type=checkbox], [type=radio])::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.sb-newsletter__form .hs-input:not([type=checkbox], [type=radio]):focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: -2px;
}
.sb-newsletter__form {
  /* Arrow submit, same height as the input and butted against it. */
}
.sb-newsletter__form .hs-button {
  background: var(--secondary-500);
  border: 0;
  border-radius: 0;
  color: var(--white, #fff);
  cursor: pointer;
  font-size: 2rem;
  height: 6.4rem;
  min-width: 9rem;
  padding: 0 2rem;
  transition: background 0.2s ease;
}
.sb-newsletter__form .hs-button:hover, .sb-newsletter__form .hs-button:focus-visible {
  background: var(--primary-color);
}
.sb-newsletter__form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sb-newsletter__form .inputs-list li + li {
  margin-top: 1rem;
}
.sb-newsletter__form :is(.hs-form-checkbox-display, .hs-form-booleancheckbox-display, .hs-form-radio-display) {
  align-items: start;
  display: flex;
  gap: 1.6rem;
}
.sb-newsletter__form :is(.hs-form-checkbox-display, .hs-form-booleancheckbox-display, .hs-form-radio-display) > span {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.sb-newsletter__form {
  /* Orange outlined boxes with an orange tick, matching the reference. */
}
.sb-newsletter__form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid var(--primary-color);
  cursor: pointer;
  flex: none;
  height: 2.6rem;
  margin: 0;
  position: relative;
  width: 2.6rem;
}
.sb-newsletter__form input[type=checkbox]:checked::after {
  border: solid var(--primary-color);
  border-width: 0 0.3rem 0.3rem 0;
  content: "";
  height: 1.3rem;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.7rem;
}
.sb-newsletter__form input[type=checkbox]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.sb-newsletter__form .legal-consent-container {
  margin-top: 1.2rem;
}
.sb-newsletter__form .legal-consent-container p {
  margin: 0;
}
.sb-newsletter__form .legal-consent-container :is(p, span) {
  font-size: 1.5rem;
  line-height: 1.5;
}
.sb-newsletter__form .legal-consent-container a {
  text-decoration: underline;
}
.sb-newsletter__form :is(.hs-error-msg, .hs-error-msgs label) {
  color: #ff8a8a;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.6rem 0 0;
}
.sb-newsletter__form .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sb-newsletter__form .submitted-message {
  font-size: 1.6rem;
}
@media not screen and (min-width: 600px) {
  .sb-newsletter__form form {
    grid-template-columns: 1fr;
  }
  .sb-newsletter__form .hs_submit {
    grid-column: 1;
    grid-row: auto;
  }
  .sb-newsletter__form .hs-button {
    width: 100%;
  }
}/* Will compile into main.css

  Responsive and utility mixins are auto imported into modules, 
  use @include to access them.

  Example:
  @include bp(tablet) {
    @include visually-hidden;
  }

  Delete this file if not using it.
*/.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .social-links {
    justify-content: flex-start;
  }
}
.social-links__link {
  display: grid;
  place-content: center;
  width: 3.8rem;
  height: 3.8rem;
  background-color: var(--dark-blue);
  color: var(--white);
  font-size: 0;
}
.social-links__link svg {
  height: 1.8rem;
  fill: var(--white);
  transition: all 0.2s ease;
}
.social-links__link:hover, .social-links__link.hover, .social-links__link:focus-visible, .social-links__link.focus-visible {
  background-color: var(--primary-color);
}.social-sharing__icon {
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
.social-sharing__icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.social-sharing__icon:hover, .social-sharing__icon.hover, .social-sharing__icon.is-active, .social-sharing__icon:focus-visible, .social-sharing__icon.focus-visible {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
  color: var(--white);
}:where(.sb-theater-locator) :where(.button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid var(--primary-color, #ff8200);
  border-radius: 0.4rem;
  background: transparent;
  color: var(--primary-color, #ff8200);
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
:where(.sb-theater-locator) :where(.button):hover, :where(.sb-theater-locator) :where(.button):focus-visible {
  background: var(--primary-color, #ff8200);
  color: #fff;
}

.sb-theater-locator {
  background-color: var(--base-color, #051637);
  color: var(--white, #fff);
  padding: var(--gap-md, 4rem) max(2rem, (100% - 130.5rem) / 2);
}
.sb-theater-locator__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .sb-theater-locator__top {
    flex-direction: row;
    align-items: stretch;
  }
}
.sb-theater-locator__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap, 2rem);
  flex-basis: 30rem;
  padding: var(--gap-md, 4rem);
  background-color: var(--secondary-500, #071D49);
  color: var(--white, #fff);
  box-sizing: content-box;
}
.sb-theater-locator__panel::before {
  content: "";
  display: block;
  width: 50%;
  max-width: 225px;
  max-height: 100%;
  aspect-ratio: 225/286;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://www.d-box.com/hubfs/D_Box_2026/map-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.sb-theater-locator__panel div,
.sb-theater-locator__panel form {
  position: relative;
  z-index: 2;
}
.sb-theater-locator__panel h2 {
  font-weight: 900;
}
@media (min-width: 768px) {
  .sb-theater-locator__panel h2 {
    font-size: 4rem;
  }
}
.sb-theater-locator__form {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 2rem);
}
.sb-theater-locator__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sb-theater-locator__field label {
  font-size: 1.3rem;
  font-weight: 600;
}
.sb-theater-locator__field-search {
  position: relative;
}
.sb-theater-locator__field-search svg {
  position: absolute;
  top: calc(50% - 0.5rem);
  transform: translateY(-50%);
  right: 1rem;
}
.sb-theater-locator__form .sb-theater-locator__postal, .sb-theater-locator__form .sb-theater-locator__radius {
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 0.8rem 1.2rem;
  background-color: transparent;
  border: 1px solid var(--white, #fff);
  border-radius: 0.5rem;
  color: var(--white, #fff);
  -webkit-text-fill-color: var(--white, #fff);
  font: inherit;
}
.sb-theater-locator__form .sb-theater-locator__postal::placeholder, .sb-theater-locator__form .sb-theater-locator__radius::placeholder {
  color: var(--white, #fff);
  -webkit-text-fill-color: var(--white, #fff);
  opacity: 0.6;
}
.sb-theater-locator__form .sb-theater-locator__postal:focus-visible, .sb-theater-locator__form .sb-theater-locator__radius:focus-visible {
  outline: none;
  border-color: var(--primary-color, #ff8200);
}
.sb-theater-locator__form .sb-theater-locator__radius {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 30'%3E%3Cpath fill='%23ffffff' d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 11px;
}
.sb-theater-locator__form .sb-theater-locator__radius option {
  color: var(--base-color, #051637);
  -webkit-text-fill-color: var(--base-color, #051637);
}
.sb-theater-locator__submit {
  align-self: flex-start;
}
.sb-theater-locator__map {
  min-height: 32rem;
  overflow: hidden;
  background: var(--base-color, #051637);
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .sb-theater-locator__map {
    min-height: 59rem;
  }
}
.sb-theater-locator--no-map .sb-theater-locator__map {
  display: none;
}
.sb-theater-locator__results-section {
  margin-top: var(--gap-lg, 8rem);
}
.sb-theater-locator__status {
  margin: 0 0 var(--gap, 2rem);
  font-weight: 700;
}
.sb-theater-locator__results {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sb-theater-locator__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap, 2rem);
  padding: var(--gap, 2rem);
  border-bottom: 1px solid var(--secondary-400, #394A6D);
  transition: all 0.3s;
  cursor: pointer;
}
.sb-theater-locator__result[hidden] {
  display: none;
}
.sb-theater-locator__result:first-child {
  border-top: 1px solid var(--secondary-400, #394A6D);
}
.sb-theater-locator__result:hover, .sb-theater-locator__result:focus-within {
  background: var(--secondary-500, #071D49);
  color: var(--white, #fff);
}
.sb-theater-locator__result-main {
  display: flex;
  gap: var(--gap, 2rem);
  min-width: 0;
}
.sb-theater-locator__result-pin {
  flex-shrink: 0;
}
.sb-theater-locator__result-pin svg {
  display: block;
}
.sb-theater-locator__result-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.sb-theater-locator__result-name {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: none;
}
.sb-theater-locator__result-address {
  margin: 0;
  font-size: 1.6rem;
}
.sb-theater-locator__result-directions {
  margin-top: 0.25rem;
  color: var(--primary-color, #ff8200);
  font-size: 1.4rem;
}
.sb-theater-locator__result-directions:hover, .sb-theater-locator__result-directions:focus-visible {
  text-decoration: underline;
}
.sb-theater-locator__result-website {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.sb-theater-locator__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--gap-lg, 8rem);
}
.sb-theater-locator__more[hidden] {
  display: none;
}
.sb-theater-locator__empty {
  padding: var(--gap, 2rem) 0;
}
.sb-theater-locator__info-window {
  color: var(--base-color, #051637);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sb-theater-locator__info-window p {
  margin: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}
.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}
.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}
.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}
.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}
.datatable-selector {
	padding: 6px;
}
.datatable-input {
	padding: 6px 12px;
}
.datatable-info {
	margin: 7px 0;
}
/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}
.datatable-pagination li {
	list-style: none;
	float: left;
}
.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}
.datatable-pagination a,
.datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.datatable-pagination a:hover,
.datatable-pagination button:hover {
	background-color: #d9d9d9;
}
.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}
.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}
.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
	font-weight: bold;
}
/* TABLE */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
}
.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
}
.datatable-table th {
	vertical-align: bottom;
	text-align: left;
}
.datatable-table th a {
	text-decoration: none;
	color: inherit;
}
.datatable-table th button,
.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}
.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}
.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}
.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}
.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}
.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}
.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}
.datatable-empty {
	text-align: center;
}
.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}
table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}
table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}
*, *::before, *::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
/**
  This is an adaptation of a default file provided by HubSpot. It sets
  some defaults for images, classes for responsive videos, and a little
  fix for the page editor.
**/
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
img[style*=left] {
  margin-right: 1.5em;
}
img[style*=right] {
  margin-left: 1.5em;
}
img[style*=float] {
  margin-bottom: 1.5em;
}
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 0;
}
video {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  border: 0;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
}
.no-list {
  list-style: none;
  padding-left: 0;
}
.no-list > li {
  padding-left: 0;
}
.no-list > li::marker {
  content: "";
}
.hs-tools-menu li::marker {
  content: "";
}
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
:root {
  /* Typography */
  --text-base: 1.8rem;
  --text-xsmall: calc(var(--text-base) * 0.75);
  --text-small: calc(var(--text-base) * 0.875);
  --text-large: calc(var(--text-base) * 1.25);
  --text-xlarge: calc(var(--text-base) * 1.5);
  --line-height-base: 1.5;
  --line-height-small: calc(var(--line-height-base) * 0.8);
  --line-height-large: calc(var(--line-height-base) * 1.125);
  /* Layout */
  --container-width: 1180px;
  --container-width-n: 1180;
  --container-width-narrow: 880px;
  --container-margin: calc((100dvw - var(--container-width)) / 2);
  /* Spacing */
  --gap: 2rem;
  --gap-none: 0;
  --gap-xs: calc(var(--gap) * 0.25);
  --gap-sm: calc(var(--gap) * 0.5);
  --gap-default: var(--gap);
  --gap-md: calc(var(--gap) * 2);
  --gap-lg: calc(var(--gap) * 4);
  --gap-xl: calc(var(--gap) * 6);
  box-sizing: border-box;
  background-color: var(--white);
  overflow-x: clip;
  word-break: break-word;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  scroll-padding-top: calc(var(--scroll-padding-top) + var(--scroll-extra, 0px));
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--text-base);
  line-height: var(--line-height-base);
}
.body-wrapper {
  flex-grow: 1;
}
:focus:not(:focus-visible) {
  outline: none;
}
.bg-detail .body-container-wrapper {
  background-color: var(--secondary-600);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.bg-detail .body-container-wrapper::before {
  background-image: url("https://www.d-box.com/hubfs/D_Box_2026/hero-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  max-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .bg-detail .body-container-wrapper::before {
    max-height: 800px;
  }
}
.content-wrapper {
  max-width: var(--container-width);
  width: 90%;
  margin: 0 auto;
}
.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}
section,
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: calc(var(--gap-xl) / 2) 0;
}
.dnd-section:not([class*=force-full-width-section]) > .row-fluid {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.dnd-section:not([class*=force-full-width-section]) > .row-fluid .hs-private {
  width: 100%;
  /* for the dnd add module here placeholder */
}
.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}
@media (min-width: 768px) {
  .dnd-section > .row-fluid {
    display: flex;
    column-gap: 3rem;
  }
  .dnd-section [class*=span] {
    flex: 1;
  }
  .dnd-section .span0 {
    flex-basis: 0%;
    min-width: 0;
  }
  .dnd-section .span1 {
    flex-basis: 8.3333333333%;
    min-width: 0;
  }
  .dnd-section .span2 {
    flex-basis: 16.6666666667%;
    min-width: 0;
  }
  .dnd-section .span3 {
    flex-basis: 25%;
    min-width: 0;
  }
  .dnd-section .span4 {
    flex-basis: 33.3333333333%;
    min-width: 0;
  }
  .dnd-section .span5 {
    flex-basis: 41.6666666667%;
    min-width: 0;
  }
  .dnd-section .span6 {
    flex-basis: 50%;
    min-width: 0;
  }
  .dnd-section .span7 {
    flex-basis: 58.3333333333%;
    min-width: 0;
  }
  .dnd-section .span8 {
    flex-basis: 66.6666666667%;
    min-width: 0;
  }
  .dnd-section .span9 {
    flex-basis: 75%;
    min-width: 0;
  }
  .dnd-section .span10 {
    flex-basis: 83.3333333333%;
    min-width: 0;
  }
  .dnd-section .span11 {
    flex-basis: 91.6666666667%;
    min-width: 0;
  }
  .dnd-section .span12 {
    flex-basis: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  section,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--gap-xl) 0;
  }
}
.content-grid {
  display: grid;
  grid-gap: var(--gap);
}
@media (min-width: 768px) {
  .content-grid {
    grid-template-columns: repeat(var(--columns-tablet, var(--columns, 3)), 1fr);
  }
}
@media (min-width: 1440px) {
  .content-grid {
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}
/* Flex */
.sb-flex {
  --responsive-gap: calc(var(--gap-col) / var(--container-width) * 100vw);
  --gap-col: var(--gap-xl);
  display: flex;
  gap: var(--gap);
}
@media (min-width: 768px) {
  .sb-flex {
    gap: clamp(var(--gap), var(--responsive-gap), var(--gap-col));
  }
}
.sb-flex--wrap {
  flex-wrap: wrap;
}
.sb-flex--inline {
  display: inline-flex;
}
.sb-flex-row {
  flex-direction: row;
}
.sb-flex-col {
  flex-direction: column;
}
.sb-flex-row-reverse {
  flex-direction: row-reverse;
}
.sb-flex-col-reverse {
  flex-direction: column-reverse;
}
.sb-align-start {
  align-items: flex-start;
}
.sb-align-center {
  align-items: center;
}
.sb-align-end {
  align-items: flex-end;
}
.sb-align-stretch {
  align-items: stretch;
}
.sb-align-baseline {
  align-items: baseline;
}
.sb-justify-start {
  justify-content: flex-start;
}
.sb-justify-center {
  justify-content: center;
}
.sb-justify-end {
  justify-content: flex-end;
}
.sb-justify-between {
  justify-content: space-between;
}
.sb-justify-around {
  justify-content: space-around;
}
.sb-justify-evenly {
  justify-content: space-evenly;
}
@media not screen and (min-width: 768px) {
  .sb-flex-row--mobile {
    flex-direction: row;
  }
  .sb-flex-col--mobile {
    flex-direction: column;
  }
  .sb-flex-row-reverse--mobile {
    flex-direction: row-reverse;
  }
  .sb-flex-col-reverse--mobile {
    flex-direction: column-reverse;
  }
  .sb-items-start--mobile {
    align-items: flex-start;
  }
  .sb-items-center--mobile {
    align-items: center;
  }
  .sb-items-end--mobile {
    align-items: flex-end;
  }
  .sb-items-stretch--mobile {
    align-items: stretch;
  }
  .sb-items-baseline--mobile {
    align-items: baseline;
  }
  .sb-justify-start--mobile {
    justify-content: flex-start;
  }
  .sb-justify-center--mobile {
    justify-content: center;
  }
  .sb-justify-end--mobile {
    justify-content: flex-end;
  }
  .sb-justify-between--mobile {
    justify-content: space-between;
  }
  .sb-justify-around--mobile {
    justify-content: space-around;
  }
  .sb-justify-evenly--mobile {
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .sb-flex-row--tablet {
    flex-direction: row;
  }
  .sb-flex-col--tablet {
    flex-direction: column;
  }
  .sb-flex-row-reverse--tablet {
    flex-direction: row-reverse;
  }
  .sb-flex-col-reverse--tablet {
    flex-direction: column-reverse;
  }
  .sb-items-start--tablet {
    align-items: flex-start;
  }
  .sb-items-center--tablet {
    align-items: center;
  }
  .sb-items-end--tablet {
    align-items: flex-end;
  }
  .sb-items-stretch--tablet {
    align-items: stretch;
  }
  .sb-items-baseline--tablet {
    align-items: baseline;
  }
  .sb-justify-start--tablet {
    justify-content: flex-start;
  }
  .sb-justify-center--tablet {
    justify-content: center;
  }
  .sb-justify-end--tablet {
    justify-content: flex-end;
  }
  .sb-justify-between--tablet {
    justify-content: space-between;
  }
  .sb-justify-around--tablet {
    justify-content: space-around;
  }
  .sb-justify-evenly--tablet {
    justify-content: space-evenly;
  }
}
.sb-grid {
  display: grid;
  gap: var(--row-gap) var(--column-gap);
  grid-template-columns: repeat(var(--columns), 1fr);
}
body.modal-open .body-wrapper > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset;
}
header {
  position: sticky;
  top: 0;
  z-index: 200;
}
.header {
  background-color: var(--white);
}
.header__container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 1.8rem 0;
  width: calc(100% - 4rem);
}
.header__logo a {
  display: block;
  font-size: 0;
}
.header__skip {
  position: absolute;
  top: 0;
  line-height: 1;
  margin-top: -1.5em;
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 0.8em;
  z-index: 250;
  padding: 0.25em;
  left: 0;
}
.header__skip:not(:focus) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.header__skip:focus {
  margin-top: 0;
}
.footer {
  background-color: var(--secondary-700);
  padding: 6.4rem 0;
}
.footer__top {
  border-bottom: 1px solid var(--secondary-900);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 6rem;
}
@media not screen and (min-width: 600px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links > div > ul {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 3.2rem;
}
@media not screen and (min-width: 600px) {
  .footer__links > div > ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
  }
}
.footer__links > div > ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.footer__links > div > ul > li > a[href*="javascript:void(0);"] {
  pointer-events: none;
}
.footer__links ul ul > li > a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.footer__links li a:not(:hover, :focus-visible) {
  color: var(--white);
}
.footer__bottom {
  color: var(--secondary-300);
  font-size: 1rem;
  font-weight: 400;
  gap: 2rem;
  line-height: 1.2;
}
@media not screen and (min-width: 600px) {
  .footer__bottom {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
  }
}
.footer__source-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer__privacy-links {
  gap: 4rem;
}
@media not screen and (min-width: 600px) {
  .footer__privacy-links {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
.footer__privacy-links .hs-menu-wrapper ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media not screen and (min-width: 600px) {
  .footer__privacy-links .hs-menu-wrapper ul {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: var(--gap);
  }
}
.footer__privacy-links .hs-menu-wrapper li a:not(:hover, :focus-visible) {
  color: var(--secondary-300);
}
.footer {
  /* HubSpot's language switcher ships its own light-theme CSS
     (cos-LanguageSwitcher/LanguageSwitcher.css). Restyle it for the dark footer
     and flip it open upward — it sits on the last line of the page, so a
     downward panel gets clipped by the viewport. */
}
.footer__lang-switcher .lang_switcher_class {
  display: inline-block;
  position: relative;
}
.footer__lang-switcher {
  /* HubSpot nests the dropdown *inside* .globe_class, so the icon mask has to
     live on a pseudo-element — masking the div itself would clip the panel. */
}
.footer__lang-switcher .globe_class {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  height: 2rem;
  width: 2rem;
}
.footer__lang-switcher .globe_class::before {
  background-color: var(--secondary-300);
  content: "";
  display: block;
  height: 100%;
  transition: background-color 0.2s ease;
  width: 100%;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cellipse cx='12' cy='12' rx='4.1' ry='9.2'/%3E%3Cpath d='M3.2 9h17.6M3.2 15h17.6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9.2'/%3E%3Cellipse cx='12' cy='12' rx='4.1' ry='9.2'/%3E%3Cpath d='M3.2 9h17.6M3.2 15h17.6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.footer__lang-switcher .lang_switcher_class:hover .globe_class::before,
.footer__lang-switcher .lang_switcher_class:focus-within .globe_class::before {
  background-color: var(--white);
}
.footer__lang-switcher .lang_switcher_class:hover .lang_list_class,
.footer__lang-switcher .lang_switcher_class:focus-within .lang_list_class {
  display: block;
}
.footer__lang-switcher {
  /* Transparent shell: it only positions the panel and bridges the hover gap
     between the globe and the list. The visible panel is the li's. */
}
.footer__lang-switcher .lang_list_class {
  background: none;
  border: 0;
  bottom: 100%;
  display: none;
  left: 50%;
  list-style: none;
  margin: 0;
  min-width: 13rem;
  padding: 0 0 1.2rem;
  top: auto;
  transform: translateX(-50%);
}
.footer__lang-switcher .lang_list_class::before,
.footer__lang-switcher .lang_list_class::after {
  border: 0.8rem solid transparent;
  bottom: 0.2rem;
  margin-left: -0.8rem;
  top: auto;
}
.footer__lang-switcher .lang_list_class::before {
  border-bottom-color: transparent;
  border-top-color: var(--secondary-400);
}
.footer__lang-switcher .lang_list_class::after {
  border-bottom-color: transparent;
  border-top-color: var(--secondary-600);
  bottom: 0.3rem;
}
.footer__lang-switcher .lang_list_class li {
  background-color: var(--secondary-600);
  border-left: 1px solid var(--secondary-400);
  border-right: 1px solid var(--secondary-400);
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.6rem 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.footer__lang-switcher .lang_list_class li:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
  border-top: 1px solid var(--secondary-400);
  padding-top: 1rem;
}
.footer__lang-switcher .lang_list_class li:last-child {
  border-bottom: 1px solid var(--secondary-400);
  border-radius: 0 0 0.4rem 0.4rem;
  padding-bottom: 1rem;
}
.footer__lang-switcher .lang_list_class li a {
  display: block;
  text-decoration: none;
}
.footer__lang-switcher .lang_list_class li a:not(:hover, :focus-visible) {
  color: var(--white);
}
.footer__lang-switcher .lang_list_class li a:hover,
.footer__lang-switcher .lang_list_class li a:focus-visible {
  color: var(--primary-color);
}
.sb-movie-detail {
  position: relative;
}
.sb-movie-detail__backdrop {
  position: absolute;
  inset: 0 0 auto;
  height: min(675px, 70vh);
  overflow: hidden;
}
.sb-movie-detail__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sb-movie-detail__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 22, 55, 0.88) 0%, rgba(5, 22, 55, 0.82) 45%, var(--base-color) 100%);
}
.sb-movie-detail__content {
  position: relative;
  padding-top: var(--gap-lg);
  padding-bottom: var(--gap-lg);
}
@media not screen and (min-width: 768px) {
  .sb-movie-detail__content {
    padding-top: calc(var(--gap-lg) / 2);
    padding-bottom: calc(var(--gap-lg) / 2);
  }
}
.sb-movie-detail__header {
  display: flex;
  align-items: center;
  gap: var(--gap);
  margin-bottom: var(--gap-lg);
}
.sb-movie-detail__header h1 {
  margin: 0;
  text-transform: none;
  font-weight: 900;
}
.sb-movie-detail__back {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
}
.sb-movie-detail__back:hover, .sb-movie-detail__back:focus-visible {
  opacity: 0.8;
}
.sb-movie-detail__layout {
  display: grid;
  gap: var(--gap-lg);
  align-items: start;
}
@media (min-width: 768px) {
  .sb-movie-detail__layout {
    grid-template-columns: minmax(0, 384px) minmax(0, 1fr);
  }
}
.sb-movie-detail__poster {
  width: 100%;
  max-width: 384px;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 0.5rem;
}
.sb-movie-detail__label {
  margin: 0 0 0.25rem;
  font-size: var(--text-base);
  font-weight: 700;
  text-transform: uppercase;
}
.sb-movie-detail__label i {
  font-style: italic;
}
.sb-movie-detail h2.sb-movie-detail__label {
  line-height: var(--line-height-base);
}
.sb-movie-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 0 0 2.4rem;
}
.sb-movie-detail__meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
}
.sb-movie-detail__overview {
  margin-bottom: 2.4rem;
}
.sb-movie-detail__genres {
  margin: 0 0 2.4rem;
}
.sb-movie-detail__related {
  margin-top: var(--gap-xl, 4rem);
}
.sb-title-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap-lg) var(--gap);
  margin: var(--gap-lg) 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .sb-title-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .sb-title-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .sb-title-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.sb-title-grid__item {
  position: relative;
}
.sb-title-grid__item a {
  display: block;
  color: currentColor;
  text-decoration: none;
}
.sb-title-grid__item a:hover .sb-title-grid__title, .sb-title-grid__item a:focus-visible .sb-title-grid__title {
  color: var(--primary-color);
}
.sb-title-grid__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 0.5rem;
}
.sb-title-grid__title {
  display: block;
  margin-top: 0.75rem;
  font-weight: 600;
}
.sb-type-badge {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.sb-flush--right > .row-fluid {
  margin-left: 5%;
}
@media (min-width: 1180px) {
  .sb-flush--right > .row-fluid {
    margin-left: var(--container-margin);
  }
}
@media not screen and (min-width: 1024px) {
  .video-endorsements > .row-fluid {
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 1024px) {
  .video-endorsements .span4:first-child {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-top: var(--gap);
}
.text-center .buttons-wrapper {
  justify-content: center;
}
.text-right .buttons-wrapper {
  justify-content: flex-end;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid;
  appearance: none;
  transition: all 0.2s ease;
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  cursor: pointer;
}
.button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-left: 1.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: transform 0.24s ease-in-out;
}
.button:hover::after, .button.hover::after, .button.is-active::after, .button:focus-visible::after, .button.focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}
.button[class*="--text"] {
  min-height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
}
.button[class*="--text"]:hover, .button[class*="--text"].hover, .button[class*="--text"].is-active, .button[class*="--text"]:focus-visible, .button[class*="--text"].focus-visible {
  border-bottom-color: transparent;
}
.button[class*="--text"]::after {
  display: none;
}
.button--no-chevron::after {
  display: none;
}
.button--primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
.button--primary:hover, .button--primary.hover, .button--primary.is-active, .button--primary:focus-visible, .button--primary.focus-visible {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.button--secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
}
.button--secondary:hover, .button--secondary.hover, .button--secondary.is-active, .button--secondary:focus-visible, .button--secondary.focus-visible {
  background-color: transparent;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.button--text-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.button--text-primary:hover, .button--text-primary.hover, .button--text-primary.is-active, .button--text-primary:focus-visible, .button--text-primary.focus-visible {
  color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.button--outline-primary {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.button--outline-primary:hover, .button--outline-primary.hover, .button--outline-primary.is-active, .button--outline-primary:focus-visible, .button--outline-primary.focus-visible {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
.button--text-secondary {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.button--text-secondary:hover, .button--text-secondary.hover, .button--text-secondary.is-active, .button--text-secondary:focus-visible, .button--text-secondary.focus-visible {
  color: var(--secondary-color-hover);
  border-color: var(--secondary-color-hover);
}
.sb-dark-mode .button--primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
.sb-dark-mode .button--primary:hover, .sb-dark-mode .button--primary.hover, .sb-dark-mode .button--primary.is-active, .sb-dark-mode .button--primary:focus-visible, .sb-dark-mode .button--primary.focus-visible {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.sb-dark-mode .button--secondary {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--secondary-color);
}
.sb-dark-mode .button--secondary:hover, .sb-dark-mode .button--secondary.hover, .sb-dark-mode .button--secondary.is-active, .sb-dark-mode .button--secondary:focus-visible, .sb-dark-mode .button--secondary.focus-visible {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.sb-dark-mode .button--text-primary {
  color: var(--white);
  border-color: var(--white);
}
.sb-dark-mode .button--text-primary:hover, .sb-dark-mode .button--text-primary.hover, .sb-dark-mode .button--text-primary.is-active, .sb-dark-mode .button--text-primary:focus-visible, .sb-dark-mode .button--text-primary.focus-visible {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.sb-dark-mode .button--outline-primary {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.sb-dark-mode .button--outline-primary:hover, .sb-dark-mode .button--outline-primary.hover, .sb-dark-mode .button--outline-primary.is-active, .sb-dark-mode .button--outline-primary:focus-visible, .sb-dark-mode .button--outline-primary.focus-visible {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
.sb-dark-mode .button--text-secondary {
  color: var(--white);
  border-color: var(--white);
}
.sb-dark-mode .button--text-secondary:hover, .sb-dark-mode .button--text-secondary.hover, .sb-dark-mode .button--text-secondary.is-active, .sb-dark-mode .button--text-secondary:focus-visible, .sb-dark-mode .button--text-secondary.focus-visible {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.button--icon {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
}
.button--icon > span {
  flex-shrink: 0;
}
.button--icon > svg {
  height: 1em;
}
.button--full {
  display: flex;
  justify-content: center;
  width: 100%;
}
.button--small {
  min-height: 3.4rem;
  padding: 0.8rem 1.2rem;
  font-size: var(--text-small);
}
.button--large {
  padding: 1.8rem 2.4rem;
  font-size: var(--text-large);
}
form input[type=submit],
form .hs-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid;
  appearance: none;
  transition: all 0.2s ease;
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  cursor: pointer;
}
form input[type=submit]::after,
form .hs-button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-left: 1.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: transform 0.24s ease-in-out;
}
form input[type=submit]:hover::after, form input[type=submit].hover::after, form input[type=submit].is-active::after, form input[type=submit]:focus-visible::after, form input[type=submit].focus-visible::after,
form .hs-button:hover::after,
form .hs-button.hover::after,
form .hs-button.is-active::after,
form .hs-button:focus-visible::after,
form .hs-button.focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}
form input[type=submit],
form .hs-button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
form input[type=submit]:hover, form input[type=submit].hover, form input[type=submit].is-active, form input[type=submit]:focus-visible, form input[type=submit].focus-visible,
form .hs-button:hover,
form .hs-button.hover,
form .hs-button.is-active,
form .hs-button:focus-visible,
form .hs-button.focus-visible {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
form input[type=file]::-webkit-file-upload-button, form input[type=file]::file-selector-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.9rem 1.6rem;
  border: 1px solid;
  appearance: none;
  transition: all 0.2s ease;
  font-family: var(--secondary-font-family);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  cursor: pointer;
}
form input[type=file]::-webkit-file-upload-button::after, form input[type=file]::file-selector-button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-left: 1.5rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transition: transform 0.24s ease-in-out;
}
form input[type=file]::-webkit-file-upload-button:hover::after, form input[type=file]::-webkit-file-upload-button.hover::after, form input[type=file]::-webkit-file-upload-button.is-active::after, form input[type=file]::-webkit-file-upload-button:focus-visible::after, form input[type=file]::-webkit-file-upload-button.focus-visible::after, form input[type=file]::file-selector-button:hover::after, form input[type=file]::file-selector-button.hover::after, form input[type=file]::file-selector-button.is-active::after, form input[type=file]::file-selector-button:focus-visible::after, form input[type=file]::file-selector-button.focus-visible::after {
  transform: translateX(3px) rotate(45deg);
}
form input[type=file]::-webkit-file-upload-button, form input[type=file]::file-selector-button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
form input[type=file]::-webkit-file-upload-button:hover, form input[type=file]::-webkit-file-upload-button.hover, form input[type=file]::-webkit-file-upload-button.is-active, form input[type=file]::-webkit-file-upload-button:focus-visible, form input[type=file]::-webkit-file-upload-button.focus-visible, form input[type=file]::file-selector-button:hover, form input[type=file]::file-selector-button.hover, form input[type=file]::file-selector-button.is-active, form input[type=file]::file-selector-button:focus-visible, form input[type=file]::file-selector-button.focus-visible {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
a.cta_button {
  box-sizing: border-box;
}
.resource-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
}
.resource-card__image {
  width: 100%;
  aspect-ratio: var(--image-ratio, 3/2);
}
.resource-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .resource-card__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.resource-card__sub-title {
  margin-bottom: 1rem;
}
.resource-card__title a {
  color: var(--base-color);
}
.resource-card__title a::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
}
.resource-card__button {
  margin-top: auto;
}
.resource-card--default .resource-card__image {
  margin-bottom: var(--gap-sm);
}
.resource-card--card, .resource-card--row-card {
  background-color: var(--light-gray);
}
.resource-card--card .resource-card__details {
  padding: 2rem;
}
@media (min-width: 768px) {
  .resource-card--card .resource-card__details {
    padding: 4rem;
  }
}
.resource-card--row, .resource-card--row-card {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  gap: var(--gap-sm);
  padding: 2rem;
}
@media (min-width: 768px) {
  .resource-card--row, .resource-card--row-card {
    padding: 4rem;
    gap: var(--gap-md);
  }
}
@media (min-width: 1024px) {
  .resource-card--row, .resource-card--row-card {
    grid-template-columns: 35% 1fr;
  }
}
.sb-slider {
  --sb-slide-overhang: 0px;
  --slide-overhang-adjustment: calc(var(--sb-slide-overhang) / var(--sb-slides-per));
  --slide-size: calc(100% / var(--sb-slides-per) - var(--slide-overhang-adjustment, 0%));
  --pagination-height: 1.4rem;
  --pagination-width: 1.4rem;
  --arrow-size: 4rem;
  --arrow-gap: 2rem;
  --navigation-gap: var(--gap);
  --navigation-margin: var(--gap-lg);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media not screen and (min-width: 1280px) {
  .sb-slider {
    width: calc(100% - 8rem);
    margin-inline: auto;
  }
}
.sb-slider__viewport {
  min-width: 0;
  overflow: hidden;
}
.sb-slider__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--sb-slide-spacing) * -1);
}
.sb-slider__slide {
  flex: 0 0 var(--slide-size);
  padding: 0 var(--sb-slide-spacing);
  min-width: 0;
}
.sb-slider__slide a:focus {
  outline: none;
}
.sb-slider__slide:focus-within .sb-rich-content {
  border-radius: 0.3rem;
  border: 2px solid var(--white);
}
.sb-slider--pagination-circle .sb-slider__pagination-dot, .sb-slider--pagination-square .sb-slider__pagination-dot {
  height: var(--pagination-height);
  width: var(--pagination-height);
}
.sb-slider--pagination-circle .sb-slider__pagination-dot {
  border-radius: 50%;
}
.sb-slider--pagination-oblong .sb-slider__pagination-dot {
  border-radius: 100px;
  height: calc(var(--pagination-height) / 2);
  width: calc(var(--pagination-height) * 1.4);
}
.sb-slider--pagination-oblong .sb-slider__pagination-dot[aria-current] {
  width: calc(var(--pagination-height) * 2);
}
.sb-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--navigation-gap);
  margin-bottom: var(--navigation-margin);
  width: fit-content;
  padding: 0 var(--sb-slide-spacing);
}
.sb-slider__pagination[class*=bottom] {
  margin-bottom: 0;
  margin-top: var(--navigation-margin);
  order: 10;
}
.sb-slider__pagination[class*=center] {
  align-self: center;
}
.sb-slider__pagination[class*=right] {
  align-self: flex-end;
}
.sb-slider__pagination-dot {
  appearance: none;
  background-color: currentColor;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 0.3;
  padding: 0;
  transition: opacity 0.2s, width 0.3s;
}
.sb-slider__pagination-dot[aria-current] {
  opacity: 1;
}
.sb-slider__pagination--progress {
  border-radius: 1.5rem;
  border: 1px solid var(--base-color);
  background-color: transparent;
  position: relative;
  height: 0.6rem;
  justify-self: flex-end;
  align-self: center;
  width: 30rem;
  max-width: 90%;
  overflow: hidden;
}
.sb-slider__pagination--progress-bar {
  background-color: var(--base-color);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}
.sb-slider__navigation {
  position: relative;
  z-index: 2;
  display: flex;
  gap: var(--arrow-gap);
  padding: 0 var(--sb-slide-spacing);
  width: fit-content;
  pointer-events: none;
}
.sb-slider__navigation--outside {
  padding: 0;
}
.sb-slider__navigation--image-center, .sb-slider__navigation--slide-center, .sb-slider__navigation[class=split] {
  justify-content: space-between;
}
.sb-slider__navigation--image-center, .sb-slider__navigation--slide-center {
  position: absolute;
  z-index: 10;
  top: var(--navigation-center, 50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 98%;
}
.sb-slider__navigation--outside.sb-slider__navigation--image-center {
  transform: translate(-50%, -50%);
  left: 50%;
  right: initial;
  margin: 0 auto;
  width: calc(100% + 12rem);
}
.sb-slider__navigation--outside.sb-slider__navigation--slide-center {
  margin: 0 auto;
  width: calc(100% + 12rem);
}
.sb-slider__navigation[class*=top] {
  margin-bottom: var(--navigation-margin);
}
.sb-slider__navigation[class*=top] ~ .sb-slider__pagination[class*=top] {
  padding: 0 calc(var(--arrow-size) * 2 + var(--arrow-gap) * 3);
  margin-top: calc(0px - (var(--arrow-size) + var(--navigation-margin) - 1.5rem));
}
.sb-slider__navigation[class*=top][class*=split] ~ .sb-slider__pagination[class*=top] {
  padding: 0 calc(var(--arrow-size) + 2rem);
}
.sb-slider__navigation[class*=top][class*=center] ~ .sb-slider__pagination[class*=top][class*=center] {
  margin-top: calc(var(--navigation-margin) / 2);
}
.sb-slider__navigation[class*=top][class*=center] ~ .sb-slider__pagination[class*=top][class*=left] {
  padding-left: var(--sb-slide-spacing);
}
.sb-slider__navigation[class*=top][class*=center] ~ .sb-slider__pagination[class*=top][class*=right] {
  padding-right: var(--sb-slide-spacing);
}
.sb-slider__navigation[class*=bottom] {
  order: 15;
  margin-top: var(--navigation-margin);
}
.sb-slider__navigation[class*=bottom] ~ .sb-slider__pagination[class*=bottom] {
  padding: 0 calc(var(--arrow-size) * 2 + var(--arrow-gap) * 3);
  margin-bottom: calc(0px - (var(--arrow-size) + var(--navigation-margin) - 1.5rem));
}
.sb-slider__navigation[class*=bottom][class*=split] ~ .sb-slider__pagination[class*=bottom] {
  padding: 0 calc(var(--arrow-size) + 2rem);
}
.sb-slider__navigation[class*=bottom][class*=center] ~ .sb-slider__pagination[class*=bottom][class*=center] {
  margin-bottom: calc(var(--navigation-margin) / 2);
}
.sb-slider__navigation[class*=bottom][class*=center] ~ .sb-slider__pagination[class*=bottom][class*=left] {
  padding-left: var(--sb-slide-spacing);
}
.sb-slider__navigation[class*=bottom][class*=center] ~ .sb-slider__pagination[class*=bottom][class*=right] {
  padding-right: var(--sb-slide-spacing);
}
.sb-slider__navigation[class*=center] {
  align-self: center;
}
.sb-slider__navigation[class*=right] {
  align-self: flex-end;
}
.sb-slider__navigation[class*=split] {
  justify-content: space-between;
  width: 100%;
}
.sb-slider__arrow {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: var(--arrow-size);
  height: var(--arrow-size);
  background-color: transparent;
  opacity: 0.8;
  transition: opacity 0.3s, border-color 0.3s;
  border: 0;
  color: var(--primary-color);
  pointer-events: auto;
}
.sb-slider__arrow:focus-visible {
  outline: 2px solid var(--white);
}
.sb-slider__arrow:not(:disabled):hover, .sb-slider__arrow:not(:disabled).hover, .sb-slider__arrow:not(:disabled):focus-visible, .sb-slider__arrow:not(:disabled).focus-visible {
  opacity: 1;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.sb-slider__arrow:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.sb-slider__arrow svg {
  height: 50px;
  fill: var(--secondary-400);
}
.sb-slider.sb-carousel figure[class*=stacked] figcaption {
  max-width: 100%;
}
.box-in .sb-slider.sb-carousel figure[class*=stacked] figcaption {
  max-width: 90%;
}
.sb-slider.sb-carousel figure figcaption .sb-rich-content__body {
  font-size: var(--text-large);
}
.collapsible__item {
  border-bottom: 1px solid var(--medium-gray);
}
.collapsible__item:not(.is-active) .collapsible__content {
  display: none;
}
.collapsible__item:not(.is-active) .collapsible__trigger > svg {
  transform: rotate(0deg);
}
.collapsible__title {
  width: 100%;
}
.collapsible__trigger {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: var(--gap);
  align-items: center;
  padding: 3rem 0;
  cursor: pointer;
  width: 100%;
}
.collapsible__trigger > svg {
  flex-shrink: 0;
  height: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  transform: rotate(180deg);
}
/* Prevent page scrolling when popover is open */
html:has([popover]:popover-open) {
  overflow: hidden;
}
.modal {
  max-width: var(--container-width-narrow);
  max-height: calc(90vh - 12.8rem);
  width: 90%;
  border-radius: var(--border-radius);
  padding: 1.6rem;
  background: var(--white);
  border: none;
  overflow: visible;
  display: none;
  flex-direction: column;
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}
.modal:popover-open {
  display: flex;
}
.modal--video {
  max-width: 800px;
}
.modal__wrapper {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.modal__close {
  position: absolute;
  bottom: calc(100% + 1.6rem);
  right: 0;
}
.topic-filter {
  position: relative;
  cursor: pointer;
}
.topic-filter:not(.button) {
  color: var(--primary-color);
}
.topic-filter:not(.button).is-active {
  font-weight: bold;
}
.topic-filter input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.sb-dark-mode form label,
.sb-dark-mode .fakelabel {
  color: var(--white);
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=search],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
}
form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}
form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--medium-gray);
}
form fieldset {
  max-width: 100%;
}
form input[type=file] {
  width: auto;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type=file]::-webkit-file-upload-button, form input[type=file]::file-selector-button {
  margin-right: var(--gap);
}
form .hs-richtext,
form .hs-richtext p {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
}
form .hs-richtext img {
  max-width: 100%;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--medium-gray);
}
.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.inputs-list > li {
  display: block;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  margin-right: 0.5rem;
}
input[type=checkbox],
input[type=radio],
input[type=range],
progress {
  accent-color: var(--primary-color);
}
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}
.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover, .fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray);
  border-radius: 0;
  color: #fff;
}
.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 1.4rem;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}
.hs-form-required {
  color: red;
}
.hs-input.invalid.error {
  border-color: red;
}
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}
.hs_error_rollup {
  display: none;
}
.grecaptcha-badge {
  margin-bottom: 2rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset;
  box-shadow: 0 0 0 30px var(--white) inset;
}
.hs-form fieldset {
  max-width: inherit;
}
.hs-form fieldset.form-columns-1 .hs-form-field, .hs-form fieldset.form-columns-2 .hs-form-field, .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100%;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input, .hs-form fieldset.form-columns-2 .hs-form-field .input, .hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]), .hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]), .hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
}
@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100%;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333%;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
.sb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: var(--max-width, auto);
  max-height: var(--max-height, auto);
}
.sb-icon img,
.sb-icon svg {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  filter: var(--filter-primary);
}
.sb-icon svg {
  max-height: var(--max-height);
  max-width: var(--max-width);
}
.sb-image {
  border-radius: var(--border-radius);
}
.sb-image:not(.sb-image--no-crop) {
  object-fit: cover;
}
.sb-lottie-player {
  position: relative;
  width: 100%;
  height: 100%;
}
.sb-lottie-canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.sb-lottie-fallback {
  display: none;
}
.no-js .sb-lottie-fallback {
  display: block;
}
.sb-lottie-toggle {
  background: none;
  border: none;
}
.sb-lottie-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.sb-lottie-toggle__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: none;
}
.sb-lottie-toggle[aria-pressed=false] .sb-lottie-toggle__icon.sb-lottie-toggle__play {
  display: inline-block;
}
.sb-lottie-toggle[aria-pressed=true] {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.sb-lottie-toggle[aria-pressed=true] .sb-lottie-toggle__icon.sb-lottie-toggle__pause {
  display: inline-block;
}
.sb-lottie-toggle:hover, .sb-lottie-toggle.hover, .sb-lottie-toggle:focus-visible, .sb-lottie-toggle.focus-visible {
  opacity: 1;
}
.sb-rich-content {
  --gap-col: var(--gap-md);
  --overlap-percent: -10%;
  display: flex;
  gap: var(--gap-col);
  width: 100%;
}
.sb-rich-content.sb-overlap--image .sb-rich-content__media {
  position: relative;
  z-index: 2;
}
.sb-rich-content.sb-overlap--text .sb-rich-content__text {
  position: relative;
  z-index: 2;
}
.sb-rich-content--stacked {
  --gap-col: var(--gap);
  flex-direction: column;
  align-items: flex-start;
}
.sb-rich-content--stacked.text-center {
  align-items: center;
}
.sb-rich-content--stacked.text-right {
  align-items: flex-end;
}
.sb-rich-content--stacked.sb-overlap--image .sb-rich-content__media {
  margin-bottom: var(--overlap-percent);
}
.sb-rich-content--stacked.sb-overlap--text .sb-rich-content__text {
  margin-top: var(--overlap-percent);
}
.sb-rich-content--stacked-reverse {
  flex-direction: column-reverse;
}
.sb-rich-content--stacked-reverse.sb-overlap--image .sb-rich-content__media {
  margin-top: var(--overlap-percent);
}
.sb-rich-content--stacked-reverse.sb-overlap--text .sb-rich-content__text {
  margin-bottom: var(--overlap-percent);
}
.sb-rich-content--stacked .sb-rich-content__media,
.sb-rich-content--stacked .sb-rich-content__text, .sb-rich-content--stacked-reverse .sb-rich-content__media,
.sb-rich-content--stacked-reverse .sb-rich-content__text {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sb-rich-content--stacked .sb-rich-content__media,
  .sb-rich-content--stacked .sb-rich-content__text, .sb-rich-content--stacked-reverse .sb-rich-content__media,
  .sb-rich-content--stacked-reverse .sb-rich-content__text {
    width: var(--image-width);
  }
}
.sb-rich-content--columned {
  flex-direction: column;
}
@media (min-width: 768px) {
  .sb-rich-content--columned {
    flex-direction: row;
  }
}
.sb-rich-content--columned.sb-overlap--image .sb-rich-content__media {
  margin-right: var(--overlap-percent);
}
.sb-rich-content--columned.sb-overlap--text .sb-rich-content__text {
  margin-left: var(--overlap-percent);
}
.sb-rich-content--columned-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .sb-rich-content--columned-reverse {
    flex-direction: row-reverse;
  }
}
.sb-rich-content--columned-reverse.sb-overlap--image .sb-rich-content__media {
  margin-left: var(--overlap-percent);
}
.sb-rich-content--columned-reverse.sb-overlap--text .sb-rich-content__text {
  margin-right: var(--overlap-percent);
}
@media (min-width: 768px) {
  .sb-rich-content--columned .sb-rich-content__media, .sb-rich-content--columned-reverse .sb-rich-content__media {
    flex: 0 1 var(--image-width);
  }
}
@media (min-width: 768px) {
  .sb-rich-content--columned .sb-rich-content__text, .sb-rich-content--columned-reverse .sb-rich-content__text {
    flex: 0 1 var(--text-width);
  }
}
table {
  width: 100%;
  border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
td,
th {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
td {
  border-bottom: 1px solid var(--light-gray);
}
thead th {
  background-color: var(--light-gray);
  vertical-align: bottom;
}
tfoot td {
  background-color: var(--light-gray);
}
.sb-testimonial {
  margin: 0;
}
.sb-testimonial__testimony {
  border: none;
  padding: 0;
  font-style: normal;
  font-size: var(--text-base);
}
.sb-testimonial__testimony:first-child {
  margin-top: 0;
}
.sb-testimonial__attribution {
  --gap-col: var(--gap);
}
.sb-testimonial .buttons-wrapper {
  margin-top: var(--gap);
}
html {
  font-size: 62.5%;
}
html[lang^=ja] body, html[lang^=zh] body, html[lang^=ko] body {
  line-break: strict;
  word-break: break-all;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover, a.hover, a.is-active, a:focus-visible, a.focus-visible {
  color: var(--primary-color-hover);
}
p {
  margin: 0 0 2rem;
}
.text-xsmall {
  font-size: calc(var(--text-base) * 0.75);
}
.text-small {
  font-size: calc(var(--text-base) * 0.875);
}
.text-large {
  font-size: calc(var(--text-base) * 1.25);
}
.text-xlarge {
  font-size: calc(var(--text-base) * 1.5);
}
b, strong {
  font-weight: 800;
}
h1,
.h1 {
  margin: 0 0 2rem;
  font-size: 3.8rem;
  font-family: var(--secondary-font-family);
  font-weight: 900;
  line-height: var(--line-height-small);
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4.4rem;
  }
}
h2,
.h2 {
  margin: 0 0 2rem;
  font-size: 3rem;
  font-family: var(--secondary-font-family);
  font-weight: 400;
  line-height: var(--line-height-small);
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3.6rem;
  }
}
h3,
.h3 {
  margin: 0 0 2rem;
  font-size: 2.6rem;
  font-family: var(--secondary-font-family);
  font-weight: 400;
  line-height: var(--line-height-small);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2.8rem;
  }
}
h4,
.h4 {
  margin: 0 0 2rem;
  font-size: 2.2rem;
  font-family: var(--secondary-font-family);
  font-weight: 700;
  line-height: var(--line-height-base);
  text-transform: initial;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 2.3rem;
  }
}
h5,
.h5 {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-family: var(--secondary-font-family);
  font-weight: 700;
  line-height: var(--line-height-base);
  text-transform: initial;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 2rem;
  }
}
h6,
.h6 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-family: var(--secondary-font-family);
  font-weight: 700;
  line-height: var(--line-height-base);
  text-transform: initial;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1.8rem;
  }
}
ul,
ol {
  margin: 0 0 2rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
}
ul.no-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
blockquote {
  background: var(--light-gray);
  border-left: 8px solid var(--primary-color);
  font-size: 3rem;
  font-style: italic;
  line-height: 1.3;
  margin: 2rem 0;
  padding: 2.4rem;
  position: relative;
}
blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='22' viewBox='0 0 58 22' fill='none'%3E%3Cpath d='M32 22L40.419 0H58L44.7524 22H32Z' fill='%23E7E9ED'/%3E%3Cpath d='M0 22L8.41905 0H26L12.7524 22H0Z' fill='%23E7E9ED'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  left: 50%;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  width: 58px;
}
@media (min-width: 600px) {
  blockquote + p br {
    display: none;
  }
}
.sb-dark-mode blockquote {
  background: var(--secondary-500);
}
.sb-dark-mode blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='22' viewBox='0 0 58 22' fill='none'%3E%3Cpath d='M32 22L40.419 0H58L44.7524 22H32Z' fill='%23394A6D'/%3E%3Cpath d='M0 22L8.41905 0H26L12.7524 22H0Z' fill='%23394A6D'/%3E%3C/svg%3E");
}
hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}
.sb-eyebrow {
  font-size: var(--text-small);
}
.sb-subheading {
  font-size: var(--text-large);
}
.sb-rich-content__body *:last-child {
  margin-bottom: 0;
}
.sb-dark-mode {
  color: var(--white);
}
.sb-dark-mode h1 {
  color: var(--white);
}
.sb-dark-mode h2 {
  color: var(--white);
}
.sb-dark-mode h3 {
  color: var(--white);
}
.sb-dark-mode h4 {
  color: var(--white);
}
.sb-dark-mode h5 {
  color: var(--white);
}
.sb-dark-mode h6 {
  color: var(--white);
}
.sb-video__caption {
  margin-top: var(--gap);
  font-size: var(--text-small);
}
.hs-responsive-embed {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
}
.hs-responsive-embed iframe {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.hs-responsive-embed video,
.hs-responsive-embed iframe {
  max-width: 100%;
  border-radius: var(--border-radius);
}
.hide {
  display: none;
  visibility: hidden;
}
.show {
  display: inherit;
}
/* For content that needs to be visually hidden but stay visible for screen readers */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media not screen and (min-width: 600px) {
  .sr-only--mobile {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
/* Background Colors */
.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}
.sb-box-in {
  padding: var(--box-in-padding, var(--gap));
  background-color: var(--box-in-bg, var(--light-gray));
  border-radius: var(--border-radius);
}
@media not screen and (min-width: 768px) {
  .sb-box-in {
    padding: var(--box-in-padding, var(--gap));
  }
}
/* Spacing */
.mt-none {
  margin-top: 0;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25);
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5);
}
.mt-default {
  margin-top: var(--gap);
}
.mt-md {
  margin-top: calc(var(--gap) * 2);
}
.mt-lg {
  margin-top: calc(var(--gap) * 4);
}
.mt-xl {
  margin-top: calc(var(--gap) * 6);
}
.mb-none {
  margin-bottom: 0;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25);
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5);
}
.mb-default {
  margin-bottom: var(--gap);
}
.mb-md {
  margin-bottom: calc(var(--gap) * 2);
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 4);
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 6);
}
.pt-none {
  padding-top: 0;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25);
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5);
}
.pt-default {
  padding-top: var(--gap);
}
.pt-md {
  padding-top: calc(var(--gap) * 2);
}
.pt-lg {
  padding-top: calc(var(--gap) * 4);
}
.pt-xl {
  padding-top: calc(var(--gap) * 6);
}
.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-default {
  padding-bottom: var(--gap);
}
.pb-md {
  padding-bottom: calc(var(--gap) * 2);
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 4);
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 6);
}
/* Text */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media not screen and (min-width: 600px) {
  .text-left--mobile {
    text-align: left;
  }
}
@media not screen and (min-width: 600px) {
  .text-center--mobile {
    text-align: center;
  }
}
@media not screen and (min-width: 600px) {
  .text-right--mobile {
    text-align: right;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-large {
  font-size: var(--text-large);
}
.text-small {
  font-size: var(--text-small);
}