@charset "UTF-8";
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Bold.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/RidleyGrotesk-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/RidleyGrotesk-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Italic.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/RidleyGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Medium.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Regular.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/RidleyGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Thin.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-Black.woff2") format("woff2"), url("../fonts/RidleyGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ridley Grotesk";
  src: url("../fonts/RidleyGrotesk-BlackItalic.woff2") format("woff2"), url("../fonts/RidleyGrotesk-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* Reset CSS Start */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* Reset CSS End */
:root {
  /* Measurments */
  --container-width: 1104px;
  --container-width-percentage: 95%;
  /* Colors */
  --color-brand-green-100: #E6F0E5;
  --color-brand-green-300: #A6CCA3;
  --color-brand-green-500: #68A861;
  --color-brand-green-700: #3F693A;
  --color-brand-green-900: #1F351D;
  --color-brand-dark-100: #1E1E1E;
  --color-white: #fff;
  --color-black: #000;
  /* Fonts */
  --font-family: "Ridley Grotesk", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-size-xsmall: 14px;
  --font-size-small: 16px;
  --font-size-medium: 18px;
  --font-size-medium2: 24px;
  --font-size-regular: 26px;
  --font-size-large: 28px;
  --font-size-larger: 36px;
  --font-size-xlarge: 40px;
  --font-size-xxlarge: 50px;
  /* Font weights */
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --line-height-xsmall: 110%;
  --line-height-small: 120%;
  --line-height-normal: normal;
  /* Spaces */
  --space-xxsmall: 4px;
  --space-xsmall: 10px;
  --space-small: 20px;
  --space-medium: 30px;
  --space-large: 40px;
  --space-xlarge: 50px;
  --space-xxlarge: 60px;
  /* Border & Radius */
  --radius-small: 8px;
  --radius-regular: 10px;
  /* Transition */
  --transition: all .3s ease-in-out;
}

/* Base Style Starts Here */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-family);
  color: var(--color-text-black);
  background-color: var(--color-page-background);
  padding: 0;
  padding-top: 70px;
}
@media (min-width: 900px) {
  body {
    padding-top: 0;
  }
}

h1 {
  font-size: var(--font-size-xxlarge);
}

h2 {
  font-size: clamp(var(--font-size-regular), 5vw, var(--font-size-xlarge));
  font-weight: var(--font-weight-bold);
}

h4 {
  font-size: var(--font-size-regular);
}

h5 {
  font-size: var(--font-size-large);
}

h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
}

p {
  font-size: clamp(var(--font-size-xsmall), 3vw, var(--font-size-small));
}

a {
  text-decoration: none;
}

section,
footer {
  padding: var(--space-xsmall) var(--space-small);
  scroll-margin-top: 69px;
}

main {
  width: 100%;
}

.container {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
}

/* Base Style Ends Here */
/* Header Style Start */
.header {
  --header-bg-color: #252525;
  background-color: var(--header-bg-color);
  padding: var(--space-xsmall) var(--space-small);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}
