@font-face {
  font-family: "MontserratAlternates";
  src: url(/assets/MontserratAlternates-Regular-4c926ed1a50207e934c85cd09dcf7c1cfb3d457dd882059c40ebb10cc8252ee5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MontserratAlternates";
  src: url(/assets/MontserratAlternates-Bold-1e745b1b9e113f57d5d09cb8d7f9dba7e5b3cf7f8a41047dd0277aa07691f42b.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-Bold-542ca15de37ab3bcf41f3ee5fdb9a8a4ba3346a27998196101a9a01a0f4ce0d8.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-Regular-4132d2d2b9443d42422ebb2769b3113c157e0cf08c91cfe555a6da5ac0a9c762.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url(/assets/Mont-Bold-5473b4eec0551611d73b28cd58f1d6f531309fb8240442b5f0961837992b4330.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@tailwind base;
@tailwind components;
@tailwind utilities;

@import url(/assets/variables-027fdc8762c9bb6ff5e56a2c894c002af8bb3781a0e853da173304f3f2ca5d11.css);

@layer components {
  [type="checkbox"]:focus,
  [type="radio"]:focus {
    --tw-ring-color: var(--dm-primary);
  }

  .text-primary {
    color: var(--dm-primary);
  }

  .text-blue {
    color: var(--dm-blue);
  }

  .text-primary-dark {
    color: var(--dm-primary-dark);
  }

  .text-primary-mid {
    color: var(--dm-primary-mid);
  }

  .text-primary-light {
    color: var(--dm-primary-light);
  }

  .text-primary-i {
    color: var(--dm-primary) !important;
  }

  .text-primary-deep {
    color: var(--dm-primary-deep) !important;
  }

  .text-primary-bright {
    color: var(--dm-primary-bright) !important;
  }

  .text-nav {
    color: var(--dm-text-nav);
  }

  .bg {
    background-color: var(--dm-background);
  }

  .bg-white {
    background-color: #ffffff;
  }

  .bg-primary {
    background-color: var(--dm-primary);
  }

  .bg-primary-i {
    background-color: var(--dm-primary) !important;
  }

  .bg-primary-mid {
    background-color: var(--dm-primary-mid);
  }

  .bg-primary-mid-i {
    background-color: var(--dm-primary-mid) !important;
  }

  .bg-primary-light {
    background-color: var(--dm-primary-light);
  }

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

  .bg-dm-blue {
    background-color: var(--dm-blue);
  }

  .border-primary {
    border-color: var(--dm-primary);
    --tw-ring-color: var(--dm-primary);
  }

  .border-primary-i {
    border-color: var(--dm-primary) !important;
    --tw-ring-color: var(--dm-primary);
  }

  .border-primary-light {
    border-color: var(--dm-primary-light);
    --tw-ring-color: var(--dm-primary-light);
  }

  .border-primary-mid {
    border-color: var(--dm-primary-mid);
    --tw-ring-color: var(--dm-primary-mid);
  }

  .border-primary-dark {
    border-color: var(--dm-primary-dark);
    --tw-ring-color: var(--dm-primary-dark);
  }

  .shadow-primary {
    box-shadow: 0 8px 9px -4px rgba(48, 81, 38, 0.3),
      0 4px 18px 0 rgba(48, 81, 38, 0.3) !important;
  }
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_contact_section.scss */
.home-contact-section_heading {
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_heading {
    font-size: 1.6rem;
  }
}

/* line 31, app/assets/stylesheets/components/_contact_section.scss */
.home-contact-section_text {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 31, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 62, app/assets/stylesheets/components/_contact_section.scss */
.home-contact-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 62, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_input {
    margin: 8px 8px;
    font-size: 1rem;
  }
}

/* line 101, app/assets/stylesheets/components/_contact_section.scss */
.home-contact-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 101, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
    margin: 8px 8px;
  }
}

/* line 138, app/assets/stylesheets/components/_contact_section.scss */
.home-contact-section_submit-button {
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 138, app/assets/stylesheets/components/_contact_section.scss */
  .home-contact-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_contact_us_section.scss */
.contact-us-section_heading {
  font-weight: bold;
  color: var(--dm-primary-light);
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_heading {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/components/_contact_us_section.scss */
.contact-us-section_text {
  font-weight: bold;
  color: var(--dm-primary-dark);
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 34, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 68, app/assets/stylesheets/components/_contact_us_section.scss */
.contact-us-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 68, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

/* line 107, app/assets/stylesheets/components/_contact_us_section.scss */
.contact-us-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 107, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

/* line 144, app/assets/stylesheets/components/_contact_us_section.scss */
.contact-us-section_submit-button {
  background-color: var(--dm-primary);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 144, app/assets/stylesheets/components/_contact_us_section.scss */
  .contact-us-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_get_a_quote_section.scss */
.get-a-quote-section_heading {
  font-weight: bold;
  color: var(--dm-primary-light);
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_heading {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/components/_get_a_quote_section.scss */
.get-a-quote-section_text {
  font-weight: bold;
  color: var(--dm-primary-dark);
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 34, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 68, app/assets/stylesheets/components/_get_a_quote_section.scss */
.get-a-quote-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 68, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_input {
    font-size: 1rem;
  }
}

/* line 107, app/assets/stylesheets/components/_get_a_quote_section.scss */
.get-a-quote-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 107, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_textarea {
    font-size: 1rem;
  }
}

/* line 144, app/assets/stylesheets/components/_get_a_quote_section.scss */
.get-a-quote-section_submit-button {
  background-color: var(--dm-primary);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 144, app/assets/stylesheets/components/_get_a_quote_section.scss */
  .get-a-quote-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_hero.scss */
.hero_heading-span {
  color: var(--dm-primary-bright);
}

/* line 7, app/assets/stylesheets/components/_hero.scss */
.hero_subheading {
  max-width: 400px;
}

/* line 11, app/assets/stylesheets/components/_hero.scss */
.hero_cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 976px) {
  /* line 11, app/assets/stylesheets/components/_hero.scss */
  .hero_cta-container {
    align-items: flex-end;
    width: 50%;
    height: 200px;
  }
}

@media (min-width: 1100px) {
  /* line 11, app/assets/stylesheets/components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

/* line 39, app/assets/stylesheets/components/_hero.scss */
.hero_button {
  background-color: var(--dm-dark-green);
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

@media (min-width: 976px) {
  /* line 39, app/assets/stylesheets/components/_hero.scss */
  .hero_button {
    margin-left: -4px;
  }
}

/* line 55, app/assets/stylesheets/components/_hero.scss */
.hero_button:hover {
  background-color: #2c7a7b;
}

/* line 59, app/assets/stylesheets/components/_hero.scss */
.hero_booking-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 1100px) {
  /* line 59, app/assets/stylesheets/components/_hero.scss */
  .hero_booking-form-container {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

/* line 72, app/assets/stylesheets/components/_hero.scss */
.hero_form {
  width: 100%;
}

/* line 93, app/assets/stylesheets/components/_hero.scss */
.logos_wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

/* line 113, app/assets/stylesheets/components/_hero.scss */
.item {
  width: 200px;
  height: 100px;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 6), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  object-fit: contain;
}

/* line 126, app/assets/stylesheets/components/_hero.scss */
.item1 {
  animation-delay: calc(30s / 6 * (6 - 1) * -1);
}

/* line 130, app/assets/stylesheets/components/_hero.scss */
.item2 {
  animation-delay: calc(30s / 6 * (6 - 2) * -1);
}

/* line 134, app/assets/stylesheets/components/_hero.scss */
.item3 {
  animation-delay: calc(30s / 6 * (6 - 3) * -1);
}

/* line 138, app/assets/stylesheets/components/_hero.scss */
.item4 {
  animation-delay: calc(30s / 6 * (6 - 4) * -1);
}

/* line 142, app/assets/stylesheets/components/_hero.scss */
.item5 {
  animation-delay: calc(30s / 6 * (6 - 5) * -1);
}

/* line 146, app/assets/stylesheets/components/_hero.scss */
.item6 {
  animation-delay: calc(30s / 6 * (6 - 6) * -1);
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-primary-bright);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_full.scss */
  .hero-full-form__container {
    margin: 0 12px;
  }
}

/* line 21, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__flex-col {
  display: flex;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__grid,
.hero-full-form__grid-extended {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  padding: 0.5rem;
}

@media (min-width: 480px) {
  /* line 26, app/assets/stylesheets/components/_hero_booking_form_full.scss */
  .hero-full-form__grid,
.hero-full-form__grid-extended {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
    padding: 1rem;
  }
}

/* line 40, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color: var(--gray-mid);
}

/* line 49, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__text-field,
.hero-full-form__search-field,
.hero-full-form__email-field,
.hero-full-form__tel-field,
.hero-full-form__date-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 65, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__text-field:focus,
.hero-full-form__search-field:focus,
.hero-full-form__email-field:focus,
.hero-full-form__tel-field:focus,
.hero-full-form__date-field:focus {
  border-color: var(--dm-primary);
}

/* line 70, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__text-area {
  width: 100%;
  min-height: auto;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  color: var(--gray-text);
  resize: none;
  transition: all 0.2s ease-linear;
}

/* line 84, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__select-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 96, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__select-field:focus {
  border-color: var(--dm-primary);
}

/* line 101, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

/* line 107, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__checkbox {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
}

/* line 113, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-mid);
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__relative {
  position: relative;
}

/* line 124, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__price-container {
  padding: 1rem;
}

/* line 128, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__price {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* line 135, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}

/* line 145, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__submit-button {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--dm-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

/* line 158, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:hover, .hero-full-form__submit-button:focus {
  background-color: var(--dm-primary-dark);
}

/* line 163, app/assets/stylesheets/components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:disabled {
  background-color: var(--gray-light);
}
/* line 11, app/assets/stylesheets/variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-dark-green);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 12px;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 0 20px auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    padding: 2rem 1.5rem;
  }
}

/* line 61, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
}

/* line 75, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__label {
  display: block;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

/* line 84, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field,
.hero-initial-form__date-field,
.hero-initial-form__select {
  display: block;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid var(--gray-light);
  background-color: white;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  outline: none;
  color: var(--gray-text);
}

/* line 99, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field:focus,
.hero-initial-form__date-field:focus,
.hero-initial-form__select:focus {
  border-color: var(--dm-primary);
}

/* line 103, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field::placeholder,
.hero-initial-form__date-field::placeholder,
.hero-initial-form__select::placeholder {
  color: var(--gray-mid);
}

/* line 112, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-section {
  display: block;
  min-height: 1.5rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

/* line 124, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-label {
  display: inline-block;
  padding-left: 0.15rem;
  cursor: pointer;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 133, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__price-container {
  position: relative;
}

/* line 137, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.invisible-pricing-container {
  display: none;
  height: 0;
}

/* line 145, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__price-text {
  font-size: 2.25rem;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 0.9 !important;
}

/* line 155, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* line 161, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn {
  background-color: var(--dm-accent);
  color: var(--dm-primary);
}

/* line 165, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:hover, .hero-initial-form__submit-btn:focus, .hero-initial-form__submit-btn:active {
  background-color: var(--dm-dark-green);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* line 174, app/assets/stylesheets/components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:disabled {
  background-color: var(--dm-dark-green);
  opacity: 0.5;
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_navbar.scss */
.dm-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 540px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 1400px;
  }
}

/* line 43, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__links {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 976px) {
  /* line 43, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  /* line 55, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links.active {
    z-index: 2;
    position: absolute;
    top: 79px;
    left: 0;
    background-color: var(--dm-primary);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 79px);
    max-height: calc(100vh - 79px);
    min-height: calc(100vh - 79px);
  }
}

@media (min-width: 976px) {
  /* line 43, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links {
    display: flex;
  }
}

/* line 74, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list.active > li.dm-navbar__item > a.dm-navbar__link {
  display: flex;
}

/* line 79, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__list.active {
  display: flex;
  flex-direction: column;
}

/* line 86, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list > li.dm-navbar__item {
  margin: 12px 0;
}

/* line 90, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list > li.dm-navbar__item > a {
  margin: 0;
}

/* line 94, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
}

/* line 103, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: var(--dm-text-nav);
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__link {
    margin: 0 0 0 28px;
    font-size: 1rem;
  }
}

/* line 123, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__link:hover,
.dm-navbar__link:focus {
  color: var(--dm-light-green);
}

/* line 128, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__username {
  color: #ffffff;
}

/* line 132, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__username {
  display: none;
}

@media (min-width: 1100px) {
  /* line 132, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__username {
    display: block;
  }
}

/* line 140, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__booking-btn {
  padding: 8px 16px;
  background-color: var(--dm-accent);
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/components/_navbar.scss */
body > div > nav > div > div.dm-navbar__links.active > div.dm-navbar__booking-btn-container {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  margin-left: 0;
  margin-right: 0;
}

/* line 162, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__hamburger {
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

@media (min-width: 976px) {
  /* line 162, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__hamburger {
    display: none;
  }
}

/* line 174, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__icon-svg {
  height: 40px;
  width: 40px;
}

/* line 179, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* line 191, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__dropdown-content.active {
  max-height: 500px;
}

/* line 197, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__icon--close {
  z-index: 1000;
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_service_section.scss */
.home-service-section_heading {
  margin: 0 auto 48px auto;
  color: var(--dm-primary-deep);
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 64px auto;
    font-size: 1.7rem;
    line-height: 1;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 72px auto;
  }
}

/* line 56, app/assets/stylesheets/components/_service_section.scss */
.home-service-section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 976px) {
  /* line 56, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_content {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 56, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
}

/* Home Service Section Image Container */
/* line 89, app/assets/stylesheets/components/_service_section.scss */
.home-service-section_image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

@media (min-width: 360px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 480px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 576px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 976px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    width: 50%;
    margin-top: 48px;
  }
}

@media (min-width: 1100px) {
  /* line 89, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image-container {
    align-items: flex-end;
    width: 40%;
    margin-top: 0;
  }
}

/* Home Service Section Image */
/* line 136, app/assets/stylesheets/components/_service_section.scss */
.home-service-section_image {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: -52px;
}

@media (min-width: 360px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -48px;
  }
}

@media (min-width: 420px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -54px;
  }
}

@media (min-width: 480px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -68px;
  }
}

@media (min-width: 576px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: -68px;
  }
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    width: 70%;
    margin-bottom: -126px;
  }
}

@media (min-width: 976px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    width: 90%;
    margin-bottom: -96px;
  }
}

