@charset "UTF-8";
/**
*
* Testing
*
**/
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --off-white: 178, 178, 178;
  --dark-grey: 37, 38, 37;
  --blue: 18, 37, 94;
  --blue-light: 215, 231, 254;
  --blue-dark: 9, 17, 30;
  --orange: 145, 56, 20;
  --orange-light: 255, 206, 130;
  --green: 21, 95, 54;
  --green-light: 231, 255, 214;
  --green-dark: 21, 75, 34;
}

.background__white {
  background: rgba(var(--white), 1);
}

.background__blue {
  background: rgba(var(--blue), 1);
}

.background__blue__blur {
  background: rgba(var(--blue), 0.5);
  backdrop-filter: blur(60px);
}

.background__blue2 {
  background: rgb(13, 26, 61);
}

.background__orange {
  background: rgba(var(--orange), 1);
}

.background__orange__blur {
  background: rgba(var(--orange), 0.5);
  backdrop-filter: blur(60px);
}

.background__green {
  background: rgba(var(--green), 1);
}

.background__green__blur {
  background: rgba(var(--green), 0.5);
  backdrop-filter: blur(60px);
}

.bg__circle__shape,
.bg__circle__shape__2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}
.bg__circle__shape:before, .bg__circle__shape:after,
.bg__circle__shape__2:before,
.bg__circle__shape__2:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  background: inherit;
  opacity: 0.5;
}
.bg__circle__shape:before,
.bg__circle__shape__2:before {
  width: 115%;
  height: 115%;
}
.bg__circle__shape:after,
.bg__circle__shape__2:after {
  width: 130%;
  height: 130%;
}

.slider__buttons .slider__button, .main__menu__locations .main__dropdown__content__inner .locations .sub__menu, .fixed__btn, #consent-popup, .call-now {
  box-shadow: 0 0 2rem 0 rgba(var(--blue), 0.1);
}

.slider.services__slider .service__slide p {
  text-shadow: 0 2px 15px rgba(var(--blue), 0.5);
}

section.text__section .container p > strong, section.product__hero .container .main__content .product__info p.product__description, section.product__hero .container .main__content picture, .range__page .product__section .container .grid .item picture, .slider.services__slider .service__slide .slide__inner, .main__menu__locations .main__dropdown__content__inner .locations .sub__menu, .main__menu__locations .main__dropdown__content__inner .locations li, .lightbox__prev, .lightbox__next, .lightbox__img, .image__grid .item, .customer__form__container input:not([type=submit]),
.customer__form__container input:not([type=firstname]),
.customer__form__container textarea, .form__container .form__container__inner:nth-of-type(2) form.quote__form .bar, .form__container .form__container__inner:nth-of-type(2) form.quote__form .progress, .side__nav .dropdown__content, #consent-popup, .boiler__range__grid .item .picture__wrapper picture img {
  border-radius: clamp(0.35rem, 0.84vw, 0.7rem);
}

.hero .container, section.product__hero .container, section.banner .container, .range__page .product__section .container .grid .item, footer.footer .container, .slider .review__slide:before, .main__menu__dropdown .main__menu__dropdown__btn:before, .customer__form__container, .form__container .form__container__inner:nth-of-type(2), .form__container .form__container__inner:nth-of-type(1), .form__container, a.finance__sticker .row:nth-of-type(1), a.finance__sticker, .button .button__inner, .boiler__range__grid .item .most__popular, .boiler__range__grid .item {
  border-radius: clamp(2rem, 5vw, 4rem);
}

header .header__left .header__btn:before,
header .header__right .header__btn:before, .slider__buttons .slider__button, button, .form__container .form__container__inner:nth-of-type(2) form.quote__form input {
  border-radius: clamp(4rem, 10vw, 8rem);
}

