/*! Setup */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* ====== VARS ======= */
:root {
  /* ====== COLOURS ======= */
  --white: #ffffff;
  --black: #1e2f36;
  --pink: #ff3159;
  --grey: #707070;
  --middarkgrey: #b4b4b4;
  --mediumgrey: #f4f4f4;
  --lightgrey: #f2f2f2;
  --green: #222f36;
  --lightgreen: #07d4b4;
  --blue: #1e2f36;
  /* ====== Margins ======= */
  --m-xxs: 30px;
  --m-xs: 50px;
  --m-s: 75px;
  --m-m: 100px;
  --m-l: 150px;
  --m-ml: 200px;
  --m-xl: 280px;
  /* ====== Padding ======= */
  --p-xxs: 30px;
  --p-xs: 50px;
  --p-s: 75px;
  --p-m: 100px;
  --p-l: 150px;
  --p-ml: 200px;
  --p-xl: 280px;
}
/* EDIT */
.post-edit-link,
.post-edit-link:hover {
  font-weight: 500;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--pink);
  color: var(--white);
  display: block;
  width: 150px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
/* ======================= -------- 2.0  Shared Styles -------- ========================== */
/* ============= ---- Setup ---- ================ */
body {
  font-family: "IvyEpic";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  background-color: var(--white);
  color: var(--black);
  font-display: swap;
  overflow-x: hidden;
  overflow-y: overlay;
  margin: 0;
  padding: 0;
  padding-top: 120px;
}

body.page-invert {
  padding-top: 0;
}

.overlay-active {
  overflow: hidden;
}

a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--black);
  transition: all 0.2s ease;
}
a:hover {
  color: var(--pink);
}
p {
  line-height: 1.7;
  -webkit-margin-before: 0;
}
p:last-of-type {
  -webkit-margin-after: 0;
}
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "PP Mori";
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ============= ---- Text-color ---- ================ */
.text-light {
  color: #fff;
}
/* ============= ---- Margins ---- ================ */
/* Extra Extra Small */
.m-t-xxs {
  margin-top: 30px;
}
.m-b-xxs {
  margin-bottom: 30px;
}
/* Extra Small */
.m-t-xs {
  margin-top: 50px;
}
.m-b-xs {
  margin-bottom: 50px;
}
/* Small */
.m-t-s {
  margin-top: 75px;
}
.m-b-s {
  margin-bottom: 75px;
}
/* Medium */
.m-t-m {
  margin-top: 100px;
}
.m-b-m {
  margin-bottom: 100px;
}
/* Large */
.m-t-l {
  margin-top: 150px;
}
.m-b-l {
  margin-bottom: 150px;
}
/* Medium Large */
.m-t-ml {
  margin-top: 200px;
}
.m-b-ml {
  margin-bottom: 200px;
}
/* Extra Large */
.m-t-xl {
  margin-top: 280px;
}
.m-b-xl {
  margin-bottom: 280px;
}
/* Extra Extra Large */
.m-t-xxl {
  margin-top: 350px;
}
.m-b-xxl {
  margin-bottom: 350px;
}
/* ============= ---- Padding ---- ================ */
/* Extra Extra Small */
.p-t-xxs {
  padding-top: 30px;
}
.p-b-xxs {
  padding-bottom: 30px;
}
/* Extra Small */
.p-t-xs {
  padding-top: 50px;
}
.p-b-xs {
  padding-bottom: 50px;
}
/* Small */
.p-t-s {
  padding-top: 75px;
}
.p-b-s {
  padding-bottom: 75px;
}
/* Medium */
.p-t-m {
  padding-top: 100px;
}
.p-b-m {
  padding-bottom: 100px;
}
/* Large */
.p-t-l {
  padding-top: 150px;
}
.p-b-l {
  padding-bottom: 150px;
}
/* Medium Large */
.p-t-ml {
  padding-top: 200px;
}
.p-b-ml {
  padding-bottom: 200px;
}
/* Extra Large */
.p-t-xl {
  padding-top: 280px;
}
.p-b-xl {
  padding-bottom: 280px;
}
/* ============= ---- Background Colours ---- ================ */
.background-green {
  background-color: var(--green);
}
.background-lightgreen {
  background-color: var(--lightgreen);
}
.background-lightgrey {
  background-color: var(--lightgrey);
}
.background-mediumgrey {
  background-color: var(--mediumgrey);
}
/* ============= ---- Containers ---- ================ */
.container {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.container.container-narrow {
  max-width: 1200px;
}
@media (max-width: 1800px) {
  .container {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1300px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 650px) {
  .container {
    width: calc(100% - 30px);
  }
}
/* ============= ---- Section Headers ---- ================ */
.section-header h2 {
  font-size: 50px;
  font-weight: 400;
}
.section-header.section-header-left {
  text-align: left;
}
.section-header.section-header-center {
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.section-header.section-header-right {
  text-align: right;
}
/* ============= ---- Img Layouts ---- ================ */
.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}
.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  overflow: hidden;
}
.img-cover * {
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}
/* ============= ---- Buttons ---- ================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  /* transform: scale(1.03); */
}
/* Colourse */
.btn.btn-white {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
/* General */
.btn.btn-general {
  background-color: var(--pink);
  color: var(--white);
  font-weight: 600;
  border-radius: 80px;
  padding: 23px 40px;
  font-size: 22px;
  line-height: 1;
}
/* Medium */
.btn.btn-m {
  background-color: var(--white);
  padding: 15px 50px;
  border-radius: 30px;
  font-weight: 600;
}
/* Simple */
.btn.btn-simple {
  background-color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 16px;
}
/* Simple Large */
.btn.btn-large {
  background-color: var(--white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 16px;
  margin-top: 38px;
}
.btn.btn-large img {
  width: 22px;
  height: auto;
}
/* Outlined Large */
.btn.btn-simple-large {
  background-color: var(--white);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px;
  border: 1px solid var(--grey);
}
.contact-alt .btn.btn-simple-large {
  background-color: var(--lightgrey);
}
.btn.btn-simple-large img {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Normal */
.btn.btn-normal {
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 24px;
}
.btn.btn-normal:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: var(--pink);
  margin-right: 20px;
}
.btn.btn-normal:after {
  content: url(../icons/arrow.svg);
  width: 62px;
  height: 62px;
  margin-left: 20px;
  border-radius: 50%;
  padding: 20px 20px 0;
  border: 1px solid var(--grey);
  background: #fff;
}
.btn.btn-normal.btn-no-outline:after {
  content: url(../icons/arrow.svg);
  width: 62px;
  height: 62px;
  margin-left: 20px;
  border-radius: 50%;
  padding: 20px 20px 0;
  border: 0px solid var(--grey);
  background: #fff;
}
.btn.btn-normal.btn-light {
  color: #fff;
}
.btn.btn-normal.btn-red:after {
  content: url(../icons/arrow-white.svg);
  width: 42px;
  height: 42px;
  margin-left: 15px;
  border-radius: 50%;
  padding: 10px 13px 0;
  border: 1px solid var(--pink);
  background: var(--pink);
}

.btn.btn-lightgreen {
  background: var(--lightgreen);
}
/* ============= ---- CTA Group ---- ================ */
.cta-group {
  display: flex;
  flex-wrap: wrap;
}
.cta-group.cta-left {
  justify-content: flex-start;
}
.cta-group.cta-center {
  justify-content: center;
}
.cta-group.cta-right {
  justify-content: flex-end;
}
/* ============= ---- Header Grid ---- ================ */
.header-grid {
  display: grid;
  gap: 20px 150px;
  grid-template-columns: 1fr 40%;
}
/* Header */
.header-grid header {
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}
.header-grid header h2 {
  display: block;
  font-weight: 400;
  font-size: 60px;
}
/* Paragraph */
.header-grid p {
  grid-row: 2 / span 1;
  grid-column: 1 / span 1;
}
/* Button */
.header-grid .cta-group {
  grid-row: 2 / span 1;
  grid-column: 2 / span 1;
}
/* ======================= -------- Navbar -------- ========================== */
.navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0 50px;
  background: #fff;
  z-index: 998;
  transition: all 0.4s ease;
  overflow: hidden;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* Logo */
.navbar .nav-logo {
  width: 100%;
  max-width: 355px;
  height: auto;
  display: flex;
  align-items: center;
}
.navbar .nav-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.navbar .nav-logo svg * {
  transition: all 0.4s ease;
}
.navbar .nav-logo svg .blue {
  fill: var(--blue);
}
.page-invert .navbar .nav-logo svg .blue {
  fill: var(--white);
}
.navbar .nav-logo svg .pink {
  fill: var(--pink);
}

/* Links */
.navbar .nav-links {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 355px - 94px);
  position: relative;
  padding: 0;
  height: auto;
}

/* Main */
.navbar .nav-links .nav-links-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s ease;
}
.navbar .nav-links .nav-links-main li {
  margin-right: 100px;
  width: 100%;
  max-width: 250px;
}
.navbar .nav-links .nav-links-main li:last-child {
  margin-right: 0;
}
.navbar .nav-links .nav-links-main li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-family: "PP Mori";
  font-weight: 400;
  text-decoration: none;
}
.page-invert .navbar .nav-links .nav-links-main li a {
  color: var(--white);
}
.navbar .nav-links .nav-links-main li a span {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
}
.navbar .nav-links .nav-links-main li a img {
  order: 2;
  display: block;
  width: 17px;
  height: auto;
  margin-left: 36px;
}

/* Scroll */
.navbar .nav-links .nav-links-scroll {
  position: absolute;
  transform: translateY(-50%);
  top: 200px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s ease;
}

/* NAV MENU CONTAINER */
.navbar .nav-links .nav-links-scroll ul {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: max-content;
  background-color: var(--blue);
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
  gap: 0;
  height: 100%;
}

/* SLIDING PINK BACKGROUND - EVEN WIDTH */
.navbar .nav-links .nav-links-scroll .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% / 3); /* Ensures all buttons appear equal */
  background-color: var(--pink);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* NAVIGATION ITEMS */
.navbar .nav-links .nav-links-scroll ul li {
  flex: 1;
  height: 100%;
}

/* NAVIGATION BUTTONS - Equal Width */
.navbar .nav-links .nav-links-scroll ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 38px 50px; /* Adjusted to keep buttons even */
  text-decoration: none;
  background: transparent;
  color: var(--white);
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  white-space: nowrap;
  position: relative;
  z-index: 3;
}

/* Ensure text remains visible on the pink background */
.navbar .nav-links .nav-links-scroll ul li:hover a,
.navbar .nav-links .nav-links-scroll ul li.active a {
  color: var(--white) !important;
}

/* Specific Spacing Between Tabs */
.navbar .nav-links .nav-links-scroll ul li:nth-child(1) a {
  margin-right: -10px;
}
.navbar .nav-links .nav-links-scroll ul li:nth-child(3) a {
  margin-left: 20px;
  padding-right: 58px;
}

/* Menu */
.navbar .btn-menu {
  padding: 0;
  margin: 0;
  background-color: var(--pink);
  border: 0;
  outline: 0;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
}
.navbar .btn-menu img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* Fixed */
.navbar.nav-fixed {
  padding: 67px 0 20px 0;
}
.navbar.nav-fixed .nav-logo svg .blue {
  fill: var(--pink);
}
.navbar.nav-fixed .nav-logo svg .large {
  display: none;
}
/* Main */
.navbar.nav-fixed .nav-links .nav-links-main {
  top: -200px;
}
/* Scroll */
.navbar.nav-fixed .nav-links .nav-links-scroll {
  top: 50%;
}
@media (max-width: 1500px) {
  /* Main */
  .navbar .nav-links .nav-links-main li {
    margin-right: 80px;
    max-width: 220px;
  }
}
@media (max-width: 1400px) {
  /* Main */
  .navbar .nav-links .nav-links-main li {
    margin-right: 25px;
    max-width: 190px;
  }
  .navbar .nav-links .nav-links-main li a {
    font-size: 16px;
  }
  .navbar .nav-links .nav-links-main li a img {
    width: 12px;
    margin-left: 20px;
  }

  .navbar .nav-links .nav-links-scroll ul li a {
    padding: 35px 55px;
  }
}

