/**
*
* Testing
*
**/
:root {
  --black: 18, 26, 14;
  --off-black: 38, 46, 34;
  --white: 255, 255, 255;
  --off-white: 248, 245, 246;
  --grey: 225, 225, 225;
  --light-grey: 235, 235, 235;
  --red: 201, 0, 33;
  --green: 80, 160, 40;
  --light-green: 180, 240, 160;
}

main picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-scroll-class=list-reveal] {
  line-height: 1;
}
[data-scroll-class=list-reveal] li {
  opacity: 0;
  transform: scale(0.4);
}

.list-reveal li {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: opacity 0.4s cubic-bezier(0.43, 0, 0.3, 1), transform 0.6s cubic-bezier(0.43, 0, 0.3, 1);
}
.list-reveal li:nth-of-type(2) {
  transition-delay: 0.1s;
}
.list-reveal li:nth-of-type(3) {
  transition-delay: 0.2s;
}
.list-reveal li:nth-of-type(4) {
  transition-delay: 0.3s;
}
.list-reveal li:nth-of-type(5) {
  transition-delay: 0.4s;
}

header .header__main nav ul li a, header .topper .col:nth-of-type(1) a, footer .container .bottom__row a, footer .container .row ul li a {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

header .header__main nav ul li a:after, header .topper .col:nth-of-type(1) a:after, footer .container .bottom__row a:after, footer .container .row ul li a:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.43, 0, 0.3, 1);
  width: 100%;
}
@media (max-width: 1024px) {
  header .header__main nav ul li a:after, header .topper .col:nth-of-type(1) a:after, footer .container .bottom__row a:after, footer .container .row ul li a:after {
    display: none !important;
  }
}

header .header__main nav ul li a:hover:after, header .topper .col:nth-of-type(1) a:hover:after, footer .container .bottom__row a:hover:after, footer .container .row ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

header .header__main nav ul li a:after, header .topper .col:nth-of-type(1) a:after, footer .container .bottom__row a:after, footer .container .row ul li a:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

header .header__main nav ul li a, header .topper .col:nth-of-type(1) a, footer .container .bottom__row a, footer .container .row ul li a {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  transition: font-size 0s 0s !important;
  background: black;
}
@media (max-width: 1024px) {
  html {
    font-size: 0.7291666667vw !important;
  }
}

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

main {
  z-index: 20;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: rgba(var(--white), 1);
}
main section {
  width: 100%;
  height: 100%;
  padding: 10rem 0;
}
@media (max-width: 1024px) {
  main section {
    padding: 25rem 0;
  }
}
main section:nth-of-type(1) {
  padding-top: 20rem;
}
@media (max-width: 1024px) {
  main section:nth-of-type(1) {
    padding-top: 50rem;
  }
}
main section .container {
  padding: 0 20rem;
}
@media (max-width: 1024px) {
  main section .container {
    padding: 0 5rem;
  }
}
main img,
main svg {
  -webkit-user-drag: none;
  image-rendering: optimizeQuality;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
}

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,
picture,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  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,
picture,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

