/*
 LA Digital
*/

:root {
  --brand-yellow: #f2c318;
  --brand-black: #1a1a1d;
  --brand-white: #f2f2f2;
  --text-color: #1a1a1d;
  --placeholder-color: #545454;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--placeholder-color);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--placeholder-color);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--placeholder-color);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--placeholder-color);
}

html {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 1px;
  line-height: 1;
}

h2 {
  font-weight: 300;
  font-size: 3.6rem;
  /*text-transform: capitalize;*/
}

body {
  /* padding-top: 100px; */
  height: 100vh;
  min-height: 650px;
  font-size: 2rem;
  /*overflow: hidden;*/
  /*width: 100%;*/
}

body.event-open {
  overflow: hidden;
}

.hero-section {
  --background-color: var(--brand-yellow);
  background: var(--background-color) url(/assets/images/bg-pattern.png) center;
  min-height: 70vh;
  display: flex;
  padding-top: 80px;
}

@media screen and (min-height: 1000px) {
    .hero-section {
        min-height: 60vh;
    }
}

/*.hero-section .main-content {
  height: 100%;
}*/

.hero-section img {
    position: absolute;
}

.hero-section img:not(.decoration-image) {
    right: 10rem;
    top: 20%;
}

.hero-section .main-content {
    display: flex;
    align-items: center;
    padding-block: 8vh;
}

@media screen and (max-width: 1023px) {
  .hero-section img {
    display: none;
  }

  .hero-section .main-content {
      padding-bottom: 8vw;
  }
}

/*#barba-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}*/

body.home-page {
  padding-top: 0;
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.validation-error {
  border-color: #c63d2d !important;
}

.grey-bg {
  background: #ebebeb !important;
}

/*.page-loader svg rect {
    transform: translateY(75%);
}*/

.header {
  width: 100%;
  padding: 30px 0;
  position: fixed;
  z-index: 120;
  background: transparent;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.header.sticky {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 12px 0;
}

.nav-open .header.sticky {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
}

.nav-open header .logo .brand-highlight,
header.sticky .logo .brand-highlight {
  fill: var(--brand-yellow);
}

.container,
.main-content {
  max-width: 1690px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.work-detail-page .main-content {
  max-width: 1170px;
}

.service-detail-page .main-content,
.service-detail-page .flex-link {
  max-width: 1200px;
}

.service-detail-page .work-listing .main-content,
.service-detail-page .other-services .main-content {
  max-width: 1690px;
}

.service-detail-page .hero-fill,
.service-detail-page .hero-screen,
.service-cta {
  background-color: var(--page-color);
}

/* .home-page .header {
    background: none;
} */

.header .logo {
  float: left;
  width: 111px;
  height: 50px;
}

.landing-page .header .logo, .landing-enquiry-page .header .logo {
  width: 155px;
  height: 70px;
}

/*.home-page:not(.nav-open) .logo {
    display: none;
}*/

.header .logo svg {
  height: 50px;
  max-width: 200px;
}

.landing-page .header .logo svg, .landing-enquiry-page .header .logo svg {
    height: 70px;
}

.logo-path,
.nav-open .light-header .logo-path,
.sticky.light-header .logo-path {
  fill: #111;
}

.light-header .logo-path {
  fill: #fff;
}

.header.white:not(.sticky) .logo .brand-highlight,
.header.black:not(.sticky) .logo .brand-name {
  fill: var(--brand-yellow);
}

.header.white:not(.sticky) .logo .brand-name,
.header.yellow:not(.sticky) .logo .brand-name {
  fill: var(--brand-black);
}

.header.black:not(.sticky) .logo .brand-highlight,
.header.yellow:not(.sticky) .logo .brand-highlight {
  fill: var(--brand-white);
}

.landing-enquiry-page .header:not(.sticky) .logo .brand-highlight,
.landing-page .header:not(.sticky) .logo .brand-highlight {
    fill: var(--brand-black);
}

.landing-enquiry-page .header:not(.sticky) .logo circle.brand-highlight,
.landing-page .header:not(.sticky) .logo circle.brand-highlight {
    fill: var(--brand-white);
}

.nav-open .header .logo .brand-highlight {
  fill: var(--brand-yellow) !important;
}

.hamburger {
  --hamburger-bg: var(--brand-black);
  --hamburger-color: #fff;
  background: var(--hamburger-bg);
  border: 1px solid var(--hamburger-color);
  border-radius: 100%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: none !important;
  float: right;
  z-index: 122;
  top: 0;
  right: 0;
  position: relative;
}

.nav-open .hamburger {
  --hamburger-bg: var(--brand-yellow);
  --hamburger-color: var(--brand-black);
}

.hamburger b,
.nav-open .light-header .hamburger b,
.sticky.light-header .hamburger b {
  position: absolute;
  left: 13px;
  width: 17px;
  height: 2px;
  background-color: var(--hamburger-color);
}

.hamburger b:nth-child(1) {
  top: 40%;
}

/*.hamburger b:nth-child(2) {
    top: 50%;
}*/

.hamburger b:nth-child(2) {
  top: 60%;
}

.light-header .hamburger b {
  background-color: #fff;
}

.light-header a.enquire-btn {
  color: #fff;
}

.top-nav {
  position: relative;
  height: 50px;
  margin-left: 120px;
}

.top-nav ul {
  position: absolute;
  right: 55px;
  top: 0;
}

.top-nav ul li {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .top-nav ul li {
    margin-left: 25px;
  }
}

@media screen and (min-width: 992px) {
  .top-nav ul li {
    margin-left: 35px;
  }
}

.top-nav ul li a {
  line-height: 40px;
  color: #111;
  margin: 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding: 0;
}

.top-nav ul li a em {
    font-style: normal;
}

.light-header .top-nav ul li a {
  color: #fff;
}

.sticky .top-nav ul li a,
.nav-open .top-nav ul li a {
  color: #111;
}

.top-nav ul li a.button,
.sticky .top-nav ul li a.button {
  color: #fff;
  padding-inline: 15px;
  border-radius: 80px;
  text-transform: none;
}

@media screen and (min-width: 1024px) {
    .top-nav ul li a {
        font-size: 1.8rem;
    }
        .top-nav ul li a.button,
        .sticky .top-nav ul li a.button {
            padding: 3px 20px;
        }
}

.top-nav .back-arrow,
.scroll-arrow {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 147px;
  width: 25px;
  height: 20px;
  display: inline-block;
  transition: all 0.1s ease-out 0.15s;
  display: none;
}

.top-nav .back-arrow:before,
.top-nav .back-arrow:after,
.scroll-arrow:before,
.scroll-arrow:after {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  display: inline-block;
  transition: all 0.1s ease-out;
}

.nav-open .light-header:not(.sticky) .top-nav .back-arrow:before {
  border-color: #000 !important;
}

.nav-open .light-header:not(.sticky) .top-nav .back-arrow:after {
  background: #000 !important;
}

.light-header:not(.sticky) .top-nav .back-arrow:before {
  border-color: #fff;
}

.light-header:not(.sticky) .top-nav .back-arrow:after {
  background: #fff;
}

.top-nav .back-arrow:before,
.scroll-arrow:before {
  -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
  transform: rotate(45deg) translate3d(0, -50%, 0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  width: 16px;
  height: 16px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: -8px;
  margin-left: -3px;
}

.scroll-arrow:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.top-nav .back-arrow:after,
.scroll-arrow:after {
  width: 25px;
  height: 2px;
  background: #000;
}

.scroll-arrow:after {
  background: #fff;
}

.mobile-enquire {
  display: none;
}

.button {
  --font-size: 1.4rem;
  --text-color: #fff;
  --move-hover: -8px;
  --duration: 0.2s;
  --shadow: 0 2px 8px -1px currentColor;
  --shadow-hover: 0 4px 20px -2px currentColor;
  --font-shadow: var(--font-size);
  display: inline-block;
  color: var(--text-color);
  background-color: var(--brand-black);
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 22px;
  font-size: var(--font-size);
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.button.loading:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: 0 0;
  border: 2px solid currentColor;
  -webkit-clip-path: inset(0 0 50% 0);
  clip-path: inset(0 0 50% 0);
  transform: rotate(0);
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.button.loading div {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.button div {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text-color);
}

.button div span {
  line-height: 1.2;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}

.button:hover span {
  --m: calc(var(--font-size) * -1);
}

.button span.empty-space {
  width: 5px;
}

.button div span:nth-child(1) {
  transition-delay: 0.02s;
}

.button div span:nth-child(2) {
  transition-delay: 0.04s;
}

.button div span:nth-child(3) {
  transition-delay: 0.06s;
}

.button div span:nth-child(4) {
  transition-delay: 0.08s;
}

.button div span:nth-child(5) {
  transition-delay: 0.1s;
}

.button div span:nth-child(6) {
  transition-delay: 0.12s;
}

.button div span:nth-child(7) {
  transition-delay: 0.14s;
}

.button div span:nth-child(8) {
  transition-delay: 0.16s;
}

.button div span:nth-child(9) {
  transition-delay: 0.18s;
}

.button div span:nth-child(10) {
  transition-delay: 0.2s;
}

.button div span:nth-child(11) {
  transition-delay: 0.22s;
}

.button div span:nth-child(12) {
  transition-delay: 0.24s;
}

.button div span:nth-child(13) {
  transition-delay: 0.26s;
}

.button div span:nth-child(14) {
  transition-delay: 0.28s;
}

.button div span:nth-child(15) {
  transition-delay: 0.3s;
}

.button div span:nth-child(16) {
  transition-delay: 0.32s;
}

.button div span:nth-child(17) {
  transition-delay: 0.34s;
}

.button div span:nth-child(18) {
  transition-delay: 0.36s;
}

.button div span:nth-child(19) {
  transition-delay: 0.38s;
}

.button div span:nth-child(20) {
  transition-delay: 0.4s;
}

.button div span:nth-child(21) {
  transition-delay: 0.42s;
}

.button div span:nth-child(22) {
  transition-delay: 0.44s;
}

.button div span:nth-child(23) {
  transition-delay: 0.46s;
}

.button div span:nth-child(24) {
  transition-delay: 0.48s;
}

.button div span:nth-child(25) {
  transition-delay: 0.5s;
}

.button div span:nth-child(26) {
  transition-delay: 0.52s;
}

.button div span:nth-child(27) {
  transition-delay: 0.54s;
}

.button div span:nth-child(28) {
  transition-delay: 0.56s;
}

.button div span:nth-child(29) {
  transition-delay: 0.58s;
}

.button div span:nth-child(30) {
  transition-delay: 0.6s;
}

.button div span:nth-child(31) {
  transition-delay: 0.62s;
}

.button div span:nth-child(32) {
  transition-delay: 0.64s;
}

.button div span:nth-child(33) {
  transition-delay: 0.66s;
}

.button div span:nth-child(34) {
  transition-delay: 0.68s;
}

.button div span:nth-child(35) {
  transition-delay: 0.7s;
}

.button div span:nth-child(36) {
  transition-delay: 0.72s;
}

.button div span:nth-child(37) {
  transition-delay: 0.74s;
}

.button div span:nth-child(38) {
  transition-delay: 0.76s;
}

.button div span:nth-child(39) {
  transition-delay: 0.78s;
}

/*.button:before {
    content: "";
    position: absolute;
    border: currentColor solid 2px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity;
    border-radius: 22px;
}

.button:hover:before {
    opacity: 1;
}*/

.slider {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}

.slide-navigation {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 10%;
}

.slide-navigation a {
  display: block;
  padding: 10px 80px 10px 5px;
  cursor: pointer;
}

.slider-items {
  height: 100%;
  width: 100%;
  display: block;
}

.slider-item {
  height: 100%;
  width: 100%;
  display: block;
}

.slide-right {
  height: 100%;
  width: 100%;
  display: block;
}

.slide-right .slide-screen {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center top;
}

.slide-fill {
  width: 45%;
  height: 100%;
  position: absolute;
  left: -30%;
  top: 0;
  display: block;
  background: var(--brand-yellow);
  z-index: 1;
  overflow: hidden;
}

.slide-fill-pattern {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  display: inline-block;
  background: url(/assets/images/bg-pattern.png) center;
  transform-origin: left center;
  transform: scaleX(2.5);
  opacity: 0;
}

/*.slider-changed .slide-active .slide-fill-pattern {
  opacity: 1;
}*/

.slide-left {
  position: absolute;
  width: 50%;
  left: 80px;
  top: 20%;
  z-index: 5;
}

.slide-content {
  margin: 0;
  position: relative;
  color: #111;
  text-decoration: none;
  z-index: 6;
}

.slide-content h1,
.slide-content h2 {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 30px;
}

.slide-content p span {
  display: block;
}

.svg-button.button {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  display: inline-block;
  position: relative;
  line-height: 4.8rem;
  /*width: 12.5rem;*/
  min-width: 200px;
  height: 4.8rem;
  margin: 0 5px 8rem -8px;
  text-align: center;
  padding: 0 30px;
  text-transform: uppercase;
  background: none;
}

.svg-button .morph-shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  fill: none;
}

.svg-button .morph-shape svg path {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.slide-content a.more-btn {
  margin-top: 12%;
  display: inline-block;
  border-bottom: 2px solid #111;
  color: #111;
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 1.8rem;
}

.overlay-nav {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 119;
  background: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 80px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: url(/assets/images/menu-bg.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1199px) and (orientation: portrait) {
  .overlay-nav {
    background-image: url(/assets/images/mobile-menu-bg.png);
  }
}

.overlay-nav .main-nav {
  width: 100%;
  /*height: 100%;*/
  display: table;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

.overlay-nav .main-nav ul {
  width: 50%;
  padding: 0 100px;
  display: table-cell;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.overlay-nav .main-nav .nav-1 {
  text-align: right;
  font-weight: bold;
}

.overlay-nav .main-nav li a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.overlay-nav .main-nav li a em {
    font-style: normal;
}

.overlay-nav h2 {
  font-size: 4.8rem;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 0 10px;
  font-weight: bold;
}

.overlay-nav .nav-1 a,
.overlay-nav .nav-2 a {
  text-transform: capitalize;
  font-size: 3.5rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

/*.overlay-nav .nav-1 a:after,
.overlay-nav .nav-2 a:after {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    overflow: hidden;
    color: #FFF;
    max-width: 0;
    background: #61bfc9;
    content: attr(data-text);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.overlay-nav .nav-1 a:hover:after,
.overlay-nav .nav-2 a:hover:after {
    max-width: 100%;
}*/

.overlay-nav .nav-2 a {
  font-size: 2rem;
  text-transform: none;
  margin-bottom: 10px;
}

.overlay-nav .main-nav li {
  margin: 10px 0;
}

.overlay-nav .main-nav li a {
  margin: 10px 0;
  padding: 0 0 10px;
}

.overlay-nav .main-nav .nav-2 li a {
  padding: 0 10px 5px;
}

.overlay-nav ul li a span,
.top-nav ul li a:not(.svg-button) span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: -1;
  transform: scaleX(0);
}

.overlay-nav ul li a span {
  background: #f2c318;
}

.top-nav ul li a:not(.svg-button) span {
  background: currentColor;
}

.overlay-nav ul li.active a span {
  transform: scaleX(1);
}

.top-nav ul li .svg-button {
  padding: 0 33px;
}

.light-header:not(.sticky) .top-nav ul li .svg-button .morph-shape svg path {
  stroke: #fff;
}

.nav-open
  .light-header:not(.sticky)
  .top-nav
  ul
  li
  .svg-button
  .morph-shape
  svg
  path {
  stroke: #000;
}

.top-nav ul li a:not(.svg-button):not(.button) span {
  height: 4px;
  bottom: 0;
}

.top-nav ul li.active a span {
  transform: scaleX(1);
}

/*.top-nav ul li:nth-child(5) a span {
    background: #a42ca1;
}*/

/*.overlay-nav .nav-1 a:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.overlay-nav .nav-1 a:hover:after {
    width: 105%;
}*/

.nav-open .overlay-nav {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-open .overlay-nav .main-nav {
  opacity: 1;
}

/* Intro*/

.section-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.section-intro h1 {
    margin-bottom: 1em;
    text-transform: none;
    font-size: clamp(3rem, 3vw, 4rem);
    line-height: 1.2em;
    position: relative;
}

.section-intro h1, .section-intro h2, .section-intro p {
    width: 70%;
}

@media screen and (max-width: 1023px) {
    .section-intro h1, .section-intro h2, .section-intro p {
        width: 100%;
    }
}

.breadcrumb {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 50px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.section-intro p {
  letter-spacing: 0;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  line-height: 1.5;
  position: relative;
}

.section-intro > svg,
.service-content-section svg {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 40%;
  height: 40%;
  margin-top: 5%;
  -webkit-animation: sprinkle-wiggle 10s ease-in-out infinite;
  animation: sprinkle-wiggle 10s ease-in-out infinite;
}

.service-content-section svg {
  width: auto;
  height: 250px;
  top: 0;
  right: 7%;
  margin-top: 11%;
  left: auto;
}

.load-more {
  text-align: center;
}

.load-more a {
  color: #111;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #111;
  font-weight: bold;
  font-size: 30px;
}

.transition-container {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background: #f2c318;
  z-index: 3000;
}

.hero {
  width: 100%;
  /* height: calc(100vh - 100px); */
  min-height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 130px 0 80px;
}

.hero-right {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}

.hero-right .hero-screen {
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.hero-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: var(--brand-yellow);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
}

/* Service Color A */

.color-a .hero-fill,
.color-a .project-testimonial .project-logo,
.color-a .service-cta {
  background: #05b391;
}

.color-a .hero-screen {
  background: #1ec1a4;
}

.color-a .service-content {
  border-color: #05b391;
}

.color-a .main-content > h4,
.color-a .faq-item h5,
.color-a.flex-link-item a,
.color-a .project-testimonial h4 {
  color: #05b391;
}

/* Service Color B */

.color-b .hero-fill,
.color-b .project-testimonial .project-logo,
.color-b .service-cta {
  background: #00c8f2;
}

.color-b .hero-screen {
  background: #7dd8f8;
}

.color-b .service-content {
  border-color: #00c8f2;
}

.color-b .main-content > h4,
.color-b .faq-item h5,
.color-b.flex-link-item a,
.color-b .project-testimonial h4 {
  color: #00c8f2;
}

/* Service Color C */

.color-c .hero-fill,
.color-c .project-testimonial .project-logo,
.color-c .service-cta {
  background: #ef567a;
}

.color-c .hero-screen {
  background: #f46b92;
}

.color-c .service-content {
  border-color: #ef567a;
}

.color-c .main-content > h4,
.color-c .faq-item h5,
.color-c.flex-link-item a,
.color-c .project-testimonial h4 {
  color: #ef567a;
}

/* Service Color D */

.color-d .hero-fill,
.color-d .project-testimonial .project-logo,
.color-d .service-cta {
  background: #fe9833;
}

.color-d .hero-screen {
  background: #ffad49;
}

.color-d .service-content {
  border-color: #fe9833;
}

.color-d .main-content > h4,
.color-d .faq-item h5,
.color-d.flex-link-item a,
.color-d .project-testimonial h4 {
  color: #fe9833;
}

/* Service Color E */

.color-e .hero-fill,
.color-e .project-testimonial .project-logo,
.color-e .service-cta {
  background: #8ac944;
}

.color-e .hero-screen {
  background: #a2d65c;
}

.color-e .service-content {
  border-color: #8ac944;
}

.color-e .main-content > h4,
.color-e .faq-item h5,
.color-e.flex-link-item a,
.color-e .project-testimonial h4 {
  color: #8ac944;
}

/* Service Color F */

.color-f .hero-fill,
.color-f .project-testimonial .project-logo,
.color-f .service-cta {
  background: #90318b;
}

.color-f .hero-screen {
  background: #a540a0;
}

.color-f .service-content {
  border-color: #90318b;
}

.color-f .main-content > h4,
.color-f .faq-item h5,
.color-f.flex-link-item a,
.color-f .project-testimonial h4 {
  color: #90318b;
}

/* Service detail section */

.service-content-section {
  background: #f7f7f7;
  padding: 85px 0;
}

.service-flex {
  width: 100%;
  display: inline-block;
}

.service-flex-item {
  float: left;
  position: relative;
  width: calc(50% - 50px);
  margin: 0 100px 330px 0;
  display: inline-block;
}

.service-flex-item:first-child {
  margin-bottom: 50px;
}

.service-flex-item:nth-child(odd) {
  clear: both;
}

.service-flex-item:nth-child(odd):last-child {
  margin-bottom: 0;
}

.service-flex-item:nth-child(even) {
  margin-right: 0;
  transform: translate3d(0, 330px, 0);
}

.service-content {
  padding-left: 55px;
  border-left: 8px solid #000;
}

.service-content p {
  margin-top: 1em;
  font-size: 2rem;
  line-height: 3rem;
}

.service-flex-item h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3em;
}

.service-action-section {
  padding: 85px 0;
}

.service-action-section .project-testimonial p {
  font-size: 2rem;
  font-style: normal;
  color: #000;
  line-height: 3.6rem;
}

.service-action-section .project-testimonial h4 {
  margin-top: 40px;
}

.service-action-section .project-testimonial h4,
.service-action-section .project-testimonial h5 {
  font-size: 1.6rem;
}

.service-cta {
  padding: 80px 100px;
  color: #fff;
}

.service-cta .main-content > h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3em;
}

.service-detail-page .project-testimonial {
  margin-bottom: 0;
}

.service-cta p {
  font-size: 2rem;
  margin: 3rem 0 4rem;
}

.service-cta .svg-button {
  margin: 0;
  color: #fff;
}

.service-cta .svg-button .morph-shape svg,
.service-cta .svg-button .morph-shape svg path {
  stroke: #fff;
}

.service-detail-page .main-content > h4 {
  font-size: 2rem;
  margin: 0;
  /*font-weight: bold;*/
}

.service-detail-page .main-content > h3 {
  font-size: 9rem;
  line-height: 1em;
  font-weight: bold;
}

.service-detail-page .work-listing h3 {
  margin-bottom: 8rem;
}

.service-detail-page .work-listing .text-center {
  clear: both;
}

.service-detail-page .work-listing .button {
  margin: 80px 0 0;
}

.service-detail-page .work-listing {
  background: #f7f7f7;
  padding: 85px 0;
}

.service-detail-page .work-listing .work-item:nth-child(odd):nth-last-child(2) {
  margin-bottom: 0;
}

.service-detail-page .flex-link {
  margin: 0 auto;
  padding: 0 100px;
}

.other-services {
  padding: 85px 0 0;
  background: #f7f7f7;
}

.service-detail-page .flex-link {
  overflow: hidden;
  padding: 50px 100px 85px;
}

.flex-link-item {
  width: calc(50% - 50px);
  margin: 50px 100px 0 0;
  float: left;
  position: relative;
}

.flex-link-item:nth-child(even) {
  margin-right: 0;
}

.flex-link-item:nth-child(odd) {
  clear: both;
}

.flex-link-item a {
  display: block;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.4rem;
  transition: all 0.4s ease-out;
}

.flex-link-item a:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.flex-link-item a span {
  position: absolute;
  top: -0.8rem;
  right: 30px;
  transform: translate3d(0, -50%, 0);
  font-size: 9rem;
  width: 6.4rem;
  display: inline-block;
  text-align: center;
}

.hero-ctv .hero-fill {
  background: #0088ae;
}

.hero-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  margin: 0 auto;
  position: relative;
  color: #111;
  text-decoration: none;
  z-index: 6;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  max-width: 1690px;
  padding: 0 100px;
}

.hero-content h1,
.hero-content h2 {
  font-size: 7rem;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: bold;
}

.hero-content h1,
.hero-content p {
  width: calc(50% - 10vh);
}

.service-detail-page .hero-content h1 {
  font-size: 4.4rem;
  line-height: 6rem;
  width: 100%;
}

.hero-content p span {
  display: block;
}

.main-content {
  width: 100%;
  max-width: 1690px;
  display: block;
  padding: 0 100px;
  font-size: 24px;
  margin: 0 auto;
  /*background: var(--brand-yellow);*/
}

.desc {
  width: 100%;
  display: block;
  padding: 50px 30px 50px 15%;
  font-size: 24px;
}

.desc p {
  max-width: 860px;
  margin: 30px 0;
}

.carousel img {
  /* width: 100%; */
}

.carousel-navigation {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0;
}

.carousel-navigation li {
  display: inline-block;
}

.carousel-navigation a {
  display: block;
  padding: 10px 30px;
  cursor: pointer;
}

.img-right,
.img-left {
  clear: both;
  width: 100%;
  margin: 80px 0;
  /* overflow: hidden; */
  display: inline-block;
  position: relative;
}

.img-right .image-container,
.img-left .image-container {
  width: 60%;
  clear: both;
  overflow: hidden;
  position: relative;
}

.img-right .image-container {
  float: right;
}

.img-left .image-container {
  float: left;
}

.image-container img {
  width: 100%;
  float: left;
}

.image-container .image-screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #d7d7d7;
}

.img-right .text-over {
  position: absolute;
  width: 60%;
  bottom: 15%;
  z-index: 99;
}

.img-left .text-over {
  position: absolute;
  width: 60%;
  bottom: 15%;
  right: 0;
  z-index: 99;
}

.text-over p {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.img-right .text {
  position: absolute;
  width: 35%;
  bottom: 15%;
}

.img-left .text {
  position: absolute;
  width: 35%;
  bottom: 15%;
  right: 0;
}

.text-left,
.text-right {
  overflow: hidden;
  margin: 80px 0;
}

.text-left .text {
  width: 65%;
  float: left;
}

.text-right .text {
  width: 65%;
  float: right;
  text-align: left;
}

.text li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.text li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.testimonial {
  background: #111;
  color: #fff;
  width: 100%;
  padding: 80px;
}

.testimonial-content {
  padding: 0 20%;
}

.testimonial-signature {
  font-size: 18px;
  margin-top: 40px;
}

.testimonial-signature strong {
  display: block;
  font-weight: bold;
}

.project-detail {
  padding: 85px 0 5px;
  letter-spacing: 0.05em;
}

.service-detail-page .project-detail {
  padding-bottom: 45px;
}

.project-detail p,
.project-detail ul li {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

.project-detail ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 40px;
}

.project-detail ul li {
  margin-bottom: 0;
  padding: 0 25px;
  position: relative;
}

.project-detail ul li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

.project-testimonial {
  margin-bottom: 85px;
  padding-left: 105px;
  position: relative;
}

.project-testimonial:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #cccccc;
  left: 39px;
  top: 5px;
  bottom: 5px;
  display: inline-block;
}

.project-testimonial .project-logo {
  position: absolute;
  left: 0;
  top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 99em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background: #ed008c;
}

.project-testimonial .project-logo img {
  max-width: 60%;
}

.project-testimonial p {
  color: #787878;
  font-style: italic;
  width: 100%;
}

.project-testimonial h4,
.project-testimonial h5 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.project-testimonial h5 {
  font-weight: normal;
  text-transform: none;
}

.project-slider,
.single-image {
  background: #ebebeb;
  position: relative;
}

.project-slider + .single-image {
  padding-top: 40px;
}

.project-slider:before,
.single-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  display: inline-block;
  background: #fff;
  top: 0;
  left: 0;
}

.project-slider .owl-carousel {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.project-slider .owl-carousel .owl-stage-outer {
  padding: 40px 0;
}

.project-slider .owl-carousel .owl-stage {
  margin: 0 auto;
}

.project-slider .owl-carousel .owl-item img {
  height: 600px;
}

.project-slider .owl-carousel .owl-item img,
.single-image .image-wrapper img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.single-image .image-wrapper img {
  margin-top: 40px;
  max-width: 1100px;
}

.project-slider .owl-carousel .owl-item .item,
.single-image .image-wrapper {
  width: 100%;
  max-width: 1690px;
  padding: 0 100px;
  margin: 0 auto;
}

.project-slider .owl-carousel .owl-item .item {
  padding: 0 50px;
}

.single-image .image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-slider.case-study-slider .owl-carousel .item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-slider .owl-dots {
  text-align: center;
  padding: 0 0 40px;
  display: block !important;
}

.project-slider .owl-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 99em;
  margin: 0 7px;
}

.project-slider .owl-dot.active {
  background: #fff;
}

.project-nav {
  position: relative;
  padding: 15rem 0;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

html:not(.mobile-touch) .project-nav:hover .hero-screen {
  transform: scale(1.05);
}

.project-nav .hero-content h2 {
  margin-bottom: 0;
}

.project-nav p {
  text-transform: uppercase;
}

.project-nav .hero-screen {
  background-position: right center;
  transition: all 0.3s ease-out;
}

.button-group {
  width: 100%;
  display: inline-block;
}

.button-group .button {
  float: left;
  margin-right: 15px !important;
}

.button-group .button:last-child {
  margin-right: 0;
}

/* Careers Section */

.careers-section {
  padding: 80px 0;
  /*background: url('../images/careers-bg.jpg') center top no-repeat;*/
  background-size: cover;
  background: #ebebeb;
}

.careers-container {
  max-width: 1690px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.careers-section h3 {
  font-size: 3.6rem;
  color: #111;
  margin-bottom: 30px;
  font-weight: bold;
}

.careers-section h2 {
  width: 75%;
  font-size: 2rem;
  margin: 0 0 40px;
}

.thank-you-intro .button,
.contact-details .button,
.enquiry-overlay form .button {
  margin: 80px 0 0;
}

.careers-section .button {
  margin: 0 0 0 -8px;
}

.enquiry-overlay form .button {
  margin-top: 40px;
}

/*.enquiry-overlay p {
    margin: 4rem 0;
}*/

.enquiry-overlay h4 {
  font-size: 3.6rem;
  font-weight: bold;
  opacity: 0;
}

.enquiry-overlay h4 ~ p {
  margin: 2rem 0 0;
}

.event-overlay h4 {
  font-size: 3.6rem;
  font-weight: bold;
  opacity: 0;
}

.event-overlay h4 ~ p {
  margin: 2rem 0 0;
}

.thank-you-intro p + p {
  margin-top: 30px;
}

/* Notable Section */

.notable-section {
  padding: 100px 0;
}

.notable-section .notable-container {
  max-width: 1690px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.notable-section h3 {
  font-size: 3.6rem;
  color: #111;
  margin-bottom: 40px;
}

.notable-section ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  margin-bottom: 20px;
}

.notable-section ul li {
  margin-bottom: 5px;
  padding: 0 25px;
  position: relative;
}

.notable-section ul li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

/* Service Section */

.service-section {
  padding: 150px 0;
  position: relative;
}

.service-section .service-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 150px;
  background-size: cover;
  background-image: url("../images/services-bg.jpg");
  background-color: #61bfc9;
  background-blend-mode: hard-light;
}

.service-section .service-background .bg-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-section .service-background .bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.service-section .service-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #61bfc9;
  opacity: 0.5;
}

.service-container {
  max-width: 1690px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.service-section h3 {
  font-size: 3.6rem;
  color: #111;
  margin-bottom: 15px;
}

.service-section h2 {
  width: 75%;
  font-size: 2rem;
  margin: 0 0 40px;
  font-weight: normal;
  line-height: normal;
}

.service-section .flex-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.service-section .flex-col {
  background: #444d52;
  width: calc(25% - 25px);
  padding: 35px 30px;
  position: relative;
  visibility: hidden;
}

.service-section h5 {
  color: #61bfc9;
  position: absolute;
  font-size: 9rem;
  font-weight: bold;
  top: 0;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -0.8rem;
  line-height: 1;
}

.service-section p {
  font-size: 2rem;
  margin: 0;
}

.service-section h4 {
  font-size: 3.6rem;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.43);
}

.service-listing,
.work-listing,
.fundamentals-section {
  background: #ebebeb;
}

.fundamentals-section {
  padding: 70px 0 80px;
}

.fundamentals-listing {
  overflow: hidden;
}

.about-quote {
  padding: 100px 0;
}

.about-quote p {
  margin-bottom: 30px;
  font-size: 2rem;
  width: 75%;
}

.about-quote p:last-of-type {
  margin-bottom: 0;
}

.service-listing-container {
  padding-bottom: 150px;
}

.service-item {
  float: left;
  width: calc(50% - 50px);
  margin: 0 100px 200px 0;
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.service-item:nth-child(1),
.service-item:nth-child(2) {
  margin-top: 150px;
}

.service-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.fundamentals-item {
  margin: 60px 100px 60px 0;
}

.fundamentals-item:nth-child(1),
.fundamentals-item:nth-child(2) {
  margin-top: 90px;
}

.service-item .service-body {
  position: relative;
  padding: 80px 40px 120px;
  overflow: hidden;
}

.fundamentals-item .service-body {
  padding-bottom: 80px;
}

.fundamentals-item .service-count {
  line-height: 0.6;
  top: -7px;
}

.service-item:nth-child(even) {
  margin-right: 0;
  transform: translate3d(0, 150px, 0);
  -webkit-transform: translate3d(0, 150px, 0);
}

.service-item:nth-child(odd) {
  clear: both;
}

.service-item:last-child {
  margin-bottom: 150px;
}

.fundamentals-item:last-child {
  margin-bottom: 180px;
}

.service-item .sliding-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: top right;
  background-size: cover;
}

.service-item img,
.service-item .sliding-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: left center;
  object-fit: cover;
  object-position: center;
}

.service-item .sliding-overlay {
  transform: scaleX(0);
  left: 0;
  opacity: 0.9;
}

.service-item h3,
.service-item p,
.service-item span {
  opacity: 0;
}

.service-item h3,
.service-item p {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.service-item h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.service-item p {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0;
  position: relative;
}

.service-item span {
  position: absolute;
  font-size: 12rem;
  font-weight: bold;
  top: 0;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.4rem;
  line-height: 1;
  color: #111;
}

.event-item span {
  font-size: 6rem;
  right: 5%;
}

.event-item p,
.event-item.is-shown .sliding-overlay {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.event-item.is-shown:hover p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.event-item.is-shown:hover img {
  filter: blur(4px);
}

.event-item.is-shown:hover .sliding-overlay {
  transform: scaleX(1) !important;
}

@-webkit-keyframes sprinkle-wiggle {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  12.5% {
    -webkit-transform: scale(1.07, 0.95) rotate(3deg) translate3d(-50%, -50%, 0);
    transform: scale(1.07, 0.95) rotate(3deg) translate3d(-50%, -50%, 0);
  }

  37.5% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg) translate3d(-50%, -50%, 0);
    transform: scale(0.97, 1.03) rotate(1deg) translate3d(-50%, -50%, 0);
  }

  62.5% {
    -webkit-transform: scale(1.05, 0.98) rotate(4deg) translate3d(-50%, -50%, 0);
    transform: scale(1.05, 0.98) rotate(4deg) translate3d(-50%, -50%, 0);
  }

  87.5% {
    -webkit-transform: scale(0.96, 1.04) rotate(5deg) translate3d(-50%, -50%, 0);
    transform: scale(0.96, 1.04) rotate(5deg) translate3d(-50%, -50%, 0);
  }
}

@keyframes sprinkle-wiggle {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  12.5% {
    -webkit-transform: scale(1.07, 0.95) rotate(3deg) translate3d(-50%, -50%, 0);
    transform: scale(1.07, 0.95) rotate(3deg) translate3d(-50%, -50%, 0);
  }

  37.5% {
    -webkit-transform: scale(0.97, 1.03) rotate(1deg) translate3d(-50%, -50%, 0);
    transform: scale(0.97, 1.03) rotate(1deg) translate3d(-50%, -50%, 0);
  }

  62.5% {
    -webkit-transform: scale(1.05, 0.98) rotate(4deg) translate3d(-50%, -50%, 0);
    transform: scale(1.05, 0.98) rotate(4deg) translate3d(-50%, -50%, 0);
  }

  87.5% {
    -webkit-transform: scale(0.96, 1.04) rotate(5deg) translate3d(-50%, -50%, 0);
    transform: scale(0.96, 1.04) rotate(5deg) translate3d(-50%, -50%, 0);
  }
}

/* Team */

.team-section {
  padding: 70px 0 30px;
}

.team-container {
  max-width: 1690px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.team-section h3,
.fundamentals-section h3 {
  font-size: 3.6rem;
  color: #111;
  margin-bottom: 30px;
  font-weight: bold;
}

.fundamentals-section .fundamentals-item h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.team-section h2,
.fundamentals-section h2 {
  width: 75%;
  font-size: 2rem;
  margin: 0 0 120px;
  text-transform: none;
  font-weight: 300;
}

.fundamentals-section h2 {
  margin-bottom: 0;
}

.team-section .flex-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}

.team-section .flex-col {
  background: #ebebeb;
  width: calc(25% - 25px);
  padding: 90px 30px 35px;
  position: relative;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

/*.team-section .flex-col:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 0;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    background: #61bfc9;
    transition: all 0.3s ease-out;
}

.team-section .flex-col:nth-child(1):before {
    background: #32c9aa;
}

.team-section .flex-col:nth-child(2):before {
    background: #00bdef;
}

.team-section .flex-col:nth-child(3):before {
    background: #ef5181;
}

.team-section .flex-col:nth-child(4):before {
    background: #f3ad00;
}*/

.team-section .flex-col img {
  width: 120px;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-section h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease-out;
  position: relative;
  margin-bottom: 5px;
}

.team-section p {
  font-size: 2rem;
  transition: all 0.3s ease-out;
  position: relative;
}

html:not(.mobile-touch) .team-section .flex-col:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

/*.team-section .flex-col:hover:before {
    max-width: 100%;
}

.team-section .flex-col:hover h4, .team-section .flex-col:hover p {
    color: #FFF;
}*/

.service-item h3,
.service-item span,
.fundamentals-section h3 {
  color: var(--highlight-color);
}

.modal-container {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 125;
  visibility: hidden;
  overflow: hidden;
  transform: scale(0);
}

.modal-container .modal-background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  transform: skew(-15deg) translate3d(-50%, 0, 0);
  -webkit-transform: skew(-15deg) translate3d(-50%, 0, 0);
  background: rgba(0, 0, 0, 0.2);
}

.modal-container .modal {
  background: #fff;
  padding: 100px 70px 80px;
  display: inline-block;
  position: relative;
  width: 90%;
  max-width: 650px;
  text-align: left;
  transform: scale(0.8);
  opacity: 0;
}

.modal-container .modal p {
  margin-bottom: 30px;
}

.modal-container .modal p:last-of-type {
  margin-bottom: 0;
}

.modal-container .modal a:not(.hamburger) {
  text-decoration: none;
  color: #111;
  opacity: 0.5;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
}

html:not(.mobile-touch) .modal-container .modal a:not(.hamburger):hover {
  opacity: 1;
}

.modal-container .modal img {
  position: absolute;
  top: 0;
  left: 70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 102px;
}

/* Clients */

.clients-section,
.partnering-section {
  padding: 100px 0;
}

.clients-container {
  max-width: 1690px;
  padding: 0 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.clients-section h3,
.partnering-section h3 {
  font-size: 3.6rem;
  color: #111;
  margin-bottom: 15px;
  font-weight: bold;
}

.clients-section h2,
.partnering-section h2 {
  width: 75%;
  font-size: 2rem;
  margin: 0 0 40px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  line-height: normal;
}

.clients-section .flex-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 30px 0;
}

.clients-section .flex-clients.light-bg:before,
.clients-section .flex-clients.light-bg:after {
  display: none;
}

.clients-section .flex-clients:before,
.clients-section .flex-clients:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.clients-section .flex-clients:after {
  width: 2px;
  height: 100%;
  left: auto;
  right: 0;
}

.clients-section .flex-col {
  background: #fff;
  width: 16.666%;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  visibility: hidden;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.clients-section .flex-col:last-child {
  border-right-color: transparent;
}

.clients-section .flex-clients.light-bg .flex-col:last-child {
  border-right-color: #ebebeb;
}

.clients-section .flex-col img {
  display: inline-block;
  max-width: 150px;
  max-height: 100px;
}

.partnering-list {
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5vh;
}

.partnering-list .partnering-col {
  padding: 8vh 3vw 2vh;
  width: 25%;
  text-align: center;
  visibility: hidden;
}

.partnering-list .partnering-col img {
  max-width: 100%;
  max-height: 60px;
  display: inline-block;
}

.team {
  width: 100%;
  display: block;
  zoom: 1;
  padding: 50px 0 50px 15%;
}

.team h2 {
  margin: 40px 0 80px 0;
}

.team-member {
  display: inline-table;
  width: 40%;
  margin-right: 10%;
  margin-bottom: 80px;
  float: left;
  position: relative;
}

.team-member:nth-child(2n + 2) {
  clear: left;
}

.team-member .content {
  padding-right: 50px;
  display: block;
}

.team-member img {
  width: 100%;
  max-width: 260px;
}

.team-member h3 {
  font-size: 2.4rem;
  margin: 10px 0 0 0;
  font-weight: bold;
}

.team-member h4 {
  font-size: 1.8rem;
  margin: 0;
}

.team-member p {
  font-size: 1.8rem;
  margin: 20px 0;
}

.team-member a {
  text-decoration: none;
  color: #111;
  border-bottom: 2px solid #111;
  display: inline-block;
  padding-bottom: 5px;
  margin: 10px 0;
  font-size: 1.8rem;
}

.services {
  clear: both;
  width: 100%;
  margin: 80px 0;
  overflow: hidden;
  position: relative;
}

.services img {
  clear: both;
  width: 60%;
  float: left;
}

.services .text-over {
  position: absolute;
  width: 50%;
  top: 10%;
  right: 0;
}

.services h2 {
  margin-bottom: 1em;
}

.services ul {
  font-size: 2.4rem;
  margin-bottom: 1em;
  margin-left: 10%;
}

.services li h1 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.services li h1:before {
  content: "/ ";
}

.clients {
  width: 100%;
  display: block;
  zoom: 1;
  padding: 50px 0 50px 15%;
}

.clients .clients-intro p {
  margin: 30px 0;
  max-width: 800px;
}

.clients ul {
  overflow: hidden;
  margin: 30px 0;
}

.clients li {
  width: 20%;
  float: left;
  margin: 50px 0;
  overflow: hidden;
  text-align: left;
}

.clients li img {
  width: 100%;
  max-width: 120px;
  margin: 0;
}

.action a {
  text-decoration: none;
  padding-left: 15%;
  color: #111;
  display: block;
  margin: 80px 0 160px 0;
}

.action a h3 {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.05;
}

.action a h4 {
  border-bottom: 2px solid #111;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 40px;
}

.footer-nav {
  text-decoration: none;
  padding-left: 0;
  margin: 80px 0 160px 0;
  clear: both;
  display: table;
  width: 100%;
}

.footer-nav a {
  text-decoration: none;
  color: #111;
  display: table-cell;
}

.footer-nav a.next {
  text-align: right;
}

.footer-nav a h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.05;
  border-bottom: 2px solid #111;
  display: inline-block;
  padding-bottom: 7px;
  text-transform: uppercase;
}

.footer-nav a h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

footer {
  background: #CCC;
  color: var(--brand-black);
  font-size: 2rem;
  padding: 65px 0 95px;
  position: relative;
  margin-top: 20%;
}

@media screen and (min-width: 768px) {
    footer {
        margin-top: 0;
    }
}

footer .text-left,
footer .text-right {
  margin: 0;
}

footer:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 100%;
  left: 0;
  background: #CCC;
  transition: all 0.4s ease-out;
  z-index: 10;
}

/*footer.footer-hovered:before {
  height: 50px;
}*/

footer .footer-container {
  width: 100%;
  max-width: 1690px;
  margin: 10% auto 0;
  padding: 0 100px;
}

footer .container {
    overflow: visible;
}

footer .footer-cta {
    position: relative;
    max-width: 420px;
    z-index: 8;
    margin-inline: auto;
    padding-inline: 50px;
    margin-top: -30%;
}

footer .footer-cta a {
    transition: all 0.2s ease-out;
}

footer .footer-cta a:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {

    footer .footer-cta {
        margin-top: -10%;
    }

}

@media screen and (min-width: 991px) {

    footer .footer-cta {
        position: absolute;
        top: -8%;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        padding-inline: 0;
        margin-top: 0;
        max-width: 380px;
    }

}

footer .footer-cta a {
    display: inline-block;
}

footer a {
  color: currentColor;
  text-decoration: none;
}

footer h3 {
  font-size: 2rem;
  text-transform: capitalize;
  padding-bottom: 35px;
  display: block;
}

footer h2 {
  font-size: 5rem;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: bold;
}

footer .flex-row {
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

footer .flex-col {
  padding: 0;
  width: 25%;
}

footer .flex-col a:last-child {
  display: inline-block;
  margin-top: 35px;
}

.social-links {
  margin-top: 70px;
}

.social-links ul {
  padding: 0;
  margin: 0;
}

.social-links ul li {
  display: inline-block;
  margin: 0 10px 5px;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.contact-container {
  width: 100%;
  max-width: 1690px;
  padding: 100px 100px 80px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  display: flex;
}

.contact-container .contact:before {
  content: "";
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #fff;
  position: absolute;
  height: 100%;
  z-index: 2;
}

.contact .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.gm-style .gm-style-iw {
  width: 185px !important;
  position: static !important;
  padding: 15px 0 0;
  margin: 0 auto;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.gm-style .gm-style-iw > div {
  position: relative;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  height: 0;
}

.contact .contact-details {
  padding-left: 10%;
  width: 50%;
  position: relative;
  z-index: 3;
}

.contact-details {
  display: flex;
  width: 100%;
  padding-top: 30px;
}

.contact-details .contact-detail {
  width: 30%;
}

.contact-details .contact-detail-large {
  width: 70%;
}

.contact-detail h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.2em;
}

.contact-details p {
  margin: 0 0 30px;
  max-width: 90%;
}

.contact-details .button {
  margin-left: -10px;
  margin-top: 30px;
}

.contact-details a:not(.button) {
  color: #111;
  display: inline-block;
  text-decoration: none;
}

.our-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

@media screen and (min-width: 1024px) {

    .our-locations .contact-location {
        flex: 1 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

}

/* Enquiry Popup */

.enquiry-overlay,
.event-overlay {
  overflow: hidden;
  width: 50%;
  position: fixed;
  top: 0;
  right: -55%;
  bottom: 0;
  background: #fff;
  z-index: 130;
  box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.event-overlay .event-scroller {
  height: 100%;
  overflow-y: scroll;
}

.enquiry-scroller h3,
.enquiry-scroller h2,
.enquiry-scroller p,
.enquiry-scroller .form-col,
.enquiry-scroller .button,
.event-scroller h1,
.event-scroller h2,
.event-scroller h3,
.event-scroller p,
.event-scroller .button {
  opacity: 0;
}

.enquiry-open .enquiry-overlay:not(.registration-overlay),
.registration-open .registration-overlay,
.event-open .event-overlay {
  right: 0;
}

.enquiry-overlay .enquiry-container,
.event-overlay .event-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 80px;
  justify-content: center;
  position: relative;
}

.event-overlay .event-container {
  padding-inline: 60px;
}

.enquiry-overlay .enquiry-container .hamburger,
.event-overlay .event-container .hamburger,
.modal .hamburger {
  width: 30px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  margin-top: 12px;
  z-index: 122;
  top: 30px;
  left: 80px;
  position: absolute;
  transform: rotateZ(135deg);
  -webkit-transform: rotateZ(135deg);
  display: inline-block;
  cursor: pointer;
  background: transparent;
}

.enquiry-overlay .enquiry-container .hamburger,
.event-overlay .event-container .hamburger {
  left: auto;
  right: 80px;
}

.modal .hamburger {
  left: auto;
  right: 40px;
  top: 30px;
}

.enquiry-overlay .enquiry-container .hamburger b,
.event-overlay .event-container .hamburger b,
.modal .hamburger b {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
}

.enquiry-overlay .enquiry-container .hamburger b:nth-child(1),
.event-overlay .event-container .hamburger b:nth-child(1),
.modal .hamburger b:nth-child(1) {
  top: 0;
}

.enquiry-overlay .enquiry-container .hamburger b:nth-child(2),
.event-overlay .event-container .hamburger b:nth-child(2),
.modal .hamburger b:nth-child(2) {
  top: 50%;
}

.enquiry-overlay .enquiry-container .hamburger b:nth-child(3),
.event-overlay .event-container .hamburger b:nth-child(3),
.modal .hamburger b:nth-child(3) {
  top: 100%;
}

.enquiry-overlay h2,
.event-overlay h2 {
  font-size: 3.6rem;
  font-weight: bold;
  opacity: 0;
}

.enquiry-overlay h3,
.event-overlay h3 {
  font-size: 2rem;
  color: #6f6f6f;
  line-height: 0.8;
  opacity: 0;
}

.enquiry-overlay form {
  margin: 30px 0 0;
  max-width: 650px;
}

/*.enquiry-overlay form button {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 900;
    background: none;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}*/

.enquiry-overlay form input[type="text"],
.enquiry-overlay form textarea,
.enquiry-overlay form select {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0;
  font-size: 2rem;
  padding: 10px 0;
  outline: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.enquiry-overlay form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: none;
}

.enquiry-overlay form .selectbox-holder {
  position: relative;
}

.enquiry-overlay form .selectbox-holder:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.enquiry-overlay form .selectbox-holder ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ebebeb;
  z-index: 9;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: 9;
  display: none;
  max-height: 250px;
  overflow: auto;
}

.enquiry-overlay form .selectbox-holder ul li {
  padding: 10px 5px;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-out;
}

.enquiry-overlay form .selectbox-holder ul li.clicked {
  background: #111;
  color: #fff;
}

.enquiry-overlay form .selectbox-holder input[type="text"] {
  cursor: default;
  padding-right: 35px;
}

/* Form Styles */

.form-row {
  display: flex;
  margin: 0 -10px;
  flex-direction: row;
  margin-bottom: 10px;
}

.form-col {
  padding: 0 10px;
  width: 100%;
  position: relative;
}

.form-col span {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px 0;
  font-size: 2rem;
  color: #565656;
  font-weight: 400;
}

.radio-list {
  overflow: hidden;
  padding: 5px 0 10px 150px;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #c2c2c2;
  font-size: 2rem;
}

.radio-list li {
  display: inline-block;
  position: relative;
}

.radio-list li label {
  display: block;
  padding: 5px 15px;
  color: #565656;
  transition: background 0.3s ease-out;
  border: 1px solid #ccc;
}

.radio-list li input {
  display: none;
}

.radio-list li input:checked + label {
  background: #ccc;
}

/* Relish Animation */

.main-wrapper {
  min-height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main-wrapper .hidden-skew {
  left: -246px;
  position: absolute;
  width: 34.4vw;
  height: 100vh;
  transform: skew(-18.25deg);
  -webkit-transform: skew(-18.25deg);
  transform-origin: left bottom;
  background: red;
  z-index: 100;
  visibility: hidden;
  /* opacity: 0.5; */
}

.main-wrapper .intro-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 21;
  display: flex;
  width: 100%;
  height: 101%;
  justify-content: center;
  align-items: center;
  background: #252830;
  flex-direction: column;
}

.main-wrapper .particle-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  overflow: hidden;
  border-radius: 999em;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.main-wrapper .intro-slide .split-slide {
  position: relative;
  display: flex;
  padding: 70px;
  overflow: hidden;
  min-width: 700px;
  opacity: 0;
}

.main-wrapper .intro-slide .slide-content {
  padding: 0 25px;
  text-align: center;
}

.main-wrapper .intro-slide h1 {
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
}

.main-wrapper .intro-slide p {
  font-size: 2rem;
  color: #949494;
  max-width: 650px;
  margin: 0 auto;
}

.main-wrapper .intro-slide p.home-service {
  font-size: 1.6rem;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 100px;
  max-width: none;
}

.main-wrapper .intro-slide svg {
  position: relative;
}

.main-wrapper .intro-slide > svg {
  margin-bottom: 50px;
  width: 150px;
  height: auto;
}

.main-wrapper .intro-slide > svg,
.main-wrapper .intro-slide .slide-content,
.main-wrapper .intro-slide .intro-gesture {
  opacity: 1;
}

.main-wrapper .intro-slide svg path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s ease-in-out;
}

.main-wrapper .intro-slide svg #logoL {
  stroke-dasharray: 228, 556;
}

.main-wrapper .intro-slide svg #logoA {
  stroke-dasharray: 178, 356;
}

/* .main-wrapper .intro-slide svg #logoL,
.main-wrapper .intro-slide svg #logoA {
    stroke-dashoffset: 0;
} */

.main-wrapper .intro-slide svg.forward #logoL {
  stroke-dashoffset: 0;
  stroke-dashoffset: -228;
}

.main-wrapper .intro-slide svg.forward #logoA {
  stroke-dashoffset: -178;
}

