@font-face {
  font-family: "lss-icons";
  src: url("../eot/lss-iconsd3df.eot");
  src: url("../eot/lss-iconsd3df.eot#iefix") format("embedded-opentype"), url("../woff2/lss-iconsd3df.woff2") format("woff2"),
    url("../woff/lss-iconsd3df.woff") format("woff"), url("../ttf/lss-iconsd3df.ttf") format("truetype"),
    url("../svg/lss-iconsd3df.svg#lss-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

html.no-svg {
  margin-top: 0 !important;
}

body,
html {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 400;
  background-color: black;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* --- FONTS --- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
.h2-font,
.button,
.footer .columns a,
#fullPageMenu .menu-header-menu-container li a,
.menu-icon-container h5 {
  font-family: "Barlow";
}
p,
li,
input,
a,
table {
  font-family: "Barlow";
}

h1 {
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 20px;
}
h2,
.h2-font {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 30px;
}
h3 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 15px;
}
h4 {
  margin-bottom: 10px;
}
p {
  line-height: 22px;
  font-weight: 100;
  margin-bottom: 15px;
  font-size: 16px;
}
a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: var(--red);
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lss-icons";
  display: inline-block;
  text-align: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-linkedin-squared:before {
  content: "\f30c";
}
.icon-heart:before {
  content: "\e800";
}
.icon-heart-empty:before {
  content: "\e801";
}

@media screen and (max-width: 1100px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
  h2,
  .h2-font {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 26px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2,
  .h2-font {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 15px;
  }
  p {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
  h2,
  .h2-font {
    font-size: 28px;
  }
}

/* ---- COLOURS ---- */
:root {
  --pink: #ff519e;
  --teal: #00b6a7;
  --purple: #4747f3;
  --socket: #fee0c7;
  /* --black: #000000;
  --mustard: #e6b34b;
  --light-grey: #e7e7e7;
  --red: #e25155;
  --blue: #3bb1d3;
  --blue-light: #5cd2f4;
  --blue-clear: rgba(59, 177, 211, 0.9); */
}

.white-fonts h1,
.white-fonts h2,
.white-fonts h3,
.white-fonts h4,
.white-fonts h5,
.white-fonts h6,
.white-fonts p,
.white-fonts {
  color: white;
}

/* ----THEME SETUP---- */

.page-content {
  background-color: var(--light-grey);
}

.max-width-container {
  max-width: 2000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-inner-width-container {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.max-small-width-container {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  font-size: 24px;
  position: relative;
  color: white;
  cursor: pointer;
}
.button .button-chevron {
  position: relative;
  font-size: inherit;
  display: inline-block;
  width: 0.5em;
  top: 0.03em;
}
.button .button-chevron svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.button.box {
  color: white;
  border: 3px solid var(--teal);
  background-color: var(--teal);
  padding: 11px 44px 11px 46px;
  font-size: 22px;
  border-radius: 50px;
  font-weight: 700;
}
.button.box.outline {
  background-color: transparent;
  color: var(--teal);
}
.button.box::after {
  content: "›";
  display: inline-block;
  position: relative;
  font-size: inherit;
  top: 0;
  margin-left: 3px;
  line-height: 14px;
  right: auto;
  transition: transform 0.25s ease-in-out;
}
.button.box:hover {
  /* background-color: transparent;
  border-color: white; */
  color: white;
}
.button.box:hover::after {
  transform: translateX(3px);
}
.button.red {
  color: var(--red);
}
.button.mustard {
  color: var(--mustard);
}
.button.blue {
  color: var(--blue);
}
.button:hover {
  color: black;
}
.grid-text .button.mustard:hover {
  color: var(--red);
}
.button-container {
  margin-top: 25px;
}
.button-container .button:not(:first-child) {
  margin-left: 15px;
}

@media screen and (max-width: 1100px) {
  .button {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .button-container {
    display: inline-flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .button-container .button:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .button {
    line-height: 25px;
  }
  /* .button:after {
    display: inline;
    position: relative;
    top: 3px;
    right: -8px;
  } */
}

/* --- CUSTOM SCROLL BAR --- */
body::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 16px;
}

body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

body::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 16px;
  border: 4px solid #f3f3f3;
}
body::-webkit-scrollbar-button {
  display: none;
}

/* --- LAYOUT --- */
.absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.parallax-cover {
  width: 100%;
  height: 120%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.image-container-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.img-center {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.background-mustard {
  background-color: var(--mustard);
}
.background-blue {
  background-color: var(--blue);
}
.background-red {
  background-color: var(--red);
}
.background-white {
  background-color: white;
}
.background-grey {
  background-color: var(--light-grey);
}
.background-black {
  background-color: var(--black);
  color: white;
}
.white-shadow {
  box-shadow: 20px 20px 0 white;
}
.flex-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none;
}

/* --- POPUPS --- */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 60;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: opacity;
}
.popup .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.85); */
  background-color: rgba(0, 0, 0, 0.75);
}
.popup .popup-wrapper {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 94%;
  margin: auto;
  max-width: 1050px;
  transform: translateY(40px);
  transition: all 0.4s ease-in-out;
  max-height: 96%;
  will-change: transform;
  overflow-y: auto;
}
.popup .popup-container {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  min-height: 325px;
  display: flex;
  overflow: hidden;
}
.popup .popup-container .content-container {
  position: relative;
  z-index: 2;
}
.popup .close-button {
  position: absolute;
  top: 16px;
  right: 18px;
  height: 30px;
  width: 30px;
  z-index: 10;
  cursor: pointer;
}
.popup .close-button:before,
.popup .close-button:after {
  content: "";
  position: absolute;
  height: 85%;
  background-color: white;
  width: 4px;
  top: 1px;
  right: 13px;
  transition: all 0.3s ease-out;
}
.popup .close-button:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .close-button:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button span {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  background: white;
  border-radius: 100%;
  transform: scale(0);
  z-index: -1;
  transition: all 0.3s ease-out;
}
.popup .close-button p {
  position: absolute;
  top: 3px;
  left: -65px;
  transition: all 0.25s ease-in-out;
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: UPPERCASE;
}

.popup.show {
  visibility: visible;
  opacity: 1;
}
.popup.show .popup-wrapper {
  transform: translateY(0);
}

@media screen and (max-width: 600px) {
  .popup {
  }
  .popup .popup-wrapper {
  }
}

/* --- FULL PAGE MENU --- */
#fullpage-menu {
  display: none;
}

.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  /* background-color: var(--red); */
  background-color: transparent;
  border: 5px solid white;
  border-radius: 100%;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  font-size: 40px;
  color: white;
  font-weight: 900;
  position: relative;
}
.circle-button span {
  position: relative;
  z-index: 1;
}
.circle-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: var(--red); */
  background-color: transparent;
  z-index: 0;
  border-radius: 100%;
}
.circle-button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.25s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.025);
  z-index: -1;
  border-radius: 100%;
}
.circle-button.hovering {
  transition: transform 0.8s ease-out;
}
.circle-button.hovering:after {
  transform: scale(1.4);
  opacity: 1;
}

