  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
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;
}
*/
.block-primary-nav-featured-page {
  position: relative;
  overflow: hidden;
}
@media (min-width: 62rem) {
  .block-primary-nav-featured-page {
    grid-row: 1/3;
    max-width: clamp(20rem, 14.2857142857rem + 11.9047619048vw, 25rem);
    padding: clamp(2rem, 0.8928571429rem + 1.7857142857vw, 2.5rem) 0;
  }
}
@media (min-width: 62rem) {
  .block-primary-nav-featured-page:first-child {
    padding-right: clamp(3.125rem, 1.1875rem + 3.125vw, 4rem);
  }
}
@media (min-width: 62rem) {
  .block-primary-nav-featured-page:last-child {
    padding-left: clamp(3.125rem, 1.1875rem + 3.125vw, 4rem);
  }
}
@media (min-width: 62rem) {
  .block-primary-nav-mega-menu--wide .block-primary-nav-featured-page {
    padding: clamp(1.5rem, -1.8214285714rem + 5.3571428571vw, 3rem);
  }
}
.block-primary-nav-featured-page__inner {
  position: relative;
  z-index: 1;
  max-width: 19rem;
}
.block-primary-nav-featured-page__image-wrapper {
  min-width: 19rem;
  margin-bottom: 1rem;
  padding-bottom: 67.57894737%;
}
.block-primary-nav-featured-page .wp-block-button {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0d0d0d;
}
.block-primary-nav-featured-page .wp-block-button::after {
  margin-top: -0.5rem;
}
body .block-primary-nav-featured-page .is-style-tertiary .wp-block-button__link {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
  margin-bottom: var(--title-2-margin-bottom);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .block-primary-nav-featured-page .is-style-tertiary .wp-block-button__link:last-child {
  margin-bottom: 0;
}
.block-primary-nav-featured-page p {
  font-weight: var(--title-2-font-weight);
  font-size: var(--title-2-font-size);
  font-family: var(--title-2-font-family);
  line-height: var(--title-2-line-height);
  margin-bottom: var(--title-2-margin-bottom);
}
.block-primary-nav-featured-page p:last-child {
  margin-bottom: 0;
}