.header__container.open {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header__container.open .menu-icon {
  top: 13px;
}
.header__container.open .header__brandname-wrapper {
  margin: 0;
}
.header__container.open .header__nav-list-item {
  position: relative;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}
.header__container.open .header__nav-list-item:not(:last-child) {
  border-bottom: 1px solid var(--color-brand-green-500);
}
.header__brandname-wrapper {
  margin: 0;
}
.header__logo {
  max-height: 42px;
}
.header__nav-btn-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0 var(--space-small);
}
.header__nav {
  display: flex;
  justify-content: center;
}
.header__nav-list {
  width: 100%;
}
.header__nav-btn-wrapper {
  display: none;
}
.header__nav-btn-wrapper.open {
  display: flex;
  flex-direction: column;
}
.header__nav-list-item {
  position: relative;
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__nav-list-item a {
  color: var(--color-white);
  padding: var(--space-small) var(--space-xxsmall);
  display: block;
  text-align: center;
  transition: var(--transition);
}
.header__nav-list-item a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var();
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__nav-list-item a:hover {
  opacity: 0.5;
}
.header__nav-list-item .nav__current-tab {
  color: var(--color-brand-green-500);
}
.header__nav-list-item--active:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  position: absolute;
  left: 0%;
  width: 100%;
  background-color: var(--color-brand-secondary-light);
  transition: width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), left 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__nav-list-item:last-child a::after {
  width: 0;
}
.header {
  /* HEADER MENU - MOBILE DEVICES */
}
.header .menu-icon {
  width: 35px;
  height: 35px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 15px;
  right: var(--space-small);
}
.header .menu-icon .bar {
  display: block;
  width: 27px;
  height: 2px;
  background-color: var(--color-white);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  transform: translate(-50%, -50%) rotate(0);
  left: 50%;
  top: 50%;
}
.header .menu-icon .bar:first-child {
  top: 20%;
}
.header .menu-icon .bar:last-child {
  top: 80%;
}
.header .menu-icon {
  /* Styles for the cross state */
}
.header .menu-icon.cross .bar {
  margin: 0;
  /* reset margin to 0 for the cross state */
  position: absolute;
  top: 50%;
  /* center vertically */
  left: 50%;
  /* center horizontally */
  transform: translate(-50%, -50%);
  width: 32px;
}
.header .menu-icon.cross .bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .menu-icon.cross .bar:nth-child(2) {
  opacity: 0;
}
.header .menu-icon.cross .bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 899px) {
  .header .btn {
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .header {
    position: sticky;
  }
  .header__container {
    justify-content: space-between;
    margin: auto;
  }
  .header__nav {
    position: static;
    height: auto;
    width: auto;
  }
  .header__nav-list {
    display: flex;
    width: 100%;
    gap: var(--space-xsmall);
  }
  .header__nav-list-item {
    margin-right: 0;
  }
  .header__nav-list-item a {
    padding: var(--space-xsmall) var(--space-xsmall);
  }
  .header__nav-list-item a:after {
    display: none;
  }
  .header .menu-icon {
    display: none;
  }
  .header__brandname-wrapper {
    margin: 0;
    margin-right: auto;
  }
  .header .btn {
    display: block;
  }
  .header__nav-btn-wrapper {
    display: flex;
    position: static;
    align-items: center;
    justify-content: flex-end;
    gap: var(--space-small);
    padding: 0;
  }
}
@media screen and (min-width: 1104px) {
  .header__nav-list {
    gap: clamp(var(--space-xsmall), 3vw, var(--space-large));
  }
  .header__nav-btn-wrapper {
    gap: var(--space-large);
  }
  .header__logo {
    max-height: 46px;
  }
}
/* Header Style End */
.btn {
  background-color: var(--color-brand-green-700);
  padding: var(--space-xsmall) var(--space-medium);
  color: var(--color-white);
  font-weight: var(--font-weight-extrabold);
  transition: var(--transition);
  display: inline-block;
}
.btn:hover {
  background-color: var(--color-white);
  color: var(--color-brand-green-700);
}
.btn[data-theme=dark]:hover {
  background-color: var(--color-white);
  color: var(--color-brand-green-700);
}
.btn[data-theme=light]:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn--outline {
  background-color: transparent;
  border: 1px solid var(--color-white);
}
.btn--outline:hover {
  background-color: var(--color-white);
  color: var(--color-brand-green-700);
}
.btn--white {
  background-color: var(--color-white);
  color: var(--color-brand-green-700);
}
.btn--white:hover {
  color: var(--color-white);
  background-color: var(--color-brand-green-700);
}

/* Hero Style Start */
.hero {
  --text-color: var(--color-white);
  --heading-size-mobile: var(--font-size-regular);
  --heading-size-tablet: var(--font-size-xlarge);
  --heading-size-desktop: var(--font-size-xxlarge);
  --heading-weight: var(--font-weight-bold);
  --heading-line-height: var(--line-height-xsmall);
  --body-size-mobile: var(--font-size-xsmall);
  --body-size-desktop: var(--font-size-medium);
  --content-width: 655px;
  --slideshow-transition: var(--transition);
}
.hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.hero__inner {
  display: flex;
  gap: var(--space-small);
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
  padding: var(--space-xlarge) 0;
  min-height: 448px;
}
.hero__heading {
  font-size: clamp(var(--heading-size-mobile), 5vw, var(--heading-size-desktop));
  line-height: clamp(var(--line-height-small), 4vw, var(--heading-line-height));
  font-weight: var(--heading-weight);
  text-wrap: balance;
}
.hero__text {
  font-size: clamp(var(--body-size-mobile), 2vw, var(--body-size-desktop));
  text-wrap: pretty;
}
.hero__image {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero__text {
    line-height: var(--line-height-small);
  }
  .hero__inner {
    min-height: 560px;
    max-width: 877px;
    margin: 0 auto;
    gap: calc(var(--space-medium) + 2px);
  }
}
@media (min-width: 1024px) {
  .hero__inner {
    padding: 154px 0;
  }
}

.marquee {
  background: #f4f4f4;
  padding-top: var(--space-medium);
  padding-bottom: var(--space-medium);
}
.marquee-viewport {
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: marquee-scroll var(--marquee-duration, 28s) linear infinite;
  will-change: transform;
}
.marquee .marquee-track:hover {
  animation-play-state: paused;
}
.marquee__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-xsmall);
  margin-bottom: var(--space-medium);
}
.marquee__heading {
  color: var(--color-brand-dark-100);
  line-height: var(--line-height-xsmall);
  text-wrap: balance;
  /* 110% */
}
.marquee__body {
  color: var(--color-brand-dark-100);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-normal);
  padding: 0 var(--space-small);
}
@media (min-width: 768px) {
  .marquee {
    padding-top: var(--space-xlarge);
    padding-bottom: var(--space-xlarge);
  }
  .marquee__body {
    font-size: var(--font-size-regular);
  }
}
@media (min-width: 1024px) {
  .marquee__heading {
    font-size: var(--font-size-xlarge);
  }
  .marquee__body {
    font-size: var(--font-size-large);
  }
}