@media (min-width: 1100px) {
  /* line 136, app/assets/stylesheets/components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: 0px;
  }
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* Container */
/* line 4, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_container {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  background-color: white;
  height: 360px;
  width: 100%;
}

@media (min-width: 360px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 2rem auto;
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 4rem auto;
    overflow: visible;
    max-width: 610px;
    height: 350px;
  }
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    height: 300px;
    max-width: 780px;
    margin: 2rem auto 2rem auto;
  }
}

@media (min-width: 976px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    height: 400px;
    max-width: 920px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1100px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1060px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1240px;
    margin: 2rem auto 8rem auto;
  }
}

@media (min-width: 1600px) {
  /* line 4, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1510px;
  }
}

/* Trapeze */
/* line 69, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_trapeze {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
}

@media (min-width: 360px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 69, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

/* Overlay */
/* line 114, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_overlay {
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_overlay {
    position: absolute;
    flex-direction: row;
    justify-content: start;
    height: 100%;
  }
}

/* line 157, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_list-image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 36px;
}

@media (min-width: 420px) {
  /* line 157, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 12px;
  }
}

@media (min-width: 480px) {
  /* line 157, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: -12px;
  }
}

@media (min-width: 576px) {
  /* line 157, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_list-image-container {
    height: 150px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 157, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_list-image-container {
    justify-content: flex-start;
    height: auto;
  }
}

@media (min-width: 976px) {
  /* line 157, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 24px;
  }
}

/* line 201, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_title {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 360px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    max-width: 260px;
  }
}

@media (min-width: 480px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    max-width: 100%;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.8rem;
  }
}

@media (min-width: 976px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 201, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2.2rem;
  }
}

/* line 238, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_ul {
  list-style-type: disc;
  /* disc is the default; you can also use circle, square, none, etc. */
  padding-left: 26px;
  /* Adds some padding to the left */
}

/* line 272, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_image-mobile {
  height: 150px;
  display: none;
}

@media (min-width: 360px) {
  /* line 272, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
    display: block;
  }
}

@media (min-width: 420px) {
  /* line 272, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
  }
}

@media (min-width: 480px) {
  /* line 272, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 200px;
  }
}

@media (min-width: 576px) {
  /* line 272, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 250px;
    margin-right: -15px;
    margin-top: -65px;
    z-index: 20;
  }
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-mobile {
    display: none;
  }
}

/* Image */
/* line 312, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_image-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 312, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-desktop {
    display: block;
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 312, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 312, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 312, app/assets/stylesheets/components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 500px;
    margin-top: -50px;
  }
}

/* line 346, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_button {
  background-color: var(--dm-primary);
  color: white;
  margin: 0 0 4rem 0;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

/* line 383, app/assets/stylesheets/components/_software_section.scss */
.home-ai-section_button:hover {
  background-color: var(--dm-primary-deep);
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto 4rem auto;
  padding: 0 24px;
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    padding: 0 0;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 960px;
    margin: 2rem auto 6rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1400px;
  }
}

