/**
*
* Testing
*
**/
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --off-white: 248, 246, 245;
  --off-white-2: 236, 239, 236;
  --dark-grey: 75, 75, 77;
  --primary-colour: 133, 90, 50;
  --secondary-colour: 153, 110, 60;
}

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

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

.lazy-load-item {
  background: rgba(var(--primary-colour), 1);
  overflow: hidden;
  z-index: 1;
}

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

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

header .header__main .col .menu__list a, header .header__top a, .main__menu .col a,
.footer__main .col a, .dropdown .dropdown__content .dropdown__content__inner a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

header .header__main .col .menu__list a:after, header .header__top a:after, .main__menu .col a:after,
.footer__main .col a:after, .dropdown .dropdown__content .dropdown__content__inner 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%;
}

header .header__main .col .menu__list a:hover:after, header .header__top a:hover:after, .main__menu .col a:hover:after,
.footer__main .col a:hover:after, .dropdown .dropdown__content .dropdown__content__inner a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

header .header__main .col .menu__list a:after, header .header__top a:after, .main__menu .col a:after,
.footer__main .col a:after, .dropdown .dropdown__content .dropdown__content__inner a:after {
  transform: scaleX(0);
  transform-origin: right center;
}

header .header__main .col .menu__list a, header .header__top a, .main__menu .col a,
.footer__main .col a, .dropdown .dropdown__content .dropdown__content__inner a {
  display: inline-block;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
  max-width: 100vw;
}

