*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: unset;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0px !important;
}

body {
  overflow-x: hidden;
  font-style: normal;
  background-color: #121212;
  position: relative;
}
body main {
  overflow: hidden;
}
body section {
  position: relative;
  background-color: #121212;
  color: #fff;
  padding-block: 150px;
  z-index: 1;
}
@media (max-width: 1250px) {
  body section {
    padding-block: 100px;
  }
  body section.c-local-news {
    padding-block: 50px;
  }
}
@media (max-width: 650px) {
  body section {
    padding-block: 50px;
  }
}
body section .container {
  width: 70%;
  margin: auto;
}
@media (max-width: 1600px) {
  body section .container {
    width: 75%;
  }
}
@media (max-width: 1500px) {
  body section .container {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  body section .container {
    width: 90%;
  }
}
body section .container.wide {
  width: 90%;
}
body section .container.row,
body section .container .row {
  display: flex;
  flex-direction: row;
}
body section .container .section-starter {
  width: 68%;
  min-width: 750px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  body section .container .section-starter {
    min-width: 600px;
    margin-bottom: 35px;
  }
}
@media (max-width: 700px) {
  body section .container .section-starter {
    min-width: 100%;
    margin-bottom: 25px;
    width: 100%;
  }
}
body section .container .cpt-header {
  margin-bottom: 50px;
}
body section .container .cpt-header a {
  display: block;
  margin-block: auto;
  margin-left: auto;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5 {
  font-family: "Arkhip", sans-serif;
  font-weight: normal;
  line-height: 100%;
}
body p,
body button,
body a,
body input,
body textarea {
  font-family: "Nunito Sans", sans-serif;
  line-height: 100%;
  color: #fff;
}
body a {
  font-weight: 400;
  color: #6fa4cf;
  line-height: 110%;
}
body ::-moz-selection {
  background-color: #282828;
}
body ::selection {
  background-color: #282828;
}
body h4,
body h5,
body p,
body li,
body input,
body textarea {
  font-size: 18px;
}
body h1,
body .h1 {
  font-size: 66px;
  /*
  @media (max-width: 2000px) {
    font-size: 130px;
  }
  @media (max-width: 1900px) {
    font-size: 120px;
  }
  @media (max-width: 1700px) {
    font-size: 110px;
  }*/
}
@media (max-width: 1600px) {
  body h1,
  body .h1 {
    font-size: 56px;
  }
}
@media (max-width: 1100px) {
  body h1,
  body .h1 {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  body h1,
  body .h1 {
    font-size: 45px;
  }
}
@media (max-width: 350px) {
  body h1,
  body .h1 {
    font-size: 39px;
  }
}
body h2,
body .h2 {
  font-size: 60px;
}
@media (max-width: 1600px) {
  body h2,
  body .h2 {
    font-size: 54px;
  }
}
@media (max-width: 1100px) {
  body h2,
  body .h2 {
    font-size: 49px;
  }
}
@media (max-width: 650px) {
  body h2,
  body .h2 {
    font-size: 44px;
  }
}
body h3,
body .h3 {
  font-size: 42px;
  line-height: 140%;
}
@media (max-width: 1600px) {
  body h3,
  body .h3 {
    font-size: 37px;
  }
}
@media (max-width: 1100px) {
  body h3,
  body .h3 {
    font-size: 33px;
  }
}
@media (max-width: 650px) {
  body h3,
  body .h3 {
    font-size: 29px;
  }
}
body h4,
body .h4 {
  font-size: 35px;
  line-height: 140%;
}
@media (max-width: 1100px) {
  body h4,
  body .h4 {
    font-size: 31px;
  }
}
@media (max-width: 650px) {
  body h4,
  body .h4 {
    font-size: 28px;
  }
}
body h4.p-font,
body .h4.p-font {
  font-family: "Nunito Sans", sans-serif;
}
body p,
body .p {
  line-height: 175%;
}
body .overline {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media (max-width: 1100px) {
  body .overline {
    font-size: 16px;
  }
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
body a.arrow-link {
  font-size: 35px;
  position: relative;
}
body a.arrow-link::after {
  content: "";
  position: absolute;
  top: 15%;
  height: 85%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-yellow.svg");
}
body a.arrow-link.left {
  padding-left: 50px;
}
body a.arrow-link.left::after {
  rotate: 180deg;
  left: 0;
}
body a.arrow-link.right {
  padding-right: 50px;
}
body a.arrow-link.right::after {
  right: 0;
}
body .btn {
  padding: 15px 35px;
  transition: 0.3s;
  text-decoration: none;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 20px;
  white-space: nowrap;
  border: 1px solid #fff;
  color: #fff;
}
body .btn:hover, body .btn:focus, body .btn:active {
  color: #6fa4cf;
  border-color: #6fa4cf;
}
body span.color {
  color: #6fa4cf;
  font-weight: normal;
}
body .cs-topper {
  font-family: "arkhip";
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #6fa4cf;
  margin-bottom: 0.25rem;
  display: block;
  padding-left: 6px;
  padding-bottom: 6px;
}
body span.highlight {
  color: #6fa4cf;
  font-weight: 700;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #6fa4cf;
  color: #fff;
  padding: 20px;
}

@font-face {
  font-family: "libre-bodoni";
  src: url("../fonts/libre-bodoni/libre-bodoni.regular.ttf") format("truetype"), url("../fonts/libre-bodoni/libre-bodoni.regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arkhip";
  src: url("../fonts/arkhip/Arkhip_font.ttf");
  font-weight: normal;
  font-style: normal;
}
.required {
  color: #ff0000;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.mo-adminbar {
  position: relative;
  background-color: #523f6d;
  line-height: 2;
  padding-left: 20px;
  z-index: 20;
}
.mo-adminbar a.dashboard {
  color: #fff;
}
.mo-adminbar a.dashboard:hover {
  color: #27817f;
}

header {
  position: fixed;
  z-index: 10;
  width: 100vw;
  top: 0;
  left: 0;
  transition: 0.3s;
}
header.hidden {
  opacity: 0;
  pointer-events: none;
}
header .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: 0.3s;
  padding: 25px 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 650px) {
  header .row {
    padding-inline: 5%;
  }
}
header .row.revealed {
  transform: translateY(0);
}
header .row .logo {
  margin-right: auto;
  z-index: 5;
  position: relative;
  transition: 0.3s;
}
header .row .logo img {
  max-width: clamp(10rem, 8.1818vw + 8.4659rem, 15.625rem);
}
header .row .logo:hover, header .row .logo:focus, header .row .logo:active {
  filter: brightness(0) saturate(100%) invert(69%) sepia(35%) saturate(499%) hue-rotate(168deg) brightness(85%) contrast(90%);
}
header .row .free-est {
  padding: 10px 25px;
  font-size: 16px;
  margin-block: auto;
  margin-right: 25px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 450px) {
  header .row .free-est {
    height: 40px;
    margin-top: 0;
    padding: 10px 20px;
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  header .row .free-est {
    display: none;
  }
}
header .row .menu {
  align-self: center;
}
header .row .menu .menu-btn {
  aspect-ratio: 1/1;
  width: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7.5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn {
    width: 40px;
    gap: 6px;
  }
}
header .row .menu .menu-btn hr {
  width: 25px;
  height: 2.5px;
  border: none;
  background-color: #fff;
  margin-inline: auto;
  transition: 0.3s;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn hr {
    width: 18px;
    height: 2px;
  }
}
header .row .menu .menu-btn hr:not(:first-child):not(:last-child) {
  background-color: transparent;
  border-left: 20px solid #fff;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn hr:not(:first-child):not(:last-child) {
    border-left: 14px solid #fff;
  }
}
header .row .menu .menu-btn:hover, header .row .menu .menu-btn:focus {
  border-color: #6fa4cf;
}
header .row .menu .menu-btn:hover hr, header .row .menu .menu-btn:focus hr {
  background-color: #6fa4cf;
}
header .row .menu .menu-btn:hover hr:not(:first-child):not(:last-child), header .row .menu .menu-btn:focus hr:not(:first-child):not(:last-child) {
  border-left: 20px solid #6fa4cf;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn:hover hr:not(:first-child):not(:last-child), header .row .menu .menu-btn:focus hr:not(:first-child):not(:last-child) {
    border-left: 14px solid #6fa4cf;
  }
}
header .row .menu .menu-btn.open hr:not(:first-child):not(:last-child) {
  opacity: 0;
}
header .row .menu .menu-btn.open hr {
  margin-left: 21px;
  margin-right: 10px;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn.open hr {
    margin-left: 18.5px;
  }
}
header .row .menu .menu-btn.open hr:first-child {
  transform: translate(0%, 14px);
  rotate: 45deg;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn.open hr:first-child {
    transform: translate(0%, 11px);
  }
}
header .row .menu .menu-btn.open hr:last-child {
  transform: translate(0%, -14px);
  rotate: -45deg;
}
@media (max-width: 450px) {
  header .row .menu .menu-btn.open hr:last-child {
    transform: translate(0%, -11px);
  }
}
header .menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(40, 40, 40, 0.75);
  z-index: 0;
  transition: 0.3s;
}
@media (max-width: 650px) {
  header .menu-modal {
    padding-top: 75px;
  }
}
header .menu-modal.hidden {
  opacity: 0;
  pointer-events: none;
}
header .menu-modal nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}
header .menu-modal nav a {
  color: #fff;
  text-shadow: 0px 0px 5px #121212;
}
header .menu-modal nav a.free-estimate {
  display: none;
}
@media (max-width: 400px) {
  header .menu-modal nav a.free-estimate {
    display: block;
  }
}
header .menu-modal nav a:hover, header .menu-modal nav a:focus, header .menu-modal nav a:active {
  color: #6fa4cf;
}

footer,
.footer {
  padding: 50px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1100px) {
  footer,
  .footer {
    padding-inline: 0;
  }
}
footer .row,
.footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  footer .row,
  .footer .row {
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 750px) {
  footer .row,
  .footer .row {
    row-gap: 35px;
  }
}
footer .row.bottom,
.footer .row.bottom {
  padding-bottom: 30px;
  justify-content: center;
  opacity: 0.5;
}
footer .row.bottom .prom a:hover,
.footer .row.bottom .prom a:hover {
  color: white;
}
@media screen and (max-width: 921px) {
  footer .row.bottom .prom,
  .footer .row.bottom .prom {
    padding-left: 10px;
  }
  footer .row.bottom .prom .pipe,
  .footer .row.bottom .prom .pipe {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer .row.bottom,
  .footer .row.bottom {
    row-gap: 0;
  }
}
@media (max-width: 650px) {
  footer .row.bottom,
  .footer .row.bottom {
    flex-direction: column;
    width: 90%;
    margin-left: 5%;
  }
  footer .row.bottom .copyright .pipe,
  .footer .row.bottom .copyright .pipe {
    display: none;
  }
  footer .row.bottom .copyright .rights,
  .footer .row.bottom .copyright .rights {
    display: block;
  }
  footer .row.bottom .prom,
  .footer .row.bottom .prom {
    padding-left: 0;
  }
}
footer .row .col,
.footer .row .col {
  width: 25%;
}
@media (max-width: 1100px) {
  footer .row .col,
  .footer .row .col {
    width: 45%;
  }
}
@media (max-width: 650px) {
  footer .row .col,
  .footer .row .col {
    width: 100%;
  }
}
footer .row .col h4,
.footer .row .col h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
}
footer .row .col a,
.footer .row .col a {
  width: 45%;
  color: #fff;
  font-size: 18px;
  line-height: 175%;
  transition: 0.3s;
}
footer .row .col a:hover, footer .row .col a:active, footer .row .col a:focus,
.footer .row .col a:hover,
.footer .row .col a:active,
.footer .row .col a:focus {
  color: #6fa4cf;
}
footer .row .col.logo-contact img,
.footer .row .col.logo-contact img {
  width: 100%;
}
footer .row .col.logo-contact p,
.footer .row .col.logo-contact p {
  white-space: nowrap;
}
footer .row .col.newsletter,
.footer .row .col.newsletter {
  overflow: hidden;
  padding-top: 25px;
}
@media screen and (min-width: 651px) {
  footer .row .col.newsletter,
  .footer .row .col.newsletter {
    padding-top: 0;
  }
}
footer .row .col.newsletter form,
.footer .row .col.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}
footer .row .col.newsletter form input,
.footer .row .col.newsletter form input {
  transition: 0.3s;
  font-size: 18px;
}
footer .row .col.newsletter form input.wpcf7-text,
footer .row .col.newsletter form input.wpcf7-email,
.footer .row .col.newsletter form input.wpcf7-text,
.footer .row .col.newsletter form input.wpcf7-email {
  background-color: #282828;
  border: none;
  border-bottom: 5px solid #282828;
  padding: 10px 15px 5px 15px;
}
@media (max-width: 650px) {
  footer .row .col.newsletter form input.wpcf7-text,
  footer .row .col.newsletter form input.wpcf7-email,
  .footer .row .col.newsletter form input.wpcf7-text,
  .footer .row .col.newsletter form input.wpcf7-email {
    width: 100%;
  }
}
footer .row .col.newsletter form input.wpcf7-text:hover, footer .row .col.newsletter form input.wpcf7-text:focus, footer .row .col.newsletter form input.wpcf7-text:active,
footer .row .col.newsletter form input.wpcf7-email:hover,
footer .row .col.newsletter form input.wpcf7-email:focus,
footer .row .col.newsletter form input.wpcf7-email:active,
.footer .row .col.newsletter form input.wpcf7-text:hover,
.footer .row .col.newsletter form input.wpcf7-text:focus,
.footer .row .col.newsletter form input.wpcf7-text:active,
.footer .row .col.newsletter form input.wpcf7-email:hover,
.footer .row .col.newsletter form input.wpcf7-email:focus,
.footer .row .col.newsletter form input.wpcf7-email:active {
  border-color: #6fa4cf;
}
footer .row .col.newsletter form input.wpcf7-submit,
.footer .row .col.newsletter form input.wpcf7-submit {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
}
footer .row .col.newsletter form input.wpcf7-submit:hover, footer .row .col.newsletter form input.wpcf7-submit:focus, footer .row .col.newsletter form input.wpcf7-submit:active,
.footer .row .col.newsletter form input.wpcf7-submit:hover,
.footer .row .col.newsletter form input.wpcf7-submit:focus,
.footer .row .col.newsletter form input.wpcf7-submit:active {
  border-color: #6fa4cf;
  color: #6fa4cf;
}
footer .row .col.quicklinks,
.footer .row .col.quicklinks {
  max-width: 300px;
  margin-right: 75px;
}
@media (max-width: 650px) {
  footer .row .col.quicklinks,
  .footer .row .col.quicklinks {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 550px) {
  footer .row .col.quicklinks,
  .footer .row .col.quicklinks {
    max-width: 250px;
    margin-right: auto;
    padding-top: 50px;
  }
}
footer .row .col.quicklinks nav,
.footer .row .col.quicklinks nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .row .col.quicklinks nav a,
.footer .row .col.quicklinks nav a {
  white-space: nowrap;
}
footer .row .col.social,
.footer .row .col.social {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 1100px) {
  footer .row .col.social,
  .footer .row .col.social {
    position: relative;
    flex-direction: row;
    bottom: unset;
    right: unset;
  }
}
@media (max-width: 650px) {
  footer .row .col.social,
  .footer .row .col.social {
    flex-direction: column;
    max-width: 50px;
  }
}
@media (max-width: 450px) {
  footer .row .col.social,
  .footer .row .col.social {
    flex-direction: row;
    max-width: unset;
  }
}
footer .row .col.social .social-btn,
footer .row .col.social .btt,
.footer .row .col.social .social-btn,
.footer .row .col.social .btt {
  aspect-ratio: 1/1;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1100px) {
  footer .row .col.social .social-btn,
  footer .row .col.social .btt,
  .footer .row .col.social .social-btn,
  .footer .row .col.social .btt {
    margin-left: 10px;
    margin-block: auto;
  }
}
@media (max-width: 750px) {
  footer .row .col.social .social-btn,
  footer .row .col.social .btt,
  .footer .row .col.social .social-btn,
  .footer .row .col.social .btt {
    width: 45px;
  }
}
@media (max-width: 650px) {
  footer .row .col.social .social-btn,
  footer .row .col.social .btt,
  .footer .row .col.social .social-btn,
  .footer .row .col.social .btt {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  footer .row .col.social .social-btn,
  footer .row .col.social .btt,
  .footer .row .col.social .social-btn,
  .footer .row .col.social .btt {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
  }
}
footer .row .col.social .social-btn img.social-icon,
footer .row .col.social .btt img.social-icon,
.footer .row .col.social .social-btn img.social-icon,
.footer .row .col.social .btt img.social-icon {
  padding: 0;
  width: 25px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .row .col.social .social-btn:hover,
footer .row .col.social .btt:hover,
.footer .row .col.social .social-btn:hover,
.footer .row .col.social .btt:hover {
  background-color: #6fa4cf;
}
footer .row .col.social .btt,
.footer .row .col.social .btt {
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  footer .row .col.social .btt,
  .footer .row .col.social .btt {
    margin-bottom: auto;
    margin-right: 25px;
  }
}
@media (max-width: 750px) {
  footer .row .col.social .btt,
  .footer .row .col.social .btt {
    margin-right: 15px;
  }
}
@media (max-width: 650px) {
  footer .row .col.social .btt,
  .footer .row .col.social .btt {
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  footer .row .col.social .btt,
  .footer .row .col.social .btt {
    margin-bottom: 0;
    margin-left: 0;
  }
}
footer .row .col.social .social-icon,
.footer .row .col.social .social-icon {
  display: flex;
  width: 34px;
  margin: auto;
  padding-top: 7px;
}
footer .row .col.social .social-icon.move-top,
.footer .row .col.social .social-icon.move-top {
  rotate: -90deg;
  padding-top: 0;
  width: 40px;
}
footer .row .col.social .social-icon.icon-reduce,
.footer .row .col.social .social-icon.icon-reduce {
  width: 30px;
}
footer .row .col.social .social-icon.icon-lower,
.footer .row .col.social .social-icon.icon-lower {
  padding-top: 10px;
}

.single .c-blog a {
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
}
.single .c-blog a:hover {
  color: #121212;
  background-color: #6fa4cf;
  text-decoration: none;
}

.single.single-services .extended h2 {
  width: 100%;
  margin-bottom: 2rem;
}
.single.single-services .extended .extended-list {
  font-family: "Roboto", sans-serif;
  width: 90%;
  max-width: 550px;
}
.single.single-services .extended .extended-list li {
  position: relative;
  color: inherit;
  line-height: 2;
}
.single.single-services .extended .extended-list li::marker {
  color: #6fa4cf;
}
.single.single-services .extended .extended-text {
  max-width: 670px;
}
@media screen and (min-width: 1024px) {
  .single.single-services .extended .extended-text {
    width: 90%;
  }
}
.single.single-services .service-text {
  padding-top: 0;
  padding-bottom: 50px;
}
.single.single-services .service-text .container {
  width: 90%;
  max-width: 670px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .single.single-services .service-text .container .inner-container {
    width: clamp(46rem, 37rem + 22.5vw, 64rem);
    max-width: 750px;
  }
}
.single.single-services .service-text h3,
.single.single-services .service-text h4 {
  padding-top: 2rem;
}
.single.single-services .service-text h3 {
  font-size: clamp(1.8125rem, 1.7778rem + 0.1852vw, 2rem);
}
.single.single-services .service-text h4 {
  font-size: clamp(1.5625rem, 1.5162rem + 0.2469vw, 1.8125rem);
}
.single.single-services .service-text p {
  width: 90%;
  margin-bottom: 2rem;
}

.c-services-query {
  padding-block: 100px;
  padding-top: 50px;
}
@media (max-width: 650px) {
  .c-services-query {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.c-services-query .container {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 950px) {
  .c-services-query .container {
    row-gap: 50px;
  }
}
.c-services-query .container .row {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .c-services-query .container .row {
    flex-direction: column;
  }
}
.c-services-query .container .row .col {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 950px) {
  .c-services-query .container .row .col {
    width: 100%;
  }
}
.c-services-query .container .row .col img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/6;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 950px) {
  .c-services-query .container .row .col img {
    margin-bottom: 25px;
  }
}
.c-services-query .container .row .col p {
  margin-block: 15px;
}
.c-services-query .container .row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 950px) {
  .c-services-query .container .row:nth-child(even) {
    flex-direction: column;
  }
}

@media (min-width: 0) and (max-width: 650px) {
  main.lighting-style-single .c-text {
    padding-top: 100px;
  }
}
main.lighting-style-single .c-3col {
  padding-bottom: 0;
}

@media (min-width: 0) and (max-width: 1023.98px) {
  .container.call-out {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .container.call-out {
    padding-bottom: 100px;
  }
}
.container.call-out p.h4 {
  width: 85%;
}

@media (min-width: 0) and (max-width: 1023.98px) {
  .container.extended {
    margin-top: 2rem;
  }
}
.container.extended .row {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .container.extended .row {
    flex-direction: row;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .container.extended .text {
    width: 40%;
    align-self: center;
    max-width: 750px;
  }
}
.container.extended img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .container.extended img {
    width: 60%;
  }
}

.styles-page a {
  text-decoration: underline;
  color: white;
}
.styles-page a:hover {
  color: #6fa4cf;
  text-decoration: none;
}

.c-styles-query {
  padding-block: 100px;
  padding-top: 50px;
}
@media (max-width: 650px) {
  .c-styles-query {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.c-styles-query .container .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media (max-width: 650px) {
  .c-styles-query .container .row {
    row-gap: 25px;
  }
}
.c-styles-query .container .row .col {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 950px) {
  .c-styles-query .container .row .col {
    width: 100%;
  }
}
.c-styles-query .container .row .col img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/7;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}

.c-blog {
  padding-top: 50px;
}
.c-blog .container {
  display: flex;
  flex-direction: row;
  width: 80% !important;
  margin-left: 15%;
  gap: 50px;
}
@media (max-width: 1600px) {
  .c-blog .container {
    width: 82.5% !important;
    margin-left: 12.5%;
  }
}
@media (max-width: 1500px) {
  .c-blog .container {
    width: 85% !important;
    margin-left: 10%;
  }
}
@media (max-width: 1200px) {
  .c-blog .container {
    width: 90% !important;
    margin-left: auto;
    flex-direction: column;
  }
}
.c-blog .container .content {
  width: 100%;
}
.c-blog .container .content.blog-post p {
  padding-bottom: 35px;
}
.c-blog .container .content.blog-post h2 {
  padding-bottom: 15px;
}
.c-blog .container .content.blog-post .call-out-box {
  max-width: 750px;
  margin: auto;
  padding: 60px 50px 60px;
  background-color: #282828;
  margin-bottom: 50px;
}
.c-blog .container .content.queries {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 650px) {
  .c-blog .container .content.queries {
    gap: 25px;
  }
}
.c-blog .container .content.queries .post.row {
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .c-blog .container .content.queries .post.row {
    flex-direction: column;
    row-gap: 15px;
  }
}
.c-blog .container .content.queries .post.row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-blog .container .content.queries .post.row .col.text {
  width: 55%;
  gap: 10px;
}
@media (max-width: 768px) {
  .c-blog .container .content.queries .post.row .col.text {
    width: 100%;
  }
}
.c-blog .container .content.queries .post.row .col.thumbnail {
  width: 40%;
}
@media (max-width: 768px) {
  .c-blog .container .content.queries .post.row .col.thumbnail {
    width: 100%;
  }
}
.c-blog .container .content.queries .post.row .col img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-blog .container .content .categories a:hover {
  color: white;
}
.c-blog .container .sidebar {
  width: 25%;
  background-color: #282828;
  padding: 35px;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .c-blog .container .sidebar {
    margin-inline: auto;
    width: 300px;
  }
}
@media (max-width: 450px) {
  .c-blog .container .sidebar {
    width: 100%;
  }
}
.c-blog .container .sidebar h4 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .c-blog .container .sidebar h4 {
    font-size: 27px;
  }
}
.c-blog .container .sidebar hr {
  margin-block: 35px;
}
.c-blog .container .sidebar li.categories {
  color: transparent;
  font-size: 0;
}
.c-blog .container .sidebar li.categories ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-blog .container .sidebar li.categories ul li {
  list-style: disc;
}
.c-blog .container .sidebar li.categories ul li a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.c-blog .container .sidebar li.categories ul li a:hover {
  color: #6fa4cf;
  background-color: inherit;
}
.c-blog .container .sidebar .newsletter {
  overflow: hidden;
}
.c-blog .container .sidebar .newsletter form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}
.c-blog .container .sidebar .newsletter form input {
  transition: 0.3s;
  font-size: 18px;
}
.c-blog .container .sidebar .newsletter form input.wpcf7-text,
.c-blog .container .sidebar .newsletter form input.wpcf7-email {
  background-color: #121212;
  border: none;
  border-bottom: 5px solid #121212;
  padding: 10px 15px 5px 15px;
}
.c-blog .container .sidebar .newsletter form input.wpcf7-text:hover, .c-blog .container .sidebar .newsletter form input.wpcf7-text:focus, .c-blog .container .sidebar .newsletter form input.wpcf7-text:active,
.c-blog .container .sidebar .newsletter form input.wpcf7-email:hover,
.c-blog .container .sidebar .newsletter form input.wpcf7-email:focus,
.c-blog .container .sidebar .newsletter form input.wpcf7-email:active {
  border-color: #6fa4cf;
}
.c-blog .container .sidebar .newsletter form input.wpcf7-submit {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
}
.c-blog .container .sidebar .newsletter form input.wpcf7-submit:hover, .c-blog .container .sidebar .newsletter form input.wpcf7-submit:focus, .c-blog .container .sidebar .newsletter form input.wpcf7-submit:active {
  border-color: #6fa4cf;
  color: #6fa4cf;
}

.single a.overline:hover {
  color: white;
}

main.gallery-page section.s1 {
  background-image: none;
  padding-bottom: 0 !important;
  min-height: 0;
  height: auto;
}
main.gallery-page section.s1::before, main.gallery-page section.s1::after {
  content: none;
}
main.gallery-page section.s1 .text-content {
  padding-bottom: 35px;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-143 {
    /* Centers button */
    text-align: center;
    /* 144px - 300px - leaving extra space for the navigation */
    padding: clamp(9rem, 5.5rem + 18.6667vw, 12.5rem) 1rem 0;
    /* 130px - 450px */
    padding-bottom: clamp(3.125rem, -0.625rem + 20vw, 5.625rem);
    position: relative;
    z-index: 1;
    /* Prevents white rectangle pseudos from overlapping the sections below */
    overflow: hidden;
  }
  #hero-143 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
  }
  #hero-143 .cs-h2 {
    font-size: clamp(2rem, 1.5rem + 2.6667vw, 2.5rem);
    color: #fafafa;
    margin-bottom: 1rem;
  }
  #hero-143 img {
    width: 100%;
    max-width: 650px;
  }
  #hero-143 .cs-text {
    /* 16px - 25px */
    font-size: clamp(1rem, 1.95vw, 1.5625rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 800px */
    max-width: clamp(29rem, 60vw, 50rem);
    margin: 1rem auto 1rem auto;
    /* 40px - 48px */
    margin-bottom: clamp(2.5rem, 4vw, 3rem);
    color: #fff;
  }
  #hero-143 .btn {
    margin: auto auto 1rem auto;
  }
}
:root {
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .cs-title {
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    position: relative;
  }
  .cs-text {
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
  }
  #RPsbsr-1445 {
    padding: var(--sectionPadding);
    overflow: hidden;
    background-color: #121212;
  }
  #RPsbsr-1445 .cs-container {
    width: 98%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #RPsbsr-1445 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbsr-1445 .cs-text {
    margin-bottom: 1rem;
  }
  #RPsbsr-1445 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RPsbsr-1445 .cs-picture {
    width: 100%;
    max-width: 40.625rem;
    min-height: 22.625rem;
    /* clips img tag corners */
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
  }
  #RPsbsr-1445 .cs-picture img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #RPsbsr-1445.owner .cs-picture {
    min-height: clamp(21.625rem, 26vw + 16.75rem, 24.0625rem);
  }
}
/* Small Desktop - 460px */
@media only screen and (min-width: 28.75rem) {
  #RPsbsr-1445.owner .cs-picture {
    min-height: 600px;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RPsbsr-1445 .cs-container {
    max-width: 94%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  #RPsbsr-1445 .cs-content {
    width: 50%;
    padding: 2.5rem 0;
    align-self: center;
  }
  #RPsbsr-1445 .cs-picture {
    height: auto;
    width: 55%;
    max-width: 780px;
    order: 2;
  }
  #RPsbsr-1445 .cs-picture.owner {
    min-height: clamp(34.6875rem, 30.9735vw + 14.8645rem, 39.0625rem);
  }
}
/* 1101px */
@media only screen and (min-width: 68.8125rem) {
  #RPsbsr-1445 .cs-container {
    max-width: 83%;
  }
}
/* Small Desktop - 1260px */
@media only screen and (min-width: 64rem) {
  #RPsbsr-1445.owner .cs-picture img {
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
  }
}
/* 1501px */
@media only screen and (min-width: 93.8125rem) {
  #RPsbsr-1445 .cs-container {
    max-width: 78%;
  }
}
/* 1601px */
@media only screen and (min-width: 93.8125rem) {
  #RPsbsr-1445 .cs-container {
    max-width: 72%;
  }
}
/* 2000px */
@media only screen and (min-width: 125rem) {
  #RPsbsr-1445 .cs-container {
    max-width: 1500px;
  }
}
.c-gallery {
  padding-top: 50px;
}
.c-gallery.gallery-lite {
  padding-top: 100px;
}
.c-gallery .container {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media (max-width: 1100px) {
  .c-gallery .container {
    gap: 3vw;
  }
}
@media (max-width: 450px) {
  .c-gallery .container {
    gap: 5vw;
  }
}
.c-gallery .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}
.c-gallery .container .row {
  gap: 1.5vw;
}
@media (max-width: 1100px) {
  .c-gallery .container .row {
    gap: 3vw;
  }
}
@media (max-width: 650px) {
  .c-gallery .container .row {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .c-gallery .container .row {
    gap: 5vw;
  }
}
.c-gallery .container .row button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.c-gallery .container .row button .overline {
  background-color: rgba(40, 40, 40, 0.75);
  padding: 15px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 450px) {
  .c-gallery .container .row button .overline {
    padding: 10px 20px;
  }
}
.c-gallery .container .row button:hover, .c-gallery .container .row button:active, .c-gallery .container .row button:focus {
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.35);
}
.c-gallery .container .row button:hover .overline, .c-gallery .container .row button:active .overline, .c-gallery .container .row button:focus .overline {
  opacity: 1;
}
.c-gallery .container .row .col {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  width: 50%;
}
@media (max-width: 1100px) {
  .c-gallery .container .row .col {
    gap: 3vw;
  }
}
@media (max-width: 650px) {
  .c-gallery .container .row .col {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .c-gallery .container .row .col {
    gap: 5vw;
  }
}
.c-gallery .container .row.rs2 button {
  width: 100%;
}
.c-gallery .container .row.rs3 .col.right button {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gallery .container .row.rs3.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 650px) {
  .c-gallery .container .row.rs3.reverse {
    flex-direction: column-reverse;
  }
}
.c-gallery .container .intro-text {
  padding-bottom: 35px;
}
.c-gallery .modal-img {
  position: fixed;
  background-color: rgba(40, 40, 40, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.c-gallery .modal-img .close-img {
  position: absolute;
  top: 5vh;
  right: 5vh;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  width: 35px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  transition: 0.3s;
}
.c-gallery .modal-img .close-img h4 {
  text-align: center;
  width: 100%;
  transition: 0.3s;
}
.c-gallery .modal-img .close-img:hover, .c-gallery .modal-img .close-img:focus, .c-gallery .modal-img .close-img:active {
  border-color: #6fa4cf;
}
.c-gallery .modal-img .close-img:hover h4, .c-gallery .modal-img .close-img:focus h4, .c-gallery .modal-img .close-img:active h4 {
  color: #6fa4cf;
}
.c-gallery .modal-img .img-cont {
  position: absolute;
  transform: translate(-50%, -50%);
  width: auto;
  top: 50%;
  left: 50%; /*
@media (max-width: 1250px) {
  max-width: 65%;
}
@media (max-width: 950px) {
  max-width: 75%;
}
@media (max-width: 650px) {
  max-width: 90%;
}*/
}
.c-gallery .modal-img .img-cont img {
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1100px) {
  .c-gallery .modal-img .img-cont img {
    max-width: 90vw;
  }
}

.c-contact-cta {
  background-color: #282828;
  z-index: 2;
}
@media (max-width: 650px) {
  .c-contact-cta {
    padding-bottom: 75px;
  }
}
.c-contact-cta::before, .c-contact-cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 125px;
  left: 0;
  z-index: 2;
}
@media (max-width: 650px) {
  .c-contact-cta::before, .c-contact-cta::after {
    height: 75px;
  }
}
.c-contact-cta::before {
  top: 0;
  background-image: linear-gradient(180deg, #121212, #282828);
  transform: translateY(-50%);
}
.c-contact-cta::after {
  bottom: 0;
  background-image: linear-gradient(0deg, #121212, #282828);
  height: 100px;
}
@media (max-width: 650px) {
  .c-contact-cta::after {
    height: 75px;
  }
}
.c-contact-cta .container.row {
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .c-contact-cta .container.row {
    flex-direction: column;
  }
}
.c-contact-cta .container.row .col.left {
  width: 55%;
}
@media (max-width: 1100px) {
  .c-contact-cta .container.row .col.left {
    width: 100%;
    max-width: 650px;
    margin-bottom: 15px;
  }
}
.c-contact-cta .container.row .col.right {
  max-width: 40%;
}
@media (max-width: 1100px) {
  .c-contact-cta .container.row .col.right {
    width: 100%;
    max-width: 650px;
  }
}
.c-contact-cta .container.row .col.right .btn {
  margin-top: 25px;
}

.c-contact-form {
  padding-block: 100px;
  padding-top: 50px;
}
@media (max-width: 650px) {
  .c-contact-form {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.c-contact-form .container form {
  width: 40vw;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1700px) {
  .c-contact-form .container form {
    width: 60vw;
  }
}
@media (max-width: 1250px) {
  .c-contact-form .container form {
    width: 80vw;
  }
}
@media (max-width: 650px) {
  .c-contact-form .container form {
    width: 100%;
  }
}
.c-contact-form .container form input {
  transition: 0.3s;
  font-size: 18px;
}
.c-contact-form .container form .row {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: 15px;
}
@media (max-width: 650px) {
  .c-contact-form .container form .row {
    flex-direction: column;
  }
}
.c-contact-form .container form .row p {
  max-width: 47.5%;
  width: 47.5%;
}
@media (max-width: 650px) {
  .c-contact-form .container form .row p {
    max-width: 100%;
    width: 100%;
  }
}
.c-contact-form .container form .row p input {
  width: 100%;
}
.c-contact-form .container form .form-services .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 15px;
}
.c-contact-form .container form .form-services .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  margin: 0;
  width: 30%;
}
@media (max-width: 950px) {
  .c-contact-form .container form .form-services .wpcf7-list-item {
    width: 47.5%;
  }
}
@media (max-width: 500px) {
  .c-contact-form .container form .form-services .wpcf7-list-item {
    width: 100%;
  }
}
.c-contact-form .container form .form-services .wpcf7-list-item input {
  position: relative;
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.c-contact-form .container form .form-services .wpcf7-list-item input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107.5%;
  height: 107.5%;
  transform: translate(-50%, -50%);
  background-color: #282828;
  transition: 0.3s;
}
.c-contact-form .container form .form-services .wpcf7-list-item input:checked::after, .c-contact-form .container form .form-services .wpcf7-list-item input:hover::after, .c-contact-form .container form .form-services .wpcf7-list-item input:focus::after {
  background-color: #6fa4cf;
}
.c-contact-form .container form .form-services .wpcf7-list-item .wpcf7-list-item-label {
  margin-block: auto;
  margin-left: 15px;
  white-space: nowrap;
}
.c-contact-form .container form label {
  width: 100%;
  transition: 0.3s;
}
.c-contact-form .container form label:hover, .c-contact-form .container form label:focus, .c-contact-form .container form label:active {
  color: #6fa4cf;
}
.c-contact-form .container form input.wpcf7-text,
.c-contact-form .container form input.wpcf7-email,
.c-contact-form .container form textarea {
  background-color: #282828;
  border: none;
  border-bottom: 5px solid #282828;
  padding: 10px 15px 5px 15px;
  outline: 0;
  width: 100%;
  color: #fff;
}
.c-contact-form .container form input.wpcf7-text:hover, .c-contact-form .container form input.wpcf7-text:focus, .c-contact-form .container form input.wpcf7-text:active,
.c-contact-form .container form input.wpcf7-email:hover,
.c-contact-form .container form input.wpcf7-email:focus,
.c-contact-form .container form input.wpcf7-email:active,
.c-contact-form .container form textarea:hover,
.c-contact-form .container form textarea:focus,
.c-contact-form .container form textarea:active {
  border-color: #6fa4cf;
}
.c-contact-form .container form input.wpcf7-submit {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px 35px;
}
.c-contact-form .container form input.wpcf7-submit:hover, .c-contact-form .container form input.wpcf7-submit:focus, .c-contact-form .container form input.wpcf7-submit:active {
  border-color: #6fa4cf;
  color: #6fa4cf;
}

.c-text .container h1,
.c-text .container h2,
.c-text .container h3,
.c-text .container h4,
.c-text .container h5,
.c-text .container p {
  width: 70%;
}
@media (max-width: 1250px) {
  .c-text .container h1,
  .c-text .container h2,
  .c-text .container h3,
  .c-text .container h4,
  .c-text .container h5,
  .c-text .container p {
    width: 85%;
  }
}
@media (max-width: 650px) {
  .c-text .container h1,
  .c-text .container h2,
  .c-text .container h3,
  .c-text .container h4,
  .c-text .container h5,
  .c-text .container p {
    width: 100%;
  }
}
.c-text.centered .container {
  margin: auto;
}

.c-home-hero {
  background-image: url("../img/hero-cool.avif");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .c-home-hero {
    padding-top: 150px;
  }
}
.c-home-hero::before, .c-home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, black, transparent);
  opacity: 0.95;
  pointer-events: none;
}
.c-home-hero::before {
  width: 75%;
  left: 25%;
}
.c-home-hero::after {
  width: 25%;
  background-color: black;
}
.c-home-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 0;
  z-index: 1;
  min-height: 100%;
  align-self: stretch;
}
.c-home-hero .container .text-content {
  width: 60%;
  min-width: 750px;
  margin-bottom: 150px;
}
@media (max-width: 1100px) {
  .c-home-hero .container .text-content {
    min-width: 600px;
    margin-bottom: 75px;
  }
}
@media (max-width: 700px) {
  .c-home-hero .container .text-content {
    min-width: 100%;
    margin-bottom: 75px;
    width: 100%;
  }
}
.c-home-hero .container .text-content h1 {
  margin-bottom: 25px;
}
.c-home-hero .container .text-content h1,
.c-home-hero .container .text-content h2,
.c-home-hero .container .text-content h3,
.c-home-hero .container .text-content h4,
.c-home-hero .container .text-content h5,
.c-home-hero .container .text-content p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.c-home-hero .container .text-content p {
  max-width: 700px;
}
.c-home-hero .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}
.c-home-hero .row .cta-box {
  background-color: rgba(40, 40, 40, 0.75);
  border-bottom: 5px solid #6fa4cf;
  width: 30%;
  padding: 25px 35px;
}
@media (max-width: 1250px) {
  .c-home-hero .row .cta-box {
    width: 32%;
  }
}
@media (max-width: 1100px) {
  .c-home-hero .row .cta-box {
    padding: 25px;
  }
}
@media (max-width: 800px) {
  .c-home-hero .row .cta-box {
    width: 100%;
  }
}
.c-home-hero .row .cta-box h4,
.c-home-hero .row .cta-box p {
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .c-home-hero .row .cta-box h4,
  .c-home-hero .row .cta-box p {
    font-size: 16px;
  }
}
.c-home-hero .row .cta-box h4 {
  margin-bottom: 5px;
}
.c-home-hero .row .cta-box:hover, .c-home-hero .row .cta-box:focus, .c-home-hero .row .cta-box:active {
  background-color: #282828;
  color: #6fa4cf;
}
.c-home-hero .row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, transparent, #121212);
  pointer-events: none;
}

