/* ==================
    Main Colours
 ================== */
/* ==================
   Text, BG, Border
 ================== */
/* ==================
    Social Media
 ================== */
/* ==================
      Functions
 ================== */
/* ==================
        Mixins
 ================== */
/* ==================
    Colour Classes
 ================== */
.clr-primary {
  color: #0f2e3d !important;
}

.bg-primary {
  background: #0f2e3d !important;
  color: #fff !important;
}

.clr-secondary {
  color: #2FA2DC !important;
}

.bg-secondary {
  background: #2FA2DC !important;
  color: #fff !important;
}

.clr-third {
  color: #A3DAF7 !important;
}

.bg-third {
  background: #A3DAF7 !important;
  color: #fff !important;
}

/* ==================
    Main Colours
 ================== */
/* ==================
   Text, BG, Border
 ================== */
/* ==================
    Social Media
 ================== */
/* ==================
      Functions
 ================== */
/* ==================
        Mixins
 ================== */
/* ==================
    Colour Classes
 ================== */
.clr-primary {
  color: #0f2e3d !important;
}

.bg-primary {
  background: #0f2e3d !important;
  color: #fff !important;
}

.clr-secondary {
  color: #2FA2DC !important;
}

.bg-secondary {
  background: #2FA2DC !important;
  color: #fff !important;
}

.clr-third {
  color: #A3DAF7 !important;
}

.bg-third {
  background: #A3DAF7 !important;
  color: #fff !important;
}

@font-face {
  src: url("/assets/fonts/AvantGarde/AvantGardeBookBT.woff2");
  font-family: AvantGarde;
  font-display: swap;
}
@font-face {
  src: url("/assets/fonts/AvantGarde/AvantGardeDemiBT.woff2");
  font-family: AvantGardeBold;
  font-display: swap;
}
/* ==================
    Main Colours
 ================== */
/* ==================
   Text, BG, Border
 ================== */
/* ==================
    Social Media
 ================== */
/* ==================
      Functions
 ================== */
/* ==================
        Mixins
 ================== */
/* ==================
    Colour Classes
 ================== */
.clr-primary {
  color: #0f2e3d !important;
}

.bg-primary {
  background: #0f2e3d !important;
  color: #fff !important;
}

.clr-secondary {
  color: #2FA2DC !important;
}

.bg-secondary {
  background: #2FA2DC !important;
  color: #fff !important;
}

.clr-third {
  color: #A3DAF7 !important;
}

.bg-third {
  background: #A3DAF7 !important;
  color: #fff !important;
}

/* ==================
    Main Colours
 ================== */
/* ==================
   Text, BG, Border
 ================== */
/* ==================
    Social Media
 ================== */
/* ==================
      Functions
 ================== */
/* ==================
        Mixins
 ================== */
/* ==================
    Colour Classes
 ================== */
.clr-primary {
  color: #0f2e3d !important;
}

.bg-primary {
  background: #0f2e3d !important;
  color: #fff !important;
}

.clr-secondary {
  color: #2FA2DC !important;
}

.bg-secondary {
  background: #2FA2DC !important;
  color: #fff !important;
}

.clr-third {
  color: #A3DAF7 !important;
}

.bg-third {
  background: #A3DAF7 !important;
  color: #fff !important;
}

.text-bold {
  font-weight: bold;
}

.d-block {
  display: block;
}

.text-muted {
  color: rgba(0, 0, 0, 0.7);
}

.is-invalid {
  outline: 2px solid #ff6961 !important;
}

.transparent {
  opacity: 0 !important;
}

.main-quote .s-quote-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
  background: #f6f6f6;
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .main-quote .s-quote-1 {
    padding: 6rem 3rem;
  }
}
.main-quote .s-quote-1 .section-wrapper {
  width: 75vw;
}
@media screen and (max-width: 1200px) {
  .main-quote .s-quote-1 .section-wrapper {
    width: 90vw;
  }
}
.main-quote .s-quote-1 .section-wrapper > h3 {
  font-size: 4rem;
  margin-bottom: 6rem;
}
.main-quote .s-quote-1 .section-wrapper .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .main-quote .s-quote-1 .section-wrapper .steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .main-quote .s-quote-1 .section-wrapper .steps {
    grid-template-columns: 1fr;
  }
}
.main-quote .s-quote-1 .section-wrapper .steps .step {
  background: #fff;
  padding: 2.55rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@supports not (gap: 1rem) {
  .main-quote .s-quote-1 .section-wrapper .steps .step {
    max-width: 33%;
  }
}
.main-quote .s-quote-1 .section-wrapper .steps .step > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.main-quote .s-quote-1 .section-wrapper .steps .step > i {
  color: #0f2e3d;
  font-size: 3.5rem;
}
.main-quote .s-quote-1 .section-wrapper .steps .step > h3 {
  font-size: 1.5rem;
  font-family: AvantGardeBold, sans-serif;
}
.main-quote .s-quote-1 .section-wrapper .steps .step > p {
  font-size: 1.3rem;
  margin: 0;
}
.main-quote .s-quote-1 .section-wrapper .steps .step > .section-link:last-child {
  margin-top: auto;
}
.main-quote .s-quote-1 .section-wrapper .steps .step a {
  text-decoration: underline;
}
.main-quote .s-quote-2 {
  font-size: 1.3rem;
}
.main-quote .s-quote-2 .git {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 996px) {
  .main-quote .s-quote-2 .git {
    grid-template-columns: 1fr;
  }
}
.main-quote .s-quote-2 .git .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  background-image: url("/assets/img/sections/s-quote-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
  min-height: 500px;
  color: #fff;
}
.main-quote .s-quote-2 .git .left .right-wrapper {
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 992px) {
  .main-quote .s-quote-2 .git .left .right-wrapper {
    width: 70%;
  }
}
.main-quote .s-quote-2 .git .left .right-wrapper h2 {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 4rem;
}
.main-quote .s-quote-2 .git .right {
  padding: 6rem 2rem;
  height: 100%;
}
.main-quote .s-quote-2 .git .right .form-wrapper {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main-quote .s-quote-2 .git .right .form-wrapper {
    max-width: 90%;
  }
}
.main-quote .s-quote-2 .git .right .form-wrapper > h3 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form textarea, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form select {
  width: 100%;
  padding: 1em;
  font-size: 1.1rem;
  background: #f6f6f6;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form label .req {
  color: red;
  font-weight: bold;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form label, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form .section-link {
  margin-top: 1.5rem;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form label {
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form label:first-child {
  margin-top: 0;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form textarea, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form select {
  border-left: 3px solid transparent;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[value]:not([value=""]):invalid:required, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form textarea[value]:not([value=""]):invalid:required, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form select[value]:not([value=""]):invalid:required {
  border-color: #0f2e3d;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form .section-link {
  min-width: 30%;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form .g-recaptcha {
  margin-top: 5rem;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form .form-group {
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  gap: 2rem;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails) {
  display: block;
  position: relative;
  min-height: 100px;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails)::before, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails)::after {
  content: "";
  position: absolute;
  z-index: 500;
  transition: ease-in 0.15s;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition-property: background, color;
  left: 0;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails)::before {
  min-height: 100px;
  background: #f6f6f6;
  font-family: "Font Awesome 6 Free";
  padding-top: 2rem;
  font-weight: 900;
  font-size: 3rem;
  top: 0;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails)::after {
  bottom: 2rem;
  font-size: 1rem !important;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(1)::before {
  content: "\e0b7";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(2)::before {
  content: "\f46a";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(3)::before {
  content: "\f043";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(4)::before {
  content: "\f793";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(1)::after {
  content: "Electricity";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(2)::after {
  content: "Gas";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(3)::after {
  content: "Water";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):nth-child(4)::after {
  content: "Waste";
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):checked::before {
  background: #2FA2DC;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):checked::before, .main-quote .s-quote-2 .git .right .form-wrapper #contact_form input[type=checkbox]:not(#marketing_emails):checked::after {
  color: #fff;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form #marketing_emails_container {
  margin: 1.5rem 0 0.5rem 0;
  display: flex;
  flex-direction: row;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form #marketing_emails_container input {
  margin-right: 0.5rem !important;
  width: fit-content;
}
.main-quote .s-quote-2 .git .right .form-wrapper #contact_form #marketing_emails_container p {
  align-self: center;
  font-family: AvantGardeBold, sans-serif;
}
@media screen and (max-width: 500px) {
  .main-quote .s-quote-2 .git .right .form-wrapper #contact_form #marketing_emails_container p {
    margin: 0.2rem 0 0 0 !important;
    font-size: 1rem !important;
    font-family: AvantGardeBold, sans-serif;
  }
}
.main-quote .s-quote-2 .locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 90%;
}
@media screen and (max-width: 996px) {
  .main-quote .s-quote-2 .locations {
    grid-template-columns: 1fr;
  }
}
.main-quote .s-quote-2 .locations .location {
  background: #0f2e3d;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-quote .s-quote-2 .locations .location .location-info {
  padding: 1rem;
}
.main-quote .s-quote-2 .locations .location .location-info h2 {
  margin-bottom: 1em;
}
.main-quote .s-quote-2 .locations .location .location-info p:not(:last-child) {
  margin-bottom: 0.5em;
}
.main-quote .s-quote-2 .locations .location .location-info a {
  text-decoration: underline;
}
.main-quote .s-quote-2 .locations .location .map {
  margin-top: 1rem;
  height: 300px;
}
.main-quote .s-quote-3 .section-top {
  background: #0f2e3d;
  color: #fff;
}
.main-quote .s-quote-3 .section-top .metrics {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .main-quote .s-quote-3 .section-top .metrics {
    max-width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .main-quote .s-quote-3 .section-top .metrics {
    flex-direction: column;
    padding-bottom: 4rem;
  }
}
.main-quote .s-quote-3 .section-top .metrics .metric {
  text-align: center;
  position: absolute;
}
.main-quote .s-quote-3 .section-top .metrics .metric:first-child {
  left: 0;
}
.main-quote .s-quote-3 .section-top .metrics .metric:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
.main-quote .s-quote-3 .section-top .metrics .metric:last-child {
  right: 0;
}
@media screen and (max-width: 992px) {
  .main-quote .s-quote-3 .section-top .metrics .metric {
    position: static;
    transform: unset !important;
    margin-bottom: 6rem;
  }
}
.main-quote .s-quote-3 .section-top .metrics .metric h3 {
  font-size: 4rem;
  font-family: AvantGardeBold, sans-serif;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.main-quote .s-quote-3 .section-top .metrics .metric h3 span {
  font-size: 2rem;
}
.main-quote .s-quote-3 .section-top .metrics .metric p {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.section-partners {
  background: #f6f6f6;
  padding: 6rem 2rem;
}
.section-partners h3 {
  text-align: center;
  font-size: 4rem;
}
.section-partners p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.section-partners .partner-logos {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.section-partners .partner-logos img {
  max-height: 100px;
  max-width: 200px;
  object-fit: contain;
}

/* Container for review. */
section.testimonials-section {
  margin: 6rem auto;
}
section.testimonials-section h3 {
  font-size: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}
section.testimonials-section testimonial-container-outer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 28%;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner {
  display: flex;
  gap: 5px;
  /*Overflow*/
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner testimonial-box.testimonial {
  /*Layout*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
  padding: 5px;
  max-height: 400px;
  width: 100%;
  /*Decoration*/
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 5px #003e58 solid;
  overflow: hidden;
  text-overflow: ellipsis;
  scroll-snap-align: start;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner testimonial-box.testimonial > h2 {
  margin-bottom: 5px;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner testimonial-box.testimonial p {
  /*Layout*/
  flex-grow: 1;
  margin-bottom: 0;
  padding: 5px 0;
  width: 100%;
  /*Decoration*/
  border-top: 2.5px #003e58 solid;
  /*Overflow*/
  overflow: hidden;
  text-overflow: ellipsis;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner testimonial-box.testimonial p:last-of-type {
  align-self: flex-end;
  flex-grow: 0;
  margin-top: 5px;
  text-align: right;
}
section.testimonials-section testimonial-container-outer testimonial-container-inner testimonial-box.testimonial i {
  margin-right: 5px;
}

@media (max-width: 1000px) {
  section.testimonials-section testimonial-container-outer {
    margin: 5px auto;
    padding: 0 15%;
  }
  section.testimonials-section testimonial-container-outer testimonial-container-inner > testimonial-box.testimonial {
    max-height: none;
  }
}
@media (max-width: 600px) {
  section.testimonials-section testimonial-container-outer {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=quote.css.map */