html {
  scroll-behavior: smooth;
  background: rgba(var(--white), 1);
  -webkit-tap-highlight-color: transparent !important;
  font-size: 0.5208333333vw !important;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  background: rgba(var(--white), 1);
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.hide {
  opacity: 0 !important;
  pointer-events: 0 !important;
}

.tag__fallback {
  display: none;
  visibility: hidden;
}

.display__none {
  display: none !important;
}

img {
  -webkit-user-drag: none;
}

main {
  background: rgba(var(--white), 1);
  z-index: 2;
}
main section {
  padding: 10rem 0;
  background: rgba(var(--white), 1);
  z-index: 1;
}
@media (max-width: 1024px) {
  main section:nth-of-type(1) {
    margin-top: calc(var(--headerHeight) - 2rem);
  }
}
main section .container {
  padding: 0 15rem;
}
@media (max-width: 1024px) {
  main section .container {
    padding: 0 3rem;
  }
}
main section figure,
main section picture {
  border-radius: 0.4rem;
}
main section figure img,
main section picture img {
  border-radius: 0.4rem;
}
main section img {
  border-radius: 0.4rem;
}

#down {
  top: calc(-1 * var(--headerHeight));
}

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: "Satoshi";
  font-weight: 400;
  font-style: normal;
  src: url("../Satoshi-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Stardom";
  font-weight: 400;
  font-style: normal;
  src: url("../Stardom-Regular.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Satoshi", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: rgba(var(--black), 1);
}
body ::-moz-selection {
  color: rgba(var(--black), 1);
  background: rgba(var(--primary-colour), 0.2);
}
body ::selection {
  color: rgba(var(--black), 1);
  background: rgba(var(--primary-colour), 0.2);
}
body strong {
  font-weight: 600 !important;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer !important;
}
body a p {
  cursor: pointer !important;
}
body .line__height__1-5 {
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body .line__height__1-5 {
    line-height: 1.3;
  }
}
body .font__opaque__dark {
  color: rgba(var(--black), 0.7);
}
body .font__opaque__light {
  color: rgba(var(--white), 0.7);
}
body .font__xl {
  font-family: "Stardom", serif;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.35rem;
}
@media (max-width: 1024px) {
  body .font__xl {
    letter-spacing: 0;
    font-size: 8rem;
  }
}
body .font__l {
  font-family: "Stardom", serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media (max-width: 1024px) {
  body .font__l {
    letter-spacing: 0;
    font-size: 6rem;
  }
}
body .font__m {
  font-family: "Stardom", serif;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  body .font__m {
    letter-spacing: 0;
    font-size: 3.8rem;
  }
}
body .font__s {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  body .font__s {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
body .font__xs {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  body .font__xs {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
body button {
  font-family: inherit;
  color: inherit;
}

.accordion__wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
@media (max-width: 1024px) {
  .accordion__wrapper {
    width: 100%;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 10rem 0;
  }
}
.accordion__wrapper .item {
  width: calc(100vw - 80rem);
  /* Style the accordion panel */
}
@media (max-width: 1280px) {
  .accordion__wrapper .item {
    width: 100%;
  }
}
.accordion__wrapper .item .accordion__heading {
  background: rgba(var(--off-white), 1);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading {
    padding: 5rem 0;
  }
}
.accordion__wrapper .item .accordion__heading span.shuffle {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .accordion__heading span.shuffle {
    padding: 0 5rem;
  }
}
.accordion__wrapper .item .accordion__heading > span {
  display: inline-block;
}
.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: 2.5rem;
  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 {
    right: 5rem;
    width: 3rem;
  }
}
.accordion__wrapper .item .accordion__heading span.close svg {
  height: 100%;
  width: 100%;
}
.accordion__wrapper .item .accordion__heading span.close svg path {
  stroke: rgba(var(--black), 1);
}
.accordion__wrapper .item .active span.close {
  transform: rotateX(180deg);
}
.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(--off-white), 1);
}
.accordion__wrapper .item .hidden__content:not(:nth-last-of-type(1)) {
  margin-bottom: 1rem;
}
.accordion__wrapper .item .hidden__content p {
  margin: 2.5rem;
  color: rgba(var(--red), 1);
}
@media (max-width: 1024px) {
  .accordion__wrapper .item .hidden__content p {
    margin: 0 5rem 5rem 5rem;
  }
}
.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;
  }
}

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

.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;
  }
}
.button .button__inner {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.6rem 3.6rem;
  border-radius: 0.4rem;
  background: rgba(var(--primary-colour), 1);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(var(--white), 1);
  cursor: pointer !important;
  word-spacing: 0.1rem;
  transition: background 0.2s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  .button .button__inner:hover {
    background: rgba(var(--secondary-colour), 1);
  }
}
@media (max-width: 1024px) {
  .button .button__inner {
    padding: 2.4rem 10rem;
  }
}

.button__alt .button__inner {
  background: black;
}

