/**
*
* Testing
*
**/
.service__page section.service__main .container .row:nth-of-type(2) figure, section.intro .container .row:nth-of-type(2) figure, .about__page section.about__main .container figure img, .about__page section.about__main .container figure, .media__grid .media__grid__item figure, form.form, .button a,
.button .button__inner {
  border-radius: 0.5rem;
}

#consent-popup #accept, .contact-now a:before, .contact-now a:after, .call-now {
  border-radius: 8rem;
}

.call-now a svg {
  border-radius: 100%;
}

header .header__right .menu__toggle, form.form button[type=submit]:before {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.12);
}

section.services .grid .item figure, .about__page section.about__main .container figure, .media__grid .media__grid__item figure, figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.services .grid .item figure img, .about__page section.about__main .container figure img, .media__grid .media__grid__item figure img, img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__page section.service__hero figure:after, .service__page section.service__hero figure, section.contact__us figure:after, section.contact__us figure, section.services .grid .item figure:after, .home__hero figure:after, .home__hero figure, section.contact__hero figure:after, section.contact__hero figure, .about__page section.about__hero figure:after, .about__page section.about__hero figure, main:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  [data-scroll-class=heading-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
  }
  [data-scroll-class=heading-reveal] > span {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: translateY(20rem);
    display: inline-block;
    transform-origin: 100% 0%;
  }
  .heading-reveal > span {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transform: translateY(0);
    transition: transform 2s cubic-bezier(0.246, 0.75, 0.187, 1), -webkit-clip-path 2s cubic-bezier(0.246, 0.75, 0.187, 1);
    transition: clip-path 2s cubic-bezier(0.246, 0.75, 0.187, 1), transform 2s cubic-bezier(0.246, 0.75, 0.187, 1);
    transition: clip-path 2s cubic-bezier(0.246, 0.75, 0.187, 1), transform 2s cubic-bezier(0.246, 0.75, 0.187, 1), -webkit-clip-path 2s cubic-bezier(0.246, 0.75, 0.187, 1);
    padding-bottom: 0.5rem;
  }
  .heading-reveal > span:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  .heading-reveal > span:nth-of-type(3) {
    transition-delay: 0.2s;
  }
}
.lazy-load-item {
  height: 100%;
  width: 100%;
  background: #9dbbc2;
  overflow: hidden;
  z-index: 1;
}

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

.h__top__line,
.h__bottom__line {
  position: absolute;
  background: rgba(182, 204, 245, 0.5);
  height: 1px;
  transform: scaleX(0);
  transform-origin: 50% 50%;
  width: 100%;
  left: 0;
}

.h__top__line {
  top: 0;
}

.h__bottom__line {
  bottom: 0;
}

.h__top__line__reveal,
.h__bottom__line__reveal {
  transition: transform 2s 0.3s cubic-bezier(0.5, 0, 0, 1);
  transform: scaleX(1);
}

.v__line {
  width: 1px;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(182, 204, 245, 0.5);
  transform: scaleY(0);
  transform-origin: 50% 50%;
  position: absolute;
}

.v__line__reveal {
  transform: scaleY(1);
  transition: transform 2s 0.3s cubic-bezier(0.5, 0, 0, 1);
}