.main-wrapper .intro-slide h1 {
  color: #fff;
}

.main-wrapper .angled-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  -webkit-transform: skew(-20.4deg);
  transform: skew(-20.4deg);
  left: 50%;
  margin-left: -45px;
  opacity: 0;
}

.main-wrapper .slide-reveal {
  position: absolute;
  background: #252830;
  width: 100%;
  height: 50%;
}

.main-wrapper .slide-reveal-left,
.main-wrapper .slide-reveal-right {
  /* background: orange; */
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20.4deg);
  transform: skew(-20.4deg);
  margin-left: 35.65%;
  left: 0;
  transform-origin: left center;
  /* opacity: 0.5; */
}

.main-wrapper .slide-reveal-left {
  width: 60%;
  margin-left: -12%;
  transform-origin: right center;
}

.color-1 {
  background: #0e7ece !important;
}

.color-2 {
  background: #66676b !important;
}

.color-3 {
  background: #079dde !important;
}

.color-4 {
  background: #0168ba !important;
}

.slide-reveal-top,
.slide-reveal-bottom {
  position: absolute;
  width: 100%;
  background: #fff;
  display: inline-block;
  height: 50%;
  top: -130px;
}

.slide-reveal-bottom {
  top: auto;
  bottom: -130px;
}

.main-wrapper .intro-slide .colored-slide {
  background: #d7d7d7;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  width: 10px;
}

