/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --c-white: #fff;
  --c-white-rgb: 255,255,255;
  --c-black: #000404;
  --c-black-rgb: 0,4,4;
  --c-carbon: #00262b;
  --c-carbon-rgb: 0,38,43;
  --c-silicon: #004751;
  --c-silicon-rgb: 0,71,81;
  --c-metallic: #0c4f59;
  --c-metallic-rgb: 12,79,89;
  --c-titanium: #898a8d;
  --c-titanium-rgb: 137,138,141;
  --c-ghost: #e5e5e6;
  --c-ghost-rgb: 229,229,230;
  --c-neon: #e6ff2b;
  --c-neon-rgb: 230,255,43;
  --fs-14: .875rem;
  --fs-15: .9375rem;
  --fs-16: 1rem;
  --fs-17: 1.0625rem;
  --fs-18: 1.125rem;
  --fs-19: 1.1875rem;
  --fs-20: 1.25rem;
  --fs-22: 1.375rem;
  --fs-24: 1.5rem;
  --fs-25: 1.5625rem;
  --fs-28: 1.75rem;
  --fs-30: 1.875rem;
  --fs-32: 2rem;
  --fs-35: 2.1875rem;
  --fs-38: 2.375rem;
  --fs-40: 2.5rem;
  --fs-48: 3rem;
  --fs-50: 3.125rem;
  --fs-56: 3.5rem;
  --fs-60: 3.75rem;
  --fs-70: 4.375rem;
  --fs-90: 5.625rem;
  --fs-100: 6.25rem;
  --p-xl: 160px 0;
  --p-lg: 140px 0;
  --p-md: 120px 0;
  --p-sm: 80px 0;
  --p-xs: 60px 0;
  --f-primary: "avenir-next-world", Helvetica, Arial, sans-serif;
  --f-secondary: "owners", Helvetica, Arial, sans-serif;
}

body,
html {
  min-height: 100%;
}

body {
  margin: 0;
  background-color: rgba(var(--c-silicon-rgb), 0.99);
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

html,
body {
  font-optical-sizing: auto;
  font-family: var(--f-primary);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--c-black);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1;
  font-family: var(--f-secondary);
  color: var(--c-black);
}

h1 {
  margin: 0 0 40px;
  font-size: var(--fs-40);
  color: var(--c-neon);
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: var(--fs-60);
  }
}

h2 {
  margin: 0 0 40px;
  font-size: var(--fs-60);
  color: var(--c-neon);
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: var(--fs-100);
  }
}

p {
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  p {
    font-size: var(--fs-20);
  }
}
p strong {
  font-weight: 700;
}
p em {
  font-style: italic;
}
p a {
  transition: 0.3s;
  color: var(--c-neon);
  font-weight: 700;
  border-bottom: 1px solid rgba(var(--c-neon-rgb), 0);
}
p a:hover {
  border-bottom: 1px solid rgba(var(--c-neon-rgb), 1);
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1600px;
  width: 100%;
}
.container--mid {
  max-width: 1100px;
}
.container--min {
  max-width: 900px;
}
@media screen and (min-width: 800px) {
  .container {
    padding: 0 50px;
  }
}

.layout {
  margin-top: 50px;
}
@media screen and (min-width: 800px) {
  .layout {
    margin-top: 80px;
  }
}

.wp-block-image {
  margin-bottom: 40px;
}
.wp-block-image .wp-element-caption {
  color: var(--c-forest);
  font-weight: 400;
}

.wp-block-embed {
  margin-bottom: 40px;
}

.wp-block-quote {
  background-color: transparent;
  max-width: 90%;
  margin: 60px auto;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../img/blockquote.svg");
}
.wp-block-quote p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: var(--f-primary);
  font-weight: 400;
  font-style: normal;
  color: var(--c-forest);
}

.wp-block-separator {
  display: block;
  border: none;
  height: 8px;
  width: 42px;
  margin: 20px auto !important;
  background-repeat: no-repeat;
  background-size: 42px 8px;
  background-image: url("../img/separator.svg");
}
@media screen and (min-width: 800px) {
  .wp-block-separator {
    margin: 40px auto !important;
  }
}

.video__embed iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.aligncenter {
  text-align: center;
}

