/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
/**
 * _variables.scss
 *
 * SCSS-layer tokens that mirror the CSS custom properties emitted by theme.json.
 * Use these SCSS vars only for SCSS-level logic (e.g. @media, calc()).
 * In CSS output always reference the --wp--preset--* CSS vars.
 *
 * Breakpoint vars + mixins live in _breakpoints.scss (side-effect-free) and are
 * re-exported here so `@use 'variables' as *` keeps exposing bp-* etc.
 */
/**
 * _breakpoints.scss
 *
 * Side-effect-free SCSS tokens + mixins (breakpoints, container). Emits no CSS,
 * so it can be `@use`d from standalone per-block entries without duplicating the
 * :root token block in `_variables.scss`. `_variables.scss` @forwards these, so
 * existing `@use 'variables' as *` consumers keep seeing the bp-* mixins.
 *
 * §2.5 Breakpoints
 */
/**
 * _variables.scss
 *
 * SCSS-layer tokens that mirror the CSS custom properties emitted by theme.json.
 * Use these SCSS vars only for SCSS-level logic (e.g. @media, calc()).
 * In CSS output always reference the --wp--preset--* CSS vars.
 *
 * Breakpoint vars + mixins live in _breakpoints.scss (side-effect-free) and are
 * re-exported here so `@use 'variables' as *` keeps exposing bp-* etc.
 */