.main-wrapper .intro-slide .content-col {
  padding: 30px 60px 30px 30px;
  /* width: 30vw; */
  white-space: nowrap;
}

.main-wrapper .intro-slide .slide-content {
  position: relative;
}

/* .main-wrapper .intro-slide .content-col:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    display: block;
    background: #F00;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
} */

.main-wrapper .split-navigation {
  --dots-color: var(--brand-black);
  position: fixed;
  z-index: 15;
  left: 0;
  bottom: 5vw;
  width: 100%;
}

.main-wrapper .split-navigation ul {
  display: inline-block;
}

.main-wrapper .split-navigation ul li {
  list-style: none;
  padding: 15px 15px 15px 0;
  display: inline-block;
  float: left;
}

.main-wrapper .split-navigation ul a {
  position: relative;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.main-wrapper .split-navigation ul a:before,
.main-wrapper .split-navigation ul a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  display: inline-block;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.3s ease 0s;
  border-radius: 100%;
}

.main-wrapper .split-navigation ul a:before {
  border: 1px solid var(--dots-color);
  opacity: 0;
  visibility: hidden;
}

.main-wrapper .split-navigation ul a:after {
  background-color: var(--dots-color);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.main-wrapper .split-navigation ul li.active a:before {
  opacity: 1;
  visibility: visible;
}

/*.main-wrapper .split-navigation ul a:after {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    background: var(--brand-black);
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}*/

.split-navigation .container {
  overflow: hidden;
}

/*.main-wrapper .split-navigation.navigation-hovered ul a {
    height: 5px;
}*/

.main-wrapper .split-navigation ul li.active a {
  opacity: 1;
}

.project-insight {
  color: #fff;
  display: table;
  text-align: center;
  /*width: 70%;*/
  margin: 50px 0 60px;
}

.hero .project-insight {
  margin-bottom: 0;
}

.project-insight .insight-item {
  display: table-cell;
  padding: 0 40px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  opacity: 0;
  min-width: 135px;
}

.project-insight .insight-item:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  background: #fff;
  left: -1px;
  top: 5px;
}

.project-insight .insight-item:first-child {
  padding-left: 0;
}

.project-insight .insight-item:first-child:before {
  display: none;
}

.project-insight .insight-item:last-child {
  padding-right: 0;
}

.project-insight h3 {
  font-size: 3.6rem;
  font-weight: bold;
}

.project-insight h3 span {
  font-size: inherit;
}

.project-insight span {
  font-size: 1.6rem;
  line-height: 1.3;
}

.main-wrapper .split-slider {
  height: 100vh;
  position: relative;
  /* opacity: 0; */
}

.main-wrapper .split-slider .animated {
  -webkit-animation-duration: 800ms !important;
  animation-duration: 800ms !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.main-wrapper .split-slider .split-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff right bottom no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.main-wrapper .split-slider .split-slide:first-child {
  z-index: 6;
}

.main-wrapper .split-slider .split-slide h1,
.main-wrapper .split-slider .split-slide h2,
.main-wrapper .split-slider .split-slide p > *,
.main-wrapper .split-slider .split-slide .button,
.main-wrapper .split-slider .split-slide ul li {
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}

.main-wrapper .split-slider .split-slide h1,
.main-wrapper .split-slider .split-slide h2 {
  -webkit-transform: translate3d(-80px, 0, 0);
  transform: translate3d(-80px, 0, 0);
  font-size: clamp(3rem, 3vw, 4rem);
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: var(--text-color);
  font-weight: bold;
}

.main-wrapper .split-slider .split-slide.next-slide,
.main-wrapper .split-slider .split-slide.prev-slide {
  z-index: 3;
}

.main-wrapper .split-slider .split-slide.active-slide {
  z-index: 4;
}

.main-wrapper .split-slider .split-slide.out-slide {
  z-index: 5;
}

.main-wrapper .split-slider .split-slide > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  position: relative;
  width: 100%;
}

.main-wrapper .split-slider .split-slide .slide-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103%;
  transform: scaleX(0);
  transform-origin: left center;
  /*background-image: url("/assets/images/bg-pattern.png");
            background-repeat: repeat;
            background-position: left center;*/
}

.main-wrapper .split-slider .split-slide .media-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* -webkit-clip-path: polygon(33% 0, 100% 0%, 100% 100%, 13% 100%);
    clip-path: polygon(33% 0, 100% 0%, 100% 100%, 13% 100%); */
  background: right center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.main-wrapper .split-slider .split-slide .project-video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.main-wrapper .split-slider .split-slide .project-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.5;
}

.main-wrapper .split-slider .split-slide .slide-flex {
  max-width: 1690px;
  margin: 0 auto;
  width: 100%;
  padding: 0 100px;
}

