.color-grey-200 {
  color: #DDD;
}

.socail_img img {
  width: 24px;
  height: 24px;
}

.row {
  display: flex;
}

.error-404-page {
  min-height: 100vh;
  padding: 80px 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-404-inner {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-404-code-wrap {
  position: relative;
  line-height: 1;
}

.error-404-code {
  margin: 0;
  font-family: ivyora-display, serif;
  font-weight: 300;
  font-size: clamp(140px, 28vw, 330px);
  letter-spacing: 0;
  line-height: 112.5%;
  color: #000;
}

.error-404-illustration {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  bottom: 35px;
  width: 232px;
  height: 106px;
  z-index: 2;
}

.error-404-title {
  margin: 26px 0 0;
  font-family: ivyora-display, serif;
  font-weight: 400;
  font-size: clamp(28px, 4.1vw, 32px);
  line-height: 112.5%;
  color: #000;
}

.error-404-btn {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #909090;
  border-radius: 100px;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #111;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.error-404-btn:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

@media (max-width: 1023px) {
  .error-404-illustration {
    bottom: 23px;
  }
}
@media (max-width: 767px) {
  .error-404-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .error-404-illustration {
    width: 110px;
    bottom: -12px;
  }
  .error-404-title {
    max-width: 620px;
  }
}
.block.case-card.js-case-block {
  transition: all 0.3s ease-in-out;
}
.block.case-card.js-case-block .case-card__img .case-card__meta {
  width: 100%;
}
.block.case-card.js-case-block .case-card__img .case-card__meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.94%, rgba(0, 0, 0, 0.4) 101.57%);
  opacity: 1;
  transition: height 1s ease;
}
.block.case-card.js-case-block .case-card__img .case-card__meta .case-card__title {
  position: relative;
  z-index: 10;
}
.block.case-card.js-case-block .case-card__img .case-card__meta .case-card__info {
  position: relative;
  z-index: 10;
}
.block.case-card.js-case-block:hover .case-card__img .case-card__meta:after {
  height: 400%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
}

.more-case-title {
  font-size: 16px !important;
}

.group .cases-text-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.94%, rgba(0, 0, 0, 0.4) 101.57%);
  opacity: 1;
  transition: height 1s ease;
}
.group .cases-text-block p {
  position: relative;
  z-index: 10;
}
.group::hover .cases-text-block:after {
  height: 400%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
}

@media (max-width: 767px) {
  .cases-text-block {
    display: none;
  }
}

.pb-\[96px\] {
  padding-bottom: 96px;
}

.pt-\[96px\] {
  padding-top: 96px;
}

.pb-\[84px\] {
  padding-bottom: 84px;
}

.pt-\[84px\] {
  padding-top: 84px;
}

.pb-\[64px\] {
  padding-bottom: 64px;
}

.gap-\[195px\] {
  gap: 195px;
}

.md\:gap-10 {
  gap: calc(var(--spacing) * 10);
}

.marquee-items {
  gap: 107px;
}

@media (min-width: 1024px) {
  .marquee-items {
    gap: 272px;
  }
}
.vimeo-mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 140vh;
  min-width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

@media (max-width: 767px) {
  .vimeo-bg {
    display: none !important;
  }
  .vimeo-mobile {
    display: block;
  }
}
.internal-landing-list-item::before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.75' width='14.5' height='14.5' rx='2.5' stroke='%23c3c3c3' stroke-width='1.5'/%3E%3Cpath d='M4.5 8l2.5 2.5L11.5 6' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: inline-block;
  flex-shrink: 0;
}

.btn.white-btn {
  border: 1px solid var(--Colours-White, #FFF);
  background: #FFF;
  color: var(--Colours-Black, #000);
}
.btn.white-btn .btn-inner span {
  color: var(--Colours-Black, #000) !important;
}

.cta-wrap {
  gap: calc(var(--spacing) * 10);
}
@media (max-width: 500px) {
  .cta-wrap {
    gap: 195px;
  }
}

@media (max-width: 1025px) {
  .desctop-svg {
    display: none;
  }
}

.mobile-svg {
  display: none;
}
@media (max-width: 1025px) {
  .mobile-svg {
    display: block;
  }
}

.mobile-cta {
  width: 100%;
  height: 100%;
  top: -23px;
  right: -50%;
}
@media (max-width: 1025px) {
  .mobile-cta {
    width: 100%;
    height: 100%;
    top: -23px;
    right: -30%;
  }
}
@media (max-width: 500px) {
  .mobile-cta {
    width: 100%;
    height: 100%;
    top: -23px;
    right: 0;
    left: unset;
  }
}
@media (max-width: 350px) {
  .mobile-cta {
    width: 100%;
    height: 100%;
    top: 20px;
    right: 0;
    left: unset;
  }
}
.mobile-cta .cta-img {
  width: auto;
}
@media (max-width: 500px) {
  .mobile-cta .mobile-specific {
    display: none;
  }
}
.mobile-cta .mobile-only {
  display: none;
}
@media (max-width: 500px) {
  .mobile-cta .mobile-only {
    display: block;
  }
}
.mobile-cta .cta-img--1 {
  top: -36px;
  left: 17%;
  height: 230px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--1 {
    height: 111px;
    transform: rotate(-6.665deg);
    top: 14%;
    left: unset;
    right: 0;
  }
  .mobile-cta .cta-img--1 .mobile-only {
    display: block;
  }
}
.mobile-cta .cta-img--2 {
  bottom: 24px;
  left: 50%;
  height: 62px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--2 {
    left: -70%;
    bottom: 25%;
    height: 34px;
  }
}
.mobile-cta .cta-img--3 {
  top: 29px;
  left: 57%;
  height: 263px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--3 {
    height: 148px;
    left: -40%;
    bottom: 25%;
    top: unset;
  }
}
.mobile-cta .cta-img--4 {
  bottom: 28px;
  left: 72%;
  height: 70px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--4 {
    height: 57px;
    left: 10%;
    bottom: 27%;
  }
}
.mobile-cta .cta-img--5 {
  top: 34px;
  left: 79%;
  height: 102px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--5 {
    height: 57px;
    top: 44%;
    left: 29%;
  }
}
.mobile-cta .cta-img--6 {
  bottom: 20px;
  left: 85%;
  height: 94px;
}
@media (max-width: 500px) {
  .mobile-cta .cta-img--6 {
    left: unset;
    right: 7%;
    bottom: 20%;
    height: 85px;
  }
}

.page-template-page-internal-landing-template {
  margin-top: -32px;
}

@keyframes strip-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.strip-scroll {
  overflow: hidden;
  cursor: grab;
}
.strip-scroll:active {
  cursor: grabbing;
}

.strip-inner {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
  will-change: transform;
  animation: strip-marquee 30s linear infinite;
}/*# sourceMappingURL=style-an.css.map */