@keyframes pulseOne {
  0% {
    transform: scale(0.95, 0.9);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
@keyframes pulseTwo {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  90% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  [data-scroll-class=opacity-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
    display: inline-block;
    transform-origin: 50% 50%;
  }
  .opacity-reveal {
    opacity: 1;
    transition: opacity 2s 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  [data-scroll-class=button-reveal] {
    transform: translate(0px, 0px);
    transform-style: preserve-3d;
    perspective: 1000px;
    opacity: 0;
    display: inline-block;
    transform-origin: 50% 50%;
  }
  .button-reveal {
    opacity: 1;
    transition: opacity 2s 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  .hero .opacity-reveal {
    transition: opacity 2s 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
  .hero .button-reveal {
    transition: opacity 2s 1s cubic-bezier(0.246, 0.75, 0.187, 1);
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent !important;
}

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

body {
  -webkit-tap-highlight-color: transparent !important;
  visibility: hidden;
  background: #ffffff;
}
@media (max-width: 768px) {
  body {
    visibility: visible !important;
  }
}

.page__mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  z-index: 10000000000000000000000000000;
}
@media (max-width: 768px) {
  .page__mask {
    display: none !important;
  }
}
.page__mask ul {
  display: flex;
  height: 100%;
  width: 100%;
}
.page__mask ul li {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page__mask ul li > div {
  height: 101%;
  width: 100%;
  background-color: #70def4;
  position: absolute;
  top: 0;
  left: 0;
}

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

main {
  overflow: hidden;
  z-index: 2;
  transition: transform 0.6s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 768px) {
  main {
    transition: none;
  }
}
main:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 9;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
main section {
  padding: 10rem 5rem;
  overflow: hidden;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  main section {
    padding: 10rem 2rem;
  }
}
main section #down {
  width: 1px;
  height: 1px;
  left: 0;
  position: absolute;
  z-index: -99;
  visibility: hidden;
  pointer-events: none;
  bottom: 7rem;
}

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: "Font-Bold";
  font-weight: 600;
  font-style: normal;
  src: url("../font-bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Font-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("../font-regular.woff2") format("woff2");
  font-display: swap;
}
body {
  font-family: "Font-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #1345a2;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #1345a2;
}
body ::selection {
  color: white;
  background: #1345a2;
}
body .opacity__1-5 {
  opacity: 0.5;
}
body strong {
  font-weight: bold;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body figcaption {
  text-rendering: geometricPrecision;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
body h1 {
  font-size: 7rem;
  font-family: "Font-Bold", Arial, sans-serif;
}
@media (max-width: 768px) {
  body h1 {
    font-size: 5.6rem;
  }
}
body h2 {
  font-size: 6rem;
  font-family: "Font-Bold", Arial, sans-serif;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 5.2rem;
  }
}
body h3 {
  font-size: 3.8rem;
  font-family: "Font-Bold", Arial, sans-serif;
}
@media (max-width: 768px) {
  body h3 {
    font-size: 4.5rem;
  }
}
body h4 {
  font-size: 3.2rem;
  font-family: "Font-Bold", Arial, sans-serif;
}
@media (max-width: 768px) {
  body h4 {
    font-size: 4rem;
  }
}
body p,
body figcaption {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body p,
  body figcaption {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
body p.description span.heading {
  font-weight: bold;
}

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

.button__wrapper {
  height: 5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .button__wrapper {
    height: 9rem;
  }
}

.button {
  width: -moz-fit-content;
  width: fit-content;
}
.button a,
.button .button__inner {
  background-color: #b6ccf5;
  color: #1345a2;
  text-transform: capitalize;
  font-weight: bold;
  padding: 1.6rem 3rem;
}
@media (max-width: 768px) {
  .button a,
  .button .button__inner {
    padding: 2.6rem 3.2rem;
  }
}
.button a:hover,
.button .button__inner:hover {
  text-decoration: underline;
}

ul.social__sharing {
  display: flex;
  gap: 3rem;
}
ul.social__sharing li {
  display: flex;
  align-items: center;
  justify-content: center;
}
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 {
  text-decoration: underline;
}
ul.social__sharing li p a svg {
  height: 2.4rem;
  width: 2.4rem;
  margin-right: 0.4rem;
  transition: transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 768px) {
  ul.social__sharing li p a svg {
    height: 3rem;
    width: 3rem;
  }
}

.scroll__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: white;
}
.scroll__cta:hover {
  text-decoration: underline;
}
.scroll__cta svg path {
  stroke-dasharray: 138.8452301025;
  stroke-dashoffset: 0;
  animation: drawArrow 3s cubic-bezier(0.246, 0.75, 0.187, 1) infinite;
}
@keyframes drawArrow {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 138.8452301025;
  }
  40.00001% {
    stroke-dashoffset: -138.8452301025;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.call-now {
  position: fixed;
  z-index: 200;
  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: #70def4;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .call-now {
    display: flex;
  }
}
.call-now a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.call-now a span {
  font-size: 1.8rem;
  color: #1345a2;
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  .call-now a span {
    font-size: 3rem;
  }
}
.call-now a svg {
  width: 4rem;
  height: 4rem;
  display: flex;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
.call-now a svg path {
  fill: black !important;
}

.contact-now {
  z-index: 200;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  height: 6rem;
  color: black;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer !important;
  text-transform: uppercase;
  display: none;
}
.contact-now a {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 2rem 3rem;
  color: black;
}
.contact-now a:hover:after {
  transform: scaleX(1.06) scaleY(1.08);
}
.contact-now a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #b6ccf5;
  transition: all 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
  z-index: -1;
}
.contact-now a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(182, 204, 245, 0.4);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -2;
}
.contact-now a:before {
  animation: pulseOne 2.4s 0.1s ease infinite;
}
.contact-now a span {
  font-weight: bold;
}
.contact-now a svg {
  width: 3rem;
  margin-right: 1rem;
}
.contact-now a svg path {
  fill: #b6ccf5;
}
@media (max-width: 768px) {
  .contact-now {
    display: none !important;
  }
}

#consent-popup {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  background: #ffffff;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 1rem 1.5rem;
  opacity: 0;
  animation: CookieReveal 1s 2.5s cubic-bezier(0.246, 0.75, 0.187, 1) forwards;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
@keyframes CookieReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 724px) {
  #consent-popup {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 66rem;
    margin: 0 auto;
    height: auto;
    bottom: 4rem;
    padding: 3rem;
  }
}
#consent-popup .description {
  max-width: 24rem;
  margin-right: 1rem;
}
@media (max-width: 724px) {
  #consent-popup .description {
    max-width: 35rem;
  }
}
#consent-popup #accept {
  cursor: pointer !important;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  background-color: #1345a2;
  background-image: linear-gradient(0deg, #1345a2 20%, #1345a2 120%);
  color: white;
}
#consent-popup #accept:hover {
  text-decoration: underline;
}
@media (max-width: 724px) {
  #consent-popup #accept {
    padding: 3rem 6rem;
    margin-left: 1.6rem;
  }
}
#consent-popup.hidden {
  display: none;
}