.marquee-card {
  display: block;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}
.marquee-card img {
  height: 220px;
  width: auto;
  display: block;
  object-fit: cover;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-distance, 50%)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
    transform: none;
  }
}
.about-split {
  padding: 0;
  background: var(--color-brand-green-100);
}
.about-split__container {
  margin: 0 auto;
  display: grid;
  gap: 0;
}
@media (min-width: 980px) {
  .about-split__container {
    grid-template-columns: 1fr 1fr;
    min-height: 380px;
  }
}
.about-split {
  /* Media panel */
}
.about-split__media {
  position: relative;
  aspect-ratio: 6/5;
}
@media (min-width: 1140px) {
  .about-split__media {
    height: 600px;
  }
}
@media (min-width: 980px) {
  .about-split__media {
    aspect-ratio: auto;
    min-height: 600px;
  }
}
.about-split__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-split {
  /* Content panel */
}
.about-split__content {
  padding: var(--space-medium) var(--space-small);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-small);
}
@media (min-width: 980px) {
  .about-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    padding: 4rem;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .about-split__content {
    padding-left: 0;
    padding-right: 100px;
  }
}
.about-split__title {
  line-height: var(--line-height-normal);
  text-align: center;
}
.about-split__text {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--space-small);
}

/* Slideshow */
.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1140px) {
  .slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
@media (min-width: 1440px) {
  .slideshow {
    width: 720px;
  }
}
.slideshow picture {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.slideshow picture.active {
  opacity: 1;
}
.slideshow picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-list {
  background-color: var(--color-brand-green-900);
  color: var(--color-white);
  padding-top: var(--space-large);
  padding-bottom: var(--space-large);
}
.price-list__heading {
  color: var(--color-brand-green-500);
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 63px;
  margin-bottom: var(--space-large);
}
.price-list__lists {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: var(--space-small);
}
.price-list__lists--first {
  margin-bottom: var(--space-small);
}
.price-list .prices__head {
  font-size: var(--font-size-medium2);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}
.price-list .prices__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: nowrap;
  font-size: var(--font-size-xsmall);
  line-height: var(--line-height-normal);
  gap: var(--space-medium);
  position: relative;
  padding-left: 20px;
}
.price-list .prices__item:before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 1px;
  color: currentColor;
  font-size: 1em;
}
.price-list .prices__note {
  font-style: italic;
}
.price-list .prices__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: var(--space-xsmall);
  border-top: 1px solid var(--color-brand-green-300);
  padding-top: var(--space-xsmall);
  margin-top: var(--space-xsmall);
}
.price-list .prices__price {
  color: var(--color-brand-green-300);
  font-weight: var(--font-weight-bold);
}
@media (min-width: 980px) {
  .price-list__inner {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: nowrap;
    gap: var(--space-large);
  }
  .price-list__heading {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    line-height: 90%;
    font-size: 122px;
  }
  .price-list__lists--first {
    gap: var(--space-medium);
    flex: 1;
  }
  .price-list__lists--last {
    gap: var(--space-xlarge);
  }
  .price-list .prices__item {
    font-size: var(--font-size-small);
  }
  .price-list .prices__head {
    font-size: var(--font-size-larger);
  }
}
@media (min-width: 1240px) {
  .price-list__inner {
    gap: 75px;
  }
  .price-list__lists--first {
    gap: var(--space-xlarge);
  }
  .price-list__heading {
    font-size: 130px;
    line-height: 75%;
  }
}

