/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string  $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/* Quick Positioning */
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-gray-92, etc: */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.hero-trip {
  position: relative;
}
@media (min-width: 48rem) {
  .hero-trip {
    margin-bottom: 12.875rem;
  }
}
.hero-trip::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 17.625rem;
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 47.98rem) {
  .hero-trip::before {
    display: none;
  }
}
.hero-trip__bg {
  position: relative;
  height: clamp(21.5rem, -11.6428571429rem + 69.0476190476vw, 50.5rem);
}
@media (min-width: 48rem) {
  .hero-trip__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
  }
}
.hero-trip__view-all-wrap {
  position: relative;
  display: none;
  padding-left: 2.0625rem;
}
@media (min-width: 48rem) {
  .hero-trip__view-all-wrap {
    display: block;
  }
}
.hero-trip__view-all-button {
  text-transform: uppercase;
}
.hero-trip__height-control {
  position: relative;
  z-index: 3;
}
@media (min-width: 48rem) {
  .hero-trip__height-control {
    padding: 8.25rem 0 42.375rem;
  }
}
.hero-trip__overhang-wrap {
  z-index: 3;
}
@media (min-width: 48rem) {
  .hero-trip__overhang-wrap {
    position: absolute;
    top: calc(100% - 6.125rem);
    width: 100%;
  }
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-wrap .trip-chip {
    left: 0;
  }
}
.hero-trip__overhang-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  padding-right: clamp(0.625rem, -1.875rem + 5.2083333333vw, 2.8125rem);
  padding-bottom: clamp(2rem, 1.7857142857rem + 0.4464285714vw, 2.1875rem);
  padding-left: clamp(0.625rem, -1.875rem + 5.2083333333vw, 2.8125rem);
}
@media (min-width: 48rem) {
  .hero-trip__overhang-content {
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.1);
  }
}
.hero-trip__overhang-content_new-trip {
  padding-top: clamp(3rem, 2.1428571429rem + 1.7857142857vw, 3.75rem);
}
@media (min-width: 48rem) {
  .hero-trip__overhang-titles {
    padding-right: 1.25rem;
  }
}
.hero-trip__overhang-main-titles {
  display: flex;
  flex-direction: column;
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-main-titles {
    flex-direction: column-reverse;
  }
}
.hero-trip .hero-trip__trip-title {
  margin-bottom: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
  font-size: clamp(2.125rem, 0.5535714286rem + 3.2738095238vw, 3.5rem);
  line-height: clamp(2.5rem, 0.7857142857rem + 3.5714285714vw, 4rem);
}
.hero-trip__overline-display {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.98rem) {
  .hero-trip__overline-display {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.hero-trip__overline-display::before, .hero-trip__overline-display::after {
  position: relative;
  content: "";
  display: none;
  width: 5.1875rem;
  height: 0.0625rem;
  background-color: #a97c50;
}
@media (max-width: 47.98rem) {
  .hero-trip__overline-display::before {
    display: block;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  .hero-trip__overline-display::after {
    display: block;
    margin-left: 0.625rem;
  }
}
.hero-trip__overhang-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-stats {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
.hero-trip__overhang-stats .icon-text {
  margin-right: clamp(0.625rem, -3.9464285714rem + 9.5238095238vw, 4.625rem);
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-stats .icon-text {
    margin-bottom: 0.5rem;
  }
}
.hero-trip__overhang-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-links {
    width: 100%;
  }
}
.hero-trip__overhang-links .c-btn--primary,
.hero-trip__overhang-links .c-btn--secondary {
  width: 15.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 47.98rem) {
  .hero-trip__overhang-links .c-btn--primary,
.hero-trip__overhang-links .c-btn--secondary {
    width: 100%;
  }
}