.full-page-menu-icon {
  width: 18px;
  height: 16px;
  position: relative;
  transform: translateY(1px);
}

.full-page-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.full-page-menu-icon span:nth-child(1) {
  top: 0px;
}

.full-page-menu-icon span:nth-child(2),
.full-page-menu-icon span:nth-child(3) {
  top: 6px;
}

.full-page-menu-icon span:nth-child(4) {
  bottom: 1px;
}

.menu-icon-container {
  position: relative;
}

.menu-icon-container.open .full-page-menu-icon span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 50%;
}

.menu-icon-container.open .full-page-menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.menu-icon-container.open .full-page-menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

.menu-icon-container.open .full-page-menu-icon span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.menu-icon-container h5 {
  position: absolute;
  margin-bottom: 0;
  right: 66px;
  color: white;
  top: 14px;
  font-size: 20px;
  text-transform: UPPERCASE;
  font-weight: 800;
}

#fullPageMenu {
  position: fixed;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 80px);
  background-color: #000000;
  opacity: 0;
  z-index: 40;
}
#fullPageMenu.flex {
  display: flex;
}
#fullPageMenu .menu-header-menu-container {
  margin-top: -60px;
}

#fullPageMenu div {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

#fullPageMenu ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#fullPageMenu .sub-menu {
  display: none;
}

#fullPageMenu .menu-header-menu-container li {
  position: relative;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  /* margin-bottom: 6px; */
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  padding: 10px;
}

#fullPageMenu .menu-header-menu-container li div {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: purple;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

#fullPageMenu .menu-header-menu-container li a {
  text-decoration: none;
  color: #21b6a7;
  font-size: 44px;
  opacity: 0;
  font-weight: 800;
  text-transform: UPPERCASE;
  -webkit-transition: opacity 0.5s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, color 0.25s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.5s ease-in-out, color 0.25s ease-in-out;
  position: relative;
}

#fullPageMenu section ul.cl-effect-3 li a:hover {
  color: black;
}

#fullPageMenu .menu-header-menu-container .current-menu-item::before {
  content: url("../svg/notorious-brush-stroke-menu.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.75s 0.25s ease-in-out;
}
#fullPageMenu .menu-header-menu-container .current-menu-item.animate::before {
  opacity: 1;
}

#fullPageMenu .menu-header-menu-container .current-menu-item a {
  /* color: var(--red); */
}
#fullPageMenu .menu-header-menu-container li:not(.current-menu-item) a:hover {
  color: white;
}

#fullPageMenu li.animate {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#fullPageMenu li.animate a {
  opacity: 1;
}

#fullPageMenu li.animate div {
  width: 100%;
}
#fullPageMenu.flex + .site-header .background-gradient {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  .circle-button {
    width: 40px;
    height: 40px;
  }
  .full-page-menu-icon {
    width: 18px;
    height: 16px;
    transform: none;
  }
  .full-page-menu-icon span:nth-child(2),
  .full-page-menu-icon span:nth-child(3) {
    top: 7px;
  }
  .full-page-menu-icon span:nth-child(4) {
    bottom: 0px;
  }
  .menu-icon-container h5 {
    right: 54px;
    top: 10px;
  }
  #fullPageMenu .sub-menu {
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    transform: none;
    top: 0;
    max-height: 0;
    overflow: hidden;
  }
  #fullPageMenu .sub-menu.expand {
    max-height: 120px;
  }
  #fullPageMenu .sub-menu .menu-item:first-child {
    margin-top: 15px;
  }
  #fullPageMenu .sub-menu .menu-item {
    width: 100%;
    opacity: 1;
    transform: none;
  }
  #fullPageMenu .sub-menu .menu-item a {
    font-size: 24px;
  }
}