@font-face {
  font-family: "Satoshi";
  font-weight: 400;
  font-style: normal;
  src: url("../Satoshi-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  font-weight: 600;
  font-style: normal;
  src: url("../PlayfairDisplay-Regular.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Satoshi", Arial, sans-serif;
  color: rgba(var(--black), 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.01em;
  font-weight: 400;
}
body ::-moz-selection {
  /* Code for Firefox */
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
}
body ::selection {
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
}
body .font__opaque__dark {
  color: rgba(var(--black), 0.7);
}
body .font__opaque__light {
  color: rgba(var(--white), 0.7);
}
body .line__height__1-5 {
  line-height: 1.5;
}
@media (max-width: 768px) {
  body .line__height__1-5 {
    line-height: 1.2;
  }
}
body .fancy__font {
  font-family: "PlayfairDisplay", serif;
  font-style: oblique;
}
body .font__xxs {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body .font__xxs {
    font-size: 4rem;
  }
}
body .font__xs {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  body .font__xs {
    font-size: 6rem;
  }
}
body .font__s {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  body .font__s {
    font-size: 7rem;
  }
}
body .font__m {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body .font__m {
    font-size: 8rem;
  }
}
body .font__l {
  font-size: 6rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body .font__l {
    font-size: 10rem;
  }
}
body .font__xl {
  font-size: 8rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  body .font__xl {
    font-size: 12rem;
  }
}
body .font__xxl {
  font-size: 10rem;
  font-weight: 600;
  word-spacing: -2rem;
}
@media (max-width: 1024px) {
  body .font__xxl {
    font-size: 16rem;
  }
}
body ul {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption,
body .marquee {
  cursor: default;
}
body a,
body button,
body .accordionItemHeading {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p,
body button p,
body .accordionItemHeading p {
  cursor: pointer !important;
}

.button__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .button__wrapper {
    flex-wrap: wrap;
  }
}
.button__wrapper .button:nth-of-type(2) svg {
  animation: spin 3s 1s cubic-bezier(0.43, 0, 0.3, 1) infinite;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  z-index: 99999;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  color: rgba(var(--black), 1);
  border: 1px solid rgba(var(--light-green), 1);
  background: rgba(var(--light-green), 1);
  transition: border 0.2s cubic-bezier(0.43, 0, 0.3, 1), color 0.2s cubic-bezier(0.43, 0, 0.3, 1), background 0.2s cubic-bezier(0.43, 0, 0.3, 1), transform 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 1024px) {
  .button {
    padding: 6rem 7rem;
  }
}
@media (min-width: 1024px) {
  .button:hover {
    transform: scale(0.98);
    border: 1px solid rgba(var(--green), 1);
    background: rgba(var(--green), 1);
    color: rgba(var(--white), 1);
  }
  .button:hover svg line {
    stroke: rgba(var(--white), 1);
  }
}
.button svg {
  width: 1.8rem;
  height: auto;
  animation: spin 3s cubic-bezier(0.43, 0, 0.3, 1) infinite;
}
.button svg line {
  stroke: rgba(var(--black), 1);
  transition: stroke 0.2s cubic-bezier(0.43, 0, 0.3, 1);
}
@media (max-width: 1024px) {
  .button svg {
    width: 5rem;
    animation: none !important;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  18% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.button__alt {
  color: rgba(var(--white), 1);
  background: rgba(var(--black), 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 1px solid rgba(var(--white), 0.3);
}
@media (min-width: 1024px) {
  .button__alt:hover {
    border: 1px solid rgba(var(--green), 1);
    background: rgba(var(--green), 0.1);
    color: rgba(var(--white), 1);
  }
  .button__alt:hover svg line {
    stroke: rgba(var(--white), 1);
  }
}
.button__alt svg line {
  stroke: rgba(var(--white), 1);
}

.contact__now {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 9999999999;
}
.contact__now .button {
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__now {
    display: none;
  }
}

.call__now {
  display: none;
}
@media (max-width: 768px) {
  .call__now {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    background: rgba(var(--green), 1);
    border-radius: 50%;
    position: fixed;
    bottom: 10rem;
    right: 10rem;
    z-index: 1000000000000000000000;
  }
  .call__now svg {
    width: 8rem;
    height: auto;
  }
  .call__now svg path {
    fill: rgba(var(--white), 1);
  }
}

#consent-popup {
  border-radius: 2rem;
  position: fixed;
  bottom: 2.5rem;
  left: 2.5rem;
  padding: 2rem 3rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: color 0.4s cubic-bezier(0.43, 0, 0.3, 1), background 0.4s cubic-bezier(0.43, 0, 0.3, 1);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  animation: revealCookie 1s 1s cubic-bezier(0.43, 0, 0.3, 1) forwards;
  opacity: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  #consent-popup {
    width: 90vw;
    left: 5vw;
    padding: 5rem;
    bottom: 5rem;
    border-radius: 4rem;
  }
}
@keyframes revealCookie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#consent-popup p.description {
  display: flex;
  align-items: center;
  width: 40rem;
  color: rgba(var(--white), 0.7);
}
@media (max-width: 1024px) {
  #consent-popup p.description {
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
    width: 100%;
    font-size: 4rem;
  }
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  color: rgba(var(--white), 1);
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 1rem;
  transition: color 0.4s cubic-bezier(0.43, 0, 0.3, 1);
}
#consent-popup .btn:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  #consent-popup .btn {
    margin-top: 3rem;
    font-size: 4.5rem;
  }
}
#consent-popup.hidden {
  display: none !important;
  opacity: 0;
  z-index: -99;
}