/* line 49, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_image-container {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0 0 2rem 0;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_image-container {
    margin: 0 0 0 0;
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 49, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 30%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 1100px) {
  /* line 49, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

/* line 94, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_image {
  width: 200px;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 150px;
  }
}

@media (min-width: 976px) {
  /* line 94, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 250px;
  }
}

/* line 124, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_text-container {
  width: 100%;
}

@media (min-width: 976px) {
  /* line 124, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_text-container {
    width: 65%;
  }
}

/* line 153, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_heading-container {
  display: flex;
}

/* line 181, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_heading {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 340px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 360px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media (min-width: 480px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

@media (min-width: 576px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 976px) {
  /* line 181, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 2.2rem;
  }
}

/* line 224, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistics-container {
  display: grid;
}

@media (min-width: 360px) {
  /* line 224, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    grid-template-columns: 1fr 1fr 1fr;
    /* This creates 2 columns of equal width */
    grid-template-rows: 1fr 1fr;
    /* This creates 3 rows that adjust to the content size */
    gap: 20px;
  }
}

@media (min-width: 420px) {
  /* line 224, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 20px;
  }
}

@media (min-width: 480px) {
  /* line 224, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 40px;
  }
}

@media (min-width: 1100px) {
  /* line 224, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    margin-right: -16px;
  }
}

/* line 258, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-card {
  display: flex;
  flex-direction: column;
}

/* line 287, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic {
  font-size: 3rem;
}

@media (min-width: 360px) {
  /* line 287, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.15rem;
  }
}

@media (min-width: 420px) {
  /* line 287, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.5rem;
  }
}

@media (min-width: 480px) {
  /* line 287, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.9rem;
  }
}

/* line 318, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-text {
  font-size: 1rem;
}

@media (min-width: 976px) {
  /* line 318, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistic-text {
    font-size: 1.3rem;
  }
}

/* line 347, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-cta-text {
  font-weight: bold;
}

@media (min-width: 976px) {
  /* line 347, app/assets/stylesheets/components/_statistics_section.scss */
  .home-statistics-section_statistic-cta-text {
    width: 250px;
  }
}

/* line 377, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-cta-button-container {
  display: flex;
  justify-content: flex-start;
}

/* line 406, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-button {
  background-color: var(--dm-dark-green);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1rem;
}

/* line 439, app/assets/stylesheets/components/_statistics_section.scss */
.home-statistics-section_statistic-button:hover {
  background-color: var(--dm-primary-deep);
}
/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem auto;
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 2.5rem auto;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 0 auto;
  }
}

/* line 42, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_heading {
  margin: 54px auto 48px auto;
  padding: 0 24px;
  color: var(--dm-primary);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 52px auto;
    font-size: 1.7rem;
    line-height: 1.4;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 72px auto;
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 42, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 2.2rem;
  }
}

/* line 100, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 24px 0 24px;
  width: 100%;
  max-width: 550px;
}

@media (min-width: 360px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    padding: 0 24px 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 100, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_container {
    max-width: 1140px;
  }
}

/* line 142, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_left-column {
  margin-top: 4px;
  height: 1816px;
}

@media (min-width: 360px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 6px;
    height: 1816px;
  }
}

@media (min-width: 420px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 480px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 576px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1820px;
  }
}

@media (min-width: 768px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1020px;
  }
}

@media (min-width: 976px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1235px;
  }
}

@media (min-width: 1100px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 44px;
    height: 1216px;
  }
}

@media (min-width: 1440px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1414px;
  }
}

@media (min-width: 1600px) {
  /* line 142, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 48px;
    height: 1420px;
  }
}

/* Right column */
/* line 191, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
}

@media (min-width: 768px) {
  /* line 191, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_right-column {
    width: 95%;
  }
}

@media (min-width: 976px) {
  /* line 191, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_right-column {
    width: 90%;
  }
}

/* line 227, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_circle {
  position: relative;
  background: var(--dm-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media (min-width: 576px) {
  /* line 227, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 976px) {
  /* line 227, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle {
    width: 48px;
    height: 48px;
  }
}

/* line 265, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_circle.circle_1 {
  top: -3px;
}

@media (min-width: 360px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -1px;
  }
}

@media (min-width: 480px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 576px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 768px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 976px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 1100px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -10px;
  }
}

@media (min-width: 1440px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -14px;
  }
}

@media (min-width: 1600px) {
  /* line 265, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -16px;
  }
}

/* line 306, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_circle.circle_2 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 306, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 306, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0px;
  }
}

@media (min-width: 1100px) {
  /* line 306, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 1600px) {
  /* line 306, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: -6px;
  }
}

/* line 341, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_circle.circle_3 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 341, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 0px;
  }
}

@media (min-width: 768px) {
  /* line 341, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -2px;
  }
}

@media (min-width: 976px) {
  /* line 341, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 6px;
  }
}

@media (min-width: 1600px) {
  /* line 341, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -4px;
  }
}

@media (min-width: 360px) {
  /* line 376, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 376, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 376, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

@media (min-width: 1100px) {
  /* line 376, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 12px;
  }
}

@media (min-width: 1600px) {
  /* line 376, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

/* line 411, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_circle.circle_5 {
  top: 1px;
}

@media (min-width: 360px) {
  /* line 411, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 411, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 1px;
  }
}

@media (min-width: 976px) {
  /* line 411, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 10px;
  }
}

@media (min-width: 1100px) {
  /* line 411, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 17px;
  }
}

@media (min-width: 1600px) {
  /* line 411, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 8px;
  }
}

/* line 449, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_left-column::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-left: 3px dashed var(--dm-dark-green);
  z-index: -1;
}

/* line 459, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_row {
  display: flex;
  flex-direction: column-reverse;
  height: 400px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 459, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_row {
    height: 200px;
    flex-direction: row;
    justify-content: space-between;
    overflow-y: hidden;
  }
}

@media (min-width: 976px) {
  /* line 459, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_row {
    height: 250px;
  }
}

@media (min-width: 1440px) {
  /* line 459, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_row {
    height: 300px;
  }
}

/* line 497, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_row-last {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  /* line 497, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 497, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
  }
}

/* line 537, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_image {
  flex: 1;
  /* Takes up half of the row */
  object-fit: cover;
  height: 100px;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 537, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 976px) {
  /* line 537, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 350px;
  }
}

@media (min-width: 1100px) {
  /* line 537, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_image {
    min-width: 44%;
    width: 100%;
  }
}

/* line 576, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_image-map {
  align-self: center;
  justify-self: flex-start;
}

/* line 583, app/assets/stylesheets/components/_why_section.scss */
.home-why-choose_text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 583, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_text-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
    margin-top: 1.75rem;
  }
}

