@charset "UTF-8";
/**
*
* Testing
*
**/
header nav ul.main__nav__list li.services__dropdown ul.services__list, form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select, form.form > div, form.form, #consent-popup #accept, #consent-popup, main .media__element figure img, main .media__element figure, main .media__element {
  border-radius: 1rem;
}

.scroll__cta .icon {
  border-radius: 2rem;
}

header nav ul.main__nav__list > li p a.header__contact, header nav ul.main__nav__list, footer .scroll__up p a, .button:before {
  border-radius: 4rem;
}

header {
  border-radius: 8rem;
}

header ul.contact__links li.social__links a, header .logo, footer .container .column:nth-of-type(2) ul.grid__item li.social__links a, .contact__now:before {
  border-radius: 100%;
}

header nav ul.main__nav__list li.services__dropdown ul.services__list, header, form.form, #consent-popup, .contact__now:before {
  box-shadow: 0px 0px 35px rgba(15, 43, 112, 0.14);
}

main .media__element figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .media__element figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__page section p a, header ul.contact__links li a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a, footer .container .column:nth-of-type(1) p a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.contact__page section p a:after, header ul.contact__links li a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:after, footer .container .column:nth-of-type(1) p a:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  width: 100%;
}

.contact__page section p a:hover:after, header ul.contact__links li a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:hover:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:hover:after, footer .container .column:nth-of-type(1) p a:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.contact__page section p a:after, header ul.contact__links li a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:after, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:after, footer .container .column:nth-of-type(1) p a:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.contact__page section p a, header ul.contact__links li a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a, footer .container .column:nth-of-type(1) p a {
  display: inline-block;
}
.text__split__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text__split__wrapper:hover .text__split > span:nth-of-type(1) {
  transform: translateY(-1.2rem) rotateX(-70deg) rotateY(-20deg);
  opacity: 0;
}
.text__split__wrapper:hover .text__split > span:nth-of-type(2) {
  transform: translateY(0) rotate(0);
  opacity: 1;
}
.text__split__wrapper .text__split {
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .text__split__wrapper .text__split {
    overflow: visible;
  }
}
.text__split__wrapper .text__split > span {
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
@media (max-width: 1024px) {
  .text__split__wrapper .text__split > span {
    transition: all 0s !important;
  }
}
.text__split__wrapper .text__split > span {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s 0.05s cubic-bezier(0.25, 1, 0.5, 1);
}
.text__split__wrapper .text__split > span:nth-of-type(1) {
  transform-origin: 100% 50%;
}
.text__split__wrapper .text__split > span:nth-of-type(2) {
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 50%;
  transform: translateY(1.2rem) rotateX(-70deg) rotateY(-20deg);
  opacity: 0;
}

.lazy-load-item {
  height: 100%;
  width: 100%;
}

.lazy-load-item .lazy-item {
  display: none;
  transform: scale(1.1);
  opacity: 0;
}
@keyframes fadeInMedia {
  0% {
    transform: scale(1.04);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lazy-load-item .lazy-item.loaded {
  display: block;
  animation: fadeInMedia 0.6s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
  transform: rotate(0.001);
}

html {
  -webkit-tap-highlight-color: transparent !important;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw !important;
  transition: font-size 0s 0s !important;
  line-height: 1;
  background: white;
}
@media (max-width: 1380px) {
  html {
    overscroll-behavior: auto;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  -webkit-tap-highlight-color: transparent !important;
  scroll-behavior: smooth;
  display: flex;
  justify-content: center;
}
@media (max-width: 1380px) {
  body {
    display: block;
    overflow: initial;
  }
}

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

main {
  z-index: 20;
  overflow: hidden;
  width: 100vw;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main {
    width: 100vw;
  }
}
main section {
  padding-top: 10rem;
  padding-bottom: 30rem;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: white;
}
main section * {
  transform: translate3d(0, 0, 0);
}
main section:nth-of-type(1) {
  padding-top: calc(var(--headerHeight) + 14rem);
}
@media (max-width: 1024px) {
  main section:nth-of-type(1) {
    padding-top: calc(var(--headerHeight) + 7rem);
  }
}
main section .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
  padding: 0 20rem;
}
@media (max-width: 1024px) {
  main section .container {
    padding: 0 1.2rem;
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
  }
}
main svg.watermark {
  position: absolute;
}
main .media__element {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .media__element figure {
  overflow: hidden;
}
svg.watermark {
  pointer-events: none !important;
}

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

@font-face {
  font-family: "MontserratAlternates Bold";
  src: url("../fonts/MontserratAlternates-Bold.woff2");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff2");
  font-display: swap;
  font-style: normal;
}
body {
  font-family: "Montserrat Medium", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #0f2b70;
}
body ::-moz-selection {
  /* Code for Firefox */
  background: transparent;
}
body ::selection {
  background: transparent;
}
body strong {
  font-weight: bold;
  text-decoration: underline;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
}
body .faded__text__dark {
  color: rgba(15, 43, 112, 0.6);
}
body .faded__text__light {
  color: rgba(255, 255, 255, 0.6);
}
body .stroke__white {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.12rem white;
}
body .stroke__dark {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.14rem black;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body figcaption {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body h1,
body h2,
body h3 {
  font-family: "MontserratAlternates Bold", Arial, Helvetica, sans-serif;
  cursor: default;
  text-transform: capitalize;
}
body h1 > span,
body h2 > span,
body h3 > span {
  line-height: 1.2;
  word-spacing: 0;
}
@media (max-width: 1024px) {
  body h1 > span,
  body h2 > span,
  body h3 > span {
    line-height: 1.4;
    letter-spacing: -0.1rem;
  }
}
body h1,
body h2 {
  font-size: 7rem;
  margin-bottom: 3rem;
}
body h1 > span,
body h2 > span {
  letter-spacing: -0.3rem;
}
@media (max-width: 1024px) {
  body h1,
  body h2 {
    font-size: 5.4rem;
  }
  body h1 span,
  body h2 span {
    height: auto;
    line-height: 1;
  }
  body h1 span:nth-of-type(2),
  body h2 span:nth-of-type(2) {
    line-height: 0.8;
    height: auto;
  }
}
body h3 {
  font-size: 2.6rem;
  letter-spacing: -0.2rem;
}
body h3 span {
  height: 3rem;
  line-height: 0.8;
}
@media (max-width: 1024px) {
  body h3 {
    font-size: 4rem;
  }
}
body p,
body figcaption,
body .button,
body button {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  body p,
  body figcaption,
  body .button,
  body button {
    font-size: 3rem;
    letter-spacing: -1px;
  }
}

.accordionWrapper {
  width: 100%;
}
.accordionWrapper .accordionItem {
  display: block;
  width: 100%;
}
.accordionWrapper .accordionItem .accordionItemHeading {
  padding: 2rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.6rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .accordionWrapper .accordionItem .accordionItemHeading {
    font-size: 3.4rem;
  }
}
.accordionWrapper .accordionItem .accordionItemHeading span:nth-of-type(1) {
  opacity: 0.6;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.accordionWrapper .accordionItem .accordionItemHeading:hover span:nth-of-type(1) {
  opacity: 1;
}
.accordionWrapper .accordionItem .accordionItemHeading svg {
  width: 4rem;
  height: 4rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.accordionWrapper .accordionItem .accordionItemHeading svg path {
  fill: black;
  transition: fill 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.accordionWrapper .accordionItem .accordionItemContent a {
  color: red;
}
.accordionWrapper .accordionItem .accordionItemContent a:hover arrow-component svg {
  transform: rotate(45deg);
  margin-right: 0.4rem;
}
.accordionWrapper .accordionItem .accordionItemContent pixel-arrow-single-component svg {
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
.accordionWrapper .accordionItem .accordionItemContent pixel-arrow-single-component svg path {
  fill: red;
}
.accordionWrapper .accordionItem .accordionItemContent arrow-component svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), margin-right 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.accordionWrapper .accordionItem .accordionItemContent arrow-component svg path {
  fill: red;
}
.accordionWrapper .close .accordionItemContent {
  height: 0px;
  float: left;
  display: block;
  opacity: 0;
}
.accordionWrapper .open .accordionItemHeading span:nth-of-type(1) {
  opacity: 1;
}
.accordionWrapper .open .accordionItemHeading svg {
  transform: rotate(45deg);
}
.accordionWrapper .open .accordionItemHeading svg path {
  fill: red;
}
.accordionWrapper .open .accordionItemContent {
  width: 100%;
  display: block;
  transform-origin: top;
  padding: 2rem 2rem 2rem 0;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.8s cubic-bezier(0.246, 0.75, 0.187, 1);
}

button {
  background: none;
  border: none;
  outline: none;
  font-size: inherit;
  cursor: pointer;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem 3.4rem;
  text-transform: capitalize;
  color: white;
}
.button:hover:before {
  transform: scale(1.1);
}
.button:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
}

.button__red:before {
  background: #C71F1F;
}

.button__blue:before {
  background: #0f2b70;
}

.scroll__cta {
  position: absolute;
  z-index: 11;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .scroll__cta {
    display: none !important;
  }
}
.scroll__cta p {
  text-transform: capitalize;
}
.scroll__cta .icon {
  width: 2.4rem;
  height: 4rem;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .scroll__cta .icon {
    width: 3rem;
    height: 5rem;
    margin-right: 2rem;
  }
}
.scroll__cta .icon:after {
  content: "";
  height: 1rem;
  width: 0.2rem;
  background: currentColor;
  margin-top: -0.8rem;
  border-radius: 0.4rem;
}
@media (max-width: 1024px) {
  .scroll__cta .icon:after {
    height: 0.8rem;
    width: 0.2rem;
    margin-top: -2rem;
  }
}

.contact__now {
  position: fixed;
  bottom: 6rem;
  right: 6rem;
  z-index: 99;
  width: 9rem;
  height: 9rem;
}
@media (max-width: 1024px) {
  .contact__now {
    width: 12rem;
    height: 12rem;
    bottom: 3rem;
    right: 3rem;
  }
}
.contact__now:hover:before {
  transform: scale(1.3);
}
.contact__now:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  background: #C71F1F;
}
@media (max-width: 1024px) {
  .contact__now .desktop {
    display: none !important;
  }
  .contact__now .mobile {
    display: block !important;
  }
}
.contact__now .mobile {
  display: none;
}
.contact__now > div,
.contact__now a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__now > div svg,
.contact__now a svg {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 1024px) {
  .contact__now > div svg,
  .contact__now a svg {
    width: 3rem;
    height: 3rem;
  }
}

#consent-popup {
  position: fixed;
  bottom: -3.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 2rem;
}
@media (max-width: 724px) {
  #consent-popup {
    width: 90vw;
    height: auto;
    bottom: 12rem;
    padding: 3rem 2rem;
  }
  #consent-popup p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
#consent-popup #accept {
  cursor: pointer !important;
  background: #C71F1F;
  padding: 2rem 3rem;
  margin-left: 3rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    padding: 3rem 6rem;
    margin-left: 1.6rem;
  }
}
#consent-popup #accept:after {
  content: "";
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0f2b70;
  border-radius: 100%;
  transition: width 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 1s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform-origin: center center;
  z-index: -1;
  opacity: 0;
}
#consent-popup #accept span {
  color: white;
}
#consent-popup #accept:hover:after {
  width: 24rem;
  height: 24rem;
  opacity: 1;
  transition: width 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}
#consent-popup.hidden {
  display: none;
}

