:root,
:host {
  --color-primary: #F4F2F0;
  --color-secondary: #2E2E2E;
  --color-highlight: #f18c27;
  --border: #2E2E2E 0.125rem solid;
  --font-family: 'Kanit', sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: var(--font-family);
  color: var(--color-secondary);
  background-color: var(--color-primary);
  padding: 0.9375rem;
}
@media (min-width: 768px) {
  body {
    padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  body {
    padding: 2.5rem;
  }
}

body {
  font-family: var(--font-family);
  color: var(--color-secondary);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 1.875rem;
  }
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 3.375rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.625rem;
    line-height: 3.75rem;
  }
}

h2, .h2 {
  font-size: 2.875rem;
  line-height: 3.25rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
  }
}

h3, .h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.625rem;
    line-height: 2.8125rem;
  }
}

h4, .h4 {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
p.large {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 1.875rem;
  }
}

a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: var(--color-highlight);
}

.header-title {
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .header-title {
    font-size: 2rem;
    line-height: 2.375rem;
    letter-spacing: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .header-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

.grid {
  display: grid;
  position: relative;
}
.grid--self-end {
  align-self: self-end;
}
.grid > * {
  min-height: 0;
  min-width: 0;
}
.grid--1-1 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3-1 {
  grid-template-columns: 3fr 1fr;
}
.grid--1-4-1 {
  grid-template-columns: 1fr 4fr 1fr;
}
@media (min-width: 480px) {
  .grid--sm-1-4-1 {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .grid--sm-1-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid--md-1-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--md-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .grid--md-4-1 {
    grid-template-columns: 4fr 1fr;
  }
  .grid--md-1-4 {
    grid-template-columns: 1fr 4fr;
  }
}
@media (min-width: 1024px) {
  .grid--lg-1-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--lg-1-2 {
    grid-template-columns: 1fr 2fr;
  }
}

.border-block {
  border: var(--border);
  border-bottom: 0;
}

.padded-block {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .padded-block {
    padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .padded-block--thick {
    padding: 5rem 3.75rem;
  }
}

.btn {
  display: block;
  max-width: 100%;
  color: #fff;
  background-color: var(--color-secondary);
  padding: 0.875rem 1.875rem;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
  border: transparent 0.125rem solid;
}
@media (min-width: 768px) {
  .btn {
    display: inline-block;
    max-width: none;
    padding: 1rem 3.125rem;
  }
}
@media (min-width: 1024px) {
  .btn:hover {
    box-shadow: 5px 5px 0 0 var(--color-secondary);
    transform: translate(-0.3125rem, -0.3125rem);
    background-color: var(--color-primary);
    border: var(--border);
  }
}

.dark {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.hover-extrude {
  transition: all 0.3s ease;
  border: transparent 0.125rem solid;
}
@media (min-width: 1024px) {
  .hover-extrude:hover {
    box-shadow: 5px 5px 0 0 var(--color-secondary);
    transform: translate(-0.3125rem, -0.3125rem);
    background-color: var(--color-primary);
    border: var(--border);
  }
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav li {
  margin: 0;
  text-align: center;
}
.site-nav li a {
  display: block;
  transition: all 200ms ease;
}
.site-nav--mobile {
  position: absolute;
  left: -0.125rem;
  right: -0.125rem;
  top: 100%;
  background-color: var(--color-primary);
  display: none;
  border: var(--border);
  z-index: 9;
}
.site-nav--mobile.open {
  display: block;
}
.site-nav--mobile li a {
  padding: 0.9375rem 0;
}
@media (min-width: 1024px) {
  .site-nav--mobile {
    display: none;
  }
  .site-nav--desktop ul {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .site-nav--desktop li a {
    padding: 1.875rem;
  }
  .site-nav--desktop li.current a {
    color: var(--color-highlight);
  }
}

.site-header {
  position: relative;
}
.site-header__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.site-header__cell--left {
  border-right: var(--border);
  justify-content: flex-start;
  align-items: stretch;
}
.site-header__cell--middle {
  display: none;
}
.site-header__logo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.site-header__logo svg, .site-header__logo img {
  display: block;
  width: 53px;
  height: auto;
}
.site-header__bottom {
  display: none;
}
.site-header__cta {
  display: none;
}
@media (min-width: 480px) {
  .site-header__cell--left {
    justify-content: center;
  }
  .site-header__cell--middle {
    display: flex;
    flex-flow: column;
    border-right: var(--border);
  }
  .site-header__logo {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .site-header__cell--middle {
    align-items: stretch;
  }
  .site-header__cell--right {
    display: flex;
    align-items: stretch;
  }
  .site-header__logo {
    justify-content: center;
  }
  .site-header__logo svg, .site-header__logo img {
    width: 100px;
  }
  .site-header__top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: var(--border);
  }
  .site-header__bottom {
    display: block;
    padding: 0;
  }
  .site-header__hamburger {
    display: none !important;
  }
  .site-header__cta {
    display: flex;
    text-align: center;
    align-items: stretch;
  }
  .site-header__cta a {
    display: flex;
    align-items: center;
  }
}

.site-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__middle {
  min-height: 6.25rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-left: var(--border);
  border-right: var(--border);
}
.site-footer__networks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.site-footer__networks a {
  display: block;
}
.site-footer__networks a img {
  width: 40px;
  height: auto;
}
.site-footer__legal {
  text-align: center;
}
.site-footer__links ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.site-footer__links ul li {
  margin-left: 1.25rem;
}
.site-footer__bottom {
  border-bottom: var(--border);
}
@media (min-width: 768px) {
  .site-footer__networks {
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ticker__slider {
  overflow: hidden;
  white-space: nowrap;
}
.c-ticker__text {
  animation: ticker 12s linear infinite;
  display: inline-block;
  margin-bottom: 0;
}
.c-ticker__text .alt {
  color: var(--color-highlight);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-expanding-images {
  min-height: 13.75rem;
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
}
.c-expanding-images__item {
  position: relative;
  border: var(--border);
  flex: 1;
  width: 40%;
}
.c-expanding-images__item picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-expanding-images__item picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-expanding-images__item--will-change {
  will-change: width, height;
  flex: 0 auto;
  width: 35%;
}
@media (min-width: 768px) {
  .c-expanding-images {
    min-height: 28.125rem;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1600px);
  }
}
.c-carousel {
  overflow: hidden;
  position: relative;
}
.c-carousel__track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 1600px;
}
.c-carousel__track .item {
  flex: 0 0 320px;
  position: relative;
  border-right: var(--border);
}
.c-carousel__track .item .image {
  height: 300px;
  border-bottom: var(--border);
}
.c-carousel__track .item .image .picture-wrapper {
  border: var(--border);
  position: relative;
  height: 100%;
}
.c-carousel__track .item .image .picture-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-carousel__track .item .image .picture-wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.c-carousel__track .item .name {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-carousel {
    border-left: var(--border);
  }
}

.c-image-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: var(--border);
}
.c-image-slider__picture-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.c-image-slider__picture-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-slider__picture-wrapper--transition {
  z-index: 1;
}
.c-image-slider__picture-wrapper--active {
  transform: translateY(0%);
}

.b-hero__image {
  border-bottom: var(--border);
  min-height: 12.5rem;
  display: flex;
}
.b-hero__content .paragraph {
  max-width: 31.25rem;
}
.b-hero__featured {
  border-bottom: var(--border);
}
.b-hero__featured-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  position: relative;
}
.b-hero__featured-box--dark {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.b-hero .c-ticker {
  min-height: 6.25rem;
}
@media (min-width: 768px) {
  .b-hero__image {
    min-height: 28.125rem;
  }
  .b-hero__content .padded-block {
    padding: 5rem;
  }
  .b-hero__featured {
    display: flex;
    justify-content: space-between;
  }
  .b-hero__featured-box {
    flex: 1 1 auto;
    border-top: var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b-hero__featured-box .text {
    letter-spacing: 0.3125rem;
  }
  .b-hero .c-ticker {
    min-height: 9.375rem;
  }
}
@media (min-width: 1024px) {
  .b-hero__image {
    border-bottom: 0;
    border-right: var(--border);
    min-height: auto;
  }
  .b-hero__content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .b-hero__content .padded-block {
    padding: 1.875rem 3.75rem;
  }
}

.b-featured-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}
.b-featured-grid .grid-card {
  border: var(--border);
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.b-featured-grid .grid-card__content {
  display: flex;
  flex-flow: column;
}
.b-featured-grid .grid-card__title {
  padding: 2.5rem 0;
}
.b-featured-grid .grid-card__image {
  position: relative;
  min-height: 15.625rem;
}
.b-featured-grid .grid-card__image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-featured-grid .grid-card__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-featured-grid .grid-card__offer-label {
  display: flex;
  justify-content: flex-end;
}
.b-featured-grid .grid-card__offer-label span {
  padding: 1.25rem;
  display: inline-block;
}
.b-featured-grid .grid-card--horizontal .grid-card__image {
  border-bottom: var(--border);
}
.b-featured-grid .grid-card .c-ticker {
  padding: 1.25rem 0;
}
.b-featured-grid .grid-card .c-ticker__text {
  animation-duration: 5s;
}
@media (min-width: 768px) {
  .b-featured-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }
  .b-featured-grid .grid-card--horizontal {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    flex-flow: row;
    justify-content: space-between;
  }
  .b-featured-grid .grid-card--horizontal .grid-card__image {
    border-bottom: 0;
    border-right: var(--border);
    flex: 0 0 50%;
  }
  .b-featured-grid .grid-card--horizontal .grid-card__content {
    flex: 1;
  }
  .b-featured-grid .grid-card--vertical {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (min-width: 1024px) {
  .b-featured-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .b-featured-grid .grid-card--horizontal {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .b-featured-grid .grid-card--vertical {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    align-items: stretch;
  }
  .b-featured-grid .grid-card--vertical .grid-card__image {
    border-bottom: var(--border);
    flex: 1;
  }
}

.b-cta-heading {
  position: relative;
}
.b-cta-heading a {
  display: block;
}
.b-cta-heading .heading {
  transition: all 0.3s;
  text-align: center;
  font-size: 3.125rem;
  line-height: 3.875rem;
  padding: 2.5rem 1.25rem;
}
.b-cta-heading:hover .container {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.b-cta-heading:hover .heading {
  transform: scale3d(0.9, 0.9, 1);
}
.b-cta-heading:hover .heading a {
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .b-cta-heading {
    font-size: 5rem;
    line-height: 5.75rem;
  }
}

.b-instagram .container {
  display: flex;
  flex-flow: column;
  gap: 1.875rem;
}
.b-instagram__heading a {
  display: block;
  text-transform: none;
  font-weight: 700;
}
.b-instagram__images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
.b-instagram__image {
  flex: 0 1 calc(50% - 10px);
  border: var(--border);
  position: relative;
}
.b-instagram__image a {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
}
.b-instagram__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-instagram__image picture img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .b-instagram__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .b-instagram__heading .title {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .b-instagram__images {
    gap: 0.625rem;
  }
  .b-instagram__image {
    flex: 0 1 calc(20% - 10px);
  }
}