@media (min-width: 976px) {
  /* line 583, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_text-container {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 583, app/assets/stylesheets/components/_why_section.scss */
  .home-why-choose_text-container {
    max-width: 44%;
  }
}
/* 
#################################################
################### CONTACT US ##################
#################################################
*/
/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_heading {
  font-weight: bold;
  color: var(--dm-primary-light);
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_heading {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_text {
  font-weight: bold;
  color: var(--dm-primary-dark);
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

/* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

/* line 144, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_submit-button {
  background-color: var(--dm-primary);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 144, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* 
#################################################
################### GET A QUOTE #################
#################################################
*/
/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
.get-a-quote-section_heading {
  font-weight: bold;
  color: var(--dm-primary-light);
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_heading {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
.get-a-quote-section_text {
  font-weight: bold;
  color: var(--dm-primary-dark);
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 34, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 68, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
.get-a-quote-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 68, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_input {
    font-size: 1rem;
  }
}

/* line 107, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
.get-a-quote-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 107, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_textarea {
    font-size: 1rem;
  }
}

/* line 144, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
.get-a-quote-section_submit-button {
  background-color: var(--dm-primary);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 144, app/assets/stylesheets/pages/../components/_get_a_quote_section.scss */
  .get-a-quote-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* 
#################################################
################### HOME ########################
#################################################
*/
/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_heading-span {
  color: var(--dm-primary-bright);
}

/* line 7, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_subheading {
  max-width: 400px;
}

/* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 976px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-end;
    width: 50%;
    height: 200px;
  }
}

@media (min-width: 1100px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

/* line 39, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_button {
  background-color: var(--dm-dark-green);
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

@media (min-width: 976px) {
  /* line 39, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_button {
    margin-left: -4px;
  }
}

/* line 55, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_button:hover {
  background-color: #2c7a7b;
}

/* line 59, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_booking-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 1100px) {
  /* line 59, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_booking-form-container {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

/* line 72, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_form {
  width: 100%;
}

/* line 93, app/assets/stylesheets/pages/../components/_hero.scss */
.logos_wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

/* line 113, app/assets/stylesheets/pages/../components/_hero.scss */
.item {
  width: 200px;
  height: 100px;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 6), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  object-fit: contain;
}

/* line 126, app/assets/stylesheets/pages/../components/_hero.scss */
.item1 {
  animation-delay: calc(30s / 6 * (6 - 1) * -1);
}

/* line 130, app/assets/stylesheets/pages/../components/_hero.scss */
.item2 {
  animation-delay: calc(30s / 6 * (6 - 2) * -1);
}

/* line 134, app/assets/stylesheets/pages/../components/_hero.scss */
.item3 {
  animation-delay: calc(30s / 6 * (6 - 3) * -1);
}

/* line 138, app/assets/stylesheets/pages/../components/_hero.scss */
.item4 {
  animation-delay: calc(30s / 6 * (6 - 4) * -1);
}

/* line 142, app/assets/stylesheets/pages/../components/_hero.scss */
.item5 {
  animation-delay: calc(30s / 6 * (6 - 5) * -1);
}

/* line 146, app/assets/stylesheets/pages/../components/_hero.scss */
.item6 {
  animation-delay: calc(30s / 6 * (6 - 6) * -1);
}

/* line 11, app/assets/stylesheets/variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-dark-green);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 12px;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 0 20px auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    padding: 2rem 1.5rem;
  }
}

/* line 61, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
}

/* line 75, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__label {
  display: block;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

/* line 84, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field,
.hero-initial-form__date-field,
.hero-initial-form__select {
  display: block;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid var(--gray-light);
  background-color: white;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  outline: none;
  color: var(--gray-text);
}

/* line 99, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field:focus,
.hero-initial-form__date-field:focus,
.hero-initial-form__select:focus {
  border-color: var(--dm-primary);
}

/* line 103, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field::placeholder,
.hero-initial-form__date-field::placeholder,
.hero-initial-form__select::placeholder {
  color: var(--gray-mid);
}

/* line 112, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-section {
  display: block;
  min-height: 1.5rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

/* line 124, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-label {
  display: inline-block;
  padding-left: 0.15rem;
  cursor: pointer;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 133, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__price-container {
  position: relative;
}

/* line 137, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.invisible-pricing-container {
  display: none;
  height: 0;
}

/* line 145, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__price-text {
  font-size: 2.25rem;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 0.9 !important;
}

/* line 155, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* line 161, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn {
  background-color: var(--dm-accent);
  color: var(--dm-primary);
}

/* line 165, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:hover, .hero-initial-form__submit-btn:focus, .hero-initial-form__submit-btn:active {
  background-color: var(--dm-dark-green);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* line 174, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:disabled {
  background-color: var(--dm-dark-green);
  opacity: 0.5;
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-primary-bright);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
  .hero-full-form__container {
    margin: 0 12px;
  }
}

/* line 21, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__flex-col {
  display: flex;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__grid,
.hero-full-form__grid-extended {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  padding: 0.5rem;
}

@media (min-width: 480px) {
  /* line 26, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
  .hero-full-form__grid,
.hero-full-form__grid-extended {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
    padding: 1rem;
  }
}

/* line 40, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color: var(--gray-mid);
}

/* line 49, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-field,
.hero-full-form__search-field,
.hero-full-form__email-field,
.hero-full-form__tel-field,
.hero-full-form__date-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 65, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-field:focus,
.hero-full-form__search-field:focus,
.hero-full-form__email-field:focus,
.hero-full-form__tel-field:focus,
.hero-full-form__date-field:focus {
  border-color: var(--dm-primary);
}

/* line 70, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-area {
  width: 100%;
  min-height: auto;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  color: var(--gray-text);
  resize: none;
  transition: all 0.2s ease-linear;
}

/* line 84, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__select-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 96, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__select-field:focus {
  border-color: var(--dm-primary);
}

/* line 101, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

/* line 107, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
}

/* line 113, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-mid);
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__relative {
  position: relative;
}

/* line 124, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__price-container {
  padding: 1rem;
}

/* line 128, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__price {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* line 135, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}

/* line 145, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--dm-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

/* line 158, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:hover, .hero-full-form__submit-button:focus {
  background-color: var(--dm-primary-dark);
}

/* line 163, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:disabled {
  background-color: var(--gray-light);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_heading {
  margin: 0 auto 48px auto;
  color: var(--dm-primary-deep);
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 64px auto;
    font-size: 1.7rem;
    line-height: 1;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 72px auto;
  }
}

/* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 976px) {
  /* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_content {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
}

/* Home Service Section Image Container */
/* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

@media (min-width: 360px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 480px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 576px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 976px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    width: 50%;
    margin-top: 48px;
  }
}

@media (min-width: 1100px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    align-items: flex-end;
    width: 40%;
    margin-top: 0;
  }
}

/* Home Service Section Image */
/* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_image {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: -52px;
}

@media (min-width: 360px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -48px;
  }
}

@media (min-width: 420px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -54px;
  }
}

@media (min-width: 480px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -68px;
  }
}

@media (min-width: 576px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: -68px;
  }
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 70%;
    margin-bottom: -126px;
  }
}

@media (min-width: 976px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 90%;
    margin-bottom: -96px;
  }
}

@media (min-width: 1100px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: 0px;
  }
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem auto;
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 2.5rem auto;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 0 auto;
  }
}

/* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_heading {
  margin: 54px auto 48px auto;
  padding: 0 24px;
  color: var(--dm-primary);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 52px auto;
    font-size: 1.7rem;
    line-height: 1.4;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 72px auto;
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 2.2rem;
  }
}

/* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 24px 0 24px;
  width: 100%;
  max-width: 550px;
}

@media (min-width: 360px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    padding: 0 24px 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 1140px;
  }
}

/* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_left-column {
  margin-top: 4px;
  height: 1816px;
}

@media (min-width: 360px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 6px;
    height: 1816px;
  }
}

@media (min-width: 420px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 480px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 576px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1820px;
  }
}

@media (min-width: 768px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1020px;
  }
}

@media (min-width: 976px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1235px;
  }
}

@media (min-width: 1100px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 44px;
    height: 1216px;
  }
}

@media (min-width: 1440px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1414px;
  }
}

@media (min-width: 1600px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 48px;
    height: 1420px;
  }
}

/* Right column */
/* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
}

@media (min-width: 768px) {
  /* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_right-column {
    width: 95%;
  }
}

@media (min-width: 976px) {
  /* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_right-column {
    width: 90%;
  }
}

/* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle {
  position: relative;
  background: var(--dm-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media (min-width: 576px) {
  /* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 976px) {
  /* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle {
    width: 48px;
    height: 48px;
  }
}

/* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_1 {
  top: -3px;
}

@media (min-width: 360px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -1px;
  }
}

@media (min-width: 480px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 576px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 768px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 976px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 1100px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -10px;
  }
}

@media (min-width: 1440px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -14px;
  }
}

@media (min-width: 1600px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -16px;
  }
}

/* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_2 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0px;
  }
}

@media (min-width: 1100px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 1600px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: -6px;
  }
}

/* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_3 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 0px;
  }
}

@media (min-width: 768px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -2px;
  }
}

@media (min-width: 976px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 6px;
  }
}

@media (min-width: 1600px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -4px;
  }
}

@media (min-width: 360px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

@media (min-width: 1100px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 12px;
  }
}

@media (min-width: 1600px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

/* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_5 {
  top: 1px;
}

@media (min-width: 360px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 1px;
  }
}

@media (min-width: 976px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 10px;
  }
}

@media (min-width: 1100px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 17px;
  }
}

@media (min-width: 1600px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 8px;
  }
}

/* line 449, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_left-column::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-left: 3px dashed var(--dm-dark-green);
  z-index: -1;
}

/* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_row {
  display: flex;
  flex-direction: column-reverse;
  height: 400px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 200px;
    flex-direction: row;
    justify-content: space-between;
    overflow-y: hidden;
  }
}

@media (min-width: 976px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 250px;
  }
}

@media (min-width: 1440px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 300px;
  }
}

/* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_row-last {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  /* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
  }
}

/* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_image {
  flex: 1;
  /* Takes up half of the row */
  object-fit: cover;
  height: 100px;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 976px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 350px;
  }
}

@media (min-width: 1100px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    min-width: 44%;
    width: 100%;
  }
}

/* line 576, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_image-map {
  align-self: center;
  justify-self: flex-start;
}

/* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
    margin-top: 1.75rem;
  }
}

@media (min-width: 976px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    max-width: 44%;
  }
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* Container */
/* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_container {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  background-color: white;
  height: 360px;
  width: 100%;
}

@media (min-width: 360px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 2rem auto;
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 4rem auto;
    overflow: visible;
    max-width: 610px;
    height: 350px;
  }
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 300px;
    max-width: 780px;
    margin: 2rem auto 2rem auto;
  }
}

@media (min-width: 976px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 400px;
    max-width: 920px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1100px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1060px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1240px;
    margin: 2rem auto 8rem auto;
  }
}

@media (min-width: 1600px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1510px;
  }
}

/* Trapeze */
/* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_trapeze {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
}

@media (min-width: 360px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

/* Overlay */
/* line 114, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_overlay {
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_overlay {
    position: absolute;
    flex-direction: row;
    justify-content: start;
    height: 100%;
  }
}

/* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_list-image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 36px;
}

@media (min-width: 420px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 12px;
  }
}

@media (min-width: 480px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: -12px;
  }
}

@media (min-width: 576px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    height: 150px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    justify-content: flex-start;
    height: auto;
  }
}

@media (min-width: 976px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 24px;
  }
}

/* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_title {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 360px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    max-width: 260px;
  }
}

@media (min-width: 480px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    max-width: 100%;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.8rem;
  }
}

@media (min-width: 976px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2.2rem;
  }
}

/* line 238, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_ul {
  list-style-type: disc;
  /* disc is the default; you can also use circle, square, none, etc. */
  padding-left: 26px;
  /* Adds some padding to the left */
}

/* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_image-mobile {
  height: 150px;
  display: none;
}

@media (min-width: 360px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
    display: block;
  }
}

@media (min-width: 420px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
  }
}

@media (min-width: 480px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 200px;
  }
}

@media (min-width: 576px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 250px;
    margin-right: -15px;
    margin-top: -65px;
    z-index: 20;
  }
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    display: none;
  }
}

/* Image */
/* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_image-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    display: block;
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 500px;
    margin-top: -50px;
  }
}

/* line 346, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_button {
  background-color: var(--dm-primary);
  color: white;
  margin: 0 0 4rem 0;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

/* line 383, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_button:hover {
  background-color: var(--dm-primary-deep);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto 4rem auto;
  padding: 0 24px;
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    padding: 0 0;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 960px;
    margin: 2rem auto 6rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1400px;
  }
}

/* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_image-container {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0 0 2rem 0;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    margin: 0 0 0 0;
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 30%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 1100px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

/* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_image {
  width: 200px;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 150px;
  }
}

@media (min-width: 976px) {
  /* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 250px;
  }
}

/* line 124, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_text-container {
  width: 100%;
}

@media (min-width: 976px) {
  /* line 124, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_text-container {
    width: 65%;
  }
}

/* line 153, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_heading-container {
  display: flex;
}

/* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_heading {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 340px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 360px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media (min-width: 480px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

@media (min-width: 576px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 976px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 2.2rem;
  }
}

/* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistics-container {
  display: grid;
}

@media (min-width: 360px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    grid-template-columns: 1fr 1fr 1fr;
    /* This creates 2 columns of equal width */
    grid-template-rows: 1fr 1fr;
    /* This creates 3 rows that adjust to the content size */
    gap: 20px;
  }
}

@media (min-width: 420px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 20px;
  }
}

@media (min-width: 480px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 40px;
  }
}

@media (min-width: 1100px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    margin-right: -16px;
  }
}

/* line 258, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-card {
  display: flex;
  flex-direction: column;
}

/* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic {
  font-size: 3rem;
}

@media (min-width: 360px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.15rem;
  }
}

@media (min-width: 420px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.5rem;
  }
}

@media (min-width: 480px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.9rem;
  }
}

/* line 318, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-text {
  font-size: 1rem;
}

@media (min-width: 976px) {
  /* line 318, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic-text {
    font-size: 1.3rem;
  }
}

/* line 347, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-cta-text {
  font-weight: bold;
}

@media (min-width: 976px) {
  /* line 347, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic-cta-text {
    width: 250px;
  }
}

/* line 377, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-cta-button-container {
  display: flex;
  justify-content: flex-start;
}

/* line 406, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-button {
  background-color: var(--dm-dark-green);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1rem;
}

/* line 439, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-button:hover {
  background-color: var(--dm-primary-deep);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_heading {
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_heading {
    font-size: 1.6rem;
  }
}

/* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_text {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_input {
    margin: 8px 8px;
    font-size: 1rem;
  }
}

/* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
    margin: 8px 8px;
  }
}

/* line 138, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_submit-button {
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 138, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}
/* line 11, app/assets/stylesheets/variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*


*/
@import url(/assets/variables-027fdc8762c9bb6ff5e56a2c894c002af8bb3781a0e853da173304f3f2ca5d11.css);
/* line 11, app/assets/stylesheets/variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* Importing SCSS variables */
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
  /* line 8, app/assets/stylesheets/application.tailwind.css */
  [type="checkbox"]:focus,
[type="radio"]:focus {
    --tw-ring-color: var(--dm-primary);
  }
  /* line 13, app/assets/stylesheets/application.tailwind.css */
  .text-primary {
    color: var(--dm-primary);
  }
  /* line 17, app/assets/stylesheets/application.tailwind.css */
  .text-blue {
    color: var(--dm-blue);
  }
  /* line 21, app/assets/stylesheets/application.tailwind.css */
  .text-primary-dark {
    color: var(--dm-primary-dark);
  }
  /* line 25, app/assets/stylesheets/application.tailwind.css */
  .text-primary-mid {
    color: var(--dm-primary-mid);
  }
  /* line 29, app/assets/stylesheets/application.tailwind.css */
  .text-primary-light {
    color: var(--dm-primary-light);
  }
  /* line 33, app/assets/stylesheets/application.tailwind.css */
  .text-primary-i {
    color: var(--dm-primary) !important;
  }
  /* line 37, app/assets/stylesheets/application.tailwind.css */
  .text-primary-deep {
    color: var(--dm-primary-deep) !important;
  }
  /* line 41, app/assets/stylesheets/application.tailwind.css */
  .text-primary-bright {
    color: var(--dm-primary-bright) !important;
  }
  /* line 45, app/assets/stylesheets/application.tailwind.css */
  .text-nav {
    color: var(--dm-text-nav);
  }
  /* line 49, app/assets/stylesheets/application.tailwind.css */
  .bg {
    background-color: var(--dm-background);
  }
  /* line 53, app/assets/stylesheets/application.tailwind.css */
  .bg-white {
    background-color: #ffffff;
  }
  /* line 57, app/assets/stylesheets/application.tailwind.css */
  .bg-primary {
    background-color: var(--dm-primary);
  }
  /* line 61, app/assets/stylesheets/application.tailwind.css */
  .bg-primary-i {
    background-color: var(--dm-primary) !important;
  }
  /* line 65, app/assets/stylesheets/application.tailwind.css */
  .bg-primary-mid {
    background-color: var(--dm-primary-mid);
  }
  /* line 69, app/assets/stylesheets/application.tailwind.css */
  .bg-primary-mid-i {
    background-color: var(--dm-primary-mid) !important;
  }
  /* line 73, app/assets/stylesheets/application.tailwind.css */
  .bg-primary-light {
    background-color: var(--dm-primary-light);
  }
  /* line 77, app/assets/stylesheets/application.tailwind.css */
  .bg-primary-dark {
    background-color: var(--dm-primary-dark);
  }
  /* line 81, app/assets/stylesheets/application.tailwind.css */
  .bg-dm-blue {
    background-color: var(--dm-blue);
  }
  /* line 85, app/assets/stylesheets/application.tailwind.css */
  .border-primary {
    border-color: var(--dm-primary);
    --tw-ring-color: var(--dm-primary);
  }
  /* line 90, app/assets/stylesheets/application.tailwind.css */
  .border-primary-i {
    border-color: var(--dm-primary) !important;
    --tw-ring-color: var(--dm-primary);
  }
  /* line 95, app/assets/stylesheets/application.tailwind.css */
  .border-primary-light {
    border-color: var(--dm-primary-light);
    --tw-ring-color: var(--dm-primary-light);
  }
  /* line 100, app/assets/stylesheets/application.tailwind.css */
  .border-primary-mid {
    border-color: var(--dm-primary-mid);
    --tw-ring-color: var(--dm-primary-mid);
  }
  /* line 105, app/assets/stylesheets/application.tailwind.css */
  .border-primary-dark {
    border-color: var(--dm-primary-dark);
    --tw-ring-color: var(--dm-primary-dark);
  }
  /* line 110, app/assets/stylesheets/application.tailwind.css */
  .shadow-primary {
    box-shadow: 0 8px 9px -4px rgba(48, 81, 38, 0.3), 0 4px 18px 0 rgba(48, 81, 38, 0.3) !important;
  }
}

/* Importing Tailwind styles */
/* 
#################################################
################### HOME ########################
#################################################
*/
/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_heading-span {
  color: var(--dm-primary-bright);
}