#cursor {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 1380px) {
  #cursor {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle__1,
  .cursor__circle__2 {
    position: absolute;
    margin-top: -45%;
    margin-left: -90%;
    border-radius: 50%;
    transition: margin 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), background 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), width 0.6s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cursor__circle__1 svg,
  .cursor__circle__2 svg {
    width: 3.6rem;
    height: 3.6rem;
    transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  .cursor__circle__1 svg path,
  .cursor__circle__2 svg path {
    fill: white;
  }
  .cursor__circle__1 {
    width: 5rem;
    height: 5rem;
    border: 1px solid #999999;
  }
  .cursor__circle__2 {
    background: red;
    width: 0;
    height: 0;
  }
  #cursor.link .cursor__circle__1 {
    width: 10rem;
    height: 10rem;
    margin-top: -45%;
    margin-left: -100%;
  }
  #cursor.project .cursor__circle__1 {
    width: 0rem;
    height: 0rem;
    margin-top: -45%;
  }
  #cursor.project .cursor__circle__2 {
    width: 12rem;
    height: 12rem;
    margin-top: -45%;
    opacity: 1;
  }
  #cursor.project .cursor__circle__2 svg {
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
}
form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  padding-bottom: 6rem;
}
form.form:before {
  content: "";
  width: 100%;
  height: 6rem;
  border-radius: 1rem 1rem 0 0;
  background: #C71F1F;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  form.form {
    max-width: 96vw;
  }
}
form.form > div {
  margin: 0 6rem;
  margin-bottom: 2rem;
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select {
  z-index: 999;
  position: relative;
  width: 70rem;
  height: 8rem;
  border: none;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 3rem;
  padding-left: 2rem;
  padding-top: 1rem;
  color: black;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select {
    width: 88vw;
    font-size: 5rem;
    height: 14rem;
  }
}
form.form input:not([type=submit]):active, form.form input:not([type=submit]):focus,
form.form input:not([type=firstname]):active,
form.form input:not([type=firstname]):focus,
form.form textarea:active,
form.form textarea:focus,
form.form select:active,
form.form select:focus {
  outline: none;
  padding-bottom: 0;
  background: white;
}
form.form input:not([type=submit]):focus ~ label,
form.form input:not([type=firstname]):focus ~ label,
form.form textarea:focus ~ label,
form.form select:focus ~ label {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form input:not([type=submit])::-moz-placeholder, form.form input:not([type=firstname])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder {
  opacity: 0;
}
form.form input:not([type=submit])::placeholder,
form.form input:not([type=firstname])::placeholder,
form.form textarea::placeholder,
form.form select::placeholder {
  opacity: 0;
}
form.form input:not([type=submit]):not(:-moz-placeholder), form.form input:not([type=firstname]):not(:-moz-placeholder), form.form textarea:not(:-moz-placeholder), form.form select:not(:-moz-placeholder) {
  background: white;
}
form.form input:not([type=submit]):not(:placeholder-shown),
form.form input:not([type=firstname]):not(:placeholder-shown),
form.form textarea:not(:placeholder-shown),
form.form select:not(:placeholder-shown) {
  background: white;
}
form.form input:not([type=submit]):not(:-moz-placeholder) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder) ~ label, form.form textarea:not(:-moz-placeholder) ~ label, form.form select:not(:-moz-placeholder) ~ label {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form input:not([type=submit]):not(:placeholder-shown) ~ label,
form.form input:not([type=firstname]):not(:placeholder-shown) ~ label,
form.form textarea:not(:placeholder-shown) ~ label,
form.form select:not(:placeholder-shown) ~ label {
  transform: scale(0.6) translateY(-4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form label {
  z-index: 999;
  position: absolute;
  left: 1.6rem;
  top: 2.8rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  transform-origin: left center;
  font-size: 2rem;
  font-family: inherit;
  pointer-events: none;
  border-radius: 0.6rem;
  padding: 0.4rem;
  color: inherit;
}
form.form label:after {
  content: "*";
  color: #C71F1F;
}
@media (max-width: 1024px) {
  form.form label {
    font-size: 3rem;
  }
}
form.form textarea {
  height: 26rem;
  padding-top: 3rem;
  padding-left: 2rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  form.form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form textarea:not(:-moz-placeholder) ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form textarea:not(:placeholder-shown) ~ label {
  transform: scale(0.6) translateY(-3.4rem);
  color: rgba(0, 0, 0, 0.5);
}
form.form button[type=submit] {
  letter-spacing: 0.1rem;
}
form.form select {
  font-size: 2rem !important;
  padding: 0 1.4rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin-bottom: -2.8rem;
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus {
  -webkit-box-shadow: 0 0 0 12rem white inset !important;
  -webkit-text-fill-color: black !important;
}
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 white inset !important;
  -webkit-text-fill-color: black !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

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

:root {
  --marquee-width: 1310rem;
  --marquee-height: 34rem;
  /* --marquee-elements: 12; */
  /* defined with JavaScript */
  --marquee-elements-displayed: 4;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 10s);
}

.marquee__1,
.marquee__2 {
  width: var(--marquee-width);
  height: calc(var(--marquee-height) - 12rem);
  position: relative;
  pointer-events: none;
  z-index: 2;
  color: red;
}
.marquee__1 .marquee__content,
.marquee__2 .marquee__content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  will-change: transform;
  transform-style: preserve-3d;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.marquee__1 .marquee__content li,
.marquee__2 .marquee__content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 30rem;
  font-size: calc(var(--marquee-height) * 3 / 4);
  /* 5rem; */
  white-space: nowrap;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: -1rem;
}
.marquee__1 .marquee__content li span,
.marquee__2 .marquee__content li span {
  max-height: 24rem;
}
.marquee__1 .marquee__content li .stroke__dark,
.marquee__2 .marquee__content li .stroke__dark {
  -webkit-text-stroke: 0.3rem black;
}
.marquee__1 .marquee__content li .stroke__white,
.marquee__2 .marquee__content li .stroke__white {
  -webkit-text-stroke: 0.3rem white;
}
@media (max-width: 1024px) {
  .marquee__1 .marquee__content li,
  .marquee__2 .marquee__content li {
    font-size: calc(var(--marquee-height) * 2.8 / 4);
    /* 5rem; */
  }
}

.waves {
  width: 100vw;
  height: 25vh;
  min-height: 150px;
  max-height: 200px;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .waves {
    width: 300vw;
    height: 10vh;
  }
}
.waves .parallax > use {
  animation: wave 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-delay: -5s;
  will-change: transform;
}
@media (max-width: 1024px) {
  .waves .parallax > use {
    animation: wave 5s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  }
}
@keyframes wave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 74rem;
  background: white;
  padding: 0 22rem 6rem 22rem;
}
@media (max-width: 1024px) {
  footer {
    height: 100%;
    padding: 0 4rem;
  }
}
footer .scroll__up {
  position: absolute;
  right: 6rem;
}
@media (max-width: 1024px) {
  footer .scroll__up {
    display: none;
  }
}
footer .scroll__up p a {
  width: 100%;
  height: 100%;
  background: #0f2b70;
  padding: 2rem;
  color: white;
}
footer .container {
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .column {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  footer .container .column {
    margin-bottom: 4rem;
  }
}
footer .container .column:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
footer .container .column:nth-of-type(1) .logo {
  width: 30rem;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(1) .logo {
    width: 60%;
    margin: 0 20% 4rem 20%;
    height: auto;
  }
}
footer .container .column:nth-of-type(1) .logo img {
  width: 100%;
  height: 100%;
}
footer .container .column:nth-of-type(1) p a {
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .column:nth-of-type(1) p a:hover {
  opacity: 1;
}
footer .container .column:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(2) {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}
footer .container .column:nth-of-type(2) ul.grid__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a {
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(1) p a:hover, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(2) p a:hover, footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3) p a:hover {
  opacity: 1;
}
footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(3), footer .container .column:nth-of-type(2) ul.grid__item:nth-of-type(4) {
  justify-content: flex-end;
}
footer .container .column:nth-of-type(2) ul.grid__item li.list__heading {
  margin-bottom: 2rem;
}
footer .container .column:nth-of-type(2) ul.grid__item li {
  margin: 0.4rem 0;
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links p {
  display: flex;
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links a {
  margin-right: 1rem;
  width: 2.9rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  background: #C71F1F;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(2) ul.grid__item li.social__links a {
    width: 6rem;
    height: 6rem;
  }
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links a svg {
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 1024px) {
  footer .container .column:nth-of-type(2) ul.grid__item li.social__links a svg {
    width: 3rem;
    height: 3rem;
  }
}
footer .container .column:nth-of-type(2) ul.grid__item li.social__links a svg path {
  fill: white;
}

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

header {
  position: fixed !important;
  width: 96vw;
  margin: 0 2vw;
  z-index: 300;
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: showHeader 1s 0.2s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
  top: -11rem;
  padding: 0 4rem;
  background: white;
}
@media (max-width: 1024px) {
  header {
    border-radius: 4rem;
    transition: height 0.6s cubic-bezier(0.62, 0.05, 0.01, 0.99);
    top: -11rem;
  }
  @keyframes showHeader {
    0% {
      top: -11rem;
    }
    100% {
      top: 3rem;
    }
  }
}
@keyframes showHeader {
  0% {
    top: -11rem;
  }
  100% {
    top: 3rem;
  }
}
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  header .logo {
    left: 18rem;
    top: 1.4rem;
  }
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  height: 100%;
  width: 100%;
}
header .logo a img {
  width: 24rem;
}
@media (max-width: 1024px) {
  header .logo a img {
    width: 30rem;
  }
}
header ul.contact__links {
  display: flex;
}
@media (max-width: 1024px) {
  header ul.contact__links {
    display: none;
  }
}
header ul.contact__links li {
  margin-right: 2rem;
}
header ul.contact__links li.social__links p {
  display: flex;
}
header ul.contact__links li.social__links a {
  margin-right: 1rem;
  width: 2.9rem;
  height: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  background: #C71F1F;
}
header ul.contact__links li.social__links a svg {
  width: 1.4rem;
  height: 1.4rem;
}
header ul.contact__links li.social__links a svg path {
  fill: white;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  header nav {
    position: absolute;
    flex-direction: column;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    padding: 20rem 2rem 36rem 2rem;
    pointer-events: none;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    z-index: -3;
  }
}
header nav ul.main__nav__list {
  padding: 0;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list {
    height: auto;
    flex-direction: column;
    padding: 0;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
  }
}
header nav ul.main__nav__list > li {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list > li {
    margin: 3rem 0;
  }
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list > li p {
    font-size: 5rem;
  }
}
header nav ul.main__nav__list > li p a.active__page {
  color: #C71F1F;
}
header nav ul.main__nav__list > li p a.header__contact {
  background: #0f2b70;
  color: white;
  padding: 1rem 2rem;
}
header nav ul.main__nav__list li.services__dropdown {
  cursor: pointer;
  display: flex;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown {
    margin: inherit;
  }
}
header nav ul.main__nav__list li.services__dropdown:after {
  content: "";
  border: 0.25rem solid #C71F1F;
  border-right: 0;
  border-top: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown > p {
    display: none;
    pointer-events: none;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30rem;
  top: 7.5rem;
  left: -120%;
  background: white;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list {
    position: relative;
    left: auto;
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
    margin-top: 1rem;
    background: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    top: auto;
    padding: 0.8rem;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list:before {
  content: "";
  background: white;
  border-right: 0;
  border-top: 0;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  z-index: 0;
  border-radius: 0.4rem;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list:before {
    display: none;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li {
  width: 100%;
  overflow: hidden;
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(15, 43, 112, 0.1);
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li:nth-of-type(1) {
  border-radius: 1rem 1rem 0 0;
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li:nth-last-of-type(1) {
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 1024px) {
  header nav ul.main__nav__list li.services__dropdown ul.services__list li {
    margin: 0.4rem 0;
  }
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p a {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  transition: background 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header nav ul.main__nav__list li.services__dropdown ul.services__list li p a:hover {
  background: rgba(199, 31, 31, 0.2);
}

.services__dropdown.active .services__list {
  display: flex !important;
}

.rotate__icon:after {
  transform: rotate(135deg) !important;
  margin-top: 1.1rem !important;
}

.menu__toggler {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4rem;
  top: 0.6rem;
  z-index: 10;
  padding: 4rem;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1024px) {
  .menu__toggler {
    display: block;
  }
}
.menu__toggler::before, .menu__toggler::after {
  content: "";
  width: 8rem;
  height: 3px;
  background: #0f2b70;
  display: block;
  position: absolute;
  right: 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  backface-visibility: hidden;
}
.menu__toggler::before {
  transform: translateY(2.2rem);
}

.active__toggler {
  transform: translateY(1rem);
}
.active__toggler::before {
  transform: rotate(45deg);
}
.active__toggler::after {
  transform: rotate(-45deg);
}

.active__menu {
  height: 80vh !important;
  pointer-events: all !important;
}
.active__menu nav {
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: all !important;
  transition: opacity 0.6s 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
}

.about__page section.about__main {
  padding-bottom: 10rem;
}
.about__page section.about__main .container .text {
  max-width: 80rem;
  margin-right: 10rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .text {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about__page section.about__main .container .media__element {
  width: 160rem;
}
@media (max-width: 1024px) {
  .about__page section.about__main .container .media__element {
    display: none;
  }
}
.about__page section.locations {
  padding-top: 0;
}
.about__page section.locations .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about__page section.locations .container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .about__page section.locations .container ul {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.about__page section.locations .container ul li p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.about__page section.locations .container ul li p:before {
  content: "•";
}
.about__page section.locations .container ul li p a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.articles__page section .watermark {
  right: 0;
  bottom: 10rem;
}
.articles__page section .container {
  flex-direction: column;
  align-items: center;
}
.articles__page section .container h1 {
  text-align: center;
  max-width: 120rem;
}
.articles__page section .container h3 {
  text-align: center;
  max-width: 120rem;
}
.articles__page section .container p {
  max-width: 90rem;
}
.articles__page section .container p a {
  text-decoration: underline;
  font-style: oblique;
  text-transform: uppercase;
}
.articles__page section .container .media__element {
  height: 40rem;
  width: 60rem;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .articles__page section .container .media__element {
    height: 50rem;
    width: 70rem;
  }
}

.contact__page section h3 {
  color: #C71F1F;
}
.contact__page section form {
  margin-left: 6rem;
}
@media (max-width: 1024px) {
  .contact__page section form {
    margin-left: 0;
    margin-top: 6rem;
  }
}

.home__page .home__hero {
  height: 100vh;
}
@media (max-width: 1024px) {
  .home__page .home__hero {
    height: 100%;
    padding-top: 30rem;
  }
}
.home__page .home__hero .container {
  flex-direction: column;
  align-items: center;
  z-index: 4;
  color: white;
  text-align: center;
}
.home__page .home__hero .container .title {
  display: flex;
  flex-direction: column-reverse;
}
.home__page .home__hero .container .title h1 {
  margin: 3rem 0;
  width: 120rem;
}
@media (max-width: 1024px) {
  .home__page .home__hero .container .title h1 {
    font-size: 7.4rem;
    width: 100%;
  }
}
.home__page .home__hero .container .title .heading__top {
  font-size: 3rem;
}
.home__page .home__hero .container .button {
  margin-top: 3rem;
}
.home__page .home__hero .home__hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  z-index: -1;
  background: #0f2b70;
}
.home__page .home__hero .home__hero__video .home__hero__video__wrapper {
  width: 100%;
  height: 100%;
}
.home__page .home__hero .home__hero__video .home__hero__video__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
.home__page .home__hero .home__hero__video .home__hero__video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
}
.home__page section.intro .watermark {
  top: 0;
  left: -20rem;
}
.home__page section.intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home__page section.intro .container h2 {
  margin-bottom: 3rem;
  max-width: 105rem;
  text-align: center;
}
.home__page section.intro .container p {
  margin-bottom: 3rem;
  max-width: 105rem;
}
.home__page section.intro .container .button {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .home__page section.intro:nth-of-type(2) {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home__page section.intro:nth-of-type(2) figure {
  max-width: 50rem;
}
@media (max-width: 1024px) {
  .home__page section.intro:nth-of-type(2) figure {
    max-width: 100%;
    margin-top: 7rem;
  }
  .home__page section.intro:nth-of-type(2) figure img {
    width: 50vw;
  }
}
.home__page .pond__services {
  background: #0f2b70;
  color: white;
  text-align: center;
}
.home__page .pond__services .container {
  flex-direction: column;
  align-items: center;
}
.home__page .pond__services .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .home__page .pond__services .container .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
.home__page .pond__services .container .grid .grid__item {
  width: 45rem;
  height: 35rem;
}
@media (max-width: 1024px) {
  .home__page .pond__services .container .grid .grid__item {
    height: 100%;
    width: 100%;
  }
}
.home__page .pond__services .container .grid .grid__item figure {
  height: 30rem;
}
@media (max-width: 1024px) {
  .home__page .pond__services .container .grid .grid__item figure {
    height: 44rem;
  }
}
.home__page .pond__services .container .grid .grid__item h3 {
  margin-top: 1.4rem;
}
.home__page .news__blog .watermark {
  top: 10rem;
  right: -20rem;
}
.home__page .news__blog .container {
  flex-direction: column;
  align-items: center;
}
.home__page .news__blog .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .home__page .news__blog .container .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
.home__page .news__blog .container .grid .grid__item {
  width: 50rem;
  height: 60rem;
}
@media (max-width: 1024px) {
  .home__page .news__blog .container .grid .grid__item {
    height: 100%;
    width: 100%;
  }
}
.home__page .news__blog .container .grid .grid__item .media__element {
  height: 32rem;
}
@media (max-width: 1024px) {
  .home__page .news__blog .container .grid .grid__item .media__element {
    height: 50rem;
  }
}
.home__page .news__blog .container .grid .grid__item h3 {
  margin: 3rem 0 1rem 0;
}
@media (max-width: 1024px) {
  .home__page .news__blog .container .button {
    margin-top: 6rem;
  }
}
.home__page .reviews {
  background: #C71F1F;
  color: white;
}
.home__page .reviews .container {
  flex-direction: column;
  align-items: center;
}
.home__page .reviews .container h2 {
  text-align: center;
}
.home__page .reviews .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .home__page .reviews .container .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
.home__page .reviews .container .grid .grid__item {
  width: 50rem;
  height: 35rem;
}
@media (max-width: 1024px) {
  .home__page .reviews .container .grid .grid__item {
    height: 100%;
    width: 100%;
  }
}
.home__page .reviews .container .grid .grid__item p {
  margin: 1rem 0 3rem 0;
}

.news__page section .watermark {
  top: 10rem;
  right: -20rem;
}
.news__page section .container {
  flex-direction: column;
  align-items: center;
}
.news__page section .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .news__page section .container .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
.news__page section .container .grid .grid__item {
  width: 50rem;
  height: 42rem;
}
@media (max-width: 1024px) {
  .news__page section .container .grid .grid__item {
    width: 100%;
    height: 100%;
  }
}
.news__page section .container .grid .grid__item .media__element {
  height: 32rem;
}
@media (max-width: 1024px) {
  .news__page section .container .grid .grid__item .media__element {
    height: 50rem;
  }
}
.news__page section .container .grid .grid__item h3 {
  margin-top: 2rem;
}

.company-name:after {
  content: "Olympian Water Gardens";
  color: #C71F1F;
}

.company-email {
  color: #C71F1F;
}

.company-website:after {
  content: "https://olympianwatergardens.com";
  color: #C71F1F;
}

.policy__page p {
  max-width: 120rem;
}

.reviews__page section .container {
  flex-direction: column;
  align-items: center;
}
.reviews__page section .container h2 {
  text-align: center;
}
.reviews__page section .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .reviews__page section .container .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}
.reviews__page section .container .grid .grid__item {
  width: 50rem;
  height: 35rem;
}
@media (max-width: 1024px) {
  .reviews__page section .container .grid .grid__item {
    width: 100%;
    height: 100%;
  }
}
.reviews__page section .container .grid .grid__item p {
  margin: 1rem 0 3rem 0;
}

.service__page section.main .watermark:nth-of-type(1) {
  left: 0;
  top: 10rem;
}
.service__page section.main .watermark:nth-of-type(2) {
  right: 0;
  bottom: 10rem;
}
.service__page section.main .container {
  flex-direction: column;
  align-items: center;
}
.service__page section.main .container h1,
.service__page section.main .container h2 {
  text-align: center;
  max-width: 120rem;
}
.service__page section.main .container h3 {
  text-align: center;
  max-width: 120rem;
}
.service__page section.main .container p {
  max-width: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service__page section.main .container p a {
  color: white;
  background: #C71F1F;
  padding: 1.6rem 2rem;
  border-radius: 4rem;
}
.service__page section.main .container .button {
  margin-top: 2rem;
}
.service__page section.main .container > .media__element {
  height: 70rem;
  width: 90vw;
}
@media (max-width: 1024px) {
  .service__page section.main .container > .media__element {
    width: 100%;
    height: 50rem;
  }
}
.service__page section.main .container > .media__element figure,
.service__page section.main .container > .media__element img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.service__page section.main .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.2rem;
}
.service__page section.main .container .grid .grid__item .media__element {
  height: 30rem;
}
.service__page section.main .container .grid__4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .service__page section.main .container .grid__4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service__page section.main .container .grid__4 .grid__item .media__element {
  height: 60rem;
}
.service__page section.main .container .grid__2 {
  grid-template-columns: repeat(2, 1fr);
}
.service__page section.main .container .grid__2 .grid__item .media__element {
  height: 60rem;
}
.service__page section.main .container iframe.yt {
  height: 60rem;
  border-radius: 2rem;
}
.service__page section.main .container .video__grid {
  display: flex;
  gap: 1.2rem;
}
.service__page section.main .container .video__grid .grid__item .media__element {
  height: 40rem;
  width: 70rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .service__page section.main .container .video__grid .grid__item .media__element {
    width: 90vw;
  }
}
.service__page section.main .container .video__grid .grid__item .media__element iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */