@charset "UTF-8";
footer {
  position: relative;
  z-index: 99;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #2f2f2f;
}
@media only screen and (max-width: 576px) {
  footer {
    padding-bottom: 100px;
    padding-top: 30px;
  }
}
footer .copy {
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  display: flex;
  margin-top: 50px;
  display: none;
}
@media (min-width: 1023px) {
  footer .copy {
    display: inline-block;
  }
}
@media only screen and (max-width: 820px) {
  footer .copy {
    margin-bottom: 40px;
  }
}
footer .copy--mobile {
  display: inline-block;
}
@media (min-width: 1023px) {
  footer .copy--mobile {
    display: none;
  }
}
footer .nesc-info {
  color: #fff;
}
footer .nesc-info p {
  font-size: 12px;
}
footer .nesc-contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .nesc-contact-email,
footer .nesc-contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .nesc-contact-email a,
footer .nesc-contact-phone a {
  transition: color 250ms ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-orange);
  text-decoration: none;
}
footer .nesc-contact-email a:hover,
footer .nesc-contact-phone a:hover {
  color: var(--color-white);
}
footer .nesc-contact-email img,
footer .nesc-contact-email svg,
footer .nesc-contact-phone img,
footer .nesc-contact-phone svg {
  width: 15px !important;
  height: 11px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-container .footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer-container .footer-wrapper .footer-menus {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-wrapper .footer-menus {
    flex-direction: column;
    padding-right: 0;
    gap: 30px;
  }
}
footer .footer-container .footer-wrapper .footer-menus .col .footer-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
footer .footer-container .footer-wrapper .footer-menus .col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-container .footer-wrapper .footer-menus .col ul .menu-item a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
  line-height: normal;
  max-width: 160px;
  display: flex;
}
footer .footer-container .footer-wrapper .footer-info {
  display: flex;
  justify-content: space-between;
  padding-right: 150px;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  footer .footer-container .footer-wrapper .footer-info {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 820px) {
  footer .footer-container .footer-wrapper .footer-info {
    padding-left: 0;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0;
  }
}
footer .footer-container .footer-wrapper .footer-info .col .social-media {
  display: flex;
  gap: 20px;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  footer .footer-container .footer-wrapper .footer-info .col .social-media {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 820px) {
  footer .footer-container .footer-wrapper .footer-info .col .social-media {
    margin-bottom: 29px;
  }
}
footer .footer-container .footer-wrapper .footer-info .col .social-media li a svg {
  width: 24px;
  height: auto;
}
footer .footer-container .footer-wrapper .footer-info .col .social-media li a svg path {
  fill: #fff;
}
footer .footer-container .footer-wrapper .footer-info .col .terms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 820px) {
  footer .footer-container .footer-wrapper .footer-info .col .terms li {
    display: flex;
  }
}
footer .footer-container .footer-wrapper .footer-info .col .terms li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
footer .footer-container .footer-wrapper .footer-info .col .logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 22px;
}
footer .footer-container .footer-wrapper .footer-info .col .logo img {
  width: 82px;
  height: auto;
  filter: brightness(0) invert(1);
}

.contact-widget {
  position: fixed;
  top: 208px;
  right: 0;
  z-index: 999992;
  display: flex;
  transition: transform 0.3s ease-out;
}
.contact-widget .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.contact-widget .wpcf7 form.invalid .wpcf7-response-output,
.contact-widget .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-widget .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 12px;
  background: #fff;
  border-color: #fff;
  max-width: 600px;
  margin: 0px auto;
  padding: 20px;
  text-align: center;
  color: var(--orange);
}
@media only screen and (max-width: 576px) {
  .contact-widget {
    bottom: -1px;
    top: inherit;
    left: 0;
    right: inherit;
    width: 100vw;
  }
}
.contact-widget.active {
  transform: translateX(-375px);
}
@media only screen and (max-width: 576px) {
  .contact-widget.active {
    transform: none;
  }
}
.contact-widget .widget-icons {
  background-color: var(--orange);
  position: relative;
  z-index: 11;
  border-left: 15px solid #fff;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-icons {
    width: 100vw;
    border: 0;
  }
}
.contact-widget .widget-icons ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}
.contact-widget .widget-icons ul:after {
  content: "";
  background-color: var(--orange);
  width: 15px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 9999;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-icons ul {
    background-color: var(--orange);
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0;
  }
}
.contact-widget .widget-icons ul li {
  border-bottom: 1px solid rgba(197, 101, 26, 0.8);
  padding: 20px 0;
  cursor: pointer;
}
.contact-widget .widget-icons ul li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-icons ul li {
    border-bottom: 0;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    border-right: 1px solid rgba(197, 101, 26, 0.8);
  }
  .contact-widget .widget-icons ul li:last-child {
    border-right: 0;
  }
}
.contact-widget .widget-icons ul li svg {
  width: 23px;
  height: auto;
}
.contact-widget .widget-boxes {
  position: absolute;
  top: -15px;
  left: 63px;
  display: flex;
  flex-direction: column;
  width: 375px;
  min-height: 385px;
  background-color: var(--orange);
  z-index: 9;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-left: 15px solid #fff;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-boxes {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
  }
}
.contact-widget .widget-boxes .close-only-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-boxes .close-only-mobile {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .contact-widget .widget-boxes .close-only-mobile svg {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-boxes {
    width: 100vw;
    bottom: 65px;
    top: inherit;
    left: 0;
    transform: translateY(1090px);
    transition: transform 0.3s ease-out;
  }
  .contact-widget .widget-boxes.active {
    transform: translateY(0px);
  }
}
.contact-widget .widget-boxes .box {
  padding: 30px;
  opacity: 0;
  display: none;
  flex-direction: column;
}
@media only screen and (max-width: 576px) {
  .contact-widget .widget-boxes .box {
    padding: 40px 30px;
  }
}
.contact-widget .widget-boxes .box.show {
  display: block;
  opacity: 1;
  display: flex;
}
.contact-widget .widget-boxes .box .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}
.contact-widget .widget-boxes .box a {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.contact-widget .widget-boxes .box .hours {
  color: #fff;
  margin-top: 20px;
}
.contact-widget .widget-boxes .box .name {
  color: #fff;
  margin-bottom: 20px;
}
.contact-widget .widget-boxes .box form label input {
  width: 100%;
  display: inline-flex;
  padding: 5px 10px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  background-color: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  outline-color: #fff;
}
.contact-widget .widget-boxes .box form label input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.contact-widget .widget-boxes .box form label input::placeholder {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.contact-widget .widget-boxes .box form .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.contact-widget .widget-boxes .box form .wpcf7-list-item {
  margin: 0;
}
.contact-widget .widget-boxes .box form label > input[type=checkbox] {
  display: none;
}
.contact-widget .widget-boxes .box form label > input[type=checkbox] + *::before {
  content: "";
  margin-right: 15.5px;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  background: var(--orange);
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-widget .widget-boxes .box form label > input[type=checkbox]:checked + *::before {
  content: "✓";
  color: var(--orange);
  text-align: center;
  background: #fff;
}
.contact-widget .widget-boxes .box form label > input[type=checkbox]:checked + * {
  color: #fff;
}
.contact-widget .widget-boxes .box form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
.contact-widget .widget-boxes .box input[type=submit] {
  font-size: 12px;
  font-weight: 300;
  background-color: #fff;
  color: var(--orange);
  border: 0;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 20px;
}