.testimonials {
  padding-top: clamp(var(--space-medium), 5vw, var(--space-xlarge));
  padding-bottom: clamp(var(--space-medium), 5vw, var(--space-xlarge));
}
.testimonials__heading {
  text-align: center;
  line-height: var(--line-height-xsmall);
  text-wrap: pretty;
}
.testimonials__slider {
  position: relative;
  text-align: center;
}
.testimonials__viewport {
  position: relative;
}
.testimonials__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: clamp(var(--space-medium), 5vw, var(--space-xlarge));
}
.testimonials__track {
  position: relative;
}
.testimonials__slider {
  padding: 0 var(--space-xlarge);
}
.testimonials__slide {
  position: absolute;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  pointer-events: none;
  width: 100%;
}
.testimonials__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.testimonials__feedback {
  margin: 0;
  font-size: clamp(var(--font-size-small), 2vw, var(--font-size-large));
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-normal);
  text-wrap: balance;
}
.testimonials__name {
  display: inline-block;
  margin-top: var(--space-xsmall);
  font-style: italic;
  font-size: clamp(var(--font-size-xsmall), 2vw, var(--font-size-medium2));
}
.testimonials__arrow {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0.9;
}
.testimonials__arrow span {
  font-size: 40px;
  line-height: 1;
  color: #97b889;
  /* soft green like the mock */
}
.testimonials__arrow:hover {
  opacity: 1;
}
.testimonials__arrow--prev {
  left: 0;
}
.testimonials__arrow--prev img {
  transform: rotate(180deg);
}
.testimonials__arrow--next {
  right: 0;
}
.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: var(--space-medium);
}
.testimonials__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: #cfe0c8;
  cursor: pointer;
  padding: 0;
}
.testimonials__dot.is-active {
  background: #2f6b38;
}
.testimonials__cta {
  display: flex;
  justify-content: center;
}

.footer {
  background-color: var(--color-brand-dark-100);
  width: 100%;
  padding-top: var(--space-large);
  padding-bottom: var(--space-large);
  color: var(--color-white);
}
.footer__top {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  gap: var(--space-medium);
}
.footer__top-heading {
  margin-bottom: var(--space-xsmall);
}
.footer__top a {
  color: var(--color-white);
}
.footer__logo {
  margin-bottom: var(--space-small);
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: var(--space-xsmall);
  padding-top: var(--space-xsmall);
}
.footer__bottom {
  text-align: center;
  padding-top: var(--space-small);
  border-top: 1px solid var(--color-brand-green-500);
  margin-top: var(--space-large);
}
.footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  gap: var(--space-small);
  font-size: var(--font-size-xsmall);
}
.footer .copyright .line {
  display: none;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .copyright {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: var(--space-xsmall);
  }
  .footer .copyright .line {
    display: inline;
  }
}

:root {
  --heading-404-size-mobile: 100px;
  --heading-404-size-desktop: 200px;
}

.page-404 .hero__inner {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
.page-404 .hero__heading {
  font-size: clamp(var(--heading-404-size-mobile), 10vw, var(--heading-404-size-desktop));
  line-height: 1;
}
@media (min-width: 1140px) {
  .page-404 .hero__inner {
    min-height: 90vh;
  }
}

/*# sourceMappingURL=style.css.map */
