:root {
  --neutral-2: #f2f8ed;
  --brand-color-2-3: #191f29;
  --neutral-1: white;
  --brand-color-1: #ed1c24;
  --brand-color-2: #90b13e;
  --brand-color__2: #fff200;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--neutral-2);
  color: var(--brand-color-2-3);
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

a {
  color: var(--neutral-1);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: var(--brand-color-2-3);
}

label {
  color: var(--brand-color-2-3);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.section {
  z-index: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.section.nav {
  background-image: linear-gradient(to bottom, var(--brand-color-1), var(--brand-color-1));
  color: var(--neutral-1);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
}

.section.hero-home {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section--content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.section--content.bgc__off-white {
  background-color: var(--neutral-2);
}

.section.section--content.bgc__black {
  background-color: var(--brand-color-2-3);
  color: var(--neutral-2);
}

.section.contact--form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--neutral-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.bgc__dark {
  background-image: linear-gradient(to bottom, var(--brand-color-2-3), var(--brand-color-2-3));
  color: var(--neutral-1);
  padding: 2em;
}

.container.bgc__brand {
  background-color: var(--brand-color-2);
  padding: 2rem;
}

.grid--2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  align-items: start;
}

.grid--2.gap--lg {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1fr;
}

.grid--2._50-50 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.grid--2._50-50.bgc__white {
  background-color: var(--neutral-1);
  padding: 2em;
}

.module {
  justify-content: center;
  align-items: center;
}

.module.click-to-call--algn--c-rght {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.module.module--content--list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.module.featured-content {
  width: 60%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.module.featured-card__wrap {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.module.heading-logo {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.5rem;
  display: flex;
}

.module.heading-logo.contact__logo {
  background-color: var(--brand-color-1);
  color: var(--neutral-1);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
}

.link-block--logo {
  width: 190px;
  background-image: linear-gradient(to bottom, var(--neutral-1), var(--neutral-1));
  color: #000;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.link-block--logo:hover {
  color: #939393;
}

.link-block--logo.size__small {
  width: 150px;
}

.button--primary {
  border: 2px solid var(--brand-color-1);
  background-color: var(--brand-color-1);
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 15px 30px;
  font-weight: 500;
}

.button--primary:hover {
  background-color: #c50c11;
}

.button--primary.pad-top--md {
  border-width: 5px;
  border-color: var(--brand-color-2);
  background-color: var(--brand-color-2);
  border-radius: 100rem;
  margin-top: 20px;
  font-weight: 700;
}

.button--primary.pad-top--md:hover {
  border-color: var(--neutral-1);
  background-color: var(--brand-color-2);
  color: var(--neutral-1);
}

.button--primary.button-form {
  width: 100%;
  border-width: 3px;
  border-radius: 100rem;
}

.button--primary.button-form:hover {
  background-color: #f5333b;
  border-color: #b6070e;
}

.button--primary.color-green {
  border-color: var(--brand-color-2);
  background-color: var(--brand-color-2);
  border-radius: 100rem;
  margin-top: 0;
}

.button--primary.color-green.mar-top__lg {
  margin-top: 30px;
}

.divider {
  height: 4px;
  background-color: var(--brand-color-1);
}

.divider.size--sm {
  width: 20%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text--bold {
  font-weight: 600;
}

.grid {
  width: 100%;
  grid-template-rows: auto;
  padding: 0;
}

.grid.coln--1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.grid.coln--1.width--md {
  z-index: 100;
  width: 60%;
  justify-items: center;
  position: relative;
}

.typelock-3 {
  color: var(--neutral-1);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-container {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrap {
  width: 600px;
  padding: 40px 30px;
}

.form__label__hidden {
  display: none;
}

.text-area {
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  border-radius: 10px;
}

.form-field {
  border-radius: 10px;
}

.s-bg-image__wrap {
  z-index: 2;
  height: 100%;
  object-position: 50% 0%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tc-brand-2 {
  color: var(--brand-color-2);
}

.grid__col-1 {
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
}

.featured-card {
  width: 25%;
  height: 300px;
  border: 3px solid var(--brand-color-2);
  color: var(--neutral-1);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-card__heading {
  z-index: 3;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.featured-overlay {
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(223, 49, 49, 0) 50%, var(--brand-color-1));
  text-align: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid__coln-2 {
  padding: 0;
}

.module--business-info {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #4d4d4d;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.contact--wrapper {
  height: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--neutral-1);
  border-radius: 20px;
  flex-direction: column;
  padding: 40px 30px;
  display: flex;
}

.contact--wrapper.pad-zero {
  height: 260px;
  padding: 0;
  overflow: hidden;
}

.map-embed {
  width: 100%;
  height: 100%;
}

.text--bold-2 {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.7rem;
}

.text--info {
  font-size: 1rem;
  line-height: 1.2rem;
}

.social--wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 15px;
  display: flex;
}

.info--wrapper {
  flex-direction: column;
  line-height: 1.5rem;
  display: flex;
}

.social-link {
  width: 35px;
  background-color: var(--neutral-1);
  cursor: pointer;
  border-radius: 100em;
}

.col-2__content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 0;
}

.col-2__content.coln--1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.col-2__content.coln--1.width--md {
  z-index: 100;
  width: 60%;
  justify-items: center;
  position: relative;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.col-l__wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.red-text__wrap {
  background-color: var(--brand-color-1);
  color: var(--neutral-2);
  text-align: center;
  border-radius: 50px;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: 3%;
  padding: 16px;
  font-weight: 700;
  position: absolute;
}

.col-text__wrap {
  padding: 20px;
}

.s-bg-edge__bottom {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.text {
  font-family: PT Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-bold {
  font-family: PT Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.menu-items__wrap {
  width: 100%;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.menu-items__wrap.bold {
  font-weight: 700;
}

.text-menu__item {
  width: 70%;
}

.menu-items__cost {
  width: 30%;
  text-align: right;
}

.col-2__content-menu {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding: 0;
}

.col-2__content-menu.coln--1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.col-2__content-menu.coln--1.width--md {
  z-index: 100;
  width: 60%;
  justify-items: center;
  position: relative;
}

.menu_col-right__wrap {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.menu-wrap {
  width: 50%;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc {
  color: var(--brand-color-2);
}

.hero__sub-heading {
  font-size: 1.5rem;
  font-weight: 400;
}

.logo-text {
  text-transform: uppercase;
  font-weight: 900;
}

.heading__call-wrap {
  background-color: var(--neutral-1);
  color: var(--brand-color-2-3);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 15px;
}

.heading__call-wrap:hover {
  opacity: .7;
  color: var(--brand-color-2-3);
}

.text-link__number {
  font-size: 1.5em;
}

.section__call-wrap {
  z-index: 5;
  width: 100%;
  color: var(--brand-color__2);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  position: absolute;
  top: 25%;
  left: 0%;
}

.section__call-wrap:hover {
  color: var(--neutral-1);
}

.section__call-wrap.zigzag-border {
  position: static;
}

.call-text {
  font-size: 1.6em;
}

.s-bg-image__wrap-footer {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-bg-edge__top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.links__contact {
  color: #4d4d4d;
  font-weight: 400;
}

.links__contact:hover {
  color: #91b13e;
}

.call--starburst {
  width: 160px;
}

.menu__phone__link {
  color: var(--brand-color-2);
}

.menu__phone__link:hover {
  color: var(--neutral-2);
}

@media screen and (min-width: 1920px) {
  .s-bg-edge__top {
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.3rem;
  }

  .section.hero-home {
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .grid--2.gap--lg {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid--2._50-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
  }

  .module.heading-logo {
    align-items: center;
    font-size: 1.5rem;
  }

  .module.heading-logo.contact__logo {
    font-size: 1.3rem;
  }

  .link-block--logo {
    width: 160px;
  }

  .link-block--logo.size__small {
    width: 120px;
  }

  .button--primary.pad-top--md {
    margin-top: 20px;
  }

  .grid.coln--1.width--md {
    z-index: 100;
    width: 100%;
    position: relative;
  }

  .form-container {
    width: 100%;
  }

  .form-wrap {
    width: 100%;
    padding: 30px 15px;
  }

  .featured-card {
    height: 250px;
    padding: 20px 15px;
  }

  .featured-card__heading {
    font-size: 1.3rem;
  }

  .module--business-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact--wrapper {
    padding: 30px 15px;
  }

  .col-2__content.coln--1.width--md {
    z-index: 100;
    width: 100%;
    position: relative;
  }

  .red-text__wrap {
    font-size: 1rem;
  }

  .s-bg-edge__bottom {
    width: auto;
    height: 100%;
  }

  .text-menu__item, .menu-items__cost {
    font-size: 1rem;
  }

  .col-2__content-menu.coln--1.width--md {
    z-index: 100;
    width: 100%;
    position: relative;
  }

  .hero__sub-heading {
    font-size: 1.3rem;
  }

  .s-bg-edge__top {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    text-align: center;
  }

  h3 {
    font-size: 1.2rem;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid--2.gap--lg, .grid--2._50-50 {
    grid-template-columns: auto;
  }

  .module.featured-card__wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .module.heading-logo.contact__logo {
    flex-direction: column;
  }

  .form-container {
    width: 100%;
  }

  .form-wrap {
    width: 100%;
    padding: 30px 15px;
  }

  .featured-card {
    width: 100%;
  }

  .contact--wrapper {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: .9rem;
  }

  .text--info {
    font-size: .9rem;
  }

  .social--wrapper-2 {
    justify-content: center;
  }

  .text-menu__item, .menu-items__cost {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  h1 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .section.hero-home {
    background-image: none;
  }

  .container.bgc__dark {
    padding: 1em;
  }

  .container.bgc__brand {
    padding: 1rem;
  }

  .grid--2 {
    grid-template-columns: 1fr;
  }

  .grid--2.gap--lg, .grid--2._50-50 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid--2._50-50.bgc__white {
    padding: 1em;
  }

  .module.click-to-call--algn--c-rght {
    align-items: center;
  }

  .module.featured-content {
    width: 100%;
  }

  .module.heading-logo {
    justify-content: center;
    font-size: 1.3rem;
  }

  .link-block--logo {
    width: 120px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .button--primary.pad-top--md {
    margin-top: 0;
    padding-right: 30px;
  }

  .grid.coln--1.width--md {
    text-align: center;
    justify-items: center;
  }

  .image-logo {
    object-fit: contain;
  }

  .featured-card {
    width: 100%;
  }

  .social--wrapper-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .col-2__content.coln--1.width--md {
    text-align: center;
    justify-items: center;
  }

  .col-2__content-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .col-2__content-menu.coln--1.width--md {
    text-align: center;
    justify-items: center;
  }

  .hero__sub-heading {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section__call-wrap {
    margin-bottom: 20px;
    line-height: 1.5rem;
    position: static;
  }
}

#w-node-_313b2eae-1f85-b077-389c-5f7c8eb7c52c-28bf136a, #w-node-c67c15c4-09e2-2578-55ac-d0255626bf9e-28bf136a, #w-node-_844deda1-d2ba-b69b-3cef-56890c7e0ec6-28bf136a, #w-node-_388fea43-328a-9ce9-d33a-4db46324d0dc-28bf136a, #w-node-_867b0702-631a-6659-ede5-de0afa29ac3d-28bf136a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d43ef6-a786-320f-b819-a6abe85e546d-28bf136a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14837a3c-2886-8bd4-fc36-c014e194e629-28bf136a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14837a3c-2886-8bd4-fc36-c014e194e62a-28bf136a {
  grid-column: span 2 / span 2;
}

#w-node-b170e1b0-5a7e-dca5-db78-ca4faaee8eb7-28bf136a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe6ff18-87c5-51a0-beb7-2880ce6dc09c-28bf136a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4840b702-9571-f920-ed88-e9983e7b8b35-28bf136a {
  grid-column: span 2 / span 2;
}

#w-node-a764acef-1c6f-f071-6b20-fb258b7e52a0-28bf136a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_3fe6ff18-87c5-51a0-beb7-2880ce6dc09c-28bf136a {
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }

  #w-node-a764acef-1c6f-f071-6b20-fb258b7e5288-28bf136a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_36d43ef6-a786-320f-b819-a6abe85e546d-28bf136a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_14837a3c-2886-8bd4-fc36-c014e194e629-28bf136a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_214b1ebb-51ce-1d7d-e5b9-ef044dc4be3e-28bf136a, #w-node-_8f0955ea-857b-34b2-4628-1b4489051abb-28bf136a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3fe6ff18-87c5-51a0-beb7-2880ce6dc09c-28bf136a {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  #w-node-_4840b702-9571-f920-ed88-e9983e7b8b35-28bf136a {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}