:root {
  --goldenrod-3: #d5a015;
  --mclean: #67a9d6;
  --lighter-blu: #49b5ff;
  --goldenrod: #f3bd2f;
  --wwet: #2cb3ff;
  --black: black;
  --white: white;
  --light-gray: #b1b0b0;
  --dark-turquoise: #5ec6cf;
  --crimson: #da3431;
  --forest-green: #13903c;
  --white-smoke: #f1f0f0;
  --brown: #9a342a;
  --orange: #faa628;
  --black-2: #2c28138f;
  --indian-red: #c34848;
  --black-3: #0000008f;
  --dark-slate-grey: #264430;
  --green: #2f553c;
  --deep-sky-blue: #4dadee;
  --lime-green: #50ae38;
  --lime-green-op: #56c03bd9;
  --warm: #cfa127;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section-hero {
  background-image: linear-gradient(#00000047, #00000047), url('../images/GettyImages-466705422.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 79px;
  padding-top: 400px;
  padding-bottom: 400px;
}

.brand {
  width: 37%;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
}

.brand.w--current {
  width: 30%;
  height: 120px;
}

.nav-link {
  text-transform: uppercase;
  border: 4px solid #0000;
  height: 70px;
  padding: 77px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--goldenrod-3);
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #0000;
  font-size: 13px;
}

.nav-link.w--current {
  color: #000;
  border-top-color: #000;
  font-size: 13px;
}

.nav-link.about {
  padding-top: 77px;
  padding-bottom: 77px;
}

.nav-bar {
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px solid #64626259;
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px #00000036;
}

.body-all-pages {
  text-align: center;
  padding-top: 80px;
  font-family: Lato, sans-serif;
}

.section-basic {
  background-color: #f8f8f8;
  padding-top: 53px;
  padding-bottom: 72px;
}

