@charset "UTF-8";
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
* @file
* Functions
*
* Defines reusable Sass functions that perform calculations or transformations (e.g.,
* color manipulation, scaling values).
*/
/**
 * @file
 * Color functions
 */
/**
* @file
* Tier 1 - Primitive Color Variables
*
* Contains the color design tokens assigned to our aliases.
* These variables are the raw, unchanging values used to define the core visual language of the project.
*/
/**
* @file
* Convert values into rem units.
* Only `px` values are converted to rem.
* ! Use CSS variables whenever possible
* defines the base font size in a way that is understandable by Sass functions
*/
/**
* @file
* Mixins
*
* Contains imports for reusable Sass mixins that encapsulate common patterns or logic, such as
* responsive styles, vendor prefixes, or utility functions.
*/
/**
* @file
* Breakpoints
*
* Defines CSS variables for responsive design breakpoints used throughout the project.
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Container Variables
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* Type SCSS variables for spacing system
*/
/* === Font Stacks === */
/* === Font Weights === */
/* === Letter Spacing === */
/* === Line Heights === */
/* A single line value will be used for type. The largest value was selected based on comparing between mobile and desktop. */
/* === Font Sizes === */
/* Min / Mobile */
/* Max / Desktop */
/* Font Size / Fluid Units
* Resource: Utopia Clamp Calculator
* @link https://utopia.fyi/clamp/calculator?a=320,1440,92—104|64—88|52—64|48—60|32—40|16—20
*
* viewport values from utopia clamp calculator
* values without clamp are the same for mobile and desktop
*/
/*
 Preset typography
*/
/**
* @file
* Utility Mixins
*/
/**
* @file
* Container Mixins
*
* Contains mixins for containers that can be applied on a component level when their associated utility class is applied
*/
/**
* @file
* Variables
*/
/**
* @file
* Type SCSS variables for transition durations.
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
* @file
* SCSS variables for radii
*/
/**
* @file
* Typography
*
* Defines CSS variables and styles related to typography, including font families,
* sizes, weights, line heights, and letter spacing.
*/
/**
 * @file
 * Global typography for site
*/
/**
* @file
* Z-Index
*
* Source of truth for z-index values used throughout the theme.
*/
/**
* @file
* SCSS variables for miscellaneous items
*/
/**
* @file
* Common dependencies for all theme stylesheets (both global and component specific)
*/
/**
 * Tabs/tab as seen on the search page.
 * Pattern reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/tab_role#example
 */
/**
 * Styles for "No Results" message to be displayed when 0 results are returned initiating 
 * a search from the Nav, or when 0 results are returned using filters
 */
/**
* @file
* Utility Mixins
*/
.animated-ribbon {
  background-blend-mode: overlay;
  background-size: cover;
  overflow: hidden;
}

.animated-ribbon__container {
  block-size: 12.125rem;
  flex-grow: 1;
  isolation: isolate;
  overflow: hidden;
  padding-block: 2.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .animated-ribbon__container {
    block-size: unset;
    min-block-size: 6.5rem;
    padding-block: 1.375rem;
  }
}
.animated-ribbon__container::before {
  background: linear-gradient(90deg, rgb(from var(--current-background) r g b/0) 0%, rgb(from var(--current-background) r g b/1) 80%);
  content: "";
  height: 13.125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 6.25rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .animated-ribbon__container::before {
    height: 100%;
    width: 15.625rem;
  }
}

/* Style for the individual slides */
.animated-ribbon__container .swiper-slide {
  align-items: center;
  box-sizing: border-box;
  color: var(--neutral-color-200);
  display: flex;
  padding: 0;
  width: auto !important; /* Important for 'slidesPerView: auto' */
  text-transform: uppercase;
  font-family: Knockout66, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size-adjust: cap-height 0.316;
  font-stretch: extra-condensed;
  font-weight: 700;
  transform: scaleY(2.07);
  font-size: clamp(3rem, 2.7857rem + 1.0714vw, 3.75rem);
  line-height: 0.6;
}
:where(:has(.font-loaded)) .animated-ribbon__container .swiper-slide {
  font-size-adjust: unset;
  font-stretch: unset;
  font-weight: unset;
  transform: none;
}
:has(.font-timed-out) .animated-ribbon__container .swiper-slide {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
:has(.font-loaded) .animated-ribbon__container .swiper-slide {
  line-height: 1;
}
.animated-ribbon__container .swiper-slide::after {
  background: url("/themes/custom/tnvacation/img/icons/tnds/star.svg") no-repeat center;
  content: "";
  font-size: 0.5em;
  height: 1.125rem;
  padding-inline: 2rem;
  width: 1.125rem;
}

.animated-ribbon__container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.animated-ribbon__marquee.swiper-paused .swiper-wrapper {
  animation-play-state: paused;
  transition: none !important;
}

.animated-ribbon__toggle-button {
  align-items: center;
  background-color: transparent;
  border: 2px solid;
  border-radius: 3.75rem;
  color: var(--neutral-color-100);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  left: 1rem;
  padding: 0.375rem;
  position: relative;
  top: 2.5rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .animated-ribbon__toggle-button {
    bottom: unset;
    left: unset;
    position: absolute;
    right: 5.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tnds-play {
  height: 26px;
  left: 3px;
  position: relative;
  width: 26px;
}

.tnds-pause {
  height: 26px;
  width: 26px;
}

.animated-ribbon__toggle-button[aria-pressed=false] .tnds-play {
  display: none;
}
.animated-ribbon__toggle-button[aria-pressed=false] .tnds-pause {
  display: block;
}

.animated-ribbon__toggle-button[aria-pressed=true] .tnds-play {
  display: block;
}
.animated-ribbon__toggle-button[aria-pressed=true] .tnds-pause {
  display: none;
}

.animated-ribbon__image {
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.animated-ribbon__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: unset;
}
/*# sourceMappingURL=../maps/animated-ribbon/animated-ribbon.css.map */