/* line 7, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_subheading {
  max-width: 400px;
}

/* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_cta-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 976px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-end;
    width: 50%;
    height: 200px;
  }
}

@media (min-width: 1100px) {
  /* line 11, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_cta-container {
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }
}

/* line 39, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_button {
  background-color: var(--dm-dark-green);
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

@media (min-width: 976px) {
  /* line 39, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_button {
    margin-left: -4px;
  }
}

/* line 55, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_button:hover {
  background-color: #2c7a7b;
}

/* line 59, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_booking-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 1100px) {
  /* line 59, app/assets/stylesheets/pages/../components/_hero.scss */
  .hero_booking-form-container {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

/* line 72, app/assets/stylesheets/pages/../components/_hero.scss */
.hero_form {
  width: 100%;
}

/* line 93, app/assets/stylesheets/pages/../components/_hero.scss */
.logos_wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

/* line 113, app/assets/stylesheets/pages/../components/_hero.scss */
.item {
  width: 200px;
  height: 100px;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 6), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  object-fit: contain;
}

/* line 126, app/assets/stylesheets/pages/../components/_hero.scss */
.item1 {
  animation-delay: calc(30s / 6 * (6 - 1) * -1);
}

/* line 130, app/assets/stylesheets/pages/../components/_hero.scss */
.item2 {
  animation-delay: calc(30s / 6 * (6 - 2) * -1);
}

/* line 134, app/assets/stylesheets/pages/../components/_hero.scss */
.item3 {
  animation-delay: calc(30s / 6 * (6 - 3) * -1);
}

/* line 138, app/assets/stylesheets/pages/../components/_hero.scss */
.item4 {
  animation-delay: calc(30s / 6 * (6 - 4) * -1);
}

/* line 142, app/assets/stylesheets/pages/../components/_hero.scss */
.item5 {
  animation-delay: calc(30s / 6 * (6 - 5) * -1);
}

/* line 146, app/assets/stylesheets/pages/../components/_hero.scss */
.item6 {
  animation-delay: calc(30s / 6 * (6 - 6) * -1);
}

/* line 11, app/assets/stylesheets/variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-dark-green);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 12px;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    margin: 0 0 20px auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
  .hero-initial-form__container {
    padding: 2rem 1.5rem;
  }
}

/* line 61, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
}

/* line 75, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__label {
  display: block;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

/* line 84, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field,
.hero-initial-form__date-field,
.hero-initial-form__select {
  display: block;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid var(--gray-light);
  background-color: white;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  outline: none;
  color: var(--gray-text);
}

/* line 99, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field:focus,
.hero-initial-form__date-field:focus,
.hero-initial-form__select:focus {
  border-color: var(--dm-primary);
}

/* line 103, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__search-field::placeholder,
.hero-initial-form__date-field::placeholder,
.hero-initial-form__select::placeholder {
  color: var(--gray-mid);
}

/* line 112, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-section {
  display: block;
  min-height: 1.5rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

/* line 124, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__checkbox-label {
  display: inline-block;
  padding-left: 0.15rem;
  cursor: pointer;
  color: var(--gray-mid);
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 133, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__price-container {
  position: relative;
}

/* line 137, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.invisible-pricing-container {
  display: none;
  height: 0;
}

/* line 145, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__price-text {
  font-size: 2.25rem;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 0.9 !important;
}

/* line 155, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* line 161, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn {
  background-color: var(--dm-accent);
  color: var(--dm-primary);
}

/* line 165, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:hover, .hero-initial-form__submit-btn:focus, .hero-initial-form__submit-btn:active {
  background-color: var(--dm-dark-green);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* line 174, app/assets/stylesheets/pages/../components/_hero_booking_form_initial.scss */
.hero-initial-form__submit-btn:disabled {
  background-color: var(--dm-dark-green);
  opacity: 0.5;
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__container {
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--dm-primary-bright);
  box-shadow: 4px 7px 64px 9px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.5rem;
  margin: 0 8px;
}

@media (min-width: 320px) {
  /* line 3, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
  .hero-full-form__container {
    margin: 0 12px;
  }
}

/* line 21, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__flex-col {
  display: flex;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__grid,
.hero-full-form__grid-extended {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
  padding: 0.5rem;
}

@media (min-width: 480px) {
  /* line 26, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
  .hero-full-form__grid,
.hero-full-form__grid-extended {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
    padding: 1rem;
  }
}

/* line 40, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color: var(--gray-mid);
}

/* line 49, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-field,
.hero-full-form__search-field,
.hero-full-form__email-field,
.hero-full-form__tel-field,
.hero-full-form__date-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 65, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-field:focus,
.hero-full-form__search-field:focus,
.hero-full-form__email-field:focus,
.hero-full-form__tel-field:focus,
.hero-full-form__date-field:focus {
  border-color: var(--dm-primary);
}

/* line 70, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__text-area {
  width: 100%;
  min-height: auto;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  color: var(--gray-text);
  resize: none;
  transition: all 0.2s ease-linear;
}

/* line 84, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__select-field {
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border: 1px solid var(--gray-light);
  border-radius: 4px;
  background-color: #fff;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
}

/* line 96, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__select-field:focus {
  border-color: var(--dm-primary);
}

/* line 101, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

/* line 107, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
}

/* line 113, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__checkbox-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-mid);
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__relative {
  position: relative;
}

/* line 124, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__price-container {
  padding: 1rem;
}

/* line 128, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__price {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* line 135, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}

/* line 145, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--dm-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

/* line 158, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:hover, .hero-full-form__submit-button:focus {
  background-color: var(--dm-primary-dark);
}

/* line 163, app/assets/stylesheets/pages/../components/_hero_booking_form_full.scss */
.hero-full-form__submit-button:disabled {
  background-color: var(--gray-light);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_heading {
  margin: 0 auto 48px auto;
  color: var(--dm-primary-deep);
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 64px auto;
    font-size: 1.7rem;
    line-height: 1;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    font-size: 2.2rem;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_heading {
    margin: 0 auto 72px auto;
  }
}

/* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 976px) {
  /* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_content {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 56, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
  }
}

/* Home Service Section Image Container */
/* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

@media (min-width: 360px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 480px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 576px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    margin-top: 48px;
  }
}

@media (min-width: 976px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    width: 50%;
    margin-top: 48px;
  }
}

@media (min-width: 1100px) {
  /* line 89, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image-container {
    align-items: flex-end;
    width: 40%;
    margin-top: 0;
  }
}

/* Home Service Section Image */
/* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
.home-service-section_image {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: -52px;
}

@media (min-width: 360px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -48px;
  }
}

@media (min-width: 420px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -54px;
  }
}

@media (min-width: 480px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 100%;
    margin-bottom: -68px;
  }
}

@media (min-width: 576px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: -68px;
  }
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 70%;
    margin-bottom: -126px;
  }
}

@media (min-width: 976px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    width: 90%;
    margin-bottom: -96px;
  }
}

@media (min-width: 1100px) {
  /* line 136, app/assets/stylesheets/pages/../components/_service_section.scss */
  .home-service-section_image {
    margin-bottom: 0px;
  }
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem auto;
}

@media (min-width: 360px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 2.5rem auto;
  }
}

@media (min-width: 420px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 3rem auto;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose__section {
    margin: 0 auto 0 auto;
  }
}

/* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_heading {
  margin: 54px auto 48px auto;
  padding: 0 24px;
  color: var(--dm-primary);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 340px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 260px;
  }
}

@media (min-width: 360px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 320px;
  }
}

@media (min-width: 480px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1.4;
    width: 350px;
  }
}

@media (min-width: 576px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 52px auto;
    font-size: 1.7rem;
    line-height: 1.4;
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 976px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    margin: 64px auto 72px auto;
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 42, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_heading {
    font-size: 2.2rem;
  }
}

/* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 24px 0 24px;
  width: 100%;
  max-width: 550px;
}

@media (min-width: 360px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    padding: 0 24px 0 24px;
  }
}

@media (min-width: 576px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 100, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_container {
    max-width: 1140px;
  }
}

/* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_left-column {
  margin-top: 4px;
  height: 1816px;
}

@media (min-width: 360px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 6px;
    height: 1816px;
  }
}

@media (min-width: 420px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 480px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1818px;
  }
}

@media (min-width: 576px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1820px;
  }
}

@media (min-width: 768px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1020px;
  }
}

@media (min-width: 976px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 34px;
    height: 1235px;
  }
}

@media (min-width: 1100px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 44px;
    height: 1216px;
  }
}

@media (min-width: 1440px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    height: 1414px;
  }
}

@media (min-width: 1600px) {
  /* line 142, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_left-column {
    margin-top: 48px;
    height: 1420px;
  }
}

/* Right column */
/* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
}

@media (min-width: 768px) {
  /* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_right-column {
    width: 95%;
  }
}

@media (min-width: 976px) {
  /* line 191, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_right-column {
    width: 90%;
  }
}

/* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle {
  position: relative;
  background: var(--dm-primary);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@media (min-width: 576px) {
  /* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 976px) {
  /* line 227, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle {
    width: 48px;
    height: 48px;
  }
}

/* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_1 {
  top: -3px;
}

@media (min-width: 360px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -1px;
  }
}

@media (min-width: 480px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 576px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 768px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -4px;
  }
}

@media (min-width: 976px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -2px;
  }
}

@media (min-width: 1100px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -10px;
  }
}

@media (min-width: 1440px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -14px;
  }
}

@media (min-width: 1600px) {
  /* line 265, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_1 {
    top: -16px;
  }
}

/* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_2 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0px;
  }
}

@media (min-width: 1100px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: 0;
  }
}

@media (min-width: 1600px) {
  /* line 306, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_2 {
    top: -6px;
  }
}

/* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_3 {
  top: -2px;
}

@media (min-width: 360px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 0px;
  }
}

@media (min-width: 768px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -2px;
  }
}

@media (min-width: 976px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: 6px;
  }
}

@media (min-width: 1600px) {
  /* line 341, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_3 {
    top: -4px;
  }
}

@media (min-width: 360px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 0;
  }
}

@media (min-width: 976px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

@media (min-width: 1100px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 12px;
  }
}

@media (min-width: 1600px) {
  /* line 376, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_4 {
    top: 6px;
  }
}

/* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_circle.circle_5 {
  top: 1px;
}

@media (min-width: 360px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 2px;
  }
}

@media (min-width: 420px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 1px;
  }
}

@media (min-width: 976px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 10px;
  }
}

@media (min-width: 1100px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 17px;
  }
}

@media (min-width: 1600px) {
  /* line 411, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_circle.circle_5 {
    top: 8px;
  }
}

/* line 449, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_left-column::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-left: 3px dashed var(--dm-dark-green);
  z-index: -1;
}

/* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_row {
  display: flex;
  flex-direction: column-reverse;
  height: 400px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 200px;
    flex-direction: row;
    justify-content: space-between;
    overflow-y: hidden;
  }
}

@media (min-width: 976px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 250px;
  }
}

@media (min-width: 1440px) {
  /* line 459, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row {
    height: 300px;
  }
}

/* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_row-last {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  /* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 497, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_row-last {
    height: 200px;
  }
}

/* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_image {
  flex: 1;
  /* Takes up half of the row */
  object-fit: cover;
  height: 100px;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 976px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    flex: 0;
    height: auto;
    width: 350px;
  }
}

@media (min-width: 1100px) {
  /* line 537, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_image {
    min-width: 44%;
    width: 100%;
  }
}

/* line 576, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_image-map {
  align-self: center;
  justify-self: flex-start;
}

/* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
.home-why-choose_text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
    margin-top: 1.75rem;
  }
}

@media (min-width: 976px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1100px) {
  /* line 583, app/assets/stylesheets/pages/../components/_why_section.scss */
  .home-why-choose_text-container {
    max-width: 44%;
  }
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* Container */
/* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_container {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
  background-color: white;
  height: 360px;
  width: 100%;
}

@media (min-width: 360px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 2rem auto;
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    margin: 2rem auto 4rem auto;
    overflow: visible;
    max-width: 610px;
    height: 350px;
  }
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 300px;
    max-width: 780px;
    margin: 2rem auto 2rem auto;
  }
}

@media (min-width: 976px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    height: 400px;
    max-width: 920px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1100px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1060px;
    margin: 2rem auto 4rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1240px;
    margin: 2rem auto 8rem auto;
  }
}

@media (min-width: 1600px) {
  /* line 4, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_container {
    max-width: 1510px;
  }
}

/* Trapeze */
/* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_trapeze {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
}

@media (min-width: 360px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 440px;
  }
}

@media (min-width: 420px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 390px;
  }
}

@media (min-width: 480px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 350px;
  }
}

@media (min-width: 576px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 768px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 69, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_trapeze {
    height: 400px;
  }
}

/* Overlay */
/* line 114, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_overlay {
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 0;
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_overlay {
    position: absolute;
    flex-direction: row;
    justify-content: start;
    height: 100%;
  }
}

/* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_list-image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 36px;
}

@media (min-width: 420px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 12px;
  }
}

@media (min-width: 480px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: -12px;
  }
}

@media (min-width: 576px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    height: 150px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    justify-content: flex-start;
    height: auto;
  }
}

@media (min-width: 976px) {
  /* line 157, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_list-image-container {
    margin-bottom: 24px;
  }
}

/* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_title {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 360px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    max-width: 260px;
  }
}

@media (min-width: 480px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    max-width: 100%;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 1.8rem;
  }
}

@media (min-width: 976px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2rem;
  }
}

@media (min-width: 1100px) {
  /* line 201, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_title {
    font-size: 2.2rem;
  }
}

/* line 238, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_ul {
  list-style-type: disc;
  /* disc is the default; you can also use circle, square, none, etc. */
  padding-left: 26px;
  /* Adds some padding to the left */
}

/* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_image-mobile {
  height: 150px;
  display: none;
}

@media (min-width: 360px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
    display: block;
  }
}

@media (min-width: 420px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 160px;
  }
}

@media (min-width: 480px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 200px;
  }
}

@media (min-width: 576px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    height: 250px;
    margin-right: -15px;
    margin-top: -65px;
    z-index: 20;
  }
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-mobile {
    display: none;
  }
}

/* Image */
/* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_image-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    display: block;
    height: 300px;
  }
}

@media (min-width: 976px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1100px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* line 312, app/assets/stylesheets/pages/../components/_software_section.scss */
  .home-ai-section_image-desktop {
    height: 500px;
    margin-top: -50px;
  }
}

/* line 346, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_button {
  background-color: var(--dm-primary);
  color: white;
  margin: 0 0 4rem 0;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
}

/* line 383, app/assets/stylesheets/pages/../components/_software_section.scss */
.home-ai-section_button:hover {
  background-color: var(--dm-primary-deep);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0 auto 4rem auto;
  padding: 0 24px;
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    padding: 0 0;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 960px;
    margin: 2rem auto 6rem auto;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section {
    max-width: 1400px;
  }
}

/* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_image-container {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0 0 2rem 0;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    margin: 0 0 0 0;
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 976px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 30%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@media (min-width: 1100px) {
  /* line 49, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image-container {
    width: 50%;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

/* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_image {
  width: 200px;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 150px;
  }
}

@media (min-width: 976px) {
  /* line 94, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_image {
    width: 250px;
  }
}

/* line 124, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_text-container {
  width: 100%;
}

@media (min-width: 976px) {
  /* line 124, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_text-container {
    width: 65%;
  }
}

/* line 153, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_heading-container {
  display: flex;
}

/* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_heading {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 340px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 360px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media (min-width: 480px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

@media (min-width: 576px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 976px) {
  /* line 181, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_heading {
    font-size: 2.2rem;
  }
}

/* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistics-container {
  display: grid;
}

@media (min-width: 360px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    grid-template-columns: 1fr 1fr 1fr;
    /* This creates 2 columns of equal width */
    grid-template-rows: 1fr 1fr;
    /* This creates 3 rows that adjust to the content size */
    gap: 20px;
  }
}

@media (min-width: 420px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 20px;
  }
}

@media (min-width: 480px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    gap: 40px;
  }
}

@media (min-width: 1100px) {
  /* line 224, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistics-container {
    margin-right: -16px;
  }
}

/* line 258, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-card {
  display: flex;
  flex-direction: column;
}

/* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic {
  font-size: 3rem;
}

@media (min-width: 360px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.15rem;
  }
}

@media (min-width: 420px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.5rem;
  }
}

@media (min-width: 480px) {
  /* line 287, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic {
    font-size: 2.9rem;
  }
}

/* line 318, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-text {
  font-size: 1rem;
}

@media (min-width: 976px) {
  /* line 318, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic-text {
    font-size: 1.3rem;
  }
}

/* line 347, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-cta-text {
  font-weight: bold;
}

@media (min-width: 976px) {
  /* line 347, app/assets/stylesheets/pages/../components/_statistics_section.scss */
  .home-statistics-section_statistic-cta-text {
    width: 250px;
  }
}

/* line 377, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-cta-button-container {
  display: flex;
  justify-content: flex-start;
}

/* line 406, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-button {
  background-color: var(--dm-dark-green);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1rem;
}

/* line 439, app/assets/stylesheets/pages/../components/_statistics_section.scss */
.home-statistics-section_statistic-button:hover {
  background-color: var(--dm-primary-deep);
}

/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_heading {
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_heading {
    font-size: 1.6rem;
  }
}

/* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_text {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 31, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 62, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_input {
    margin: 8px 8px;
    font-size: 1rem;
  }
}

/* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 101, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_textarea {
    font-size: 1rem;
    margin: 8px 8px;
  }
}

/* line 138, app/assets/stylesheets/pages/../components/_contact_section.scss */
.home-contact-section_submit-button {
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 138, app/assets/stylesheets/pages/../components/_contact_section.scss */
  .home-contact-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}