.section-basic.cta {
  background-color: #fff;
  background-image: linear-gradient(#00000075, #00000075), url('../images/GettyImages-471924117.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 129px;
  padding-bottom: 107px;
}

.section-basic.cta._2 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-890825218.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.section-basic.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

.section-basic.features {
  border-bottom-color: #b1b0b0;
  height: auto;
  overflow: hidden;
}

.section-basic.welcome-section {
  background-color: #fff;
  padding-top: 39px;
  padding-bottom: 20px;
}

.section-basic.contact-section {
  padding-bottom: 94px;
}

.section-basic.contact-section.graaay {
  background-color: #fff;
  padding-top: 73px;
}

.section-basic.rates {
  background-color: #000;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/GettyImages-977930646.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 72px;
  padding-bottom: 72px;
}

.slide {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 94px;
}

.slider {
  background-color: #f1f0f0;
  height: auto;
}

.footer {
  background-color: #000;
  padding: 33px 33px 40px;
}

.all-h1-headings {
  margin-bottom: 20px;
}

.all-h1-headings.hero {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 1px 5px #00000073;
  width: 100%;
  margin: 0 auto 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Great Vibes, cursive;
  font-size: 90px;
  font-weight: 400;
  line-height: 78px;
  display: block;
}

.button {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 24px;
}

.button.tabs {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.button.hero-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d5a015ed;
  border: 4px solid #d5a015ed;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 17px 30px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button.hero-button:hover {
  background-color: #000;
  border-color: #000;
}

.button.hero-button.width-full {
  border-color: var(--goldenrod-3);
  background-color: var(--goldenrod-3);
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.hero-button.width-full:hover {
  background-color: #000;
  border-color: #000;
}

.button.hero-button.stroke {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 8px;
}

.button.hero-button.stroke:hover {
  color: var(--mclean);
  background-color: #fff;
}

.button.submit {
  background-color: var(--goldenrod-3);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  margin-left: 0;
  padding: 20px 42px;
  font-size: 18px;
}

.button.submit:hover {
  background-color: #000;
}

.button.cta-button.parts-order {
  background-color: var(--lighter-blu);
  margin-bottom: 60px;
}

.button.cta-button {
  float: none;
  text-transform: uppercase;
  background-color: #ddb78d;
  border: 0 #fff;
  border-radius: 4px;
  padding: 25px 45px;
  font-size: 18px;
  line-height: 21px;
  transition: opacity .5s;
}

.button.cta-button:hover {
  background-color: #000;
  border-color: #da3431;
}

.button.cta-button.parts-order {
  float: left;
  background-color: var(--goldenrod-3);
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.button.cta-button.parts-order:hover {
  background-color: #000;
}

.hero-image {
  margin-top: 60px;
}

.teaser-icon {
  margin-bottom: 25px;
}

.all-h5-headings {
  color: var(--goldenrod-3);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Droid Serif, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.all-h5-headings.contact-h5 {
  color: #000;
  margin-bottom: 5px;
  font-size: 17px;
}

.all-h5-headings.bottom-margin {
  margin-bottom: 34px;
}

.all-h5-headings.top {
  color: #dfa817;
  margin-top: 31px;
  margin-bottom: 17px;
  font-size: 21px;
  line-height: 25px;
}

.all-h3-headings {
  color: #000;
  margin-bottom: 4px;
  font-family: Ayres, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings.dine-with-us {
  margin-top: 0;
}

.all-h3-headings.contact-h3 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 58px;
  line-height: 49px;
}

.all-h3-headings.section-2 {
  letter-spacing: 0;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 700;
  line-height: 52px;
}

.all-h3-headings.no-margin {
  margin-top: 6px;
  margin-bottom: 20px;
}

.all-h4-headings {
  color: var(--goldenrod-3);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 29px;
}

.all-h4-headings.bottom {
  color: #dfa817;
  margin-bottom: 30px;
  font-size: 24px;
}

.all-h4-headings.more-bottom {
  margin-bottom: 49px;
}

.features-row {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 100px;
}

.all-paragraphs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.all-paragraphs.about-paragraph {
  margin-top: 47px;
  margin-bottom: 28px;
}

.all-paragraphs.left {
  text-align: left;
}

.all-paragraphs.list {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.all-paragraphs.list.more {
  margin-bottom: 14px;
}

.features-description {
  text-align: left;
  margin-top: 44px;
  margin-bottom: 0;
  font-size: 14px;
}

.features-description.data {
  background-image: url('../images/features-icon-data.png');
  background-size: 80px;
}

.about-tabs {
  text-align: left;
  margin-top: 60px;
}

.about-tabs-menu {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15%;
  padding-right: 15%;
}

.tab-button {
  text-align: center;
  margin-right: 25px;
}

.about-icon {
  margin-bottom: 20px;
}

.cta-text {
  float: none;
  color: var(--goldenrod);
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: 9px;
  padding-bottom: 3px;
  font-family: Great Vibes, cursive;
  font-size: 64px;
  font-weight: 700;
  line-height: 39px;
}

.cta-text.sub-cta {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Droid Serif, serif;
  font-size: 23px;
  font-weight: 400;
}

.cta-text.rates-txt {
  color: #faa628;
}

.team-row {
  margin-top: 33px;
  margin-bottom: 33px;
}

.team-image {
  border-radius: 50%;
  width: 95%;
  margin-bottom: 16px;
}

.team-title {
  margin-bottom: 16px;
}

.twitter {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-icon {
  margin-bottom: 31px;
}

.testimonial-quote {
  width: 80%;
  max-width: 940px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
  display: block;
}

.contact-row {
  text-align: left;
  margin-top: 29px;
}

.contact-p-text {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 21px;
}

.copyright {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  padding-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.social-media-link {
  float: right;
  background-image: url('../images/footer-icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  display: none;
}

.social-media-link:hover {
  background-color: #fff;
  background-position: 100% 0;
  border-radius: 50%;
}

.social-media-link.tw {
  background-position: 0;
}

.social-media-link.tw:hover {
  background-position: 100%;
}

.social-media-link.g {
  background-position: 0 100%;
}

.social-media-link.g:hover {
  background-position: 100% 100%;
}

.all-h2-headings.hero-h2 {
  color: #e7c49d;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #00000078;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.all-h2-headings.hero-h2.interior-hero {
  color: #fff;
}

.hide-logo {
  display: block;
}

.text-logo-lg {
  float: left;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  margin-top: 32px;
  padding-bottom: 0;
  padding-right: 82px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

.text-logo-sm {
  float: left;
  color: var(--goldenrod-3);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 55px;
  font-family: Droid Serif, serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-logo-sm.wide {
  color: #b1b0b0;
  letter-spacing: 16px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.text-logo-sm.lowercase {
  text-transform: lowercase;
}

.right-welcome {
  padding-left: 35px;
}

.right-welcome.left-p {
  text-align: left;
}

.right-welcome.contact {
  padding-left: 0;
}

.container {
  transition: opacity .5s;
}

.container._10-wrapper.gray-stroke {
  border-top: 1px solid #f1f0f0;
  padding-top: 30px;
}

.slider-arrow {
  color: #b1b0b0;
}

.testimonial-author {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.map {
  height: 100%;
  margin-top: 18px;
  margin-bottom: 34px;
}

.contact-column2 {
  padding-left: 25px;
}

.welcome-img {
  margin-bottom: 35px;
  display: none;
}

.image {
  margin-top: 6px;
}

.image.logo-image {
  float: left;
  width: 70%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 12px;
  display: block;
}

.row {
  margin-top: 30px;
  margin-bottom: 26px;
  display: block;
}

.image-circle {
  background-image: url('../images/GettyImages-947228328.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-circle.variant-1 {
  background-image: url('../images/GettyImages-466382251.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-circle.variant-2 {
  background-image: url('../images/IMG_1164.jpg');
  background-position: 50%;
  background-size: cover;
}

.dynamic-item {
  text-align: left;
  display: inline-block;
  position: static;
}

.image-2 {
  height: 100%;
}

.img-1 {
  background-image: url('../images/IMG_4592.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140px;
}

.img-1._2 {
  background-image: url('../images/IMG_3305.JPG');
}

.img-1.all-h3-headings {
  background-image: none;
}

.img-1._3 {
  background-image: url('../images/IMG_4600.JPG');
}

.img-1._4 {
  background-image: url('../images/IMG_4158.JPG');
}

.img-1._5 {
  background-image: url('../images/IMG_4605.JPG');
}

.img-1._6 {
  background-image: url('../images/IMG_3297.JPG');
}

.link {
  color: #fff;
  text-decoration: underline;
}

.image-3 {
  width: 200px;
}

.full-width-gallery {
  width: 100%;
  margin-bottom: 30px;
}

.list-item {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}

.h6-heading-white {
  color: #da3431;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.slide-nav {
  margin-bottom: 35px;
}

.about-row {
  margin-top: 40px;
  margin-bottom: 24px;
}

.about-row.links-style {
  border-bottom: 1px solid #f1f0f0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.visible-slider {
  display: block;
}

.slider-2 {
  height: auto;
  margin-bottom: 18px;
}

.unordered-list {
  color: #000;
}

.row-2 {
  margin-bottom: 17px;
}

.link-2 {
  color: var(--mclean);
}

.list-item-2 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
}

.list-item-2.paragraph {
  text-align: center;
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
}

.list-item-2.paragraph.lett-small {
  text-align: left;
  font-size: 15px;
}

.list-item-2.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
  font-weight: 400;
}

.unordered-list-3 {
  color: #fff;
}

.row-3 {
  margin-bottom: 31px;
  padding-left: 0;
  padding-right: 0;
}

.cta-text-2 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text-2.rates-txt {
  color: #fff;
  font-size: 41px;
}

.cta-text-2.sub-cta {
  color: #50c0ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text {
  display: none;
}

.all-h4-headings-2 {
  color: #5a94c3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.all-h4-headings-2.parts {
  margin-bottom: 27px;
}

.all-h3-headings-2 {
  color: #004b8a;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings-2.dine-with-us {
  color: #004b8a;
  margin-top: 0;
}

.all-paragraphs-2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.all-paragraphs-2.about-paragraph.work {
  margin-top: 8px;
  font-size: 15px;
}

.all-paragraphs-2.about-paragraph.work.order {
  margin-bottom: 23px;
  font-size: 15px;
}

.all-paragraphs-2.about-paragraph.work.order.large-margin {
  margin-bottom: 58px;
}

.all-paragraphs-2.about-paragraph.work.order.italic {
  font-style: italic;
}

.all-paragraphs-2.about-paragraph {
  margin-top: 60px;
  margin-bottom: 53px;
}

.all-paragraphs-2.about-paragraph.work {
  margin-top: 8px;
}

.all-paragraphs-2.about-paragraph.work.order {
  text-align: left;
  margin-top: 0;
  margin-bottom: 14px;
}

.section-basic-2 {
  padding-top: 76px;
  padding-bottom: 50px;
}

.section-basic-2.cta {
  background-color: #000;
  background-image: linear-gradient(#77231b, #77231b);
  padding-top: 53px;
  padding-bottom: 70px;
}

.section-basic-2.cta.interior-cta-bg {
  background-image: linear-gradient(#000, #000);
  padding-top: 60px;
  padding-bottom: 47px;
}

.section-basic-2.rates {
  background-color: #000;
  background-image: linear-gradient(#00000054, #000000c7), url('../images/GettyImages-936749446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 77px;
  padding-bottom: 77px;
}

.cta-text-3 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text-3.interior-cta {
  margin-bottom: 14px;
}

.section-hero-2 {
  background-image: linear-gradient(#00000094, #00000094), url('../images/GettyImages-171584190_resized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 26px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hero-2.interior-pages {
  background-image: linear-gradient(#0c679bc4, #0c679bc4), url('../images/GettyImages-936322446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 40px;
  padding-top: 36px;
  padding-bottom: 32px;
}

.link-3 {
  color: var(--wwet);
}

.link-4 {
  color: var(--goldenrod-3);
  text-decoration: underline;
}

.link-5, .link-6 {
  color: var(--mclean);
}

.registration-wastewater {
  margin-top: 40px;
  margin-bottom: 24px;
  display: none;
}

.registration-wastewater.links-style {
  border-bottom: 1px solid #f1f0f0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-wastewater {
  transition: opacity .5s;
}

.container-wastewater._10-wrapper {
  margin-top: 25px;
}

.container-wastewater._10-wrapper.gray-stroke {
  border-top: 1px solid #f1f0f0;
  padding-top: 30px;
  display: block;
}

.link-7 {
  color: var(--goldenrod-3);
}

.html-embed {
  margin-bottom: 60px;
  box-shadow: inset 0 -40px #fff;
}

.testimonial-quote-2 {
  color: #000;
  width: 80%;
  max-width: 940px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 33px;
  display: block;
}

.slide-7 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 94px;
}

.section-basic-3 {
  padding-top: 68px;
  padding-bottom: 68px;
  display: block;
}

.section-basic-3.testimonials {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.slider-3 {
  background-color: var(--mclean);
  height: auto;
}

.slider-arrow-2 {
  color: #fff;
}

.testimonial-author-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.column-2 {
  padding-right: 43px;
}

.image-4 {
  float: left;
  margin-bottom: 38px;
}

.all-h4-headings-3 {
  color: #9a342a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.all-h4-headings-3.parts {
  color: var(--goldenrod-3);
  letter-spacing: 0;
  margin-bottom: 39px;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.all-h3-headings-3 {
  color: #000;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
}

.all-h3-headings-3.dine-with-us {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.all-h3-headings-3.dine-with-us.bottom-margin {
  margin-bottom: 26px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 33px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-2.list-short {
  margin-bottom: 13px;
}

.product-header {
  color: var(--goldenrod);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.cta-text-4 {
  float: none;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
}

.cta-text-4.rates-txt {
  color: #fff;
  font-family: Great Vibes, cursive;
  font-size: 60px;
}

.cta-text-4.sub-cta {
  color: var(--goldenrod);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 19px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.unordered-list-4 {
  color: var(--goldenrod);
  padding-left: 19px;
}

.row-4 {
  padding-left: 0;
  padding-right: 0;
}

.link-8 {
  color: var(--goldenrod-3);
  font-weight: 700;
}

.textarea {
  height: 210px;
}

.textarea-2 {
  min-height: 170px;
}

.left-arrow-second {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-bottom: -60px;
  margin-right: 602.5px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow-second:hover {
  opacity: 1;
}

.client-slider {
  background-color: #0000;
  height: auto;
}

.star-image {
  width: 17px;
  margin-right: 5px;
}

.seperat-icon {
  margin-bottom: 30px;
}

.client-flex {
  height: 60px;
}

.none {
  display: none;
}

.top-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}

.container-3 {
  flex: 1;
  max-width: 1200px;
}

.right-arrow-second {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-bottom: -60px;
  margin-left: 602.5px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.right-arrow-second:hover {
  opacity: 1;
}

.section {
  padding: 140px 30px;
  position: relative;
}

.section.top-half {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 110px;
}

.start-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.client-wrapper {
  padding-right: 40px;
}

.top-title-text {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.top-title-text.small-version {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}

.heading {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.hero-container, .form-hide {
  display: none;
}

.maria-title {
  color: var(--black);
  text-align: left;
  margin-top: 5px;
  font-family: Ayres, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

@media screen and (max-width: 991px) {
  .section-hero {
    height: 400px;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .brand {
    width: 30%;
    height: 87px;
  }

  .brand.w--current {
    width: 30%;
    height: 150px;
  }

  .nav-link {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
  }

  .nav-link.about {
    display: none;
  }

  .section-basic.welcome-section {
    padding-bottom: 43px;
  }

  .all-h1-headings.hero {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 69px;
    line-height: 73px;
  }

  .button.cta-button.parts-order {
    margin-bottom: 0;
    padding: 16px 27px;
    font-size: 18px;
  }

  .all-h3-headings {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .all-h3-headings.section-2 {
    letter-spacing: 0;
  }

  .cta-text {
    font-size: 50px;
  }

  .testimonial-quote {
    font-size: 19px;
  }

  .all-h2-headings.hero-h2 {
    font-size: 22px;
  }

  .text-logo-lg {
    letter-spacing: 1px;
    margin-top: 31px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 24px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2px;
    margin-left: 0;
    font-size: 13px;
    display: block;
  }

  .text-logo-sm.wide {
    font-size: 13px;
  }

  .right-welcome.left-p {
    padding-left: 10px;
  }

  ._10-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    float: left;
    max-width: 91%;
    margin-top: 10px;
    overflow: hidden;
  }

  .image.logo-image {
    width: 75%;
    margin-top: 10px;
  }

  .image-circle {
    width: 220px;
    height: 220px;
  }

  .img-1 {
    height: 140px;
    margin-bottom: 22px;
  }

  .visible-slider {
    margin-bottom: 27px;
  }

  .slider-2 {
    height: auto;
    margin-bottom: 31px;
  }

  .row-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .all-h3-headings-2 {
    margin-bottom: 7px;
    line-height: 39px;
  }

  .section-basic-2 {
    padding-top: 42px;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
    padding-top: 36px;
    padding-bottom: 51px;
  }

  .cta-text-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonial-quote-2 {
    font-size: 19px;
  }

  .section-basic-3 {
    padding-top: 70px;
  }

  .all-h3-headings-3 {
    margin-bottom: 7px;
    line-height: 39px;
  }

  ._10-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-text-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .row-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-second {
    margin-left: 0;
    margin-right: 0;
  }

  .client-flex {
    height: 50px;
    padding-right: 45px;
  }

  .top-title {
    margin-bottom: 60px;
  }

  .right-arrow-second {
    margin-left: 41px;
    margin-right: 0;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .client-wrapper {
    padding-right: 0;
  }

  .top-title-text {
    font-size: 26px;
    line-height: 30px;
  }

  .top-title-text.small-version {
    line-height: 30px;
  }

  .maria-title {
    margin-top: 10px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    margin-top: 12px;
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brand {
    width: 50%;
    height: 100%;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
    position: relative;
  }

  .brand.w--current {
    width: 75%;
    height: 97px;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
    border-top-style: none;
    border-top-width: 0;
    height: 70px;
    padding: 32px 16px;
    font-size: 15px;
    line-height: 8px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #252525;
    font-size: 15px;
  }

  .nav-link.w--current {
    line-height: 6px;
  }

  .nav-link.w--current:hover {
    background-color: #000;
  }

  .nav-bar {
    padding: 0;
  }

  .section-basic {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#000000b0, #000000b0), url('../images/GettyImages-587535866.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 78px;
  }

  .section-basic.rates {
    background-image: linear-gradient(#000000c2, #000000c2), url('../images/GettyImages-977930646.jpg');
    background-size: auto, cover;
  }

  .slide {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .all-h1-headings.hero {
    width: 95%;
    font-size: 51px;
    line-height: 58px;
  }

  .button.hero-button {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .button.hero-button.width-full {
    display: none;
  }

  .button.cta-button.parts-order {
    width: 100%;
    display: block;
  }

  .all-h5-headings {
    text-align: center;
  }

  .all-h5-headings.bottom-margin {
    line-height: 22px;
  }

  .all-h3-headings {
    margin-bottom: 9px;
    font-size: 37px;
    line-height: 40px;
  }

  .all-h3-headings.section-2 {
    letter-spacing: 0;
  }

  .all-h4-headings {
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 21px;
  }

  .all-paragraphs {
    text-align: center;
    margin-bottom: 12px;
  }

  .all-paragraphs.list {
    text-align: left;
  }

  .all-paragraphs.list.more {
    text-align: center;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 51px;
    display: block;
  }

  .cta-text.sub-cta {
    font-size: 18px;
    line-height: 22px;
  }

  .cta-text.rates-txt {
    padding-bottom: 6px;
    font-size: 31px;
  }

  .team-image {
    width: 100%;
  }

  .testimonial-icon {
    width: 15%;
  }

  .testimonial-quote {
    margin-bottom: 36px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 30px;
  }

  .copyright {
    padding-bottom: 16px;
  }

  .social-media-link {
    float: none;
  }

  .all-h2-headings.hero-h2 {
    margin-bottom: 11px;
    padding-left: 8px;
    font-size: 18px;
    line-height: 25px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 0;
  }

  .text-logo-lg {
    margin-top: 28px;
    padding-bottom: 2px;
    padding-right: 213px;
    font-size: 43px;
    display: none;
  }

  .text-logo-sm {
    letter-spacing: 2px;
    margin-left: 0;
    padding-right: 80px;
    font-size: 12px;
    line-height: 18px;
    display: none;
  }

  .text-logo-sm.wide {
    letter-spacing: 14px;
    font-size: 14px;
  }

  .right-welcome {
    margin-top: 29px;
    padding-left: 0;
  }

  .right-welcome.left-p {
    margin-top: 1px;
  }

  .testimonial-author {
    margin-bottom: 43px;
    font-size: 14px;
  }

  ._10-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .welcome-img {
    width: 100%;
    height: auto;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    inset: 0;
  }

  .column {
    height: 249px;
    overflow: hidden;
  }

  .menu-button {
    color: var(--goldenrod);
    font-size: 42px;
  }

  .menu-button-2 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slide-4 {
    display: inline-block;
  }

  .image {
    height: 100%;
    margin-top: 4px;
  }

  .image.logo-image {
    width: 60%;
    height: auto;
    margin-top: 17px;
    padding-top: 0;
  }

  .image-circle {
    width: 160px;
    height: 160px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item.end {
    line-height: 28px;
  }

  .h6-heading-white.mobile-spacing {
    margin-top: 26px;
  }

  .about-row {
    margin-top: 41px;
  }

  .visible-slider {
    margin-bottom: 33px;
  }

  .slider-2 {
    height: 273px;
  }

  .unordered-list.after, .unordered-list-2 {
    margin-bottom: 0;
  }

  .list-item-2.paragraph {
    font-size: 16px;
  }

  .unordered-list-3 {
    margin-bottom: 0;
  }

  .cta-text-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .cta-text-2.rates-txt {
    padding-bottom: 6px;
    font-size: 41px;
    line-height: 44px;
  }

  .cta-text-2.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }

  .all-h4-headings-2 {
    margin-bottom: 34px;
  }

  .all-h3-headings-2 {
    margin-bottom: 9px;
    line-height: 40px;
  }

  .all-paragraphs-2 {
    text-align: center;
    margin-bottom: 12px;
  }

  .all-paragraphs-2.about-paragraph {
    margin-top: 37px;
    margin-bottom: 42px;
  }

  .section-basic-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
  }

  .section-basic-2.cta.interior-cta-bg {
    padding-top: 42px;
    padding-bottom: 49px;
  }

  .cta-text-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 12px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .registration-wastewater {
    margin-top: 41px;
  }

  .testimonial-quote-2 {
    margin-bottom: 36px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 30px;
  }

  .slide-7 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-basic-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial-author-2 {
    margin-bottom: 43px;
    font-size: 14px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .all-h4-headings-3 {
    margin-bottom: 34px;
    line-height: 24px;
  }

  .all-h4-headings-3.parts {
    line-height: 25px;
  }

  .all-h3-headings-3 {
    margin-bottom: 9px;
    font-size: 33px;
    line-height: 34px;
  }

  ._10-wrapper-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-text-4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .cta-text-4.rates-txt {
    padding-bottom: 6px;
    font-size: 40px;
  }

  .cta-text-4.sub-cta {
    font-size: 17px;
    line-height: 22px;
  }

  .unordered-list-4 {
    margin-bottom: 0;
  }

  .seperat-icon {
    margin-bottom: 15px;
  }

  .client-flex {
    padding-right: 360px;
  }

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

  .client-wrapper {
    margin-bottom: 40px;
  }

  .client-wrapper.no-margin {
    margin-bottom: 0;
  }

  .top-title-text, .top-title-text.small-version {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_5030.PNG');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    margin-top: 100px;
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .brand {
    width: 71%;
    height: 100%;
    margin-top: 4px;
    overflow: hidden;
  }

  .brand.w--current {
    width: 70%;
    height: 160px;
    margin-top: 5px;
  }

  .nav-link {
    color: #fff;
    border-style: none;
    border-width: 0;
    height: 44px;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 14px;
    display: block;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #333;
    border-style: none;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: #fff;
    border-style: none;
    line-height: 8px;
  }

  .nav-link.about {
    display: block;
  }

  .nav-bar {
    height: 160px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-all-pages {
    padding-top: 59px;
  }

  .section-basic {
    padding-top: 29px;
  }

  .section-basic.cta {
    background-image: linear-gradient(#2c281373, #2c281373), url('../images/GettyImages-471924117.jpg');
    background-position: 0 0, 55%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-basic.welcome-section {
    padding-top: 25px;
    padding-bottom: 34px;
  }

  .section-basic.rates {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .all-h1-headings.hero {
    width: 95%;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 62px;
    line-height: 52px;
  }

  .button.hero-button {
    margin-bottom: 14px;
    margin-left: 19px;
    margin-right: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    display: block;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.cta-button.parts-order {
    padding: 16px 17px;
    font-size: 16px;
  }

  .button.cta-button {
    width: 90%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 19px 23px;
    font-size: 16px;
    display: block;
  }

  .button.cta-button.parts-order {
    font-size: 16px;
  }

  .all-h5-headings {
    font-size: 20px;
    line-height: 24px;
  }

  .all-h5-headings.bottom-margin {
    font-size: 15px;
  }

  .all-h3-headings {
    font-size: 32px;
    line-height: 32px;
  }

  .all-h3-headings.section-2 {
    letter-spacing: 0;
    font-size: 46px;
    line-height: 31px;
  }

  .all-h3-headings.no-margin {
    margin-top: 0;
  }

  .all-h4-headings {
    letter-spacing: .5px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 22px;
  }

  .all-h4-headings.more-bottom {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 18px;
  }

  .all-paragraphs {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .all-paragraphs.bottom-p {
    margin-bottom: 19px;
  }

  .features-description {
    margin-top: 30px;
  }

  .cta-text {
    margin-top: 0;
    font-size: 37px;
    line-height: 37px;
  }

  .cta-text.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .cta-text.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-quote {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
    line-height: 23px;
  }

  .all-h2-headings.hero-h2 {
    width: 90%;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
  }

  .all-h2-headings.hero-h2.interior-hero {
    margin-top: 10px;
  }

  .text-logo-lg {
    margin-top: 23px;
    margin-bottom: -2px;
    padding-bottom: 0;
    padding-right: 129px;
    font-size: 36px;
    line-height: 23px;
    display: none;
  }

  .text-logo-sm {
    float: left;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 12px;
    display: block;
    position: static;
    top: 90%;
  }

  .text-logo-sm.wide {
    letter-spacing: 11px;
    font-size: 12px;
  }

  .text-logo-sm.lowercase {
    position: static;
    top: 100%;
  }

  .left-welcome {
    padding-left: 0;
    padding-right: 0;
  }

  .right-welcome {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .testimonial-author {
    margin-bottom: 3px;
  }

  .map {
    width: 100%;
    margin-top: 36px;
    display: block;
  }

  ._10-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .welcome-img {
    margin-bottom: 21px;
  }

  .column {
    height: 196px;
  }

  .menu-button {
    color: #e2af28;
    background-color: #0000;
    margin-top: 0;
    padding: 21px 8px;
    font-size: 32px;
  }

  .menu-button-2 {
    flex-direction: column;
    padding: 7px 5px;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #000;
    padding: 7px 5px;
  }

  .slide-2 {
    background-image: url('../images/pizza4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/pizza3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 360px;
  }

  .mobile-slider {
    height: 200px;
    margin-bottom: 28px;
  }

  .slide-4 {
    background-image: url('../images/GettyImages-947228328.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/GettyImages-466382251.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-arrow {
    display: none;
  }

  .nav-menu {
    background-color: #da3431;
  }

  .slide-6 {
    background-image: url('../images/IMG_1164.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image {
    float: left;
    height: 90%;
    margin-top: 7px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .image.logo-image {
    width: auto;
    height: 60px;
    margin-top: -2px;
    padding-top: 0;
  }

  .img-1 {
    height: 120px;
  }

  .container-2 {
    height: 160px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-row {
    margin-top: 24px;
  }

  .slider-2 {
    height: 159px;
    margin-bottom: 21px;
  }

  .list-item-2.paragraph {
    font-size: 15px;
  }

  .list-item-2.paragraph.mobile-wdith {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-text-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .cta-text-2.rates-txt {
    font-size: 28px;
    line-height: 32px;
  }

  .cta-text-2.sub-cta {
    font-size: 15px;
    line-height: 19px;
  }

  .all-h4-headings-2 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 21px;
  }

  .all-h3-headings-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .all-paragraphs-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .all-paragraphs-2.about-paragraph.work {
    font-size: 14px;
  }

  .all-paragraphs-2.about-paragraph.work.order {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
  }

  .all-paragraphs-2.about-paragraph.work.order.large-margin {
    padding-left: 13px;
    padding-right: 13px;
  }

  .all-paragraphs-2.about-paragraph {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .section-basic-2.cta {
    background-image: linear-gradient(#77231b, #77231b);
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section-basic-2.rates {
    background-image: linear-gradient(#00000054, #000000c7), url('../images/GettyImages-1068778868.jpg');
    padding-top: 67px;
  }

  .cta-text-3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .section-hero-2 {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/GettyImages-171584190_resized.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 32px;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section-hero-2.interior-pages {
    padding-bottom: 28px;
  }

  .registration-wastewater {
    margin-top: 24px;
  }

  .testimonial-quote-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 23px;
  }

  .slide-7 {
    padding-bottom: 84px;
  }

  .slider-arrow-2 {
    font-size: 28px;
  }

  .testimonial-author-2 {
    margin-bottom: 3px;
  }

  .column-2 {
    text-align: center;
  }

  .image-4 {
    margin-top: 12px;
    margin-bottom: 19px;
  }

  .all-h4-headings-3 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
  }

  .all-h4-headings-3.parts {
    letter-spacing: 1px;
    margin-bottom: 16px;
    line-height: 20px;
  }

  .all-h3-headings-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .all-h3-headings-3.dine-with-us {
    font-size: 28px;
  }

  ._10-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-text-4 {
    margin-top: 0;
    font-size: 32px;
    line-height: 31px;
  }

  .cta-text-4.rates-txt {
    font-size: 31px;
    line-height: 32px;
  }

  .cta-text-4.sub-cta {
    font-size: 17px;
    line-height: 23px;
  }

  .client-flex {
    padding-right: 153px;
  }

  .top-title {
    margin-bottom: 30px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-title-text, .top-title-text.small-version {
    font-size: 16px;
    line-height: 23px;
  }

  .maria-title {
    margin-top: 5px;
    display: block;
  }
}


@font-face {
  font-family: 'Ayres';
  src: url('../fonts/Ayres.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}