/* ======================= -------- Menu -------- ========================== */
.menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.4s ease;
}
.menu .menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}
.menu .menu-container .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}
.menu .menu-container .btn-menu-close {
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  background-color: var(--pink);
  border-radius: 50%;
  border: 0;
  outline: 0;
  color: var(--white);
  font-size: 26px;
  cursor: pointer;
}
/* Carousel */
.menu .menu-container .menu-carousel {
  width: calc(45% - 100px);
  overflow: hidden;
  height: 100%;
}
.menu .menu-container .menu-carousel li {
  margin: 15px 0;
  background: #293b43;
  border-radius: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .menu-container .menu-carousel li:before {
  content: "";
  display: block;
  padding-bottom: 44%;
}
.menu .menu-container .menu-carousel li * {
  display: block;
  width: 200px;
  height: auto;
}
/* Nav */
.menu .menu-container .menu-nav-holder {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu .menu-container .menu-nav-holder .menu-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .menu-container .menu-nav-holder .menu-nav li {
  width: 50%;
}
.menu .menu-container .menu-nav-holder .menu-nav li a {
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 58px;
  padding: 20px 0;
  font-family: "PP Mori";
  font-weight: 500;
}
.menu .menu-container .menu-nav-holder .menu-nav li a:hover {
  color: var(--pink);
}
.menu .menu-container .menu-nav-holder .menu-cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.menu .menu-container .menu-nav-holder .menu-cta div {
  font-size: 24px;
  color: var(--white);
  font-family: "PP Mori";
  font-weight: 400;
}
.menu .menu-container .menu-nav-holder .menu-cta div span {
  color: var(--pink);
}
.menu .menu-container .menu-nav-holder .menu-cta:after {
  content: url(../icons/corner-arrow-white.svg);
  width: 42px;
  height: 42px;
  margin-left: 15px;
  border-radius: 50%;
  padding: 12px 13px 0;
  border: 1px solid var(--white);
}
.menu .menu-container .menu-nav-holder .menu-cta img {
  display: none;
}
.menu .menu-container .menu-nav-holder .menu-contact {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .menu-container .menu-nav-holder .menu-contact li {
  width: calc(50% - 30px);
}
.menu .menu-container .menu-nav-holder .menu-contact li a {
  color: var(--white);
  text-decoration: none;
  font-size: 26px;
  font-family: "PP Mori";
  font-weight: 400;
}
.menu .menu-container .menu-nav-holder .menu-contact li a:hover {
  color: var(--pink);
}
/* Active */
.menu-visible .menu {
  visibility: visible;
  left: 0;
}
/* ======================= -------- Header -------- ========================== */
.header {
  margin-top: 340px;
}
.header.header-split .container {
  display: grid;
  gap: 20px 0px;
  grid-template-columns: 1fr 40%;
}
/* Header Title */
.header.header-split .header-title {
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}
/* Breadcrumbs */
.header-breadcrumbs {
  margin-bottom: 40px;
  font-size: 22px;
  font-family: "PP Mori";
}
.header-breadcrumbs > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.header-breadcrumbs span {
  font-weight: 400;
  color: var(--pink);
}
.header-breadcrumbs a {
  font-weight: 400;
  text-decoration: none;
  color: #9c9c9c;
}
.header-breadcrumbs i {
  padding-top: 0.2rem;
  margin: 0 28px;
  font-size: 20px;
  color: #a8a8a8;
}
/* Title */

.header .header-title h1 {
  font-weight: 500;
  display: block;
  line-height: 0.95;
}
.header .header-title h1 span {
  color: var(--pink);
  text-decoration: underline;
}
.header.header-home .header-title h1 {
  font-size: 105px;
}
.header.header-home .header-title h1 span {
  text-decoration: underline;
}
.header.header-internal .header-title h1 {
  font-size: 68px;
  line-height: 77px;
}
/* Header Text */
.header.header-split .header-text {
  grid-row: 1 / span 1;
  grid-column: 2 / span 1;
}
.header.header-split .header-text p {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  max-width: 600px;
  float: left;
}
/* Header Button */
.header.header-split .cta-group {
  grid-row: 2 / span 1;
  grid-column: 1 / span 1;
}

/*--- Culture Page -- */
.header.header-internal.header-culture .header-title {
  max-width: 1200px;
}

.header.header-internal.header-work .header-title {
  max-width: 800px;
}

.header.header-internal.header-culture .header-title h1,
.header.header-internal.header-work .header-title h1 {
  font-size: 68px;
  line-height: 1.2em;
}
.header.header-internal.header-culture p,
.header.header-internal.header-work p {
  max-width: 890px;
  font-size: 25px;
  line-height: 1.52em;
}

.header.header-work {
  margin-top: 210px;
}

/* ======================= -------- Header Cover -------- ========================== */
.header.header-cover {
  margin-top: 0;
  padding-top: 340px;
  padding-bottom: 600px;
  text-align: center;
  z-index: -1;
  background: #000;
}

.header.header-cover .header-title {
  padding: 0 10%;
}

.header.header-cover .header-title h1 small {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 40px;
}

.header.header-cover .header-title h1 {
  font-size: 68px;
  line-height: 1.3;
}

.header.header-cover .header-title p {
  margin-top: 40px;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
}

/* ======================= -------- Slider Holder -------- ========================== */
.slider-holder {
  position: relative;
}

.slider-holder.slider-featured .nav-slider {
  position: absolute;
  right: 0;
  bottom: 100px;
}

.slider-holder.slider-testimonial .nav-slider {
  position: absolute;
  right: 0;
  top: -120px;
  width: calc(50% - 200px);
}

.slider-holder .nav-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.slider-holder .nav-slider .counter {
  order: 1;
  font-family: "PP Mori";
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  word-spacing: 10px;
  font-size: 22px;
}

.slider-holder .nav-slider .slick-dots {
  order: 2;
}

.slider-holder .nav-slider .slider-nav.prev {
  order: 3;
}

.slider-holder .nav-slider .slider-nav.next {
  order: 4;
}

/* Dots */
.slider-holder .nav-slider .slick-dots {
  display: flex;
  justify-content: flex-start;
  margin: 0 35px;
}

.slider-holder .nav-slider .slick-dots li {
  margin-right: 0;
}

.slider-holder .nav-slider .slick-dots li button {
  display: block;
  width: 51px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.14);
  border: 0;
  outline: 0;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}

.slider-holder .nav-slider .slick-dots li.slick-active button {
  background-color: var(--pink);
}

/* Arrows */
.slider-holder .nav-slider .slider-nav {
  display: block;
  background: none;
  outline: none;
  border: none;
  display: flex;
  cursor: pointer;
}

.slider-holder .nav-slider .slider-nav > * {
  display: block;
  width: 23px;
  height: auto;
}

.slider-holder .nav-slider .slider-nav.prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.slider-holder .nav-slider .slider-nav.next {
}

/* ======================= -------- Section - Featured -------- ========================== */
.section-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.section-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.section-top svg,
.section-bottom svg {
  width: 100%;
  height: auto;
}
/* Main */
.section-featured {
  padding-bottom: 625px;
}
.section-featured .container {
  z-index: 2;
}
.section-featured .featured-slider .featured-slider-item article img {
  display: block;
  width: 100%;
  height: auto;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  .slide-content-main {
  width: calc(55% - 100px);
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  .slide-content-side {
  width: 45%;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  .featured {
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 18px 38px;
  border-radius: 30px;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  header
  hgroup
  h2 {
  display: block;
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 64px;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  header
  hgroup
  p {
  display: block;
  font-size: 32px;
  font-weight: 600;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  header
  + p {
  font-size: 23px;
  font-weight: 300;
  padding-right: 0;
  margin-top: -20px;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  .tags {
  display: block;
  opacity: 0.3;
  font-family: "PP Mori";
  font-weight: 300;
  font-size: 19px;
}
.section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  .tags
  span {
  margin: 0 25px;
  display: inline-block;
}
/*
.section-featured .slick-dots {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
}
.section-featured .slick-dots li {
    margin-right: 20px;
}
.section-featured .slick-dots li:last-child {
    margin-right: 0;
}
.section-featured .slick-dots li button {
    display: block;
    width: 70px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.14);
    border: 0;
    outline: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
}
.section-featured .slick-dots li.slick-active button {
    background-color: var(--pink);
}
*/
/* ======================= -------- Section - Quote -------- ========================== */
.section-quote {
  text-align: center;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
.section-quote-varient {
  width: 65%;
}
.section-quote p {
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 48px;
  display: block;
  width: 100%;
  line-height: 1.4em;
}
.section-quote p span {
  color: var(--pink);
  text-decoration: underline;
}
.section-quote.section-quote-large {
  max-width: 980px;
}
.section-quote.section-quote-large p {
  font-size: 73px;
  line-height: 1.2em;
}
/* ======================= -------- Section - Brand -------- ========================== */
.section-brands {
  overflow: hidden;
  margin-top: -400px;
  position: relative;
  z-index: 1;
}
/* ======================= -------- Section - Services -------- ========================== */
.section-service-slider {
  padding-top: 400px;
}

.section-services {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.section-services .service-slider {
  width: calc(100% + 1700px);
  margin-left: -1250px;
}

.section-services .service-slider .service-slider-item {
  padding: 0 95px;
  position: relative;
  width: min-content;
  height: 500px;
}

.section-services
  .service-slider
  .service-slider-item
  .service-slider-item-content {
  position: relative;
}

.section-services
  .service-slider
  .service-slider-item
  .service-slider-item-content
  .service-slider-item-holder {
  position: absolute;
  top: 0;
  width: 90vw;
  max-width: 800px;
}

/* Header */
.section-services .service-slider .service-slider-item article header h2 {
  display: block;
  font-size: 123px;
  font-weight: 400;
  margin-bottom: 85px;
}
.section-services .service-slider .service-slider-item article header a {
  display: block;
  font-weight: 400;
  color: var(--middarkgrey);
  transition: all 0.4s ease;
  text-decoration-thickness: 7px;
  text-underline-offset: 7px;
}
.section-services .service-slider .service-slider-item article header a:hover {
  opacity: 0.7;
}
/* Arrow */
.section-services .service-slider .service-slider-item article .arrow {
  position: absolute;
  top: 33px;
  right: -22px;
  transition: all 0.4s ease;
}
.section-services .service-slider .service-slider-item article .arrow svg {
  width: 58px;
  height: 58px;
}
.section-services .service-slider .service-slider-item article .arrow svg path {
  fill: var(--middarkgrey);
  transition: all 0.4s ease;
}
/* Categories */
.section-services .service-slider .service-slider-item article h3 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 34px;
  display: block;
  opacity: 0;
  transition: all 0.8s ease;
  pointer-events: none;
  margin-bottom: 25px;
  width: 640px;
}
/* Para */
.section-services .service-slider .service-slider-item article p {
  margin: 0;
  line-height: 1.4;
  font-size: 21px;
  display: block;
  font-weight: 500;
  opacity: 0;
  transition: all 0.8s ease;
  pointer-events: none;
  width: 640px;
}
/* Btn */
.section-services .service-slider .service-slider-item article .btn {
  opacity: 0;
  transition: all 0.8s ease;
  pointer-events: none;
}
/* Active */
.section-services
  .service-slider
  .service-slider-item.slick-current
  article
  header
  a {
  color: var(--pink);
}
.section-services
  .service-slider
  .service-slider-item.slick-current
  article
  .arrow {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-services
  .service-slider
  .service-slider-item.slick-current
  article
  .arrow
  svg
  path {
  fill: var(--pink);
}
.section-services .service-slider .service-slider-item.slick-current article h3,
.section-services .service-slider .service-slider-item.slick-current article p,
.section-services
  .service-slider
  .service-slider-item.slick-current
  article
  .btn {
  opacity: 1;
  pointer-events: unset;
}
@media (max-width: 1800px) {
  .section-services .service-slider .service-slider-item {
    padding: 0 40px;
  }
  /* Header */
  .section-services .service-slider .service-slider-item article header h2 {
    font-size: 60px;
  }
  /* Arrow */
  .section-services .service-slider .service-slider-item article .arrow {
    right: 10px;
  }
  .section-services .service-slider .service-slider-item article .arrow svg {
    width: 30px;
    height: 30px;
  }
  /* Categories */
  .section-services .service-slider .service-slider-item article h3 {
    font-size: 22px;
  }
}
/* ======================= -------- Section - Services -------- ========================== */
.section-relationships {
  z-index: 2;
  overflow: hidden;
}
.section-relationships .header-grid {
  display: grid;
  gap: 0px 40px;
  grid-template-columns: 63% 37%;
}
.section-relationships .header-grid header h2 {
  font-size: 88px;
}
.section-relationships .header-grid p {
  margin-top: 25px;
  font-size: 22px;
  color: #4d4c4c;
}
.section-relationships .header-grid ul.cta-group.cta-right {
  padding-top: 15px;
  padding-right: 40px;
}
.section-relationships .btn.btn-normal:after {
  background: var(--lightgrey);
  border: 1px solid var(--lightgrey);
}
/*.relationship-slider.slick-slider {
    width: calc(50% + 850px);
}
.relationship-slider {
    margin-left: auto;
    width: 100%;
}
.relationship-slider .relationship-slider-item {
    padding: 0;
    overflow: hidden;
    margin-right: 4vw;
}
*/
.relationship-slider .slick-list {
  padding-left: 0;
  overflow: hidden;
}

.relationship-slider .slick-track {
  margin-left: 0 !important;
  display: flex;
}

.relationship-slider .slick-slide {
  box-sizing: border-box;
  transform: none !important;
  translate: -50%;
  padding-left: calc(50vw - 47vw);
}

.relationship-slider .relationship-slider-item article .relationship-image {
  width: 100%;
  height: auto;
  margin-bottom: 78px;
}
.relationship-slider .relationship-slider-item article .relationship-image * {
  display: block;
  border-radius: 400px;
  width: 100%;
  height: auto;
}
.relationship-slider .relationship-slider-item article header h3 {
  font-weight: 400;
  font-size: 42px;
  padding-left: 40px;
}
.relationship-slider .relationship-slider-item article p {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 32px;
  width: 80%;
}
.relationship-slider .relationship-slider-item article a {
  margin-left: 40px;
}
.relationship-slider .relationship-slider-item article .btn.btn-simple {
  background: var(--lightgrey);
  width: 80px;
  height: 80px;
}
.relationship-slider .relationship-slider-item article .btn.btn-simple img {
  width: 22px;
  height: auto;
}
/*@media (max-width: 1920px) {
    .relationship-slider.slick-slider {
        width: calc(100% + 25vw);
        margin-left: 100px;
    }
}
@media (max-width: 1800px) {
    .relationship-slider.slick-slider {
        margin-left: 60px;
    }
}
@media (max-width: 1300px) {
    .relationship-slider.slick-slider {
        margin-left: 30px;
    }
}
@media (max-width: 650px) {
    .relationship-slider.slick-slider {
        margin-left: 15px;
    }
}*/
/* ======================= -------- Section - Sectors -------- ========================== */
.section-sectors .container .sector-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.section-sectors .container .sector-list li {
  width: 100%;
  text-align: center;
}
.section-sectors .container .sector-list li a {
  display: block;
  padding: 26px 0;
  text-decoration: none;
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 130px;
}
.section-sectors .container .sector-list li:first-child a {
  color: #b4b4b4;
}
.section-sectors .container .sector-list li:nth-child(2) a {
  color: #cecece;
}
.section-sectors .container .sector-list li:nth-child(3) a {
  color: #e0e0e0;
}
.section-sectors .container .sector-list li:nth-child(4) a {
  color: #e5e5e5;
}
.section-sectors .container .sector-list li:nth-child(5) a {
  color: #ededed;
}
/* ======================= -------- Section - Culture -------- ========================== */
.section-culture {
  z-index: 2;
  overflow: hidden;
}
.section-culture .header-grid {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  align-items: center;
}
.section-culture .header-grid header {
  width: 70%;
  text-align: right;
  order: 2;
}
.section-culture .header-grid header h2 {
  font-size: 88px;
}
.section-relationships .header-grid ul.cta-group.cta-right {
  padding-top: 15px;
  padding-right: 40px;
  order: 1;
}
.culture-slider {
  width: calc(100% + 300px);
  margin-left: -150px;
}
.culture-slider .culture-slider-item {
  padding: 0 40px;
  overflow: hidden;
}
.culture-slider .culture-slider-item article .culture-image {
  width: 100%;
  height: auto;
}
.culture-slider .culture-slider-item article .culture-image * {
  display: block;
  width: 100%;
  height: auto;
}
.culture-slider .culture-slider-item article header h3 {
  font-weight: 400;
  font-size: 41px;
  line-height: 1.2em;
  padding-left: 40px;
  width: 80%;
}
.culture-slider .culture-slider-item article p {
  margin-top: 20px;
  padding-left: 40px;
  font-size: 21px;
  line-height: 32px;
  width: 80%;
  color: #646464;
}
.culture-slider .culture-slider-item article .tags {
  display: block;
  margin-top: 25px;
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 21px;
  padding-left: 40px;
  width: 80%;
}
.culture-slider .culture-slider-item article .date {
  display: block;
  margin-top: 29px;
  font-family: "PP Mori";
  font-weight: 300;
  font-size: 21px;
  padding-left: 40px;
  color: var(--grey);
}
.culture-slider .culture-slider-item article a {
  margin-left: 40px;
}
/* ======================= -------- Section - Testimonials -------- ========================== */
.section-testimonials {
  padding: 500px 0 250px;
  overflow: hidden;
}
.section-testimonials .container {
  max-width: 100%;
}
/* Header */
.section-testimonials header {
  padding-left: 150px;
}
.section-testimonials header h2 {
  display: block;
  font-weight: 400;
  font-size: 88px;
}

/* Slider */
.section-testimonials .testimoinal-slider {
  width: calc(50% + 850px);
  margin-left: auto;
}
.section-testimonials .testimoinal-slider .testimoinal-slider-item article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content,
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimonial-video {
  width: calc(50% - 50px);
  padding-left: 170px;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-quote {
  display: block;
  width: 69px;
  height: auto;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  p {
  font-family: "PP Mori";
  font-weight: 400;
  font-size: 31px;
  line-height: 1.6;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client {
  width: 100%;
  display: grid;
  gap: 5px 15px;
  grid-template-columns: 130px 1fr;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client
  .testimoinal-logo {
  grid-row: 1 / span 2;
  grid-column: 1 / span 1;
  overflow: hidden;
  border-radius: 50%;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client
  .testimoinal-logo
  img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid var(--white);
  padding: 6px;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client
  h3 {
  grid-row: 1 / span 1;
  grid-column: 2 / span 1;
  font-weight: 400;
  font-size: 32px;
  align-self: end;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client
  h4 {
  grid-row: 2 / span 1;
  grid-column: 2 / span 1;
  font-family: "IvyEpic";
  font-weight: 400;
  font-size: 22px;
  align-self: start;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimonial-video {
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  padding-left: 100px;
}
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimonial-video
  picture,
.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimonial-video
  picture
  * {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 55px;
}
@media (max-width: 1920px) {
  .section-testimonials .testimoinal-slider {
    width: calc(100% - 100px);
  }
}
/* ======================= -------- Section - Contact -------- ========================== */
.section-contact.section-contact-offset {
  z-index: 2;
  margin-top: -20px;
}
/* Details */
/* Header */
.section-contact .contact-details header hgroup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.section-contact .contact-details header hgroup h2 {
  font-size: 121px;
  font-weight: 500;
  margin-right: 40px;
}
.section-contact .contact-details header hgroup h2 span {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-underline-offset: 10px;
}
.section-contact .contact-details header hgroup .btn.btn-simple-large {
  width: 120px;
  height: 120px;
  padding: 35px;
  margin-bottom: 15px;
  margin-left: 60px;
}
/*for inner pages */
.section-contact.section-contact-inner-page .contact-details header hgroup {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 100px;
}
.section-contact.section-contact-inner-page .contact-details header hgroup h2 {
  font-size: 91px;
  font-weight: 500;
  margin-right: 40px;
}
.section-contact.section-contact-inner-page
  .contact-details
  header
  hgroup
  h2
  span {
  color: var(--pink);
  text-decoration: none;
  text-decoration-thickness: 0px;
  text-underline-offset: 0px;
}
.section-contact.section-contact-inner-page
  .contact-details
  header
  hgroup
  .btn.btn-simple-large {
  width: 91px;
  height: 91px;
  padding: 35px;
  margin-bottom: -1px;
  margin-left: 42px;
  border: 2px solid var(--grey);
}

/* Deets */
.contact-details-deets {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact-details-deets li {
  margin-right: 100px;
}
.contact-details-deets li:last-child {
  margin-right: 0;
}
.contact-details-deets li a {
  font-size: 37px;
  font-family: "PP Mori";
  font-weight: 400;
}
.contact-details-deets li:first-child a {
  text-decoration: none;
}
/* Types */
.contact-details-types {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact-details-types li {
  margin-right: 120px;
  width: 100%;
  max-width: 300px;
}
.contact-details-types li:last-child {
  margin-right: 0;
}
.contact-details-types li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
  font-family: "PP Mori";
  line-height: 1.2em;
}
.contact-details-types li a svg {
  width: 62px;
  height: auto;
  background-color: var(--pink);
  border-radius: 50%;
  fill: #fff;
  margin-left: 50px;
  padding: 20px;
}
/* Form */
.section-contact .contact-form {
  border-radius: 40px;
  padding: 130px 150px 130px 150px;
}
.section-contact.contact-alt .contact-form {
  background-color: #fff;
  color: #000;
}
.section-contact .contact-form h3 {
  font-weight: 500;
  font-size: 51px;
}
/* The Form */
.form-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-fields li {
  margin-bottom: 30px;
}
.form-fields li:last-of-type {
  margin-bottom: 0;
}
.form-fields li.form-50 {
  width: calc(50% - 20px);
}
.form-fields li.form-100 {
  width: 100%;
}
.form-fields li.form-100.requirements {
  display: none;
}
.contact-alt .form-fields li input[type="text"],
.contact-alt .form-fields li input[type="email"],
.contact-alt .form-fields li select,
.contact-alt .form-fields li textarea {
  border: 1px solid var(--grey);
}
.form-fields input[type="text"],
.form-fields input[type="email"],
.form-fields select,
.form-fields textarea {
  padding: 25px 60px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  font-size: 22px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 27px;
  position: relative;
  font-family: inherit;
  color: #000000;
  font-family: "PP Mori";
}
.form-fields input[type="text"],
.form-fields input[type="email"],
.form-fields select {
  border-radius: 63px;
}
.form-fields select:invalid {
  color: #333e44;
  /* opacity: 0.9; */
}
.form-fields input::placeholder,
.form-fields input[type="text"]::placeholder,
.form-fields input[type="email"]::placeholder,
.form-fields select option[value=""][disabled],
.form-fields textarea::placeholder {
  color: var(--black);
}

.form-fields select option {
}
.form-required {
  position: relative;
}
.form-required::after {
  content: "*";
  font-size: 22px;
  color: var(--pink);
  right: 40px;
  top: 20px;
  position: absolute;
  z-index: 1;
}
.form-fields textarea {
  height: 250px;
  resize: none;
}
.form-submit {
  margin: 20px auto 0;
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.form-fields input[type="submit"] {
  margin-right: 50px;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: 0;
  font-size: 28px;
  font-weight: 500;
}
.form-fields .form-submit-icon {
  display: block;
  background-color: var(--pink);
  border-radius: 50%;
  width: 77px;
  height: 77px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.form-fields img {
  display: block;
  width: 18px;
  height: auto;
}
.form-submit input {
  background-color: #fff;
  cursor: pointer;
}
/* ======================= -------- Footer -------- ========================== */
.footer-top {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}
/* .footer .container {
    display: grid;
    gap: 129px 150px;
    grid-template-columns: 1fr 40%;
} */
/* Alignments */
/* Statement */
.footer .footer-statement {
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}
/* Feeds */
.footer .footer-feeds {
  grid-row: 1 / span 2;
  grid-column: 2 / span 1;
}
/* Links */
.footer .footer-links {
  grid-row: 2 / span 1;
  grid-column: 1 / span 1;
}
/* Icons */
.footer .footer-icons {
  grid-row: 3 / span 1;
  grid-column: 1 / span 2;
  margin-left: -36px;
  margin-right: -56px;
}
/* Sections */
/* Statement */
.footer .footer-statement article {
  align-self: start;
}
.footer .footer-statement article h2 {
  font-size: 54px;
  line-height: 1.3;
}
.footer .footer-statement article h2 span {
  color: var(--pink);
  text-decoration: underline;
}
/* Feeds */
.footer .footer-feeds .feed-list,
.footer-feeds .feed-list {
  align-self: start;
}
.footer .footer-feeds .feed-list > li,
.footer-feeds .feed-list > li {
  margin-bottom: 20px;
  border-radius: 40px;
  padding: 71px 70px;
}
.footer.footer-alt .footer-feeds .feed-list > li,
.footer-feeds .feed-list > li {
  background-color: #fff;
  font-family: "PP Mori";
}
.footer .footer-feeds .feed-list > li:last-child,
.footer-feeds .feed-list > li:last-child {
  margin-bottom: 0;
}
/* Google Reviews */
.footer .footer-feeds .feed-list li.google-reviews .stars,
.footer-feeds .feed-list li.google-reviews .stars {
  display: flex;
  justify-content: center;
  margin: -12px 0;
}
.footer .footer-feeds .feed-list li.google-reviews .stars i,
.footer-feeds .feed-list li.google-reviews .stars i {
  color: #fbbc05;
  font-size: 50px;
  display: inline-flex;
  margin-right: 23px;
}
.footer .footer-feeds .feed-list li.google-reviews .stars i:last-child,
.footer-feeds .feed-list li.google-reviews .stars i:last-child {
  margin-right: 0;
}
.footer .footer-feeds .feed-list li.google-reviews .google,
.footer-feeds .feed-list li.google-reviews .google {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-feeds .feed-list li.google-reviews .google img,
.footer-feeds .feed-list li.google-reviews .google img {
  display: block;
  width: 105px;
  heightr: auto;
  margin-right: 20px;
}
/* Discovery Call */
.footer .footer-feeds .feed-list li.discovery-call h2,
.footer-feeds .feed-list li.discovery-call h2 {
  font-size: 38px;
  font-weight: 600;
}
.footer .footer-feeds .feed-list li.discovery-call .discovery-link,
.footer-feeds .feed-list li.discovery-call .discovery-link {
  display: block;
  font-size: 34px;
  text-decoration: none;
  font-weight: 400;
  padding: 8px 0;
}
.footer .footer-feeds .feed-list li.discovery-call .btn,
.footer-feeds .feed-list li.discovery-call .btn {
  width: 100%;
  padding: 34px 40px;
  font-size: 27px;
  font-weight: 400;
}
/* Social */
.footer .footer-feeds .feed-list li.social,
.footer-feeds .feed-list li.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 70px;
  border-radius: 50px;
}
.footer .footer-feeds .feed-list li.social h2,
.footer-feeds .feed-list li.social h2 {
  font-size: 24px;
  font-weight: 800;
}
.footer .footer-feeds .feed-list li.social ul,
.footer-feeds .feed-list li.social ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-feeds .feed-list li.social ul li,
.footer-feeds .feed-list li.social ul li {
  margin-right: 40px;
}
.footer .footer-feeds .feed-list li.social ul li:last-child,
.footer-feeds .feed-list li.social ul li:last-child {
  margin-right: 0;
}
.footer .footer-feeds .feed-list li.social ul li a,
.footer-feeds .feed-list li.social ul li a {
  display: block;
  text-decoration: none;
  color: var(--pink);
  font-size: 30px;
}
/* Links */
.footer .footer-links,
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: end;
}
.footer .footer-links .footer-link-block,
.footer-links .footer-link-block {
  width: calc(100% / 3 - 20px);
}
.footer .footer-links .footer-link-block h2 {
  display: block;
  font-size: 29px;
}
.footer .footer-links .footer-link-block .footer-link-block-links {
  margin-top: 30px;
  font-family: "PP Mori";
}
.footer .footer-links .footer-link-block .footer-link-block-links li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 400;
  font-size: 20px;
}
.footer .footer-links .footer-link-block .footer-link-block-links li a:hover {
  /* font-weight: 700; */
}
.footer .footer-links .footer-link-block .footer-link-block-locations {
  margin-top: 20px;
  font-family: "PP Mori";
}
.footer .footer-links .footer-link-block .footer-link-block-locations li a {
  display: inline-flex;
  padding: 18px 0;
  text-decoration: none;
  font-size: 24px;
  align-items: center;
  line-height: 1;
}
.footer .footer-links .footer-link-block .footer-link-block-locations li a img {
  margin-right: 20px;
  width: 50px;
  height: auto;
  display: block;
}
/* Icons */
.footer .footer-icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-icons ul li {
  padding: 10px 30px;
  display: block;
  width: calc(100% / 7);
  max-width: 230px;
}
.footer .footer-icons ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-icons ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
/* Footer End */
.footer .footer-end {
  grid-row: 4 / span 1;
  grid-column: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-end .footer-end-copy {
}

.footer .footer-end .footer-end-links {
  margin-left: 80px;
  margin-right: auto;
}

.footer .footer-end .footer-end-links ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer .footer-end .footer-end-links ul li {
  border-right: 1px solid var(--blue);
  padding: 0 20px;
}

.footer .footer-end .footer-end-links ul li:last-child {
  border-right: 0;
}

.footer .footer-end .footer-end-links ul li a {
  dispay: block;
  color: var(--blue);
  text-decoration: none;
  font-weight: 500;
}

.footer .footer-end .footer-end-logo svg {
  display: block;
  width: 180px;
  height: auto;
}

.footer .footer-end .footer-end-logo svg .blue {
  fill: var(--blue);
}
.footer .footer-end .footer-end-logo svg .pink {
  fill: var(--pink);
}

/* ======================= -------- Section - Projects -------- ========================== */
.section-projects {
  position: relative;
}
/* SVG WAVE */
.section-projects .section-wave.section-top {
  transform: scaleX(-1);
}
.section-projects .section-wave-background {
  fill: var(--white);
}
.section-projects .section-wave-front {
  fill: var(--green);
}
/* content */
.section-projects .container {
  border-radius: 40px;
  background: var(--lightgrey);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}
.project-container {
  width: 48%;
  padding: var(--p-s) 75px;
  position: relative;
}
.project-container img {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-bottom: 50px;
}
.project-container h2 {
  font-size: 42px;
  line-height: 44px;
  font-family: "PP Mori";
  font-weight: 400;
}

.project-container p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.project-container .deets {
  color: #bcbcbc;
}
.project-container .btn {
  margin-top: var(--m-xs);
  background: var(--white);
  color: var(--black);
  font-size: 24px;
  padding: 20px 40px 26px 40px;
}
.project-spill-out-image {
  width: 52%;
  margin: -50px -20px -50px 0%;
  aspect-ratio: 1/1;
  position: relative;
}
.project-spill-out-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.project-container p.read-time {
  color: var(--pink);
  margin: 2px 0;
}
.project-container p.subjects {
  color: var(--black);
  font-weight: 600;
  margin: 2px 0;
}
.project-container p.date {
  color: var(--middarkgrey);
  margin: 2px 0;
}

/*--- culture page--*/
.section-projects.section-projects-culture .project-container h2 {
  font-size: 21px;
  margin-bottom: 37px;
  font-family: "PP Mori";
  font-weight: 400;
}
.section-projects.section-projects-culture .project-container h3 {
  font-size: 42px;
  font-family: "PP Mori";
  line-height: 1.2;
  font-weight: 400;
  color: var(--pink);
  margin-bottom: 37px;
}
.section-projects.section-projects-culture .project-container p {
  margin-bottom: 37px;
  font-size: 20px;
  font-family: "PP Mori";
  font-weight: 400;
  color: #7c7a7a;
}

.section-projects.section-projects-culture p.subjects {
  color: #000;
}

.section-projects.section-projects-culture .project-container p.read-time {
  color: var(--pink);
}
.section-projects.section-projects-culture .project-container p.read-time,
.section-projects.section-projects-culture .project-container p.subjects {
  margin-bottom: 27px;
}
.section-projects.section-projects-culture .project-container p.read-time,
.section-projects.section-projects-culture .project-container p.subjects,
.section-projects.section-projects-culture .project-container p.date {
  font-size: 21px;
}
.section-projects.section-projects-culture .project-container p.date {
  margin-bottom: 0;
}
.section-projects.section-projects-culture .project-container .btn {
  margin-top: 55px;
}

/* ======================= -------- Section - Our Brands Statement -------- ========================== */
.section-our-brands-statement {
  width: 100%;
  background: var(--green);
  color: var(--white);
  padding-top: var(--p-xs);
}
.section-our-brands-statement .container {
  display: flex;
  justify-content: center;
  padding-top: var(--p-l);
  padding-bottom: var(--p-l);
}
/* Alignments */
/* Statement */
.section-our-brands-statement .brand-statement {
  width: 100%;
  max-width: 80%;
  margin: auto;
}
/* Sections */
/* Statement */
.section-our-brands-statement .brand-statement article {
  text-align: center;
}
.section-our-brands-statement .brand-statement article h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: var(--m-xs);
}
.section-our-brands-statement .brand-statement article h2 span {
  color: var(--pink);
  text-decoration: underline;
}
.section-our-brands-statement .brand-statement .btn {
  color: var(--white);
}
/* ======================= -------- Section - Brand Services -------- ========================== */
.section-brand-services {
  background: var(--green);
  color: var(--white);
}
.section-brand-services .container {
  display: flex;
  justify-content: space-between;
}
.brand-services {
  width: 40%;
}
.brand-services h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 300;
}
.brand-services ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-services ul li {
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
.brand-services ul li p {
  font-size: 45px;
  line-height: 1.3;
  font-family: "PP Mori";
  font-weight: 400;
}
.brand-services ul li.slick-current p {
  color: var(--pink);
}
.brand-services-image {
  width: 60%;
  max-width: 768px;
  padding: var(--p-m) var(--p-s) 0;
  padding-top: 0;
  margin-top: -33px;
}
.brand-services-image figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 20px;
  padding: 0 30px;
  position: relative;
  border: 0;
  outline: 0;
}
.brand-services-image img {
  display: block;
  width: 100%;
  position: relative;
  vottom: 0;
  z-index: 2;
}
.brand-services-image span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  border-radius: 30px;
  z-index: 1;
}
.brand-services-image p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
  color: #c1c1c1;
}
/* SVG WAVE */
.section-brand-services .section-wave {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  bottom: -6px;
  position: relative;
}
.section-brand-services .section-wave svg {
  width: 100%;
  height: auto;
}
.section-brand-services .section-wave-front {
  fill: var(--white);
}
.section-brand-services .section-wave-background {
  fill: var(--green);
}
/* ======================= -------- Section - Case Studies -------- ========================== */
.section-case-studies .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.case-study-full-width {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  background-color: #151515;
  border-radius: 40px;
  padding: 40px;
  margin: var(--m-l) 0 var(--m-m);
}
.case-study-full-width figure {
  width: calc(50% - 20px);
  margin: -90px 0px;
  aspect-ratio: 1.2/1;
  overflow: hidden;
}
.case-study-full-width figure a {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2/1;
  display: block;
  overflow: hidden;
  position: relative;
}
.case-study-full-width figure a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.case-study-content {
  width: calc(50% - 20px);
  color: var(--white);
  text-align: center;
  padding: 0 var(--p-m);
}
.case-study-content p:first-child {
  font-size: 30px;
}
.case-study-content h2 {
  font-size: 55px;
  margin: var(--m-xxs) 0;
  font-weight: 400;
  line-height: 68px;
}
.case-study-content h2 + p {
  font-size: 16px;
  font-weight: 300;
  margin: var(--m-xxs) 0;
}
.case-study {
  width: calc(50% - 10px);
}
.case-study a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: var(--p-m);
  background-color: var(--lightgrey);
  border-radius: 40px;
}
.case-study a h2 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 40px;
}
.case-study a p {
  width: 100%;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  max-width: 500px;
  margin: 0 auto;
}
.case-study a figure {
  width: 118%;
  padding: 0;
  margin: var(--m-xs) 0 -150px;
  overflow: hidden;
  position: relative;
  left: -52px;
  aspect-ratio: 1/1;
}
.case-study a figure img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.case-study a figure span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.case-study a figure span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/* Sections */
/* Statement */
.section-case-studies .container article.case-study-statement {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: var(--m-l) auto;
}
.section-case-studies .container article.case-study-statement h2 {
  line-height: 1.3;
  font-size: 47px;
  font-weight: 400;
}
.section-case-studies .container article.case-study-statement h2 span {
  color: var(--pink);
  text-decoration: underline;
}
.case-study-blocks {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-study-block {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case-study-block:first-child {
  width: calc(35% - 10px);
}
.case-study-block:nth-child(2) {
  width: calc(65% - 10px);
  color: var(--white);
}
.case-study-block:nth-child(3) {
  width: calc(65% - 10px);
  color: var(--white);
}
.case-study-block:last-child {
  width: calc(35% - 10px);
  color: var(--white);
}
/*--- if block is just image---*/
.case-study-block a.block-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 40px;
  z-index: 2;
}
/*--- if block text with image behind---*/
.block-title {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  z-index: 3;
}
.case-study-block article {
  position: relative;
  width: 100%;
  max-width: 671px;
  border-radius: 40px;
  z-index: 2;
  padding: 50px;
  padding-top: 168px;
}
.case-study-block article h2 {
  font-size: 44px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 20px 0;
  width: 100%;
}
/*--- if block is title with image---*/
.case-study-block picture {
  width: 100%;
  height: 100%;
  background-color: green;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 40px;
  margin: 0;
  z-index: 2;
}
.case-study-block picture a {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 40px;
  margin: 0;
  z-index: 2;
}
.case-study-block picture a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
/*--- block image---*/
.case-study-block figure {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 40px;
  border: 0;
  outline: 0;
  margin: 0;
  z-index: 1;
}
.case-study-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
/* ======================= -------- Section - Services Testimonials -------- ========================== */
.section-services-testimonials {
  margin: var(--m-l) 0;
}
.section-services-testimonials .container {
}
.section-services-testimonials .container header {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: var(--m-xxs);
}
.service-testimoinal-header {
}
.service-testimoinal-header h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}
.service-testimoinal-header p {
}
.testimonial-google {
  border-radius: 80px;
  background-color: var(--lightgrey);
  display: flex;
  padding: 30px 45px;
}
.testimonial-google span.stars {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 25px;
}
.testimonial-google span.stars i {
  padding: 15px;
  background-color: var(--white);
  color: #fbbc05;
  font-size: 24px;
  border-radius: 40px;
  margin-right: 5px;
}
.testimonial-google .google {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-google .google img {
  height: 58px;
  width: auto;
}
.testimonial-google .google h2 {
  margin: 0;
  font-size: 18px;
}
.service-testimoinal-slider-holder {
  width: 100%;
  overflow: hidden;
}
.service-testimoinal-slider {
  width: 100%;
}
.service-testimoinal-slider .slick-arrow.slick-prev {
  display: none;
  opacity: 0;
}
.service-testimoinal-slider .slick-arrow.slick-next {
  right: 60px;
  left: auto;
  top: 20px;
  width: auto;
  height: auto;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0);
}
.slick-next-arrow img {
  width: 120px;
  height: auto;
}
.service-testimoinal-slider blockquote {
  width: 54vw;
  padding: var(--p-l) calc(50vw - 850px) var(--p-s);
  position: relative;
}
.service-testimoinal-slider blockquote img.testimoinal-quote {
  height: 50px;
  position: absolute;
  top: 0;
  left: calc(50vw - 850px);
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
.service-testimoinal-slider blockquote.slick-current img.testimoinal-quote {
  /* opacity: 0; */
}
.service-testimoinal-slider blockquote p {
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 1.5em;
  min-height: 100px;
  margin-bottom: 20px;
  font-family: "PP Mori";
  font-weight: 400;
}
.service-testimoinal-slider blockquote cite {
  width: 100%;
  display: block;
  font-style: normal;
  margin: 40px 0;
}
.service-testimoinal-slider blockquote cite .testimonial-name {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 26px;
  font-family: "PP Mori";
}
.service-testimoinal-slider blockquote cite .testimonial-job {
  width: 100%;
  display: block;
  font-weight: 300;
  margin-top: 5px;
  color: #787878;
  padding-top: 10px;
  font-family: "PP Mori";
}
.service-testimoinal-slider blockquote span.testimonial-stars {
  width: 100%;
  display: flex;
}
.service-testimoinal-slider blockquote span.testimonial-stars i {
  padding: 7px;
  background-color: var(--pink);
  color: var(--white);
  font-size: 25px;
  border-radius: 40px;
  margin-right: 5px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 45px;
}
@media screen and (max-width: 1800px) {
  .service-testimoinal-slider blockquote {
    width: 54vw;
    padding: var(--p-l) 60px var(--p-s);
    position: relative;
  }
  .service-testimoinal-slider blockquote img.testimoinal-quote {
    left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .service-testimoinal-slider blockquote {
    width: 54vw;
    padding: var(--p-l) 30px var(--p-s);
    position: relative;
  }
  .service-testimoinal-slider blockquote img.testimoinal-quote {
    left: 30px;
  }
}
/* ======================= -------- Section - Services Brand Health Check -------- ========================== */
.service-brand-health-check {
  width: 100%;
  position: relative;
  background: var(--green);
  color: var(--white);
  padding-bottom: var(--m-s);
}
/* SVG WAVE */
.service-brand-health-check .section-wave {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
  transform: scaleX(-1);
}
.service-brand-health-check .section-wave-background {
  fill: var(--white);
}
.service-brand-health-check .section-wave-front {
  fill: var(--green);
}
.service-brand-health-check .container article.health-check-statement {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin: var(--m-l) auto;
  display: block;
}
.service-brand-health-check .container article.health-check-statement h2 {
  margin-bottom: var(--m-xs);
  line-height: 1.4;
  font-size: 47px;
  font-weight: 300;
  max-width: 1200px;
}
.service-brand-health-check .container article.health-check-statement h2 span {
  color: var(--pink);
  text-decoration: underline;
}
.service-brand-health-check .btn {
  color: var(--white);
}
/* ======================= -------- Section - Call Out Testimonial -------- ========================== */
.section-call-out-testimonial {
  color: var(--white);
}
.section-call-out-testimonial .container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-call-out-testimonial figure.call-image-side-image {
  width: calc(50% - 20px);
  aspect-ratio: 1/1;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.section-call-out-testimonial figure.call-image-side-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.section-call-out-testimonial blockquote.call-out-testimonial {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-family: "PP Mori";
  font-weight: 300;
}
.section-call-out-testimonial
  blockquote.call-out-testimonial
  svg.call-out-testimoinal-quote {
  width: 75px;
  height: auto;
  margin: 0 auto var(--m-xs);
  fill: #d2c9d8;
}
.section-call-out-testimonial blockquote.call-out-testimonial p {
  font-size: 30px;
  margin-bottom: var(--m-xs);
  width: 100%;
  line-height: 1.3em;
  padding: 0 26px;
}
.section-call-out-testimonial
  blockquote.call-out-testimonial
  span.call-out-testimonial-stars {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: var(--m-xs);
}
.section-call-out-testimonial
  blockquote.call-out-testimonial
  span.call-out-testimonial-stars
  i {
  padding: 15px;
  background-color: #d2c9d8;
  color: var(--white);
  font-size: 30px;
  border-radius: 40px;
  margin: 4px;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 33px;
}
.section-call-out-testimonial blockquote.call-out-testimonial cite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-call-out-testimonial blockquote.call-out-testimonial cite .logo {
  display: block;
  width: 146px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.section-call-out-testimonial blockquote.call-out-testimonial cite .logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid var(--white);
  padding: 6px;
}
.section-call-out-testimonial blockquote.call-out-testimonial cite p {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  margin: 0;
}
.section-call-out-testimonial
  blockquote.call-out-testimonial
  cite
  p
  span.call-out-testimonial-name {
  display: block;
  font-style: normal;
  font-size: 23px;
  padding-bottom: 13px;
}
.section-call-out-testimonial
  blockquote.call-out-testimonial
  cite
  p
  span.call-out-testimonial-job {
  display: block;
  font-style: normal;
  color: #959595;
}
/* ======================= -------- Section - FAQ -------- ========================== */
.section-faq .container {
  border-radius: 50px;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 2;
}
.shape-lower {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
/* ======================= -------- Section - Text -------- ========================== */
.section-text h2 {
  color: var(--pink);
  font-size: 32px;
  margin: 50px 0 30px;
}
.section-text h3 {
  font-size: 22px;
  margin: 30px 0 20px;
}
.section-text ul {
  margin: 30px 0 20px 40px;
}
.section-text ul li {
  margin-bottom: 12px;
  list-style: disc;
}
.section-text ul li:last-child {
  margin-bottom: 0;
}
/* ======================= -------- Sub Section - FAQ -------- ========================== */
.list-faq li {
  border-bottom: 1px solid var(--blue);
}
.list-faq li:last-child {
  border-bottom: 0;
}
.list-faq li article {
  padding: 50px 0;
}
.list-faq li:first-child article {
  padding-top: 0;
}
.list-faq li article .faq-toggle {
  font-size: 36px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.list-faq li.active article .faq-toggle {
  margin-bottom: 20px;
}
.list-faq li article .faq-toggle span {
  display: block;
  width: calc(100% - 44px - 10px);
  /* font-family: 'IvyEpic'; */
  font-weight: 300;
}
.list-faq li article .faq-toggle:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  width: 26px;
  height: 26px;
  color: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 1;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.list-faq li.active article .faq-toggle:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-faq li article .faq-content {
  overflow: hidden;
  padding-right: 60px;
  transition: height 0.3s ease;
  height: 0;
}
.list-faq li.active article .faq-content {
  height: auto;
}
/* ======================= -------- Culture News Slider Section -------- ========================== */
.category-selection.wrapper {
  width: 100%;
}
.category-latest-filter {
  display: inline-block;
}
.cat-late-buttons {
  background: var(--lightgrey);
  border-radius: 50px;
  padding: 10px;
  width: auto;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.cat-late-buttons button {
  background: rgba(0, 0, 0, 0);
  padding: 30px 82px;
  border-radius: 50px;
  border: 0px solid rgba(0, 0, 0, 0);
  font-family: "PP Mori";
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  color: #999999;
}
.cat-late-buttons button.major-active {
  color: var(--white);
  background: var(--pink);
}
.category-filter-button-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  padding-top: 70px;
}
.category-filter-button-group button {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0);
  color: var(--middarkgrey);
  font-family: "PP Mori";
  font-weight: 400;
  font-style: normal;
  font-size: 29px;
  line-height: 1em;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.category-filter-button-group button.active {
  background: var(--pink);
  color: var(--white);
  border: 0px solid rgba(0, 0, 0, 0);
}
.category-filter-button-group button.active.filter-all {
  background: rgba(0, 0, 0, 0);
  color: var(--middarkgrey);
  border: 0px solid rgba(0, 0, 0, 0);
}
.sliderFilter .slick-list.draggable {
}
.sliderFilter .slick-track {
  margin: 0;
}
.sliderFilter .slide.slide-culture {
  padding: 10px;
}
.slide-culture figure {
  width: 100%;
  margin: 0;
  padding: 0 2vw 10px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-culture figure img {
  width: 100%;
  height: auto;
}
.slide-culture article {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}
.slide-culture h3 {
  color: var(--pink);
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 66px;
}
.slide-culture p {
}
.slide-culture p.read-time {
  color: var(--pink);
}
.slide-culture p.subjects {
  color: var(--black);
  font-weight: 600;
}
.slide-culture p.date {
  color: var(--middarkgrey);
}
.slide-culture a.btn.btn-simple {
  background: var(--lightgrey);
  width: 80px;
  height: 80px;
}
.slide-culture a.btn.btn-simple img {
  width: 22px;
  height: auto;
}

.sliderFilter .slick-nav,
.sliderFilter ~ .slick-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sliderFilter .slick-prev,
.sliderFilter ~ .slick-nav .slick-prev {
  order: 1;
}
.sliderFilter .slick-prev img,
.sliderFilter ~ .slick-nav .slick-prev img {
  transform: rotate(180deg);
}
.sliderFilter .slick-dots,
.sliderFilter ~ .slick-nav .slick-dots {
  width: auto;
  display: flex;
  justify-content: center;
  order: 2;
  gap: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.sliderFilter .slick-next,
.sliderFilter ~ .slick-nav .slick-next {
  order: 3;
}
.sliderFilter .slick-prev,
.sliderFilter .slick-next,
.sliderFilter ~ .slick-nav .slick-prev,
.sliderFilter ~ .slick-nav .slick-next {
  background-color: var(--white);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--middarkgrey);
  cursor: pointer;
}
.sliderFilter .slick-prev img,
.sliderFilter .slick-next img,
.sliderFilter ~ .slick-nav .slick-prev img,
.sliderFilter ~ .slick-nav .slick-next img {
  width: 17px;
  height: auto;
}
.sliderFilter .slick-dots li button,
.sliderFilter ~ .slick-nav .slick-dots li button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 16px;
  text-align: center;
  color: var(--black);
  border: 1px solid var(--white);
  background: var(--white);
  font-size: 27px;
  font-weight: 300;
  font-family: "PP Mori";
}
.slick-dots li.slick-active button,
.slick-dots ~ .slick-nav li.slick-active button {
  color: var(--pink) !important;
}
/* ======================= -------- Single Image call to action -------- ========================== */
.single-image-cta {
  width: 100%;
  margin-top: 230px;
  margin-left: auto;
  margin-right: auto;
}
.single-image-cta article {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single-image-cta article figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-image-cta article figure a {
  width: 100%;
  display: block;
}
.single-image-cta article figure a img {
  width: 100%;
  height: auto;
}
.single-image-cta .btn.btn-normal.btn-red {
  font-size: 24px;
}
.single-image-cta .btn.btn-normal.btn-red:after {
  width: 62px;
  height: 62px;
  padding: 21px 20px;
  margin-left: 50px;
}
.single-image-cta .btn.btn-normal.btn-red:before {
  margin-right: 50px;
}
/* ======================= -------- Culture - Community and Environment -------- ========================== */
.culture-double-box {
  width: 100%;
}
.culture-double-box ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.culture-double-box ul li {
  width: calc(50% - 10px);
}
.culture-double-box ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: var(--p-m) 140px;
  background-color: var(--lightgrey);
  border-radius: 40px;
}
.culture-double-box ul li a h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 35px;
}
.culture-double-box ul li a p {
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  font-family: "IvyEpic";
  font-weight: 300;
  line-height: 1.5em;
}
.culture-double-box ul li a figure {
  width: 100%;
  margin: 0;
  padding: auto;
}
.culture-double-box ul li a figure img {
  width: 100%;
  height: auto;
}
/* ======================= -------- Our Work - Service/Sector slider -------- ========================== */
.sector-secvice-latest-filter {
  display: inline-block;
}
.sector-secvice-buttons {
  background: var(--lightgrey);
  border-radius: 50px;
  padding: 10px;
  width: auto;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.sector-secvice-buttons button {
  background: rgba(0, 0, 0, 0);
  padding: 32px 102px;
  border-radius: 50px;
  border: 0px solid rgba(0, 0, 0, 0);
  font-family: "PP Mori";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1em;
  color: #999999;
  text-transform: uppercase;
}
.sector-secvice-buttons button.major-active {
  color: var(--white);
  background: var(--pink);
}
.sector-filter-button-group,
.service-filter-button-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.sector-filter-button-group button,
.service-filter-button-group button {
  padding: 90px 30px;
  background: rgba(0, 0, 0, 0);
  color: var(--middarkgrey);
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  line-height: 1em;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
}
.sector-filter-button-group button.active,
.service-filter-button-group button.active {
  background: var(--pink);
  color: var(--white);
  border: 0px solid rgba(0, 0, 0, 0);
}
.sector-filter-button-group button.active.filter-all,
.service-filter-button-group button.active.filter-all {
  background: rgba(0, 0, 0, 0);
  color: var(--middarkgrey);
  border: 0px solid rgba(0, 0, 0, 0);
}
.servicesectorFilter .slick-track {
  display: flex;
  gap: 0px;
}
.serviceSlide.slide-servicesector {
  margin: 0 0px;
}
.serviceSlide.slide-servicesector a.image-link,
.serviceSlide.slide-servicesector figure.main-image,
.serviceSlide.slide-servicesector {
  width: 100%;
  height: 100%;
  margin: 0 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
.serviceSlide.slide-servicesector figure.main-image img {
  width: 100%;
  height: 100%;
}
.serviceSlide-hover {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: all ease-in-out 0.4s;
  background: red;
  z-index: 2;
  padding: 140px 120px;
  text-align: center;
  background: url(../images/service-projects/service-cover-background.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.serviceSlide-hover img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 75px;
}
.serviceSlide-hover h2 {
  width: 100%;
  font-size: 20px;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto 30px;
}
.serviceSlide-hover h3 {
  width: 100%;
  font-family: PP Mori;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 44px;
  margin: 0 auto 44px;
}
.serviceSlide-hover p {
  width: 100%;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 37px;
  color: #bcbcbc;
}
.serviceSlide:hover .serviceSlide-hover {
  opacity: 1;
}
.serviceSlide a,
.serviceSlide:hover a {
  color: #fff;
  text-decoration: none;
}
.serviceSlide:hover a p {
  color: #bcbcbc;
}
.serviceSlide:hover .serviceSlide.slide-servicesector figure.main-image {
  opacity: 0;
}

/* Nav */
.slick-nextprev {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.slick-nextprev button {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  padding: 20px;
  cursor: pointer;
}
.slick-nextprev button img {
  display: block;
  width: 100%;
  height: 100%;
}
.slick-nextprev button.slick-prev img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Carousels */
.brand-slider {
  margin: 20px 0;
  width: calc(100% + 550px);
}

.brand-slider.normal {
  margin-left: -300px;
}

.brand-slider.reverse {
  margin-left: -500px;
}

.brand-slider .brand-slider-item {
  overflow: hidden;
  position: relative;
  margin: 0 15px;
  border-radius: 40px;
  display: block;
}

/* Content */
.brand-slider .brand-slider-item .brand-slider-item-content {
  z-index: 2;
  position: relative;
  text-align: center;
  background-color: var(--pink);
  color: var(--white);
  padding: 62px 11%;
  opacity: 0;
  transition: all 0.4s ease;
}

.brand-slider .brand-slider-item .brand-slider-item-content img {
  margin: 0 auto;
  width: auto;
  max-width: 120px;
  height: auto;
  max-width: 120px;
}

.brand-slider .brand-slider-item .brand-slider-item-content h2 {
  font-family: "IvyEpic";
  font-size: 43px;
  font-weight: 600;
}

.brand-slider .brand-slider-item .brand-slider-item-content p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 500px;
  margin: 36px auto -9px auto;
}

.brand-slider .brand-slider-item .brand-slider-item-content span {
  display: block;
  font-size: 23px;
  font-weight: 400;
}

.brand-slider .brand-slider-item .brand-slider-item-content a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 20px;
  background-color: #fff;
}

.brand-slider .brand-slider-item .brand-slider-item-content a img {
  display: block;
}

/* Hover */
.brand-slider .brand-slider-item:hover .brand-slider-item-content {
  opacity: 1;
}

/* Image */
.brand-slider .brand-slider-item .brand-slider-item-image {
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

/* Nav */
.brand-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding-top: 30px;
}
.brand-slider-nav li {
  margin-right: 40px;
}
.brand-slider-nav li:last-child {
  margin-right: 0;
}
.brand-slider-nav li button {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  padding: 20px;
  cursor: pointer;
}
.brand-slider-nav li button img {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-slider-nav li button.brand-prev img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ======================= -------- Our Work - Cases slider -------- ========================== */

.our-work-cases-slider {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 130px 0 150px;
  margin-bottom: 200px;
}
button.slick-prev.our-work-prev-arrow.slick-arrow,
button.slick-next.our-work-next-arrow.slick-arrow {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 82px;
  height: 82px;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 30;
  margin: 0 10px;
}
button.slick-prev.our-work-prev-arrow.slick-arrow img,
button.slick-next.our-work-next-arrow.slick-arrow img {
  width: auto;
  height: 23px;
}
button.slick-prev.our-work-prev-arrow.slick-arrow {
  transform: rotate(180deg);
  right: 50%;
  translate: 0 -50%;
}
button.slick-next.our-work-next-arrow.slick-arrow {
  left: 50%;
  translate: 0 -50%;
}
.our-work-cases-slider .our-work-cases-slide.slick-slide {
  text-align: center;
  max-width: calc(80vw - 20px);
  margin: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.our-work-cases-slider .our-work-cases-slide.slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.our-work-cases-slide a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
.our-work-cases-slide a h2 {
  width: 100%;
  margin: 86px auto 0;
  padding: 0 86px 0;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  max-width: 700px;
}
.our-work-cases-slide a p {
  width: 100%;
  margin: 40px auto 0;
  padding: 0px 86px 0;
  font-family: "IvyEpic";
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  max-width: 700px;
}

.our-work-cases-slide a p.services {
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  padding: 0px 86px;
  line-height: 29px;
  max-width: 600px;
  margin: 40px auto 50px;
  height: 60px;
}
.our-work-cases-slide a figure {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.our-work-cases-slide a figure img {
  width: 100%;
  height: 100%;
}

/* ======================= -------- Our Work - Discover projects -------- ========================== */

.section-discover-project {
  width: 100%;
  max-width: 96%;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 56px 65px;
  background-color: var(--lightgrey);
  margin: 150px auto 195px;
}

.section-discover-project figure {
  width: calc(50% - 60px);
  aspect-ratio: 4/3;
  padding-right: 75px;
  margin: 0;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
}
.section-discover-project figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.section-discover-project .container {
  width: 50%;
  padding: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-discover-project .container img {
  width: auto;
  height: 90px;
  margin: 0 auto;
  display: block;
}
.section-discover-project .container h2 {
  width: 100%;
  font-size: 52px;
  font-family: PP Mori;
  font-weight: 500;
  font-style: normal;
  margin: 75px auto 55px;
}
.section-discover-project .container p {
  width: 100%;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  margin: 0 auto 65px;
  color: #bcbcbc;
}

/* ======================= -------- Our Work - Double Feature -------- ========================== */

.section-our-work-double-feature {
  width: 100%;
  margin-top: 130px;
}
.section-our-work-double-feature .container {
  max-width: 96%;
  margin: 0 auto;
}
.section-our-work-double-feature .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section-our-work-double-feature .container ul li {
  width: calc(50% - 20px);
  border-radius: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.section-our-work-double-feature .container ul li a {
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  padding: 100px;
}
.section-our-work-double-feature .container ul li a h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 42px;
  font-family: PP Mori;
  font-weight: 500;
  margin: 0 auto 30px;
  max-width: 500px;
}
.section-our-work-double-feature .container ul li a p {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: "IvyEpic";
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 auto;
  max-width: 500px;
}
.section-our-work-double-feature .container ul li a figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.section-our-work-double-feature .container ul li a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* ======================= -------- Our Work - Staggered phone layout -------- ========================== */

.our-work-staggered-phone-layout {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 200px;
}
.our-work-staggered-phone-layout ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 110vw;
  margin-left: -5vw;
}
.our-work-staggered-phone-layout ul li {
  width: calc(110vw / 5);
  padding: 0 20px;
}
.our-work-staggered-phone-layout ul li:nth-child(odd) {
  padding-top: 175px;
}
.our-work-staggered-phone-layout ul li figure {
  margin: 0;
}
.our-work-staggered-phone-layout ul li figure img {
  width: 100%;
  height: auto;
}

/* ======================= -------- Our Work - Featured Double block -------- ========================== */

.section-our-work-featured-double-block {
  width: 100%;
}
.section-our-work-featured-double-block .container {
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-our-work-featured-double-block .left-block {
  width: calc(50% - 30px);
  border-radius: 40px;
  aspect-ratio: 1.1/1;
  overflow: hidden;
  position: relative;
  background-color: #2e2e2e;
}
.section-our-work-featured-double-block .left-block figure.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.section-our-work-featured-double-block
  .left-block
  figure.background-image
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.section-our-work-featured-double-block .left-block figure.logo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.section-our-work-featured-double-block .left-block figure.logo img {
  position: absolute;
  max-width: 500px;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.section-our-work-featured-double-block .right-block {
  width: calc(50% - 30px);
  border-radius: 40px;
  aspect-ratio: 1.1/1;
  background-color: #2e2e2e;
  color: #fff;
  padding: 161px 116px 0 65px;
  position: relative;
}
.section-our-work-featured-double-block .right-block blockquote {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-our-work-featured-double-block .right-block blockquote:before {
  width: 45px;
  height: 35px;
  content: "";
  background: url(../icons/quote-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -90px;
  left: 0;
}
.section-our-work-featured-double-block .right-block blockquote p {
  font-family: "IvyEpic";
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 57px;
  font-weight: 500;
}
.section-our-work-featured-double-block .right-block h2 {
  width: 100%;
  font-size: 42px;
  color: #dba55e;
  margin-bottom: 130px;
}
.section-our-work-featured-double-block .right-block cite {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.section-our-work-featured-double-block .right-block cite img {
  width: 98px;
  height: 98px;
  display: block;
}
.section-our-work-featured-double-block .right-block cite p {
  width: calc(100% - 100px);
  display: block;
  margin: 0;
  padding: 10px;
}
.section-our-work-featured-double-block .right-block cite p span.person {
  font-size: 20px;
  font-family: PP Mori;
  font-weight: 500;
  width: 100%;
  display: block;
  font-style: normal;
  margin: 0;
  line-height: 1.3em;
}
.section-our-work-featured-double-block .right-block cite p span.comnpanyjob {
  font-family: "IvyEpic";
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  font-style: normal;
  display: block;
  margin: 0;
  line-height: 1.3em;
}
.section-our-work-featured-double-block .right-block figure {
  position: absolute;
  width: 40%;
  height: 50%;
  z-index: 1;
  margin: 0;
  right: 0%;
  bottom: 00%;
  translate: 0%;
  z-index: 1;
}
.section-our-work-featured-double-block .right-block figure img {
}

/* ======================= -------- Our Work - Banner block -------- ========================== */

.section-banner {
  width: 100%;
  height: auto;
  max-height: 1020px;
  margin-top: 310px;
}
.section-banner a {
  width: 100%;
  height: 100%;
  max-height: 1020px;
  overflow: hidden;
  position: relative;
  display: block;
}
.section-banner figure.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.section-banner figure.background-image.contained-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  position: absolute;
}
.section-banner figure.background-image.cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  position: absolute;
}
.section-banner figure.featured-image {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  max-height: 1020px;
}
.section-banner figure.featured-image img {
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ======================= -------- Our Work - Banner block -------- ========================== */
.section-diagonal-phones {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-bottom: -600px;
}
.section-diagonal-phones figure {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0;
}
.section-diagonal-phones figure img {
  max-width: 100%;
  height: auto;
}

/* ======================= -------- Our Work - Other block tweaks-------- ========================== */
.our-work-testimonials .service-testimoinal-slider blockquote {
  width: 52vw;
  padding: var(--p-l) calc(50vw - 800px) var(--p-s);
}
.our-work-testimonials
  .service-testimoinal-slider
  blockquote
  img.testimoinal-quote {
  left: calc(50vw - 800px);
}

/* ======================= -------- /END Our Work -------- ========================== */

/* ======================= --------  About Us -------- ========================== */

/* ======================= --------  About Us - lifestyle slider -------- ========================== */

.lifestyle-slider {
  margin: -550px 0 150px;
  list-style: none;
  padding: 0;
  z-index: 999;
}

.cards-box {
  position: relative;
  transform: translateX(-15px);
}

.cards-box .card {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50px;
  margin: 0;
  padding: 0;
}

.cards-box .card.hide {
  visibility: hidden;
}

.cards-box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.cards-box .card:not(.hide)[data-slide="0"] {
  transform: translate(-50%, 0px) scale(1);
  z-index: 6;
  opacity: 1;
  left: 50%;
  top: -9px;
}

.cards-box .card:not(.hide)[data-slide="1"] {
  transform: translate(-50%, -85px) scale(0.9);
  z-index: 5;
  opacity: 0.9;
  left: 50%;
}

.cards-box .card:not(.hide)[data-slide="2"] {
  transform: translate(-50%, -85px) scale(0.9);
  z-index: 4;
  opacity: 0.8;
  left: 50%;
}

.cards-box .card:not(.hide)[data-slide="3"] {
  transform: translate(-50%, -85px) scale(0.9);
  z-index: 3;
  opacity: 0.7;
  left: 50%;
}

.cards-box .card:not(.hide)[data-slide="4"] {
  transform: translate(-50%, -85px) scale(0.9);
  z-index: 2;
  opacity: 0.6;
  left: 50%;
}

.cards-box .card:not(.hide)[data-slide="5"] {
  transform: translate(-50%, -85px) scale(0.9);
  z-index: 1;
  opacity: 0.5;
  left: 50%;
}

.cards-box .card:not(.hide)[data-slide="0"] {
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.content-placeholder {
  padding: 0;
  margin: -1px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content-placeholder img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: -1px;
}
.dots-container {
  text-align: center;
  margin-top: 20px;
}

.dot {
  width: 17px;
  height: 17px;
  background-color: #e2e2e2;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background-color: var(--pink);
}
/* ======================= --------  About Us - Accordion -------- ========================== */
.about-us-callout {
  width: 100%;
  margin-bottom: 220px;
}
.about-us-callout p {
  font-weight: 400;
  font-size: 64px;
  font-family: PP Mori;
  line-height: 71px;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto -78px auto;
}
.about-us-callout p span {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

/* ======================= --------  About Us - Accordion -------- ========================== */

.accordion-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 220px;
}
.accordion-container .accordion-body {
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 35vw 0 0;
  box-sizing: border-box;
  transition: 0.3s;
  border-bottom: #707070 solid 1px;
  color: #fff;
}

.accordion-container label {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  padding: 65px 0;
  width: 100%;
  color: #111;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-size: 70px;
  font-family: PP Mori;
  position: relative;
}

.accordion-container input {
  display: none;
}

.accordion-container label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 600;
  text-align: center;
  width: 62px;
  height: 62px;
  background-color: #fff;
  border: #707070 solid 1px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  top: 50%;
  translate: 0 -50%;
}

.accordion-container input:checked + label {
  background-color: rgba(255, 255, 255, 0.15);
}

.accordion-container input:checked + label:before {
  color: var(--white);
  background-color: var(--pink);
  border: var(--pink) solid 1px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-container input:checked ~ .accordion-body {
  height: auto;
  color: #111;
  font-family: "IvyEpic";
  font-size: 25px;
  font-weight: 300;
  padding: 0px 35vw 65px 0;
  transition: 0.3s;
}

/* ======================= --------  About Us - Awards -------- ========================== */
.about-us-awards {
  width: 100%;
  margin-bottom: 220px;
}
.about-us-awards h2 {
  font-weight: 400;
  font-size: 64px;
  font-family: PP Mori;
  line-height: 75px;
  text-align: center;
  max-width: 1250px;
  margin: 0 auto;
  margin-bottom: 107px;
}
.about-us-awards h2 span {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.awards-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 90px 0 0;
  padding: 0;
  gap: 120px;
}
.awards-grid li {
  width: calc(33% - 80px);
  display: block;
}
.awards-grid li img {
  width: 100%;
  height: auto;
}

/* ======================= -------- About us - Map -------- ========================== */
.about-us-map {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-us-map:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.about-us-map > svg {
  display: block;
  width: 150%;
  height: auto;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 60%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

.about-us-map path {
  fill: #d6d6d6;
  border: 0;
  outline: 0;
}

.about-us-map i {
}

.cta-map-iceland {
  position: absolute;
  left: 50%;
  top: 500px;
  margin-top: -6vw;
}

/* ======================= -------- About us - Job Slider -------- ========================== */
.about-us-jobs {
  margin: 225px 0 0;
}
.about-us-jobs .container h2 {
  font-weight: 400;
  font-size: 63px;
  font-family: PP Mori;
  line-height: 75px;
  text-align: center;
  max-width: 1214px;
  margin: 0 auto;
}
.about-us-jobs .container h2 span {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.about-us-jobs .container a {
}
.job-slider {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}
.job-slider li {
  padding: 14px;
}
.job-slider li .job {
  background-color: #1e2f36;
  border-radius: 40px;
  padding: 140px 80px 80px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job-slider li .job h3 {
  color: var(--pink);
  font-size: 44px;
  font-family: PP Mori;
  font-weight: 500;
  padding-bottom: 40px;
  margin: 0 0 60px;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 19%);
  position: relative;
}

.job-slider li .job h3:before {
  content: "Opportunity";
  font-family: PP Mori;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  top: -40px;
  left: 0;
  position: absolute;
}
.job-slider li .job p {
  display: inline-block;
  font-size: 22px;
  font-family: PP Mori;
  margin-bottom: 60px;
}
.job-slider li .job p span {
  width: 100%;
  display: block;
}
.job-slider li .job p span.info-title {
  font-size: 22px;
  font-family: PP Mori;
  font-weight: 400;
  margin-bottom: 15px;
}
.job-slider li .job p span.info-detail {
  font-size: 22px;
  font-family: PP Mori;
  font-weight: 400;
}
.job-slider li .job a {
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  font-size: 23px;
  font-family: PP Mori;
  font-weight: 500;
  color: #1e2f36;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
}
.job-slider li .job a:hover {
  color: #fff;
  background-color: var(--pink);
}

.job-nextprev {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.job-nextprev button {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  padding: 20px;
  cursor: pointer;
}
.job-nextprev button img {
  display: block;
  width: 100%;
  height: 100%;
}
.job-nextprev button.slick-prev img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ======================= -------- About us - our culture -------- ========================== */
.about-us-culture {
  margin-top: 300px;
}
.about-us-culture .culture-slider .culture-slider-item article header h3 {
  font-size: 39px;
}
.about-us-culture .btn.btn-large {
  border: 1px solid #1e1e1e;
}
/* ======================= -------- About us - our work -------- ========================== */
.about-us-work .container h2 {
  font-weight: 400;
  font-size: 64px;
  font-family: PP Mori;
  line-height: 75px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
.about-us-work .container h2 span {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.about-us-work .container {
  margin: 40px auto 110px;
}

.about-us-our-work-cases-slider .slick-track {
  display: flex;
  gap: 0px;
}
.about-us-work-slide {
  margin: 0 0px;
}
.about-us-work-slide a.image-link,
.about-us-work-slide figure.main-image,
.about-us-work-slide {
  width: 100%;
  height: 100%;
  margin: 0 0px;
  padding: 0;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}
.about-us-work-slide figure.main-image img {
  width: 100%;
  height: 100%;
}
.about-us-work-slide-hover {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: all ease-in-out 0.4s;
  background: red;
  z-index: 2;
  padding: 140px 120px;
  text-align: center;
  background: url(../images/service-projects/service-cover-background.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-us-work-slide-hover img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 75px;
}
.about-us-work-slide-hover h2 {
  width: 100%;
  font-size: 20px;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  margin: 0 auto 30px;
}
.about-us-work-slide-hover h3 {
  width: 100%;
  font-family: PP Mori;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 44px;
  margin: 0 auto 44px;
}
.about-us-work-slide-hover p {
  width: 100%;
  font-family: PP Mori;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  line-height: 37px;
  color: #bcbcbc;
}
.about-us-work-slide:hover .about-us-work-slide-hover {
  opacity: 1;
}
.about-us-work-slide a,
.about-us-work-slide:hover a {
  color: #fff;
  text-decoration: none;
}
.about-us-work-slide:hover a p {
  color: #bcbcbc;
}
.about-us-work-slide:hover .about-us-work-slide figure.main-image {
  opacity: 0;
}

/* Nav */
.work-nextprev {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.work-nextprev button {
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  padding: 20px;
  cursor: pointer;
}
.work-nextprev button img {
  display: block;
  width: 100%;
  height: 100%;
}
.work-nextprev button.slick-prev img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ======================= --------  /END About Us -------- ========================== */

/* AD Tweaks */
.header-culture {
  margin-top: 250px;
  margin-bottom: -43px;
}

.project-spill-out-image img {
  width: 115%;
  top: 45%;
}

.btn.big-btn {
  padding: 23px 88px;
  font-size: 21px;
  border-radius: 50px;
}

.slide-culture p {
  font-size: 21px;
  color: #767676;
  font-weight: 500;
  line-height: 32px;
  margin-top: -19px;
  margin-bottom: 36px;
}

.google h2 {
  font-size: 33px;
}

span.stars {
  padding-left: 16px;
}

#header.header-services {
  margin-top: 262px;
}

#header.header-services hgroup.header-title {
  max-width: 800px;
}

#header.header-services .header-text {
  padding-top: 67px;
}

.project-spill-out-image.psoi-services img {
  width: 102%;
}

.project-container.pc-services img {
  max-width: 200px;
}

.project-container.pc-services p {
  font-size: 24px;
  max-width: 465px;
}

.project-container.pc-services p.pc-bold {
  font-size: 40px;
  font-weight: 500;
  max-width: 500px;
  line-height: 44px;
  font-family: "PP Mori";
}

.brand-statement-services .container.brand-statement {
  max-width: 1300px;
}

.brand-statement-services .brand-statement article h2 {
  font-size: 47px;
  font-weight: 300;
}

a.btn.btn-m.btn-white.btn-cs-services {
  font-size: 21px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 50px;
}

.case-study-full-width.cs-services {
  padding: 131px 40px;
}

.case-study-full-width.cs-services figure a img {
  width: 112%;
  height: 121%;
  min-height: 647px;
}

.case-study-full-width.cs-services figure {
  margin: -122px 0px;
  overflow: visible;
}

.case-study-full-width.cs-services figure a {
  overflow: visible;
}

.case-study-full-width.cs-services .case-study-content {
  padding-left: 0;
  padding-right: 0;
}

.cs-services-blocks .btn.btn-simple {
  width: 78px;
  height: 78px;
}

.case-study-blocks.cs-services-blocks a.btn img {
  width: 26px;
}

.case-study-blocks.cs-services-blocks p.block-title {
  font-size: 23px;
  font-family: "PP Mori";
  font-weight: 200;
}
.case-study-blocks.cs-services-blocks article p {
  font-size: 21px;
}

.section-services-testimonials {
  margin-top: 238px;
}

.service-testimoinal-header p {
  font-size: 25px;
  font-weight: 600;
}

.larger-marg-top {
  margin-top: 250px;
}
.footer-start {
  z-index: 2;
  position: relative;
}
.footer-start-services {
  margin-top: -472px;
}

.section-contact.footer-start-services .contact-details header hgroup h2 {
  font-size: 90px;
  /* padding-top: 84px; */
}

.section-contact.footer-start-services
  .contact-details
  header
  hgroup
  .btn.btn-simple-large {
  width: 100px;
  height: 100px;
  margin-bottom: -20px;
  margin-left: 30px;
  border: 2px solid var(--grey);
}

.sp-less-marg {
  margin-top: -27px;
}

.project-spill-out-image.psoi-work img {
  width: 126%;
  top: 51%;
  height: 144%;
  left: 56%;
}

.sp-less-marg .project-container img {
  max-width: 177px;
}

.sp-less-marg h2.m-b-xs {
  margin-bottom: 27px;
  max-width: 500px;
}

.btn.big-btn.bth-featured-work {
  padding: 23px 60px 27px 60px;
  font-size: 24px;
}

.single-img-work {
  margin-top: 46px;
}

.call-out-book-call {
  text-align: center;
  font-size: 33px;
  margin-top: 73px;
}

.call-out-book-call h2 {
  font-weight: 400;
  padding-bottom: 55px;
}

.call-out-book-call h2 span {
  color: var(--black);
  text-decoration: underline;
}
.work-logo-img {
  width: 127%;
  margin-left: -16%;
}

.single-image-cta.si-cta-culture article {
  width: 88%;
  margin: -50px auto 0 auto;
}

.project-spill-out-image.psoi-work-img img {
  width: 89%;
  top: 45%;
}

.project-spill-out-image.psoi-work-img {
  width: 47%;
  margin: 12px 61px -50px 0%;
}

.section-projects {
  margin-top: 300px;
}
.section-projects .container.work-project-item {
  background: url(../../assets/images/cs-work-bg.png) center center no-repeat
    #073323;
  background-size: cover;
  margin-bottom: 100px;
}

.section-projects .container.work-project-item h2,
.section-projects .container.work-project-item p {
  color: #fff;
}

a.btn.btn-green {
  background: #396b37;
  color: #fff;
}
.container.work-project-item.full-width-project-item {
  max-width: 96%;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.full-width-project-item .project-container img {
  max-width: 162px;
}

.full-width-project-item .project-container h2 {
  font-size: 50px;
  line-height: 53px;
  padding-top: 24px;
  margin-bottom: 34px;
}

.full-width-project-item .project-container p {
  max-width: 600px;
}

p.cat-smaller {
  font-size: 21px;
  color: #7c8e7c !important;
}

.container.work-project-item.full-width-project-item .project-container {
  padding-top: 36px;
}

.simple-page-text h2 {
  font-size: 41px;
  margin-bottom: 50px;
}

.simple-page-text h3 {
  font-size: 26px;
  margin: 47px 0 40px;
}

.simple-page-text p {
  font-size: 25px;
  font-weight: 600;
}

.section-contact.footer-contact-simple-pages .contact-details header hgroup h2 {
  font-size: 98px;
}

.section-contact.footer-contact-simple-pages header hgroup h2 span {
  text-decoration: none;
}

.section-contact.footer-contact-simple-pages
  .contact-details
  header
  hgroup
  .btn.btn-simple-large {
  width: 95px;
  height: 95px;
  margin-bottom: 0;
  border: 2px solid #000;
}

.section-contact.footer-contact-simple-pages a.btn.btn-simple-large.m-t-xs img,
.section-contact-inner-page a.btn.btn-simple-large.m-t-xs img {
  height: 29px;
}

/* work page */

.our-work-styles .header.header-internal .header-title h1 {
  max-width: 800px;
}

.our-work-styles .header {
  margin-top: 212px;
  margin-bottom: -219px;
}

.our-work-styles hgroup.header-title p {
  font-size: 27px;
  font-family: "PP Mori";
  font-weight: 300;
  max-width: 900px;
  margin: 44px 0 -39px 0;
}

.our-work-styles .project-spill-out-image.psoi-work img {
  width: 141%;
  height: 144%;
}

.our-work-styles .project-container h2 {
  font-weight: 500;
  max-width: 507px !important;
}

.our-work-styles .project-container p {
  font-size: 27px;
}

.our-work-styles .project-container p.deets {
  font-size: 23px;
}

.our-work-styles .our-work-slider .slick-slide {
  margin: 0 -16px !important;
}

.our-work-styles .our-work-cases-slider .our-work-cases-slide.slick-slide {
  margin: 20px 10px;
}

.our-work-styles .our-work-cases-slide a h2 {
  font-weight: 500;
}

.our-work-styles .our-work-cases-slide a p {
  font-family: "PP Mori";
  font-weight: 300;
  font-size: 26px;
  padding: 0;
  max-width: 600px;
  margin-top: 29px;
}

.our-work-styles .our-work-cases-slide a p.services {
  font-size: 23px;
  max-width: 413px;
}

.our-work-styles .our-work-cases-slider {
  margin-bottom: -125px;
}

.our-work-styles .section-projects .project-container h2 {
  max-width: 700px !important;
}

.our-work-styles .full-width-project-item .project-container p {
  max-width: 700px;
}

.our-work-styles .full-width-project-item .project-container p.cat-smaller {
  font-size: 23px;
}

.our-work-styles .section-services-testimonials {
  margin-top: 209px;
}

.our-work-styles .section-banner figure.featured-image {
  padding: 100px 0;
}

.section-contact .contact-details header hgroup h2.inner-foot-h2 {
  font-size: 95px;
  font-weight: 500;
  margin-right: 40px;
}

.section-contact .contact-details header hgroup h2.inner-foot-h2 span {
  text-decoration: none;
}

.section-contact
  .contact-details
  header
  hgroup
  .btn.btn-simple-large.inner-foot-cta-butt {
  width: 100px;
  height: 100px;
  margin-bottom: -2px;
  border: 2px solid #000;
  padding: 32px;
}

.our-work-styles .sector-secvice-selection .slick-list.draggable {
  padding: 0px 0% 0px 15% !important;
}

.our-work-styles .servicesectorFilter.slick-initialized.slick-slider {
  width: 115%;
}
/* END work page */

/* about us page */

.about-us-styles .header.header-cover .header-title h1 {
  line-height: 1.2;
  font-weight: 400;
}

.about-us-styles .header.header-cover .header-title h1 small {
  font-weight: 300;
  margin-top: 20px;
}

.about-us-styles .header.header-cover .header-title p {
  margin-top: 62px;
  font-weight: 200;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  font-family: "PP Mori";
}

.about-us-styles .navbar .nav-links .nav-links-scroll ul,
.about-us-styles .navbar .nav-links .nav-links-scroll ul li a {
  /* background-color: #f6f6f6; */
  color: #ffffff;
}

.about-us-styles .navbar .nav-links .nav-links-scroll ul li a.project {
  background-color: var(--pink);
  color: #fff;
}

.about-us-styles .accordion-container label {
  font-weight: 400;
}

.about-us-styles .accordion-container .accordion-body {
  max-width: 100% !important;
  padding-right: 20% !important;
}

.about-us-styles .accordion-container .accordion-body p {
  font-size: 28px !important;
  font-family: "PP Mori" !important;
  font-weight: 300 !important;
}

.job-slider .slick-list.draggable {
  padding: 0px 28% !important;
}

.about-us-styles .service-testimoinal-header h2 {
  font-size: 88px;
}

.about-us-our-work-cases-slider .slick-list.draggable {
  padding: 0px 0% 0px 39.5% !important;
}

.about-us-our-work-cases-slider.slick-initialized.slick-slider {
  width: 100%;
}

.about-us-map-static {
  height: 1829px;
  background: whitesmoke;
  position: relative;
  background: url(../images/mapbg.png) center -45px no-repeat;
  background-size: 2500px;
}

.map-marker-hover {
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 68px;
  background: url(../images/map-marker-red.png) center center no-repeat;
  left: 50%;
  margin-left: -119px;
  top: 50%;
  margin-top: -311px;
  opacity: 0.8;
}

.map-marker-hover:hover {
  opacity: 1;
  margin-top: -321px;
}

.map-marker-hover-info h4,
.map-marker-hover-info {
  display: inline-block;
}

.map-marker-hover:hover .map-marker-hover-info {
  display: inline-block;
}

.map-marker-hover-info {
  display: none;
  position: relative;
  width: 359px;
  height: 249px;
  background: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
  box-shadow: 0px 11px 22px -14px #000000;
  padding: 30px;
  top: -275px;
  left: 50%;
  margin-left: -179px;
}

.map-marker-hover-info h4 {
  font-size: 33px;
  position: relative;
  top: -13px;
  padding-left: 20px;
}

.map-marker-hover-info h4 span {
  display: block;
  clear: both;
  font-size: 20px;
  color: #bfbfbf;
  font-weight: 400;
  padding-top: 10px;
  font-size: 25px;
}

.map-marker-hover-info img {
  width: 80px;
}

.map-marker-hover-info hr {
  border: none;
  border-bottom: 1px solid #e3e3e3;
}

.map-marker-hover-info .btn {
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 20px;
  width: 100%;
  font-family: "PP Mori";
  font-weight: 300;
}

.map-marker-hover.location-iceland {
  margin-left: -275px;
  margin-top: -493px;
  z-index: 1;
}

.map-marker-hover.location-london {
  margin-left: -139px;
  margin-top: -315px;
  z-index: 2;
  opacity: 0.5;
}

.map-marker-hover.location-london:hover {
  opacity: 1;
  z-index: 4;
  margin-top: -325px;
}

.map-marker-hover.location-iceland:hover {
  margin-top: -503px;
}

/* END about us page */

/* contact page */

.contact-styles .header.header-cover .header-title h1 {
  text-align: left;
  max-width: 1200px;
  margin: 27px 0 -64px 0;
}

.contact-styles .header.header-cover .header-title {
  padding: 0;
}

.contact-styles .header.header-cover {
  z-index: 1;
}

.contact-page-form h3 {
  color: #000;
  text-align: left;
  padding-bottom: 24px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 10px; /* Space between checkboxes */
  max-width: 100%; /* Adjust width as needed */
  width: 100%;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  font-size: 26px; /* Adjust text size */
  cursor: pointer;
  font-weight: 400;
  margin: 10px 0;
  font-family: "PP Mori";
}

.checkbox-grid input[type="checkbox"] {
  appearance: none;
  width: 28px; /* Bigger size */
  height: 28px; /* Bigger size */
  border: 1px solid black; /* 1px border */
  border-radius: 50%; /* Round checkboxes */
  display: inline-block;
  margin-right: 14px;
  position: relative;
  margin-top: -1px;
}

/* Change tick color to red when selected */
.checkbox-grid input[type="checkbox"]:checked::after {
  content: "";
  width: 16px; /* Bigger tick size */
  height: 16px; /* Bigger tick size */
  background-color: red; /* Red tick color */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.help-with {
  padding: 30px 0 92px 0;
  width: 100%;
  text-align: left;
  min-width: 110%;
}

.help-with h4 {
  font-size: 34px;
  padding-bottom: 58px;
  font-weight: 500;
  padding-top: 32px;
}

.contact-styles .contact-details header.m-b-xs {
  margin-bottom: 0;
}

.contact-styles .section-contact.footer-start.m-t-l {
  margin-top: -500px;
}

.contact-styles .footer .footer-statement {
  grid-row: 1;
  grid-column: 1;
}

.contact-styles .footer .footer-links {
  grid-row: 1;
  grid-column: 2;
}

.contact-styles ul.feed-list {
  color: #000;
}

.contact-styles li.google-reviews,
.contact-styles li.discovery-call {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-top: 2%;
  text-align: left;
  padding: 79px;
  margin-bottom: 2%;
}

.contact-styles li.google-reviews {
  margin-right: 0;
}

.contact-styles li.google-reviews .btn {
  display: block;
  clear: both;
  width: 100%;
  padding: 34px 40px;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  margin-left: 16px;
  margin-top: 28px;
}

.contact-styles .google-reviews h2.m-b-xs {
  font-size: 38px;
  font-weight: 600;
}

.contact-styles .google-reviews span.stars {
  justify-content: left !important;
  padding: 0;
}

.contact-styles .footer-feeds .feed-list li.google-reviews .google {
  justify-content: left;
  margin-left: -44px;
  transform: scale(0.9);
  width: 111%;
}

.contact-form.contact-page-form.m-t-m.background-lightgrey {
  padding-top: 104px;
  padding-bottom: 114px;
}

.contact-styles .footer-feeds .feed-list li.discovery-call .btn,
.contact-styles li.google-reviews .btn {
  padding: 40px 40px;
  font-size: 33px !important;
}

.contact-styles li.google-reviews,
.contact-styles li.discovery-call a {
  margin-bottom: 14px;
}

.contact-styles li.social.background-lightgrey {
  clear: both;
}

.contact-styles li.social.background-lightgrey {
  padding: 40px 76px !important;
  border-radius: 100px !important;
}

.contact-styles li.social.background-lightgrey h2 {
  font-size: 40px;
}

.contact-styles .footer-feeds .feed-list li.social ul li a {
  font-size: 60px;
  margin-left: 26px;
}

.contact-styles .footer .footer-icons {
  margin-top: -112px;
}

.contact-styles .footer .container {
  grid-template-columns: 1fr 43%;
}

.map-marker-hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.map-marker-hover:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 35px;
  background: #00000000;
  top: -28px;
  left: 50%;
  margin-left: -180px;
}

.contact-styles .header.header-cover {
  background: #1e2f36;
}

/* END contact page */

/* affiliate page */

.affiliate-styles .header-breadcrumbs > span {
  justify-content: center;
}

.affiliate-styles header .btn {
  color: #fff;
}

.accordion-container.accordion-affiliate-page {
  max-width: 100%;
  border-radius: 23px;
  padding: 143px;
}

.accordion-container.accordion-affiliate-page input:checked + label,
.accordion-container.accordion-affiliate-page label,
.accordion-container.accordion-affiliate-page,
.accordion-container.accordion-affiliate-page input:checked ~ .accordion-body,
.accordion-container.accordion-affiliate-page .accordion-body {
  background-color: #1e2f36 !important;
  border: none;
}

.accordion-container.accordion-affiliate-page label {
  color: #fff;
  font-size: 43px;
  font-weight: 400;
}

.accordion-container.accordion-affiliate-page input:checked ~ .accordion-body {
  color: #fff;
}

.accordion-container.accordion-affiliate-page .accordion-body p {
  font-size: 26px !important;
}

.accordion-container.accordion-affiliate-page label:before {
  background-color: #34d3c2 !important;
  border: none !important;
}

.accordion-container.accordion-affiliate-page input {
  display: none;
}

.accordion-container.accordion-affiliate-page label {
  display: block;
  background: #eee;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #07d4b4;
  padding: 18px 0;
  margin-bottom: 37px;
}

.accordion-container.accordion-affiliate-page .accordion-body {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
}

.accordion-container.accordion-affiliate-page
  input:checked
  + label
  + .accordion-body {
  display: block;
  border: none;
  border-top: 1px solid #07d4b4;
  padding: 46px 0;
  margin-top: 31px;
}

.full-width-notice {
  background: url(../images/lines-affiliate3.png) center center no-repeat
    #1e2f36;
  background-size: cover;
  background-attachment: fixed;
  padding: 223px 0;
  text-align: center;
  color: #fff;
}

.affiliate-styles .about-us-callout {
  margin-top: 0;
  background: #fff;
  margin-bottom: 100px;
}

.accordion-affiliates {
  background: url(../images/lines-affiliate2.png) center -291px no-repeat;
  background-size: 100%;
  padding-top: 500px;
  margin-top: -229px;
}

.step-process {
  background: url(../images/lines-step-process.png) center 475px no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 500px;
}

.step-process h2 {
  display: block;
  font-size: 47px;
  text-align: center;
  font-weight: 400;
  max-width: 100%;
  color: #000;
}

.list-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-steps .list-steps-item {
  width: calc(100% / 3 - 10px);
  position: relative;
  background: #e5fcf8;
  border-radius: 30px;
  padding: 120px 22px 22px 22px;
  text-align: center;
}

.list-steps .list-steps-item:after {
  display: block;
  content: url(../icons/arrow.svg);
  padding: 35px;
  background: #fff;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: calc(100% - 50px + 10px);
  top: 50%;
  transform: translateY(-60%);
  z-index: 1;
}

.list-steps .list-steps-item:last-child:after {
  display: none;
}

.list-steps .list-steps-item .step-no {
  background: #07d4b4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.list-steps .list-steps-item h4 {
  color: #000;
  font-size: 27px;
  line-height: 1.4;
  display: block;
  width: calc(100% - 60px);
  max-width: 320px;
  margin: 23px auto 67px auto;
}

.list-steps .list-steps-item .btn {
  display: block;
  width: 100%;
  border-radius: 25px;
  padding: 31px 5px;
  font-size: 34px;
  font-weight: 600;
  background-color: #1e2f36;
  color: #fff;
}

.affiliate-info {
  background-color: #f2f2f2;
}

.affiliate-info h2 {
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-size: 47px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #000;
}

.list-affiliate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 47px;
}

.list-affiliate-item {
  width: calc(100% / 3 - 15px);
  background-color: #fff;
  margin-top: 80px;
  padding: 50px;
  border-radius: 30px;
}

.list-affiliate-item:nth-child(2n) {
  background-color: #1e2f36;
  color: #fff;
  margin-top: 0;
  position: relative;
  top: -60px;
}

.list-affiliate-item h3 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 41px;
  font-weight: 500;
  margin-bottom: 34px;
}

.list-affiliate-item h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  background-color: #f2f2f2;
  padding: 15px 5px;
  margin: 30px 0;
}

.list-affiliate-item:nth-child(2n) h5 {
  background-color: #5a656a;
}

.list-affiliate-item .aff-info-result {
  display: block;
  width: 100%;
  border-radius: 25px;
  margin-top: 40px;
  padding: 25px 5px 31px 5px;
  font-size: 29px;
  font-weight: 600;
  background-color: #07d4b4;
  text-align: center;
  color: #fff;
}

.section-costs {
  background-color: #f2f2f2;
  text-align: center;
}

.section-costs h2 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 47px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #000;
}

.section-costs h2 span {
  text-decoration: underline;
}

.existing-affiliat-slider {
  background-color: #f2f2f2;
  text-align: center;
}

.existing-affiliat-slider h2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 47px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #000;
}

.affiliate-benefits {
  background: url(../images/lines-affiliate-benefits.png) center 696px no-repeat
    #f2f2f2;
  padding-bottom: 500px;
  background-size: cover;
}

.affiliate-benefits .container {
  background-color: #1e2f36;
  padding: 150px 120px;
  border-radius: 30px;
  color: #fff;
}

.affiliate-benefits .container h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  max-width: 900px;
}

.affiliate-benefits .container ul {
  border-top: 1px solid #07d4b4;
  margin-top: 60px;
  padding-top: 40px;
}

.affiliate-benefits .container ul li {
  margin-bottom: 39px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 26px;
}

.affiliate-benefits .container ul li:last-child {
  margin-bottom: 0;
}

.affiliate-benefits .container ul li > i {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #07d4b4;
  border-radius: 50%;
}

.affiliate-benefits .container ul li > div {
  width: calc(100% - 73px - 30px);
  padding-top: 13px;
  font-size: 36px;
  line-height: 41px;
}

.affiliate-benefits .container ul li > div span {
  color: #07d4b4;
  text-decoration: underline;
  font-weight: 700;
}

/* Contact */
.affiliate-styles .background-lightgreen {
  background-color: var(--lightgreen) !important;
}

.affiliate-styles .section-contact .contact-details header hgroup h2 span {
  color: var(--lightgreen);
}

.affiliate-styles .section-contact .contact-form h3 {
  color: #fff;
}

.affiliate-styles .form-fields .form-submit-icon {
  background-color: #1e2f36;
}

.affiliate-styles .form-submit input {
  color: #fff;
}

.affiliate-styles .header.header-cover {
  background: url(../images/banner-affiliate-lines.png) #1e2f36;
  background-position: center 155%;
  background-repeat: no-repeat;
  padding-top: 438px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 0;
}

.brand-slider.affiliate-logo-slider .brand-slider-item {
  border-radius: 200px;
  height: 261px;
  max-width: 485px !important;
}

.affiliate-styles .header-breadcrumbs span {
  color: #9c9c9c;
}

.color-green {
  color: #07d4b4;
}

.affiliate-styles .header.header-cover .header-title h1 {
  font-size: 115px;
  font-weight: 500;
  color: #07d4b4;
}

.affiliate-styles .header.header-cover .header-title p,
.full-width-notice h2 {
  font-size: 47px;
  max-width: 1234px;
}

.affiliate-styles .header.header-cover .header-title p span {
  text-decoration: underline;
  color: #07d4b4;
}

.affiliate-styles .btn.btn-normal:before {
  background-color: #07d4b4;
}

.affiliate-styles .btn.btn-normal:after {
  content: url(../icons/arrow-white.svg);
  background: #07d4b4;
}

.affiliate-styles .header.header-cover .header-title {
  margin-bottom: 142px;
}

.banner-sub-text {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
}

.banner-sub-text h3 {
  font-size: 46px;
  font-weight: 400;
}

.banner-sub-text h3 span {
  color: #07d4b4;
}

.banner-sub-text p,
.full-width-notice p {
  font-size: 28px;
  font-family: "PP Mori";
  font-weight: 300;
  line-height: 43px;
  padding: 53px 0;
  max-width: 700px;
}

.banner-sub-text img {
  width: 100%;
  padding-left: 21%;
}

.banner-sub-text.bst1 {
  padding-top: 115px;
}

.affiliate-styles .navbar .nav-logo svg .pink {
  fill: #07d4b4;
}

.affiliate-styles .navbar.nav-fixed .nav-logo svg .blue {
  fill: #07d4b4;
}

.affiliate-styles .navbar .nav-links .nav-links-scroll ul li a.project,
.affiliate-styles .menu .menu-container .btn-menu-close,
.affiliate-styles .navbar .btn-menu {
  background-color: #07d4b4;
}

.affiliate-styles .menu .menu-container .menu-nav-holder .menu-nav li a:hover,
.affiliate-styles .menu .menu-container .menu-nav-holder .menu-cta div span,
.affiliate-styles a:hover,
.affiliate-styles
  .menu
  .menu-container
  .menu-nav-holder
  .menu-contact
  li
  a:hover,
.about-us-callout p span,
.accordion-container.accordion-affiliate-page label span,
.title-prominent h2 span,
.full-width-notice h2 span,
.step-process h2 span,
.affiliate-info h2 span,
.section-costs h2 span {
  color: #07d4b4;
}

.affiliate-styles .footer-top {
  margin-top: -424px;
}

.affiliate-styles .about-us-callout p {
  font-size: 47px;
  padding-top: 136px;
  max-width: 1300px;
}

.affiliate-styles .about-us-callout .btn {
  display: flex;
  margin-top: 128px;
}

.affiliate-styles .btn.btn-normal:after {
  border: none;
}

.title-prominent h2 {
  font-size: 47px;
  font-weight: 500;
  max-width: 1400px;
  line-height: 65px;
  margin-bottom: 301px;
}

.title-prominent h2 span {
  text-decoration: underline;
}

.affiliate-service-section.section-brand-services {
  background: #ffffff;
  color: #000000;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.affiliate-service-section.section-brand-services .split-left {
  width: calc(50% - 100px);
  max-width: 800px;
  margin-left: auto;
  margin-right: 100px;
}

.affiliate-service-section.section-brand-services .split-right {
  width: calc(50% - 100px);
  overflow: hidden;
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .brand-services-slider-item {
  width: 30vw;
  postiion: relative;
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider {
  padding-bottom: 100px;
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .brand-services-slider-item
  .main-image,
.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .brand-services-slider-item
  .main-image
  a,
.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .brand-services-slider-item
  .main-image
  a
  img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .slick-prev,
.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .slick-next {
  position: absolute;
  bottom: 0;
  background-color: var(--white);
  border: 1px solid var(--grey);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
  color: transparent;
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .slick-prev {
  left: 40px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.affiliate-service-section.section-brand-services
  .split-right
  .brand-services-slider
  .slick-next {
  left: 120px;
}

@media (max-width: 1800px) {
  .affiliate-service-section.section-brand-services .split-left {
    width: calc(50% - 60px);
  }
}

@media (max-width: 1300px) {
  .affiliate-service-section.section-brand-services .split-left {
    width: calc(50% - 30px);
  }
}

@media (max-width: 650px) {
  .affiliate-service-section.section-brand-services .split-left {
    width: calc(50% - 15px);
  }
}

.section-brand-services.affiliate-service-section h2 {
  font-weight: 400;
  padding-bottom: 15px;
}

.section-brand-services.affiliate-service-section li a {
  font-size: 49px;
  text-decoration: none;
  font-family: "PP Mori";
  margin: 29px 0;
  display: block;
}

.affiliate-styles .about-us-work-slide.slick-slide.slick-cloned {
  width: 100% !important;
}

.affiliate-styles main {
  position: relative;
  z-index: 2;
}

.full-width-notice h2 {
  text-align: center;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: -12px;
}

u {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.full-width-notice p {
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.full-width-notice p a {
  color: #07d4b4;
}

.full-width-notice .btn.btn-normal {
  color: #fff;
}

li.list-affiliate-item p {
  font-size: 20px;
}

.section-costs p {
  font-size: 27px;
  font-family: "PP Mori";
  font-weight: 300;
  max-width: 764px;
  margin: 0 auto;
}

.section-costs .btn.btn-general {
  padding: 32px 57px;
  font-size: 28px;
  font-family: "PP Mori";
  font-weight: 300;
}

ul.brand-slider.affiliate-logo-slider.normal {
  margin-left: 0 !important;
  padding-top: 30px;
}

.affiliate-styles .footer.footer-alt .footer-feeds .feed-list > li,
.affiliate-styles .footer-feeds .feed-list > li {
  background-color: whitesmoke;
}

/* Change pink background to #07D4B4 on affiliate-styles pages */
.affiliate-styles .navbar .nav-links .nav-links-scroll .hover-bg {
  background-color: #07d4b4 !important;
}

/* Ensure "Start a Project" is initially active */
.affiliate-styles .navbar .nav-links .nav-links-scroll ul li a.project {
  background-color: #07d4b4 !important;
  color: var(--white) !important;
}

/* When hovering over any other tab, remove the "Start a Project" background */
.affiliate-styles
  .navbar
  .nav-links
  .nav-links-scroll
  ul
  li
  a:hover
  ~ .hover-bg,
.affiliate-styles .navbar .nav-links .nav-links-scroll ul:hover li a.project {
  background-color: transparent !important;
}

.affiliate-styles .navbar .nav-links .nav-links-scroll ul {
  background-color: #333f44;
}

/* END affiliate page */

/* careers page */

.careers-page .careers-slider {
  margin: 160px auto 180px;
}

.careers-page .job-slider li .job a {
  border-radius: 50px;
  padding: 40px 30px 35px 30px;
}

.careers-page ul.job-details-list li.job-card p {
  font-size: 23px;
  font-weight: 400;
  font-family: "PP Mori";
}

.careers-page ul.job-details-list li.job-card .job-description p {
  font-weight: 300;
  font-size: 26px;
}

.careers-page ul.job-details-list li.job-card h2 {
  margin: -12px auto 50px;
}

.careers-page .job-application-buttons a.btn.btn-general {
  padding: 41px 45px;
}

.careers-page
  ul.job-details-list
  li.job-card
  ul.job-card-details
  li:nth-child(2),
.careers-page
  ul.job-details-list
  li.job-card
  ul.job-card-details
  li:nth-child(4) {
  padding-left: 4%;
}

.careers-page
  ul.job-details-list
  li.job-card
  ul.job-card-details
  li:nth-child(3) {
  padding-left: 2%;
}

.careers-page ul.job-details-list li.job-card .job-card-requirements h3 {
  font-weight: 700;
  margin: 37px auto 35px;
}

.careers-page ul.job-details-list li.job-card .job-card-requirements ul li {
  margin: 0 auto;
}

.careers-page .careers-getintouch a.btn.btn-general {
  padding: 31px;
}

.careers-page .careers-getintouch p {
  margin: -28px auto 73px auto;
  font-size: 27px;
}

.careers-page .careers-getintouch .container {
  padding: 147px 80px;
}

.careers-page .section-contact.contact-alt .contact-form {
  border: 1px solid #000;
}

.careers-page .section-contact .contact-form h3 {
  margin-bottom: 69px;
}

/* END careers page */

/* business page */

.business-styles .header.header-cover .header-title h1,
.business-styles .menu .menu-container .menu-nav-holder .menu-nav li a:hover,
.business-styles .menu .menu-container .menu-nav-holder .menu-cta div span,
.business-styles a:hover,
.business-styles
  .menu
  .menu-container
  .menu-nav-holder
  .menu-contact
  li
  a:hover,
.business-styles p span,
.business-styles .accordion-container.accordion-affiliate-page label span,
.business-styles .title-prominent h2 span,
.business-styles .full-width-notice h2 span,
.business-styles .step-process h2 span,
.business-styles .affiliate-info h2 span,
.business-styles .section-costs h2 span,
.business-styles .header.header-cover .header-title p span,
.business-styles .banner-sub-text h3 span,
.business-styles .full-width-notice p a,
.business-styles .affiliate-benefits .container ul li > div span,
.business-styles .section-contact .contact-details header hgroup h2 span,
.list-affiliate-item h3 span {
  color: #fc316a;
}

.business-styles .affiliate-styles .header.header-cover .header-title h1 {
  font-size: 110px;
}

.business-styles .navbar .nav-links .nav-links-scroll ul li a.project,
.business-styles .menu .menu-container .btn-menu-close,
.business-styles .navbar .btn-menu,
.business-styles .btn.btn-normal:before,
.business-styles .btn.btn-normal:after,
.business-styles .list-steps .list-steps-item .step-no,
.business-styles .careers-feautres ul li:after {
  background-color: #fc316a;
}

.business-styles .navbar.nav-fixed .nav-logo svg .blue,
.business-styles .navbar .nav-logo svg .pink {
  fill: #fc316a;
}

.business-styles .navbar .nav-links .nav-links-scroll ul li a.project,
.business-styles .navbar .nav-links .nav-links-scroll .hover-bg,
.business-styles .accordion-container.accordion-affiliate-page label:before,
.business-styles .list-affiliate-item .aff-info-result,
.business-styles .btn.btn-lightgreen,
.business-styles .background-lightgreen,
.business-styles .careers-feautres ul li:after {
  background-color: #fc316a !important;
}

.business-styles
  .accordion-container.accordion-affiliate-page
  input:checked
  + label
  + .accordion-body,
.business-styles .affiliate-benefits .container ul {
  border-top: 1px solid #fc316a;
}

.business-styles .accordion-container.accordion-affiliate-page label {
  border-bottom: 1px solid #fc316a;
}

.business-styles .list-steps .list-steps-item {
  background: #ffebf2;
}

.business-styles .btn.btn-lightgreen:hover {
  color: #fff;
}

.business-styles .affiliate-benefits .container ul li > i {
  border: 1px solid #fc316a;
  position: relative;
  top: 3px;
}

.business-styles .list-steps .list-steps-item h4 {
  font-size: 26px;
}

.business-styles .careers-feautres {
  margin-top: -19px !important;
  width: 100%;
  margin: 0 auto 236px;
}

.business-styles .careers-feautres h2 {
  font-family: "PP Mori";
  font-size: 46px;
  line-height: 65px;
  font-weight: 400;
  max-width: 1288px;
  text-align: center;
  margin: 0 auto 85px;
}
.business-styles .careers-feautres h2 span {
  text-decoration: none;
  color: var(--pink);
}
.business-styles .careers-feautres ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1288px;
  margin: 0 auto;
}
.business-styles .careers-feautres ul li {
  position: relative;
  width: 100%;
  padding: 60px 174px 0px 125px;
  margin-bottom: -64px;
}
.business-styles .careers-feautres ul li:after {
  border-radius: 50%;
  background-color: var(--pink);
  width: 54px;
  height: 54px;
  padding: 14px;
  content: url(../icons/job-check.svg);
  left: 0;
  top: 60px;
  position: absolute;
}
.business-styles .careers-feautres ul li h3 {
  width: 100%;
  font-family: "PP Mori";
  font-size: 42px;
  line-height: 49px;
  font-weight: 400;
  margin: 0 0 55px;
}
.business-styles .careers-feautres ul li p {
  width: 100%;
  font-family: "PP Mori";
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #6e6e6e;
}

.slider-business-simple .slick-slide img {
  width: 100%;
}

.slider-business-simple .job-slider .slick-list.draggable {
  padding: 0px 17% !important;
}

.slider-business-simple .job-slider li {
  padding: 0 25px;
}

.business-styles .banner-sub-text img {
  padding-left: 12%;
}

.business-styles .banner-sub-text h3 {
  line-height: 57px;
}

.business-styles .banner-sub-text p {
  padding: 0;
  margin: 25px 0;
}

.business-styles .banner-sub-text.bst1 {
  padding-top: 29px;
}

.business-styles header .btn {
  padding-top: 40px;
}

.business-styles .header.header-cover .header-title {
  margin-bottom: 167px;
}

.business-styles .section-projects {
  margin-top: 158px;
}

.business-styles
  .section-projects.section-projects-culture
  .project-container
  h3 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 500;
  color: #000000;
  max-width: 565px;
}

.business-styles
  .section-projects.section-projects-culture
  .project-container
  p {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  max-width: 582px;
}

.business-styles
  .section-projects.section-projects-culture
  .project-container
  .btn {
  margin-top: 0;
  padding: 28px 64px;
  font-size: 24px;
  font-family: "PP Mori";
  font-weight: 400;
}

.business-styles .project-spill-out-image img {
  top: 49%;
  width: 120%;
  translate: -48% -50%;
}

.business-styles .project-container {
  width: 48%;
  padding: 106px;
}

.business-styles .accordion-affiliates {
  padding-top: 0;
  margin-top: 60px;
}

.business-styles .accordion-container .accordion-body {
  padding-right: 10% !important;
}

.business-styles .careers-feautres h2 {
  font-weight: 500;
  text-align: left;
  margin-bottom: 7px;
}

.business-styles .careers-feautres ul li h3 span,
.business-styles .careers-feautres h2 span {
  color: #fc316a;
  text-decoration: underline;
}

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration-thickness: 3px !important;
}

.business-styles .affiliate-info.p-t-m h2 {
  margin-bottom: 124px;
}

.business-styles .list-affiliate-item:nth-child(2n) {
  background-color: #fff;
  color: #000000;
}

.business-styles .list-affiliate-item:nth-child(2n) h5 {
  background-color: #f2f2f2;
}

.business-styles .list-affiliate-item ul li {
  position: relative;
  font-size: 25px;
  margin-bottom: 29px;
  padding-left: 48px;
  line-height: 30px;
}

.business-styles .list-affiliate-item ul li:after {
  border-radius: 50%;
  background-color: var(--pink);
  width: 34px;
  height: 34px;
  padding: 0px 8px 6px 8px;
  content: url(../icons/job-check.svg);
  left: 0;
  top: 0;
  position: absolute;
}

.business-styles .list-affiliate-item ul {
  padding: 11px 20px 0 20px;
}

.two-col-span {
  display: block !important; /* Ensures it overrides flexbox */
  column-count: 2;
  column-gap: 100px;
  max-width: 1304px;
  margin: 72px auto 0 auto;
  text-align: left;
}

.two-col-span p {
  margin: 0 0 33px; /* Adjusts spacing between paragraphs */
  break-inside: avoid;
}

.business-styles .section-costs.p-t-l.p-b-l {
  padding-bottom: 131px;
}

.business-styles .affiliate-benefits .container ul li > div {
  font-weight: 200;
}

.business-styles .affiliate-benefits .container ul li > div span {
  font-weight: 500;
}

.business-styles .affiliate-benefits .container {
  padding-right: 220px;
}

.business-styles .existing-affiliat-slider h2 {
  font-weight: 500;
}

/* END business page */

.about-us-styles.au-tweak-styles .header.header-cover {
  background-color: #1e2f36;
}

.about-us-styles.au-tweak-styles main {
  margin-top: -376px;
}

.about-us-styles.au-tweak-styles .about-us-callout p span {
  color: var(--pink);
}

.chat-icon {
  position: fixed;
  z-index: 999;
  background: var(--pink);
  padding: 22px 20px;
  border-radius: 20px;
  right: 50px;
  bottom: 50px;
}

.chat-icon:hover {
  background: #000000;
}

.navbar .btn-menu:hover {
  background-color: #000000;
}

.menu .menu-container .btn-menu-close:hover {
  background-color: #ffffff;
  color: var(--pink);
}

.chat-icon,
.navbar .btn-menu,
.menu .menu-container .btn-menu-close,
.menu-toggle span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.relationship-image {
  filter: grayscale(100%); /* Makes it fully grayscale */
  transition: filter 0.3s ease-in-out;
}

.relationship-slider-item:hover .relationship-image {
  filter: grayscale(0%);
}

.relationship-slider-item:hover {
  cursor: pointer;
}

.home .relationship-slider .relationship-slider-item article .btn.btn-simple {
  background: #ffffff;
}

.home .section-relationships .btn.btn-normal:after {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.container-br {
  position: relative;
  width: calc(100% - 200px); /* Keeps the width calculation */
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-br ul.relationship-slider {
  width: 125%;
}

.container-br .relationship-slider .slick-slide {
  padding-right: 65px;
  padding-left: 0;
}

.home .culture-slider .slick-list.draggable {
  transform: scale(1.18);
}

.home .culture-slider .culture-slider-item article header h3 {
  font-size: 36px;
}

.home .culture-slider .culture-slider-item article p {
  font-size: 18px;
  line-height: 25px;
}

.home .culture-slider .culture-slider-item article .tags {
  font-size: 18px;
}

.home .culture-slider .culture-slider-item article .date {
  font-weight: 300;
  font-size: 17px;
  color: #828282;
}

.home .culture-slider {
  padding-bottom: 100px;
}

.section-quote .underline-animated::after {
  z-index: 0;
}

.home .btn.btn-simple-large {
  border: 2px solid var(--grey);
}

.home .section-contact .mask-text {
  width: 51px;
}

.home .section-contact .underline-animated::after {
  width: 103%;
}

.home .form-required::after {
  display: none;
}

.home .footer.footer-alt .footer-feeds .feed-list > li,
.home .footer-feeds .feed-list > li {
  background-color: whitesmoke;
}

/* hover image on slider */

/* Ensure the images transition smoothly */
.home .culture-image,
.about-us-styles .culture-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Default image */
.home .culture-image img,
.about-us-styles .culture-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
}

/* Add the hover image as a pseudo-element */
.home .culture-image::before,
.about-us-styles .culture-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

/* Define a different hover image for each slider item */
.home .culture-slider-item .culture-image.c-image-1::before,
.about-us-styles .culture-slider-item .culture-image.c-image-1::before {
  background-image: url("../images/culture-object1-hover.png");
}

.home .culture-slider-item .culture-image.c-image-2::before,
.about-us-styles .culture-slider-item .culture-image.c-image-2::before {
  background-image: url("../images/culture-object2-hover.png");
}

.home .culture-slider-item .culture-image.c-image-3::before,
.about-us-styles .culture-slider-item .culture-image.c-image-3::before {
  background-image: url("../images/culture-object3-hover.png");
}

/* Fade in the hover image on hover */
.home .culture-slider-item:hover .culture-image::before,
.about-us-styles .culture-slider-item:hover .culture-image::before {
  opacity: 1;
}
/* END hover image on slider */

/* video popup on click */

/* Fullscreen video popup overlay */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

/* Popup content container with zoom animation */
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 1200px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

/* Active class to show popup with smooth zoom-in */
.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup.active .video-popup-content {
  transform: scale(1);
}

/* Video styles */
.video-popup video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  /* border: 2px solid #ffffff; */
}

/* Close button */
.close-popup {
  position: absolute;
  top: -13px;
  right: -14px;
  background: #ff0000;
  color: #ffffff;
  border: none;
  font-size: 35px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  z-index: 999999999999999;
}

.close-popup:hover {
  background: #ffffff;
  color: #ff0000;
}

.section-testimonials
  .testimoinal-slider
  .testimoinal-slider-item
  article
  .testimoinal-content
  .testimoinal-client
  .testimoinal-logo {
  max-width: 120px;
}

/* END video popup on click */

.home .service-slider-item a,
.home .service-slider-item span {
  text-decoration-thickness: 6px !important;
}

.home .section-quote .mask-text {
  background-color: var(--lightgrey);
  padding: 0;
  margin-left: 8px;
}

.menu-toggle span {
  display: block;
  width: 44%;
  height: 3px;
  border-radius: 20px;
  background: #fff;
  margin: 0px 0 0 27px;
}

.menu-toggle span:nth-child(2) {
  width: 28%;
  margin-top: 10px;
}

.menu-toggle:hover span {
  width: 28%;
}

.menu-toggle:hover span:nth-child(2) {
  width: 44%;
}

.page-invert .navbar .btn-menu:hover {
  background-color: var(--pink);
}

.page-invert .menu-toggle span {
  background: #232323;
}

.page-invert .navbar .btn-menu:hover {
  background-color: #fff;
}

.page-invert .menu button.btn-menu-close.menu-toggle {
  color: #000 !important;
}

.page-invert .menu button.btn-menu-close:hover {
  background: #fff;
}

.au-tweak-styles .menu-toggle span,
.page-invert.contact-styles .menu-toggle span,
.business-styles .menu-toggle span {
  background: #fff;
}

.au-tweak-styles .menu-toggle:hover span,
.page-invert.contact-styles .menu-toggle:hover span,
.business-styles .menu-toggle:hover span {
  background: var(--pink);
}

.au-tweak-styles .menu .menu-container .btn-menu-close i,
.page-invert.contact-styles .menu .menu-container .btn-menu-close i,
.business-styles .menu .menu-container .btn-menu-close i {
  color: #fff;
}

.au-tweak-styles .menu .menu-container .btn-menu-close:hover i,
.page-invert.contact-styles .menu .menu-container .btn-menu-close:hover i,
.business-styles .menu .menu-container .btn-menu-close:hover i {
  color: var(--pink);
}

/* END Homepage */

/* Culture Page */

.culture-styles .section-projects {
  margin-top: 160px;
}

.culture-styles .sliderFilter ~ .slick-nav .slick-prev {
  border: 1px solid #000000;
}

.culture-styles .sliderFilter .slick-dots li button,
.culture-styles .sliderFilter ~ .slick-nav .slick-dots li button {
  font-weight: 400;
}

/* END Culture Page */

.service-branding-styles .section-projects {
  margin-top: -38px;
}

.service-branding-styles .section.section-double-carousel {
  position: relative;
  z-index: 2;
}

.home .culture-slider .culture-slider-item article a {
  transform: scale(0.85);
}

.about-us-work-slide .serviceSlide-hover:hover {
  opacity: 1;
}

.contact-styles hgroup.header-title span {
  text-decoration: none;
}

.referral-page .form-fields .form-submit-icon {
  background-color: var(--acidgreen) !important;
}

.culture-internal .post-content-text {
  padding-left: 40px;
}

.affiliate-benefits {
  background: url(../images/affiliate/wave-line-bg-contact.png) -100px 740px no-repeat
    #f2f2f2;
  padding-bottom: 500px;
  background-size: cover;
}

.vgolf .navbar .btn-menu {
  background-color: #000000;
}

.home
  .section-featured
  .featured-slider
  .featured-slider-item
  article
  .slide-container
  header
  + p {
  font-size: 24px;
  color: #e2e2e2;
  font-weight: 200;
  max-width: 695px;
}

.footer-icons {
    padding-bottom: 60px;
}

/* END AD Tweaks */

/* Custom page Animations */

.home .section-quote p span,
.home .section-contact .contact-details header hgroup h2 span,
.home .header.header-home .header-title h1 span,
.home .footer .footer-statement article h2 span {
  text-decoration: none;
}

/* underline text */

.underline-animated {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}

/* Standard underline animation */
.underline-animated::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 100%;
  height: 5px;
  background-color: #ff3159;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.15, 0.6, 0.4, 1.2); /* Slow start, then speeds up significantly */
  z-index: -1;
}

/* Thinner underline variation */
.underline-animated.thin-underline::after {
  bottom: 19px;
  height: 4px;
}

/* Activate animation */
.underline-animated.active::after {
  transform: scaleX(1);
}

/* Mask effect for descenders (g, y, p) */
.mask-text {
  background-color: white; /* Ensures descenders donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t get covered */
  padding: 0 2px 15px 2px; /* Adjust padding to fine-tune masking */
  position: relative;
  z-index: 2; /* Keeps text above the underline */
  display: inline-block;
}

.underline-animated.thin-underline {
  padding-bottom: 6px;
}

/* Affiliate Brand Slider */

.affiliate-brand-slider.affiliate-logo-slider li.brand-slider-item {
  max-width: 500px;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 200px !important;
  display: block;
}

.affiliate-brand-slider {
  margin: 40px 0;
}

.affiliate-brand-slider.normal {
  margin-left: -800px;
}

/* END underline text */

/* END Custom page Animations */
