:root {
  --sea-green-2: #009e60;
  --white: white;
  --black: black;
  --black-2: #333;
  --aquamarine: #bcffe5;
  --sea-green: #009e60a6;
  --royal-blue: #0f57fb;
  --white-smoke: #eee;
  --royal-blue-2: #0f57fba6;
  --light-steel-blue: #bcd0ff;
  --royal-blue-3: #0f57fba6;
  --lime-green: #00c546a6;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/451576527.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 525px;
  display: flex;
}

.hero-section.home {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/mobileservices-banner.webp');
  background-position: 0 0, 50%;
  justify-content: center;
  height: 100vh;
}

.hero-section.heat {
  background-image: linear-gradient(#00000080, #00000080), url('../images/412644909.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 525px;
}

.hero-section.solar {
  background-image: linear-gradient(#00000080, #00000080), url('../images/298482767.jpg');
  background-position: 0 0, 50%;
  height: 525px;
}

.hero-section.elec {
  background-image: linear-gradient(#00000080, #00000080), url('../images/307602749.jpg');
  background-position: 0 0, 50% 0;
  height: 525px;
}

.hero-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  display: flex;
}

.top-container {
  background-color: var(--sea-green-2);
  border-bottom: 1px #ffffff80;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tel-link {
  color: var(--white);
  min-width: 300px;
  text-decoration: none;
}

.co-logo {
  width: 300px;
}

.body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.email-link {
  color: var(--white);
  text-align: right;
  min-width: 300px;
  text-decoration: none;
}

.nav-container {
  background-color: var(--black-2);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--aquamarine);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  transition: color .4s;
}

.nav-link:hover {
  color: var(--white);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.dropdown-toggle {
  color: var(--aquamarine);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  transition: color .4s;
}

.dropdown-toggle:hover {
  color: var(--white);
  text-decoration: none;
}

.dropdown-toggle.svs-page {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
}

.dropdown-link {
  color: var(--aquamarine);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
}

.dropdown-link:hover {
  color: var(--white);
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: var(--white);
  color: var(--sea-green-2);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  background-color: var(--sea-green-2);
}

.hero-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.hero-title.uppercase {
  text-transform: none;
}

.hero-text {
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: none;
  max-width: 940px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 17px;
  line-height: 28px;
}

.arrow-link {
  border: 1px solid var(--white);
  border-radius: 40px;
  margin-top: 30px;
  padding: 10px;
}

.arrow {
  width: 30px;
}

.grey-section {
  background-color: var(--black);
  border-top: 1px #5c5c5c;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.body-div._60t {
  margin-top: 60px;
}

.body-div._60t.svs-div {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.body-div._50t {
  margin-top: 50px;
}

.white-section {
  background-color: var(--sea-green-2);
  padding-top: 80px;
  padding-bottom: 80px;
}

.white-section.green {
  background-color: var(--black);
}

._2-col-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div.stretched {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

._2-col-div.stretched.areas {
  display: flex;
}

.large-title {
  color: var(--white);
  font-size: 40px;
  line-height: 50px;
}

._40-div {
  width: 45%;
}

.p {
  color: var(--white);
  margin-bottom: 20px;
}

.p.nopad, .p._0b {
  margin-bottom: 0;
}

.left-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
}

.left-img._40l {
  border-radius: 10px;
  width: 100%;
  min-height: 100px;
}

.left-img._40l.home1 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/373109315.jpg');
  background-position: 50%;
  border-radius: 0;
}

.left-img._40l.heatp1 {
  box-shadow: -35px 35px 0 -20px var(--white);
  background-image: url('../images/114641497.jpg');
  background-position: 42%;
  border-radius: 0;
}

.left-img._40l.heats1 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/451576527.jpg');
  border-radius: 0;
}

.left-img._40l.solar1 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/34343382.jpg');
  border-radius: 0;
}

