@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/* line 45, ../sass/screen.sass */
body {
  font-family: "Roboto", sans-serif;
}

/* line 48, ../sass/screen.sass */
main {
  overflow-x: hidden;
}

/* line 51, ../sass/screen.sass */
h1, h2 {
  color: #6D6459;
}
/* line 53, ../sass/screen.sass */
h1.light, h2.light {
  color: #fff;
}

/* line 55, ../sass/screen.sass */
h1 {
  font-size: 44px;
  margin: 3.2px 0 30px;
}
@media only screen and (max-width: 768px) {
  /* line 55, ../sass/screen.sass */
  h1 {
    font-size: 30px;
  }
}

/* line 60, ../sass/screen.sass */
h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 3.2px 0 20px;
}
@media only screen and (max-width: 768px) {
  /* line 60, ../sass/screen.sass */
  h2 {
    font-size: 28px;
  }
}

/* line 66, ../sass/screen.sass */
h3 {
  font-size: 30px;
  font-weight: 400;
  color: #D99235;
  margin: 3.2px 0 20px;
}
@media only screen and (max-width: 768px) {
  /* line 66, ../sass/screen.sass */
  h3 {
    font-size: 26px;
  }
}

/* line 73, ../sass/screen.sass */
p {
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 25px;
  color: #333;
}

/* line 78, ../sass/screen.sass */
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 0 0 25px 20px;
}
/* line 81, ../sass/screen.sass */
ul li {
  font-size: 19px;
  line-height: 1.6;
  color: #333;
}

/* line 87, ../sass/screen.sass */
a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #D99235;
}

/* line 92, ../sass/screen.sass */
.btn {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  margin: 16px 0;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.6s;
}
@media only screen and (max-width: 768px) {
  /* line 92, ../sass/screen.sass */
  .btn {
    font-weight: 19px;
  }
}
/* line 105, ../sass/screen.sass */
.btn.btn-default {
  color: #fff;
  background: #D99235;
}
/* line 108, ../sass/screen.sass */
.btn.btn-default:hover {
  color: #D99235;
  background: transparent;
  border-color: #D99235;
}
/* line 112, ../sass/screen.sass */
.btn.btn-light {
  color: #6D6459;
  background: #fff;
}
/* line 115, ../sass/screen.sass */
.btn.btn-light:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

/* line 122, ../sass/screen.sass */
.text-center {
  text-align: center;
}

/* line 124, ../sass/screen.sass */
.container {
  margin: auto;
  width: 1200px;
}
@media only screen and (max-width: 1280px) {
  /* line 124, ../sass/screen.sass */
  .container {
    width: 1100px;
  }
}
@media only screen and (max-width: 1140px) {
  /* line 124, ../sass/screen.sass */
  .container {
    width: 1000px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 124, ../sass/screen.sass */
  .container {
    width: 724px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 124, ../sass/screen.sass */
  .container {
    width: 96%;
  }
}

/* line 136, ../sass/screen.sass */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 136, ../sass/screen.sass */
  .row {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
/* line 143, ../sass/screen.sass */
.row .col-6 {
  width: 100%;
}

/* line 146, ../sass/screen.sass */
.grid-section-container {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-gap: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 146, ../sass/screen.sass */
  .grid-section-container {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
/* line 153, ../sass/screen.sass */
.grid-section-container .column {
  width: 100%;
}
/* line 155, ../sass/screen.sass */
.grid-section-container .column .section {
  padding-top: 50px;
}
/* line 157, ../sass/screen.sass */
.grid-section-container .column .section:last-child {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 157, ../sass/screen.sass */
  .grid-section-container .column .section:last-child {
    padding-bottom: 0;
  }
}

/* line 163, ../sass/screen.sass */
#info-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 163, ../sass/screen.sass */
  #info-bar {
    flex-direction: column;
    padding: 3px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 171, ../sass/screen.sass */
  #info-bar p, #info-bar a {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 480px) {
  /* line 171, ../sass/screen.sass */
  #info-bar p, #info-bar a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 171, ../sass/screen.sass */
  #info-bar p, #info-bar a {
    font-size: 9px;
  }
}
/* line 179, ../sass/screen.sass */
#info-bar p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
}
/* line 183, ../sass/screen.sass */
#info-bar p .btn {
  padding: 0 15px;
  margin: 8px 0;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  /* line 183, ../sass/screen.sass */
  #info-bar p .btn {
    margin: 4px auto 4px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 183, ../sass/screen.sass */
  #info-bar p .btn {
    font-size: 13px;
  }
}