:root {
  --serif: var(--wp--preset--font-family--meno-banner);
  --vtl-cream: var(--wp--preset--color--cream);
  --vtl-red: var(--wp--preset--color--red);
  --vtl-dark-red: var(--wp--preset--color--dark-red);
  --vtl-blue: var(--wp--preset--color--blue);
  --vtl-white: var(--wp--preset--color--base);
  --vtl-ink: var(--wp--preset--color--ink);
  --vtl-ink-soft: color-mix(in srgb, var(--vtl-ink) 76%, var(--vtl-cream));
  --vtl-surface-dark: var(--wp--preset--color--surface-dark);
  --vtl-font-display: var(--wp--preset--font-family--cheltenham-itc-pro);
  --vtl-font-body: var(--wp--preset--font-family--brandon-grotesque);
  --vtl-font-script: var(--wp--preset--font-family--pasta-wine-little-svg);
  --vtl-font-ui: var(--wp--preset--font-family--itc-cheltenham-std);
  --vtl-text-small: var(--wp--preset--font-size--small);
  --vtl-text-medium: var(--wp--preset--font-size--medium);
  --vtl-text-large: var(--wp--preset--font-size--large);
  --vtl-text-xl: var(--wp--preset--font-size--xl);
  --vtl-text-xxl: var(--wp--preset--font-size--xxl);
  --vtl-space-20: var(--wp--preset--spacing--20);
  --vtl-space-30: var(--wp--preset--spacing--30);
  --vtl-space-40: var(--wp--preset--spacing--40);
  --vtl-space-50: var(--wp--preset--spacing--50);
  --vtl-space-60: var(--wp--preset--spacing--60);
  --vtl-space-70: var(--wp--preset--spacing--70);
  --vtl-space-80: var(--wp--preset--spacing--80);
  --vtl-wide-size: var(--wp--style--global--wide-size);
  --vtl-content-size: var(--wp--style--global--content-size);
  --vtl-radius-none: 0;
  --vtl-radius-md: var(--wp--custom--radius--md);
  --vtl-radius-lg: var(--wp--custom--radius--lg);
  --vtl-shadow-natural: var(--wp--custom--shadow--natural);
  --vtl-shadow-framed: var(--wp--custom--shadow--framed);
  --vtl-shadow-polaroid: var(--wp--custom--shadow--natural);
  --vtl-ease: var(--wp--custom--motion--ease);
  --vtl-dur: var(--wp--custom--motion--duration);
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
/**
 * _base.scss — Global resets and base element styles
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 3.551vw;
  scroll-behavior: smooth;
  text-wrap: pretty;
}
@media (min-width: 48.875rem) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 60rem) {
  html {
    font-size: 1.1vw;
  }
}
@media (min-width: 80rem) {
  html {
    font-size: 1.1vw;
  }
}
html.wp-toolbar {
  font-size: 16px;
}
html:root {
  --primary: #db2e27;
}
@media (max-width: 48.875rem) {
  .alignwide {
    max-width: 100% !important;
  }
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
header.wp-block-template-part {
  top: calc(1rem + var(--wp-admin--admin-bar--height, 0px));
  position: sticky;
  z-index: 1111;
  width: 100%;
}
header.wp-block-template-part .wp-block-search__button {
  border-radius: 100%;
  height: 2rem;
  width: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
header.wp-block-template-part .wp-block-search.wp-block-search__button-only .wp-block-search__input {
  border-radius: 100px;
}
header.wp-block-template-part .wp-block-search.wp-block-search__button-only .wp-block-search__input[aria-hidden=false] {
  margin-right: -2.5rem;
}
header.wp-block-template-part .wp-block-navigation__container {
  --navigation-layout-direction: column;
  width: 100%;
}
@media (min-width: 60rem) {
  header.wp-block-template-part .wp-block-navigation__container {
    --navigation-layout-direction: row;
  }
}
header.wp-block-template-part .wp-block-navigation__responsive-container {
  height: 100vh;
  background: var(--primary) !important;
  margin: -1rem -0.75rem 0 !important;
  padding-bottom: 5rem;
}
@media (min-width: 60rem) {
  header.wp-block-template-part .wp-block-navigation__responsive-container {
    height: auto;
    background: transparent !important;
    margin: 0 !important;
    padding-bottom: unset;
  }
}
header.wp-block-template-part .wp-block-navigation .wp-block-navigation__submenu-icon svg {
  margin: 0 !important;
  top: -0.15em;
  position: relative;
}
header.wp-block-template-part > div {
  width: 100%;
}
@media (min-width: 60rem) {
  header.wp-block-template-part > div {
    margin: 0 auto;
  }
}
header.wp-block-template-part > div > .wp-block-group {
  backdrop-filter: blur(2px);
  border-radius: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48.875rem) {
  header.wp-block-template-part > div > .wp-block-group {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header.wp-block-template-part > div > .wp-block-group:has(.wp-block-navigation-submenu__toggle[aria-expanded=true]) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
header.wp-block-template-part > div .logo-container {
  --size: 6rem;
  margin-left: calc(var(--size) / -1.75);
  position: relative;
  z-index: 1;
}
@media (min-width: 60rem) {
  header.wp-block-template-part > div .logo-container {
    --size: 8.125rem;
  }
}
header.wp-block-template-part > div .wp-block-site-logo.is-default-size img {
  height: auto;
  width: var(--size);
  margin: -1.5rem 0 -1.5rem 0;
}
@media (min-width: 48.875rem) {
  header.wp-block-template-part > div .wp-block-site-logo.is-default-size img {
    margin: -1rem 0 -1rem 0;
  }
}
@media (min-width: 60rem) {
  header.wp-block-template-part > div .wp-block-site-logo.is-default-size img {
    margin: -2rem 0 -2rem 0;
  }
}
.intro-content {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  pointer-events: none !important;
  padding-bottom: 10lvh;
  will-change: filter, opacity, translate;
  opacity: 0;
  filter: blur(0.45rem);
  z-index: 1 !important;
  margin: 0 auto !important;
}
.intro-content a {
  pointer-events: auto;
}
body.wp-admin .intro-content, .edit-site-visual-editor__editor-canvas .intro-content, .wp-site-blocks .intro-content {
  opacity: 1 !important;
  filter: blur(0) !important;
  translate: unset !important;
}
.aspect-16-9 {
  overflow: hidden;
}
.aspect-16-9 video {
  aspect-ratio: 16/9 !important;
  object-fit: cover;
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
.wp-block-cover {
  margin: 0 auto;
}
.wp-block-cover .has-fit-text {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  transform: skew(5deg, -5deg);
  font-style: italic;
  line-height: 0.8;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.wp-block-cover .has-fit-text[style] {
  opacity: 1;
}
.wp-block-cover:has(video) {
  background-color: #1c1c1c;
}
.wp-block-cover:has(.has-fit-text) {
  content-visibility: auto;
  contain: layout style paint;
}
.wp-block-cover:has(.has-fit-text) .wp-block-cover__inner-container {
  z-index: unset !important;
}
.wp-block-button__link img {
  height: 0.75em !important;
  width: auto !important;
  margin: 0 0.25em;
}
.is-style-plain-link .wp-block-button__link {
  background: none;
  border: none;
  padding: 0;
  color: var(--vtl-link-color, var(--vtl-color-primary));
  text-decoration: none;
}
.is-style-plain-link .wp-block-button__link:hover, .is-style-plain-link .wp-block-button__link:focus {
  color: var(--vtl-link-hover-color, var(--vtl-color-primary-dark));
}
.vtl-button-arrow-custom.vtl-button-arrow-after .wp-block-button__link::after,
.vtl-button-arrow-regular.vtl-button-arrow-after .wp-block-button__link::after,
.vtl-button-arrow-diagonal.vtl-button-arrow-after .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 0.15em;
  transition: transform 0.3s ease;
  background-color: currentColor;
}
.vtl-button-arrow-custom.vtl-button-arrow-after .wp-block-button__link:hover::after,
.vtl-button-arrow-custom.vtl-button-arrow-after .wp-block-button__link:focus::after,
.vtl-button-arrow-regular.vtl-button-arrow-after .wp-block-button__link:hover::after,
.vtl-button-arrow-regular.vtl-button-arrow-after .wp-block-button__link:focus::after,
.vtl-button-arrow-diagonal.vtl-button-arrow-after .wp-block-button__link:hover::after,
.vtl-button-arrow-diagonal.vtl-button-arrow-after .wp-block-button__link:focus::after {
  transform: translateX(0.25em);
}
.vtl-button-arrow-regular .wp-block-button__link::after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTY2MzQgMTAuODMyM0gxMy40NzQ3TDkuNDA4MDEgMTQuODk5QzkuMDgzMDEgMTUuMjI0IDkuMDgzMDEgMTUuNzU3MyA5LjQwODAxIDE2LjA4MjNDOS43MzMwMSAxNi40MDczIDEwLjI1OCAxNi40MDczIDEwLjU4MyAxNi4wODIzTDE2LjA3NDcgMTAuNTkwNkMxNi4zOTk3IDEwLjI2NTYgMTYuMzk5NyA5Ljc0MDYzIDE2LjA3NDcgOS40MTU2M0wxMC41OTEzIDMuOTE1NjJDMTAuMjY2MyAzLjU5MDYzIDkuNzQxMzQgMy41OTA2MyA5LjQxNjM0IDMuOTE1NjJDOS4wOTEzNCA0LjI0MDYyIDkuMDkxMzQgNC43NjU2MyA5LjQxNjM0IDUuMDkwNjNMMTMuNDc0NyA5LjE2NTYzSDQuMTY2MzRDMy43MDgwMSA5LjE2NTYzIDMuMzMzMDEgOS41NDA2MyAzLjMzMzAxIDkuOTk4OTZDMy4zMzMwMSAxMC40NTczIDMuNzA4MDEgMTAuODMyMyA0LjE2NjM0IDEwLjgzMjNaIiBmaWxsPSIjMDA3QUM5Ii8+Cjwvc3ZnPgo=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTY2MzQgMTAuODMyM0gxMy40NzQ3TDkuNDA4MDEgMTQuODk5QzkuMDgzMDEgMTUuMjI0IDkuMDgzMDEgMTUuNzU3MyA5LjQwODAxIDE2LjA4MjNDOS43MzMwMSAxNi40MDczIDEwLjI1OCAxNi40MDczIDEwLjU4MyAxNi4wODIzTDE2LjA3NDcgMTAuNTkwNkMxNi4zOTk3IDEwLjI2NTYgMTYuMzk5NyA5Ljc0MDYzIDE2LjA3NDcgOS40MTU2M0wxMC41OTEzIDMuOTE1NjJDMTAuMjY2MyAzLjU5MDYzIDkuNzQxMzQgMy41OTA2MyA5LjQxNjM0IDMuOTE1NjJDOS4wOTEzNCA0LjI0MDYyIDkuMDkxMzQgNC43NjU2MyA5LjQxNjM0IDUuMDkwNjNMMTMuNDc0NyA5LjE2NTYzSDQuMTY2MzRDMy43MDgwMSA5LjE2NTYzIDMuMzMzMDEgOS41NDA2MyAzLjMzMzAxIDkuOTk4OTZDMy4zMzMwMSAxMC40NTczIDMuNzA4MDEgMTAuODMyMyA0LjE2NjM0IDEwLjgzMjNaIiBmaWxsPSIjMDA3QUM5Ii8+Cjwvc3ZnPgo=);
}
.vtl-button-arrow-custom .wp-block-button__link::after, .vtl-button-arrow-custom .wp-block-button__link::before {
  -webkit-mask-image: var(--vtl-button-custom-arrow-icon);
          mask-image: var(--vtl-button-custom-arrow-icon);
}
.vtl-button-arrow-custom.vtl-button-arrow-before .wp-block-button__link::before,
.vtl-button-arrow-regular.vtl-button-arrow-before .wp-block-button__link::before,
.vtl-button-arrow-diagonal.vtl-button-arrow-before .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-right: 0.15em;
  transition: transform 0.3s ease;
  background-color: currentColor;
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
/**
 * Navigation block — tablet overlay breakpoint extension.
 *
 * When `.vtl-nav-overlay-tablet` is present on the nav block, the overlay
 * hamburger is shown on both mobile AND tablet (< 1280px / WP "wide").
 * Above 1280px the full inline navigation is restored.
 *
 * This works alongside WordPress's own overlay JS toggle — we only override
 * which breakpoint the CSS shows/hides the relevant elements.
 */
.vtl-nav-overlay-tablet .wp-block-navigation__responsive-container-open {
  display: flex;
}
.vtl-nav-overlay-tablet .wp-block-navigation__responsive-container:not(.is-menu-open) {
  display: none;
}
@media (min-width: 80rem) {
  .vtl-nav-overlay-tablet .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
  .vtl-nav-overlay-tablet .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: flex !important;
    position: static !important;
    height: auto !important;
    background: transparent !important;
    overflow: visible !important;
  }
}
.wp-block-media-text {
  width: auto;
  min-width: 100%;
}
.wp-block-image {
  width: var(--vtl-image-width, auto);
  height: var(--vtl-image-height, auto);
}
.wp-block-image.vtl-image-tape-1, .wp-block-image.vtl-image-tape-2 {
  position: relative;
  overflow: visible;
}
.wp-block-image.vtl-image-tape-1::before, .wp-block-image.vtl-image-tape-2::before {
  width: 15%;
  height: auto;
  aspect-ratio: 241/72;
  content: "";
  position: absolute;
  top: 0;
  left: var(--vtl-image-tape-x, 50%);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 3;
  opacity: 1;
}
.wp-block-image.vtl-image-tape-1::before {
  transform: translate3d(-50%, -50%, 0) rotate(-7deg);
  background: url(images/tape-1.f8a40d67.png) center/contain no-repeat;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--vtl-ink) 22%, transparent);
}
.wp-block-image.vtl-image-tape-2::before {
  transform: translate3d(-50%, -50%, 0) rotate(5deg);
  background: url(images/tape-2.9e3d7967.png) center/contain no-repeat;
  box-shadow: 0 2px 9px color-mix(in srgb, var(--vtl-ink) 20%, transparent);
}
.wp-block-image[style*="--vtl"] img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.wp-block-image.is-style-default img {
  border-radius: 0.5rem;
}
.wp-block-image.is-style-polaroid {
  display: table;
  padding: 0.85rem 0.85rem 2.9rem;
  background: var(--vtl-white);
  border: none;
  box-shadow: 0 0.45rem 1.2rem color-mix(in srgb, var(--vtl-ink) 18%, transparent);
  transform: rotate(-1.25deg);
}
.wp-lightbox-overlay .wp-block-image.is-style-polaroid {
  box-shadow: none;
  transform: none !important;
  padding: 0;
}
.wp-block-image.is-style-polaroid:has(figcaption) {
  padding: 0.85rem;
  padding-bottom: 0;
}
.wp-block-image.is-style-polaroid img {
  display: inherit;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
}
.wp-block-image.is-style-polaroid figcaption {
  padding: 0.9rem;
  text-align: center;
  font-family: var(--vtl-font-display);
  font-size: var(--vtl-text-small);
  letter-spacing: 0.01em;
  color: var(--vtl-ink);
  background-color: var(--vtl-white);
  margin: 0;
  border: none;
}
.wp-block-image.alignright {
  margin-left: auto !important;
  margin-right: 0 !important;
  float: none;
}
.wp-block-image.alignleft {
  margin-left: 0 !important;
  margin-right: auto !important;
  float: none;
}
.wp-block-video.vtl-video-tape-1, .wp-block-video.vtl-video-tape-2 {
  position: relative;
  overflow: visible;
}
.wp-block-video.vtl-video-tape-1::before, .wp-block-video.vtl-video-tape-2::before {
  width: 15%;
  height: auto;
  aspect-ratio: 241/72;
  content: "";
  position: absolute;
  top: 0;
  left: var(--vtl-video-tape-x, 50%);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  z-index: 3;
  opacity: 1;
}
.wp-block-video.vtl-video-tape-1::before {
  transform: translate3d(-50%, -50%, 0) rotate(-7deg);
  background: url(images/tape-1.f8a40d67.png) center/contain no-repeat;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--vtl-ink) 22%, transparent);
}
.wp-block-video.vtl-video-tape-2::before {
  transform: translate3d(-50%, -50%, 0) rotate(5deg);
  background: url(images/tape-2.9e3d7967.png) center/contain no-repeat;
  box-shadow: 0 2px 9px color-mix(in srgb, var(--vtl-ink) 20%, transparent);
}
.wp-lightbox-overlay .lightbox-image-container {
  overflow: visible;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-last-item a,
#filebird-document-library div.fbdl-gridview-container .fbdl-grid .fbdl-grid-item .fbdl-download-button {
  background-color: var(--primary);
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-last-item a:hover,
#filebird-document-library div.fbdl-gridview-container .fbdl-grid .fbdl-grid-item .fbdl-download-button:hover {
  background-color: color-mix(in srgb, var(--primary) 80%, black);
}
#filebird-document-library div.fbdl-gridview-container .fbdl-grid .fbdl-grid-item:hover {
  border-color: var(--primary);
}
#filebird-document-library img[src*=white] {
  background-color: var(--primary);
}
#filebird-document-library *[fill="#007CBA"] {
  fill: var(--primary);
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-first-item .fbdl-list-item-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
}
#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-first-item {
  max-width: 25rem;
  width: 25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Responsive visibility utility classes added from block attributes */