body main section figure,
body main section picture,
body main footer figure,
body main footer picture {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

body main section figure img,
body main section picture img,
body main footer figure img,
body main footer picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lazy-load-item {
  overflow: hidden;
  z-index: 1;
}

.lazy-load-item .lazy-item {
  display: none;
}

.lazy-load-item .lazy-item.loaded {
  display: block;
}

@media (min-width: 1024px) {
  section.text__section .container p a, footer.footer .container .row ul.menu li a, .main__menu__locations .main__dropdown__content__inner .locations li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
  }
  section.text__section .container p a:after, footer.footer .container .row ul.menu li a:after, .main__menu__locations .main__dropdown__content__inner .locations li a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 1s cubic-bezier(0.26, 1, 0.3, 1);
    width: 100%;
  }
  section.text__section .container p a:hover:after, footer.footer .container .row ul.menu li a:hover:after, .main__menu__locations .main__dropdown__content__inner .locations li a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  section.text__section .container p a:after, footer.footer .container .row ul.menu li a:after, .main__menu__locations .main__dropdown__content__inner .locations li a:after {
    transform: scaleX(0);
    transform-origin: right center;
  }
  section.text__section .container p a, footer.footer .container .row ul.menu li a, .main__menu__locations .main__dropdown__content__inner .locations li a {
    display: inline-block;
  }
}
html {
  background: rgba(var(--blue-dark), 1);
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  background: rgba(var(--blue-dark), 1);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body img {
  -webkit-user-drag: none;
}
body img::-moz-selection {
  color: inherit !important;
  background: inherit !important;
}
body img::selection {
  color: inherit !important;
  background: inherit !important;
}
body #down {
  top: calc(-1 * var(--headerHeight));
}
body main {
  z-index: 2;
}
body main section {
  z-index: 1;
}
body main section:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  body main section:not(:nth-of-type(1)) {
    margin-top: 2rem;
  }
}
body main section .container {
  padding: 5rem 1rem;
}
@media (max-width: 1024px) {
  body main section .container {
    padding: 0 2rem;
  }
}
body main section .picture__wrapper,
body main footer .picture__wrapper {
  display: flex;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
  max-width: 100vw;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*::marker {
  display: none;
}

@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gambarino";
  src: url("../fonts/Gambarino-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "GeneralSans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: rgba(var(--blue-light), 1);
  letter-spacing: 0.02rem;
}
body strong {
  font-weight: 700;
}
body p .highlight__text {
  font-weight: 600 !important;
}
body .highlight__text {
  font-style: oblique;
  padding-right: 0.04rem;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p {
  cursor: pointer !important;
}
body .line__height {
  line-height: 1.4;
}
body .font__opaque__dark {
  color: rgba(var(--blue-dark), 0.7) !important;
}
body .font__opaque__dark strong {
  color: rgba(var(--blue-dark), 1) !important;
}
body .font__opaque__light {
  color: rgba(var(--blue-light), 0.7) !important;
}
body .font__opaque__light strong {
  color: rgba(var(--blue-light), 1) !important;
}
body .font__xs {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  body .font__xs {
    font-size: 2.2rem;
  }
}
body .font__s {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  body .font__s {
    font-size: 2.6rem;
  }
}
body .font__m {
  font-size: 3.6rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body .font__m {
    letter-spacing: 0;
    font-size: 4rem;
  }
}
body .font__l {
  font-size: 5.6rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body .font__l {
    letter-spacing: 0;
    font-size: 4.5rem;
  }
}
body .font__xl {
  font-size: 9rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body .font__xl {
    letter-spacing: 0;
    font-size: 6rem;
  }
}

.accordion__wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .accordion__wrapper {
    width: 100%;
    gap: 1.5rem;
    margin: 0 auto;
  }
}
.accordion__wrapper .item {
  width: calc(100vw - 80rem);
}
@media (max-width: 1280px) {
  .accordion__wrapper .item {
    width: 100%;
  }
}
.accordion__wrapper .item .accordion__heading {
  background: rgba(var(--orange), 1);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem 1rem;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading {
    font-size: 2.4rem;
  }
}
.accordion__wrapper .item .accordion__heading > span {
  display: inline-block;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading > span:nth-of-type(1) {
    width: 90%;
  }
}
.accordion__wrapper .item .accordion__heading > span::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .accordion__heading > span::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .accordion__heading span.close {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2rem;
  height: auto;
  width: 1.3rem;
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading span.close {
    width: 2rem;
  }
}
.accordion__wrapper .item .accordion__heading span.close svg {
  height: 100%;
  width: 100%;
}
.accordion__wrapper .item .accordion__heading span.close svg path {
  stroke: rgba(var(--blue), 1);
}
.accordion__wrapper .item .active span.close {
  transform: rotateX(180deg);
}
.accordion__wrapper .item {
  /* Style the accordion panel */
}
.accordion__wrapper .item .hidden__content {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s cubic-bezier(0.26, 1, 0.3, 1);
  background: rgba(var(--orange), 1);
}
.accordion__wrapper .item .hidden__content:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
.accordion__wrapper .item .hidden__content p {
  margin: 2.5rem;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .hidden__content p {
    margin: 2rem 1rem;
  }
}
.accordion__wrapper .item .hidden__content p::-moz-selection {
  /* Code for Firefox */
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .hidden__content p::selection {
  background: transparent !important;
  color: inherit !important;
}
.accordion__wrapper .item .hidden__content p a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .accordion__wrapper .item .hidden__content p a:hover {
    text-decoration: none;
  }
}

.boiler__range__grid {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .boiler__range__grid {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.boiler__range__grid .item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  width: 34rem;
  height: 45rem;
  transition: background 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .boiler__range__grid .item {
    background: rgba(var(--blue-light), 0.02);
    width: 100%;
    height: 100%;
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .boiler__range__grid .item:hover {
    background: rgba(var(--blue-light), 0.05) !important;
  }
  .boiler__range__grid .item:hover .picture__wrapper picture {
    transform: scale(0.96);
  }
  .boiler__range__grid .item:hover .picture__wrapper .bg__shape {
    transform: scale(1.06);
  }
}
.boiler__range__grid .item:nth-of-type(1) {
  color: rgba(var(--blue-light), 1) !important;
}
.boiler__range__grid .item:nth-of-type(1) .bg__shape {
  background: rgba(var(--blue), 1) !important;
}
.boiler__range__grid .item:nth-of-type(1) .cta .icon {
  background: rgba(var(--blue), 1) !important;
}
.boiler__range__grid .item:nth-of-type(2) {
  color: rgba(var(--green-light), 1) !important;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item:nth-of-type(2) {
    padding-top: 13rem;
  }
}
.boiler__range__grid .item:nth-of-type(2) .bg__shape {
  background: rgba(var(--green), 1) !important;
}
.boiler__range__grid .item:nth-of-type(2) .cta .icon {
  background: rgba(var(--green), 1) !important;
}
.boiler__range__grid .item:nth-of-type(3) {
  color: rgba(var(--orange-light), 1) !important;
}
.boiler__range__grid .item:nth-of-type(3) .bg__shape {
  background: rgba(var(--orange), 1) !important;
}
.boiler__range__grid .item:nth-of-type(3) .cta .icon {
  background: rgba(var(--orange), 1) !important;
}
.boiler__range__grid .item .most__popular {
  position: absolute;
  background: rgba(var(--green), 1);
  color: rgba(var(--green-light), 1);
  padding: 1rem 1.4rem;
  z-index: 3;
  top: 1.5rem;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .most__popular {
    top: 4rem;
    padding: 2rem;
  }
}
.boiler__range__grid .item .picture__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 4rem;
  overflow: visible;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .picture__wrapper {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.boiler__range__grid .item .picture__wrapper picture {
  width: -moz-fit-content;
  width: fit-content;
  height: 30rem;
  overflow: visible;
  border: 1px solid rgba(var(--blue), 0.1);
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
  background: transparent;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .picture__wrapper picture {
    height: 44rem;
  }
}
.boiler__range__grid .item .picture__wrapper picture img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  overflow: hidden;
}
.boiler__range__grid .item .picture__wrapper .bg__shape {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  width: 18rem;
  height: 18rem;
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
  filter: brightness(150%);
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .picture__wrapper .bg__shape {
    height: 30rem;
    width: 30rem;
  }
}
.boiler__range__grid .item .picture__wrapper .bg__shape:before, .boiler__range__grid .item .picture__wrapper .bg__shape:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: inherit;
}
.boiler__range__grid .item .picture__wrapper .bg__shape:before {
  width: 120%;
  height: 120%;
}
.boiler__range__grid .item .picture__wrapper .bg__shape:after {
  width: 140%;
  height: 140%;
}
.boiler__range__grid .item .cta {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.boiler__range__grid .item .cta p {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 3;
  text-transform: capitalize;
}
.boiler__range__grid .item .cta p span {
  width: -moz-fit-content;
  width: fit-content;
}
.boiler__range__grid .item .cta .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: rgba(var(--blue), 1);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .cta .icon {
    width: 5rem;
    height: 5rem;
  }
}
.boiler__range__grid .item .cta .icon svg {
  width: 0.8rem;
}
@media (max-width: 1024px) {
  .boiler__range__grid .item .cta .icon svg {
    width: 1.4rem;
  }
}
.boiler__range__grid .item .cta .icon svg path {
  fill: rgba(var(--white), 1);
  stroke: rgba(var(--white), 1);
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

button::-moz-selection,
a::-moz-selection,
.dropdown__btn::-moz-selection,
.main__menu__dropdown__btn::-moz-selection {
  color: inherit !important;
  background: inherit !important;
}
button::-moz-selection, a::-moz-selection, .dropdown__btn::-moz-selection, .main__menu__dropdown__btn::-moz-selection {
  color: inherit !important;
  background: inherit !important;
}
button::selection,
a::selection,
.dropdown__btn::selection,
.main__menu__dropdown__btn::selection {
  color: inherit !important;
  background: inherit !important;
}

.button__wrapper {
  z-index: 9;
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .button__wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}
@media (max-width: 1024px) {
  .button {
    margin-top: 0rem;
    width: 100%;
  }
}
.button .button__inner {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer !important;
  text-transform: capitalize;
  letter-spacing: 0.06rem;
  font-weight: 700;
  transition: background 0.6s cubic-bezier(0.26, 1, 0.3, 1), color 0.6s cubic-bezier(0.26, 1, 0.3, 1);
  background: rgba(var(--blue), 1);
  color: rgba(var(--blue-light), 1);
}
@media (max-width: 1024px) {
  .button .button__inner {
    padding: 4.6rem 2rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .button .button__inner:hover {
    background: rgba(var(--blue), 0.7);
  }
}
.button svg {
  width: 3rem;
  height: -moz-fit-content;
  height: fit-content;
}
.button svg path {
  fill: currentColor;
  transition: fill 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}

.button__alt .button__inner {
  background: rgba(var(--orange), 1);
  color: rgba(var(--blue), 1);
}
@media (min-width: 1024px) {
  .button__alt .button__inner:hover {
    background: rgba(var(--orange), 0.7);
  }
}

.call-now {
  position: fixed;
  z-index: 100000000000000000000000000000000000;
  bottom: 1.2rem;
  right: 1.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: rgba(var(--green-dark), 1);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
}
.call-now a svg {
  width: 4.4rem;
  height: 4.4rem;
}
.call-now a svg path {
  fill: rgba(var(--green-light), 1);
}

#consent-popup {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  z-index: 99;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 724px) {
  #consent-popup {
    top: auto;
    bottom: 16rem;
    left: 2rem;
  }
}
#consent-popup > p {
  color: rgba(var(--blue-light), 1);
  background: rgba(var(--blue-dark), 1);
  padding: 1rem;
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--blue), 1);
  color: rgba(var(--blue-light), 1);
  transition: background 0.2s cubic-bezier(0.26, 1, 0.3, 1);
  width: 100%;
  padding: 0.8rem;
  cursor: pointer;
}
#consent-popup.hidden {
  display: none !important;
}