/* --- HEADER --- */
.site-header {
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  z-index: 40;
}
.site-header .max-inner-width-container {
  max-width: 1380px;
}
.site-header .header-menu {
  display: flex;
  justify-content: space-between;
}
.site-header .logo-container {
  width: 25%;
  max-width: 200px;
  width: 200px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.site-header .logo-container .header-logo {
  transition: filter 0.25s ease-in-out;
}
html:not(.freeze) .site-header .logo-container .header-logo {
  filter: brightness(0) invert(1);
}
.site-header.scrolled .logo-container {
  width: 160px;
}
html:not(.freeze) .home .site-header:not(.scrolled) .logo-container {
  transform: translateY(-120px);
  pointer-events: none;
}
.site-header .logo-container .header-logo-brush {
  position: absolute;
  top: -100px;
  left: -155px;
  width: 485px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transform: translateX(100px) translateY(-35px);
  z-index: -1;
}
.site-header.scrolled .header-logo-brush {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media screen and (max-width: 600px) {
  .site-header .logo-container {
    width: 160px;
  }
  .site-header {
    top: 14px;
  }
}

/* --- SECTION --- */
.section {
  padding-top: 80px;
}
.title-section + .section {
  padding-top: 0;
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: 50px;
  }
}

/* --- COLUMNS --- */
.columns {
  display: flex;
}
.columns.col-2 .col {
  flex: 0 1 50%;
}

/* --- GRID --- */
.grid {
  display: flex;
  flex-flow: row wrap;
}
.grid.col-2 .grid-item {
  flex: 0 1 50%;
}
.grid.col-3 .grid-item {
  flex: 0 1 33.3333%;
}
.grid.col-4 .grid-item {
  flex: 0 1 25%;
}

@media screen and (max-width: 1100px) {
  .grid.col-3 .grid-item,
  .grid.col-4 .grid-item {
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 600px) {
  .grid.col-2 .grid-item,
  .grid.col-3 .grid-item,
  .grid.col-4 .grid-item {
    flex: 1 1 100%;
  }
}

/* --- MASONRY --- */
.masonry-columns {
  column-gap: 0;
  display: flex;
}
.masonry-columns .col {
  break-inside: avoid;
  display: flex;
  flex-direction: column;
}
.masonry-columns.col-2 {
  column-count: 2;
}
.masonry-columns.col-2 .col {
  flex: 0 1 50%;
}

@media screen and (max-width: 600px) {
  .masonry-columns {
    flex-direction: column;
  }
  .masonry-columns.col-2 .col {
    flex: 100%;
  }
}

/* --- HOMEPAGE BANNER --- */
.page-banner.homepage .header-container {
  background-image: url("../svg/notorious-brush-stroke-home-header-part.svg");
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 10vw;
  padding-top: clamp(0px, calc(150px - 15vw), 70px);
}
.page-banner.homepage .large-home-banner-logo {
  width: 100%;
  overflow: hidden;
}
.page-banner.homepage .large-home-banner-logo > img {
  width: 102%;
  display: block;
  margin: 0 -1%;
}
.page-banner.homepage h1 {
  margin: 0 auto;
  width: 60vw;
  max-width: 750px;
  text-align: center;
  font-size: clamp(30px, 4.166vw, 50px);
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 600px) {
  .page-banner.homepage h1 {
    width: auto;
    max-width: unset;
    margin: 4vw 20px 0 20px;
  }
}
.page-banner.homepage .footer-container {
  position: relative;
  background-color: var(--teal);
  top: -1px;
  padding: 30px 20px 60px 20px;
  color: black;
}
.page-banner.homepage .footer-container .content-container {
  max-width: 1000px;
  margin: 0 auto;
}
.page-banner.homepage .footer-container h2 {
  font-size: clamp(30px, 4.166vw, 50px);
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  .page-banner.homepage .footer-container h2 br {
    display: none;
  }
}
.page-banner.homepage .footer-container .button {
  color: black;
  font-weight: 700;
  font-size: 30px;
}
.page-banner.homepage .footer-container .button:hover {
  color: white;
}
.page-banner.homepage .footer-container .button:hover svg {
  fill: white;
}
@media screen and (min-width: 801px) {
  .page-banner.homepage .footer-container .home-banner-columns {
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    gap: 4vw;
  }
}

/* --- SUBPAGE BANNER --- */
.page-banner.subpage .container {
  height: 66.875vw;
  min-height: 350px;
  max-height: 535px;
  position: relative;
  overflow: hidden;
}
.page-banner.subpage .image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: clamp(42px, 10.625vw, 85px);
  left: 0;
  z-index: -1;
}
.page-banner.subpage .content-container {
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 20px;
}
.page-banner.subpage .content-container .inner-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: clamp(91px, 23.125vw, 185px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-banner.subpage .subpage-brush-stroke {
  display: block;
  position: absolute;
  top: 0;
  left: clamp(-150px, calc(0px - 18.75vw), -73px);
  height: 100%;
  width: auto;
  object-fit: contain;
  z-index: -1;
}
.page-banner.subpage h1 {
  font-size: clamp(30px, 7.75vw, 62px);
  color: white;
  line-height: 0.9em;
  font-weight: 700;
  margin: 0;
  text-align: left;
  text-transform: UPPERCASE;
  max-width: 650px;
}

/* --- TITLE SECTION --- */
.title-section {
  padding-bottom: 10px;
  padding-top: 80px;
}
.title-container {
  text-align: center;
}

/* --- FLOATING IMAGE TEXT --- */
.floating-image-text-section {
  position: relative;
  z-index: 1;
}
.floating-image-text-section + .floating-image-text-section {
  padding-top: clamp(75px, 12.5vw, 150px);
}
.floating-image-text-section.image-over-text,
.floating-image-text-section.text-over-image {
  padding-top: 100px;
  padding-bottom: 2.02%;
}
.floating-image-text-section.text-over-image {
  max-width: 1600px;
  margin: 0 auto;
}
.floating-image-text-section .container {
  position: relative;
}
.floating-image-text-section.image-over-text .container {
  display: grid;
  grid-template: 1fr / 50% 1fr;
  gap: 50px;
  max-width: 1200px;
  align-items: center;
}
.floating-image-text-section.image-over-text .image-container {
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .floating-image-text-section.image-over-text .container {
    display: block;
  }
  .floating-image-text-section.image-over-text .content-container .content-wrapper {
    margin-top: 30px;
  }
  .floating-image-text-section.image-over-text .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    position: relative;
  }
}
.floating-image-text-section.text-over-image .max-inner-width-container {
  max-width: none;
  margin-left: 0;
}
.floating-image-text-section.text-over-image .image-container {
  top: 0;
  left: 0;
  left: 0;
  width: 60%;
  height: 40vw;
  position: relative;
  overflow: hidden;
  max-height: 750px;
  min-height: 600px;
}
.floating-image-text-section.text-over-image .content-container,
.floating-image-text-section.image-collage .content-container {
  background-color: var(--purple);
  width: 48%;
  margin-left: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.floating-image-text-section.image-collage .content-container {
  padding: 5%;
  max-width: 575px;
}
.floating-image-text-section.text-over-image .content-container {
  padding: 4%;
  max-width: 620px;
  left: 52%;
}
.floating-image-text-section.image-collage .content-container {
  left: -5%;
  top: auto;
  bottom: -14.5%;
  padding-top: 4%;
  padding-bottom: 4%;
  transform: none;
  /* max-width: 490px; */
  container-name: image-collage-container;
  container-type: inline-size;
}
.floating-image-text-section.text-over-image .content-container p:last-child {
  margin-bottom: 0;
}
.floating-image-text-section.image-collage .content-container .title {
  font-size: 46px;
  font-size: 11cqw;
  line-height: 1.25em;
}
.floating-image-text-section.image-collage .image-container {
  position: relative;
  overflow: hidden;
}
.floating-image-text-section.image-collage .col:first-child .image-container {
  padding-bottom: 92%;
}
.floating-image-text-section.image-collage .col:last-child {
  display: flex;
  flex-direction: column;
}
.floating-image-text-section.image-collage .col:last-child .image-container {
  flex: 1 1 50%;
}
.floating-image-text-section.image-collage {
  padding-bottom: 120px;
}
.floating-image-text-section.image-collage .logo-container {
  margin-top: 26px;
}
.floating-image-text-section.text-over-image .title {
  color: white;
}
.floating-image-text-section.image-over-text .button {
  color: var(--teal);
  font-size: 30px;
  font-weight: 700;
}
.floating-image-text-section.image-over-text .button svg {
  fill: var(--teal);
}
.floating-image-text-section.image-over-text .button:hover {
  color: white;
}
.floating-image-text-section.image-over-text .button:hover svg {
  fill: white;
}
.floating-image-text-section.image-collage .button {
  color: white;
  font-size: clamp(20px, 6.666vw, 30px);
  font-weight: 700;
}
.floating-image-text-section.image-collage .button svg {
  fill: white;
}
.floating-image-text-section.image-collage .button:hover {
  color: black;
}
.floating-image-text-section.image-collage .button:hover svg {
  fill: black;
}
.floating-image-text-section.text-over-image .content-container {
  /* box-shadow: -20px 20px 0 var(--teal); */
}
.floating-image-text-section.image-collage .content-container {
  background-color: var(--purple);
}
.floating-image-text-section.image-over-text.style-red .button:hover {
  color: black;
}
.floating-image-text-section.text-over-image .content-wrapper .button {
  font-size: 30px;
  font-weight: 700;
  color: var(--mustard);
}
.floating-image-text-section.text-over-image .content-wrapper .button:hover {
  color: var(--red);
}

@media screen and (max-width: 800px) {
  .floating-image-text-section.text-over-image.style-blue .content-container {
    width: 85%;
    left: 0;
    transform: none;
    position: relative;
    max-width: none;
    top: 0;
    margin-top: -100px;
  }
  .floating-image-text-section.image-collage {
    padding-bottom: 220px;
  }
  .floating-image-text-section.image-collage .image-collage-container {
    flex-wrap: wrap;
  }
  .floating-image-text-section.image-collage .image-collage-container .col {
    flex: 100%;
  }
  .floating-image-text-section.image-collage .col:first-child .image-container {
    padding-bottom: 65%;
  }
  .floating-image-text-section.image-collage .col:last-child .image-container {
    padding-bottom: 50%;
  }
  .floating-image-text-section.image-collage .image-collage-container .col {
    flex-direction: row;
    flex: 100%;
  }
  .floating-image-text-section.image-collage .content-container {
    width: 90%;
    left: -3.5%;
    /* bottom: -22.5%; */
    bottom: unset;
    top: calc(100% - 20px);
  }
  .floating-image-text-section.text-over-image .max-inner-width-container {
    margin: 0;
    width: 100%;
  }
  .floating-image-text-section.text-over-image .image-container {
    width: 100%;
    height: 75vw;
    min-height: unset;
  }
  .floating-image-text-section.text-over-image .content-container {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    margin: 0 4%;
    max-width: unset;
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 750px) {
  .floating-image-text-section.image-over-text .content-container .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .floating-image-text-section.image-collage .image-collage-container .col {
    flex-direction: column;
  }
  .floating-image-text-section.image-collage .col:last-child .image-container {
    /* padding-bottom: 65%; */
  }
  .floating-image-text-section.image-collage .content-container {
    width: 98%;
    bottom: -27%;
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .floating-image-text-section.image-collage .content-container {
    padding: 6%;
  }
}

/* --- GRID BLOCKS --- */
.grid-blocks-section .grid .row {
  display: flex;
  flex: 100%;
}
.page-banner + .grid-blocks-section {
  padding-top: 0;
}
.grid-blocks-section .grid-text,
.work-grid-section .grid-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.grid-blocks-section h3 {
  font-size: clamp(30px, 10cqw, 50px);
  line-height: 1.1em;
}
.grid-blocks-section.alternate .grid-text:nth-child(even),
.grid-blocks-section .grid:nth-child(odd) .grid-text,
.work-grid-section .col:last-child .grid-text {
  justify-content: flex-start;
}
.grid-blocks-section.alternate .grid-text:nth-child(odd) {
  justify-content: flex-end;
}
.grid-blocks-section .grid-text > .content-container,
.work-grid-section .grid-text > .content-container {
  padding: 5% 8% 5% 5%;
  max-width: 625px;
  width: 100%;
}
.grid-blocks-section .grid-text > .content-container {
  container-name: grid-blocks-content;
  container-type: inline-size;
}
.grid-blocks-section.alternate .grid-text:nth-child(even) > .content-container,
.grid-blocks-section .grid:nth-child(odd) .grid-text > .content-container,
.work-grid-section .col:last-child .grid-text > .content-container {
  padding-left: 8%;
  padding-right: 7%;
}
.grid-image {
  position: relative;
  z-index: 1;
  min-height: 600px;
  overflow: hidden;
}
.grid-blocks-section img,
.grid-image img {
  display: block;
}
@media screen and (max-width: 600px) {
  .grid-image {
    min-height: 360px;
  }
  .grid-blocks-section .grid .row {
    flex-flow: row wrap;
  }
  .grid-blocks-section .grid .row .grid-text {
    order: 1;
    padding-bottom: 30px;
  }
}

/* --- TEAM GRID --- */
.team-grid-section {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.5vw 0 100px 0;
}
/* .team-grid-section:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 75%;
  width: 70.5%;
  background-color: white;
  transform: translateY(-50%);
} */
.team-grid-section .grid-container {
  width: 65vw;
  max-width: unset;
  margin: 0 5vw 0 auto;
}
@media screen and (max-width: 800px) {
  .team-grid-section .grid-container {
    width: auto;
    margin: 0 20px;
  }
}
.grid-team {
  cursor: pointer;
  container-name: team-member;
  container-type: inline-size;
}
.grid-team .container {
  margin: 14px;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.grid-team .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
}
.grid-team .image-container {
  position: relative;
  padding-bottom: 110%;
  overflow: hidden;
  width: 100%;
}
.grid-team .image-container img {
  transition: transform 0.3s ease-in-out;
}
.grid-team .content-container .role {
  margin-bottom: 0;
  font-size: 5cqw;
  overflow: hidden;
  text-transform: UPPERCASE;
  transition: height 0.3s ease-in-out;
}
.grid-team .content-container .role.shrink {
  height: 0 !important;
}
.grid-team .content-container .title {
  margin-bottom: 2px;
  font-size: 7.55cqw;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-transform: UPPERCASE;
}
.grid-team .title:after {
  /* content: "›";
  position: relative;
  right: 0px;
  margin-left: -10px;
  font-size: 28px;
  top: 2px;
  line-height: 10px; */
  display: inline-block;
  content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 30.9" style="enable-background:new 0 0 20 30.9;" xml:space="preserve"><polygon fill="%23ffffff" points="4.4,30.9 0,26.5 11.2,15.4 0.2,4.4 4.6,0 20,15.4 "/></svg>');
  width: 0.5em;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.grid-team .content-wrapper {
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.grid-team .bio {
  display: none;
}
.grid-team:hover .content-wrapper {
  background-color: var(--purple);
}
.grid-team:hover .title:after {
  opacity: 1;
  margin-left: 5px;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
}
.grid-team:hover .container {
  box-shadow: -14px 14px var(--purple);
}
.grid-team:hover .image-container img {
  transform: translateY(-50%) scale(1.02);
}
.team-popup .popup-container {
  background-color: var(--purple);
}
.team-popup .image-container {
  width: 45%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.team-popup .content-container {
  width: 55%;
  padding: 5% 7% 4% 4%;
}
.team-popup .bio-container h4 {
  margin-bottom: 8px;
  font-size: 25px;
}
.team-popup .header-container {
  background-color: white;
  margin-left: -15%;
  box-shadow: -20px 20px var(--purple);
  padding: 28px 24px 28px 34px;
  margin-bottom: 40px;
  max-width: 500px;
  container-name: team-popup-titles;
  container-type: inline-size;
}
.team-popup .title {
  margin-bottom: 3px;
  font-size: 10cqw;
  line-height: 1.23em;
  color: black;
  text-transform: UPPERCASE;
}
.team-popup .role {
  margin-bottom: 0;
  font-size: 6cqw;
  line-height: 1.23em;
  color: var(--purple);
  text-transform: UPPERCASE;
}
.team-popup .social-container {
  margin-top: 30px;
}
.team-popup .social-container a {
  color: white;
}

@media screen and (max-width: 1000px) {
  .team-popup .popup-container .content-container {
    padding-top: 55px;
  }
}
@media screen and (max-width: 800px) {
  /* .team-grid-section .grid-container {
    width: 70%;
  } */
  /* .team-grid-section:before {
    top: 51%;
    height: 70%;
    width: 78.5%;
  } */
}
@media screen and (max-width: 600px) {
  .team-popup .popup-container {
    flex-direction: column;
  }
  .team-popup .image-container,
  .team-popup .popup-container .content-container {
    width: 100%;
  }
  .team-popup .image-container {
    height: 450px;
    background-position: top;
  }
  .team-popup .content-container {
    padding-right: 4%;
  }
  .team-popup .popup-container .content-container {
    padding-top: 30px;
  }
  .team-popup .header-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .team-popup .image-container {
    height: 340px;
  }
}

/* PAGE INTRO */
.page-intro {
  max-width: 1300px;
  margin: 0 auto;
}
.page-intro .content-container {
  padding: 0 20px;
}
.page-intro.one-column .content-container {
  max-width: 775px;
}
.page-intro h2 {
  font-size: clamp(30px, 4.166vw, 50px);
  font-weight: 700;
  line-height: 1.2em;
}
.page-intro .button {
  color: white;
  font-size: 30px;
  font-weight: 700;
}
.page-intro .button svg {
  fill: white;
}
.page-intro .button:hover {
  color: var(--teal);
}
.page-intro .button:hover svg {
  fill: var(--teal);
}
@media screen and (min-width: 801px) {
  .page-intro .page-intro-columns {
    display: grid;
    grid-template: 1fr / 1fr 1fr;
    gap: 4vw;
  }
}

/* --- GRID LOGO --- */
.logo-grid-section {
  margin: 50px 0 100px 0;
}
.logo-grid-section .max-small-width-container {
  width: 100%;
  max-width: 100%;
}
.logo-grid-section .logo-grid-background {
  background: transparent url("../svg/notorious-logo-header-large-grey.svg") 50% 60% no-repeat;
  background-size: calc(105%);
}
.logo-grid-section .title-container h2 {
  margin-bottom: clamp(30px, 7.5vw, 45px);
  font-size: clamp(40px, 10vw, 60px);
  font-weight: 700;
  background: transparent url("../svg/notorious-brush-stroke-our-clients.svg") 50% 50% no-repeat;
  background-size: contain;
  padding: clamp(30px, 3.75vw, 30px) 0;
}
.logo-grid-section .grid {
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
  gap: clamp(30px, 3.333vw, 75px) 0;
}
.grid-logo .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
}
.grid-logo img {
  max-width: 200px;
  max-height: 72px;
  width: auto;
}
.background-grey .logo-grid-section {
  background-color: white;
  position: relative;
}
.background-grey .logo-grid-section:before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .background-grey .logo-grid-section:before {
    top: -180px;
    height: 180px;
  }
}

/* --- MESSAGE --- */
.message-section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.message-section .content-container {
  text-align: center;
}
.message-section .content-container p {
  color: var(--red);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.message-section .max-inner-width-container {
  position: relative;
}
.message-section .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .message-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

/* --- INSTAGRAM --- */
.instagram-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
.instagram-section .grid {
  width: calc(100% + 12px);
  margin-left: -6px;
}
.instagram-section .title-container {
  margin-bottom: 20px;
}
.instagram-section .title-container a {
  color: white;
  font-size: clamp(40px, 10vw, 60px);
  font-weight: 700;
}
.instagram-section .title-container a:hover {
  color: var(--pink);
}
.grid-instagram .container {
  position: relative;
  margin: 6px;
}
.grid-instagram .image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 177, 211, 0.7);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.grid-instagram .image-container img {
  display: block;
}
.grid-instagram .content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.grid-instagram .content-container p {
  margin-bottom: 0;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: white;
}
.grid-instagram .icon-heart {
  font-size: 32px;
  color: white;
}
.grid-instagram .likes {
  transform: translateY(10px);
  transition: transform 0.25s ease-in-out;
}
.grid-instagram:hover .likes {
  transform: translateY(0);
}
.grid-instagram:hover .content-container,
.grid-instagram:hover .image-container:after {
  opacity: 1;
}
.single .instagram-section {
  background-color: var(--light-grey);
  padding-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .instagram-section .grid.col-4 .grid-item {
    flex: 0 1 50%;
  }
}

/* --- CONTENT SECTION --- */
.content-section {
  padding-bottom: 100px;
}

/* --- FOOTER MESSAGE --- */
.footer-message-section {
  padding: 0 20px;
  margin: clamp(60px, 10vw, 120px) auto;
}
.footer-message-section h2 {
  background: transparent url("../svg/notorious-brush-stroke-become-notorious.svg") 50% 50% no-repeat;
  background-size: auto 100%;
  font-size: clamp(0px, 6.9vw, 53px);
  color: black;
  line-height: 1em;
  text-align: center;
  padding: 0.7em 0;
  margin-bottom: 15px;
}
.footer-message-section .content-container {
  text-align: center;
}
.footer-message-section .content-container p {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.footer-message-section + .section {
  padding-top: 0;
  padding-bottom: 100px;
}
.footer-message-section .button {
  font-size: 30px;
  font-weight: 700;
}
.footer-message-section .button svg {
  fill: white;
}
.footer-message-section .button:hover {
  color: #ff5ba8;
}
.footer-message-section .button:hover svg {
  fill: #ff5ba8;
}

@media screen and (max-width: 600px) {
  .footer-message-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .grid-blocks-section + .footer-message-section {
    padding-top: 0;
  }
}

/* --- FOOTER --- */
.footer {
  position: relative;
  z-index: 1;
  background-color: black;
  color: white;
}
.footer .container {
  padding-top: 40px;
}
.footer .container .footer-columns,
.footer .container .row {
  max-width: 1150px;
  /* margin: 0 auto; */
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-menu {
  width: 40%;
  /* margin-right: 15%; */
  margin-right: 10%;
}
/* .footer li, */
.footer .contact-details a {
  margin-bottom: 8px;
}
.footer-menu li:nth-child(odd) {
  width: 69%;
  width: 65%;
}
.footer .contact-details {
  width: auto;
  flex: 1;
}
.footer .footer-columns {
  margin-bottom: 15px;
}
.footer .footer-columns a {
  color: white;
  font-size: clamp(16px, 1.666vw, 20px);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
  transition: color 0.25s ease-in-out;
}
/* .footer .current-menu-item a, */
.footer .footer-columns a:hover {
  color: var(--pink);
}
.footer .container .footer-grid {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .footer .footer-columns {
    display: flex;
  }
  .footer .footer-menu .menu {
    display: flex;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 1025px) {
  .footer .container .footer-grid {
    display: grid;
    grid-template: 1fr auto / 1fr clamp(270px, 25vw, 300px);
    justify-content: start;
    gap: 40px 0;
    margin: 0 40px;
  }
  .footer .container .footer-grid .logo-container {
    grid-row: 1 / -1;
    grid-column: 2;
    transform: translateY(-30px);
  }
  .footer .container .footer-grid .footer-columns {
    padding-top: 10px;
    width: 95%;
    grid-row: 1;
    grid-column: 1;
    margin: 0;
  }
  .footer .container .footer-grid .row {
    padding-bottom: 10px;
    margin: 0;
    grid-row: 2;
    grid-column: 1;
    margin: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer .container .footer-grid {
    display: grid;
    grid-template: 1fr auto / 1fr clamp(175px, 29.3vw, 300px);
    justify-content: start;
    gap: 20px 0;
    margin: 0;
  }
  .footer .container .footer-grid .logo-container {
    grid-row: 1 / -1;
    grid-column: 2;
  }
  .footer .container .footer-grid .footer-columns {
    display: grid;
    grid-template: 1fr / auto 1fr;
    margin: 0;
    gap: 7.5vw;
  }
  .footer .container .footer-grid .row {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
    margin: 0;
  }
  .footer .container .socket {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer .container .contact-details {
    margin-top: 40px;
  }
  .footer .container .footer-grid .row {
    margin: 40px 0 0 0;
  }
  .footer .container .footer-grid .social-container {
    text-align: center;
  }
  .footer .container .socket {
    margin-top: 40px;
  }
  .footer .container .logo-container {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50vw;
  }
}

.footer .socket {
  padding: 13px 0;
  border-top: 1px solid var(--socket);
  margin-top: 25px;
  color: var(--socket);
}
.footer .socket p {
  margin-bottom: 0;
  font-weight: 400;
}
.footer .socket,
.footer .socket .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .socket {
  justify-content: space-between;
}
.footer .socket li:not(:last-child) {
  margin-right: 20px;
}
.footer .socket a {
  color: var(--socket);
  font-weight: 400 !important;
}
.footer .socket a:hover {
  color: var(--pink);
}
.social-container .social-item svg {
  width: 28px;
  height: 28px;
  fill: white;
  transition: fill 0.25s ease-in-out;
}
.footer .footer-grid .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  container-type: inline-size;
}
.ipa-logo img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin-left: clamp(20px, calc(27cqw - 150px), 95px);
}
@media screen and (max-width: 600px) {
  .footer .footer-grid .row {
    justify-content: space-between;
  }
  .ipa-logo img {
    margin-left: 20px;
  }
}
.social-container .social-item:not(:first-child) {
  margin-left: 20px;
}
.social-container .social-item:hover svg {
  fill: var(--pink);
}
@media screen and (max-width: 800px) {
  .footer .socket {
    flex-direction: column;
    gap: 10px;
  }
}

/* --- POST --- */
.post-container,
.post-banner .col:first-child,
.author-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.single-page .post {
  padding-top: 120px;
  position: relative;
  z-index: 3;
}
.post-banner .col:first-child {
  flex: 0 1 76%;
  max-width: 1000px;
}
.post-banner .col:last-child {
  flex: auto;
}
.post-meta {
  margin-bottom: 10px;
  margin-left: 0;
  /* padding: 6% 5.5%; */
  padding: 0;
  text-align: left;
  /* margin-top: -50px; */
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.post-meta .button-container {
  justify-content: flex-end;
}
.post-meta h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1em;
  background-color: var(--teal);
  color: white;
  text-transform: UPPERCASE;
  padding: 40px;
}
.post-meta p,
.post-banner p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  color: white;
}
.post-banner p.post-date {
  color: white;
  font-weight: 700;
  width: unset;
}
.post-meta .text-button i {
  margin-left: 10px;
}
.author-container {
  max-width: 850px;
}
.post-banner {
  margin-top: 134px;
  margin-bottom: 50px;
}
.post-banner .image-container {
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 34%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 88%;
}
.post-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.post-banner p {
  color: var(--red);
  bottom: 0;
  left: 0;
  width: 75%;
  margin-top: 25px;
  text-align: center;
}
.post-container h3 {
  font-size: 42px;
  line-height: 50px;
}
.post-container h4 {
  font-weight: 100;
  font-size: 25px;
}
.post-container h5 {
  font-size: 20px;
  line-height: 30px;
}
.post-container a {
  color: white; /* --- Leaving this for now, should be blue but all font weight is bold so this doesn't stand out */
  font-weight: bold;
}
.post-container a:hover {
  color: var(--teal);
}
.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4 {
  color: var(--teal);
  margin-bottom: 30px;
  line-height: 1.1em;
}
.post-container h2 {
  font-size: 42px;
  line-height: 50px;
}
.post-container h3 {
  font-size: 34px;
  line-height: 42px;
}
.post-container li {
  color: #31506e;
}
.post-container img {
  width: auto;
  height: auto;
}
.post-container img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-container img.alignleft {
  float: left;
  margin-right: 20px;
}
.post-container img.alignright {
  float: right;
  margin-left: 20px;
}
.post-footer {
  padding-top: 70px;
  margin-top: 80px;
}
.author-container {
  display: flex;
  margin-top: 0px;
}
.author-container .avatar-container {
  flex: 0 1 22%;
}
.author-container .avatar-container .container {
  margin-right: 20%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}
.author-container .avatar-container .container img {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  transform: translateY(-50%);
}
.author-container .content-container {
  flex: 1 1 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-container .author-title {
  color: var(--blue);
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
}
.author-container .author-title span {
  color: black;
}
.author-container .content-container span {
  margin-right: 16px;
}
.tooltip-container {
  display: inline-flex;
  position: relative;
  color: white;
}
.tooltip-container .social-wrapper {
  border: 3px solid var(--teal);
  padding: 12px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.tooltip-container .container {
  position: absolute;
  top: -66px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
  padding-bottom: 15px;
}
.tooltip-container:hover .container,
.tooltip-container.open .container {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}
.share-container {
  margin-top: 20px;
}
.share-container h4 {
  text-align: center;
  font-size: 32px;
}
.share-container .whatsapp {
  display: none;
}
.social-wrapper {
  margin-top: 5px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.social-wrapper li {
  font-size: 26px;
}
.social-wrapper li:not(:last-child) {
  margin-right: 12px;
}
.social-wrapper li a {
  color: var(--teal);
  height: 34px;
  width: 34px;
  display: block;
  font-size: 18px;
  line-height: 36px;
  border-radius: 100%;
  background-color: var(--teal);
}
.social-wrapper li a:hover {
  color: white;
  background-color: var(--pink);
}
.post .share-container .button-container {
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .post-banner .col:first-child {
    flex: 0 1 78%;
  }
  .post-banner p {
    width: 86%;
  }
  .post-banner p span {
    display: block;
  }
  .post-banner .image-container {
    padding-bottom: 44%;
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .post-banner {
    min-height: 250px;
    border-radius: 10px;
  }
  .post-banner img {
    width: auto;
    height: 100%;
  }
  .post-banner .columns {
    flex-direction: column-reverse;
  }
  .post-banner .columns .col {
    flex: 100%;
  }
  .post-banner p {
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 0px;
    margin-bottom: -20px;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
  }
  .post-banner p span {
    display: inline-block;
  }
  .post-meta {
    margin-bottom: 0px;
    margin-top: -16px;
    padding-top: 50px;
    background-color: var(--teal);
  }
  .post-meta h1 {
    padding: 0 30px 40px 30px;
  }
  .post-footer {
    padding-top: 50px;
    margin-top: 60px;
  }
  .share-container {
    margin-top: 0px;
    text-align: center;
  }
  .post .button-container {
    margin-bottom: 120px;
    margin-top: 30px;
  }
  .post .share-container .button-container {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .author-container {
    flex-direction: column;
  }
  .author-container .avatar-container .container {
    padding-bottom: 30%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .author-container .content-container {
    margin-top: 15px;
    text-align: center;
  }
  .button-container .button:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}

/* ---- NEWS GRID --- */
.news-section {
  padding-bottom: 100px;
}
.filter-controls {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
  margin-left: -12px;
  justify-content: center;
  margin-bottom: 30px;
}
.filter-controls .cat-item {
  font-size: 24px;
  font-weight: bold;
  color: var(--pink);
  margin: 8px 12px 0 12px;
  cursor: pointer;
  opacity: 0.5;
}
.filter-controls .cat-item.active,
.filter-controls .cat-item:hover {
  color: var(--pink);
  opacity: 1;
}
.grid-post .image-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  height: 0;
  transition: box-shadow 0.25s ease-in-out;
}
.grid-post .image-container img {
  transition: all 0.25s ease-in-out;
}
.grid-post .container {
  margin: 18px;
}
.grid-post .content-container .title {
  font-size: 28px;
  margin-top: 22px;
  margin-bottom: 0;
  color: white;
  transition: color 0.25s ease-in-out;
}
.grid-post .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  color: white;
}
.grid-post .post-date p {
  margin-bottom: 0;
  font-weight: bold;
  padding: 6px 14px;
  font-size: 16px;
}
.grid-post:hover .title {
  color: var(--pink);
}
.grid-post:hover .image-container .img-center {
  transform: translateY(-50%) scale(1.02);
}
.grid-post:hover .image-container {
  box-shadow: 14px 14px var(--pink);
}

.grid-post.animate,
.grid-post.hide {
  opacity: 0;
  visibility: hidden;
}
.grid-post.hide {
  position: absolute;
}
.button.load-more {
  color: var(--teal);
  font-size: 30px;
  font-weight: 700;
  text-transform: UPPERCASE;
}
.button.load-more svg {
  fill: var(--teal);
}
.button.load-more:hover {
  color: white;
}
.button.load-more:hover svg {
  fill: white;
}

@media screen and (max-width: 1100px) {
  .grid-post .content-container .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .grid-post .container {
    margin: 12px;
  }
}
@media screen and (max-width: 600px) {
  .filter-controls .cat-item {
    font-size: 20px;
  }
}

/* ---- FEATURED NEWS ---- */
.featured-news-section .title-container .h2-font {
  display: inline-block;
  font-size: clamp(30px, 4.166vw, 50px);
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}
.featured-news-section .h2-font:hover {
  color: var(--pink);
}
.footer-message-section + .section.featured-news-section {
  padding-bottom: 60px;
}

/* ----TABLES---- */
table {
  width: 100%;
  margin-bottom: 20px;
}
table tbody tr:first-child {
  font-weight: bold;
}
table tbody td {
  background-color: rgba(231, 231, 231, 0.3);
  padding: 10px;
}

/* --- CASE STUDY --- */
.work-type {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.single .share-container {
  text-align: center;
  margin-top: 90px;
}
.single-post .share-container {
  margin-top: 0;
}
.work-block-section .grid:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
  .single .share-container {
    margin-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .single .share-container {
    margin-top: 50px;
  }
}

/* --- WORK GRID --- */
.work-grid-section {
  max-width: 1300px;
  margin: 0 auto;
}
.work-grid-container {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
}
.work-grid-item {
  position: relative;
  width: 100%;
  aspect-ratio: 6 / 5;
  container-name: work-grid-item;
  container-type: inline-size;
  overflow: hidden;
}
.work-grid-item--image {
  z-index: -1;
}
.work-grid-item--content {
  background-color: black;
  color: white;
  position: absolute;
  bottom: -1px;
  min-width: 325px;
  left: 0;
  width: 60%;
  aspect-ratio: 1.625;
  padding: 6cqw;
  container-name: work-grid-block;
  container-type: inline-size;
}
.work-grid-item--content h4 {
  font-size: 7cqw;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: UPPERCASE;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4cqw;
}
.work-grid-item--content p {
  font-size: 5cqw;
  font-weight: 400;
  line-height: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4cqw;
}
.work-grid-item--content .button-container {
  margin-top: 5cqw;
}
.work-grid-item--content .button {
  font-size: 7cqw;
  font-weight: 700;
  text-transform: UPPERCASE;
  color: white;
}
.work-grid-item--content .button svg {
  fill: white;
  transition: fill 0.25s ease-in-out;
}
.work-grid-item--content .button:hover {
  color: var(--pink);
}
.work-grid-item--content .button:hover svg {
  fill: var(--pink);
}
@media screen and (max-width: 800px) {
  .work-grid-container {
    grid-template: 1fr / 1fr;
    gap: 7.5vw;
  }
}

/* --- WORK POST PAGE --- */
.work-page-content {
  margin: 125px 0 125px 0;
}
.work-post-content {
  color: white;
}

/* --- CONTACT BANNER --- */
.contact-banner-container {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 90%;
  display: flex;
}
.contact .contact-banner-container .content-container {
  position: relative;
  width: 50%;
}
.contact-banner-container .map-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.map-section {
  max-width: 1050px;
}
.map-section .map-wrapper,
.map-section .map-container .acf-map {
  height: 100%;
  width: 100%;
}
.map-section .map-wrapper {
  height: 360px;
}
.contact-banner-container table {
  margin-bottom: 0;
}
.contact-banner-container td {
  padding: 0;
  background-color: transparent;
}
.contact-banner-container td:first-child {
  width: 100px;
  vertical-align: top;
}
.contact-banner-container .content-container p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
.map-section .social-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
}
.map-section .social-container h4 {
  color: var(--teal);
  font-size: 28px;
  margin-bottom: 0;
}
.map-section .social-container .social-item svg {
  fill: var(--teal);
  transition: fill 0.25s ease-in-out;
}
.map-section .social-container .social-item:hover svg {
  fill: white;
}
@media screen and (max-width: 800px) {
  .contact .contact-banner-container .content-container {
    width: 65%;
  }
  .contact-banner-container {
    flex-direction: column;
    position: relative;
    bottom: 0px;
  }
  .contact .contact-banner-container .content-container {
    width: 80%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .contact-banner-container {
    width: 97%;
  }
  .contact-banner-container .image-container-absolute {
    height: calc(100% - 360px);
  }
  .contact .contact-banner-container .content-container {
    width: 100%;
  }
  .contact-banner-container .content-container p {
    font-size: 18px;
    line-height: 22px;
  }
}

/* --- CONTACT FORM WPFORMS --- */
input[type="text"],
input[type="email"],
textarea {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  font-size: 18px !important;
}
.form-container .wpforms-field-container {
  display: flex;
  flex-flow: row wrap;
}
.form-container .wpforms-field-container .wpforms-field-name {
  flex: 0 1 66.6666%;
}
.form-container .wpforms-field-container .wpforms-field-email {
  flex: 0 1 33.3333%;
}
.form-container .wpforms-field-container .wpforms-field-text,
.form-container .wpforms-field-container .wpforms-field-textarea {
  flex: 1 1 100%;
}
.form-container .wpforms-field-container .wpforms-field-row {
  max-width: none !important;
  display: flex;
  justify-content: space-between;
}
.form-container .wpforms-field-container .wpforms-field-row:before {
  display: none !important;
}
.form-container .wpforms-field-container .wpforms-field-name .wpforms-one-half {
  margin: 0;
}
.form-container .wpforms-field-container .wpforms-field-email input,
.form-container .wpforms-field-container .wpforms-field-text input {
  max-width: none !important;
}
.form-container .wpforms-field-container input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.form-container .wpforms-field-container textarea {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
input::placeholder,
textarea::placeholder {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.form-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-section .title-container h2 {
  margin-bottom: 5px;
}
.contact-form-section .title-container {
  margin-bottom: 20px;
}
/* .contact-form-section .button:after {
  top: -2px;
  right: 0;
} */
.contact-form-section .wpforms-container-full .wpforms-form .wpforms-submit-container {
  flex-grow: 1;
  text-align: center;
}
.contact-form-section .wpforms-submit-container .wpforms-submit.button {
  background-color: transparent !important;
  border: none !important;
  padding: 0 26px !important;
  position: relative !important;
  font-size: 30px !important;
  font-weight: 700;
  text-transform: UPPERCASE;
  color: white !important;
  transition: all 0.25s ease-in-out;
  background: transparent
    url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 30.9" style="enable-background:new 0 0 20 30.9;" xml:space="preserve"><polygon fill="%23ffffff" points="4.4,30.9 0,26.5 11.2,15.4 0.2,4.4 4.6,0 20,15.4 "/></svg>')
    98% 60% no-repeat;
  background-size: 0.5em;
}
.contact-form-section .wpforms-submit-container .wpforms-submit.button:hover {
  color: white !important;
  background-position: 100% 60%;
}
.contact-form-section .wpforms-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.contact-form-section .wpforms-recaptcha-container {
  width: 50%;
  flex: 0 1 50%;
  padding-bottom: 0 !important;
}
.contact-form-section .wpforms-submit-container {
  width: 50% !important;
  flex: 0 1 50%;
  text-align: right;
}
.contact-form-section .wpforms-confirmation-container-full p:last-of-type {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-field {
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  .form-container .wpforms-field-container .wpforms-field-name .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-field,
  .contact-form-section .wpforms-submit-container {
    width: 100% !important;
    flex: 100%;
  }
  .contact-form-section .wpforms-submit-container {
    padding-top: 20px !important;
  }
}