.c-page-hero {
  background-image: url("../img/hero-yellow.jpg");
  background-size: cover;
  background-position: center;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media (min-width: 0) and (max-width: 650px) {
  .c-page-hero {
    min-height: 80vh;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.c-page-hero img.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  pointer-events: none;
}
.c-page-hero.lighting-hero {
  background-image: url("../img/319PO-2000x.jpg");
}
.c-page-hero.hero-about {
  background-image: url("../img/r2.jpg");
}
.c-page-hero.hero-faq {
  background-image: url("../img/Sirotiak-Seguin-LakeHouse.jpg");
}
.c-page-hero.hero-blog {
  background-image: url("../img/960x0-1.webp");
}
.c-page-hero.hero-contact {
  background-image: url("../img/IMG_8668.jpg");
}
.c-page-hero::before,
.c-page-hero img.hero-bg-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.55;
  z-index: 1;
}
.c-page-hero::after,
.c-page-hero img.hero-bg-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, transparent, #121212);
  z-index: 1;
}
.c-page-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 0;
  z-index: 1;
  min-height: 100%;
  align-self: stretch;
}
.c-page-hero .container .text-content {
  width: 60%;
  min-width: 750px;
}
@media (max-width: 1100px) {
  .c-page-hero .container .text-content {
    min-width: 600px;
  }
}
@media (max-width: 700px) {
  .c-page-hero .container .text-content {
    min-width: 100%;
    width: 100%;
  }
}
.c-page-hero .container .text-content h1 {
  margin-bottom: 25px;
}
.c-page-hero .container .text-content h1,
.c-page-hero .container .text-content h2,
.c-page-hero .container .text-content h3,
.c-page-hero .container .text-content h4,
.c-page-hero .container .text-content h5,
.c-page-hero .container .text-content p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.c-page-hero .container .text-content p {
  line-height: 150%;
}