/* =========================
   DROPDOWN – BASE
========================= */
.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .dropdown {
    display: flex;
  }
}
.dropdown__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: auto;
  color: currentColor;
}
.dropdown__btn svg {
  color: currentColor;
  width: 1.5rem;
  height: auto;
  pointer-events: none;
  margin-left: 0.5rem;
  top: 0.15rem;
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .dropdown__btn svg {
    width: 2rem;
    top: 0.25rem;
  }
}
.dropdown__btn svg path {
  fill: currentColor;
}
.dropdown {
  /* Accordion container — CSS grid auto-height trick */
}
.dropdown__content {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.26, 1, 0.3, 1);
  background: transparent;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 50rem;
}
.dropdown__content__inner {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dropdown__content__inner ul.menu {
  width: 100%;
  gap: 0;
}
.dropdown__content__inner ul.menu li.menu__heading {
  display: none;
}
.dropdown__content__inner ul.menu li a {
  width: 100%;
  display: flex;
  z-index: 3;
  transition: background 0.4s cubic-bezier(0.26, 1, 0.3, 1), color 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
.dropdown__content__inner ul.menu li a:after {
  display: none;
}
.dropdown {
  /* Open state */
}
.dropdown.is-open .dropdown__content {
  opacity: 1;
  pointer-events: all;
  z-index: 99999999;
}
.dropdown.is-open .dropdown__btn svg {
  transform: rotateX(-180deg);
}

/* =========================
   SIDE MENU VARIANT
========================= */
@media (max-width: 1024px) {
  .side__nav .dropdowns {
    margin-bottom: -2rem;
  }
}
.side__nav .dropdown {
  width: 100%;
  align-items: stretch;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5rem;
  }
}
.side__nav .dropdown.is-open .dropdown__content {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown.is-open .dropdown__content {
    margin-bottom: 5rem;
  }
}
.side__nav .dropdown__btn {
  color: rgba(var(--orange), 1);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__btn {
    font-size: 5rem;
  }
  .side__nav .dropdown__btn > svg {
    width: 4rem;
  }
}
.side__nav .dropdown__content {
  background: rgba(var(--orange), 0.14);
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content {
    margin: -2rem 0 5rem 0;
  }
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content ul.menu li {
    width: 100%;
  }
  .side__nav .dropdown__content ul.menu li:nth-of-type(even) {
    background: rgba(var(--orange), 0.1);
  }
}
.side__nav .dropdown__content ul.menu li a {
  padding: 2rem;
}
@media (max-width: 1024px) {
  .side__nav .dropdown__content ul.menu li a {
    padding: 3rem 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .side__nav .dropdown__content ul.menu li a:hover {
    background: rgba(var(--orange), 1);
    color: rgba(var(--blue), 1);
  }
}

a.finance__sticker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: rgba(var(--green-light), 1);
  width: 55rem;
  padding: 1.2rem;
  transition: transform 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  a.finance__sticker {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  a.finance__sticker:hover {
    transform: scale(1.06);
  }
}
a.finance__sticker .row {
  width: 100%;
}
a.finance__sticker .row:nth-of-type(1) {
  background: rgba(var(--green), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 4rem;
}
@media (max-width: 1024px) {
  a.finance__sticker .row:nth-of-type(1) {
    padding: 3rem 2rem;
  }
}
a.finance__sticker .row:nth-of-type(1) h3 {
  text-transform: capitalize;
  color: rgba(var(--white), 1);
}
a.finance__sticker .row:nth-of-type(1) p.font__m {
  font-weight: 500;
  color: rgba(var(--white), 1);
}
a.finance__sticker .row:nth-of-type(1) picture {
  width: 4.8rem;
  height: 8rem;
}
@media (max-width: 1024px) {
  a.finance__sticker .row:nth-of-type(1) picture {
    width: 6.7rem;
    height: 11rem;
  }
}
a.finance__sticker .row:nth-of-type(1) picture img {
  width: 100%;
  height: 100%;
}
a.finance__sticker .row:nth-of-type(2) > p {
  padding: 0 2rem;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  a.finance__sticker .row:nth-of-type(2) > p {
    font-size: 2rem;
  }
}

.fixed__btn {
  z-index: 9;
  position: fixed;
  bottom: 4rem;
  left: 50%;
  background: rgba(var(--green-dark), 1);
  border-radius: 20rem;
  color: rgba(var(--green-light), 1);
  font-weight: bold;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 0.2s cubic-bezier(0.26, 1, 0.3, 1);
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .fixed__btn {
    white-space: nowrap;
    bottom: 2rem;
    left: 3rem;
    transform: none;
    font-size: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .fixed__btn:hover {
    text-decoration: underline;
  }
}
.fixed__btn:before, .fixed__btn:after {
  content: "";
  position: absolute;
  border-radius: 20rem;
  z-index: -1;
  opacity: 0.5;
  background: rgba(var(--green-dark), 1);
}
.fixed__btn:before {
  width: 103%;
  height: 110%;
}
@media (max-width: 1024px) {
  .fixed__btn:before {
    width: 105%;
    height: 115%;
  }
}
.fixed__btn:after {
  width: 105%;
  height: 120%;
}
@media (max-width: 1024px) {
  .fixed__btn:after {
    width: 110%;
    height: 125%;
  }
}
.fixed__btn .icon__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: rgba(var(--white), 0.2);
  transition: background 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .fixed__btn .icon__wrapper {
    width: 8rem;
    height: 8rem;
    background: rgba(var(--green-light), 1);
  }
}
.fixed__btn .icon__wrapper svg {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 1024px) {
  .fixed__btn .icon__wrapper svg {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.fixed__btn .icon__wrapper svg path {
  fill: rgba(var(--green-light), 1);
}
@media (max-width: 1024px) {
  .fixed__btn .icon__wrapper svg path {
    fill: rgba(var(--green-dark), 1);
  }
}

.fixed__btn.visible {
  opacity: 1;
  pointer-events: all;
}

.form__container {
  display: flex;
  height: 60rem;
  box-shadow: 0 1rem 2rem rgba(var(--blue-dark), 0.4);
}
@media (max-width: 1024px) {
  .form__container {
    flex-direction: column-reverse;
    height: 100%;
  }
}
.form__container .form__container__inner {
  height: 100%;
}
.form__container .form__container__inner:nth-of-type(1) {
  background: rgba(var(--blue), 0.6);
  backdrop-filter: blur(40px);
  color: rgba(var(--blue-light), 1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(1) {
    padding: 3rem 2rem;
    border-radius: 0 0 4rem 4rem;
  }
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(1) ul.highlights {
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  text-transform: capitalize;
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li span {
  font-weight: 400;
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li svg {
  width: 2rem;
  height: auto;
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li:nth-of-type(1) {
  margin-bottom: 1.4rem;
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li:nth-of-type(1) svg {
  width: 3rem;
}
.form__container .form__container__inner:nth-of-type(1) ul.highlights li:nth-of-type(1) svg path {
  fill: rgba(var(--blue-light), 1);
}
.form__container .form__container__inner:nth-of-type(1) .accreditation {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(1) .accreditation {
    margin-top: 4rem;
    gap: 2rem;
    justify-content: center;
  }
}
.form__container .form__container__inner:nth-of-type(1) .accreditation picture {
  height: 12rem;
  width: 12rem;
}
.form__container .form__container__inner:nth-of-type(1) .accreditation picture:nth-of-type(1) {
  padding: 1rem 0;
}
.form__container .form__container__inner:nth-of-type(1) .accreditation picture:nth-of-type(3) {
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(1) .accreditation picture {
    height: 14rem;
    width: 14rem;
  }
}
.form__container .form__container__inner:nth-of-type(1) .accreditation picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.form__container .form__container__inner:nth-of-type(1) > p {
  max-width: 38rem;
  margin-top: 2.6rem;
}
.form__container .form__container__inner:nth-of-type(2) {
  background: rgba(var(--blue), 1);
  color: rgba(var(--blue-light), 1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) {
    padding: 3rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: calc(var(--headerHeight) - 5rem);
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form {
    scroll-margin-top: calc(var(--headerHeight) + 5rem);
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form h2 {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form h2 {
    gap: 1rem;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form h2 > svg {
  width: 2.6rem;
  height: auto;
  margin-left: 0.4rem;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form h2 > svg path {
  fill: rgba(var(--blue-light), 1);
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form h2 > svg {
    width: 3.4rem;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form #backBtn {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form #backBtn::-moz-selection {
  color: inherit !important;
  background: inherit !important;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form #backBtn::selection {
  color: inherit !important;
  background: inherit !important;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form {
  /* hidden on first step */
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form #backBtn.hidden {
  display: none;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .top-bar {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 3rem;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .progress {
  flex: 1;
  height: 6px;
  background: rgba(var(--green-light), 1);
  overflow: hidden;
  z-index: 1;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .bar {
  height: 100%;
  width: 0%;
  background: rgba(var(--green), 1);
  transition: width 1s 0.1s cubic-bezier(0.26, 1, 0.3, 1);
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .step {
  display: none;
  width: 40rem;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form .step {
    width: 100%;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .step.active {
  display: block;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form p.heading {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form p.heading {
    margin-bottom: 4rem;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .inputs {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .file__upload {
  height: 6.9rem;
  color: rgba(var(--blue), 1);
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form .file__upload {
    height: 9rem;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form input {
  width: 100%;
  padding: 2rem;
  border: none;
  background: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  .form__container .form__container__inner:nth-of-type(2) form.quote__form input {
    padding: 3rem;
  }
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form input:-webkit-autofill,
.form__container .form__container__inner:nth-of-type(2) form.quote__form input:-webkit-autofill:hover,
.form__container .form__container__inner:nth-of-type(2) form.quote__form input:-webkit-autofill:focus,
.form__container .form__container__inner:nth-of-type(2) form.quote__form input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px rgba(var(--white), 1) inset !important;
  -webkit-text-fill-color: rgba(var(--blue), 1) !important;
  -webkit-transition: background-color 99999s ease-in-out 0s !important;
  transition: background-color 99999s ease-in-out 0s !important;
}
.form__container .form__container__inner:nth-of-type(2) form.quote__form .hidden {
  display: none;
}

button {
  width: 100%;
  padding: 2rem;
  border: none;
  background: rgba(var(--blue-light), 1);
  color: rgba(var(--blue-dark), 1);
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.26, 1, 0.3, 1);
  font-weight: 700;
}
@media (max-width: 1024px) {
  button {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  button:hover {
    opacity: 0.85;
  }
}
button[type=submit] {
  text-transform: uppercase;
  background-color: rgba(var(--green), 1);
  color: rgba(var(--white), 1);
}

.customer__form__container {
  padding: 4rem;
  background: rgba(var(--white), 1);
  width: 80rem;
}
.customer__form__container h2 {
  margin-bottom: 3rem;
}
.customer__form__container input:not([type=submit]),
.customer__form__container input:not([type=firstname]),
.customer__form__container textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  resize: none;
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  width: 100%;
  height: 8rem;
  padding-left: 2rem;
  background: transparent;
  font: inherit;
  letter-spacing: 0.04rem;
  background: rgba(var(--white), 1);
  color: rgba(var(--blue-dark), 1);
}
.customer__form__container input:not([type=submit]):not(:nth-of-type(4)),
.customer__form__container input:not([type=firstname]):not(:nth-of-type(4)),
.customer__form__container textarea:not(:nth-of-type(4)) {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .customer__form__container input:not([type=submit]),
  .customer__form__container input:not([type=firstname]),
  .customer__form__container textarea {
    width: calc(100vw - 4rem);
    height: 10rem;
  }
}
.customer__form__container input:not([type=submit])::-moz-placeholder, .customer__form__container input:not([type=firstname])::-moz-placeholder, .customer__form__container textarea::-moz-placeholder {
  text-transform: capitalize;
  opacity: 1;
  color: rgba(var(--blue-dark), 1);
}
.customer__form__container input:not([type=submit])::placeholder,
.customer__form__container input:not([type=firstname])::placeholder,
.customer__form__container textarea::placeholder {
  text-transform: capitalize;
  opacity: 1;
  color: rgba(var(--blue-dark), 1);
}
.customer__form__container input:not([type=submit]):focus,
.customer__form__container input:not([type=firstname]):focus,
.customer__form__container textarea:focus {
  box-shadow: 0 0 0 20rem transparent inset;
}
.customer__form__container input:not([type=submit]):not(:-moz-placeholder) ~ label, .customer__form__container input:not([type=firstname]):not(:-moz-placeholder) ~ label, .customer__form__container textarea:not(:-moz-placeholder) ~ label {
  opacity: 0;
}
.customer__form__container input:not([type=submit]):not(:placeholder-shown) ~ label,
.customer__form__container input:not([type=firstname]):not(:placeholder-shown) ~ label,
.customer__form__container textarea:not(:placeholder-shown) ~ label {
  opacity: 0;
}
.customer__form__container label {
  pointer-events: none;
}
.customer__form__container textarea {
  height: 20rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  .customer__form__container textarea {
    height: 40rem;
  }
}
.customer__form__container input:-webkit-autofill,
.customer__form__container input:-webkit-autofill:hover,
.customer__form__container input:-webkit-autofill:focus,
.customer__form__container input:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px rgba(var(--white), 1) inset !important;
  -webkit-text-fill-color: rgba(var(--blue-dark), 1) !important;
  -webkit-transition: background-color 99999s ease-in-out 0s !important;
  transition: background-color 99999s ease-in-out 0s !important;
}
.customer__form__container .hidden {
  background: transparent !important;
  position: absolute !important;
  bottom: 0.5rem !important;
  left: 50rem !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 0 !important;
  height: 2rem !important;
  width: 20%;
}
.customer__form__container .hidden ~ label {
  color: transparent !important;
}
.customer__form__container .hidden:focus {
  box-shadow: 0 0 0 20rem transparent inset !important;
}

.image__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.image__grid .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
  width: 56rem;
  height: 40rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .image__grid .item {
    width: 100%;
    height: 50rem;
  }
}
.image__grid .item .picture__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.image__grid .item .picture__wrapper picture {
  width: 100%;
  height: 100%;
  filter: brightness(80%) saturate(120%);
  display: flex;
  overflow: hidden;
  z-index: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(var(--blue), 1);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000000000000000000000000000000;
  isolation: isolate;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
@media (max-width: 1024px) {
  .lightbox {
    justify-content: flex-start;
    padding-top: 18rem;
  }
}
.lightbox.active {
  display: flex;
  flex-direction: column;
}
.lightbox__img {
  max-width: 85vw;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .lightbox__img {
    max-height: 63vh;
    max-width: 96vw;
  }
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.lightbox__close {
  top: 4rem;
  right: 4rem;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
}
.lightbox__close span {
  position: absolute;
  width: 10rem;
  height: 0.2rem;
  background: rgba(var(--white), 1);
}
.lightbox__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.lightbox__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.lightbox__prev, .lightbox__next {
  color: rgba(var(--blue), 1);
  background: rgba(var(--orange), 1);
  padding: 1.8rem;
}
@media (max-width: 1024px) {
  .lightbox__prev, .lightbox__next {
    bottom: 5rem;
  }
}
.lightbox__prev {
  left: 5rem;
}
.lightbox__next {
  right: 5rem;
}
.lightbox .lightbox__caption {
  color: rgba(var(--blue-light), 1);
  margin-top: 2rem;
  text-align: center;
  padding: 0 2rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .lightbox .lightbox__caption {
    font-size: 3.4rem;
  }
}

.main__menu__boilers .main__dropdown__content__inner {
  width: 100%;
  height: 100%;
}

.main__menu__dropdown .main__menu__dropdown__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .main__menu__dropdown .main__menu__dropdown__btn:hover:before {
    opacity: 1;
    transform: none;
  }
  .main__menu__dropdown .main__menu__dropdown__btn:hover svg {
    transform: rotateX(-180deg);
  }
}
.main__menu__dropdown .main__menu__dropdown__btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.2rem solid rgba(var(--blue-light), 1);
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.26, 1, 0.3, 1), transform 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
.main__menu__dropdown .main__menu__dropdown__btn svg {
  color: currentColor;
  width: 1.5rem;
  height: auto;
  pointer-events: none;
  margin-left: 0.35rem;
  top: 0.07rem;
  transition: transform 0.8s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .main__menu__dropdown .main__menu__dropdown__btn svg {
    width: 2rem;
    top: 0.25rem;
  }
}
.main__menu__dropdown .main__menu__dropdown__btn svg path {
  fill: rgba(var(--blue-light), 1);
  stroke: rgba(var(--blue-light), 1);
}

.main__dropdown__content {
  position: absolute;
  top: calc(var(--headerHeight) - 1rem);
  left: 0;
  width: 100vw;
  background: rgba(var(--blue-dark), 1);
  height: 46rem;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main__dropdown__content .main__dropdown__content__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__dropdown__content.is-open {
  pointer-events: all;
  opacity: 1;
}

.main__menu__finance .main__dropdown__content__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.main__menu__finance .main__dropdown__content__inner .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.main__menu__finance .main__dropdown__content__inner .grid .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.main__menu__finance .main__dropdown__content__inner .grid .item > p {
  font-weight: 700;
}
.main__menu__finance .main__dropdown__content__inner > p {
  width: 140rem;
  text-align: center;
}

.main__menu__locations {
  padding: 2rem 5rem;
}
.main__menu__locations .main__dropdown__content__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main__menu__locations .main__dropdown__content__inner .heading {
  display: block;
  width: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(var(--blue), 1);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.main__menu__locations .main__dropdown__content__inner .heading:nth-of-type(2) {
  margin-top: 8rem;
}
.main__menu__locations .main__dropdown__content__inner .locations {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  width: 100%;
}
.main__menu__locations .main__dropdown__content__inner .locations li {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
}
.main__menu__locations .main__dropdown__content__inner .locations li a {
  transition: color 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  .main__menu__locations .main__dropdown__content__inner .locations li a {
    color: rgba(var(--blue-light), 1);
  }
}
.main__menu__locations .main__dropdown__content__inner .locations {
  /* ===================== */
  /* ROW (LINK + TOGGLER) */
  /* ===================== */
}
.main__menu__locations .main__dropdown__content__inner .locations .location__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__menu__locations .main__dropdown__content__inner .locations .location__row .location__link {
  flex: 1;
}
.main__menu__locations .main__dropdown__content__inner .locations {
  /* ===================== */
  /* TOGGLER BUTTON */
  /* ===================== */
}
.main__menu__locations .main__dropdown__content__inner .locations .location__dropdown__toggler {
  width: 1.8rem;
  height: 1.8rem;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  background: rgba(var(--blue), 1);
  border-radius: 50%;
  padding: 0.1rem;
  margin-left: 0.4rem;
  transition: background 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
.main__menu__locations .main__dropdown__content__inner .locations .location__dropdown__toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.44rem;
  height: 0.44rem;
  border: solid rgba(var(--white), 1);
  border-width: 0 0.26rem 0.26rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  transition: border 0.6s cubic-bezier(0.26, 1, 0.3, 1);
  margin-top: -0.1rem;
}
@media (min-width: 1024px) {
  .main__menu__locations .main__dropdown__content__inner .locations .location__dropdown__toggler:hover {
    background: rgba(var(--blue-light), 1);
  }
  .main__menu__locations .main__dropdown__content__inner .locations .location__dropdown__toggler:hover:before {
    border: solid rgba(var(--blue), 1);
    border-width: 0 0.26rem 0.26rem 0;
  }
}
.main__menu__locations .main__dropdown__content__inner .locations {
  /* Rotate arrow when open */
}
.main__menu__locations .main__dropdown__content__inner .locations li.active .location__dropdown__toggler::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 0.15rem;
}
.main__menu__locations .main__dropdown__content__inner .locations {
  /* ===================== */
  /* SUB MENU (FLOATING) */
  /* ===================== */
}
.main__menu__locations .main__dropdown__content__inner .locations .sub__menu {
  list-style: none;
  margin: 0;
  padding: 0.75rem;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: -0.5rem;
  z-index: 50;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(var(--blue), 1);
  /* hidden state */
  opacity: 0;
  pointer-events: none;
  transform: translateY(2rem);
  transition: opacity 0.4s cubic-bezier(0.26, 1, 0.3, 1), transform 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
.main__menu__locations .main__dropdown__content__inner .locations .sub__menu li {
  padding: 0.3rem 0;
  background: none;
  display: block;
  white-space: nowrap;
}
.main__menu__locations .main__dropdown__content__inner .locations .sub__menu a {
  display: block;
  font-size: 0.9em;
  opacity: 0.75;
}
@media (min-width: 1024px) {
  .main__menu__locations .main__dropdown__content__inner .locations .sub__menu a:hover {
    opacity: 1;
  }
}
.main__menu__locations .main__dropdown__content__inner .locations {
  /* Open state */
}
.main__menu__locations .main__dropdown__content__inner .locations li.active > .sub__menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.slider {
  --slider-padding: 1rem;
  --slide-width: 25%;
  --slide-min-width: 40rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(100% - 2rem);
}
@media (max-width: 1024px) {
  .slider {
    --slide-width: 100%;
    --slide-min-width: 100%;
    width: 100%;
    gap: 3rem;
  }
}
.slider {
  /* ==============================
     Track
     ============================== */
}
.slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
}
.slider__track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.slider__track {
  /* hide scrollbar */
  scrollbar-width: none;
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider {
  /* ==============================
     Buttons
     ============================== */
}
.slider__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  overflow: visible;
}
@media (max-width: 1024px) {
  .slider__buttons {
    gap: 3rem;
  }
}
.slider__buttons .slider__button {
  cursor: pointer;
  width: 14rem;
  text-align: center;
  padding: 2rem;
  background: rgba(var(--blue-dark), 1);
  color: rgba(var(--blue-light), 1);
}
@media (max-width: 1024px) {
  .slider__buttons .slider__button {
    padding: 4rem 2rem;
    width: 30rem;
  }
}
.slider__buttons .slider__button ::-moz-selection {
  color: currentColor;
  background: rgba(var(--blue-dark), 1);
}
.slider__buttons .slider__button ::selection {
  color: currentColor;
  background: rgba(var(--blue-dark), 1);
}
.slider__buttons [disabled] {
  background: rgba(var(--blue-dark), 0.3);
  pointer-events: none;
}
.slider {
  /* ==============================
     Base Slide
     ============================== */
}
.slider .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 38rem;
  z-index: 1;
  overflow: hidden;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .slider .slide {
    padding: 0;
    height: 50rem;
  }
}
.slider {
  /* ==============================
     Review Slider
     ============================== */
}
.slider .review__slide {
  --slide-width: 50%;
}
@media (max-width: 1024px) {
  .slider .review__slide {
    height: auto;
    padding: 4rem 1rem;
    gap: 3rem;
  }
}
.slider .review__slide:before {
  content: "";
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: rgba(var(--blue), 1);
}
@media (max-width: 1024px) {
  .slider .review__slide:before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
  }
}
.slider .review__slide p {
  width: calc(100% - 10rem);
}
@media (max-width: 1024px) {
  .slider .review__slide p {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
}
.slider .review__slide p.font__m {
  color: rgba(var(--blue-light), 1);
}
.slider .review__slide p.stars {
  color: rgba(var(--orange), 1);
  filter: brightness(150%);
}
.slider {
  /* ==============================
     Services + Projects Slider
     ============================== */
}
@media (min-width: 1024px) {
  .slider.services__slider .service__slide:hover picture img {
    filter: brightness(90%) saturate(130%);
  }
}
.slider.services__slider .service__slide .slide__inner {
  background: red;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .slider.services__slider .service__slide .slide__inner {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
  }
}
.slider.services__slider .service__slide {
  /* image */
}
.slider.services__slider .service__slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider.services__slider .service__slide picture img {
  width: 100%;
  height: 100%;
  transition: filter 1s cubic-bezier(0.26, 1, 0.3, 1);
  filter: brightness(70%) saturate(130%);
}
.slider.services__slider .service__slide {
  /* title */
}
.slider.services__slider .service__slide p {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  max-width: 90%;
  color: rgba(var(--blue-light), 1);
  background: blue;
}

ul.social__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  ul.social__links {
    gap: 4rem;
  }
}
ul.social__links li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  ul.social__links li {
    margin: 3rem 0;
  }
}
ul.social__links li svg {
  width: 1.6rem;
  height: 1.6rem;
}
ul.social__links li svg path {
  fill: currentColor;
}
@media (max-width: 1024px) {
  ul.social__links li svg {
    width: 3rem;
    height: 3rem;
  }
}

footer.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin: 2rem 0 1rem 0;
  padding: 0 1rem;
  color: rgba(var(--blue-light), 1);
}
@media (max-width: 1024px) {
  footer.footer {
    gap: 10rem;
    margin-top: 2rem;
    padding: 0 1.2rem;
  }
}
footer.footer .container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding: 5rem 10rem 2rem 10rem;
  width: 100%;
  height: 100%;
  background: rgba(var(--blue-dark), 1);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer.footer .container {
    padding: 5rem 2rem;
    padding-bottom: 25rem;
  }
}
footer.footer .container .bg__shape {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -110rem;
  left: -70rem;
  border-radius: 50%;
  width: 140rem;
  height: 140rem;
  background: rgba(var(--blue), 0.2);
}
@media (max-width: 1024px) {
  footer.footer .container .bg__shape {
    width: 160rem;
    height: 74rem;
    bottom: -40rem;
    left: -30rem;
  }
}
footer.footer .container .bg__shape:before, footer.footer .container .bg__shape:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: inherit;
}
footer.footer .container .bg__shape:before {
  width: 110%;
  height: 110%;
}
footer.footer .container .bg__shape:after {
  width: 120%;
  height: 120%;
}
footer.footer .container .logo img {
  width: 40rem;
  height: auto;
}
@media (max-width: 1024px) {
  footer.footer .container .logo img {
    width: 55rem;
  }
}
footer.footer .container .accreditation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  footer.footer .container .accreditation {
    margin-top: 3rem;
  }
}
footer.footer .container .accreditation picture {
  height: 12rem;
  width: 12rem;
}
footer.footer .container .accreditation picture:nth-of-type(1) {
  padding: 1rem 0;
}
footer.footer .container .accreditation picture:nth-of-type(3) {
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  footer.footer .container .accreditation picture {
    height: 14rem;
    width: 14rem;
  }
}
footer.footer .container .accreditation picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer.footer .container .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 1024px) {
  footer.footer .container .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer.footer .container .row:nth-of-type(3) {
  margin-bottom: 15rem;
}
@media (max-width: 1024px) {
  footer.footer .container .row:nth-of-type(3) {
    margin-bottom: 10rem;
  }
}
footer.footer .container .row ul.menu {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 1024px) {
  footer.footer .container .row ul.menu {
    gap: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer.footer .container .row ul.menu:not(:nth-of-type(1)) {
    margin-top: 5rem;
  }
}
footer.footer .container .row ul.menu li.menu__heading {
  text-transform: capitalize;
  margin-bottom: 3rem;
  color: rgba(var(--blue-light), 1);
  font-weight: bold;
}
footer.footer .container .row ul.menu li a {
  line-height: 1.1;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  footer.footer .container .row ul.menu li a:hover {
    color: rgba(var(--blue-light), 1);
  }
}
footer.footer .container .row ul.menu li a svg {
  width: auto;
  height: 1.4rem;
  margin-right: 0.5rem;
}
@media (max-width: 1024px) {
  footer.footer .container .row ul.menu li a svg {
    height: 2.8rem;
  }
}
footer.footer .container .row ul.menu li a svg path {
  fill: currentColor;
}
footer.footer .container .row a.jswd__link {
  margin-right: 0.8rem;
}
footer.footer .container .row a.jswd__link img {
  width: 7rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  footer.footer .container .row a.jswd__link img {
    width: 10rem;
  }
}

:root {
  --headerHeight: 12rem;
}
@media (max-width: 1024px) {
  :root {
    --headerHeight: 14rem;
  }
}

header {
  width: 100%;
  z-index: 99999;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  background: rgba(var(--blue-dark), 1);
}
@media (max-width: 1024px) {
  header {
    padding: 0 2rem;
  }
}
header .logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  header .logo__wrapper {
    width: 30rem;
    position: relative;
    left: auto;
    transform: none;
  }
}
header .logo__wrapper .logo {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transition: opacity 0.6s cubic-bezier(0.26, 1, 0.3, 1);
}
header .logo__wrapper .logo picture {
  width: 100%;
  height: 100%;
}
header .logo__wrapper .logo picture img {
  width: 100%;
  height: 100%;
}
header .header__left,
header .header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
header .header__left .header__btn,
header .header__right .header__btn {
  color: rgba(var(--blue-light), 1);
  padding: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  header .header__left .header__btn,
  header .header__right .header__btn {
    padding: 3.4rem;
    font-weight: bold;
    font-size: 3rem;
    margin-left: 0;
  }
  header .header__left .header__btn:nth-of-type(1),
  header .header__right .header__btn:nth-of-type(1) {
    display: none;
  }
}
@media (min-width: 1024px) {
  header .header__left .header__btn:hover:before,
  header .header__right .header__btn:hover:before {
    transform: scale(1.1);
  }
}
header .header__left .header__btn svg,
header .header__right .header__btn svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}
@media (max-width: 1024px) {
  header .header__left .header__btn svg,
  header .header__right .header__btn svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
  }
}
header .header__left .header__btn svg path,
header .header__right .header__btn svg path {
  fill: rgba(var(--blue-light), 1);
}
header .header__left .header__btn:before,
header .header__right .header__btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(var(--blue), 1);
  transition: opacity 0.3s cubic-bezier(0.26, 1, 0.3, 1), transform 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
header .header__left .header__btn.quote__btn,
header .header__right .header__btn.quote__btn {
  color: rgba(var(--green-light), 1);
}
header .header__left .header__btn.quote__btn:before,
header .header__right .header__btn.quote__btn:before {
  background: rgba(var(--green), 1);
}
header .header__left .header__btn.quote__btn svg path,
header .header__right .header__btn.quote__btn svg path {
  fill: rgba(var(--green-light), 1);
}
@media (max-width: 1024px) {
  header .header__left {
    display: none;
  }
}

.contact__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.contact__main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5rem;
}
.contact__main .container .container__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
}
.contact__main .container .container__inner p {
  width: 55rem;
}
@media (max-width: 1024px) {
  .contact__main .container .container__inner p {
    width: 100%;
  }
}

.policy__page .main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .policy__page .main .container {
    gap: 3rem;
    padding: 10rem 2rem 5rem 2rem;
  }
}
.policy__page .main .container h1,
.policy__page .main .container h2 {
  text-align: center;
}
.policy__page .main .container > p {
  width: 90rem;
}
@media (max-width: 1024px) {
  .policy__page .main .container > p {
    width: 100%;
  }
}
.policy__page .main .container > p.text__centered {
  text-align: center;
}

.range__page section.hero {
  height: 30rem;
}
.range__page section.hero .bg__circle__shape__2 {
  bottom: -155rem;
  left: -50rem;
  width: 160rem;
  height: 160rem;
  background: rgba(var(--blue), 0.8);
}
@media (max-width: 1024px) {
  .range__page section.hero .bg__circle__shape__2 {
    width: 70rem;
    height: 70rem;
    bottom: -52rem;
    left: -40rem;
  }
}
.range__page section.hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem;
  gap: 3rem;
  text-align: center;
}
.range__page section.hero .container p {
  width: 70rem;
}
@media (max-width: 1024px) {
  .range__page section.hero .container p {
    width: 100%;
  }
}
.range__page .product__section .container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.range__page .product__section .container .container__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 5rem;
}
.range__page .product__section .container .container__inner p {
  width: 120rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .range__page .product__section .container .container__inner p {
    width: 100%;
  }
}
.range__page .product__section .container .container__inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  row-gap: 1rem;
  width: 180rem;
}
@media (max-width: 1024px) {
  .range__page .product__section .container .container__inner ul {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
}
.range__page .product__section .container .container__inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.range__page .product__section .container .container__inner ul li svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
}
@media (max-width: 1024px) {
  .range__page .product__section .container .container__inner ul li svg {
    width: 3rem;
    height: 3rem;
  }
}
.range__page .product__section .container .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.range__page .product__section .container .grid .item {
  flex-grow: 1;
  height: 100%;
  width: 130rem;
  padding: 4rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .range__page .product__section .container .grid .item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
.range__page .product__section .container .grid .item picture {
  width: 40rem;
  height: auto;
  background: rgba(var(--off-white), 1);
}
@media (max-width: 1024px) {
  .range__page .product__section .container .grid .item picture {
    width: 50rem;
  }
}
.range__page .product__section .container .grid .item picture img.object__fit {
  -o-object-fit: contain;
     object-fit: contain;
}
.range__page .product__section .container .grid .item .product__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.range__page .product__section .container .grid .item .product__info h2 {
  border-top: 1px solid rgba(var(--blue-light), 0.3);
  padding-top: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.range__page .product__section .container .grid .item .product__info p.price {
  border-top: 1px dashed rgba(var(--blue-light), 0.3);
  border-bottom: 1px dashed rgba(var(--blue-light), 0.3);
  padding: 1.2rem 0;
  margin-top: 2rem;
}

section.banner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  section.banner {
    padding: 0 1.2rem;
  }
}
section.banner .container {
  width: 100%;
}
@media (max-width: 1024px) {
  section.banner .container {
    padding: 5rem 2rem;
  }
}

section.product__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  section.product__hero {
    height: 100%;
    padding: 0 1.6rem;
  }
}
section.product__hero .container {
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10rem;
  overflow: hidden;
  z-index: 1;
  padding: 4rem 10rem;
}
@media (max-width: 1024px) {
  section.product__hero .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 55rem;
  }
}
section.product__hero .container .bg__circle__shape__2 {
  z-index: -2;
  top: 25rem;
  right: -20rem;
  width: 80rem;
  height: 80rem;
  background: rgba(var(--orange), 0.8);
}
@media (max-width: 1024px) {
  section.product__hero .container .bg__circle__shape__2 {
    top: 35rem;
    right: -30rem;
    width: 150rem;
    height: 76rem;
  }
}
section.product__hero .container .main__content {
  display: flex;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 1024px) {
  section.product__hero .container .main__content {
    flex-direction: column-reverse;
    gap: 0;
  }
}
section.product__hero .container .main__content picture {
  width: 40rem;
  height: 60rem;
  border: 1px solid rgb(201, 200, 200);
  background: rgb(230, 231, 232);
}
@media (max-width: 1024px) {
  section.product__hero .container .main__content picture {
    margin-top: -10rem;
  }
}
section.product__hero .container .main__content .product__info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
section.product__hero .container .main__content .product__info p.product__description {
  width: 60rem;
  background: rgba(var(--blue), 0.1);
  backdrop-filter: blur(20px);
  padding: 2rem;
}
@media (max-width: 1024px) {
  section.product__hero .container .main__content .product__info p.product__description {
    padding-bottom: 13rem;
  }
}
section.product__hero .container .product__decorative__image {
  position: absolute;
  bottom: -10rem;
  right: -10rem;
  width: 70rem;
  height: 70rem;
  z-index: -1;
}
@media (max-width: 1024px) {
  section.product__hero .container .product__decorative__image {
    right: auto;
    left: -5rem;
    bottom: -23rem;
  }
}
section.product__hero .container .product__decorative__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

section.our__boilers .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  overflow: hidden;
  z-index: 1;
}
section.our__boilers .container .container__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
}
section.our__boilers .container .container__inner > p {
  width: 60rem;
}
@media (max-width: 1024px) {
  section.our__boilers .container .container__inner > p {
    width: 100%;
    padding: 0 2rem;
  }
}

section.trust .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  section.trust .container {
    padding-bottom: 10rem;
  }
}
section.trust .container .bg__shape {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -110rem;
  right: -70rem;
  border-radius: 50%;
  width: 140rem;
  height: 140rem;
  background: rgba(var(--orange), 1);
}
@media (max-width: 1024px) {
  section.trust .container .bg__shape {
    width: 70rem;
    height: 70rem;
    bottom: -30rem;
    right: -40rem;
  }
}
section.trust .container .bg__shape:before, section.trust .container .bg__shape:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: inherit;
}
section.trust .container .bg__shape:before {
  width: 110%;
  height: 110%;
}
section.trust .container .bg__shape:after {
  width: 120%;
  height: 120%;
}
section.trust .container .container__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
  color: rgba(var(--blue-light), 1);
}
section.trust .container .container__inner > p {
  max-width: 60rem;
}
@media (max-width: 1024px) {
  section.trust .container .container__inner > p {
    max-width: 100%;
  }
}
section.trust .container .container__inner .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  section.trust .container .container__inner .grid {
    row-gap: 10rem;
  }
}
section.trust .container .container__inner .grid .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1024px) {
  section.trust .container .container__inner .grid .item {
    width: 27rem;
    height: 24rem;
    gap: 7rem;
  }
}
section.trust .container .container__inner .grid .item p {
  z-index: 2;
  text-transform: capitalize;
}
section.trust .container .container__inner .grid .item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  background: rgba(var(--off-white), 0.2);
}
@media (max-width: 1024px) {
  section.trust .container .container__inner .grid .item picture {
    width: 14rem;
    height: 14rem;
  }
}
section.trust .container .container__inner .grid .item picture:before, section.trust .container .container__inner .grid .item picture:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: inherit;
}
section.trust .container .container__inner .grid .item picture:before {
  width: 140%;
  height: 140%;
}
section.trust .container .container__inner .grid .item picture:after {
  width: 180%;
  height: 180%;
}
section.trust .container .container__inner .grid .item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 140%;
}
@media (max-width: 1024px) {
  section.trust .container .container__inner .grid .item picture img {
    width: 20rem;
    height: 20rem;
  }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    height: 100%;
    padding: 0 1.2rem;
  }
}
.hero .container {
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5rem;
  overflow: hidden;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .hero .container {
    padding: 5rem 2rem;
    flex-direction: column;
  }
}
.hero .container .container__inner:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  width: 75rem;
  height: 82rem;
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) {
    width: 100%;
    height: 100%;
  }
}
.hero .container .container__inner:nth-of-type(1) .accreditation {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) .accreditation {
    display: flex;
    margin-bottom: 4rem;
    gap: 1rem;
  }
}
.hero .container .container__inner:nth-of-type(1) .accreditation picture {
  height: 16rem;
  width: 16rem;
}
.hero .container .container__inner:nth-of-type(1) .accreditation picture:nth-of-type(1) {
  padding: 1rem 0;
}
.hero .container .container__inner:nth-of-type(1) .accreditation picture:nth-of-type(3) {
  padding: 2rem 0;
}
.hero .container .container__inner:nth-of-type(1) .accreditation picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .container .container__inner:nth-of-type(1) p.trusted {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: bold;
}
.hero .container .container__inner:nth-of-type(1) p.trusted span {
  font-size: 2em;
}
.hero .container .container__inner:nth-of-type(1) h1,
.hero .container .container__inner:nth-of-type(1) h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.hero .container .container__inner:nth-of-type(1) h1 span.highlight__text,
.hero .container .container__inner:nth-of-type(1) h2 span.highlight__text {
  color: rgb(230, 125, 33);
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) h1 span.highlight__text,
  .hero .container .container__inner:nth-of-type(1) h2 span.highlight__text {
    color: rgba(var(--off-white), 1);
  }
}
.hero .container .container__inner:nth-of-type(1) p.description {
  max-width: 68rem;
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) p.description {
    max-width: 100%;
  }
}
.hero .container .container__inner:nth-of-type(1) picture.main {
  bottom: -14rem;
  left: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 50rem;
  z-index: -1;
  overflow: visible;
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) picture.main {
    left: 10rem;
  }
}
.hero .container .container__inner:nth-of-type(1) picture.main img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.4);
}
.hero .container .container__inner:nth-of-type(1) .bg__circle__shape {
  bottom: -30rem;
  left: -4rem;
  width: 50rem;
  height: 50rem;
  background: rgba(var(--white), 0.2);
}
@media (max-width: 1024px) {
  .hero .container .container__inner:nth-of-type(1) .bg__circle__shape {
    bottom: -20rem;
    left: -2rem;
  }
}
.hero .container .bg__circle__shape__2 {
  top: -60rem;
  right: -50rem;
  width: 120rem;
  height: 120rem;
  background: rgba(var(--orange), 0.8);
}
@media (max-width: 1024px) {
  .hero .container .bg__circle__shape__2 {
    width: 100rem;
    height: 90rem;
  }
}
.hero .finance__sticker {
  margin-top: 2rem;
  width: 95rem;
}
@media (max-width: 1024px) {
  .hero .finance__sticker {
    margin-top: 3rem;
    width: 100%;
  }
}