.left-img._40l.solars1 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/14704364.jpg');
  border-radius: 0;
}

.left-img._40l.elec1 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/287740581.jpg');
  border-radius: 0;
}

.h1 {
  color: var(--white);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

._45-div {
  width: 100%;
}

._45-div.areas {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 700px;
  display: flex;
  position: absolute;
  right: 5%;
}

._45-div.center {
  text-align: center;
}

._45-div.contact {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 700px;
  display: flex;
  position: absolute;
  right: 5%;
}

.h2 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.h2.center {
  text-align: center;
  margin-bottom: 0;
}

.h3 {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.get-in-touch-section {
  background-image: linear-gradient(to right, #000000cf, #0000), url('../images/82260045.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.get-in-touch-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch {
  color: var(--white);
  font-size: 40px;
  line-height: 50px;
}

.footer-section {
  background-color: #009e60;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-heading {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.footer-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.footer-text.w--current {
  font-weight: 700;
}

.footer-links {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.co-logo-link {
  margin-bottom: 20px;
}

.co-logo-link.w--current {
  justify-content: flex-start;
  display: flex;
}

.h1-small {
  color: var(--sea-green-2);
  font-size: 35px;
}

.svs-boxes {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.svs {
  color: var(--black);
  text-decoration: none;
  transition: all .4s;
}

.svs:hover {
  transform: translate(0, -8px);
}

.svs-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.svs-img.home3 {
  background-image: url('../images/114641497.jpg');
  border-radius: 0;
}

.svs-img.home4 {
  background-image: url('../images/322844964.jpg');
  border-radius: 0;
}

.svs-img.home5 {
  background-image: url('../images/292192873.jpg');
  border-radius: 0;
}

.paragraph {
  color: var(--white);
  text-align: center;
}

.contact-btn {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 20px;
  transition: opacity .2s ease-in-out;
}

.contact-btn:hover {
  background-color: #0000;
}

.contact-btn.white {
  background-color: var(--black);
  color: var(--white);
  font-weight: 400;
  transition: background-color .2s;
}

.contact-btn.white:hover {
  background-color: var(--sea-green-2);
}

.contact-btn._20pad {
  margin-left: 20px;
}

.bold-text {
  font-family: Fa6 solid, sans-serif;
}

.white {
  color: var(--white);
  text-decoration: none;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 300px;
}

.img.home2 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/homepage.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  border-radius: 0;
}

.img.heatp2 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/358366701.jpg');
  border-radius: 0;
}

.img.heats2 {
  background-image: url('../images/358366701.jpg');
  background-position: 50% 0;
}

.img.solar2 {
  background-image: url('../images/373109315.jpg');
}

.img.solars2 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/307602749.jpg');
  border-radius: 0;
}

.img.elec2 {
  box-shadow: -34px 35px 0 -20px var(--white);
  background-image: url('../images/292192873.jpg');
  border-radius: 0;
}

.body-link {
  color: #009e60;
}

.body-link.noline {
  color: var(--sea-green-2);
  font-weight: 700;
  text-decoration: none;
}

.body-link.white {
  color: var(--aquamarine);
}

.list {
  color: var(--white);
  margin-top: 10px;
  padding-left: 20px;
}

.list._60-pad {
  margin-left: 60px;
}

.form {
  width: 100%;
  height: 100%;
}

.form._20t {
  margin-top: 20px;
}

.footer-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.map {
  width: 50%;
}

.big-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.big-img.heatp3 {
  background-image: url('../images/505766894.jpg');
  background-position: 50% 100%;
  border-radius: 0;
}

.big-img.heats3 {
  background-image: url('../images/243109087.jpg');
}

.big-img.solar3 {
  background-image: url('../images/322844964.jpg');
}

.big-img.solars3 {
  background-image: url('../images/415139355.jpg');
  background-position: 50% 0;
  border-radius: 0;
}

.big-img.elec3 {
  background-image: url('../images/271319859.jpg');
  border-radius: 0;
}

.list-div {
  justify-content: flex-start;
  display: flex;
}

._70percent {
  width: 70%;
}

.html-embed {
  position: relative;
}

.text-div-areas {
  color: var(--black);
  background-color: #000c;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 15px;
  padding: 20px;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block {
  background-image: url('../images/NICEIC.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.footer-container {
  width: 66%;
  display: flex;
}

.logo-section {
  background-color: var(--sea-green);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.logo-nav-div {
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-7 {
  background-color: #0000;
}

.nav-menu-6 {
  position: relative;
}

.nav-link-5 {
  color: #fff;
  text-transform: uppercase;
  padding: 9px 10px 8px;
  font-size: 15px;
  transition: all .2s;
}

.nav-link-5:hover {
  color: var(--aquamarine);
}

.nav-link-5.w--current {
  color: #00aad1;
}

.sub-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.banner-link {
  color: var(--white);
  text-transform: none;
  text-decoration: none;
}

.dropdown-toggle-2 {
  padding: 9px 40px 8px 10px;
  font-size: 15px;
}

.text-block-3 {
  color: var(--white);
  text-transform: uppercase;
}

.icon-8 {
  color: var(--white);
}

.dropdown-list-2 {
  background-color: #0000;
}

.dropdown-list-2.w--open {
  background-color: var(--sea-green);
  margin-top: 20px;
}

.para {
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.7;
}

.para.width-60 {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.8;
}

.para.width-60._100 {
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
}

.section-wrapper-heading-1 {
  width: 60%;
}

.heading-1-title {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.3;
}

.heading-1-title.heading-2-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.title-wrapper.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-section {
  margin-left: auto;
  margin-right: auto;
}

.text-section.text-center {
  text-align: center;
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash_1ionut-vlad-idXQEOxhmvU-unsplash.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/loft-conversion_1loft-conversion.webp');
  background-position: 0 0, 50%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img._2 {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/fullwidth.webp');
}

.body-container-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-container-div.left {
  align-items: flex-start;
}

.white-underline {
  color: #fff;
}

.logo-banner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos {
  border: 2px solid var(--sea-green-2);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-banner-1 {
  border-top: 2px solid var(--sea-green-2);
  border-bottom: 2px solid var(--sea-green-2);
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .hero-section.home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/436234129.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tel-link, .email-link {
    min-width: 190px;
  }

  .navbar {
    width: 100%;
  }

  .body-div._50t {
    margin-top: 30px;
  }

  ._2-col-div.stretched {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-img._40l {
    width: 100%;
    height: 350px;
    min-height: auto;
    margin-left: 0;
  }

  .left-img._40l.home1 {
    width: 100%;
    height: 350px;
  }

  ._45-div.contact {
    width: 80%;
  }

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

  .footer-heading {
    font-size: 25px;
  }

  .icon {
    color: var(--white);
    text-align: center;
  }

  .co-logo-link {
    text-align: center;
    width: 300px;
  }

  .menu-button {
    width: 100%;
  }

  .svs:hover {
    transform: none;
  }

  .footer-div {
    width: 66%;
  }

  .map {
    width: 33%;
  }

  .big-img, .big-img.heats3 {
    height: 300px;
  }

  ._70percent.contact {
    width: 100%;
  }

  .footer-container {
    flex-direction: row;
    width: 66%;
    display: flex;
  }

  .logo-nav-div {
    width: 95%;
  }

  .navbar-7 {
    width: 40%;
    position: relative;
  }

  .menu-button-2 {
    width: 100%;
  }

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

  .icon-7 {
    color: #fff;
    text-align: center;
  }

  .nav-menu-6 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-link-5 {
    text-align: center;
    background-color: #0000;
    width: 100%;
  }

  .body-container-div {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-div {
    padding-bottom: 40px;
  }

  .top-div {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .tel-link, .email-link {
    text-align: center;
  }

  .nav-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .grey-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-div._60t {
    margin-top: 40px;
  }

  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._2-col-div, ._2-col-div.stretched {
    flex-direction: column;
  }

  .large-title {
    width: 100%;
    margin-bottom: 30px;
  }

  ._40-div {
    width: 100%;
  }

  .h1 {
    margin-bottom: 30px;
  }

  ._45-div {
    width: 100%;
  }

  ._45-div.contact {
    width: 100%;
    height: 100%;
    position: static;
  }

  .h3 {
    margin-top: 30px;
  }

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

  .get-in-touch {
    font-size: 34px;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-links {
    margin-top: 40px;
  }

  .co-logo-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .co-logo-link.w--current {
    justify-content: center;
  }

  .svs-boxes {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-div {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .map {
    width: 100%;
  }

  .div-block {
    text-align: center;
    width: 80px;
  }

  .footer-container {
    width: 100%;
    display: flex;
  }

  .logo-nav-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .navbar-7, .nav-link-5 {
    width: 100%;
  }

  .sub-title {
    line-height: 1.2em;
  }

  .heading-1-title {
    font-size: 2.6em;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.heat {
    width: 100%;
    height: 100%;
  }

  .hero-div {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    text-align: center;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle.w--open {
    color: var(--white);
  }

  .dropdown-link {
    text-align: center;
  }

  .hero-title {
    white-space: break-spaces;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }

  .arrow-link {
    margin-top: 20px;
  }

  .grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div._50t {
    text-align: center;
    margin-top: 25px;
  }

  .large-title {
    font-size: 34px;
    line-height: 44px;
  }

  .p, .p.nopad {
    text-align: center;
  }

  .h1 {
    text-align: center;
    font-size: 34px;
    line-height: 37px;
  }

  ._45-div {
    text-align: center;
  }

  ._45-div.areas, ._45-div.contact {
    width: 100%;
    height: 100%;
    position: static;
  }

  .h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3 {
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
  }

  .get-in-touch-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .get-in-touch {
    text-align: center;
    font-size: 29px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-links {
    margin-top: 30px;
  }

  .co-logo-link, .co-logo-link.w--current {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--sea-green);
  }

  .h1-small {
    font-size: 26px;
    line-height: 30px;
  }

  .contact-btn {
    margin-top: 15px;
  }

  .img {
    min-height: 200px;
  }

  .list {
    text-align: center;
    padding-right: 20px;
  }

  .big-img, .big-img.heats3 {
    height: 200px;
  }

  ._70percent {
    width: 100%;
  }

  .text-div-areas {
    width: 100%;
    padding: 10px;
  }

  .nav-menu {
    background-color: var(--sea-green-2);
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .text-block {
    text-align: center;
    padding-left: 20px;
  }

  .nav-menu-2 {
    background-color: var(--royal-blue);
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block-2 {
    text-align: center;
    padding-left: 20px;
  }

  .footer-container {
    flex-direction: column;
  }

  .logo-nav-div {
    grid-row-gap: 0px;
  }

  .menu-button-2.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .sub-title {
    font-size: 22px;
  }

  .para {
    font-size: 1em;
  }

  .section-wrapper-heading-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-1-title {
    text-align: left;
    white-space: normal;
    font-size: 2em;
    display: inline-block;
  }

  .title-wrapper.margin-bottom-20 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .body-container-div {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .body-container-div.left {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}

#w-node-_53433655-2da3-b401-f7e6-8aa9f230e192-0c73809b, #w-node-_5a7515ad-663b-97b9-b300-bbc83bbf57d5-0c73809b, #w-node-_1488041e-c5e8-fe52-b98d-6d1727ca4d6c-3173809d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_53433655-2da3-b401-f7e6-8aa9f230e190-0c73809b, #w-node-_53433655-2da3-b401-f7e6-8aa9f230e191-0c73809b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}