form.form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
form.form input:not([type=submit]),
form.form input:not([type=firstname]),
form.form textarea,
form.form select {
  position: relative;
  width: 80rem;
  height: 6rem;
  margin-top: 1.6rem;
  background: transparent;
  font-family: inherit !important;
  color: inherit;
  font-size: 1.6rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  background: none;
  border: none;
  border: 1px solid #c1d6db;
  resize: none;
  color: #1345a2;
  caret-color: #1345a2;
  letter-spacing: 0.05rem;
  cursor: pointer;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  form.form input:not([type=submit]),
  form.form input:not([type=firstname]),
  form.form textarea,
  form.form select {
    width: 90vw;
    height: 12rem;
    font-size: 3rem !important;
  }
}
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: rgba(255, 255, 255, 0);
}
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 {
  color: rgba(19, 69, 162, 0.2);
}
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-shown) ~ label, form.form input:not([type=firstname]):not(:-moz-placeholder-shown) ~ label, form.form textarea:not(:-moz-placeholder-shown) ~ label, form.form select:not(:-moz-placeholder-shown) ~ label {
  color: rgba(19, 69, 162, 0);
}
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 {
  color: rgba(19, 69, 162, 0);
}
form.form label {
  position: absolute;
  transform-origin: left;
  left: 0.5rem;
  top: 3.5rem;
  transition: all 0.2s cubic-bezier(0.246, 0.75, 0.187, 1);
  backface-visibility: hidden;
  font-family: inherit;
  pointer-events: none;
  color: inherit;
  border: 3px solid transparent;
  border-radius: 0.6rem;
  color: #1345a2;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  form.form label {
    font-size: 3rem;
  }
}
form.form label[for=message] {
  top: 3.5rem !important;
}
form.form textarea {
  height: 20rem;
  padding-top: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  form.form textarea {
    height: 26rem;
  }
}
form.form textarea:focus ~ label {
  color: rgba(19, 69, 162, 0.2);
}
form.form textarea:not(:-moz-placeholder-shown) ~ label {
  color: rgba(19, 69, 162, 0);
}
form.form textarea:not(:placeholder-shown) ~ label {
  color: rgba(19, 69, 162, 0);
}
form.form button[type=submit] {
  font-size: 1.8rem;
}
form.form button[type=submit]:before {
  background: #ffffff;
}
@media (max-width: 768px) {
  form.form button[type=submit] {
    font-size: 3rem;
    margin-top: 0.5rem;
    width: 88vw;
    height: 10rem;
  }
}
form.form select {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
form.form input:focus,
form.form select:focus,
form.form textarea:focus,
form.form button:focus {
  box-shadow: 0 0 0 12rem #ffffff inset !important;
  -webkit-box-shadow: 0 0 0 12rem #ffffff inset !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 #ffffff inset !important;
}
form.form input:-webkit-autofill {
  -webkit-text-fill-color: #1345a2 !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;
}

.media__grid__2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .media__grid__2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__2 .media__grid__item figure {
  height: 70rem;
}
@media (max-width: 768px) {
  .media__grid__2 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid__3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .media__grid__3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__3 .media__grid__item figure {
  height: 50rem;
}
@media (max-width: 768px) {
  .media__grid__3 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid__4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .media__grid__4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid__4 .media__grid__item figure {
  height: 40rem;
}
@media (max-width: 768px) {
  .media__grid__4 .media__grid__item figure {
    height: 60rem;
  }
}

.media__grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-gap: 1.2rem;
  row-gap: 5rem;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .media__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media__grid [data-scroll-class=h__top__line__reveal] {
  margin-bottom: 3rem;
}
.media__grid [data-scroll-class=h__bottom__line__reveal] {
  margin-top: 3rem;
}
.media__grid .media__grid__item {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .media__grid .media__grid__item {
    height: 100%;
  }
}
.media__grid .media__grid__item figure {
  z-index: 1;
}
.media__grid .media__grid__item .link__label {
  margin-top: 1.5rem;
}
.media__grid a.media__grid__item:hover figure .lazy-load-item {
  transform: scale(1.04);
}
.media__grid a.media__grid__item:hover h4 {
  text-decoration: underline;
}
.media__grid a.media__grid__item .lazy-load-item {
  transition: transform 0.8s cubic-bezier(0.246, 0.75, 0.187, 1);
}

footer {
  display: flex;
  height: 45rem;
  background-color: #1345a2;
  background-image: linear-gradient(0deg, #1345a2 20%, #1345a2 120%);
  color: white;
  padding: 0 5rem;
  padding-bottom: 4rem;
  z-index: -1;
}
@media (max-width: 768px) {
  footer {
    display: block;
    height: 100%;
    padding: 12rem 2rem 4rem 2rem;
  }
}
footer .container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .container {
    gap: 10rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
footer .container .col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
footer .container .col:nth-of-type(1) {
  flex-direction: column;
}
footer .container .col a:hover {
  text-decoration: underline;
}
footer .container .col a.dev__link {
  font-weight: 600;
}
footer .container .col .logo figure img {
  height: 16rem;
  width: auto;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  footer .container .col .logo figure img {
    height: 26rem;
    margin-bottom: 10rem;
  }
}
footer .container .col figure.ac__logo {
  width: 15rem;
  height: 15rem;
}
footer .container .col figure.ac__logo:nth-of-type(2) {
  margin: 0 2rem;
}

header.blue__initial__header {
  background: #1345a2 !important;
}

header {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  transition: height 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), background 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 1380px) {
  header {
    background: #1345a2 !important;
  }
}
header .header__left .logo__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 12rem;
  transition: width 0.4s cubic-bezier(0.246, 0.75, 0.187, 1), height 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 768px) {
  header .header__left .logo__header {
    width: 12rem;
    height: 10rem;
  }
}
header .header__left .logo__header figure {
  height: 100%;
  width: 100%;
}
header .header__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__right .divider {
  width: 1px;
  height: 8rem;
  background: #ffffff;
  margin: 0 4rem;
}
header .header__right .instagram__header__link {
  width: 14rem;
  top: 0.5rem;
}
header .header__right .instagram__header__link svg {
  width: 100%;
  height: 100%;
}
header .header__right .menu__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 7rem;
  height: 7rem;
  cursor: pointer !important;
  background: #ffffff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  header .header__right .menu__toggle {
    width: 10rem;
    height: 10rem;
  }
}
header .header__right .menu__toggle span {
  position: absolute;
  width: 50%;
  height: 2px;
  margin: auto 25%;
  background: #1345a2;
  transition: opacity 0.2s 0.1s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
header .header__right .menu__toggle span:nth-of-type(1) {
  top: 2.5rem;
}
@media (max-width: 768px) {
  header .header__right .menu__toggle span:nth-of-type(1) {
    top: 3.4rem;
  }
}
header .header__right .menu__toggle span:nth-of-type(3) {
  bottom: 2.5rem;
}
@media (max-width: 768px) {
  header .header__right .menu__toggle span:nth-of-type(3) {
    bottom: 3.4rem;
  }
}

nav {
  width: 60rem;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  color: #1345a2;
  transition: z-index 0s cubic-bezier(0.246, 0.75, 0.187, 1);
  z-index: -99;
  overflow-y: scroll;
  padding: 2.5rem 5rem;
  opacity: 0;
  transition: opacity 0s 1s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 1380px) {
  nav {
    position: fixed;
  }
}
@media (max-width: 768px) {
  nav {
    transition: none;
    width: 100vw;
    padding-bottom: 40rem;
    padding-top: 10rem;
    margin-top: 20rem;
    border-radius: 1rem 1rem 0 0;
  }
}
nav p.heading {
  opacity: 0.7;
  margin-bottom: 2.5rem;
}
nav ul.main__menu,
nav ul.secondary__menu {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
nav ul.main__menu li,
nav ul.secondary__menu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
}
nav ul.main__menu li p,
nav ul.secondary__menu li p {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  nav ul.main__menu li p,
  nav ul.secondary__menu li p {
    font-size: 4rem;
  }
}
nav li p a:hover {
  text-decoration: underline;
}
nav ul.main__menu,
nav ul.secondary__menu {
  margin-bottom: 4rem;
}
nav ul.socials {
  justify-content: flex-start;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  gap: 2rem;
}
nav img.logo__nav {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  height: 9rem;
  width: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  nav img.logo__nav {
    display: none;
  }
}

ul.socials {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  ul.socials:nth-of-type(1) {
    display: none;
  }
}
ul.socials li svg {
  height: 3rem;
  width: auto;
}
ul.socials li svg path {
  fill: #1345a2;
}
@media (max-width: 768px) {
  ul.socials li svg {
    height: 5rem;
  }
}

.menu__active main {
  transform: translate3d(-60rem, 0, 0) !important;
}
@media (max-width: 768px) {
  .menu__active main {
    transform: none !important;
  }
}
.menu__active main:after {
  z-index: 9;
  opacity: 1;
}
.menu__active main section,
.menu__active main footer {
  pointer-events: none !important;
}
.menu__active main header .container {
  transform: translate3d(66rem, 0, 0) !important;
}
@media (max-width: 768px) {
  .menu__active main header .container {
    transform: none !important;
  }
}
.menu__active nav {
  opacity: 1;
  z-index: 2;
  transition: z-index 0s 0.65s cubic-bezier(0.246, 0.75, 0.187, 1) !important;
}
@media (max-width: 768px) {
  .menu__active nav {
    transition: z-index 0s 0s cubic-bezier(0.246, 0.75, 0.187, 1) !important;
  }
}
.menu__active .menu__toggle span {
  transition: opacity 0s cubic-bezier(0.246, 0.75, 0.187, 1), transform 0.4s cubic-bezier(0.246, 0.75, 0.187, 1);
}
.menu__active .menu__toggle span:nth-of-type(1) {
  top: 50% !important;
  transform: rotate(45deg);
}
.menu__active .menu__toggle span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0s !important;
}
.menu__active .menu__toggle span:nth-of-type(3) {
  bottom: auto !important;
  top: 50% !important;
  transform: rotate(-45deg);
}

.about__page section.about__hero {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 50rem;
}
@media (max-width: 768px) {
  .about__page section.about__hero {
    height: 60rem;
  }
}
.about__page section.about__hero .container {
  text-align: center;
  color: #ffffff;
}
.about__page section.about__hero .container h1 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .about__page section.about__hero .container h1 {
    margin-bottom: 4rem;
  }
}
.about__page section.about__hero figure {
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .about__page section.about__hero figure {
    margin-top: 0;
    height: 100%;
  }
}
.about__page section.about__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .about__page section.about__hero figure:after {
    margin-top: 1px;
  }
}
.about__page section.about__main {
  background: #f4f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about__page section.about__main:nth-of-type(2) {
  background: #ffffff;
}
.about__page section.about__main:nth-of-type(2) .container {
  flex-direction: row-reverse;
}
.about__page section.about__main .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .about__page section.about__main .container {
    align-items: flex-start;
    flex-direction: column !important;
    gap: 0;
  }
}
.about__page section.about__main .container .container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.about__page section.about__main .container .container__inner h1 {
  margin-bottom: 6rem;
}
.about__page section.about__main .container .container__inner h3 {
  margin-bottom: 3rem;
}
.about__page section.about__main .container .container__inner p.description {
  max-width: 60rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .about__page section.about__main .container .container__inner p.description {
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
.about__page section.about__main .container .container__inner p.description a:hover {
  text-decoration: underline;
}
.about__page section.about__main .container figure {
  height: 65rem;
  width: 55rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__page section.about__main .container figure {
    width: 100%;
    height: 65rem;
  }
}
.about__page section.about__main .container figure img {
  -o-object-position: top;
     object-position: top;
}

section.contact__hero {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 50rem;
}
@media (max-width: 768px) {
  section.contact__hero {
    height: 60rem;
  }
}
section.contact__hero .container {
  text-align: center;
  color: #ffffff;
}
section.contact__hero .container h1 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  section.contact__hero .container h1 {
    margin-bottom: 4rem;
  }
}
section.contact__hero figure {
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  section.contact__hero figure {
    margin-top: 0;
    height: 100%;
  }
}
section.contact__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  section.contact__hero figure:after {
    margin-top: 1px;
  }
}