.fixed__button {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
@media (max-width: 1024px) {
  .fixed__button {
    bottom: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fixed__button .button__inner {
  background-color: rgba(var(--primary-colour), 1);
  padding: 1.6rem 7rem;
}
@media (max-width: 1024px) {
  .fixed__button .button__inner {
    padding: 2.6rem;
    width: 50rem;
  }
}
@media (min-width: 1024px) {
  .fixed__button .button__inner:hover {
    background: rgba(var(--black), 1);
  }
}

ul.social__sharing {
  display: flex;
}
ul.social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  ul.social__sharing li {
    margin: 3rem 0;
  }
}
ul.social__sharing li:nth-of-type(2) {
  margin: 0 3rem;
}
ul.social__sharing li p {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social__sharing li p a {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social__sharing li p a:hover svg {
  transform: scale(1.1);
}
ul.social__sharing li p a svg {
  height: 3rem;
  width: 3rem;
  margin-right: 0.4rem;
  transition: transform 0.4s cubic-bezier(0.26, 1, 0.3, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  ul.social__sharing li p a svg {
    height: 4rem;
    width: 4rem;
  }
}

.call-now {
  position: fixed;
  z-index: 1000000000000000000000000;
  bottom: 3rem;
  right: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  background: rgba(var(--secondary-colour), 1);
  border-radius: 50%;
  box-shadow: 0 0 2rem rgba(2, 42, 2, 0.5);
}
@media (max-width: 1024px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.call-now a svg {
  width: 5rem;
  height: 5rem;
}

#consent-popup {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  -webkit-backdrop-filter: blur(20px);
          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;
  transition: opacity 1s 0.4s cubic-bezier(0.26, 1, 0.3, 1), transform 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 724px) {
  #consent-popup {
    top: auto;
    bottom: 3rem;
    left: 2rem;
  }
}
#consent-popup > p {
  color: white;
  background: rgba(var(--primary-colour), 1);
  padding: 1rem;
}
#consent-popup .cookie__buttons {
  display: flex;
}
#consent-popup .btn {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  transition: background 0.2s cubic-bezier(0.26, 1, 0.3, 1);
  width: 100%;
  padding: 1rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #consent-popup .btn:hover {
    background: rgb(222, 222, 222);
  }
}
@media (max-width: 724px) {
  #consent-popup .btn {
    height: 6rem;
  }
}
#consent-popup.hidden {
  z-index: -99;
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .dropdown {
    display: none;
  }
}
.dropdown:hover .dropdown__content {
  z-index: 9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.dropdown .dropdown__btn {
  cursor: pointer !important;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 4;
}
.dropdown .dropdown__btn svg {
  width: 1.2rem;
  height: auto;
  pointer-events: none;
  margin-left: 0.25rem;
  top: 0.1rem;
}
.dropdown .dropdown__btn svg path {
  fill: currentColor;
}
.dropdown .dropdown__content {
  background: transparent;
  position: absolute;
  top: var(--headerHeight);
  left: 0;
  transform: translateY(-3.4rem);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  width: 30rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: -1;
  padding: 2rem;
  background: black;
  color: white;
}
.dropdown .dropdown__content .dropdown__content__inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  z-index: 9;
}
.dropdown .dropdown__content .dropdown__content__inner a {
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer !important;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}

