:root {
  --dark: #402533;
  --seashell: #faf5f8;
  --rosy-brown: #af7a73;
  --black: #1f0010;
  --black-2: rgba(64, 37, 51, .15);
}

body {
  color: var(--dark);
  background-color: #fcf7f9;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

h1 {
  letter-spacing: -1.5px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 3.8em;
  font-style: italic;
  font-weight: 400;
  line-height: .95em;
}

h2 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: Marcellus, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.navlink {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 12px 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 58px;
}

.navlink.w--current {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: 2px;
  line-height: 57px;
}

.navlink.link-call {
  background-color: var(--seashell);
  color: #333;
  margin-left: 10px;
  padding-top: 2px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 60px;
  transition: border-color .2s;
}

.navlink.link-call:hover {
  border-color: var(--dark);
}

.navlink.link-call.btn-sm {
  display: none;
}

.nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.btn {
  min-width: 170px;
  border: 2px solid var(--rosy-brown);
  color: var(--rosy-brown);
  text-align: center;
  letter-spacing: .2px;
  text-shadow: none;
  background-color: #fff;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s, border-color .2s;
}

.btn:hover {
  border-color: var(--dark);
  color: var(--dark);
}

.footer {
  width: 100%;
  background-color: var(--seashell);
  color: var(--black);
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  padding: 35px 20px 25px;
  font-size: 12px;
  font-weight: 400;
}

.brand {
  height: 54px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image {
  height: 100%;
}

.footlink {
  color: #888;
  letter-spacing: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-left: 9px;
  padding-right: 9px;
  font-size: 9px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.footlink:hover {
  opacity: .75;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.footlink.w--current {
  border-bottom-color: #fff;
}

.footlink.nk4 {
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
}

.footlink.revy {
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 0;
}

.soc {
  width: 35px;
  height: 40px;
  color: var(--black);
  border-radius: 75px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.img {
  width: 100%;
}

.line-load {
  width: 25%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .9s cubic-bezier(.215, .61, .355, 1);
}

.hours {
  display: inline-block;
}

.heading-5 {
  letter-spacing: 0;
  text-transform: none;
  margin-right: 8px;
  font-family: Josefin Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.mr {
  color: var(--seashell);
  letter-spacing: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.hero-box {
  display: inline-block;
  position: relative;
}

.svc {
  background-color: var(--dark);
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 15px 4px;
  font-family: Josefin Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.li {
  border-bottom: 1px solid #eee;
  padding: 12px 15px 9px;
}

.li.li-p {
  padding-top: 12px;
}

.svc-title {
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.svc-title.price {
  float: right;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
}

.svc-title.svc-p {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  display: block;
}

.left {
  width: 25%;
  transition: all .5s;
  display: inline-block;
  position: fixed;
}

.right {
  width: 65%;
  min-height: 40px;
  float: right;
  padding-top: 23px;
  display: inline-block;
}

.right.tabside {
  width: 75%;
  margin-right: 0%;
  transition: margin-right 1s;
}

.right.tabside.tab-svc {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.menuline {
  display: none;
}

.row {
  width: 100%;
}

.list {
  text-align: left;
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
}

.call {
  color: #fff;
  font-size: 19px;
}

.rel {
  z-index: 1;
  position: relative;
}

.foot-r {
  text-align: right;
}

.dehs {
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 700;
}

.auth {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.revu {
  max-width: 950px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  display: none;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  height: 15px;
  opacity: .5;
  padding-top: 0;
  font-size: 7px;
}

.quote {
  height: 40px;
  opacity: .17;
  filter: invert();
}

.slider-4 {
  width: 550px;
  height: auto;
  max-width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.hide {
  display: none;
}

.p-revu {
  text-align: center;
  margin-bottom: 5px;
}

.mask-3 {
  height: auto;
  padding-bottom: 30px;
}

.block-purp {
  color: #fff;
  text-align: left;
  position: relative;
}

.svc-li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 2px;
  padding-right: 25px;
}

.list-2 {
  text-align: left;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 19px;
  list-style-type: none;
  display: flex;
}

.stars {
  opacity: .7;
  color: var(--rosy-brown);
  text-align: center;
  letter-spacing: 12px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: Fontawesome, sans-serif;
  font-size: 16px;
  line-height: 12px;
}

.h3-blk {
  color: #fff;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.h1-row {
  display: inline-block;
}

.svc-ul {
  background-color: #fff;
}

.foot-block-sm {
  display: inline-block;
}

.mapp {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.herosm {
  border-bottom: 1px solid var(--black-2);
  color: var(--dark);
  margin-bottom: 75px;
  padding-bottom: 40px;
}

.bot75 {
  margin-bottom: 75px;
}

.page {
  padding: 50px 20px 90px;
}

.page.page-nf {
  padding-top: 20vh;
}

.section-4 {
  color: #000;
  background-color: silver;
}

.ctr {
  text-align: center;
}

.bot25 {
  margin-bottom: 25px;
}

.p-2col {
  column-count: 2;
}

.column {
  height: 100%;
  border-left: 1px solid var(--black-2);
  padding-left: 75px;
}

.column-2 {
  padding-left: 50px;
  padding-right: 75px;
}

.links {
  border-bottom: 1px solid var(--dark);
  color: var(--dark);
  font-weight: 400;
  text-decoration: none;
}

.bot20 {
  margin-bottom: 20px;
}

.scroller {
  width: 4px;
  height: 80vh;
  background-color: #fff;
  position: fixed;
  top: 10vh;
  bottom: auto;
  left: auto;
  right: 75px;
  overflow: hidden;
  box-shadow: 0 4px 7px rgba(0, 0, 0, .07);
}

.scroll {
  width: 100%;
  height: 10%;
  background-color: var(--rosy-brown);
}

.wide {
  max-width: 1200px;
}

.image-4 {
  height: 55px;
  display: block;
}

.topbtn {
  float: right;
  margin-top: 4px;
}

.image-5 {
  height: 48px;
  margin-bottom: 15px;
}

.heading-6 {
  color: var(--rosy-brown);
}

html.w-mod-js [data-ix="scrollfade"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav {
    padding-left: 2%;
    padding-right: 2%;
  }

  .column {
    padding-left: 25px;
  }

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

  .scroller {
    height: 100vh;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    color: #fff;
    line-height: 40px;
  }

  .navlink.w--current {
    color: #fff;
    border-bottom-style: none;
  }

  .navlink.link-call {
    margin-top: 0;
    margin-left: 0;
    line-height: 40px;
  }

  .navlink.link-call.btn-sm {
    float: right;
    margin-top: 15px;
    line-height: 27px;
    display: inline-block;
  }

  .footlink.nk4, .footlink.revy {
    position: relative;
  }

  .left {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }

  .right {
    width: 100%;
    float: none;
    padding-left: 35px;
    padding-right: 35px;
  }

  .right.tabside {
    width: 100%;
  }

  .right.tabside.tab-svc {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-menu {
    background-color: var(--dark);
    padding: 10px;
  }

  .menuline {
    width: 30px;
    height: 2px;
    background-color: var(--dark);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0;
    display: block;
  }

  .menu-button {
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .list {
    width: 370px;
    max-width: 100%;
    text-align: center;
    column-count: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .foot-r {
    text-align: center;
    margin-bottom: 20px;
  }

  .p-revu {
    font-size: 16px;
    line-height: 26px;
  }

  .block-purp {
    width: 320px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .columns-6 {
    flex-direction: column-reverse;
    display: flex;
  }

  .foot-block-sm {
    display: block;
  }

  .top25-sm {
    margin-top: 25px;
  }

  .mapp {
    margin-bottom: 25px;
  }

  .page.page-nf {
    padding-top: 15vh;
  }

  .column {
    border-top: 1px solid var(--black-2);
    border-left-style: none;
    border-left-color: var(--black-2);
    padding-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-2 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .navlink.link-call.btn-sm {
    display: none;
  }

  .nav {
    padding-left: 3%;
    padding-right: 3%;
  }

  .btn.btn-top {
    display: none;
  }

  .hero-box {
    display: block;
  }

  .left, .right, .right.tabside.tab-svc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    margin-left: 0;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
  }

  .block-purp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3-blk {
    font-size: 30px;
    line-height: 32px;
  }

  .foot-block-sm {
    column-count: auto;
  }

  .herosm.wide {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .page {
    padding-top: 25px;
  }

  .column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }
}


@font-face {
  font-family: 'Quichesans';
  src: url('../fonts/quichesans-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-bold.otf') format('opentype'), url('../fonts/Fontspring-DEMO-quichesans-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-extrabolditalic.otf') format('opentype'), url('../fonts/Fontspring-DEMO-quichesans-bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontspring demo quichesans';
  src: url('../fonts/Fontspring-DEMO-quichesans-thinitalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}