form.form {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(var(--black), 0.05);
  padding: 5rem;
  border-radius: 2rem;
}
@media (max-width: 1024px) {
  form.form {
    padding: 10rem 0;
  }
}
form.form .input__wrapper {
  flex-grow: 1;
  margin-bottom: 2.5rem;
}
form.form .input__wrapper input:not([type=submit]),
form.form .input__wrapper input:not([type=firstname]),
form.form .input__wrapper textarea,
form.form .input__wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  resize: none;
  color: inherit;
  caret-color: rgba(var(--black), 1);
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: 0.04rem;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 70rem;
  height: 6rem;
  border: 1px dashed rgba(var(--black), 0.2);
  background: rgba(var(--white), 1);
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper input:not([type=submit]),
  form.form .input__wrapper input:not([type=firstname]),
  form.form .input__wrapper textarea,
  form.form .input__wrapper select {
    width: calc(100vw - 10rem);
    margin: 5rem 5rem 7.5rem 5rem;
    height: 20rem;
  }
}
form.form .input__wrapper input:not([type=submit]):active, form.form .input__wrapper input:not([type=submit]):focus,
form.form .input__wrapper input:not([type=firstname]):active,
form.form .input__wrapper input:not([type=firstname]):focus,
form.form .input__wrapper textarea:active,
form.form .input__wrapper textarea:focus,
form.form .input__wrapper select:active,
form.form .input__wrapper select:focus {
  outline: none;
}
form.form .input__wrapper input:not([type=submit]):focus ~ label,
form.form .input__wrapper input:not([type=firstname]):focus ~ label,
form.form .input__wrapper textarea:focus ~ label,
form.form .input__wrapper select:focus ~ label {
  opacity: 0.2;
}
form.form .input__wrapper input:not([type=submit])::-moz-placeholder, form.form .input__wrapper input:not([type=firstname])::-moz-placeholder, form.form .input__wrapper textarea::-moz-placeholder, form.form .input__wrapper select::-moz-placeholder {
  opacity: 0.5;
  font-weight: initial;
}
form.form .input__wrapper input:not([type=submit])::placeholder,
form.form .input__wrapper input:not([type=firstname])::placeholder,
form.form .input__wrapper textarea::placeholder,
form.form .input__wrapper select::placeholder {
  opacity: 0.5;
  font-weight: initial;
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder-shown) ~ label, form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form .input__wrapper textarea:not(:-moz-placeholder-shown) ~ label, form.form .input__wrapper select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0;
}
form.form .input__wrapper input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form .input__wrapper input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form .input__wrapper textarea:not(:placeholder-shown) ~ label,
form.form .input__wrapper select:not(:placeholder-shown) ~ label {
  opacity: 0;
}
form.form .input__wrapper label {
  pointer-events: none;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper label {
    font-size: 5rem;
    margin-left: 5rem;
  }
}
form.form .input__wrapper textarea {
  height: 20rem;
  padding-top: 1.2rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 70rem;
  height: 20rem;
  border: 1px dashed rgba(var(--black), 0.2) !important;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper textarea {
    height: 50rem;
    width: calc(100vw - 10rem);
    padding-top: 6rem;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
  box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset;
  -webkit-box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset;
  border: none;
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 12rem rgba(var(--white), 1) inset;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: rgba(var(--black), 1);
}

.firstname {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  font-size: 1rem !important;
  padding: 0 !important;
  height: 2rem !important;
  margin-top: -2rem !important;
}
.firstname ~ label {
  color: transparent !important;
}

.text__marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.text__single {
  position: relative;
  white-space: nowrap;
  will-change: transform;
}

.text {
  display: inline-block;
  margin-right: 10rem;
}

footer {
  width: 100vw;
  padding-top: 10rem;
  background: rgba(var(--black), 1);
  color: rgba(var(--white), 1);
}
@media (max-width: 1024px) {
  footer {
    padding: 25rem 0 0 0;
  }
}
footer .container {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20rem;
}
footer .container .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30rem;
  padding: 0 30rem;
}
@media (max-width: 1024px) {
  footer .container .row {
    flex-direction: column;
    padding: 0 5rem;
  }
}
footer .container .row img {
  width: 24rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  footer .container .row img {
    width: 60rem;
  }
}
footer .container .row ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .container .row ul li a svg {
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  footer .container .row ul li a svg {
    height: 10rem;
    margin-top: 10rem;
  }
}
footer .container .row ul li span {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .container .bottom__row {
  background: rgba(var(--green), 0.4);
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30rem;
  padding: 0 30rem;
}
@media (max-width: 1024px) {
  footer .container .bottom__row {
    padding: 0 5rem;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    gap: 10rem;
    padding: 20rem 5rem 25rem 5rem;
  }
}
footer .container .bottom__row a img {
  width: 7rem;
  height: auto;
}
@media (max-width: 1024px) {
  footer .container .bottom__row a img {
    width: 23rem;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9;
  box-shadow: 0 1rem 2rem rgba(var(--black), 0.05);
}
header .topper {
  height: 3.4rem;
  width: 100%;
  padding: 0 20rem;
  background: rgba(var(--red), 1);
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header .topper {
    display: none;
  }
}
header .topper .col:nth-of-type(1) {
  display: flex;
  gap: 4rem;
}
header .topper .col:nth-of-type(2) svg {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.2rem;
  margin-top: 0.4rem;
}
header .header__main {
  height: 10rem;
  width: 100%;
  padding: 0 20rem;
  background: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--white), 0.3);
}
@media (max-width: 1024px) {
  header .header__main {
    height: 20rem;
    padding: 0 5rem;
  }
}
header .header__main .logo {
  width: 18rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  header .header__main .logo {
    width: 30rem;
  }
}
header .header__main .logo img {
  width: 100%;
  height: 100%;
}
header .header__main nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  header .header__main nav ul {
    gap: 7rem;
  }
}
header .header__main nav ul li {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.contact__page .hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60rem;
  text-align: center;
  background: rgba(var(--black), 1);
}
@media (max-width: 1024px) {
  .contact__page .hero {
    height: 100%;
  }
}
.contact__page .hero .container {
  z-index: 2;
  color: rgba(var(--white), 1);
}
.contact__page .hero .container p {
  width: 50rem;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .contact__page .hero .container p {
    width: 100%;
  }
}
.contact__page .hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__page .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  filter: brightness(20%);
}
.contact__page .hero picture:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--green), 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.contact__page .contact__main .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .contact__page .contact__main .container {
    gap: 10rem;
  }
}