section.how__it__works .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.5rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  section.how__it__works .container {
    flex-direction: column;
  }
}
section.how__it__works .container .container__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .container__inner {
    align-items: center;
    text-align: center;
  }
}
section.how__it__works .container .container__inner > p {
  width: 52rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .container__inner > p {
    width: 100%;
  }
}
section.how__it__works .container .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid {
    flex-direction: column;
  }
}
section.how__it__works .container .grid .item {
  padding: 2rem;
  padding-top: 3rem;
  width: 34rem;
  height: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5rem;
  border-radius: 50%;
  background: rgba(var(--blue-dark), 0.3);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item {
    width: 50rem;
    height: 50rem;
    gap: 7rem;
  }
}
section.how__it__works .container .grid .item h3 {
  width: 25rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item h3 {
    width: 28rem;
  }
}
section.how__it__works .container .grid .item span.num {
  position: absolute;
  margin-left: 2rem;
  margin-top: -3rem;
  z-index: -1;
  font-size: 54rem;
  transform: rotate(25deg);
  color: rgba(var(--blue-dark), 1);
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item span.num {
    font-size: 80rem;
    margin-top: -7rem;
  }
}
section.how__it__works .container .grid .item span.num > span {
  display: block;
}
section.how__it__works .container .grid .item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  background: rgba(var(--off-white), 0.2);
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item picture {
    width: 14rem;
    height: 14rem;
  }
}
section.how__it__works .container .grid .item picture:before, section.how__it__works .container .grid .item picture:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  background: inherit;
}
section.how__it__works .container .grid .item picture:before {
  width: 140%;
  height: 140%;
}
section.how__it__works .container .grid .item picture:after {
  width: 180%;
  height: 180%;
}
section.how__it__works .container .grid .item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
  width: 10rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item picture img {
    width: 18rem;
    height: 18rem;
  }
}
section.how__it__works .container .grid .item picture img.alt {
  height: 10rem;
  width: 16rem;
}
@media (max-width: 1024px) {
  section.how__it__works .container .grid .item picture img.alt {
    width: 22rem;
    height: 12rem;
  }
}

section.text__section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
section.text__section .container p {
  width: 110rem;
}
@media (max-width: 1024px) {
  section.text__section .container p {
    width: 100%;
  }
}
section.text__section .container p > strong {
  background: rgba(var(--off-white), 1);
  padding: 1.4rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
section.text__section .container p > strong:not(:nth-of-type(1)) {
  margin-top: 5rem;
}
section.text__section .container p a {
  font-weight: bold;
  font-style: oblique;
}

section.reviews .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  text-align: center;
}
@media (max-width: 1024px) {
  section.reviews .container {
    gap: 2rem;
  }
}
section.reviews .container h2 span {
  display: block;
  margin-top: 1rem;
  color: rgba(var(--orange), 1);
}
section.reviews .container > p {
  width: 48rem;
}
@media (max-width: 1024px) {
  section.reviews .container > p {
    width: 100%;
  }
}

section.services .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  section.services .container {
    gap: 5rem;
  }
}/*# sourceMappingURL=main.css.map */