/* line 196, ../sass/screen.sass */
.header .left {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  /* line 196, ../sass/screen.sass */
  .header .left {
    padding: 10px 0 0;
  }
}
/* line 200, ../sass/screen.sass */
.header .left img {
  height: 90px;
}
@media only screen and (max-width: 768px) {
  /* line 200, ../sass/screen.sass */
  .header .left img {
    width: 210px;
    display: block;
    margin: auto;
  }
}
/* line 206, ../sass/screen.sass */
.header .right {
  padding-top: 15px;
  text-align: right;
  font-size: 24px;
  color: #6D6459;
}
@media only screen and (max-width: 768px) {
  /* line 206, ../sass/screen.sass */
  .header .right {
    font-size: 16px;
    text-align: center;
  }
}
/* line 214, ../sass/screen.sass */
.header .right p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 24px;
  color: #6D6459;
}
/* line 218, ../sass/screen.sass */
.header .right a {
  display: inline-block;
  font-size: 35px;
  color: #D99235;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 218, ../sass/screen.sass */
  .header .right a {
    font-size: 20px;
    padding: 8px 0;
  }
  /* line 226, ../sass/screen.sass */
  .header .right a:last-child {
    padding-left: 10px;
  }
}
/* line 228, ../sass/screen.sass */
.header .right span.divider {
  display: inline-block;
  padding: 0 5px 0 0;
  position: relative;
  top: -2px;
}

/* line 235, ../sass/screen.sass */
nav.nav {
  background: #6D6459;
}
/* line 237, ../sass/screen.sass */
nav.nav ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  display: flex;
  flex-direction: row;
}
/* line 242, ../sass/screen.sass */
nav.nav ul li {
  position: relative;
}
/* line 244, ../sass/screen.sass */
nav.nav ul li::before {
  position: absolute;
  right: -2px;
  top: 15%;
  height: 70%;
  width: 2px;
  background: rgba(229, 220, 203, 0.7);
  content: "";
}
/* line 253, ../sass/screen.sass */
nav.nav ul li:last-child::before {
  display: none;
}
/* line 256, ../sass/screen.sass */
nav.nav ul li.current-menu-item a {
  color: #D99235;
}
/* line 258, ../sass/screen.sass */
nav.nav ul li a {
  display: inline-block;
  font-size: 19px;
  padding: 8px 55px;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  /* line 258, ../sass/screen.sass */
  nav.nav ul li a {
    padding: 8px 25px;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 266, ../sass/screen.sass */
  nav.nav {
    height: 46px;
  }
}
/* line 269, ../sass/screen.sass */
nav.nav .navbar-trigger {
  display: none;
  width: 42px;
  height: 34px;
  position: relative;
  top: 4px;
  margin: auto;
  border: 2px solid white;
  border-radius: 4px;
}
@media only screen and (max-width: 1024px) {
  /* line 269, ../sass/screen.sass */
  nav.nav .navbar-trigger {
    display: block;
  }
}
/* line 280, ../sass/screen.sass */
nav.nav .navbar-trigger .bar {
  display: block;
  width: 32px;
  height: 3px;
  background: white;
  margin: auto;
  position: relative;
}
/* line 287, ../sass/screen.sass */
nav.nav .navbar-trigger .bar:nth-child(1) {
  top: 7px;
}
/* line 289, ../sass/screen.sass */
nav.nav .navbar-trigger .bar:nth-child(2) {
  top: 13px;
}
/* line 291, ../sass/screen.sass */
nav.nav .navbar-trigger .bar:nth-child(3) {
  top: 19px;
}
@media only screen and (max-width: 1024px) {
  /* line 293, ../sass/screen.sass */
  nav.nav ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: none;
    width: 100%;
    position: relative;
    top: 8px;
    left: -2px;
    background: #444;
    padding: 10px 0;
  }
  /* line 303, ../sass/screen.sass */
  nav.nav ul li {
    width: 100%;
  }
  /* line 305, ../sass/screen.sass */
  nav.nav ul li a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 10px 0 10px 20px;
  }
}