.home__page section.hero {
  min-height: 100vh;
  height: 100rem;
  width: 100vw;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  padding-top: 13.4rem;
}
@media (max-width: 1024px) {
  .home__page section.hero {
    padding-top: 10rem;
    min-height: 100%;
    height: 100%;
  }
}
.home__page section.hero .container {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  color: rgba(var(--white), 1);
  padding-top: 20rem;
  padding-bottom: 10rem;
}
@media (max-width: 1024px) {
  .home__page section.hero .container {
    padding: 35rem 0;
  }
}
.home__page section.hero .container .container__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home__page section.hero .container .container__inner h1 {
  margin-bottom: 0.25rem;
}
@media (max-width: 1024px) {
  .home__page section.hero .container .container__inner h1 {
    margin-bottom: 3rem;
  }
}
.home__page section.hero .container .container__inner h1 span {
  color: rgba(var(--green), 1);
}
.home__page section.hero .container .container__inner p {
  margin-bottom: 2.5rem;
  width: 40rem;
}
@media (max-width: 1024px) {
  .home__page section.hero .container .container__inner p {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.home__page section.hero .container p.text__marquee {
  z-index: 9;
  pointer-events: none;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(var(--white), 0.2);
  border-bottom: 1px solid rgba(var(--white), 0.2);
}
@media (max-width: 1024px) {
  .home__page section.hero .container p.text__marquee {
    margin-top: 30rem;
  }
}
.home__page section.hero .indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.2rem;
}
.home__page section.hero .indicator .indicator-line {
  width: 100%;
  height: 1rem;
  position: relative;
  overflow: hidden;
  background: rgba(var(--white), 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.home__page section.hero .indicator .indicator-line:after {
  content: "";
  width: 100%;
  height: 110%;
  background: rgba(var(--white), 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform: scaleX(0);
  transform-origin: left center;
  animation: indicator-line 12s cubic-bezier(0.43, 0, 0.3, 1) infinite;
}
@keyframes indicator-line {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.home__page section.hero .slider {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(var(--black), 1);
}
@media (max-width: 1024px) {
  .home__page section.hero .slider {
    filter: brightness(60%);
  }
}
.home__page section.hero .slider .slides {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home__page section.hero .slider .slides .slide:nth-of-type(1) {
  animation: fader 1.6s 4.4s cubic-bezier(0.43, 0, 0.3, 1);
  z-index: 2;
}
.home__page section.hero .slider .slides .slide:nth-of-type(n+3) {
  display: none;
}
@keyframes fader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home__page section.hero .slider .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home__page section.hero .slider .slide .lazy-load-item {
  width: 100%;
  height: 100%;
}
.home__page section.hero .slider .slide .lazy-load-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--black), 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.home__page section.hero .slider .slide .lazy-load-item img.lazy-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  filter: saturate(120%);
}
.home__page section.hero .slider .slide .lazy-load-item img.lazy-item.loaded {
  display: block;
  animation: none;
}
.home__page section.services .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
.home__page section.services .container ul.service__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.home__page section.services .container ul.service__list li {
  border-radius: 8rem;
  background: rgba(var(--light-green), 1);
  padding: 4rem;
}
.home__page section.work {
  background: rgba(var(--off-white), 1);
}
.home__page section.work .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .home__page section.work .container {
    gap: 10rem;
  }
}
.home__page section.work .container h2 {
  margin-bottom: 5rem;
}
.home__page section.work .container .cards {
  overflow: hidden;
  z-index: 1;
  margin-bottom: 2rem;
}
.home__page section.work .container .cards .card,
.home__page section.work .container .cards .last__card {
  height: 70rem;
  width: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10rem;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .home__page section.work .container .cards .card,
  .home__page section.work .container .cards .last__card {
    width: 92vw;
    height: 90rem;
    margin-bottom: 5rem;
  }
}
.home__page section.work .container .cards .card .card__inner,
.home__page section.work .container .cards .last__card .card__inner {
  height: 100%;
  width: 100%;
  flex-direction: column;
  z-index: 1;
  gap: 2rem;
  transition: transform 0.3s ease-out;
}
@media (max-width: 1024px) {
  .home__page section.work .container .cards .card .card__inner,
  .home__page section.work .container .cards .last__card .card__inner {
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .home__page section.work .container .cards .card .card__inner:hover p,
  .home__page section.work .container .cards .last__card .card__inner:hover p {
    text-decoration: underline;
  }
}
.home__page section.work .container .cards .card .card__inner p,
.home__page section.work .container .cards .last__card .card__inner p {
  color: rgba(var(--white), 1);
}
.home__page section.work .container .cards .card .card__inner picture,
.home__page section.work .container .cards .last__card .card__inner picture {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 2s cubic-bezier(0.43, 0, 0.3, 1) !important;
  z-index: -1;
}
.home__page section.work .container .cards .card .card__inner picture:before,
.home__page section.work .container .cards .last__card .card__inner picture:before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 120%);
  z-index: 1;
}
.home__page section.work .container .cards .card .card__inner picture img,
.home__page section.work .container .cards .last__card .card__inner picture img {
  width: 100%;
  height: 100%;
  filter: none !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__page section.work .container .cards .last__card {
  margin-bottom: 0 !important;
}

.policy__page section.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 10rem;
}
@media (max-width: 1024px) {
  .policy__page section.hero {
    min-height: 200rem;
  }
}
.policy__page section.hero .company-name:after {
  content: "EcoBuild Ltd";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero a {
  color: rgba(var(--black), 1);
}
.policy__page section.hero .company-website:after {
  content: "https://ecobuildltd.com";
  color: rgba(var(--black), 1);
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.policy__page section.hero .container {
  align-items: center;
}
@media (max-width: 1024px) {
  .policy__page section.hero .container {
    padding: 0 4rem;
  }
}
.policy__page section.hero .container h1 {
  text-align: center;
  max-width: 120rem;
  line-height: 1.2;
}
.policy__page section.hero .container .button {
  margin-top: 3rem;
}
.policy__page section.hero .container p.description {
  margin-top: 5rem;
  max-width: 120rem;
  line-height: 1.5;
}
.policy__page section.hero .container p.description a:hover {
  text-decoration: underline;
}

.work__page .hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60rem;
  text-align: center;
  background-color: rgba(var(--black), 1);
}
@media (max-width: 1024px) {
  .work__page .hero {
    height: 100%;
  }
}
.work__page .hero .container {
  z-index: 2;
  color: rgba(var(--white), 1);
}
.work__page .hero .container p {
  width: 60rem;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .work__page .hero .container p {
    width: 100%;
  }
}
.work__page .hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work__page .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  filter: brightness(20%);
}
.work__page .hero picture:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--green), 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.work__page .work__gallery .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .work__page .work__gallery .container {
    gap: 10rem;
  }
}
.work__page .work__gallery .container .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .work__page .work__gallery .container .gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.work__page .work__gallery .container .gallery picture {
  width: 55rem;
  height: 75rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 1024px) {
  .work__page .work__gallery .container .gallery picture {
    width: 100%;
    height: 100%;
  }
}
.work__page .work__gallery .container .gallery picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html.has-scroll-smooth,
.has-scroll-smooth body {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 1024px) {
  .has-scroll-smooth [data-scroll-container] {
    width: 100vw;
  }
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 8px;
  height: 100vh;
  transform-origin: center right;
  opacity: 0;
  background: rgba(175, 175, 175, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 9999;
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.has-scroll-scrolling .c-scrollbar_thumb {
  opacity: 1 !important;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 8px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 8px;
  border-radius: 1px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

html,
body {
  position: fixed;
  overscroll-behavior: none;
  width: 100vw;
}
@media (max-width: 1380px) {
  html,
  body {
    position: relative !important;
    overflow: initial !important;
    overscroll-behavior: auto !important;
  }
}

[data-scroll-container] {
  overflow: hidden !important;
}
@media (max-width: 1380px) {
  [data-scroll-container] {
    overflow: initial !important;
  }
}

[data-scroll-section],
[data-scroll-speed] {
  will-change: transform !important;
}/*# sourceMappingURL=main.css.map */