.alignwide {
  width: auto;
  max-width: 1000%;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 800px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.alignfull {
  width: auto;
  max-width: 1000%;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 800px) {
  .alignfull {
    margin-left: calc(50% - 50vw + 0px);
    margin-right: calc(50% - 50vw - 0px);
  }
}

.section-header {
  margin: 0 0 80px;
  width: 100%;
  max-width: 800px;
}
.section-header p {
  color: var(--c-ghost);
  margin: 0 0 20px;
  max-width: 650px;
}
.section-header a {
  color: var(--c-neon);
  font-weight: 700;
}
.section-header a:hover {
  color: var(--c-neon);
}

.block {
  margin-bottom: 100px;
}

.block:has(+ p),
.block:has(+ .wp-block-heading),
.block:has(+ .wp-block-columns),
.block:has(+ .wp-block-image),
.block:has(+ .wp-block-embed),
.block:has(+ .wp-block-quote),
.block:has(+ .wp-block-separator),
.block:has(+ ul),
.block:has(+ ol) {
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .block:has(+ p),
  .block:has(+ .wp-block-heading),
  .block:has(+ .wp-block-columns),
  .block:has(+ .wp-block-image),
  .block:has(+ .wp-block-embed),
  .block:has(+ .wp-block-quote),
  .block:has(+ .wp-block-separator),
  .block:has(+ ul),
  .block:has(+ ol) {
    margin-bottom: 100px;
  }
}

.callout:has(+ .callout),
.callout:has(+ .gallery),
.callout:has(+ .resources-callout),
.callout:has(+ .testimonials) {
  margin-bottom: 0;
}

.resources-callout:has(+ .resources-callout),
.resources-callout:has(+ .gallery),
.resources-callout:has(+ .testimonials),
.resources-callout:has(+ .callout) {
  margin-bottom: 0;
}

.gallery:has(+ .gallery),
.gallery:has(+ .callout),
.gallery:has(+ .resources-callout),
.gallery:has(+ .testimonials) {
  margin-bottom: 0;
}

.testimonials:has(+ .gallery),
.testimonials:has(+ .callout),
.testimonials:has(+ .resources-callout),
.testimonials:has(+ .testimonials) {
  margin-bottom: 0;
}

p + .block,
.wp-block-heading + .block,
.wp-block-columns + .block,
.wp-block-image + .block,
.wp-block-embed + .block,
.wp-block-quote,
.wp-block-separator + .block,
ul + .block,
ol + .block {
  margin-top: 60px;
}
@media screen and (min-width: 800px) {
  p + .block,
  .wp-block-heading + .block,
  .wp-block-columns + .block,
  .wp-block-image + .block,
  .wp-block-embed + .block,
  .wp-block-quote,
  .wp-block-separator + .block,
  ul + .block,
  ol + .block {
    margin-top: 100px;
  }
}

.header {
  margin-top: 50px;
}
@media screen and (min-width: 800px) {
  .header {
    margin-top: 150px;
  }
}

.search-bar__wrap {
  display: grid;
  place-items: center;
  position: fixed;
  top: 120px;
  width: 100%;
  background-color: var(--c-mint);
  padding: 50px;
  display: none;
}
.search-bar__wrap.active {
  display: block;
}

.search-bar {
  width: 100%;
  max-width: 600px;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-field {
  border: 0 !important;
  background-color: var(--c-white) !important;
  border-radius: 25px !important;
  height: 50px !important;
  padding: 0 120px 0 20px !important;
  color: var(--c-forest) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1;
  width: 100%;
}
.search-field::placeholder {
  color: rgba(var(--c-slate-rgb), 0.5) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1;
}

.search-button {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-flex;
  border: 1px solid var(--c-mint) !important;
  background-color: transparent !important;
  color: var(--c-mint) !important;
  padding: 0 20px !important;
  height: 38px !important;
  border-radius: 19px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  line-height: 1;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.search-open {
  display: grid;
  place-items: center;
  position: absolute;
  top: 45px;
  right: 46px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.search-open.active {
  display: block;
}
.search-open svg {
  display: block;
  height: 22px;
  width: 22px;
}

.search-close {
  display: grid;
  place-items: center;
  position: absolute;
  top: 45px;
  right: 46px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.search-close.active {
  display: block;
}
.search-close svg {
  display: block;
  height: 22px;
  width: 22px;
  fill: black;
}

.footer {
  display: flex;
  justify-content: center;
  background-color: rgba(var(--c-carbon-rgb), 1);
  padding: 50px 0 20px;
}
@media screen and (min-width: 800px) {
  .footer {
    padding: 100px 0 20px;
  }
}

.copyright {
  color: rgba(var(--c-ghost-rgb), 0.5);
  font-size: var(--fs-14);
}
@media screen and (min-width: 800px) {
  .copyright {
    font-size: var(--fs-15);
  }
}

.footer__social {
  display: flex;
  justify-self: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .footer__social {
    order: 2;
    justify-self: end;
    margin: 0;
  }
}

.social-links__icon {
  margin: 0 20px;
}
@media screen and (min-width: 800px) {
  .social-links__icon {
    margin: 0 0 0 40px;
  }
}
.social-links__icon:hover svg {
  fill: var(--c-neon);
}
.social-links__icon svg {
  transition: all, 0.3s;
  display: block;
  width: 22px;
  height: 22px;
  fill: var(--c-white);
}

.newsletter-form {
  margin: 0 0 50px;
  max-width: 900px;
}
@media screen and (min-width: 800px) {
  .newsletter-form {
    margin: 0 0 100px;
  }
}
.newsletter-form form {
  position: relative;
}
.newsletter-form .gfield_label {
  color: var(--c-ghost) !important;
  font-weight: 700 !important;
  font-size: var(--fs-16) !important;
  line-height: 1;
}
.newsletter-form .gfield input,
.newsletter-form .gfield textarea {
  border: 1px solid rgba(var(--c-ghost-rgb), 0.3) !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  height: 50px !important;
  padding: 0 20px !important;
  color: var(--c-white) !important;
  font-weight: 400 !important;
  font-size: var(--fs-18) !important;
  line-height: 1;
}
.newsletter-form .gfield input:focus-within,
.newsletter-form .gfield textarea:focus-within {
  outline: webkit-focus-ring-color auto 1px !important;
}
.newsletter-form .gfield input::placeholder,
.newsletter-form .gfield textarea::placeholder {
  color: rgba(var(--c-white-rgb), 0.5) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .newsletter-form .gfield input,
  .newsletter-form .gfield textarea {
    height: 60px !important;
  }
}
.newsletter-form .gfield textarea {
  height: 200px !important;
  padding: 20px !important;
}
.newsletter-form .ginput_complex {
  margin: 0 0 20px;
  color: var(--c-ghost) !important;
}
@media screen and (min-width: 800px) {
  .newsletter-form .ginput_complex {
    margin: 0 0 40px;
  }
}
.newsletter-form .gfield--type-email {
  margin: 0 0 20px;
}
@media screen and (min-width: 800px) {
  .newsletter-form .gfield--type-email {
    margin: 0 0 40px;
  }
}
.newsletter-form .gfield--type-html {
  color: rgba(var(--c-ghost-rgb), 0.5) !important;
}
.newsletter-form .gfield--type-html a {
  transition: 0.3s;
  color: rgba(var(--c-ghost-rgb), 1) !important;
}
.newsletter-form .gfield--type-html a:hover {
  color: rgba(var(--c-neon-rgb), 1) !important;
}
.newsletter-form .gform_footer {
  margin-block-start: 20px !important;
}
.newsletter-form .gform_button {
  display: inline-flex;
  border: 0 !important;
  background-color: transparent !important;
  color: var(--c-neon) !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  font-size: var(--fs-24) !important;
  line-height: 1;
}

.menu-toggle {
  display: none;
}

.menu-wrap {
  margin-left: auto;
}

.primary-menu .menu {
  display: flex;
  list-style: none;
}
.primary-menu .menu li {
  position: relative;
  margin-left: 60px;
}
.primary-menu .menu li:hover .sub-menu {
  display: block;
}
.primary-menu .menu a {
  transition: 0.3s;
  font-size: var(--fs-18);
  text-transform: uppercase;
  color: var(--c-skull);
}
.primary-menu .menu a:hover {
  color: var(--c-flame);
}

.primary-menu__container {
  display: flex;
  justify-items: flex-end;
}

.button {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--c-white);
  border: 1px solid transparent;
  height: 48px;
  padding: 0 25px;
  overflow: hidden;
  color: var(--c-silicon);
  font-size: var(--fs-18);
  line-height: 1;
  font-weight: 700;
  font-family: var(--f-secondary);
}
@media screen and (min-width: 800px) {
  .button {
    min-width: 200px;
    height: 56px;
    padding: 0 30px;
    font-size: var(--fs-20);
  }
}
.button:hover {
  background-color: var(--c-neon);
}
.button--outline {
  border: 1px solid var(--c-cobalt);
  background-color: transparent;
  color: var(--c-cobalt);
}
.button--outline:hover {
  background-color: transparent;
}
.button--light {
  border: 1px solid var(--c-white);
  color: var(--c-white);
}
.button--sm {
  min-width: 120px;
  height: 44px;
  padding: 0 20px;
  border-radius: 22px;
}

.link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
  color: var(--c-cobalt);
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: var(--f-secondary);
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.logo {
  display: inline-flex;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 800px) {
  .logo {
    height: 60px;
  }
}
.logo svg {
  fill: var(--c-skull);
}

.banner {
  padding: 0 0 50px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .banner {
    padding: 0 0 150px;
  }
}
.banner p {
  max-width: 650px;
  color: var(--c-ghost);
  line-height: 1.3;
}

.page-title {
  max-width: 900px;
}

@media screen and (min-width: 800px) {
  .banner__wrap {
    display: grid;
    grid-template-columns: minmax(0, max-content) auto;
    gap: 100px;
  }
}

.banner__image {
  object-fit: cover;
  height: 240px;
  border-radius: 0 120px 120px 0;
  width: calc(100% - 20px);
}
@media screen and (min-width: 800px) {
  .banner__image {
    height: 600px;
    border-radius: 0 300px 300px 0;
  }
}

.banner__header {
  padding: 20px 20px 0;
}
@media screen and (min-width: 800px) {
  .banner__header {
    padding: 0 50px 0 0;
    max-width: 700px;
  }
}

.banner__headline {
  font-size: 2.5rem;
}
@media screen and (min-width: 800px) {
  .banner__headline {
    font-size: 3.125rem;
  }
}

.banner__byline {
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-mint);
}

.banner__text {
  margin-top: 20px;
  font-size: 1.125rem;
  max-width: 80%;
}

.banner__cta {
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  .banner__cta {
    margin-top: 50px;
  }
}

.banner-min {
  padding: 60px 0;
  background-color: rgba(var(--c-ice-rgb), 0.3);
}

.callout {
  padding: 140px 20px 100px;
  background: var(--c-rose);
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 500px) {
  .callout {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 800px) {
  .callout {
    padding: 240px 0 160px;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1100px) {
  .callout {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1400px) {
  .callout {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }
}

.callout__container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 800px;
}
@media screen and (min-width: 800px) {
  .callout__container {
    padding: 0 50px;
  }
}

.callout__wrap {
  display: grid;
  place-items: center;
  text-align: center;
}
.callout__header {
  text-align: center;
}
.callout__headline {
  margin: 0;
  font-weight: 600;
  color: var(--c-white);
  font-size: 2.5rem;
}
@media screen and (min-width: 800px) {
  .callout__headline {
    font-size: 3.125rem;
  }
}

.callout__text {
  margin: 20px auto 0 auto;
  color: var(--c-white);
  font-size: 1.125rem;
}
@media screen and (min-width: 800px) {
  .callout__text {
    max-width: 80%;
    font-size: 1.25rem;
  }
}

.callout__cta {
  margin-top: 50px;
}
.postcard__wrap {
  background: var(--c-rose);
}
@media screen and (min-width: 800px) {
  .postcard__wrap {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
  }
}

.postcard__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 800px) {
  .postcard__image {
    clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0% 100%);
    grid-column: 1/3;
    height: 100%;
  }
}

.postcard__header {
  padding: 30px 20px 50px 20px;
}
@media screen and (min-width: 800px) {
  .postcard__header {
    grid-column: 3/4;
    padding: 50px 20px 50px 20px;
  }
}

.postcard__headline {
  margin: 0;
  font-weight: 600;
  color: var(--c-white);
  font-size: 2rem;
}
@media screen and (min-width: 800px) {
  .postcard__headline {
    font-size: 2.5rem;
  }
}

.postcard__text {
  margin: 20px 0 0 0;
  color: var(--c-white);
  font-size: 1.125rem;
}
@media screen and (min-width: 800px) {
  .postcard__text {
    font-size: 1.25rem;
  }
}

.postcard__cta {
  margin-top: 30px;
}

.faqs__container {
  margin: 0 auto;
  max-width: 800px;
}

.faq {
  border-top: 1px solid var(--c-stone);
}
.faq:last-child {
  border-bottom: 1px solid var(--c-stone);
}

.faq__toggle {
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 0;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.faq__toggle.active .faq__toggle-icon {
  transform: rotate(45deg);
}

.faq__toggle-icon {
  transition: all, 0.3s;
  position: absolute;
  top: 20px;
  right: 0;
}
.faq__toggle-icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #000;
}

.faq__question {
  color: var(--c-forest);
  font-size: 1.5rem;
}
@media screen and (min-width: 800px) {
  .faq__question {
    font-size: 1.875rem;
    font-size: 1.75rem;
  }
}

.faq__answer p {
  color: var(--c-slate);
}

.gallery .owl-nav {
  display: none;
}
.gallery .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.gallery .owl-dot {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: var(--c-cobalt) !important;
  opacity: 0.5;
}
.gallery .owl-dot.active {
  opacity: 1;
}

.gallery__image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 500px) {
  .gallery__image {
    height: 400px;
  }
}
@media screen and (min-width: 800px) {
  .gallery__image {
    height: 500px;
  }
}
@media screen and (min-width: 1100px) {
  .gallery__image {
    height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery__image {
    height: 700px;
  }
}

.gallery__caption {
  display: none;
}

@media screen and (min-width: 800px) {
  .highlights--3 .highlights__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .highlights--3 .highlights__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
  }
}

@media screen and (min-width: 800px) {
  .highlights__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .highlights__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.highlight {
  text-align: center;
  margin-bottom: 60px;
}
.highlight:last-child {
  margin: 0;
}
@media screen and (min-width: 800px) {
  .highlight {
    margin: 0;
  }
}

.highlight__image-wrap {
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  margin-inline: auto;
  width: 80px;
  height: 80px;
  background-color: var(--c-sun);
  border-radius: 40px;
}

.highlight__image {
  display: block;
  width: 30px;
  height: 30px;
}

.highlight__headline {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--f-secondary);
  letter-spacing: 1px;
}

.highlight__text {
  font-size: 1rem;
  margin: 0;
}

.highlight__cta {
  margin-top: 20px;
}

.testimonials {
  padding: 120px 20px;
  background-color: var(--c-cobalt);
}
.testimonials .owl-nav {
  display: none;
}
.testimonials .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.testimonials .owl-dot {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: var(--c-cobalt) !important;
  background: var(--c-white) !important;
  opacity: 0.5;
}
.testimonials .owl-dot.active {
  opacity: 1;
}

.testimonials__container {
  margin: 0 auto;
  max-width: 550px;
}

.testimonials__cta {
  text-align: center;
  margin: 20px 0 0 0;
}

.testimonial__quote {
  font-size: 1.875rem;
  font-weight: 200;
  font-style: italic;
  color: var(--c-white);
  font-family: var(--f-primary);
}
@media screen and (min-width: 800px) {
  .testimonial__quote {
    font-size: 2.25rem;
  }
}

.testimonial__footer {
  margin-top: 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-ice);
}

.testimonial__image {
  object-fit: cover;
  border-radius: 100%;
  height: 200px;
  width: 200px !important;
  margin: 0 auto 20px;
}

.testimonial__company {
  font-weight: 300;
}

.projects {
  padding: 50px 0;
  background-color: rgba(var(--c-metallic-rgb), 1);
}
@media screen and (min-width: 800px) {
  .projects {
    padding: 150px 0;
  }
}

.project-card {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(var(--c-ghost-rgb), 0.3);
}
.project-card:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.project-card h2 {
  margin: 0 0 20px;
  font-size: var(--fs-40);
  color: var(--c-white);
}
.project-card p {
  margin: 0 0 20px;
  max-width: 500px;
  color: var(--c-ghost);
  font-size: var(--fs-18);
}
@media screen and (min-width: 800px) {
  .project-card:nth-child(even) .project-card__image {
    order: 2;
  }
  .project-card:nth-child(even) .project-card__content {
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .project-card:nth-child(even) .pills {
    justify-content: end;
  }
  .project-card:nth-child(even) h2 {
    text-align: right;
  }
  .project-card:nth-child(even) p {
    align-self: end;
    text-align: right;
  }
}
@media screen and (min-width: 800px) {
  .project-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin: 0 0 100px;
    padding: 0 0 100px;
  }
  .project-card h2 {
    margin: 0 0 30px;
    font-size: var(--fs-50);
  }
  .project-card p {
    margin: 0 0 30px;
    font-size: var(--fs-22);
  }
}

.project-card__image {
  object-fit: cover;
  object-position: center center;
  border-radius: 100px 0 0 0;
  margin-bottom: 20px;
  height: 300px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .project-card__image {
    margin: 0;
    height: 600px;
  }
}

.project-card__content {
  padding-top: 20px;
}
@media screen and (min-width: 800px) {
  .project-card__content {
    padding-top: 50px;
  }
}

.pills {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background-color: var(--c-black);
  border-radius: 17px;
  height: 34px;
  margin: 0 5px 5px 0;
  color: var(--c-white);
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: 1;
  font-family: var(--f-secondary);
}

.services {
  padding: 0 0 50px;
  background-color: rgba(var(--c-metallic-rgb), 1);
}
@media screen and (min-width: 800px) {
  .services {
    padding: 0 0 150px;
  }
}
.services p {
  color: var(--c-ghost);
  max-width: 900px;
}

.project-list__item {
  padding: 10px 0;
  border-top: 1px solid rgba(var(--c-ghost-rgb), 0.3);
}
.project-list__item:last-child {
  border-bottom: 1px solid rgba(var(--c-ghost-rgb), 0.3);
}
.project-list__item .pills {
  margin-left: auto;
  margin-bottom: 0;
}
.project-list__item .pill {
  margin: 3px 6px 3px 0;
}
.project-list__item a {
  transition: 0.3s;
  color: var(--c-white);
  font-size: var(--fs-22);
  font-weight: 700;
  line-height: 1;
  font-family: var(--f-secondary);
}
.project-list__item a:hover {
  color: var(--c-neon);
}
@media screen and (min-width: 800px) {
  .project-list__item a {
    font-size: var(--fs-25);
  }
}
@media screen and (min-width: 800px) {
  .project-list__item {
    display: flex;
    align-items: center;
  }
  .project-list__item .pill {
    margin: 3px 0 3px 6px;
  }
}

.resources-callout {
  padding: 160px 0;
  background: var(--c-ice);
}

@media screen and (min-width: 800px) {
  .resources-callout__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .resources-callout__grid {
    gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .resources-callout__grid {
    gap: 120px;
  }
}

.resource-card {
  margin-bottom: 60px;
}
.resource-card:last-child {
  margin: 0;
}
@media screen and (min-width: 800px) {
  .resource-card {
    margin: 0;
  }
}

.resource-card__image {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 2.13/1;
}

.resource-card__link {
  color: var(--c-forest);
}
.resource-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.resource-card__header {
  margin-top: 20px;
}

.resource-card__title {
  margin: 2px 0 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--c-forest);
  font-family: var(--f-primary);
}

.resource-card__cat {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--c-mint);
}

@media screen and (min-width: 800px) {
  .resources__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .resources__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .resources__grid {
    gap: 120px;
  }
}

.partners-callout {
  padding: 160px 0;
}

@media screen and (min-width: 800px) {
  .partners-callout__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .partners-callout__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .partners-callout__grid {
    gap: 120px;
  }
}

.partner-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--c-ice);
  text-align: center;
}

.partner-card__image-wrap {
  margin-bottom: 20px;
}

.partner-card__image {
  object-fit: cover;
  border-radius: 100%;
  height: 200px;
  width: 200px;
}