/* Breakpoints aligned with WordPress core: mobile <782px, tablet 782px–1279px, desktop ≥1280px */
@media (max-width: 781px) {
  .vtl-hide-mobile {
    display: none !important;
  }
}
@media (min-width: 782px) {
  .vtl-show-mobile {
    display: none !important;
  }
}
@media (min-width: 782px) and (max-width: 1279px) {
  .vtl-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 781px), (min-width: 1280px) {
  .vtl-show-tablet {
    display: none !important;
  }
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
/* Group row wrapping utility classes added from block attributes */
/* Breakpoints aligned with WordPress core: mobile <782px, tablet 782px–1279px, desktop ≥1280px */
/* Mobile (up to 782px) */
@media (max-width: calc(48.875rem - 0.0625rem)) {
  .vtl-wrap-mobile {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .vtl-nowrap-mobile {
    flex-wrap: nowrap !important;
  }
}
/* Tablet (782px to 1279px) */
@media (min-width: 48.875rem) and (max-width: calc(80rem - 0.0625rem)) {
  .vtl-wrap-tablet {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .vtl-nowrap-tablet {
    flex-wrap: nowrap !important;
  }
}
/* Desktop (1280px+) */
@media (min-width: 80rem) {
  .vtl-wrap-desktop {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .vtl-nowrap-desktop {
    flex-wrap: nowrap !important;
  }
}
.is-style-paper-bg {
  background-color: #f5ead8;
  background-image: url(images/paper.616cbef4.jpg), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 400%27%3E%3Cfilter id=%27n%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%270.85%27 numOctaves=%274%27 seed=%278%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23n%29%27 opacity=%270.12%27/%3E%3C/svg%3E");
  background-size: cover;
  position: relative;
  z-index: 1;
}
.is-style-paper-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1720/316;
  background-image: url(images/tear.eb5a9121.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 80% auto;
  pointer-events: none;
  z-index: -2;
  width: 100%;
  height: auto;
  translate: 0 -55%;
  mix-blend-mode: color;
}
.is-style-paper-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1720/316;
  background-image: url(images/tear.eb5a9121.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 80% auto;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: auto;
  translate: 0 75%;
  scale: -1 -1;
  mix-blend-mode: color;
}
.is-style-paper-bg {
  margin-bottom: -1rem;
  margin-top: -1rem;
}
.is-style-paper-bg + * {
  z-index: 0;
  position: relative;
}
.is-style-chalkboard {
  position: relative;
  background-color: #1c1c1c;
  background-image: url(images/chalk.f3137097.jpg);
  background-size: cover;
  margin: 0 auto;
}
.vtl-imz-shell {
  background-color: #1c1c1c;
  background-image: url(images/chalk.f3137097.jpg);
  background-size: cover;
}
.is-style-taped {
  position: relative;
  background-image: url(images/tape.fc52a921.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  padding-top: 0.5em;
  padding-bottom: 0.1em;
  padding-left: 0.25em;
  padding-right: 1em;
  transform: skew(-10deg, -5deg) !important;
  font-style: normal !important;
  width: fit-content;
  display: block;
  max-width: min(100%, var(--vtl-content-size));
}
.slanted {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  transform: skew(5deg, -5deg);
  font-style: italic;
  line-height: 0.8;
  text-wrap: balance;
}
.is-style-glass {
  letter-spacing: -0.03em;
  transform: skew(5deg, -5deg);
  font-style: italic;
  line-height: 0.8;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  filter: drop-shadow(0 0.75rem 1.5rem rgba(0, 0, 0, 0.18));
  /* subtle stroke */
  -webkit-text-stroke: 0.015em rgba(255, 255, 255, 0.1);
  text-shadow: -0.005em -0.005em 0 rgba(0, 0, 0, 0.5), 0.005em 0.005em 0 rgba(255, 255, 255, 0.2);
  color: transparent !important;
  --wp--preset--color--black: transparent !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  mix-blend-mode: plus-lighter;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
}
.is-style-glass[style] {
  opacity: 1;
}
@supports (animation-timeline: view()) {
  .is-style-glass,
  .has-fit-text {
    filter: blur(0.45rem) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    animation: glass-unblur linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }
}
@supports (animation-timeline: scroll(root block)) {
  .blur-on-scroll {
    opacity: 0;
    filter: blur(0.45rem) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    animation: glass-unblur linear both;
    animation-timeline: scroll(root block);
    animation-range: entry 0% cover 20%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .is-style-glass {
    animation: none;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  }
}
@keyframes glass-unblur {
  from {
    filter: blur(0.45rem) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    opacity: 0;
    scale: 1.1;
  }
  to {
    filter: blur(0) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    opacity: 1;
    scale: 1;
  }
}
.is-style-stacked {
  display: grid;
  grid-template-areas: "stack";
}
.is-style-stacked > * {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: stack;
  height: max-content;
}
.blend-multiply {
  mix-blend-mode: multiply;
}
.intro-group {
  overflow: hidden;
}
.intro-group > figure {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
  flex-wrap: nowrap;
}
.absolute {
  position: absolute !important;
  z-index: 11;
}
.absolute:only-child {
  position: relative !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-decor-none a {
  text-decoration: none !important;
}
.wp-lightbox-overlay .scrim {
  background-color: #1c1c1c !important;
  background-image: url(images/chalk.f3137097.jpg);
  background-size: cover;
}
.vtl-card--inner {
  min-height: 20rem;
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
  min-width: calc(85vw - 2rem);
  position: fixed;
  left: 0;
  margin: 0 0 0 0;
  z-index: -1;
  border: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .vtl-mega-menu-block.wp-block-acf-mega-menu {
  width: 100%;
  background: var(--primary);
}
@media (min-width: 60rem) {
  .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .vtl-mega-menu-block.wp-block-acf-mega-menu {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .vtl-mega-menu-block.wp-block-acf-mega-menu > * {
  width: 100%;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  margin: 0 -3.5rem;
  width: auto;
}
@media (max-width: 48.875rem) {
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    display: none;
    position: relative;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    display: block;
    height: auto;
  }
}
.vtl-mega-menu-block.wp-block-acf-mega-menu {
  width: 100%;
}
.mobile-drawer {
  margin: 0 -1rem;
}
button.wp-block-navigation-item__content, .wp-block-navigation-item__content {
  font-size: 2.5rem;
}
@media (min-width: 60rem) {
  button.wp-block-navigation-item__content, .wp-block-navigation-item__content {
    font-size: 1rem;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block;
  margin-left: auto;
  margin-right: 0.25rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon svg {
  stroke: white;
  height: 1em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* Custom text format styles */
.vtl-styled-underline {
  --accent: #db2e27;
  text-decoration: none;
  position: relative;
}
.vtl-styled-underline svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wp-admin .vtl-styled-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25ch;
  height: 1ch;
  width: 100%;
  background-color: var(--accent);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibGluZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyOTQuNCAxMS4xIj4KICA8cGF0aCBkPSJNNC40LDYuN2MyNy44LTEuMyw4MC45LTMsMTQ2LjgtMi42LDY2LC40LDExNC44LjIsMTM5LjcsMS4zIiBmaWxsPSJub25lIiBzdHJva2U9InZhcigtLWFjY2VudCwgIzIzMWYyMCkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibGluZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyOTQuNCAxMS4xIj4KICA8cGF0aCBkPSJNNC40LDYuN2MyNy44LTEuMyw4MC45LTMsMTQ2LjgtMi42LDY2LC40LDExNC44LjIsMTM5LjcsMS4zIiBmaWxsPSJub25lIiBzdHJva2U9InZhcigtLWFjY2VudCwgIzIzMWYyMCkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.vtl-circled {
  --accent: #db2e27;
  position: relative;
}
.wp-admin .vtl-circled:before {
  content: "";
  position: absolute;
  top: -0.5ch;
  left: -0.5ch;
  width: calc(100% + 1ch);
  height: calc(100% + 1ch);
  bottom: -0.5ch;
  right: -0.5ch;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTgyIDE4NiIgZmlsbD0ibm9uZSIgaWQ9ImNpcmNsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZGlzcGxheTogYmxvY2s7Ij48cGF0aCBkPSJNNTgwIDM5LjY0MjhDNTMyLjEgMTMuODQgNDAwLjIxNCAtMS42NDI4NiAyODcuODA3IDMuMjE0NDlDMTQ3LjI5OSA5LjI4NjE3IDIgNDIuNDM0NyAyIDg1LjE3OThDMiAxMjkuMjAyIDExNy44MDUgMTgyLjMyNyAyODcuODA1IDE4Mi4zMjdDNDYwLjI0OSAxODIuMzI3IDU1Mi44NTYgMTI4LjMxNCA1NTcuNjQ2IDk2LjQzNzdDNTYyLjQzNiA2NC41NjE0IDUzNS44MjMgNTcuMzUxMiA1MjcuMzA3IDU0LjgyMTMiIHN0cm9rZT0idmFyKC0tYWNjZW50LCAjZGIyZTI3KSIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0eWxlPSJzdHJva2UtZGFzaG9mZnNldDogMDsgc3Ryb2tlLWRhc2hhcnJheTogMTI3NS4yN3B4LCAwLjFweDsiPjwvcGF0aD48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTgyIDE4NiIgZmlsbD0ibm9uZSIgaWQ9ImNpcmNsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0iZGlzcGxheTogYmxvY2s7Ij48cGF0aCBkPSJNNTgwIDM5LjY0MjhDNTMyLjEgMTMuODQgNDAwLjIxNCAtMS42NDI4NiAyODcuODA3IDMuMjE0NDlDMTQ3LjI5OSA5LjI4NjE3IDIgNDIuNDM0NyAyIDg1LjE3OThDMiAxMjkuMjAyIDExNy44MDUgMTgyLjMyNyAyODcuODA1IDE4Mi4zMjdDNDYwLjI0OSAxODIuMzI3IDU1Mi44NTYgMTI4LjMxNCA1NTcuNjQ2IDk2LjQzNzdDNTYyLjQzNiA2NC41NjE0IDUzNS44MjMgNTcuMzUxMiA1MjcuMzA3IDU0LjgyMTMiIHN0cm9rZT0idmFyKC0tYWNjZW50LCAjZGIyZTI3KSIgc3Ryb2tlLXdpZHRoPSI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0eWxlPSJzdHJva2UtZGFzaG9mZnNldDogMDsgc3Ryb2tlLWRhc2hhcnJheTogMTI3NS4yN3B4LCAwLjFweDsiPjwvcGF0aD48L3N2Zz4=);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: var(--accent);
  z-index: 0;
}
/**
 * main.scss — CDW theme global stylesheet entry
 *
 * Import order:
 *   1. Variables / tokens (CSS custom properties only — no overrides of theme.json)
 *   2. Base / reset
 *   3. Layout utilities
 *   4. Component styles
 *   5. Block overrides (layout, animation, responsive — see §2.4 of spec)
 *   6. Utility classes
 */
/**
 * carousel-nav.scss — shared prev/next controls for Embla carousels.
 *
 * The buttons are injected at runtime by assets/js/lib/carousel-a11y.js into the
 * carousel root (.embla wrapper), which must be positioned. Colours/motion come
 * from --vtl-* tokens.
 */
.vtl-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  aspect-ratio: 1;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: var(--vtl-white);
  color: var(--vtl-red);
  box-shadow: var(--vtl-shadow-natural);
  cursor: pointer;
  transition: background var(--vtl-dur) var(--vtl-ease), transform var(--vtl-dur) var(--vtl-ease);
}
.vtl-carousel__nav--prev {
  left: 0.5rem;
}
.vtl-carousel__nav--next {
  right: 0.5rem;
}
.vtl-carousel__nav:hover {
  background: var(--vtl-cream);
}
.vtl-carousel__nav:focus-visible {
  outline: 2px solid var(--vtl-red);
  outline-offset: 2px;
}
.vtl-carousel__nav[disabled] {
  opacity: 0.4;
  cursor: default;
}
@media (min-width: 48.875rem) {
  .vtl-carousel__nav {
    width: 3rem;
  }
}
.vtl-carousel__nav-icon {
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.vtl-carousel__nav--prev .vtl-carousel__nav-icon {
  transform: rotate(135deg);
  margin-left: 0.2rem;
}
.vtl-carousel__nav--next .vtl-carousel__nav-icon {
  transform: rotate(-45deg);
  margin-right: 0.2rem;
}
@media (prefers-reduced-motion: reduce) {
  .vtl-carousel__nav {
    transition: none;
  }
}
/**
 * _utilities.scss — helper / accessibility utility classes
 */
/* Visually hidden but accessible to screen readers */
.sr-only,
.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Reset visually-hidden when focused (e.g. skip links) */
.visually-hidden:focus,
.sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* ─── Spacing helpers ─── */
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-sm {
  margin-bottom: var(--vtl-space-20) !important;
}
.u-mb-md {
  margin-bottom: var(--vtl-space-40) !important;
}
.u-mb-lg {
  margin-bottom: var(--vtl-space-60) !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-auto {
  margin-top: auto !important;
}
/* ─── Text utilities ─── */
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-primary {
  color: var(--wp--preset--color--primary) !important;
}
.u-text-accent {
  color: var(--wp--preset--color--accent) !important;
}
.u-text-light {
  color: var(--wp--preset--color--text-light) !important;
}
/* ─── Display utilities ─── */
.u-hidden {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-flex {
  display: flex !important;
}
.u-flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* ─── Width ─── */
.u-w-full {
  width: 100% !important;
}
/* ─── Overflow ─── */
.u-overflow-hidden {
  overflow: hidden !important;
}

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