/* 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.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @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.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * 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-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* 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: */
/* Backgrounds specified in this variable will use the alternative button 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;
}
*/
.lightbox-gallery {
  padding: clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) 0 calc(clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem) - clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem)) 0;
}
.lightbox-gallery .component-lightbox__container {
  background-color: #1c112c;
}
.lightbox-gallery .component-lightbox__container:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.lightbox-gallery .component-lightbox__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #241b28;
  border: 0.0625rem solid #eae8eb;
  border-radius: 50%;
  background-color: #eae8eb;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  color: #fff !important;
  border-color: #3c3141 !important;
  background-color: #3c3141 !important;
}
.bg-dark .lightbox-gallery .component-lightbox__close, .bg-primary-purple .lightbox-gallery .component-lightbox__close, .lightbox-gallery .component-lightbox__close.c-btn--color-alt {
  color: #fff;
  border-color: #3c3141;
  background-color: #3c3141;
}
.bg-dark .lightbox-gallery .component-lightbox__close.hover, a:hover .bg-dark .lightbox-gallery .component-lightbox__close, a:focus .bg-dark .lightbox-gallery .component-lightbox__close, .bg-dark .lightbox-gallery .component-lightbox__close:hover, .bg-dark .lightbox-gallery .component-lightbox__close:focus, .bg-primary-purple .lightbox-gallery .component-lightbox__close.hover, a:hover .bg-primary-purple .lightbox-gallery .component-lightbox__close, a:focus .bg-primary-purple .lightbox-gallery .component-lightbox__close, .bg-primary-purple .lightbox-gallery .component-lightbox__close:hover, .bg-primary-purple .lightbox-gallery .component-lightbox__close:focus, .lightbox-gallery .component-lightbox__close.c-btn--color-alt.hover, a:hover .lightbox-gallery .component-lightbox__close.c-btn--color-alt, a:focus .lightbox-gallery .component-lightbox__close.c-btn--color-alt, .lightbox-gallery .component-lightbox__close.c-btn--color-alt:hover, .lightbox-gallery .component-lightbox__close.c-btn--color-alt:focus {
  color: #fff;
  border-color: #443b4a;
  background-color: #443b4a;
}
.lightbox-gallery .component-lightbox__close::before {
  content: "\ea1a";
  font-weight: 400;
  font-size: 1rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
.lightbox-gallery .component-lightbox__close.hover, a:hover .lightbox-gallery .component-lightbox__close, a:focus .lightbox-gallery .component-lightbox__close, .lightbox-gallery .component-lightbox__close:hover, .lightbox-gallery .component-lightbox__close:focus {
  color: #241b28;
  border-color: #e0d8e1;
  background-color: #e0d8e1;
}
.lightbox-gallery .component-lightbox__close:hover {
  background-color: #443b4a !important;
}
.lightbox-gallery__single-col {
  margin-bottom: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
}
@media (max-width: 61.98rem) {
  .lightbox-gallery__single-col {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 35.98rem) {
  .lightbox-gallery__single-col {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 48rem) {
  .lightbox-gallery__single-col.gallery-no-margin {
    margin-bottom: 0rem;
  }
}
.lightbox-gallery__single-image-wrapper {
  display: block;
}
.lightbox-gallery__single-image-wrapper:hover img, .lightbox-gallery__single-image-wrapper:focus img {
  transform: scale(1.03);
}
.lightbox-gallery .gallery-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 7.5rem);
  transform: translate(0, -50%);
}
.lightbox-gallery .gallery-slider__caption {
  color: #e0d8e1;
}
.lightbox-gallery .gallery-slider__image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-slider__single-slide {
  padding: 0 0.125rem;
}
@media (min-width: 62rem) {
  .gallery-slider__single-slide {
    padding: 0 0.3125rem;
  }
}
.gallery-slider__slider {
  padding: 0;
}
.gallery-slider__caption {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-top: 1rem;
  margin-bottom: 0;
  color: #6c6072;
  text-align: center;
  text-decoration: none;
}
.gallery-slider .slick-arrow {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 48rem) {
  .gallery-slider .slick-arrow {
    color: #241b28;
    border-color: #fff;
    background-color: #fff;
  }
}
.gallery-slider .slick-arrow:hover {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 48rem) {
  .gallery-slider .slick-arrow:hover {
    color: #241b28;
    border-color: #eae8eb;
    background-color: #eae8eb;
  }
}
@media (max-width: 47.98rem) {
  .gallery-slider .slick-arrow.slick-prev {
    left: 0.25rem;
  }
}
@media (max-width: 47.98rem) {
  .gallery-slider .slick-arrow.slick-next {
    right: 0.25rem;
  }
}

.gallery-slider--has-captions .slick-arrow {
  margin-top: -1rem;
}

.block-slider-gallery--hard.lightbox-gallery .gallery-slider__image-container .image-wrapper {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.43411%;
}
@media (min-width: 62rem) {
  .block-slider-gallery--hard.lightbox-gallery .gallery-slider__image-container .image-wrapper {
    height: min(clamp(25.5rem, 8.0263157895rem + 36.4035087719vw, 46.25rem), 100vh - clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem));
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 89.98rem) {
  .block-slider-gallery--flexible .slick-slide {
    max-width: clamp(11.75rem, 1.8362068966rem + 42.2988505747vw, 46.25rem);
  }
}
.block-slider-gallery--flexible .gallery-slider__image-container .gallery-slider__image img {
  min-height: clamp(11.75rem, 1.8362068966rem + 42.2988505747vw, 46.25rem);
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 90rem) {
  .block-slider-gallery--flexible .gallery-slider__image-container .gallery-slider__image img {
    min-height: 46.25rem;
  }
}
@media (min-width: 62rem) {
  .block-slider-gallery--flexible.lightbox-gallery .gallery-slider__image-container .gallery-slider__image {
    height: min(clamp(25.5rem, 8.0263157895rem + 36.4035087719vw, 46.25rem), 100vh - clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem));
  }
}
@media (min-width: 62rem) {
  .block-slider-gallery--flexible.lightbox-gallery .gallery-slider__image-container .gallery-slider__image img {
    min-height: 100%;
  }
}
@media (max-width: 61.98rem) {
  .block-slider-gallery--full .container:not(.component-lightbox) {
    padding: 0;
    overflow: hidden;
  }
}
.block-slider-gallery--full .gallery-slider__single-slide {
  padding: 0;
}
.block-slider-gallery--full .gallery-slider__single-slide .gallery-slider__image-container .image-wrapper {
  padding-bottom: 56.5%;
}
.block-slider-gallery--full.lightbox-gallery .gallery-slider__image-container .image-wrapper {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.43411%;
}
@media (min-width: 62rem) {
  .block-slider-gallery--full.lightbox-gallery .gallery-slider__image-container .image-wrapper {
    height: min(clamp(25.5rem, 8.0263157895rem + 36.4035087719vw, 46.25rem), 100vh - clamp(6rem, 2.5714285714rem + 7.1428571429vw, 9rem));
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-slider-gallery.slider-gallery {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
  padding-bottom: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}