section.contact__main .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.functional__page {
  height: 100%;
  width: 100vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30rem;
  padding-bottom: 20rem;
}
.functional__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .functional__page .container {
    padding-top: 10rem;
  }
}
.functional__page .container h1 {
  color: black;
}
.functional__page .container > p {
  margin: 3rem 0;
  max-width: 70rem;
}
@media (max-width: 768px) {
  .functional__page .container > p {
    max-width: 100% !important;
    margin-bottom: 5rem;
  }
}
.functional__page .container > p a:hover {
  text-decoration: underline;
}

.home__hero {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home__hero {
    margin-top: 10rem;
  }
}
.home__hero .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.home__hero .container .container__inner {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home__hero .container .container__inner {
    margin: 14rem 2rem;
  }
}
.home__hero .container .container__inner .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home__hero .container .container__inner .text p.description {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 5rem 0;
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .home__hero .container .container__inner .text p.description {
    margin: 1.5rem 0 5rem 0;
    font-size: 3.4rem;
  }
}
.home__hero figure {
  height: 100%;
}
.home__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .home__hero figure:after {
    margin-top: 1px;
  }
}
.home__hero .scroll__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5rem;
  z-index: 99999;
}
@media (max-width: 725px) {
  .home__hero .scroll__cta {
    display: none;
  }
}
.home__hero .scroll__cta svg {
  width: 4rem;
  height: auto;
  animation: bob 1s ease-out infinite;
}
@media (max-width: 725px) {
  .home__hero .scroll__cta svg {
    width: 5rem;
  }
}
@keyframes bob {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

section.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.intro .container .row .h__bottom__line {
    display: none;
  }
}
section.intro .container .row:nth-of-type(1) {
  text-align: center;
  padding-bottom: 4rem;
}
section.intro .container .row:nth-of-type(2) {
  display: flex;
}
@media (max-width: 768px) {
  section.intro .container .row:nth-of-type(2) {
    display: block;
    width: 100vw;
  }
}
section.intro .container .row:nth-of-type(2) figure {
  width: 60rem;
  height: 50rem;
  margin-top: 3rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  section.intro .container .row:nth-of-type(2) figure {
    margin: 2rem auto;
    width: 94vw;
    height: 50rem;
  }
}
section.intro .container .row:nth-of-type(2) .text {
  margin-left: 3rem;
  padding: 3rem 3rem 0rem 3rem;
  width: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.intro .container .row:nth-of-type(2) .text {
    padding: 2rem;
    margin-left: 0;
    width: 100vw;
    align-items: center;
  }
  section.intro .container .row:nth-of-type(2) .text .line {
    display: none;
  }
}
section.intro .container .row:nth-of-type(2) .text p.description {
  max-width: 75rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  section.intro .container .row:nth-of-type(2) .text p.description {
    margin-bottom: 6rem;
  }
}
section.intro .container .row:nth-of-type(2) .text p.description a {
  font-weight: bold;
}
section.intro .container .row:nth-of-type(2) .text p.description a:hover {
  text-decoration: underline;
}