.main-wrapper .split-slider .split-slide > div .slide-screen,
.main-wrapper .split-slider .split-slide > div .content-screen {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.main-wrapper .split-slider .split-slide .content-screen {
  left: -30% !important;
}

.main-wrapper .split-slider .split-slide .content-col {
  width: 40%;
}

.main-wrapper .split-slider .split-slide p {
  margin-bottom: 0;
  font-size: clamp(1.4rem, 1vw, 2rem);
  color: var(--text-color);
}

.main-wrapper .split-slider .split-slide ul {
  padding: 0;
  margin: 0 0 50px;
}

.main-wrapper .split-slider .split-slide ul li {
  list-style: none;
  position: relative;
  /*margin-bottom: 8px;*/
  padding-left: 15px;
  font-size: 2rem;
  color: #fff;
}

.main-wrapper .split-slider .split-slide ul li:before {
  content: "/";
  margin-right: 3px;
  position: absolute;
  left: 0;
}

/*.main-wrapper .split-slider .slide-content a {
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    position: relative;
    line-height: 42px;
    width: 195px;
    height: 45px;
    text-align: center;
    padding: 0;
    margin-left: -7px;
}

.main-wrapper .split-slider .morph-shape svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: none;
	stroke: #fff;
	stroke-width: 2px;
}*/

/*.main-wrapper .split-slider .slide-content a:not(:hover) {
    color: #FFF !important;
    background: transparent;
}*/

.main-wrapper .split-slider .slide-content a {
  color: #fff;
  margin-bottom: 0;
}

.main-wrapper .split-slider .slide-content a svg path {
  stroke: #fff;
}

.main-wrapper .split-slider .split-slide p {
  margin-bottom: 30px;
}

.main-wrapper .split-slider .split-slide p:last-of-type {
  margin-bottom: 55px;
}

.main-wrapper .split-slider .split-slide p.small {
  font-size: 1.6rem;
}

.main-wrapper .split-slider.owl-first-load .split-slide h2,
.main-wrapper .split-slider.owl-first-load .split-slide p,
.main-wrapper .split-slider.owl-first-load .split-slide .button {
  opacity: 1;
}

.main-wrapper .split-slider.owl-first-load .split-slide > div .content-screen {
  width: 130%;
}

.out-slide h2 {
  -webkit-animation: slideHeadingOut;
  animation: slideHeadingOut;
}

.active-slide h2 {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
  -webkit-animation: slideHeadingIn;
  animation: slideHeadingIn;
}

.slider-loaded .active-slide h2 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.active-slide p {
  -webkit-animation-delay: 500ms !important;
  animation-delay: 500ms !important;
  -webkit-animation: slideContentIn;
  animation: slideContentIn;
}

.slider-loaded .active-slide p {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.active-slide .button {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
  -webkit-animation: slideButtonIn;
  animation: slideButtonIn;
}

.slider-loaded .active-slide .button {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.split-slider.owl-carousel .owl-stage-outer,
.split-slider.owl-carousel .owl-stage,
.split-slider.owl-carousel .owl-item {
  height: 100%;
}

.split-slider.owl-carousel .owl-item {
  width: 100vw !important;
  z-index: 4;
}

.split-slider.owl-carousel .owl-item.owl-cloned {
  z-index: 3;
}

.split-slider.owl-carousel .owl-item.owl-cloned.active {
  z-index: 5;
}

.split-slider.owl-carousel .owl-item.active {
  z-index: 5;
  left: 0 !important;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }

  .top-nav ul {
    right: 0;
  }
}

/* Bouncing Mouse */

.intro-gesture {
  display: none !important;
}

.swipe-svg {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -22px;
  width: 36px;
  display: none;
}

.swipe-svg path {
  fill: #fff;
}

.touchevents .swipe-svg {
  display: inline-block;
}

.touchevents .mouse {
  display: none;
}

.mouse {
  position: absolute;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  animation: nudgeMouse 5s ease-out infinite;
  bottom: 50px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
}

.mouse:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.error-page {
  height: 100%;
  text-align: center;
  color: #fff;
  background: #31adb0;
}

.error-page body {
  min-height: 100%;
  padding-top: 97px;
}

.error-page .error-container {
  padding: 30px 0;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.error-page .error-container #logo svg {
  max-width: 150px;
  width: 40%;
}

.error-page .error-container #logo svg path {
  fill: #fff;
}

.error-page .error-container .error-msg {
  padding: 30px 0 20px;
}

.error-page .error-container .error-msg h2 {
  font-size: 4.8rem;
  margin: 15px 0 30px;
}

.error-page .error-container .error-msg p {
  font-size: 2rem;
  margin: 35px 0 55px;
}

.error-page .error-container .error-msg a {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}

@media (max-width: 1399px) {

  .section-intro p {
    max-width: none;
  }

  .project-insight {
    margin: 50px 0 60px;
  }

  .main-wrapper .split-slider .split-slide .content-col p {
    width: 90%;
    margin-bottom: 30px;
  }

  .main-wrapper .split-slider .split-slide h1,
  .main-wrapper .split-slider .split-slide h2 {
    margin-right: 0;
  }

  .main-wrapper .split-navigation {
    bottom: 2vw;
  }

  .main-wrapper .split-slider .split-slide p:last-of-type,
  .main-wrapper .split-slider .split-slide ul {
    margin-bottom: 60px;
  }

  .work-listing {
    padding: 100px 0;
  }

  .work-listing .work-item {
    margin-bottom: 150px;
  }

  .work-listing .work-item:nth-child(even) {
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  .service-item .service-body {
    padding: 40px;
  }

  /*.service-item .service-body img {
            max-width: 150px;
        }*/

  .project-slider .owl-carousel .owl-item img {
    height: 400px;
  }

  .modal-container .modal {
    padding: 80px 50px 50px;
  }

  .modal-container .modal img {
    left: 50px;
  }

  .main-wrapper .intro-slide > svg {
    max-width: 120px;
    margin-bottom: 30px;
  }

  .main-wrapper .intro-slide h1 {
    margin-bottom: 30px;
  }

  .main-wrapper .intro-slide p.home-service {
    margin-top: 60px;
  }
}

/*@media (min-width: 1199px) {

    .svg-button.button {
        padding: 0 60px;
    }

}*/

@media (max-width: 1199px) {
  .clients-section .flex-col {
    width: 20%;
  }

  .clients-section .flex-col img {
    max-width: 130px;
    max-height: 75px;
  }

  .main-wrapper .split-slider .split-slide .content-col p {
    width: 85%;
  }

  .main-wrapper .slide-reveal-left {
    margin-left: -15%;
  }

  .main-wrapper .angled-line {
    margin-left: -35px;
  }

  .project-insight h3 {
    margin-bottom: 2px;
  }

  .project-insight .insight-item {
    padding: 0 30px;
  }

  .main-wrapper .split-slider .split-slide .slide-fill {
    width: 110%;
  }

  /*.main-wrapper .intro-slide .slide-content {
        max-width: 725px;
    }*/

  .overlay-nav {
    padding: 100px 25px;
  }

  .overlay-nav .main-nav ul {
    padding: 0 70px;
  }

  .overlay-nav h2 {
    margin-top: 8px;
  }

  .overlay-nav .nav-2 a {
    line-height: 1.3;
  }

  .contact {
    margin-top: 130px;
  }

  .work-listing .work-item {
    margin-bottom: 150px;
    width: calc(50% - 30px);
    margin-right: 60px;
  }

  .work-listing .work-item:nth-child(even) {
    margin-right: 0;
  }

  .service-item {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 100px;
    margin-top: 50px;
  }

  .service-item:nth-child(1),
  .service-item:nth-child(2) {
    margin-top: 100px;
  }

  .service-item:nth-last-child(2),
  .service-item:last-child {
    margin-bottom: 100px;
  }

  .service-item .service-body {
    padding: 40px 30px;
  }

  /*.service-item .service-body img {
                max-width: 120px;
            }*/

  .service-item h3 {
    margin-bottom: 10px;
  }

  .service-item:nth-child(even) {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  .enquiry-overlay .enquiry-container {
    padding: 80px 50px;
  }

  .enquiry-overlay .enquiry-container .hamburger {
    right: 50px;
  }

  .radio-list {
    padding-left: 135px;
  }

  .radio-list li label {
    padding: 5px 10px;
  }

  .service-detail-page .hero-content h1 {
    width: 100%;
  }

  .service-content {
    padding-left: 30px;
  }

  .service-detail-page .flex-link {
    padding: 50px 50px 90px;
  }

  .service-flex-item {
    width: calc(50% - 25px);
  }

  .service-flex-item:nth-child(odd) {
    margin-right: 50px;
  }

  .service-content-section svg {
    margin-top: 13%;
  }
}

@media (min-width: 992px) {

  .overlay-nav .main-nav .nav-1 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: 60vh;
  }

  .hero-content h1,
  .hero-content p {
    width: 60%;
  }

  .project-insight .insight-item {
    min-width: 0;
  }

  .work-listing .main-content {
    padding-bottom: 50px;
  }

  .single-image .image-wrapper img {
    max-width: 100%;
  }

  .main-wrapper .split-navigation {
    bottom: 5vw;
  }

  .enquiry-overlay,
  .event-overlay {
    right: -105%;
    width: 100%;
  }

  .contact {
    display: block;
    margin-top: 100px;
  }

  .contact .map,
  .contact .contact-details {
    width: 100%;
    display: block;
  }

  .contact .contact-details {
    padding-left: 0;
  }

  /*#map {
        height: 45vh;
        position: relative;
        width: 100%;
    }*/

  .contact-container .contact:before {
    display: none;
  }

  /*#map:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFF;
        top: 0;
        left: 100%;
        -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
        transform-origin: left top;
    }*/

  footer {
    padding: 35px 0 65px;
  }

  footer .flex-row {
    display: block;
    overflow: hidden;
    margin-top: 0;
  }

  footer .flex-col {
    width: 50%;
    float: left;
    margin-top: 40px;
  }

  .hero-content {
    padding: 0;
  }

  .project-nav {
    padding: 100px 0;
  }

  .project-detail p,
  .project-testimonial {
    width: 100%;
  }

  .project-slider.case-study-slider .owl-carousel .item {
    padding: 60px;
  }

  .project-detail {
    padding: 65px 0 25px;
  }

  .main-wrapper .split-slider .split-slide .content-col p {
    width: auto;
  }

  .overlay-nav h2 {
    margin-top: 20px;
  }

  .container,
  .main-content {
    padding: 0 40px;
  }

  /*.section-intro {
    padding: 130px 0 60px;
  }*/

  .work-listing .work-item {
    margin-right: 30px;
    width: calc(50% - 15px);
    margin-bottom: 80px;
  }

  .work-listing .work-item:nth-child(even) {
    margin-right: 0;
  }

  .work-listing {
    padding-bottom: 100px;
  }

  .service-section {
    padding-top: 80px;
    margin-top: 30px;
  }

  .service-section h2,
  .team-section h2,
  .fundamentals-section h2,
  .clients-section h2,
  .partnering-section h2 {
    width: 75%;
    margin-bottom: 80px;
  }

  .clients-section h2,
  .partnering-section h2 {
    margin-bottom: 40px;
  }

  .service-section .flex-services,
  .team-section .flex-team {
    width: auto;
    margin: 0 -25px;
    flex-wrap: wrap;
  }

  .service-section .flex-col,
  .team-section .flex-col {
    width: calc(50% - 50px);
    margin: 70px 25px 0;
  }

  .team-section .flex-col {
    margin-top: 100px;
  }

  .service-section .flex-col:first-child,
  .service-section .flex-col:nth-child(2) {
    margin-top: 0;
  }

  .team-section .flex-col:first-child,
  .team-section .flex-col:nth-child(2) {
    margin-top: 30px;
  }

  .service-section .service-background {
    bottom: 50px;
  }

  .team-section {
    padding: 80px 0;
    margin-top: 50px;
  }

  .team-section .flex-col {
    padding: 60px 20px 25px;
  }

  .clients-section,
  .notable-section,
  .careers-section {
    padding: 60px 0;
  }

  .service-listing-container {
    padding: 0 60px 100px;
  }

  .notable-section .notable-container {
    padding: 0 60px;
  }

  .clients-section .flex-col {
    width: 25%;
  }

  .clients-section .flex-clients {
    justify-content: center;
  }

  /*.hero {
        height: 600px;
    }*/

  .hero-fill {
    left: -20%;
    width: 70%;
  }

  .hero-left {
    padding: 0 60px;
  }

  .desc {
    padding: 30px 15px 30px 15%;
  }

  .img-right,
  .img-left {
    margin: 40px 0;
  }

  .img-right .image-container,
  .img-left .image-container {
    width: 75%;
  }

  .img-right .text-over,
  .img-left .text-over {
    width: 75%;
    bottom: 10%;
  }

  .text-right .text,
  .text-left .text {
    width: 75%;
  }

  .testimonial-content {
    padding: 0;
  }

  .footer-nav {
    margin: 50px 0 100px 0;
  }

  .main-wrapper .split-slider .split-slide .slide-flex {
    padding: 0 60px;
  }

  .main-wrapper .intro-slide .slide-content {
    padding-left: 30px;
  }

  /*.main-wrapper .split-slider .split-slide .slide-fill {
    width: 165%;
    left: -185%;
  }*/

  .main-wrapper .angled-line {
    margin-left: -15px;
  }

  .main-wrapper .slide-reveal-right {
    margin-left: 47%;
  }

  .main-wrapper .slide-reveal-left {
    width: 60%;
    margin-left: -25%;
  }

  .notable-section ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .thank-you-intro .button {
    margin-top: 50px;
  }

  .project-slider .owl-carousel .owl-item .item {
    padding: 0 30px;
  }

  .service-content {
    border-left-width: 4px;
    padding-left: 25px;
  }

  .service-content-section svg {
    height: 200px;
    margin-top: 15%;
    right: 4%;
  }

  .service-cta {
    padding: 50px 75px;
  }

  .service-cta h3 {
    font-size: 7rem;
    line-height: 6rem;
  }

  .service-detail-page .main-content > h3{
    font-size: 7rem;
  }

  .service-cta .svg-button {
    left: -4px;
  }

  .service-detail-page .work-listing {
    padding: 50px 0 25px;
  }

  .service-action-section,
  .service-content-section {
    padding: 50px 0;
  }

  .other-services {
    padding-top: 50px;
  }

  .service-detail-page .flex-link {
    padding: 25px 25px 50px;
  }

  .flex-link-item {
    width: calc(50% - 25px);
  }

  .flex-link-item:nth-child(odd) {
    margin-right: 50px;
  }

  .flex-link-item a span {
    font-size: 7rem;
    top: -0.4rem;
  }
}

@media screen and (max-width: 991px) and (orientation: portrait) {
  .main-wrapper .intro-slide {
    flex-direction: column;
  }

  .main-wrapper .intro-slide .slide-content {
    text-align: center;
    padding-top: 30px;
  }

  .main-wrapper .intro-slide .slide-content br {
    display: none;
  }

  .main-wrapper .angled-line {
    margin-left: -25px;
  }

  .main-wrapper .slide-reveal-left {
    width: 72%;
  }

  .main-wrapper .slide-reveal-right {
    margin-left: 46%;
  }

  .project-insight .insight-item {
    padding: 0 25px;
  }

  .project-insight span {
    letter-spacing: 0.03em;
  }

  .service-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

}

@media screen and (max-width: 767px) {
  .home-page,
  .home-page #barba-wrapper,
  .home-page .barba-container,
  .home-page .main-wrapper {
    height: 100%;
  }

  .home-page {
    min-height: 0;
  }

  .main-wrapper .split-slider .split-slide .media-content {
    background-image: none !important;
  }

  .single-image .image-wrapper img {
    margin-top: 0;
  }

  .project-slider:before,
  .single-image:before {
    height: 35%;
  }

  .top-nav ul li .svg-button {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6rem;
  }

  .partnering-list .partnering-col {
    width: 50%;
    padding: 4vh 6vw 5vh;
  }

  .fundamentals-listing {
    padding-top: 50px;
  }

  .fundamentals-section {
    padding: 60px 0;
  }

  .hero-fill {
    width: 100%;
    left: 0 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
  }

  .hero-content {
    text-align: center;
  }

  .scroll-arrow {
    display: block;
    z-index: 100;
    transform: translate3d(-50%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
    left: 50%;
    top: auto;
    bottom: 30px;
    position: absolute;
  }

  .main-wrapper .split-slider .split-slide .project-video {
    background: none;
  }

  .header .logo {
    display: block !important;
  }

  .main-wrapper .intro-slide h1 {
    text-transform: none;
  }

  .clients-section .flex-col img {
    max-width: 100px;
    max-height: 65px;
  }

  .text-xs-center {
    text-align: center;
  }

  .enquiry-overlay form .button,
  .event-overlay form .button {
    margin-top: 30px;
  }

  .work-listing .main-content {
    padding-bottom: 0;
  }

  .work-listing {
    padding: 60px 0;
  }

  .top-nav ul li {
    display: none !important;
  }

  .top-nav .hamburger {
    display: block;
  }

  .hero-content h1,
  .hero-content p {
    width: 100%;
  }

  .main-wrapper .split-slider .split-slide p:last-of-type,
  .main-wrapper .split-slider .split-slide ul {
    margin-bottom: 35px;
  }

  .svg-button.button {
    padding: 0 30px;
    border: 2px solid #000;
    margin-left: 0 !important;
    height: auto;
    min-width: 150px;
    line-height: 1;
  }

  .svg-button span:not(.morph-shape) {
    padding: 10px 0;
    display: block;
  }

  .svg-button .morph-shape {
    display: none;
  }

  .modal-container .modal p {
    line-height: 1.3;
    font-size: 1.6rem;
  }

  .team-section .flex-col img {
    width: 100px;
  }

  .service-item span {
    font-size: 10rem;
  }

  .event-item span {
    font-size: 4rem;
  }

  .overlay-nav h2 {
    margin: 0;
  }

  .modal-container .modal {
    padding: 60px 30px 30px;
  }

  .modal-container .modal-background {
    position: fixed;
  }

  .modal-container {
    align-items: flex-start;
    overflow-y: scroll;
    padding: 50px 0;
  }

  .modal-container .modal img {
    width: 80px;
    left: 30px;
  }

  .modal .hamburger {
    top: 20px;
    right: 20px;
  }

  .map-container {
    padding-bottom: 60vh;
  }

  .contact-detail h2 {
      font-size: 1.8rem;
  }

  .contact-details p {
    margin-bottom: 0;
  }

  .our-locations {
      margin-bottom: 2rem;
  }

  .contact-details {
    width: 100%;
    flex-direction: column-reverse;
    gap: 4rem;
  }

  .contact-details .contact-detail {
    width: 100%;
  }

  .split-navigation {
    display: none;
  }

  .main-wrapper .slide-reveal-left {
    margin-left: -11%;
  }

  .main-wrapper .split-slider .split-slide .slide-fill {
    left: 0 !important;
    width: 100%;
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    height: 101%;
    top: auto;
    bottom: 50px;
  }

  .main-wrapper .split-slider {
    min-height: 0;
    height: 100%;
  }

  .main-wrapper .split-slider .split-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
  }

  /*.chrome-browser .main-wrapper .split-slider .split-slide {
        height: calc(100vh - 40px);
    }

    .ios-device .main-wrapper .split-slider .split-slide {
        height: calc(100vh - 80px);
    }*/

  /*.ios-device .main-wrapper .split-slider .split-slide {
        height: calc(90vh - 22px);
    }*/

  .main-wrapper .split-slider .split-slide h2,
  .main-wrapper .split-slider .split-slide h1,
  .main-wrapper .split-slider .split-slide p > *,
  .main-wrapper .split-slider .split-slide .button,
  .main-wrapper .split-slider .split-slide ul li,
  .project-insight .insight-item {
    opacity: 1;
    transform: translateZ(0);
  }

  .mobile-enquire {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
  }

  /*.chrome-browser .mobile-enquire {
        bottom: 30px;
    }

    .ios-device .mobile-enquire {
        bottom: 66px;
    }*/

  .mobile-enquire span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .main-wrapper .split-slider .split-slide h1,
  .main-wrapper .split-slider .split-slide h2 {
    margin-bottom: 30px;
  }

  .main-wrapper .split-slider .split-slide h1,
  .main-wrapper .split-slider .split-slide h2,
  .project-insight .insight-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .header {
    padding: 12px 0;
  }

  .container,
  .main-content {
    padding: 0 30px;
  }

  .main-wrapper .split-slider .split-slide .slide-flex {
    padding: 80px 30px 100px;
  }

  .service-listing-container {
    padding: 60px 30px;
  }

  .service-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
    margin-top: 0 !important;
  }

  .service-item:nth-last-child(2) {
    margin-bottom: 80px;
  }

  .service-item:last-child {
    margin-bottom: 0 !important;
  }

  .service-item:nth-child(even) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .notable-section ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  /*.section-intro {
    padding: 125px 0 50px;
  }*/

  .section-intro.thank-you-intro {
    padding-bottom: 60px;
  }

  .section-intro > svg {
    top: 180px;
    width: 70%;
    height: 40%;
    margin-top: 5%;
    -webkit-animation: sprinkle-wiggle 15s ease-in-out infinite;
    animation: sprinkle-wiggle 15s ease-in-out infinite;
  }

  /*.section-intro p {
    font-size: 2rem;
  }*/

  .button-group {
    padding-top: 30px;
  }

  .button-group .button {
    margin-top: 0 !important;
  }

  .section-intro h1,
  .section-intro p {
    width: auto;
    max-width: none;
  }

  .section-intro p > * {
    display: inline;
  }

  .work-listing p {
    margin-top: 10px;
  }

  .work-listing .work-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .work-listing .work-item:nth-child(even) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .header a.enquire-btn,
  .nav-open .light-header a.enquire-btn,
  .sticky.light-header a.enquire-btn {
    /*right: 80px;*/
    top: -1px;
  }

  .slide-content h1,
  .slide-content h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  footer h3 {
    padding-bottom: 15px;
  }

  footer h2 {
    margin-top: 20px;
  }

  footer .flex-row {
    margin-top: 0;
  }

  footer .flex-col {
    float: none;
    width: 100%;
  }

  .work-listing {
    padding-bottom: 0;
  }

  .overlay-nav .nav-2 a {
    margin-bottom: 15px;
  }

  .nav-open,
  .enquiry-open {
    overflow: hidden;
  }

  .enquiry-overlay,
  .event-overlay {
    overflow: auto;
    padding: 0;
  }

  .enquiry-overlay .enquiry-container,
  .event-overlay .event-container {
    padding: 80px 20px 30px;
  }

  .enquiry-overlay .enquiry-container .hamburger,
  .event-overlay .event-container .hamburger {
    top: 15px;
    right: 30px;
  }

  .enquiry-overlay .enquiry-scroller {
    height: 100%;
    overflow-y: scroll;
    padding: 0 10px;
  }

  .event-overlay .event-scroller {
    padding: 0 10px;
  }

  .radio-list {
    padding-left: 0;
    display: table;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .radio-list li {
    display: table-cell;
  }

  .radio-list li:nth-child(2) {
    padding: 0 10px;
  }

  .form-col span {
    position: static;
    display: inline-block;
  }

  .form-row {
    display: block;
  }

  .form-col {
    margin-bottom: 10px;
    opacity: 0;
  }

  .form-col:last-child {
    margin-bottom: 0;
  }

  .service-section {
    padding-top: 50px;
  }

  .service-section h2,
  .team-section h2,
  .fundamentals-section h2,
  .clients-section h2,
  .partnering-section h2,
  .careers-section h2 {
    width: 100%;
  }

  .project-nav .hero-left {
    padding: 0 30px;
  }

  .project-detail p,
  .project-detail ul li,
  .project-testimonial h4,
  .project-testimonial h5 {
    line-height: 1.7;
  }

  .project-detail h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .project-detail ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .project-testimonial .project-logo {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }

  .project-testimonial {
    padding-left: 0;
    padding-top: 75px;
    margin-bottom: 45px;
  }

  .project-testimonial:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 29px;
    bottom: auto;
  }

  .project-testimonial p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .service-section .flex-col,
  .team-section .flex-col {
    width: 100%;
  }

  .team-section .flex-col {
    padding-top: 70px;
  }

  .team-section {
    margin-top: 0;
    padding: 60px 0 0;
  }

  .service-section .flex-col:nth-child(2) {
    margin-top: 70px;
  }

  .team-section .flex-col:nth-child(2) {
    margin-top: 100px;
  }

  .modal-container .modal p {
    line-height: 1.5;
  }

  .notable-section,
  .careers-section,
  .clients-section,
  .partnering-section {
    padding: 60px 0;
  }

  .clients-section .flex-clients {
    margin: 0 -15px;
  }

  .clients-section .flex-col {
    width: 33.33%;
  }

  .hero {
    /*height: 90vh;
        min-height: 500px;*/
    min-height: 50vh;
    height: auto;
    display: flex;
    align-items: center;
  }

  .hero-left {
    padding: 0 30px;
  }

  .hero-content h1,
  .hero-content h2,
  .clients-section h3,
  .partnering-section h3,
  .careers-section h3,
  .team-section h3,
  .fundamentals-section h3,
  .notable-section h3 {
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .hero-content h1,
  .hero-content h2 {
    line-height: 1.1;
    font-size: 4.8rem;
  }

  .project-slider .owl-carousel .owl-item .item,
  .single-image .image-wrapper {
    padding: 0 30px;
  }

  .project-slider .owl-carousel .owl-item .item img {
    height: auto;
    max-width: 90vw;
    max-height: 250px;
  }

  .project-slider .owl-carousel .owl-stage-outer,
  .project-slider .owl-dots {
    padding-bottom: 20px;
  }

  .project-detail {
    padding: 45px 0 5px;
  }

  .desc {
    padding: 15px 0;
  }

  .img-right .text-over,
  .img-left .text-over {
    position: static;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .img-right .image-container,
  .img-left .image-container {
    width: 100%;
  }

  .text-left,
  .text-right {
    margin: 0 0 50px;
  }

  .text-right .text,
  .text-left .text {
    width: 100%;
  }

  .testimonial {
    padding: 30px;
  }

  footer {
    padding: 60px 0 40px;
  }

  .footer-nav {
    margin: 10px 0 60px;
    display: block;
  }

  .footer-nav a {
    display: block;
    text-align: center;
  }

  .footer-nav a.next {
    text-align: center;
  }

  .footer-nav a h3 {
    border: 0;
  }

  .footer-nav a.prev {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #111;
  }

  footer .flex-col a:last-child {
    margin-top: 15px;
  }

  .social-links {
    margin-top: 35px;
  }

  /*.split-navigation {
        display: none;
    }*/

  .main-wrapper .split-navigation {
    bottom: 10px;
  }

  .main-wrapper .split-navigation ul {
    padding: 0 30px;
  }

  .main-wrapper .split-slider .split-slide ul li {
    display: inline;
  }

  .main-wrapper .split-slider .split-slide ul li:first-child {
    padding-left: 0;
  }

  .main-wrapper .split-slider .split-slide ul li:first-child:before {
    display: none;
  }

  .main-wrapper .split-slider .split-slide ul {
    margin-bottom: 20px;
  }

  .main-wrapper .split-slider .slide-content a {
    line-height: 1;
    /*width: 165px;*/
    height: auto;
    /*border: 2px solid #fff;*/
  }

  .main-wrapper .split-slider .slide-content a:last-child {
    margin-right: 0;
  }

  .project-insight {
    margin: 30px auto 35px;
    width: 100%;
  }

  .project-insight h3 {
    font-size: 3.2rem;
  }

  .project-insight .insight-item {
    padding: 0 20px;
    min-width: 0;
  }

  .main-wrapper .intro-slide .slide-content {
    padding: 0;
  }

  .main-wrapper .intro-slide > svg {
    display: none;
  }

  .main-wrapper .split-slider .split-slide .content-col {
    width: 100%;
    text-align: center;
  }

  .contact-container {
    height: auto;
    padding-bottom: 30px;
  }

  .project-nav {
    padding: 50px 0;
  }

  .service-detail-page .project-detail p {
    margin-bottom: 20px;
  }

  .service-detail-page .project-detail p:last-child {
    margin-bottom: 0;
  }

  .service-content-section svg {
    height: 180px;
    top: 50px;
  }

  .service-content-section {
    padding-top: 30px;
  }

  .service-content-section .container {
    padding-top: 220px;
  }

  .service-flex-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .service-flex-item:nth-child(odd) {
    margin-right: 0;
  }

  .service-flex-item:nth-child(even) {
    transform: translateZ(0);
  }

  .service-cta {
    padding: 50px 0;
  }

  .service-cta .main-content > h3 {
    font-size: 3rem;
    line-height: 1.3em;
  }

  .service-detail-page .work-listing {
    margin-top: 0;
  }

  .service-flex-item h2 {
    font-size: 3rem;
  }

  .service-cta .svg-button {
    left: 0;
    border-color: #fff;
  }

  .service-detail-page .main-content > h3 {
    font-size: 3.6rem;
  }

  .service-detail-page .main-content > h4 {
    font-size: 1.6rem;
  }

  .service-detail-page .work-listing .button {
    margin: 0 0 30px;
  }

  .service-detail-page .work-listing h3 {
    margin-bottom: 4rem;
  }

  .service-detail-page .flex-link {
    padding: 25px 0 50px;
  }

  .flex-link-item {
    width: 100%;
  }

  .flex-link-item:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .overlay-nav .main-nav li a,
  .overlay-nav h2 {
    font-size: 4rem;
  }

  .overlay-nav .main-nav .nav-2 a {
    font-size: 2.4rem;
  }

  .overlay-nav .main-nav .nav-1 ul {
    padding: 10px 60px 0 0;
  }

  .overlay-nav .main-nav .nav-2 ul {
    padding: 10px 0 0 60px;
  }

  .enquiry-overlay .enquiry-container,
  .event-overlay .event-container {
    height: auto;
  }

  .enquiry-overlay,
  .event-overlay,
  .overlay-nav {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .overlay-nav .main-nav ul {
    padding: 10px 30px 0;
  }

  .overlay-nav h2 {
    margin-bottom: 20px;
  }

  .overlay-nav .nav-1 a,
  .overlay-nav h2 {
    margin-top: 15px;
  }

  .overlay-nav .main-nav li a {
    margin-top: 0;
  }

  .main-wrapper .split-slider .split-slide p:last-of-type {
    margin-bottom: 20px;
  }

  .main-wrapper .split-slider .split-slide .slide-flex {
    padding: 64px 30px 50px;
  }

  .main-wrapper .split-slider .split-slide ul {
    display: none;
  }

  .swipe-svg {
    bottom: 20px;
  }

  .main-wrapper .intro-slide > svg {
    width: 100px;
    margin-bottom: 20px;
  }

  .main-wrapper .intro-slide h1 {
    margin-bottom: 0;
  }

  .main-wrapper .intro-slide p {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .button-group {
    display: flex;
  }

  .overlay-nav {
    padding-bottom: 50px;
  }

  .overlay-nav .main-nav ul {
    width: 90%;
    margin: 0 5%;
    padding: 10% 0;
    text-align: center;
    display: block;
  }

  .overlay-nav .main-nav li a {
    margin-bottom: 0;
  }

  .overlay-nav .main-nav .nav-1 {
    text-align: center;
  }

  .main-wrapper .intro-slide {
    flex-direction: column;
    padding: 0 30px;
  }

  .main-wrapper .intro-slide > svg {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    width: 150px;
  }

  .main-wrapper .intro-slide .slide-content {
    padding-left: 0;
    text-align: center;
  }

  .main-wrapper .angled-line {
    margin-left: -12px;
  }

  .main-wrapper .slide-reveal-left,
  .main-wrapper .slide-reveal-right {
    width: 100%;
  }

  .main-wrapper .slide-reveal-left {
    margin-left: -52.49%;
  }

  .main-wrapper .slide-reveal-right {
    margin-left: 46.65%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-intro > svg {
    top: 30%;
    left: 25%;
  }

  .project-testimonial .project-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  /*.hero {
        min-height: 650px;
    }*/
}

.share-side {
  display: none;
  position: fixed;
  left: 10px;
  top: 50%;
  z-index: 110;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: top left;
  width: 400px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: var(--brand-white);
  mix-blend-mode: difference;
}

.share-side .mask {
  height: 30px;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.share-side .social-links {
  margin-top: 0;
}

.share-side .mask .social-links {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.share-side .mask .social-links:hover {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.share-side .share-title {
  font-size: 12px;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.share-side .share-hover {
  opacity: 1;
  height: 30px;
}

.share-side ul {
  margin: 0;
  padding: 0;
  height: 30px;
  font-size: 12px;
}

.share-side ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--brand-white);
  mix-blend-mode: difference;
}

@media screen (min-width: 768px) {
  .share-side {
    display: block;
  }
}

.alert {
  padding: 1.6rem 2rem;
  background: #bfdbfe;
  border: 1px solid #2563eb;
  color: #2563eb;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.alert-danger {
  background: #fecaca;
  border-color: #dc2626;
  color: #dc2626;
}

/* Common grid */

.course-listing-container .grid,
.event-listing-container .grid,
.news-listing .grid {
  padding-block: 50px;
  display: grid;
  grid-gap: 20px;
}

.event-listing-container .grid,
.news-listing .grid {
  padding-bottom: 80px;
}

.course-listing-container .grid .grid-item,
.event-listing-container .grid .grid-item,
.news-listing .grid .grid-item {
    color: #fff;
    background-color: var(--highlight-color);
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
    min-height: 40vmin;
}

@media screen and (min-width: 2000px) {
    .course-listing-container .grid .grid-item,
    .event-listing-container .grid .grid-item,
    .news-listing .grid .grid-item {
        min-height: 500px;
    }
}

@media screen and (min-width: 768px) {
  .course-listing-container .grid,
  .event-listing-container .grid,
  .news-listing .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
  }

    .course-listing-container .grid .grid-item,
    .event-listing-container .grid .grid-item {
        padding: 30px;
    }

  .course-listing-container .grid .grid-item.large,
    .event-listing-container .grid .grid-item.large,
    .news-listing .grid .grid-item.large {
    grid-column: 1 / -1;
  }

    .course-listing-container .grid .grid-item.small,
    .course-listing-container .grid .grid-item,
    .event-listing-container .grid .grid-item.small,
    .event-listing-container .grid .grid-item,
    .news-listing .grid .grid-item.small,
    .news-listing .grid .grid-item {
        grid-column: span 3 / span 3;
    }

    .course-listing-container .grid .grid-item:not(.large):not(.small),
    .event-listing-container .grid .grid-item:not(.large):not(.small),
    .news-listing .grid .grid-item:not(.large):not(.small) {
        min-height: 40vmin;
    }
}

@media screen and (min-width: 1200px) {
  .course-listing-container .grid,
  .event-listing-container .grid,
  .news-listing .grid {
    padding-block: 100px;
    grid-gap: 40px;
  }

  .course-listing-container .grid .grid-item.small,
    .event-listing-container .grid .grid-item.small,
    .news-listing .grid .grid-item.small {
    grid-column: span 2 / span 2;
  }

    .course-listing-container .grid .grid-item.large,
    .event-listing-container .grid .grid-item.large,
    .news-listing .grid .grid-item.large {
        grid-column: span 4 / span 4;
    }
}

@media screen and (min-width: 2000px) {
    .course-listing-container .grid .grid-item:not(.large):not(.small),
    .event-listing-container .grid .grid-item:not(.large):not(.small),
    .news-listing .grid .grid-item:not(.large):not(.small) {
        min-height: 20vmin;
    }
}

/*Course listing*/

.course-listing {
  background: #ebebeb;
}

.course-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.course-item h3 {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  font-weight: normal;
}

.course-item p {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  font-weight: normal;
}

.course-item .course-title {
  flex: 1;
}

.course-item .course-title span {
    font-size: clamp(1.4rem, 1vw, 1.8rem);
    font-weight: bold;
    text-transform: uppercase;
}

.course-item .course-image {
    width: 20%;
  max-width: 100px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row-reverse;
}
.course-item .course-image img {
  max-height: 70px;
}
.course-item .course-header {
  display: flex;
  gap: 2rem;
}

.course-item p.course-description {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .course-item {
    padding: 30px;
  }
  .course-item .course-image img {
    max-height: 100px;
  }
}

/*Event listing*/

.event-listing {
  background: #ebebeb;
}

.event-item .event-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/*@media screen and (min-width: 1100px) {

    .event-item .event-content {
        aspect-ratio: 3/2;
    }

    .event-item.large .event-content {
        aspect-ratio: 4/2;
    }

    .event-item.small .event-content {
        aspect-ratio: 2/2;
    }

}*/

.event-item h3 {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  font-weight: normal;
  margin-bottom: 1rem;
}

.event-item p {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  font-weight: normal;
}

.event-item p.event-description {
  margin-top: auto;
}

.event-hero-section, .news-hero-section {
  color: #fff;
}

@media screen and (min-width: 768px) {
    .event-item {
        padding: 30px;
    }
}

/* Event modal */

.event-modal-content {
  padding-inline: 20px;
  width: 100%;
  overflow: hidden;
}

.event-modal-content h1 {
  font-size: 3rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.event-modal-content p {
  font-size: 18px;
}

.event-modal-content p,
.event-modal-content h2,
.event-modal-content h3 {
  margin-bottom: 1em;
}

.event-modal-content h2,
.event-modal-content h3,
.event-modal-content h4,
.event-modal-content h5,
.event-modal-content h6 {
  font-family: "Poppins", sans-serif;
  color: var(--brand-yellow);
  font-weight: bold;
}

.career-section {
    padding-block: 50px;
    text-align: center;
}

.career-section .main-content {
    max-width: 1300px;
}

.career-section h2 {
    margin-bottom: 4rem;
}

.career-section p {
    font-size: clamp(1.4rem, 1vw, 1.8rem);
}

.career-section p a {
    color: var(--brand-yellow);
    text-decoration: none;
}

.career-section p:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {

    .career-section {
        padding-block: 100px;
    }

}

/*Why choose us*/

.why-choose-us {
  background: #52368e url(/assets/images/bg-pattern.png) center;
  padding-block: 50px;
  color: #fff;
  font-size: 18px;
}

.why-choose-us p {
  line-height: 1.5;
  font-size: 18px;
}

.why-choose-us h2,
.why-choose-us h4 {
  text-align: center;
}

.why-choose-us h3,
.why-choose-us h4 {
  font-family: "Poppins", sans-serif;
}

.why-choose-us h3,
.why-choose-us h4,
.why-choose-us .reason-number {
  color: var(--brand-yellow);
}

.why-choose-us h2 {
  margin-top: 0.4em;
  margin-bottom: 1.3em;
  line-height: 1.2;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.why-choose-us .reason-number {
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4rem, 10vw, 7rem);
  width: 25px;
  flex-shrink: 0;
  line-height: 1.15;
}

.why-choose-us h3 {
  font-weight: bold;
  font-size: clamp(2.1rem, 5vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.why-choose-us .grid {
  display: grid;
  grid-gap: 40px;
  grid-column-gap: 100px;
}

.why-choose-us .grid-item {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .why-choose-us h2 {
    max-width: 80%;
    margin-inline: auto;
  }
    .why-choose-us .reason-number {
        width: 50px;
    }
}

@media screen and (min-width: 1024px) {
  .why-choose-us {
    padding-block: 100px;
  }
    .why-choose-us .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Testimonials */

.testimonials {
  padding-block: 50px;
  font-size: 18px;
}

.testimonials .main-content {
  overflow: visible;
}

.testimonials h2,
.testimonials h4 {
  text-align: center;
}

.testimonials h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.testimonials h2 {
  margin-top: 0.4em;
  margin-bottom: 1.3em;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.testimonials .grid {
  display: grid;
  grid-gap: 50px;
}

.testimonials .grid-item {
  min-height: 30vmin;
}

.testimonials .testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  text-align: center;
  font-size: 16px;
  --testimonial-color: var(--brand-yellow);
  background: var(--testimonial-color);
  color: #fff;
  height: 100%;
  position: relative;
}

.testimonials .testimonial-content:before,
.testimonials .testimonial-content:after {
  content: "\"";
  display: inline-block;
  position: absolute;
  font-family: "marvin", sans-serif;
  font-size: 11rem;
  line-height: 1;
  color: var(--brand-yellow);
  top: 17px;
  transform: translateY(-50%);
  left: 20px;
}

.testimonials .testimonial-content:after {
  bottom: -17px;
  top: auto;
  left: auto;
  right: 20px;
  transform: translateY(50%) scaleX(-1);
}

.testimonials .testimonial-user {
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.testimonials p {
  position: relative;
}

.testimonials .testimonial-user span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .testimonials .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .testimonials {
    padding-block: 100px;
  }
}

@media screen and (min-width: 2000px) {

    .testimonials .grid-item {
        min-height: 20vmin;
    }
}

/*FAQ's*/

.faq-section {
  padding-top: 50px;
  padding-bottom: 80px;
  font-size: 18px;
}

.faq-section p {
  line-height: 1.5;
  font-size: 18px;
}

.faq-section h2,
.faq-section h4 {
  text-align: center;
}

.faq-section h3,
.faq-section h4 {
  font-family: "Poppins", sans-serif;
}

.faq-section h3,
.faq-section h4,
.faq-section .faq-number {
  color: var(--brand-yellow);
}

.faq-section h2 {
  margin-top: 0.4em;
  margin-bottom: 1.3em;
  line-height: 1.2;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.faq-section .faq-number {
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4rem, 10vw, 7rem);
  width: 25px;
  flex-shrink: 0;
  line-height: 1.15;
  position: relative;
  top: -1rem;
}

.faq-section h3 {
  font-weight: bold;
  font-size: clamp(2.1rem, 5vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

    .faq-section .grid {
        display: grid;
        grid-gap: 40px;
        grid-column-gap: 100px;
        max-width: 800px;
        margin-inline: auto;
    }

.faq-section .grid-item {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .faq-section h2 {
    max-width: 80%;
    margin-inline: auto;
  }

.faq-section .faq-number {
  width: 50px;
}
}

@media screen and (min-width: 1024px) {
  .faq-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

/* News listing */

.news-meta {
    font-size: 16px;
}

.news-listing .grid {
  padding-top: 65px;
}

.news-filter .filter-category ul {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding-top: 50px;
  flex-wrap: wrap;
}
.news-filter .filter-category ul li label {
  background: #1a1a1d;
  padding: 7px 25px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  font-size: 18px;
  border-radius: 50px;
}

@media screen and (max-width: 575px) {
  .news-filter .filter-category ul,
  .news-filter .filter-category ul label {
    display: block;
  }
  .news-filter .filter-category ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .news-filter {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .news-filter .nav-button {
    width: 54px;
    height: 54px;
    display: inline-block;
    background-color: var(--brand-yellow);
    border-radius: 100%;
    box-shadow: 0px 14px 80px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
  }
  .news-filter .nav-button span {
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    display: inline-block;
    position: absolute;
    inset-inline-start: 15px;
    transition: all 0.1s ease-out;
  }
  .news-filter .nav-button span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--brand-yellow);
    border: 2px solid var(--text-color);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-filter .nav-button span:nth-child(1) {
    top: 18px;
  }
  .news-filter .nav-button span:nth-child(1):before {
    left: 4px;
  }
  .news-filter .nav-button span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .news-filter .nav-button span:nth-child(2):before {
    right: 4px;
  }
  .news-filter .nav-button span:nth-child(3) {
    bottom: 18px;
  }
  .news-filter .nav-button span:nth-child(3):before {
    left: 4px;
  }

  .news-filter.open .nav-button {
    box-shadow: none;
  }
  .news-filter.open .nav-button span:before {
    display: none;
  }
  .news-filter.open .nav-button span:nth-child(1) {
    transform: rotate(-45deg);
    top: 26px;
  }
  .news-filter.open .nav-button span:nth-child(2) {
    transform: scaleX(0);
  }
  .news-filter.open .nav-button span:nth-child(3) {
    transform: rotate(45deg);
    bottom: 26px;
  }
  .news-filter.open ul {
    transform: translateZ(0);
    visibility: visible;
    opacity: 1;
  }

  .news-filter form {
    background-color: #fff;
    align-items: center;
    margin: 0 auto;
    gap: 2rem;
    box-shadow: 0 14px 80px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 1.2rem;
    transform: scale(0.7) translate3d(0, 8rem, 0);
    transform-origin: bottom center;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    transition: all 0.3s ease-in-out;
  }

  .news-filter.open form {
    transform: translateZ(0);
    visibility: visible;
    opacity: 1;
  }

  .news-filter .filter-category ul {
    padding-top: 10px;
    gap: 15px;
  }

  .news-filter .filter-category ul li label {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .news-filter .nav-button {
    display: none;
  }
}

.news-filter .filter-category ul li input {
  display: none;
}

.news-filter .filter-category ul li input:checked + label {
  background: var(--brand-yellow);
}

.news-listing .grid .news-item {
    padding: 0;
}

.news-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .news-content {
  padding: 15px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news-item img + .news-content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.news-item p {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
}

.news-item h3 {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .news-filter .filter-category ul {
    padding-top: 65px;
  }

  .news-item .news-content {
    padding: 30px;
  }

  .news-item p {
    font-size: 18px;
  }

  .news-item h3 {
    font-size: 36px;
  }
}

/* News article */

.news-hero-section, .event-hero-section {
    min-height: 0;
}

.news-hero-section .section-intro,
.event-hero-section .section-intro {
    width: 100%;
    max-width: 960px;
    margin-inline: auto;
}

.news-hero-section .news-meta,
.event-hero-section .news-meta {
   font-size: 16px;
   margin-bottom: 10px;
}

.generic-content {
  position: relative;
  font-size: 18px;
}

.generic-content p {
  font-size: 18px;
}

.generic-content p a {
  color: var(--page-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.generic-content p a:hover {
  color: var(--brand-black);
}

.generic-content:before {
  content: "";
  display: block;
  width: 90%;
  height: 0;
  padding-bottom: 50%;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0.4;
}

.generic-content .content-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.generic-content .content-image img {
  max-width: 100%;
  border-radius: 4rem;
  max-height: 75vh;
}

.generic-content .content-heading {
  padding-bottom: 6rem;
  padding-top: 6rem;
  max-width: 860px;
  margin: 0 auto;
  /*border-bottom: 1px dashed $blue;*/
  text-align: center;
}

.generic-content .content-heading h1 {
  margin: 1.2rem 0 4rem 0;
  line-height: 1.45;
  font-size: 6.4rem;
}

@media screen and (min-width: 576px) {
  .generic-content .content-heading h1 {
    padding-top: 4rem;
    font-size: 10rem;
  }
}

.generic-content .content-heading h1:after {
  content: "";
  display: block;
  width: 90px;
  height: 28px;
  background-image: url("../images/dots-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  margin: 4rem auto;
}

@media screen and (min-width: 576px) {
  .generic-content .content-heading h1:after {
    width: 120px;
  }
}

.generic-content .content-heading h3 {
  color: var(--brand-yellow);
  text-transform: uppercase;
  margin: 0;
  font-size: 3.6rem;
}

.generic-content .content-heading p {
  font-size: 4.4rem;
  color: #243a84;
}

@media screen and (min-width: 576px) {
  .generic-content .content-heading p {
    font-size: 5.2rem;
  }
}

.generic-content .content-heading + .content {
  margin: 0 auto 16rem;
}

@media screen and (min-width: 576px) {
  .generic-content .content-heading + .content {
    margin-bottom: 8rem;
  }
}

.generic-content .content {
  /*max-width: 860px;*/
  margin: 8rem auto;
  font-size: 3.6rem;
}

.generic-content .content > h2,
.generic-content .content > h3,
.generic-content .content > h4,
.generic-content .content > h5,
.generic-content .content > h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.generic-content .content > h2 {
    font-size: 3.4rem;
}

.generic-content .content > h3 {
    font-size: 2.6rem;
}

.generic-content .content > h4 {
    font-size: 2.1rem;
}

.generic-content .content > h5 {
    font-size: 1.8rem;
}

.generic-content .content > h6 {
    font-size: 1.4rem;
}

.generic-content .content > div,
.generic-content .content > p,
.generic-content .content > ul,
.generic-content .content > ol,
.generic-content .content > h3,
.generic-content .content > h1,
.generic-content .content > h2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.generic-content .content > p {
  margin-bottom: 3rem;
}

.generic-content .content img {
  max-width: 100%;
  border-radius: 4rem;
}

.generic-content .content h1,
.generic-content .content h2,
.generic-content .content h3 {
  color: var(--page-color);
  margin-bottom: 3rem;
  line-height: 1.2;
}

@media screen and (min-width: 576px) {
  .generic-content .content {
    margin: 12rem auto;
  }
}

.generic-content .content .intro {
  font-size: 4.4rem;
  color: #243a84;
  border-bottom: 1px dashed #243a84;
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  margin-top: -4rem;
}

@media screen and (min-width: 576px) {
  .generic-content .content .intro {
    font-size: 5.2rem;
    margin-bottom: 16rem;
  }
}

.generic-content .content ul,
.generic-content .content ol {
  margin-bottom: 3rem;
}

.generic-content .content ul li,
.generic-content .content ol li {
  list-style-type: none;
  position: relative;
  padding-left: 2.5rem;
  font-size: 18px;
  margin-bottom: 1rem;
}

.generic-content .content ul li:last-child,
.generic-content .content ol li:last-child {
  margin-bottom: 0;
}

.generic-content .content ul li:before,
.generic-content .content ol li:before {
  content: "";
  display: block;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.generic-content .content ul li:before {
  height: 10px;
  width: 10px;
  border-radius: 12px;
  background: var(--page-color);
}

.generic-content .content ol {
  counter-reset: alpha-counter;
  padding: 0;
}

.generic-content .content ol li {
  counter-increment: alpha-counter;
}

.generic-content .content ol li:before {
  content: counter(alpha-counter, decimal) ". ";
  color: var(--page-color);
  top: 0;
  font-weight: bold;
}

.generic-content .content .block-quote {
  font-size: 3rem;
  line-height: 1.4;
  margin: 6rem 8rem;
  display: block;
  padding-top: 6rem;
  position: relative;
  font-family: "marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.generic-content .content .block-quote:before {
  content: "\"";
  width: 6rem;
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 0;
  font-size: 11rem;
  line-height: 1;
  color: var(--page-color);
}

.generic-content .content .block-quote span {
  display: block;
}

.generic-content .content .block-quote span + .block-quote-name {
  margin-top: 9.2rem;
  margin-left: 0;
}

.generic-content .content .block-quote .block-quote-name {
  margin-top: -1.8rem;
  font-size: 18px;
  margin-left: 6rem;
  top: -2.62rem;
  position: relative;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
}

.generic-content .content .block-quote .block-quote-name:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
  margin-right: 2rem;
  position: relative;
  top: -0.5rem;
}

.generic-content .content-footer {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 6rem auto;
  border-top: 1px dashed #243a84;
  border-bottom: 1px dashed #243a84;
  padding: 2rem 0;
}

.generic-content .content-nav {
  font-size: 1.8rem;
  display: flex;
  gap: 2rem;
}

.generic-content .content-nav a {
    text-decoration: none;
    color: var(--brand-black)
}

.generic-content .content-nav a span {
    font-weight: normal;
    color: var(--page-color);
    font-family: "marvin", sans-serif;
    font-size: 1.8rem;
}

.generic-content .content-nav .next-content,
.generic-content .content-nav .prev-content{
  display: inline-block;
}

.generic-content .content-nav .next-content span {
  margin-left: 10px;
}

.generic-content .content-nav .prev-content span {
  margin-right: 10px;
}

.generic-content .share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.generic-content .share h3 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.generic-content .share .social-links {
  margin-top: 0;
}

.generic-content .share .social-share {
  cursor: pointer;
}

.generic-content .share ul {
  display: flex;
  align-content: center;
  justify-content: center;
}

.generic-content .share li {
  list-style: none;
  display: block;
  margin: 0 0 0 1.8rem;
  font-size: 1.8rem;
  color: var(--brand-black);
}

.generic-content .share li:hover {
  color: var(--page-color);
}

/* Icomoon */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ebexpu");
  src: url("../fonts/icomoon.eot?ebexpu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ebexpu") format("truetype"), url("../fonts/icomoon.woff?ebexpu") format("woff"), url("../fonts/icomoon.svg?ebexpu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-linkedin:before {
  content: "\e902"; }

.icon-pinterest:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-youtube:before {
  content: "\e904"; }

/* Landing page */

.landing-page .header .logo, .landing-enquiry-page .header .logo {
    float: none;
    margin: 0 auto;
    display: block;
}

/* Hero section */

.landing-page .hero-section .section-intro {
    z-index: 9;
    width: 70%;
}

.landing-page .hero-section .section-intro p {
    font-size: clamp(1.6rem, 1.5vw, 2rem);
}

.landing-page .hero-section .section-intro .button {
    align-self: flex-start;
    margin-top: 5rem;
}

.landing-page .hero-section .decoration-image {
    right: auto;
    left: 10rem;
    bottom: 0;
    display: block;
    max-width: calc(100% - 200px);
}

@media screen and (max-width: 991px) {

    .landing-page .hero-section .section-intro {
        width: 100%;
    }

    .landing-page .hero-section .decoration-image {
        max-width: calc(100% - 80px);
        left: 40px;
    }

}

@media screen and (max-width: 767px) {

    .landing-page .hero-section .decoration-image {
        max-width: calc(100% - 60px);
        left: 30px;
    }

}

.landing-page .section-intro h1, 
.landing-page .section-intro h2, 
.landing-page .section-intro p {
    width: 100%;
}

.landing-page .hero-section.center .main-content {
    justify-content: center;
}

.landing-page .hero-section.center .section-intro {
    text-align: center;
}

.landing-page .hero-section.center .section-intro h1,
.landing-page .hero-section.center .section-intro h2,
.landing-page .hero-section.center .section-intro p,
.landing-page .hero-section.center .section-intro .button {
    align-self: center;
}

.landing-page .hero-section.right .main-content {
    justify-content: flex-end;
}

.landing-page .hero-section.right img:not(.decoration-image) {
    right: auto;
    left: 10rem;
}

.landing-page .hero-section.right img.decoration-image {
    right: 10rem;
    left: 0;
}

.landing-page .hero-section .section-intro h1 {
    /*-webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: var(--brand-black);
    paint-order: stroke fill;*/
    color: #FFF;
    text-shadow: 3px -3px var(--brand-black), -3px -3px var(--brand-black), -3px 3px var(--brand-black), -3px -3px var(--brand-black), 3px -2px var(--brand-black), -3px -2px var(--brand-black), -2px 3px var(--brand-black), -2px -3px var(--brand-black), 3px -1px var(--brand-black), -3px -1px var(--brand-black), -1px 3px var(--brand-black), -1px -3px var(--brand-black), 3px 0px var(--brand-black), -3px 0px var(--brand-black), 0px 3px var(--brand-black), 0px -3px var(--brand-black), 3px 1px var(--brand-black), -3px 1px var(--brand-black), 1px 3px var(--brand-black), 1px -3px var(--brand-black), 3px 2px var(--brand-black), -3px 2px var(--brand-black), 2px 3px var(--brand-black), 2px -3px var(--brand-black), 3px 3px var(--brand-black), -3px 3px var(--brand-black), 3px 3px var(--brand-black), 3px -3px var(--brand-black);
}

.landing-page .hero-section.center .section-intro h1::selection {
    /*-webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;*/
    background: black;
}

@media screen and (max-width: 600px) {

    .landing-page .hero-section.center .section-intro h1 span {
        display: block;
    }

}

.landing-page .hero-section .section-intro h1 span.color-yellow {
    color: #F2C318;
}

.landing-page .hero-section .section-intro h1 span.color-green {
    color: #48B290;
}

.landing-page .hero-section .section-intro h1 span.color-red {
    color: #F32F61;
}

.landing-page .hero-section .section-intro h1 span.color-purple {
    color: #944173;
}

.landing-page .hero-section .section-intro h1 span.color-navy-blue {
    color: #243A84;
}

.landing-page .hero-section .section-intro h1 span.color-blue {
    color: #4C69FF;
}

.landing-page .hero-section .section-intro h1 span.color-violet {
    color: #52368E;
}

.landing-page .hero-section .section-intro h1 span.color-orange {
    color: #F4933F;
}

/* Enquiry form */

.enquiry-section {
    background: #1da3b0 url(/assets/images/bg-pattern.png) center;
    padding-block: 50px;
    color: #fff;
    font-size: 18px;
}

.landing-enquiry-page .enquiry-section {
    background-color: var(--brand-yellow);
    color: var(--brand-black);
    min-height: 100vh;
}

.landing-enquiry-page .enquiry-section .main-content {
    max-width: 1000px;
    justify-content: center;
}

.landing-enquiry-page .enquiry-section .enquiry-form, 
.landing-enquiry-page .enquiry-section .enquiry-response {
    max-width: 500px;
}

.landing-enquiry-page .enquiry-section .enquiry-response {
    text-align: center;
}

.enquiry-section .enquiry-content,
.enquiry-section .enquiry-form {
    width: 100%;
}

.landing-enquiry-page .form-action {
    text-align: center;
}
.landing-enquiry-page .enquiry-section .enquiry-content {
    text-align: center;
    margin-top: 100px;
}

.enquiry-section .enquiry-content p,
.enquiry-section .enquiry-content table,
.enquiry-section .enquiry-content td,
.enquiry-section .enquiry-content li {
    line-height: 1.5;
    font-size: 18px;
}

.enquiry-section .enquiry-content a {
    color: inherit;
}

    .enquiry-section .enquiry-content ul,
    .enquiry-section .enquiry-content ol {
        list-style: none !important;
        margin-top: 2rem;
    }

.enquiry-section .enquiry-content ul ul, .enquiry-section .enquiry-content ul ol,
.enquiry-section .enquiry-content ol ol, .enquiry-section .enquiry-content ol ul {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.enquiry-section .enquiry-content li {
    display: block;
    position: relative;
    padding-left: 15px;
}

.enquiry-section .enquiry-content ol li {
    padding-left: 20px;
}

.enquiry-section .enquiry-content li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.enquiry-section .enquiry-content ol {
    counter-reset: list-number;
}

.enquiry-section .enquiry-content ol li {
    counter-increment: list-number;
}

.enquiry-section .enquiry-content li:before {
    display: inline-block;
    position: absolute;
    left: 0;
}

.enquiry-section .enquiry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #FFF;
    top: 11px;
    border-radius: 5px;
}

.enquiry-section .enquiry-content ol li:before {
    content: counter(list-number) ". ";
    width: 20px;
}

.enquiry-section .main-content {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    overflow: initial;
}

.enquiry-section .enquiry-content table {
    margin-top: 2rem;
}
.enquiry-section .enquiry-content table td {
    border: 1px solid #FFF;
    padding: .5rem 1rem;
    width: auto !important;
}

.enquiry-form form {
    display: grid;
    gap: 1.5rem;
}

.landing-page .enquiry-response.hidden,
.landing-enquiry-page .enquiry-response.hidden {
    display: none;
}

.landing-page .enquiry-response h4 ~ p,
.landing-enquiry-page .enquiry-response h4 ~ p {
    margin: 2rem 0 0;
    font-size: 18px;
}

.landing-page .enquiry-response h4, 
.landing-enquiry-page .enquiry-response h4 {
    font-size: clamp(2.4rem, 3vw, 3.6rem);
    font-weight: bold;
}

.enquiry-section .enquiry-form input, .enquiry-section .enquiry-form textarea {
    border: 1px solid #FFF;
    font-size: 1.6rem;
    padding: 10px 15px;
    outline: none;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #545454;
}

.enquiry-section h3,
.enquiry-section h4 {
  font-family: "Poppins", sans-serif;
}

.enquiry-section h2 {
  margin-top: 0.4em;
  margin-bottom: 1.3em;
  line-height: 1.2;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
}

.enquiry-section h3 {
  font-weight: bold;
  font-size: clamp(2.1rem, 5vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.enquiry-form .selectbox-holder {
  position: relative;
}

.enquiry-form .selectbox-holder:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
  margin-top: -2px;
}

.enquiry-form .selectbox-holder ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ebebeb;
  z-index: 9;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: 9;
  display: none;
  max-height: 250px;
  overflow: auto;
}

.enquiry-form .selectbox-holder ul li {
    font-size: 1.6rem;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease-out;
    color: #1a1a1d;
    cursor: pointer;
}

.enquiry-form .selectbox-holder ul li.clicked {
  background: #111;
  color: #fff;
}

.enquiry-form .selectbox-holder input[type="text"] {
  cursor: default;
  padding-right: 35px;
}

/*@media screen and (min-width: 768px) {

    .landing-page .enquiry-form form {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-page .enquiry-form .form-action, .enquiry-form #form-status {
        grid-column: 1 / -1;
    }

}*/

@media screen and (min-width: 1024px) {
  .enquiry-section {
    padding-block: 100px;
  }

    .landing-page .enquiry-section .enquiry-content {
        width: calc(65% - 50px);
    }

    .landing-page .enquiry-section .enquiry-form,
    .landing-page .enquiry-response {
        width: 35%;
    }

    .landing-page .enquiry-section .enquiry-form {
        margin-top: 80px;
    }

}

/* Full carousel */

.landing-page .carousel-section {
    background: #ebebeb;
    padding-block: 50px;
    padding-inline: 20px;
}

.landing-page .carousel-section .carousel-item {
    overflow: hidden;
    position: relative;
}

.landing-page .carousel-section img {
    min-height: 100px;
    max-height: 350px;
    display: block;
    width: auto;
    height: 35vh;
}

@media screen and (min-width: 768px) {

    .landing-page .carousel-section img {
        height: 60vh;
        min-height: 300px;
        max-height: 550px;
    }

}

@media screen and (min-width: 1024px) {
    .landing-page .carousel-section {
        padding-block: 100px;
        /*padding-inline: 50px;*/
    }
}

/* CTA Section */

.cta-section {
    padding-bottom: 80px;
    font-size: 18px;
}

.cta-section h2 {
    margin-bottom: 0.5em;
}

.cta-section p {
    font-size: 19px;
}

.cta-wrapper {
    background: #f32f61 url(/assets/images/bg-pattern.png) center;
    color: #FFF;
    padding: 30px;
    display: grid;
    gap: 30px;
    text-align: center;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .cta-section {
        padding-bottom: 150px;
    }

    .cta-wrapper {
        padding: 60px;
        text-align: left;
        grid-template-columns: repeat(4, 1fr);
    }

    .cta-content {
        grid-column: span 3;
    }

    .cta-action {
        text-align: right;
    }
}

.thank-you-page .section-intro h1,
.thank-you-page .section-intro h2,
.thank-you-page .section-intro p {
    width: 100%;
}

.thank-you-page .hero-section.center .main-content {
    justify-content: center;
}

.thank-you-page .hero-section.center .section-intro {
    text-align: center;
}

.thank-you-page .hero-section.center .section-intro h1,
.thank-you-page .hero-section.center .section-intro h2,
.thank-you-page .hero-section.center .section-intro p,
.thank-you-page .hero-section.center .section-intro .button {
    align-self: center;
}