/* line 316, ../sass/screen.sass */
.page-header {
  background: #E5DCCB;
}
/* line 320, ../sass/screen.sass */
.page-header .container .row .left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
}
/* line 327, ../sass/screen.sass */
.page-header .container .row .left .image {
  margin-right: auto;
  height: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1140px) {
  /* line 327, ../sass/screen.sass */
  .page-header .container .row .left .image {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  /* line 327, ../sass/screen.sass */
  .page-header .container .row .left .image {
    min-height: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 337, ../sass/screen.sass */
  .page-header .container .row .left img {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 337, ../sass/screen.sass */
  .page-header .container .row .left img {
    width: 100%;
    height: auto;
  }
}
/* line 343, ../sass/screen.sass */
.page-header .container .row .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
}
@media only screen and (max-width: 768px) {
  /* line 343, ../sass/screen.sass */
  .page-header .container .row .right {
    min-height: 1px;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 353, ../sass/screen.sass */
  .page-header .container .row .right h1 {
    font-size: 33px;
    margin: 3.2px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 353, ../sass/screen.sass */
  .page-header .container .row .right h1 {
    font-size: 44px;
    margin: 3.2px 0 30px;
  }
}
/* line 360, ../sass/screen.sass */
.page-header .container .row .right p {
  font-size: 24px;
  margin: 0 0 20px;
  color: #6D6459;
  line-height: 28px;
}
@media only screen and (max-width: 1024px) {
  /* line 360, ../sass/screen.sass */
  .page-header .container .row .right p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 360, ../sass/screen.sass */
  .page-header .container .row .right p {
    font-size: 24px;
  }
}
/* line 369, ../sass/screen.sass */
.page-header .container .row .right p .btn {
  position: relative;
}
/* line 371, ../sass/screen.sass */
.page-header .container .row .right p .btn::before {
  position: absolute;
  top: -40px;
  right: -167px;
  width: 143px;
  height: 89px;
  background-image: url("/wp-content/uploads/2020/07/arrow.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 1024px) {
  /* line 371, ../sass/screen.sass */
  .page-header .container .row .right p .btn::before {
    display: none;
  }
}

/* line 388, ../sass/screen.sass */
.section-one .container .content {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
/* line 392, ../sass/screen.sass */
.section-one .container .content .text {
  width: 65%;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 392, ../sass/screen.sass */
  .section-one .container .content .text {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* line 398, ../sass/screen.sass */
  .section-one .container .content .image {
    display: none;
  }
}

/* line 402, ../sass/screen.sass */
.reputation-banner {
  background: #D99235;
  padding: 50px 0;
  margin-bottom: 40px;
  overflow-x: hidden;
}
/* line 408, ../sass/screen.sass */
.reputation-banner .container .content {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  /* line 408, ../sass/screen.sass */
  .reputation-banner .container .content {
    flex-direction: column;
  }
}
/* line 413, ../sass/screen.sass */
.reputation-banner .container .content .text {
  text-align: center;
  width: 65%;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  /* line 413, ../sass/screen.sass */
  .reputation-banner .container .content .text {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 480px) {
  /* line 413, ../sass/screen.sass */
  .reputation-banner .container .content .text {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
/* line 424, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide {
  cursor: grab;
}
/* line 426, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide p {
  padding: 0 90px;
  margin: -60px 0;
  display: inline-block;
  color: white;
  font-size: 28px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  /* line 426, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 426, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide p {
    padding: 0;
  }
}
/* line 437, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide span.quotes {
  display: inline-block;
  font-size: 100px;
  color: white;
  width: 100%;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 437, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide span.quotes {
    font-size: 70px;
  }
}
/* line 446, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide span.quotes.top {
  transform: rotate(180deg);
  left: 40px;
  top: 40px;
}
@media only screen and (max-width: 480px) {
  /* line 446, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide span.quotes.top {
    left: 0;
    top: -7px;
  }
}
/* line 453, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide span.quotes.bottom {
  margin-top: -60px;
  left: -40px;
  top: -40px;
}
@media only screen and (max-width: 480px) {
  /* line 453, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide span.quotes.bottom {
    left: 0;
    top: 7px;
  }
}
/* line 460, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide .name-location {
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  /* line 460, ../sass/screen.sass */
  .reputation-banner .container .content .text .review-slider .slide .name-location {
    margin-top: 15px;
  }
}
/* line 464, ../sass/screen.sass */
.reputation-banner .container .content .text .review-slider .slide .name-location span {
  display: inline-block;
  padding: 0 7px;
  font-size: 30px;
  position: relative;
  top: 3px;
}
/* line 471, ../sass/screen.sass */
.reputation-banner .container .content .btn-container {
  text-align: center;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 471, ../sass/screen.sass */
  .reputation-banner .container .content .btn-container {
    padding: 45px 0 10px 0;
  }
  /* line 476, ../sass/screen.sass */
  .reputation-banner .container .content .btn-container img {
    display: block;
    margin: auto;
  }
}

/* line 480, ../sass/screen.sass */
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  /* line 480, ../sass/screen.sass */
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

/* line 489, ../sass/screen.sass */
.section-two .container .content {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  /* line 489, ../sass/screen.sass */
  .section-two .container .content {
    flex-direction: column;
  }
}
/* line 495, ../sass/screen.sass */
.section-two .container .content .text {
  width: 65%;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 495, ../sass/screen.sass */
  .section-two .container .content .text {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
/* line 501, ../sass/screen.sass */
.section-two .container .content .circle-box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  padding: 30px 50px 0;
}
@media only screen and (max-width: 768px) {
  /* line 501, ../sass/screen.sass */
  .section-two .container .content .circle-box {
    margin: 40px auto 20px;
    width: 280px;
    height: 280px;
    padding: 20px 30px 0;
  }
}
/* line 512, ../sass/screen.sass */
.section-two .container .content .circle-box h2 {
  font-size: 70px;
  color: #fff;
  position: relative;
}
/* line 516, ../sass/screen.sass */
.section-two .container .content .circle-box h2::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
  height: 30px;
  background-image: url("/wp-content/uploads/2026/03/arrow-line-03.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media only screen and (max-width: 768px) {
  /* line 512, ../sass/screen.sass */
  .section-two .container .content .circle-box h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }
}
/* line 531, ../sass/screen.sass */
.section-two .container .content .circle-box p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 531, ../sass/screen.sass */
  .section-two .container .content .circle-box p {
    font-size: 16px;
  }
}
/* line 539, ../sass/screen.sass */
.section-two.block1 .container {
  border-bottom: 3px solid rgba(229, 220, 203, 0.7);
}
/* line 541, ../sass/screen.sass */
.section-two.block1 .circle-box {
  background: #6D6459;
}
/* line 544, ../sass/screen.sass */
.section-two.block2 .circle-box {
  background: #D99235;
}

/* line 549, ../sass/screen.sass */
.questions-section.banner {
  padding-bottom: 70px;
  margin-bottom: 50px;
  background: #6D6459;
  color: #fff;
  position: relative;
}
/* line 555, ../sass/screen.sass */
.questions-section.banner::before {
  position: absolute;
  bottom: -35px;
  left: 47%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #6D6459;
  content: "";
}
/* line 565, ../sass/screen.sass */
.questions-section.banner h2 {
  color: #fff;
}
/* line 567, ../sass/screen.sass */
.questions-section.banner h2 img {
  position: relative;
  bottom: -47px;
  left: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 567, ../sass/screen.sass */
  .questions-section.banner h2 img {
    bottom: -29px;
    left: 11px;
    width: 55px;
  }
}
/* line 575, ../sass/screen.sass */
.questions-section.banner p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 28px;
  color: white;
}
@media only screen and (max-width: 768px) {
  /* line 575, ../sass/screen.sass */
  .questions-section.banner p {
    font-size: 22px;
  }
}

/* line 583, ../sass/screen.sass */
.questions-section.q-a {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
}
/* line 587, ../sass/screen.sass */
.questions-section.q-a .q-a-content {
  width: 65%;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 587, ../sass/screen.sass */
  .questions-section.q-a .q-a-content {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
/* line 593, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
/* line 596, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li {
  padding: 25px 0;
  font-size: 19px;
  border-bottom: 3px solid rgba(229, 220, 203, 0.7);
}
/* line 600, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li:first-child {
  border-top: 3px solid rgba(229, 220, 203, 0.7);
}
/* line 602, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li a {
  font-size: 28px;
  color: #D99235;
  background: url("/wp-content/uploads/2020/07/accordion-arrow-active.png");
  background-repeat: no-repeat;
  padding-left: 90px;
  transition: 0.6s;
}
@media only screen and (max-width: 480px) {
  /* line 602, ../sass/screen.sass */
  .questions-section.q-a .q-a-content ul li a {
    font-size: 19px;
    background: none;
    padding-left: 0;
  }
}
/* line 613, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li a:hover {
  color: #a36a1f;
  text-decoration: underline;
}
/* line 616, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li a.active {
  color: #a36a1f;
}
/* line 618, ../sass/screen.sass */
.questions-section.q-a .q-a-content ul li .answer {
  padding: 15px 50px 15px 90px;
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 618, ../sass/screen.sass */
  .questions-section.q-a .q-a-content ul li .answer {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 623, ../sass/screen.sass */
  .questions-section.q-a .image {
    display: none;
  }
}

/* line 628, ../sass/screen.sass */
.flex-video {
  width: 100%;
  padding-bottom: 56.3%;
  position: relative;
}
/* line 632, ../sass/screen.sass */
.flex-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 639, ../sass/screen.sass */
.section .google-map {
  border: 4px solid #E5DCCB;
  border-radius: 5px;
}
/* line 642, ../sass/screen.sass */
.section .google-map iframe {
  width: 100%;
  min-height: 450px;
  margin-bottom: -4px;
}

/* line 648, ../sass/screen.sass */
.sidebar-widget {
  width: 100%;
}
/* line 650, ../sass/screen.sass */
.sidebar-widget .widget_text {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding: 35px 20px;
  background: #F9EFE1;
  text-align: center;
  width: 100%;
  margin: 0 0 40px;
}
/* line 657, ../sass/screen.sass */
.sidebar-widget .widget_text h3 {
  font-weight: 700;
}
/* line 659, ../sass/screen.sass */
.sidebar-widget .widget_text p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 30px;
  color: #6D6459;
}
/* line 664, ../sass/screen.sass */
.sidebar-widget .widget_text a {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
}
/* line 669, ../sass/screen.sass */
.sidebar-widget .widget_text img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 0 15px;
}
/* line 673, ../sass/screen.sass */
.sidebar-widget .widget_text .btn {
  margin: 16px auto;
  font-size: 22px;
}
/* line 676, ../sass/screen.sass */
.sidebar-widget .widget_media_image {
  width: 100%;
  margin: 0 0 40px;
}
/* line 679, ../sass/screen.sass */
.sidebar-widget .widget_media_image img {
  width: 100%;
}

/* line 683, ../sass/screen.sass */
footer {
  background: #E5DCCB;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  /* line 683, ../sass/screen.sass */
  footer {
    text-align: center;
  }
}
/* line 688, ../sass/screen.sass */
footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #6D6459;
}
/* line 692, ../sass/screen.sass */
footer .company-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 692, ../sass/screen.sass */
  footer .company-data {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
/* line 699, ../sass/screen.sass */
footer .company-data .col {
  width: 100%;
  color: #6D6459;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 699, ../sass/screen.sass */
  footer .company-data .col {
    width: max-content;
    margin: auto;
    text-align: center;
    padding: 20px 0;
  }
  /* line 708, ../sass/screen.sass */
  footer .company-data .col img {
    width: 80%;
  }
}
/* line 710, ../sass/screen.sass */
footer .company-data .col p, footer .company-data .col a, footer .company-data .col span {
  color: #6D6459;
  font-size: 20px;
}
/* line 713, ../sass/screen.sass */
footer .company-data .col p, footer .company-data .col span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  /* line 716, ../sass/screen.sass */
  footer .company-data .col .widget_text {
    width: 100%;
    text-align: center;
  }
}

/* line 720, ../sass/screen.sass */
.promo-banner {
  padding: 50px 0;
}
/* line 722, ../sass/screen.sass */
.promo-banner img {
  width: 90% !important;
  max-width: 970px;
  height: auto;
}

/* line 727, ../sass/screen.sass */
.copyright {
  background: #6D6459;
  padding: 15px 0;
  font-size: 17px;
  color: white;
}
/* line 732, ../sass/screen.sass */
.copyright a {
  font-size: 17px;
  color: white;
}

/* line 738, ../sass/screen.sass */
.single-review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding-top: 60px;
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 738, ../sass/screen.sass */
  .single-review {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
/* line 748, ../sass/screen.sass */
.single-review .review,
.single-review .client {
  width: 100%;
  padding-left: 40px;
}
/* line 752, ../sass/screen.sass */
.single-review .review {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 752, ../sass/screen.sass */
  .single-review .review {
    width: 85%;
  }
}
/* line 755, ../sass/screen.sass */
.single-review .review p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 28px;
  color: #D99235;
  font-weight: 400;
  line-height: 35px;
  text-indent: 30px;
  display: inline;
}
/* line 764, ../sass/screen.sass */
.single-review .review::before {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 30px;
  height: 100%;
  background-image: url("/wp-content/uploads/2020/07/testimonial-left.png");
  background-repeat: no-repeat;
  content: "";
}
/* line 773, ../sass/screen.sass */
.single-review .review span.quotes {
  display: inline-block;
  width: 30px;
  font-size: 50px;
  margin: -30px 0;
  color: #D99235;
}
/* line 779, ../sass/screen.sass */
.single-review .review span.quotes:first-child {
  transform: rotate(180deg);
  position: relative;
  top: 19px;
  margin-right: 12px;
}
/* line 784, ../sass/screen.sass */
.single-review .review span.quotes:last-child {
  margin-left: 7px;
}
/* line 786, ../sass/screen.sass */
.single-review .client {
  padding-top: 60px;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 786, ../sass/screen.sass */
  .single-review .client {
    margin-top: 30px;
  }
}
/* line 789, ../sass/screen.sass */
.single-review .client p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  color: #6D6459;
}
/* line 798, ../sass/screen.sass */
.single-review .client::before {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 30px;
  height: 100%;
  background-image: url("/wp-content/uploads/2020/07/rating-left.png");
  background-repeat: no-repeat;
  content: "";
}
/* line 807, ../sass/screen.sass */
.single-review .client::after {
  position: absolute;
  top: 0;
  left: 40px;
  width: 100%;
  height: 55px;
  background-image: url("/wp-content/uploads/2020/07/5star.png");
  background-repeat: no-repeat;
  content: "";
}
/* line 816, ../sass/screen.sass */
.single-review .client span {
  display: inline-block;
  margin: 0 5px 0 2px;
  font-size: 30px;
  position: relative;
  top: 2px;
}
/* line 823, ../sass/screen.sass */
.single-review::after {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 55px;
  background-image: url("/wp-content/uploads/2020/07/squiggle.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

/* line 838, ../sass/screen.sass */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
/* line 847, ../sass/screen.sass */
.modal .modal-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}
/* line 852, ../sass/screen.sass */
.modal .modal-content .form-modal {
  width: 750px;
  margin: auto;
  padding: 40px 60px;
  box-shadow: 0 0 30px #000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 852, ../sass/screen.sass */
  .modal .modal-content .form-modal {
    padding: 5px 10px;
    width: 100%;
    min-height: 100vh;
  }
}
/* line 862, ../sass/screen.sass */
.modal .modal-content .form-modal .close-modal {
  display: block;
  text-align: right;
  margin-bottom: -30px;
  color: #E5DCCB;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 869, ../sass/screen.sass */
.modal .modal-content .form-modal .close-modal .cross {
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: -2px;
  color: #6D6459;
  font-size: 40px;
  font-weight: 700;
}
/* line 877, ../sass/screen.sass */
.modal .modal-content .form-modal h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  /* line 877, ../sass/screen.sass */
  .modal .modal-content .form-modal h2 {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 877, ../sass/screen.sass */
  .modal .modal-content .form-modal h2 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 888, ../sass/screen.sass */
  .modal .modal-content .form-modal h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 360px) {
  /* line 888, ../sass/screen.sass */
  .modal .modal-content .form-modal h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

/* line 895, ../sass/screen.sass */
.modal .modal-content .form-modal p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 14px 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  /* line 895, ../sass/screen.sass */
  .modal .modal-content .form-modal p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 360px) {
  /* line 895, ../sass/screen.sass */
  .modal .modal-content .form-modal p {
    font-size: 10px;
  }
}
/* line 905, ../sass/screen.sass */
.modal .modal-content .form-modal label {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #D99235;
}
@media only screen and (max-width: 480px) {
  /* line 905, ../sass/screen.sass */
  .modal .modal-content .form-modal label {
    font-size: 15px;
  }
}
/* line 912, ../sass/screen.sass */
.modal .modal-content .form-modal label span {
  font-size: 12px;
  color: #333;
}

/* line 918, ../sass/screen.sass */
form .form-group {
  margin: 20px 0;
}
/* line 920, ../sass/screen.sass */
form label {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #D99235;
  display: inline-block;
}
/* line 926, ../sass/screen.sass */
form label span {
  padding-left: 5px;
  font-size: 12px;
  color: #333;
}
/* line 930, ../sass/screen.sass */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 100%;
  border: none;
  border: 3px solid rgba(229, 220, 203, 0.7);
  border-radius: 4px;
  padding: 10px;
  font-size: 17px;
}
/* line 940, ../sass/screen.sass */
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  outline-color: #D99235;
}
@media only screen and (max-width: 768px) {
  /* line 930, ../sass/screen.sass */
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form textarea {
    width: 92%;
    padding: 5px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 930, ../sass/screen.sass */
  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form textarea {
    padding: 3px;
  }
}
/* line 947, ../sass/screen.sass */
form textarea {
  resize: none;
  height: 140px;
}
@media only screen and (max-width: 480px) {
  /* line 947, ../sass/screen.sass */
  form textarea {
    height: 90px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 947, ../sass/screen.sass */
  form textarea {
    height: 70px;
  }
}
/* line 955, ../sass/screen.sass */
form .btn:focus {
  outline: none;
}

/* line 958, ../sass/screen.sass */
.grecaptcha-badge {
  visibility: hidden;
}
/* line 960, ../sass/screen.sass */
.grecaptcha-badge.visible {
  visibility: visible;
  z-index: 999999;
}

/* line 965, ../sass/screen.sass */
.leave-review-container {
  padding: 1px 0 30px;
  background: #EFF1F5;
  min-height: 100vh;
}
/* line 969, ../sass/screen.sass */
.leave-review-container .row {
  display: flex;
  grid-gap: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 969, ../sass/screen.sass */
  .leave-review-container .row {
    display: block;
  }
}
/* line 974, ../sass/screen.sass */
.leave-review-container .row .col {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 0 10px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  /* line 974, ../sass/screen.sass */
  .leave-review-container .row .col {
    margin: 20px 0;
  }
}
/* line 980, ../sass/screen.sass */
.leave-review-container .row .col:first-child {
  margin-left: 0;
}
/* line 982, ../sass/screen.sass */
.leave-review-container .row .col:last-child {
  margin-right: 0;
}
/* line 984, ../sass/screen.sass */
.leave-review-container .row .col.col-2 {
  flex: 2;
}
/* line 986, ../sass/screen.sass */
.leave-review-container .row .col.col-3 {
  flex: 3;
}
/* line 988, ../sass/screen.sass */
.leave-review-container .row .col.col-4 {
  flex: 4;
}
/* line 990, ../sass/screen.sass */
.leave-review-container .row .col.col-5 {
  flex: 5;
}
/* line 992, ../sass/screen.sass */
.leave-review-container .row .col.col-6 {
  flex: 6;
}
@media only screen and (max-width: 1024px) {
  /* line 994, ../sass/screen.sass */
  .leave-review-container .row.no-change,
  .leave-review-container .row.no-wrap {
    display: flex;
  }
  /* line 998, ../sass/screen.sass */
  .leave-review-container .row.no-change .col,
  .leave-review-container .row.no-wrap .col {
    margin: 0 10px;
  }
}
/* line 1000, ../sass/screen.sass */
.leave-review-container .text-left {
  text-align: left;
}
/* line 1002, ../sass/screen.sass */
.leave-review-container .text-right {
  text-align: right;
}
/* line 1004, ../sass/screen.sass */
.leave-review-container .border-left {
  border-left: 3px solid #e5e5e5;
}
/* line 1006, ../sass/screen.sass */
.leave-review-container .content {
  margin: 10px 0 20px;
  padding: 10px 40px 60px;
}
@media only screen and (max-width: 768px) {
  /* line 1006, ../sass/screen.sass */
  .leave-review-container .content {
    padding: 10px 20px 20px;
  }
}
/* line 1011, ../sass/screen.sass */
.leave-review-container .content .inside {
  padding: 40px;
  background: #fff;
}
/* line 1014, ../sass/screen.sass */
.leave-review-container .content .inside img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1011, ../sass/screen.sass */
  .leave-review-container .content .inside {
    padding: 20px;
  }
}
/* line 1020, ../sass/screen.sass */
.leave-review-container .content .inside .row:nth-of-type(1) .col:nth-of-type(2) {
  max-width: 220px;
  margin: auto;
}
/* line 1023, ../sass/screen.sass */
.leave-review-container .content .inside .arrow-container {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  /* line 1023, ../sass/screen.sass */
  .leave-review-container .content .inside .arrow-container {
    padding-top: 70px;
  }
}
/* line 1027, ../sass/screen.sass */
.leave-review-container .content .inside .arrow-container img {
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1023, ../sass/screen.sass */
  .leave-review-container .content .inside .arrow-container {
    display: none;
  }
}
/* line 1032, ../sass/screen.sass */
.leave-review-container .content .inside .row:nth-of-type(2) {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 1032, ../sass/screen.sass */
  .leave-review-container .content .inside .row:nth-of-type(2) {
    padding-top: 30px;
  }
}
/* line 1036, ../sass/screen.sass */
.leave-review-container .content .inside .row.footer {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 1036, ../sass/screen.sass */
  .leave-review-container .content .inside .row.footer {
    padding-top: 30px;
  }
}
/* line 1040, ../sass/screen.sass */
.leave-review-container .content .inside .row.footer img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 1040, ../sass/screen.sass */
  .leave-review-container .content .inside .row.footer img {
    width: 100%;
  }
}
/* line 1045, ../sass/screen.sass */
.leave-review-container .content .inside .row.footer .col:nth-of-type(1) {
  padding-top: 12px;
}
/* line 1047, ../sass/screen.sass */
.leave-review-container .content .inside .row.footer .col:nth-of-type(1) img {
  height: 90px;
}
@media only screen and (max-width: 768px) {
  /* line 1049, ../sass/screen.sass */
  .leave-review-container .content .inside .row.footer .col:nth-of-type(2) {
    padding-top: 7px;
    padding-right: 0;
  }
}
/* line 1053, ../sass/screen.sass */
.leave-review-container .content .inside .row.footer .col:nth-of-type(2) img {
  height: 96px;
}
/* line 1055, ../sass/screen.sass */
.leave-review-container .content .inside .btn.btn-default {
  font-size: 19px;
  margin-top: 30px;
  border-radius: 6px;
  padding: 11px 14px 14px;
  width: 100%;
  text-align: center;
}
/* line 1063, ../sass/screen.sass */
.leave-review-container .content .inside .no-wrap .col {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  /* line 1063, ../sass/screen.sass */
  .leave-review-container .content .inside .no-wrap .col {
    padding: 0 10px;
    margin: 0;
  }
}

/* line 1070, ../sass/screen.sass */
.popup-button {
  position: fixed;
  z-index: 99;
  bottom: 65px;
  right: -300px;
  opacity: 0;
  padding: 20px;
  background: #17b447;
  transition: 1s;
  box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  /* line 1070, ../sass/screen.sass */
  .popup-button {
    padding: 14px;
    bottom: 55px;
  }
}
/* line 1083, ../sass/screen.sass */
.popup-button a, .popup-button a:visited, .popup-button a:active, .popup-button a:hover {
  color: #fff;
  font-weight: inherit;
}

/* line 1087, ../sass/screen.sass */
body.popup-active .popup-button {
  right: 0;
  opacity: 1;
}