section.services {
  padding: 0;
}
section.services .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  section.services .grid {
    display: flex;
    flex-direction: column;
  }
}
section.services .grid .item {
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  background: black;
}
section.services .grid .item:hover figure {
  transform: scale(1.06);
}
section.services .grid .item:hover figure:after {
  background: rgba(0, 0, 0, 0.6);
}
section.services .grid .item:hover .label {
  text-decoration: underline;
}
section.services .grid .item figure {
  height: 110%;
  z-index: -1;
  transition: transform 0.8s cubic-bezier(0.246, 0.75, 0.187, 1);
}
section.services .grid .item figure:after {
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.8s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 768px) {
  section.services .grid .item figure:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
section.services .grid .item .label {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  section.services .grid .item .label {
    font-size: 5rem;
    background: #ffffff;
    color: #1345a2;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
}

section.contact__us {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80rem;
  background: black;
}
@media (max-width: 768px) {
  section.contact__us {
    height: 100rem;
    padding: 0;
    justify-content: flex-end;
  }
}
section.contact__us .container {
  width: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 2.5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  section.contact__us .container {
    width: 100%;
    gap: 3rem;
    background: #ffffff;
    color: #1345a2;
    padding: 10rem 1rem;
  }
}
@media (max-width: 768px) {
  section.contact__us figure {
    margin-top: -15rem;
  }
}
section.contact__us figure:after {
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.8s cubic-bezier(0.246, 0.75, 0.187, 1);
}
@media (max-width: 768px) {
  section.contact__us figure:after {
    background: rgba(0, 0, 0, 0.4);
  }
}

.company-name:after {
  content: "Phantom Construction";
  font-weight: 600;
}

.company-email {
  font-weight: 600;
}

.company-website:after {
  content: "https://phantomconstruction.co.uk";
  font-weight: 600;
}

.policy__page {
  height: 100%;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20rem;
  background: #f4f9fa;
}
.policy__page .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.policy__page .container > p {
  margin: 6rem 0 3rem 0;
  max-width: 140rem;
}
@media (max-width: 768px) {
  .policy__page .container > p {
    max-width: 100% !important;
  }
}
.policy__page .container > p a {
  font-weight: 600;
}
.policy__page .container > p a:hover {
  text-decoration: underline;
}

.project__page section.project__hero {
  background: #f4f9fa;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 12rem;
}
.project__page section.project__hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .project__page section.project__main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.project__page section.project__main .container h2 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .project__page section.project__main .container h2 {
    text-align: center;
  }
}
.project__page section.project__main .container p.description {
  margin-bottom: 2.5rem;
  width: 100rem;
}
@media (max-width: 768px) {
  .project__page section.project__main .container p.description {
    width: 100%;
  }
}
.project__page section.project__main .container .button {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .project__page section.project__main .container .button {
    margin-top: 7rem;
  }
}

.projects__page section.projects__main {
  padding-top: 20rem;
}
.projects__page section.projects__main .container h1 {
  margin-bottom: 5rem;
}

.service__page section.service__hero {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service__page section.service__hero {
    height: 60rem;
  }
}
.service__page section.service__hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.service__page section.service__hero .container h1 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .service__page section.service__hero .container h1 {
    margin-bottom: 4rem;
  }
}
.service__page section.service__hero figure {
  height: 100%;
  z-index: -1;
}
.service__page section.service__hero figure img {
  -o-object-position: bottom;
     object-position: bottom;
}
.service__page section.service__hero figure:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .service__page section.service__hero figure:after {
    margin-top: 1px;
  }
}
.service__page section.service__main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row .h__bottom__line {
    display: none;
  }
}
.service__page section.service__main .container .row:nth-of-type(1) {
  text-align: center;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row:nth-of-type(1) h2 {
    width: 90vw;
    margin: 0 auto;
  }
}
.service__page section.service__main .container .row:nth-of-type(2) {
  display: flex;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row:nth-of-type(2) {
    display: block;
    width: 100vw;
  }
}
.service__page section.service__main .container .row:nth-of-type(2) figure {
  width: 60rem;
  height: 48rem;
  margin-top: 3rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row:nth-of-type(2) figure {
    margin: 2rem auto;
    width: 94vw;
    height: 50rem;
  }
}
.service__page section.service__main .container .row:nth-of-type(2) .text {
  margin-left: 3rem;
  padding: 3rem 3rem 0rem 3rem;
  width: 70rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row:nth-of-type(2) .text {
    padding: 2rem;
    margin-left: 0;
    width: 100vw;
    align-items: center;
  }
  .service__page section.service__main .container .row:nth-of-type(2) .text .line {
    display: none;
  }
}
.service__page section.service__main .container .row:nth-of-type(2) .text p.description {
  max-width: 75rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .service__page section.service__main .container .row:nth-of-type(2) .text p.description {
    margin-bottom: 6rem;
  }
}
.service__page section.service__main .container .row:nth-of-type(2) .text p.description a {
  font-weight: bold;
}
.service__page section.service__main .container .row:nth-of-type(2) .text p.description a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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