.c-post-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 100px;
  /* &::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 125px;
    background-image: linear-gradient(0deg, $bgdark, transparent);
  }*/
}
@media (max-width: 950px) {
  .c-post-hero {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    row-gap: 50px;
    min-height: unset;
  }
}
.c-post-hero img {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.75;
}
@media (max-width: 950px) {
  .c-post-hero img {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: unset;
    aspect-ratio: 10/6;
    opacity: 0.5;
  }
}
.c-post-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-block: 0;
  z-index: 1;
  min-height: 100%;
  align-self: stretch;
}
.c-post-hero .container .text-content {
  width: 45%;
}
@media (max-width: 950px) {
  .c-post-hero .container .text-content {
    width: 100%;
  }
}
.c-post-hero .container .text-content h1 {
  margin-bottom: 25px;
  margin-top: 10px;
}

.c-img-accordion .bg-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 950px) {
  .c-img-accordion .bg-imgs {
    position: relative;
    top: unset;
    left: unset;
  }
}
.c-img-accordion .bg-imgs img,
.c-img-accordion .bg-imgs .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img-accordion .bg-imgs img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 950px) {
  .c-img-accordion .bg-imgs img {
    display: none;
  }
}
.c-img-accordion .bg-imgs img.open {
  opacity: 1;
}
@media (max-width: 950px) {
  .c-img-accordion .bg-imgs img.first {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 50px;
  }
}
@media (max-width: 650px) {
  .c-img-accordion .bg-imgs img.first {
    margin-bottom: 35px;
  }
}
.c-img-accordion .bg-imgs img.i1 {
  -o-object-position: center center;
     object-position: center center;
}
.c-img-accordion .bg-imgs .overlay {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.75), black);
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  width: 75%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 950px) {
  .c-img-accordion .bg-imgs .overlay {
    display: none;
  }
}
.c-img-accordion .bg-imgs .overlay::after, .c-img-accordion .bg-imgs .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 150px;
  background-image: linear-gradient(0deg, transparent, #121212);
  z-index: 2;
}
.c-img-accordion .bg-imgs .overlay::after {
  top: unset;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, #121212);
}
.c-img-accordion .container .sidebar {
  max-width: 40%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1250px) {
  .c-img-accordion .container .sidebar {
    max-width: 55%;
  }
}
@media (max-width: 950px) {
  .c-img-accordion .container .sidebar {
    max-width: 100%;
  }
}
.c-img-accordion .container .sidebar .part {
  z-index: 2;
}
.c-img-accordion .container .sidebar .part .h3,
.c-img-accordion .container .sidebar .part p,
.c-img-accordion .container .sidebar .part hr {
  display: block;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.c-img-accordion .container .sidebar .part .h3 {
  background-color: transparent;
  border: none;
}
@media (max-width: 950px) {
  .c-img-accordion .container .sidebar .part .h3 {
    color: #fff !important;
  }
}
.c-img-accordion .container .sidebar .part .h3:hover, .c-img-accordion .container .sidebar .part .h3:focus, .c-img-accordion .container .sidebar .part .h3.open {
  color: #6fa4cf;
}
.c-img-accordion .container .sidebar .part .h3:hover ~ hr, .c-img-accordion .container .sidebar .part .h3:focus ~ hr, .c-img-accordion .container .sidebar .part .h3.open ~ hr {
  background-color: #6fa4cf;
}
.c-img-accordion .container .sidebar .part .h3.open ~ .expand {
  grid-template-rows: 1fr !important;
}
.c-img-accordion .container .sidebar .part .expand {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}
@media (max-width: 950px) {
  .c-img-accordion .container .sidebar .part .expand {
    grid-template-rows: 1fr !important;
  }
}
.c-img-accordion .container .sidebar .part .expand p {
  overflow: hidden;
}
.c-img-accordion .container .sidebar .part hr {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 2px;
  margin-block: 25px;
}
@media (max-width: 950px) {
  .c-img-accordion .container .sidebar .part hr {
    background-color: #fff !important;
  }
}

.c-faq {
  padding-block: 100px;
  padding-top: 50px;
}
@media (max-width: 650px) {
  .c-faq {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.c-faq .container .faq-accordion {
  width: 40vw;
  margin-inline: auto;
}
@media (max-width: 1700px) {
  .c-faq .container .faq-accordion {
    width: 60vw;
  }
}
@media (max-width: 1250px) {
  .c-faq .container .faq-accordion {
    width: 80vw;
  }
}
@media (max-width: 650px) {
  .c-faq .container .faq-accordion {
    width: 100%;
  }
}
.c-faq .container .faq-accordion .part {
  z-index: 2;
  position: relative;
}
.c-faq .container .faq-accordion .part h3,
.c-faq .container .faq-accordion .part p,
.c-faq .container .faq-accordion .part hr {
  display: block;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.c-faq .container .faq-accordion .part h3 {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 60px;
  margin: 35px 0 15px 0;
}
@media (max-width: 1100px) {
  .c-faq .container .faq-accordion .part h3 {
    padding-right: 50px;
  }
}
.c-faq .container .faq-accordion .part h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("../img/arrow-warm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  filter: brightness(2);
}
@media (max-width: 1100px) {
  .c-faq .container .faq-accordion .part h3::before {
    width: 25px;
  }
}
.c-faq .container .faq-accordion .part .expand {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}
.c-faq .container .faq-accordion .part .expand p {
  overflow: hidden;
}
.c-faq .container .faq-accordion .part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-faq .container .faq-accordion .part hr {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 2px;
  margin-block: 25px;
}
.c-faq .container .faq-accordion .part:hover h3, .c-faq .container .faq-accordion .part:focus h3, .c-faq .container .faq-accordion .part:active h3 {
  color: #6fa4cf;
}
.c-faq .container .faq-accordion .part:hover h3::before, .c-faq .container .faq-accordion .part:focus h3::before, .c-faq .container .faq-accordion .part:active h3::before {
  filter: none;
}
.c-faq .container .faq-accordion .part:hover hr, .c-faq .container .faq-accordion .part:focus hr, .c-faq .container .faq-accordion .part:active hr {
  background-color: #6fa4cf;
}
.c-faq .container .faq-accordion .part input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.c-faq .container .faq-accordion .part input:checked ~ .expand {
  grid-template-rows: 1fr;
}
.c-faq .container .faq-accordion .part input:checked ~ hr {
  background-color: #6fa4cf;
}
.c-faq .container .faq-accordion .part input:checked ~ h3 {
  color: #6fa4cf !important;
}
.c-faq .container .faq-accordion .part input:checked ~ h3::before {
  filter: none;
  transform: translateY(-50%) scaleY(-1);
}

.c-team .container h2 {
  text-align: center;
  margin-bottom: 50px;
}
.c-team .container .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3vw;
}
@media (max-width: 750px) {
  .c-team .container .row {
    row-gap: 5vw;
  }
}
.c-team .container .row .member {
  max-width: 30%;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .c-team .container .row .member {
    max-width: 45%;
  }
}
@media (max-width: 750px) {
  .c-team .container .row .member {
    max-width: 47.5%;
  }
}
@media (max-width: 550px) {
  .c-team .container .row .member {
    max-width: 100%;
  }
}
.c-team .container .row .member img {
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}

.c-3col .container .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
}
.c-3col .container .row .col {
  width: 30%;
  text-align: center;
}
@media (max-width: 1100px) {
  .c-3col .container .row .col {
    width: 47.5%;
  }
}
@media (max-width: 650px) {
  .c-3col .container .row .col {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1100px) {
  .c-3col .container .row .col.right {
    margin-inline: auto;
  }
}
.c-3col .container .row .col h3 {
  margin-bottom: 15px;
}

.c-local-news .container .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
}
.c-local-news .container .row .col {
  width: 30%;
}
@media (max-width: 1250px) {
  .c-local-news .container .row .col {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
  }
}
@media (max-width: 650px) {
  .c-local-news .container .row .col {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .c-local-news .container .row .col.text-col {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .c-local-news .container .row .col.text-col {
    text-align: left;
  }
}
.c-local-news .container .row .col h2,
.c-local-news .container .row .col .h3 {
  margin-bottom: 15px;
}
.c-local-news .container .row .col h2,
.c-local-news .container .row .col p,
.c-local-news .container .row .col img,
.c-local-news .container .row .col h4 {
  max-width: 100%;
  width: 100%;
}
.c-local-news .container .row .col img {
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-local-news .container .row .col h4 {
  line-height: 125%;
}
.c-local-news .container .news-link:hover {
  color: white;
}

.c-testimonials {
  padding-top: 50px;
}
@media screen and (min-width: 651px) {
  .c-testimonials {
    padding-top: 100px;
  }
}
.c-testimonials .container {
  width: 70%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .c-testimonials .container {
    width: 77%;
  }
}
@media (max-width: 1500px) {
  .c-testimonials .container {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .c-testimonials .container {
    width: 90%;
  }
}
.c-testimonials .container .intro-text {
  padding-bottom: 35px;
}
.c-testimonials .container .row {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
}
.c-testimonials .container .row .slick-list,
.c-testimonials .container .row .slick-track {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-testimonials .container .row .slick-dots {
  display: flex;
  flex-direction: row;
  margin: auto;
  gap: 10px;
}
.c-testimonials .container .row .slick-dots li {
  list-style: none;
}
.c-testimonials .container .row .slick-dots li button {
  background-color: rgba(40, 40, 40, 0.75);
  border: 0;
  color: transparent;
  font-size: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.3s;
}
.c-testimonials .container .row .slick-dots li.slick-active button, .c-testimonials .container .row .slick-dots li:hover button, .c-testimonials .container .row .slick-dots li:focus button {
  background-color: #6fa4cf;
  opacity: 1;
}
.c-testimonials .container .row .col {
  width: 39vw !important;
  min-width: 35vw !important;
  display: block;
  padding-inline: 1vw;
}
@media (max-width: 1600px) {
  .c-testimonials .container .row .col {
    width: 41.5vw !important;
  }
}
@media (max-width: 1500px) {
  .c-testimonials .container .row .col {
    width: 44vw !important;
  }
}
@media (max-width: 1250px) {
  .c-testimonials .container .row .col {
    margin-inline: auto;
  }
}
@media (max-width: 1100px) {
  .c-testimonials .container .row .col {
    width: 90vw !important;
    padding: 0;
  }
}
@media (max-width: 650px) {
  .c-testimonials .container .row .col {
    width: 100%;
  }
}
.c-testimonials .container .row .col .testimonial-content {
  padding: 50px;
  background-color: #282828;
  width: 100%;
}
@media (max-width: 650px) {
  .c-testimonials .container .row .col .testimonial-content {
    padding: 35px;
  }
}
@media (max-width: 500px) {
  .c-testimonials .container .row .col .testimonial-content {
    padding: 35px 25px;
  }
}
.c-testimonials .container .row .col img {
  height: 40px;
  width: auto;
}
@media (max-width: 650px) {
  .c-testimonials .container .row .col img {
    height: 35px;
  }
}
.c-testimonials .container .row .col .text {
  margin-block: 15px;
}
@media (max-width: 650px) {
  .c-testimonials .container .row .col .text {
    margin-block: 10px;
  }
}
.c-testimonials .container .row .col .overline {
  color: #6fa4cf;
}

.c-compare-imgs .container .section-start {
  width: 68%;
  max-width: 750px;
}
.c-compare-imgs .container .compare-cont {
  width: 100%;
  aspect-ratio: 10/6;
}
.c-compare-imgs .container #comparison {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/6;
}
.c-compare-imgs .container figure {
  position: absolute;
  background-image: var(--bg-image);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-compare-imgs .container #divisor {
  background-image: var(--bg-image2);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.c-compare-imgs .container #divisor::before, .c-compare-imgs .container #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
.c-compare-imgs .container #divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.c-compare-imgs .container #divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.c-compare-imgs .container #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.c-compare-imgs .container #handle::before, .c-compare-imgs .container #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.c-compare-imgs .container #handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.c-compare-imgs .container #handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.c-compare-imgs .container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.c-compare-imgs .container input[type=range]:focus, .c-compare-imgs .container input[type=range]:active {
  border: none;
  outline: none;
}
.c-compare-imgs .container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.c-compare-imgs .container input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.c-compare-imgs .container .intro-text {
  padding-bottom: 35px;
}/*# sourceMappingURL=main.css.map */