/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	Global variables
*/
/* Site Max Width. Used in 03-base/_template.scss
   -------------------------------------------------------------------------- */
/* Location of compiled icons in theme.
   Used in project/build/common/sass/04-components/_icons.scss
   -------------------------------------------------------------------------- */
/* Breakpoints
	px is excluded so we can do math on the breakpoints
   -------------------------------------------------------------------------- */
/* Colors
   Suffix color variables with a 3 digit number.  Generally try to progress from
   lightest/dullest to darkest/most vibrant.
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	General mixins
*/
/* Variable Size
   Function can be used to make any property value variable
   -------------------------------------------------------------------------- */
/* Basic Transition
   -------------------------------------------------------------------------- */
/* Default Unordered List
   This mixin is used in place of defining base ul styles and then having to
   override them everywhere.  Ex: in a menu.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Link Style
   This mixin is used in place of defining base a styles and then having to
   override them everywhere. Ex: text links vs buttons.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Table
   -------------------------------------------------------------------------- */
/* Default Gradient
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Typography specific mixins
	These mixins are used in classes in build/common/sass/03-base/_typography.scss.
	They can also be used in a component/layout stylesheet, but that should be avoided.
*/
/* Fonts
   -------------------------------------------------------------------------- */
/* Typography
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
.amenities {
  --inline-spacing: calc(32px + (100vw - 360px) / ((768 - 360) / (74 - 32)));
  padding-block: 72px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .amenities {
    --inline-spacing: calc(74px + (100vw - 768px) / ((1024 - 768) / (160 - 74)));
  }
}
@media (min-width: 768px) {
  .amenities {
    padding-block: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .amenities {
    --inline-spacing: calc(160px + (100vw - 1024px) / ((1280 - 1024) / (126 - 160)));
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .amenities {
    --inline-spacing: calc(126px + (100vw - 1280px) / ((1440 - 1280) / (206 - 126)));
  }
}
@media (min-width: 1440px) {
  .amenities {
    --inline-spacing: 206px;
  }
}
.amenities__container {
  margin: auto;
  width: min(100%, 1300px);
}
.amenities__intro {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  margin-inline: auto;
  max-width: 840px;
  text-align: center;
}
.amenities__intro .link-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amenities__heading, .amenities__wysiwyg {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.amenities__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-clip-path: inset(1px 0 0 0);
          clip-path: inset(1px 0 0 0);
  display: grid;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .amenities__list {
    -webkit-column-gap: calc(40px + (100vw - 768px) / ((1024 - 768) / (64 - 40)));
       -moz-column-gap: calc(40px + (100vw - 768px) / ((1024 - 768) / (64 - 40)));
            column-gap: calc(40px + (100vw - 768px) / ((1024 - 768) / (64 - 40)));
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .amenities__list {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}
@media (min-width: 1280px) {
  .amenities__list {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .amenities__list {
    -webkit-column-gap: calc(64px + (100vw - 1440px) / ((1920 - 1440) / (80 - 64)));
       -moz-column-gap: calc(64px + (100vw - 1440px) / ((1920 - 1440) / (80 - 64)));
            column-gap: calc(64px + (100vw - 1440px) / ((1920 - 1440) / (80 - 64)));
  }
}
@media (min-width: 1920px) {
  .amenities__list {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.amenities__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-before: 1px solid color-mix(in srgb, #1f2221, transparent 70%);
          border-block-start: 1px solid color-mix(in srgb, #1f2221, transparent 70%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  gap: 24px;
}
.amenities__icon {
  --icon-size: 24px;
}