form.form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: rgba(var(--off-white), 1);
  padding: 5rem 7.5rem 0 5rem;
  border-radius: 1rem;
  width: 110rem;
}
@media (max-width: 1024px) {
  form.form {
    padding: 3rem 1rem 0 1rem;
    width: calc(100vw - 6rem);
  }
}
form.form .input__wrapper {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
form.form .input__wrapper input:not([type=submit]),
form.form .input__wrapper input:not([type=firstname]),
form.form .input__wrapper select,
form.form .input__wrapper textarea {
  -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: 100rem;
  height: 6rem;
  border: 1px solid rgba(var(--black), 0.35);
  background: white;
  border-radius: 0.5rem;
  margin-top: 0.25rem;
  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 select,
  form.form .input__wrapper textarea {
    width: calc(100vw - 12rem);
    margin: 1rem 2rem;
    height: 12rem;
    padding-left: 3rem;
    font-size: 4rem;
  }
}
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 select:active,
form.form .input__wrapper select:focus,
form.form .input__wrapper textarea:active,
form.form .input__wrapper textarea: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 select:focus ~ label,
form.form .input__wrapper textarea: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 select::-moz-placeholder, form.form .input__wrapper textarea::-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 select::placeholder,
form.form .input__wrapper textarea::placeholder {
  opacity: 0.5;
  font-weight: initial;
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder), form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder), form.form .input__wrapper select:not(:-moz-placeholder), form.form .input__wrapper textarea:not(:-moz-placeholder) {
  background: rgba(var(--white), 1);
}
form.form .input__wrapper input:not([type=submit]):not(:placeholder-shown),
form.form .input__wrapper input:not([type=firstname]):not(:placeholder-shown),
form.form .input__wrapper select:not(:placeholder-shown),
form.form .input__wrapper textarea:not(:placeholder-shown) {
  background: rgba(var(--white), 1);
}
form.form .input__wrapper input:not([type=submit]):not(:-moz-placeholder) ~ label, form.form .input__wrapper input:not([type=firstname]):not(:-moz-placeholder) ~ label, form.form .input__wrapper select:not(:-moz-placeholder) ~ label, form.form .input__wrapper textarea:not(:-moz-placeholder) ~ 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 select:not(:placeholder-shown) ~ label,
form.form .input__wrapper textarea: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: 3rem;
    margin-left: 2rem;
  }
}
form.form .input__wrapper textarea {
  height: 20rem;
  padding-top: 2rem;
}
@media (max-width: 1024px) {
  form.form .input__wrapper textarea {
    height: 50rem;
  }
}
form.form .input__wrapper textarea:focus {
  box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  border: 1px solid rgba(var(--black), 0.35);
}
form.form select {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  width: 90rem;
  height: 6rem;
  border: 1px solid rgba(var(--black), 0.35);
  background: white;
  border-radius: 0.5rem;
  margin-bottom: 1.6rem;
  padding-left: 1.5rem;
  font-size: 2rem;
  text-indent: 0px;
  text-overflow: "";
}
@media (max-width: 768px) {
  form.form select {
    width: calc(100vw - 12rem);
    margin: 1rem 2rem;
    margin-bottom: 3rem;
    height: 12rem;
    padding-left: 3rem;
    font-size: 4rem;
  }
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus {
  box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  border: 1px solid rgba(var(--black), 0.35);
}
form.form input:-webkit-autofill,
form.form input:-webkit-autofill:hover,
form.form input:-webkit-autofill:focus,
form.form input:-webkit-autofill:active {
  box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--white), 1) inset;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: rgba(var(--black), 1);
}
form.form button[type=submit] {
  z-index: 1;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
form.form button[type=submit] .button__inner {
  text-transform: uppercase !important;
  font-weight: bold !important;
}
@media (max-width: 1024px) {
  form.form button[type=submit] {
    margin-left: 2rem;
  }
}

/* checkbox groups (fieldset + legend) */
form.form fieldset {
  border: none;
  margin: 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 60rem;
  /* checkbox wrapper */
}
@media (max-width: 1024px) {
  form.form fieldset {
    width: 100%;
    gap: 3rem;
    margin-bottom: 3rem;
  }
}
form.form fieldset legend {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: rgba(var(--black), 1);
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  form.form fieldset legend {
    font-size: 3rem;
    margin-left: 2rem;
  }
}
form.form fieldset label {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  form.form fieldset label {
    font-size: 3rem;
    margin-left: 2rem;
  }
}
form.form fieldset label input[type=checkbox] {
  /* reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.4rem;
  border: 1px solid rgba(var(--black), 0.35);
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  form.form fieldset label input[type=checkbox] {
    width: 4rem;
    height: 4rem;
    margin-right: 0.7rem;
  }
}
form.form fieldset label input[type=checkbox]:checked {
  background: rgba(var(--black), 1);
}
form.form fieldset label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  form.form fieldset label input[type=checkbox]:checked::after {
    left: 1rem;
    top: 0.5rem;
    width: 1rem;
    height: 2rem;
    border-width: 0 0.5rem 0.5rem 0;
  }
}
form.form fieldset label input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 0.3rem rgba(var(--black), 0.15);
}

.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: 4rem !important;
  width: 100%;
}
.firstname ~ label {
  color: transparent !important;
}
.firstname:focus {
  box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset !important;
  -webkit-box-shadow: 0 0 0 20rem rgba(var(--off-white), 1) inset !important;
  border: none;
}

label[for=firstname] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.lightbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.lightbox__prev,
.lightbox__next {
  z-index: 99;
  background: rgba(var(--off-white), 1);
  position: absolute;
  padding: 3rem;
  border-radius: 0.4rem;
  height: 100%;
  transition: background 0.4s cubic-bezier(0.26, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .lightbox__prev,
  .lightbox__next {
    padding: 2rem;
  }
}
.lightbox__prev svg,
.lightbox__next svg {
  width: 2rem;
  height: auto;
}
.lightbox__prev svg path,
.lightbox__next svg path {
  stroke: rgba(var(--primary-colour), 1);
}
@media (min-width: 1024px) {
  .lightbox__prev:hover,
  .lightbox__next:hover {
    background: rgba(var(--secondary-colour), 0.2);
  }
}

.lightbox__prev {
  left: -9rem;
}
@media (max-width: 1024px) {
  .lightbox__prev {
    left: -7rem;
  }
}

.lightbox__next {
  right: -9rem;
}
@media (max-width: 1024px) {
  .lightbox__next {
    right: -7rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  z-index: 9;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.main__menu {
  position: fixed;
  z-index: 9;
  height: 100vh;
  top: 0;
  width: 55rem;
  right: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: rgba(var(--off-white), 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-left: 1px solid rgba(var(--primary-colour), 0.1);
  overflow: scroll;
}
@media (max-width: 1024px) {
  .main__menu {
    width: 100%;
    height: 115vh;
    right: auto;
    padding: 0 5rem;
    padding-bottom: 55rem;
    padding-top: 20rem;
  }
}

.main__menu .col,
.footer__main .col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .main__menu .col,
  .footer__main .col {
    gap: 2rem;
  }
}
.main__menu .col > p,
.footer__main .col > p {
  color: rgba(var(--primary-colour), 1);
  text-transform: capitalize;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .main__menu .col > p,
  .footer__main .col > p {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.main__menu .col a,
.footer__main .col a {
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  .main__menu .col a:hover,
  .footer__main .col a:hover {
    color: rgba(var(--primary-colour), 1);
  }
}
@media (max-width: 1024px) {
  .main__menu .col a,
  .footer__main .col a {
    font-size: 4rem;
  }
}

nav.main__menu.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.hidden__menu__toggler {
  transform: translateX(12rem);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 0.35rem;
  width: 8rem;
  height: 8rem;
  padding: 0 2rem;
  background: rgba(var(--primary-colour), 1);
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.075);
  border-radius: 0.4rem;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 999;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler {
    display: flex;
    transform: none;
    pointer-events: auto;
    width: 10rem;
    height: 10rem;
    right: 2rem;
    top: 2.8rem;
  }
}
.hidden__menu__toggler .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.hidden__menu__toggler .icon span {
  display: inline-flex;
  width: 100%;
  height: 2px;
  background: white;
  transition: 0.4s 0.2s opacity cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon span {
    height: 2px;
  }
}
.hidden__menu__toggler .icon::before, .hidden__menu__toggler .icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::before, .hidden__menu__toggler .icon::after {
    height: 2px;
  }
}
.hidden__menu__toggler .icon::before {
  transform: translateY(1rem);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::before {
    transform: translateY(1.4rem);
  }
}
.hidden__menu__toggler .icon::after {
  transform: translateY(-1rem);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon::after {
    transform: translateY(-1.4rem);
  }
}
.hidden__menu__toggler .icon.active span {
  opacity: 0;
  transition: 0.2s opacity cubic-bezier(0.77, 0, 0.175, 1);
}
.hidden__menu__toggler .icon.active::before {
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon.active::before {
    width: 6rem;
  }
}
.hidden__menu__toggler .icon.active::after {
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .hidden__menu__toggler .icon.active::after {
    width: 6rem;
  }
}

.hidden__menu__toggler.show {
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(0);
  pointer-events: auto;
}

section.banner {
  height: 80rem;
  display: flex;
  align-items: center;
  background: rgba(var(--primary-colour), 1);
}
@media (max-width: 1024px) {
  section.banner {
    height: 100rem;
  }
}
section.banner picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.banner picture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: saturate(120%);
          backdrop-filter: saturate(120%);
}
section.banner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .container {
  z-index: 2;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  section.banner .container {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
section.banner .container h2 {
  width: 90rem;
}
@media (max-width: 1024px) {
  section.banner .container h2 {
    width: 100%;
  }
}
section.banner .container > p {
  width: 100rem;
}
@media (max-width: 1024px) {
  section.banner .container > p {
    width: 100%;
  }
}

footer {
  background: rgb(37, 31, 28);
  color: white;
}
footer .footer__main {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  padding: 10rem 15rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  footer .footer__main {
    flex-direction: column;
    padding: 10rem 3rem;
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  footer .footer__main .col:nth-of-type(1) {
    align-items: center;
    margin-bottom: 10rem;
  }
}
footer .footer__main .col:nth-of-type(1) .footer__logo {
  opacity: 1;
}
footer .footer__main .col:nth-of-type(1) .footer__logo:after {
  display: none;
}
footer .footer__main .col:nth-of-type(1) .footer__logo picture {
  display: flex;
  width: 30rem;
  background: none;
}
@media (max-width: 1024px) {
  footer .footer__main .col:nth-of-type(1) .footer__logo picture {
    width: 41rem;
  }
}
footer .footer__main .col:nth-of-type(1) .footer__logo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
footer .footer__main .col:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  gap: 10rem;
}
@media (max-width: 1024px) {
  footer .footer__main .col:nth-of-type(2) {
    flex-direction: column;
  }
}
footer .footer__main .col:nth-of-type(2) span.list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  footer .footer__main .col:nth-of-type(2) span.list {
    gap: 2rem;
  }
}
footer .footer__main .col:nth-of-type(2) span.list p {
  margin-bottom: 2rem;
}
footer .footer__bottom {
  width: 100%;
  padding: 2rem 15rem;
  background: black;
  display: flex;
  justify-content: space-between;
  background: rgba(var(--primary-colour), 1);
}
@media (max-width: 1024px) {
  footer .footer__bottom {
    padding: 5rem 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
footer .footer__bottom .col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
footer .footer__bottom .col p a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 1024px) {
  footer .footer__bottom .col p a {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  footer .footer__bottom .col {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer__bottom .col:nth-of-type(1) img {
  width: 5rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  footer .footer__bottom .col:nth-of-type(1) img {
    width: 9.5rem;
  }
}
footer .footer__bottom .col:nth-of-type(2) img {
  width: 7rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  footer .footer__bottom .col:nth-of-type(2) img {
    width: 11rem;
  }
}

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

header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: var(--headerHeight);
  background: white;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
  z-index: 9;
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
header .header__top {
  background: rgba(var(--primary-colour), 1);
  color: white;
  padding: 1rem 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  header .header__top {
    display: none;
  }
}
header .header__top a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
header .header__top a svg {
  max-height: 1.6rem;
  max-width: 1rem 0.6;
}
header .header__top a svg path {
  fill: white;
}
header .header__main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 10rem;
}
@media (max-width: 1024px) {
  header .header__main {
    padding: 1rem 2rem;
  }
}
header .header__main .col {
  display: flex;
  gap: 6rem;
}
header .header__main .col .logo {
  width: auto;
  height: 13rem;
  display: flex;
  z-index: 99;
}
@media (max-width: 1024px) {
  header .header__main .col .logo {
    height: 14rem;
  }
}
header .header__main .col .logo picture {
  width: auto;
  height: 100%;
}
header .header__main .col .logo picture img {
  width: auto;
  height: 100%;
  border-radius: 1rem;
}
header .header__main .col .menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  header .header__main .col .menu__list {
    display: none;
  }
}
header .header__main .col .menu__list:nth-of-type(1):after {
  content: "";
  width: 1px;
  height: 6rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -3rem;
}
header .header__main .col .menu__list a {
  transition: color 0.4s cubic-bezier(0.26, 1, 0.3, 1);
}
@media (min-width: 1024px) {
  header .header__main .col .menu__list a:hover {
    color: rgba(var(--secondary-colour), 1);
  }
}

.about__page section.main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  flex-direction: column;
  background: rgba(var(--white), 1);
}
.about__page section.main .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .about__page section.main .container {
    flex-direction: column;
  }
}
.about__page section.main .container .container__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.about__page section.main .container .container__inner > p {
  max-width: 60rem;
}
@media (max-width: 1024px) {
  .about__page section.main .container .container__inner > p {
    max-width: 100%;
  }
}
.about__page section.main .container picture {
  width: 90rem;
  height: 60rem;
}
@media (max-width: 1024px) {
  .about__page section.main .container picture {
    width: 100%;
    height: 50rem;
  }
}

.contact__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.contact__main .container .container__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact__main .container .container__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact__main .container .container__inner > p {
  width: 54rem;
  margin: 2rem 0 5rem 0;
  color: rgba(0, 0, 0, 0.7);
}
.contact__main .container .container__inner > p strong {
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .contact__main .container .container__inner > p {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.contact__main .container .container__inner .button__wrapper {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .contact__main .container .container__inner .button__wrapper .button:nth-last-of-type(1), .contact__main .container .container__inner .button__wrapper .button:nth-last-of-type(3) {
    display: none;
  }
}

.home__page .home__hero {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10rem;
  text-align: center;
  width: calc(100% - 50rem);
  margin-left: 25rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .home__page .home__hero {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
}
.home__page .home__hero .gallery__wrapper {
  width: 100%;
  height: 80rem;
}
@media (max-width: 1024px) {
  .home__page .home__hero .gallery__wrapper {
    height: 40rem;
    width: 76vw;
  }
}
.home__page .home__hero .gallery__wrapper .gallery {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home__page .home__hero .gallery__wrapper .gallery picture {
  width: 1rem;
  height: 1rem;
}
.home__page .home__hero .gallery__wrapper .gallery picture img {
  width: 100%;
  height: 0%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.home__page .home__hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10000;
  margin-top: 10rem;
  gap: 3rem;
}
.home__page .home__hero .container > p {
  width: 65rem;
}
@media (max-width: 1024px) {
  .home__page .home__hero .container > p {
    width: 100%;
  }
}
.home__page section.highlights {
  padding-bottom: 0;
}
.home__page section.highlights .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 0 25rem;
}
@media (max-width: 1024px) {
  .home__page section.highlights .container {
    padding: 0;
  }
}
.home__page section.highlights .container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--black), 0.1);
  border-bottom: 1px solid rgba(var(--black), 0.1);
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .home__page section.highlights .container ul {
    flex-wrap: wrap;
    gap: 2rem;
    padding: 5rem;
  }
}
.home__page section.highlights .container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__page section.highlights .container ul li span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(var(--off-white), 1);
}
@media (max-width: 1024px) {
  .home__page section.highlights .container ul li span.icon {
    width: 14rem;
    height: 14rem;
  }
}
.home__page section.highlights .container ul li span.icon svg {
  width: auto;
  height: 3.4rem;
}
@media (max-width: 1024px) {
  .home__page section.highlights .container ul li span.icon svg {
    height: 5rem;
  }
}
.home__page section.highlights .container ul li span.icon svg path {
  fill: rgba(var(--secondary-colour), 1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.home__page section.all__services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.home__page section.all__services .container h2 {
  text-align: center;
}
.home__page section.all__services .container .service__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .home__page section.all__services .container .service__links {
    gap: 4rem;
    flex-direction: column;
  }
}
.home__page section.all__services .container .service__links .service__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 39rem;
  height: 32rem;
  border-radius: 0.4rem;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home__page section.all__services .container .service__links .service__link {
    width: 66rem;
    height: 54rem;
  }
}
@media (min-width: 1024px) {
  .home__page section.all__services .container .service__links .service__link:hover picture img {
    transform: scale(1.04);
    filter: brightness(90%);
  }
}
.home__page section.all__services .container .service__links .service__link picture {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home__page section.all__services .container .service__links .service__link picture {
    height: 100%;
  }
}
.home__page section.all__services .container .service__links .service__link picture img {
  transition: transform 0.8s cubic-bezier(0.26, 1, 0.3, 1), filter 0.8s cubic-bezier(0.26, 1, 0.3, 1);
  filter: brightness(80%);
}
.home__page section.all__services .container .service__links .service__link p {
  width: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home__page section.all__services .container .service__links .service__link p span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  transition: transform 0.4s cubic-bezier(0.26, 1, 0.3, 1);
  background: rgba(var(--off-white), 1);
}
@media (max-width: 1024px) {
  .home__page section.all__services .container .service__links .service__link p span.icon {
    width: 6rem;
    height: 6rem;
  }
}
.home__page section.all__services .container .service__links .service__link p span.icon svg {
  width: auto;
  height: 2rem;
}
@media (max-width: 1024px) {
  .home__page section.all__services .container .service__links .service__link p span.icon svg {
    height: 3.4rem;
  }
}
.home__page section.all__services .container .service__links .service__link p span.icon svg path {
  stroke: rgba(var(--secondary-colour), 1);
}
.home__page section.home__about {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__page section.home__about .container {
  display: flex;
  gap: 10rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5rem;
  }
}
.home__page section.home__about .container .container__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container .container__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home__page section.home__about .container .container__inner h2 {
  width: 60rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container .container__inner h2 {
    text-align: center;
    width: 100%;
  }
}
.home__page section.home__about .container .container__inner > p {
  width: 80rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container .container__inner > p {
    width: 100%;
  }
}
.home__page section.home__about .container .container__inner > p strong {
  text-transform: capitalize;
}
.home__page section.home__about .container .container__inner ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home__page section.home__about .container .container__inner ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container .container__inner ul li {
    display: block;
  }
}
.home__page section.home__about .container .container__inner ul li span.bull {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(var(--primary-colour), 1);
}
@media (max-width: 1024px) {
  .home__page section.home__about .container .container__inner ul li span.bull {
    display: none;
  }
}
.home__page section.home__about .container picture {
  width: 75rem;
  height: 50rem;
}
@media (max-width: 1024px) {
  .home__page section.home__about .container picture {
    width: 100%;
  }
}

.company-name:after {
  content: "MBC Interiors";
  color: rgba(var(--primary-colour), 1);
}

.company-email {
  color: rgba(var(--primary-colour), 1);
}

.company-website:after {
  content: "https://mcbinteriorsmanchester.co.uk";
  color: rgba(var(--primary-colour), 1);
}

.policy__page .hero .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .policy__page .hero .container {
    gap: 3rem;
  }
}
.policy__page .hero .container > p {
  width: 90rem;
}
@media (max-width: 1024px) {
  .policy__page .hero .container > p {
    width: 100%;
  }
}

.service__page section.hero {
  height: 50rem;
  padding: 0;
}
.service__page section.hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__page section.hero .container h1 {
  z-index: 2;
  color: white;
  text-align: center;
}
.service__page section.hero .container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service__page section.hero .container picture img {
  filter: brightness(70%);
}
.service__page section.main .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
.service__page section.main .container h2 {
  width: 90rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .service__page section.main .container h2 {
    width: 100%;
  }
}
.service__page section.main .container > p {
  width: 100rem;
}
@media (max-width: 1024px) {
  .service__page section.main .container > p {
    width: 100%;
  }
}
.service__page section.main .container .grid {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .service__page section.main .container .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__page section.main .container .grid picture {
  width: 54rem;
  height: 40rem;
}
@media (max-width: 1024px) {
  .service__page section.main .container .grid picture {
    width: 64rem;
    height: 44rem;
  }
}/*# sourceMappingURL=main.css.map */