/* 
#################################################
################### CONTACT US ##################
#################################################
*/
/* line 11, app/assets/stylesheets/pages/../components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_heading {
  font-weight: bold;
  color: var(--dm-primary-light);
  font-size: 1.2rem;
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_heading {
    font-size: 1.6rem;
  }
}

/* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_text {
  font-weight: bold;
  color: var(--dm-primary-dark);
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 976px) {
  /* line 34, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_text {
    width: 400px;
    font-size: 2.4rem;
  }
}

/* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_input {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 68, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_input {
    font-size: 1rem;
  }
}

/* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_textarea {
  color: var(--dm-primary-bright);
  border: 1px solid grey;
  border-radius: 16px;
  width: 100%;
  margin: 8px 0;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

@media (min-width: 976px) {
  /* line 107, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_textarea {
    font-size: 1rem;
  }
}

/* line 144, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
.contact-us-section_submit-button {
  background-color: var(--dm-primary);
  color: #ffffff;
  font-size: 1.25rem;
  padding: 1rem;
  border-radius: 99px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 144, app/assets/stylesheets/pages/../components/_contact_us_section.scss */
  .contact-us-section_submit-button {
    justify-self: end;
    max-width: 200px;
  }
}

/* line 11, app/assets/stylesheets/components/../variables.scss */
:root {
  --green-focus: #519249;
  --gray-mid: rgb(100 116 139);
  --gray-light: rgb(203 213 225);
  --dm-background: #e5eec8;
  --dm-cream: #E8F0CC;
  --dm-text-nav: #ffffff;
  --dm-primary-light: #adc954;
  --dm-primary-dark: #305126;
  --dm-primary-mid: #95b87a;
  --dm-primary-bright: #70B060;
  --dm-primary-deep:#26411D;
  --dm-blue: #3172cd;
  --gray-text: rgb(82 82 82);
  --dm-primary-disabled: hsl(106, 15%, 69%);
  --dm-primary: #004762;
  --dm-accent: #00F003;
  --dm-light-blue: #78FFE1;
  --dm-light-green: #82FF91;
  --dm-dark-green: #00DC78;
  --dm-light-yellow: #FFF263;
  --dm-dark-purple: #745BA3;
}

/* line 3, app/assets/stylesheets/components/_navbar.scss */
.dm-nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 576px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 540px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 3, app/assets/stylesheets/components/_navbar.scss */
  .dm-nav__container {
    max-width: 1400px;
  }
}

/* line 43, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__links {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 976px) {
  /* line 43, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  /* line 55, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links.active {
    z-index: 2;
    position: absolute;
    top: 79px;
    left: 0;
    background-color: var(--dm-primary);
    display: flex;
    flex-direction: column;
    height: calc(100vh - 79px);
    max-height: calc(100vh - 79px);
    min-height: calc(100vh - 79px);
  }
}

@media (min-width: 976px) {
  /* line 43, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__links {
    display: flex;
  }
}

/* line 74, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list.active > li.dm-navbar__item > a.dm-navbar__link {
  display: flex;
}

/* line 79, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__list.active {
  display: flex;
  flex-direction: column;
}

/* line 86, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list > li.dm-navbar__item {
  margin: 12px 0;
}

/* line 90, app/assets/stylesheets/components/_navbar.scss */
div.dm-navbar__links.active > ul.dm-navbar__list > li.dm-navbar__item > a {
  margin: 0;
}

/* line 94, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
}

/* line 103, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: var(--dm-text-nav);
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__link {
    margin: 0 0 0 28px;
    font-size: 1rem;
  }
}

/* line 123, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__link:hover,
.dm-navbar__link:focus {
  color: var(--dm-light-green);
}

/* line 128, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__username {
  color: #ffffff;
}

/* line 132, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__username {
  display: none;
}

@media (min-width: 1100px) {
  /* line 132, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__username {
    display: block;
  }
}

/* line 140, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__booking-btn {
  padding: 8px 16px;
  background-color: var(--dm-accent);
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/components/_navbar.scss */
body > div > nav > div > div.dm-navbar__links.active > div.dm-navbar__booking-btn-container {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  z-index: 100;
  margin-left: 0;
  margin-right: 0;
}

/* line 162, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__hamburger {
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

@media (min-width: 976px) {
  /* line 162, app/assets/stylesheets/components/_navbar.scss */
  .dm-navbar__hamburger {
    display: none;
  }
}

/* line 174, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__icon-svg {
  height: 40px;
  width: 40px;
}

/* line 179, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* line 191, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__dropdown-content.active {
  max-height: 500px;
}

/* line 197, app/assets/stylesheets/components/_navbar.scss */
.dm-navbar__icon--close {
  z-index: 1000;
}

@font-face {
  font-family: "MontserratAlternates";
  src: url(/assets/MontserratAlternates-Regular-4c926ed1a50207e934c85cd09dcf7c1cfb3d457dd882059c40ebb10cc8252ee5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MontserratAlternates";
  src: url(/assets/MontserratAlternates-Bold-1e745b1b9e113f57d5d09cb8d7f9dba7e5b3cf7f8a41047dd0277aa07691f42b.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-Bold-542ca15de37ab3bcf41f3ee5fdb9a8a4ba3346a27998196101a9a01a0f4ce0d8.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url(/assets/Poppins-Regular-4132d2d2b9443d42422ebb2769b3113c157e0cf08c91cfe555a6da5ac0a9c762.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mont";
  src: url(/assets/Mont-Bold-5473b4eec0551611d73b28cd58f1d6f531309fb8240442b5f0961837992b4330.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* line 31, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MontserratAlternates", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif;
}

/* line 50, app/assets/stylesheets/application.scss */
body,
p {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif;
}

/* Styling headers */
/* line 66, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 10px;
}

/* line 76, app/assets/stylesheets/application.scss */
h1 {
  font-size: 2.5em;
  /* Adjust as needed */
}

/* line 80, app/assets/stylesheets/application.scss */
h2 {
  font-size: 2em;
  /* Adjust as needed */
}

/* line 84, app/assets/stylesheets/application.scss */
h3 {
  font-size: 1.75em;
  /* Adjust as needed */
}

/* line 88, app/assets/stylesheets/application.scss */
h4 {
  font-size: 1.5em;
  /* Adjust as needed */
}

/* line 92, app/assets/stylesheets/application.scss */
h5 {
  font-size: 1.25em;
  /* Adjust as needed */
}

/* line 96, app/assets/stylesheets/application.scss */
h6 {
  font-size: 1em;
  /* Adjust as needed */
}

/* Styling paragraphs */
/* line 101, app/assets/stylesheets/application.scss */
p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Styling list items */
/* line 108, app/assets/stylesheets/application.scss */
li {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 5px;
  /* Adjust as needed */
}

/* Styling select tag */
/* line 115, app/assets/stylesheets/application.scss */
select {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 126, app/assets/stylesheets/application.scss */
.custom-select {
  background-image: linear-gradient(45deg, transparent 50%, var(--gray-mid) 50%), linear-gradient(135deg, var(--gray-mid) 50%, transparent 50%), linear-gradient(to right, var(--gray-light), var(--gray-light));
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* line 141, app/assets/stylesheets/application.scss */
.custom-select:focus {
  background-image: linear-gradient(45deg, var(--green-focus) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--green-focus) 50%), linear-gradient(to right, var(--gray-light), var(--gray-light));
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

/* line 157, app/assets/stylesheets/application.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* Pagination styles */
/* line 163, app/assets/stylesheets/application.scss */
.pagination {
  color: var(--gray-text);
  font-size: 1rem;
}

/* line 168, app/assets/stylesheets/application.scss */
.pagination > span {
  padding: 0.25rem;
}

/* line 172, app/assets/stylesheets/application.scss */
.pagination > span:hover {
  color: var(--dm-primary-mid);
}

/* line 176, app/assets/stylesheets/application.scss */
.pagination > .page.current {
  color: var(--dm-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 183, app/assets/stylesheets/application.scss */
.fixed-width-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 576px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    max-width: 720px;
  }
}

@media (min-width: 976px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    max-width: 850px;
  }
}

@media (min-width: 1100px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .fixed-width-container {
    max-width: 1400px;
  }
}

/* line 217, app/assets/stylesheets/application.scss */
.dm-booking-btn {
  padding: 8px 16px;
  color: #fff;
  background-color: var(--dm-primary);
  border: 1px solid var(--dm-primary);
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

/* line 232, app/assets/stylesheets/application.scss */
.link-button {
  background-color: var(--dm-accent);
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0px;
  border-radius: 9999px;
  transition: background-color 300ms;
  font-size: 1.25rem;
  appearance: button;
}

@media (min-width: 976px) {
  /* line 232, app/assets/stylesheets/application.scss */
  .link-button {
    margin-left: -4px;
  }
}
