@font-face {
  font-family: Pablo;
  src: url('../fonts/PABLO.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gunterz;
  src: url('../fonts/Gunterz-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --light-color: #000;
  --sky-blue: #52bedc;
}

body {
  background-color: var(--white);
  color: #000;
  font-family: Space Grotesk, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container.is--sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.horizontal-section {
  width: 100%;
  display: none;
  position: relative;
}

.wrapper {
  width: 100%;
}

.horizontal-item {
  flex: none;
  width: 34%;
  padding-right: 20px;
}

.list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.horizontal-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.sticky_top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.sticky_title {
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
  font-family: Krona One, sans-serif;
  font-weight: 400;
}

.card {
  color: #fff;
  background-color: #000;
  border: 2px #000;
  width: 100%;
  padding: 42px 42px 0;
  position: relative;
  overflow: visible;
}

.card_top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card_back-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_blue {
  z-index: 1;
  background-color: #52bedc4d;
  background-image: linear-gradient(to bottom, #52bedc4d, var(--white));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block {
  color: #000;
  margin-top: 0;
  font-family: Gunterz, sans-serif;
  font-size: 30px;
  position: relative;
  top: 8px;
}

.container3 {
  width: 100vw;
  max-width: 100vw;
  padding: 7px 1.5% 4px 2%;
}

.nav-link {
  font-family: Gunterz, sans-serif;
  font-size: 14px;
}

.nav-link:hover {
  color: #000;
  text-decoration: line-through;
}

.nav-link.w--current {
  color: #000;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 20;
  background-color: #0000;
  width: 470px;
  height: 83vh;
  margin-top: 8vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  filter: contrast(200%) saturate(0%);
  border: 0 solid #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.lottie-animation {
  width: 100%;
  height: auto;
  margin-top: 3vh;
}

.lottie-animation._22 {
  display: none;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-block-7 {
  text-align: left;
}

.text-block-2 {
  text-transform: uppercase;
  width: 220px;
  font-family: Gunterz, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-2.d {
  color: #000;
  text-align: left;
  font-weight: 500;
}

.image {
  width: 40px;
}

.panel1 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 1.5%;
  display: flex;
}

.cardtoppp {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.panel2 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 1%;
  padding-right: 1.5%;
  display: flex;
}

.section-wrapper {
  width: 100%;
  margin-top: -83px;
  padding-bottom: 100vh;
  position: relative;
}

.track {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.div-block-14 {
  z-index: 100;
  height: 20vh;
  padding-left: 2%;
  position: absolute;
  inset: auto 0% 0%;
}

.cardddds {
  filter: contrast(131%) grayscale();
  color: #000;
  background-color: #5c31ff00;
  border: 2px solid #000;
  border-radius: 0;
  width: 100%;
  height: 60vh;
  padding: 42px 42px 0;
  font-family: Pablo, sans-serif;
  text-decoration: none;
}

.cardddds._4 {
  background-image: url('../images/finelyinked.bysophi_1743795486_3603540176360025065_7758207674.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cardddds._1 {
  background-image: url('../images/nmoiseschica_1749594460_3652185498585617130_39391777049-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.cardddds._2 {
  text-align: center;
  background-image: url('../images/finelyinked.bysophi_1750961564_3663653598836692581_7758207674.jpg');
  background-position: 50%;
  background-size: cover;
}

.cardddds._6 {
  background-image: url('../images/pexels-pavel-danilyuk-6593514.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cardddds._5 {
  background-image: url('../images/jaggedhearttattoo_1740972994_3579863404350498711_441226829-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.cardddds._3 {
  background-image: linear-gradient(148deg, #0000, #000000b5 12%, #fff0), url('../images/finelyinked.bysophi_1750188540_3657169006144026409_7758207674.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.listit {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element.disable-overflow {
  height: 100vh;
  overflow: hidden;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.wrappit {
  width: 100%;
}

.heading-8 {
  color: #000;
  background-image: url('../images/AW.png');
  background-position: 100% 48%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 298px;
  margin-top: 20px;
  font-family: Gunterz, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.horizonnn {
  flex: none;
  width: 34%;
  padding-right: 20px;
}

.headdddingsss {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 30px;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.section-height {
  width: 100%;
  height: 100vw;
}

.div-block-15 {
  height: auto;
  padding-bottom: 5%;
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-15.jkjjj {
  padding-bottom: 1%;
}

.paragraph {
  color: #000;
  margin-top: 5%;
  margin-bottom: 5vh;
  font-family: Gunterz, sans-serif;
  font-size: 4.5vw;
  line-height: 1em;
}

.paragraph._22 {
  font-size: 3.5vw;
}

.paragraph._22._44, .paragraph._2 {
  display: none;
}

.div-block-16 {
  display: flex;
}

.text-block-3 {
  color: #000;
  background-image: url('../images/AW.png');
  background-position: 100% 43%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 255px;
  margin-top: 2%;
  font-family: Gunterz, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-18 {
  background-color: #000;
  background-image: url('../images/pexels-kevinbidwell-2183132.jpg');
  background-position: 50%;
  background-size: cover;
  width: 22vw;
  height: 40vw;
  margin-left: 0;
  margin-right: 2vw;
}

.div-block-18._4 {
  filter: grayscale();
  background-image: url('../images/pexels-kevinbidwell-2200913.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-18._1 {
  filter: grayscale();
}

.div-block-18._3 {
  filter: grayscale();
  background-image: url('../images/pexels-antonytrivet-13646841.jpg');
}

.div-block-18._2 {
  filter: grayscale();
  background-image: url('../images/woman-4123270_1280.jpg');
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex-vert-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2 {
  color: #000;
  text-transform: uppercase;
  border: 0 solid #0000;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-left: .5%;
  font-family: Gunterz, sans-serif;
  font-size: 16px;
}

.text-field-2:active, .text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-2.long {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_enquiries {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 80%;
  display: block;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
}

.home-message_content.max-width-xlarge {
  background-color: #0000;
  padding: 0;
  display: block;
}

.zoo-image {
  width: 5rem;
}

.home-message_component {
  color: #fff;
  min-height: auto;
  padding: 0 3px 3px 0;
  display: flex;
}

.select-code {
  display: none;
}

.form_message-error-2 {
  text-align: center;
  text-transform: none;
  background-color: #0000;
  margin-top: .75rem;
  padding: .75rem;
}

.text-size-small {
  font-size: .875rem;
  display: none;
}

.div-block-19 {
  height: auto;
  padding: 2%;
}

.div-block-19.efgh, .div-block-19.ll {
  padding-top: 0%;
}

.max-width-large {
  width: 100%;
}

.form_select-2 {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #aaa;
  border-bottom: 2px solid #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 43px 1.4rem 43px 0;
  font-family: Gunterz, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.flex-vert-lt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vert-lt.flex-gap-small._1 {
  display: none;
}

.form-wrapper {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5px 2.5px 0;
  display: flex;
}

.main-wrapper {
  max-height: 1000px;
}

.form_message-success-2 {
  text-transform: none;
  background-color: #0000;
  width: 100%;
  padding: 1.25rem;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 0 solid #0000;
  border-bottom: 2px solid #000;
  height: 95px;
  padding-left: 0;
  font-family: Gunterz, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.select-field:active, .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(#000000f0, #000000f0);
  justify-content: space-between;
  align-items: center;
  height: 500px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  overflow: hidden;
}

.image-2 {
  filter: invert();
  width: 148px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gunterz, sans-serif;
  font-weight: 400;
}

.button-2 {
  text-align: left;
  background-color: #3898ec00;
  width: auto;
  margin-right: 3%;
  padding: 0;
  font-family: Gunterz, sans-serif;
  font-size: 1vw;
  display: inline-block;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 36px;
  padding-bottom: 33px;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.div-block-24 {
  text-align: center;
  width: 60%;
  max-width: 100%;
}

.text-block-5 {
  font-family: Gunterz, sans-serif;
  font-size: 11px;
}

.button-3 {
  background-color: #000;
  margin-top: 3%;
  padding: 9px 50px;
  font-family: Gunterz, sans-serif;
  font-size: 20px;
}

.div-block-26 {
  height: auto;
  padding-top: 0;
  padding-bottom: 2vh;
  padding-left: 2%;
  display: flex;
}

.div-block-27 {
  background-color: #000;
  width: 33.3%;
  height: 60vh;
  margin-right: 2%;
  position: relative;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 8vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2%;
  display: flex;
}

.link-block {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 26px;
  font-family: Pablo, sans-serif;
  font-size: 17px;
  display: flex;
}

.link-block._2 {
  background-image: url('../images/WES.jpg');
}

.link-block._3 {
  background-image: url('../images/MEG.jpg');
}

.link-block._4 {
  background-image: url('../images/LEE.jpg');
}

.link-block._5 {
  background-image: url('../images/MARK.jpg');
}

.link-block._6 {
  background-image: url('../images/LISA.jpg');
}

.div-block-29 {
  width: 100%;
  height: 550px;
  padding-left: 2%;
  display: flex;
}

.div-block-29.j {
  margin-bottom: -6vh;
}

.div-block-30 {
  filter: grayscale();
  background-color: #000;
  background-image: url('../images/pexels-kevinbidwell-2183132.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  margin-right: 2%;
}

.div-block-30._2 {
  background-image: url('../images/woman-4123270_1280.jpg');
}

.div-block-30._2._32 {
  background-image: url('../images/pexels-kevinbidwell-2183132.jpg');
}

.div-block-30._2.rregbt {
  background-image: url('../images/pexels-brett-sayles-2186980.jpg');
}

.div-block-30._2.wret {
  background-image: url('../images/pexels-roseleon-3321536-1.jpg');
}

.div-block-30._2.gds {
  background-image: url('../images/allef-vinicius-M47HaQ1D__c-unsplash.jpg');
}

.div-block-30._3 {
  background-image: url('../images/pexels-antonytrivet-13646841.jpg');
}

.div-block-30._3._33 {
  background-image: url('../images/allef-vinicius-hxNiXP498UI-unsplash.jpg');
}

.div-block-30._3.rtre {
  background-image: url('../images/pexels-cottonbro-5320030.jpg');
  background-position: 0%;
}

.div-block-30._3.rtertey {
  background-image: url('../images/pexels-brett-sayles-2226009.jpg');
}

.div-block-30._3.er5.s {
  background-image: url('../images/pexels-cottonbro-4979440.jpg');
}

.div-block-30._4 {
  background-image: url('../images/pexels-kevinbidwell-2200913.jpg');
}

.div-block-30._4.rvdf {
  background-image: url('../images/pexels-daniel-lazarov-1357330-2623692.jpg');
  background-position: 0 100%;
}

.div-block-30._4.etewr {
  background-image: url('../images/pexels-pavel-danilyuk-6593514.jpg');
}

.div-block-30._4.wedg {
  background-image: url('../images/pexels-cottonbro-4979440.jpg');
  background-position: 100%;
}

.div-block-30._4.re5ywg {
  background-image: url('../images/pexels-cottonbro-5320030.jpg');
  background-position: 0%;
}

.div-block-30._01 {
  background-image: url('../images/finelyinked.bysophi_1750101526_3656439073868516413_7758207674.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-30._02 {
  background-image: url('../images/finelyinked.bysophi_1753391704_3684039094159300304_7758207674.jpg');
}

.div-block-30._03 {
  background-image: url('../images/finelyinked.bysophi_1748130855_3639907894130422136_7758207674.jpg');
  background-position: 61%;
}

.div-block-30._04 {
  background-image: url('../images/finelyinked.bysophi_1750961564_3663653598836692581_7758207674.jpg');
}

.div-block-30._111 {
  background-image: url('../images/man-890887_1280.jpg');
}

.div-block-30.swe {
  background-image: url('../images/allef-vinicius-M47HaQ1D__c-unsplash.jpg');
}

.div-block-30.ftg {
  background-image: url('../images/pexels-lilartsy-1461816.jpg');
  background-position: 100%;
}

.div-block-30.adghfa {
  background-image: url('../images/pexels-brett-sayles-2192237.jpg');
}

.div-block-30.hg {
  background-image: url('../images/pexels-roseleon-3321536-1.jpg');
}

.button-5, .image-3 {
  display: none;
}

.text-block-6 {
  width: 1120px;
  max-width: 100%;
  margin-bottom: 0%;
  font-family: Gunterz, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.image-4 {
  filter: grayscale();
  width: 98%;
  margin-top: 3%;
  margin-bottom: -7%;
  margin-right: 2%;
}

.link {
  color: #6d6d6d;
}

.aspect-square {
  padding-top: 100%;
}

.draggable_overlay {
  justify-content: center;
  align-items: center;
  padding: 2.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.draggable-height {
  padding-top: 60%;
}

.draggable_section {
  cursor: grab;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.draggable_title {
  display: none;
}

.draggable_img {
  width: 100%;
  height: 100%;
}

.draggable_box {
  outline-offset: -.5px;
  outline: 1px solid #fff;
  width: 50%;
  height: 50%;
}

.draggable_link {
  width: 100%;
  height: 100%;
}

.draggable_corner {
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-bottom-color: #000;
  border-right-color: #000;
  width: 4.5%;
  margin: -2.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.draggable_corner.is-3 {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.draggable_corner.is-2 {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.draggable_corner.is-4 {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.draggable_item {
  opacity: .25;
  width: 100%;
  height: 100%;
  padding: .2%;
}

.draggable_title_wrap {
  text-align: center;
  padding-bottom: 6%;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  inset: auto 0% 0%;
}

.draggable_list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 33.3333%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.draggable_title_text {
  font-size: 5rem;
  line-height: .8;
}

.draggable_lines {
  opacity: .25;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
}

.draggable-scale {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.draggable-width {
  width: 50%;
  position: absolute;
}

.draggable_wrap.draggable-height {
  background-color: #8a61ff00;
}

.draggable_circle {
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 26%;
  position: absolute;
}

.bodyy {
  background-color: var(--light-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-5 {
  width: 100%;
  height: 100vh;
}

.div-block-31 {
  height: 80vh;
  margin-top: 9vh;
  margin-bottom: 5vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.div-block-32 {
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 40vw;
  height: 100%;
}

.div-block-32.zl {
  background-image: url('../images/WES.jpg');
}

.div-block-32.zlo {
  background-image: url('../images/MEG.jpg');
}

.div-block-32.ase {
  background-image: url('../images/LEE.jpg');
}

.div-block-32.see {
  background-image: url('../images/MARK.jpg');
}

.div-block-32.reyth {
  background-image: url('../images/LISA.jpg');
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60vw;
  padding-top: 10vh;
  padding-left: 2%;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  font-family: Pablo, sans-serif;
  font-size: 10vw;
}

.text-block-7 {
  margin-top: 5px;
  font-family: Gunterz, sans-serif;
  font-size: 2vw;
  line-height: 1.2;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.link-block-3 {
  color: #000;
  margin-top: 13px;
  text-decoration: none;
}

.image-2-copy {
  width: 62px;
}

.image-vortex {
  min-width: 100px;
  min-height: 100px;
}

.hero_inner {
  z-index: 3;
  perspective: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hero_heading-track.heading-4 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero_heading-all {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container-2.hero-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.section.hero {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero_heading-inner {
  width: 100%;
  display: flex;
}

.img-reveal_block {
  z-index: 2;
  transform-origin: 50% 0;
  position: absolute;
  inset: -5%;
  transform: translate(0, -100%);
}

.img-reveal_block.dark {
  z-index: 2;
  background-color: #fff;
}

.hero_heading-wrap {
  z-index: 5;
  mix-blend-mode: overlay;
  transform-style: preserve-3d;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(200px);
}

.hero_heading-wrap.control {
  display: none;
  position: absolute;
  inset: 0%;
}

.hero_heading_embed {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  display: flex;
  transform: translate(0);
}

.hero_heading_embed.none {
  display: none;
}

.img-reveal_img {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 25vh;
  height: 25vh;
  position: relative;
}

.img-reveal_img.hero_image {
  filter: grayscale();
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.img-reveal_wrap {
  position: relative;
  overflow: hidden;
}

.img-reveal_wrap.hero_img-wrap {
  z-index: 3;
  perspective: none;
  width: 39%;
  min-width: 30em;
  height: 80vh;
  transform: translate(0)perspective(200px);
}

.hero_heading {
  justify-content: center;
  width: 100%;
  line-height: 1;
  display: flex;
}

.hero_heading.heading-3 {
  text-align: center;
  font-weight: 400;
}

.hero_heading.heading-2 {
  text-align: center;
  font-weight: 300;
}

.hero_heading.heading-1 {
  text-align: center;
  text-shadow: 0 0 4em #00000040;
}

.hero_heading.heading-4 {
  text-align: center;
  font-weight: 300;
}

.scene---scroll {
  height: 500dvh;
}

.scene---sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.card---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-2 {
  border: .4vw solid #272727;
  border-radius: 1.75vw;
  height: 36vw;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 .1vw #ffffff80;
}

.cards {
  align-items: center;
  height: 100dvh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.card---wrap {
  flex: none;
  width: 24vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.scene---extra {
  height: 100dvh;
}

.cards---outter {
  transform: rotate(-4deg);
}

.background__fill {
  background-color: #0d0628;
  width: 100%;
  height: 100%;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.sublinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu__left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4.06em;
  display: flex;
  position: relative;
}

.nav__logo {
  width: 5.52em;
}

.cursor__dot1 {
  background-color: #0d0628;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: opacity .35s, background-color .35s, height .35s, width .35s;
}

.container-3 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-3.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.container-3.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container-3.is--menu {
  z-index: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-3.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.nav-link__text {
  letter-spacing: -.05em;
  font-size: 7.03em;
  line-height: 1.2;
}

.sublink__line {
  background-color: #eed9e7;
  width: 100%;
  height: .2em;
  transform: translate(-100%);
}

.nav-link__contain {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero__wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Gunterz, sans-serif;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.hero__p {
  margin-top: 1em;
  font-weight: 400;
}

.trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.nav-link-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  display: flex;
  overflow: hidden;
}

.nav-link-2:hover {
  font-style: italic;
  font-weight: 700;
}

.nav-link-2.is--3 {
  margin-left: 6.2em;
}

.nav-link-2.is--1 {
  margin-left: 12.4em;
}

.menu__icon {
  width: 3.02em;
}

.nav-link__img {
  z-index: -2;
  object-fit: contain;
  width: 46em;
  height: 30em;
  margin-right: -35em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link__line {
  background-color: #fff;
  width: 0;
  height: .2em;
}

.sublink {
  margin-top: 1.5em;
  overflow: hidden;
}

.background__lottie {
  width: 100%;
  margin-top: -1%;
}

.control__fill {
  z-index: 1;
  background-color: var(--light-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger__line {
  background-color: #0d0628;
  width: 3em;
  height: .2em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
  position: relative;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.splide__img {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cursor__dot2 {
  color: #0000;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: border-color .35s, height .35s, width .35s, background-color .35s, color .35s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link__num {
  letter-spacing: -.04em;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25em;
  font-style: normal;
  line-height: 1;
}

.nav__svg {
  width: 100%;
}

.section-2.is--nav {
  z-index: 900;
  position: absolute;
  inset: 0% 0% auto;
}

.section-2.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.section-2.is--slider.hider {
  display: none;
}

.section-2.is--hero {
  z-index: 3;
  padding-top: 0;
  position: relative;
}

.menu__contain {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sublink__text {
  letter-spacing: -.04em;
  font-size: 1.77em;
  line-height: 1.2;
}

.trigger__circle {
  border: .2em solid #0d0628;
  border-radius: 50%;
  width: 14.58em;
  height: 14.58em;
  position: absolute;
}

.menu__right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1.7em;
  padding-right: 10.99em;
  display: flex;
}

.menu {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container-4 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-4.is--menu {
  z-index: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-4.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.card-copy {
  color: #fff;
  background-color: #000;
  border: 2px #000;
  width: 100%;
  padding: 42px 42px 0;
  position: relative;
  overflow: visible;
}

.splide__img-absolutre {
  color: #fff;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-display-4 {
  color: #000;
  font-size: 17px;
  line-height: 1.6em;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.about-image._586 {
  width: 500px;
  min-height: 511px;
  transform: rotate(0);
}

.icons-outlined {
  text-transform: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.merch_img1-copy {
  filter: drop-shadow(0 2px 11px #000000b3);
  object-fit: scale-down;
  width: 100%;
  height: 16.7em;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.merch_link {
  text-align: center;
  border: 3px solid #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.6em;
  padding: 2.2em 1.1em;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: flex;
}

.merch_link._50 {
  text-transform: uppercase;
  width: 50%;
}

.merch_link._50.hider {
  display: none;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.btn-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff8ee;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #f5f5f5b3;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
  box-shadow: 7px 6px 5px #0003;
}

.btn-secondary:hover {
  color: #f5f5f5;
  background-color: #000;
  transform: scale(.95);
}

.grid-wrapper-3 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58px;
  display: block;
  position: relative;
}

.merch_img2 {
  filter: drop-shadow(6px 15px 9px #000000b3);
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -68px;
  padding-top: 36px;
  padding-left: 10px;
  padding-right: 37px;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--merch-img2 {
  width: 80%;
  height: 100%;
}

.grid_item.is--merch-img2._3 {
  transform-style: preserve-3d;
  padding-top: 6.84em;
  padding-right: 5.44em;
  transform: skew(16deg)rotateX(15deg)rotateY(23deg)rotateZ(0);
}

.grid_item.is--merch-img1 {
  z-index: 1;
  width: 60%;
  margin-bottom: 16.2em;
  margin-left: -20%;
  margin-right: -20%;
  position: relative;
}

.grid_item.is--merch-img1._2 {
  z-index: 0;
  object-fit: scale-down;
  transform-style: preserve-3d;
  width: 40%;
  margin-left: 0%;
  margin-right: -22%;
  padding: 5.6em 0 2.44em;
  transform: skew(-3deg, 26deg)rotateX(0)rotateY(28deg)rotateZ(0);
}

.dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  display: flex;
}

.medium-stacked-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 784px;
  display: grid;
}

.after-section {
  font-size: 4.5em;
  line-height: .4;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-4.grey {
  z-index: 2;
  background-color: #000;
  padding-top: 299px;
}

.section-4.grey.bottom {
  background-color: #0000;
  padding-top: 0;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.background-wrapper {
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bold-text-5 {
  color: #000;
  font-size: .5em;
  line-height: .5;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/ginger_inkz_1749061384_3647713734077907419_43576725370.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 234px;
  background-attachment: scroll, scroll;
}

.heading-md-2 {
  color: #fff;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 400;
}

.bg-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: none;
}

.bg-image.about {
  background-image: linear-gradient(#0003, #0003);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.container-full {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.card-wrapper {
  z-index: 50;
  border-radius: 1rem;
  align-self: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.grid-lines-wrapper {
  z-index: 15;
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.subtitle {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-size: .75rem;
}

.section-5 {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

.content-wrapper {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
}

.grid-lines {
  grid-column-gap: 25%;
  grid-row-gap: 25%;
  opacity: .5;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-layout {
  z-index: -2;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5rem 1fr 1fr 1fr 2.5rem;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.padding-standard {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.blur {
  z-index: -5;
  filter: blur(3.3em);
  background-color: #006aff;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 445px;
}

.blur.big {
  transform: scale(1.4);
}

.body-display {
  font-size: 1.125rem;
  line-height: 1.7;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.flex-start-end {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  position: absolute;
}

.subheading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.section-padding-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.content-items {
  z-index: 20;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.line-separator-2 {
  background-color: #2c2c2c;
  width: 5rem;
  height: 1px;
}

._3-column-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.background-2 {
  background-image: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vertical-line-2 {
  background-color: #83838340;
  width: 1px;
  height: 100%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.bold-text-6 {
  color: #000;
}

.card-items {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.card-items.projects {
  color: #fff;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.card-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 63px;
  display: flex;
}

.artist-name {
  white-space: pre;
  font-size: 1.2vw;
}

.pofolio {
  cursor: pointer;
  padding: 12px 10px;
  font-size: 1.2vw;
  text-decoration: underline;
  transition: transform .2s;
  display: block;
}

.pofolio:hover {
  position: relative;
  transform: scale(1.1);
}

.body-display-copy {
  font-size: 1.125rem;
  line-height: 1.7;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.heading-13 {
  text-shadow: 0 1px 6px #000000cf;
}

.card-details-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  display: flex;
}

.artist-name-2 {
  opacity: 1;
  text-shadow: 1px 1px 1px #000, 0 1px 1px #000000f2;
  white-space: pre;
  font-size: 1.2vw;
}

.container-5 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-5.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-14 {
  font-size: 2.7em;
}

.heading-15 {
  text-shadow: 2px 2px #000, 0 1px 6px #000000cf;
  font-size: 2.7em;
}

.control__fill-2 {
  z-index: 1;
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card_top-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pofolio-2 {
  white-space: pre;
  cursor: pointer;
  padding: 12px 10px;
  font-size: 1.2vw;
  text-decoration: underline;
  transition: transform .2s;
  display: block;
}

.pofolio-2:hover {
  position: relative;
  transform: scale(1.1);
}

.image-8 {
  object-fit: cover;
  min-height: 587px;
}

.html-embed-2 {
  z-index: -1;
  display: none;
  position: absolute;
}

.gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(#fff0 49%, #000 86%);
  position: absolute;
  inset: 0%;
}

.grid-wrapper-4 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 84px;
  display: grid;
  position: relative;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-6.grey {
  z-index: 2;
  background-color: #000;
  padding-top: 299px;
}

.section-6.grey.bottom {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dual-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-heading-right {
  z-index: 2;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #0009;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-16 {
  white-space: pre;
}

.heading-17 {
  white-space: normal;
  font-size: 3em;
  display: block;
}

.nav-button-link-copy {
  text-decoration: none;
  display: none;
}

.btn-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  white-space: pre;
  background-color: #600;
  border-radius: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary:hover {
  background-color: #000;
  border: 1px solid #fff;
  transform: scale(.95);
}

.cta {
  background-color: #000;
  margin-top: 3%;
  padding: 9px 50px;
  font-family: Gunterz, sans-serif;
  font-size: 20px;
}

.file-upload, .default-state {
  width: 100%;
}

.uploader {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #bb935f;
  text-align: center;
  background-color: #0000;
  border: 2px dotted #e9c68c;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 150px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-size: 20px;
  transition: all .35s;
  display: flex;
}

.uploader:hover {
  color: #000;
  background-color: #bb935f;
}

.uploader:active {
  background-image: url('../images/Vectorhover.svg'), linear-gradient(to bottom, null, null);
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uploading {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #bb935f;
  text-align: center;
  background-color: #bb935f;
  border: 2px dotted #e9c68c;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 150px;
  padding-top: 37px;
  padding-bottom: 37px;
  font-size: 20px;
  display: flex;
}

.uploading:hover {
  background-image: linear-gradient(#bb935f, #bb935f);
}

.uploading:active {
  background-image: url('../images/Vectorhover.svg'), linear-gradient(to bottom, null, null);
}

.button, .uploaded-file {
  background-color: #000;
}

.button-6 {
  background-color: #fff;
  border: 1px solid #fff;
}

.floater-book {
  width: 100%;
  height: auto;
  padding-top: 4%;
  padding-bottom: 5%;
  padding-left: 2%;
  display: none;
}

.floater-book.efgh, .floater-book.ll {
  padding-top: 0%;
}

.gallery-wrap-no-cms {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.gallery-list-wrapper-2 {
  width: 100%;
  margin-top: 2rem;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.header-wrap-gal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-2 {
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-item-2._10th {
  display: none;
}

.portfolios {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 84px;
  display: block;
}

.global-scripts {
  display: none;
}

.splide__img-absolutre-copy {
  color: #fff;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 28px 18px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pofolio-2-copy {
  cursor: pointer;
  padding: 12px 10px;
  font-size: 1.3vw;
  text-decoration: underline;
  transition: transform .2s;
  display: block;
}

.pofolio-2-copy:hover {
  position: relative;
  transform: scale(1.1);
}

.div-block-37 {
  width: 100vw;
}

.hero-roated {
  flex: none;
  width: 100%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
  position: relative;
}

.gallery-wrap-no-cms-copy, .skyla-gallery, .al-gallery, .sophi-gallery, .aviva-gallery {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.overflow-copy {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rhion-gallery, .phebe-gallery, .noah-gallery {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.artists-gallery {
  padding-left: 6px;
  padding-right: 6px;
}

.gallery {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.gallery.is--hero {
  padding-top: 11.26em;
  padding-bottom: 0;
}

.gallery.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery.is--menu {
  z-index: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.gallery.is--nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.65em;
  padding-bottom: 1.65em;
  display: flex;
  position: relative;
}

.lightbox-custom {
  display: none;
}

.k8lyn-gallery {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.heading-18 {
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 5vh;
  font-family: Droid Serif, serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 1em;
}

.contact {
  max-height: 1000px;
}

.div-block-38 {
  position: relative;
  top: -166px;
}

.ella-gallery, .connor-gallery {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.div-block-39 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 96vw;
  height: 100vh;
  padding-left: 24px;
  font-size: 3vw;
  display: flex;
}

.heading-18-copy {
  text-transform: none;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 5vh;
  font-family: Droid Serif, serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1em;
}

.buttons-container {
  margin-top: 32px;
  display: flex;
}

.buttons-container.body {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding: 15px 24px;
  position: static;
  transform: skew(-6deg);
  box-shadow: 0 2px 0 3px #201c1d, inset 0 0 0 3px #575759, inset 0 0 0 7px #fff;
}

.paragraph-6 {
  color: #ea1d24;
  text-align: center;
}

.regular-button {
  color: #000;
  letter-spacing: 0;
  border: 1px solid #0000001a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .4s, transform .15s ease-out;
  display: flex;
}

.regular-button:hover {
  transform: scale(1.05);
}

.regular-button.white {
  background-color: #222;
  border-color: #fff;
}

.regular-button.reg-button {
  color: #fff;
  background-color: #ea1d24;
  border-style: none;
  margin-left: 20px;
  box-shadow: inset 6px 3px 1px -1px #0003, 4px 2px #222;
}

.regular-button.reg-button.body-buttons {
  white-space: normal;
  background-color: #6f0004;
  border-style: none;
  border-color: #fff;
  box-shadow: inset 6px 3px 1px -1px #fff, 4px 2px #fff;
}

.text-block-16 {
  color: #fff;
  white-space: pre;
}

.heading-5 {
  color: #ea1d24;
  text-align: center;
}

.div-block-75 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.text-block-17 {
  text-shadow: 2px 3px #6f0004, 0 1px 3px #000;
}

.text-block-17.shaded {
  white-space: pre;
  transform: skew(6deg);
}

.paragraph-7 {
  text-align: center;
}

.hover-cover {
  color: #000;
  background-color: #000;
  padding-left: 53px;
  padding-right: 53px;
  position: absolute;
  inset: 0%;
}

.open-lottie {
  z-index: 10;
  width: 14px;
  position: relative;
}

.content-stacked {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-stacked.medium {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  padding-bottom: 57px;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top, .skills-item.right-top {
  border-top: 1px solid #ffffff1a;
}

.tab-bottom-content {
  border-top: 1px #ffffff1a;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.heading {
  font-weight: 400;
}

.btn-primary-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: capitalize;
  white-space: pre;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .75rem 2rem;
  transition: all .3s;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #000;
  border: 1px solid #fff;
  transform: scale(.95);
}

.grid-wrapper-2 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 30px;
  display: grid;
  position: relative;
}

.bold-text-4 {
  letter-spacing: 3px;
}

.tab-bottom {
  background-color: #8ea5b60d;
  border-top: 1px #ffffff1a;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.body-display-2 {
  color: #000000e6;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.centered-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.subtitle-3 {
  z-index: 10;
  color: #000c;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.subtitle-3.faq {
  color: #fffc;
  letter-spacing: 2px;
  font-size: 18px;
}

.skills-list {
  flex-direction: column;
  display: flex;
}

.service-item {
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-grid.small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.sidebar-icon {
  background-color: #aeaec00d;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: all 1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  background-image: linear-gradient(50deg, #fdbc00, #950dfa 88%);
  border-color: #3572ff;
}

.instagram-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .artist-name-2 {
    text-shadow: 0 1px 3px #000;
  }

  .text-block-16 {
    white-space: nowrap;
  }

  .text-block-17 {
    white-space: pre;
  }

  .tab-grid {
    grid-column-gap: 72px;
  }

  .sidebar-icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }

  .tab-grid {
    grid-column-gap: 80px;
  }

  .sidebar-icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 2800px;
  }

  .gallery-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header-wrap-gal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .project-item-2 {
    min-height: 570px;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    display: block;
  }

  .sidebar-icon {
    width: 61px;
    height: 61px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is--sticky {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4%;
  }

  .horizontal-section {
    display: block;
  }

  .horizontal-item {
    width: 52%;
  }

  .sticky_top {
    padding-bottom: 16.5px;
  }

  .card {
    background-color: #0000;
    height: 60vh;
  }

  .card_top {
    font-family: Pablo, sans-serif;
  }

  .card_blue {
    background-color: #52bedc00;
    background-image: none;
    border: 3px solid #000;
  }

  .nav-link, .section-wrapper {
    display: none;
  }

  .horizonnn {
    width: 52%;
  }

  .paragraph._22._44 {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    padding-left: 7px;
  }

  .text-field-2.long {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-field-2.upload {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-message_content.max-width-xlarge {
    padding-right: 2.5px;
  }

  .home-message_component {
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .flex-vert-lt.flex-gap-small._2 {
    display: none;
  }

  .form-wrapper {
    width: 90vw;
    padding: 2px 2px 2px 0;
  }

  .main-wrapper {
    max-height: 800px;
  }

  .select-field {
    color: #000;
    background-color: #f3f3f300;
    border: 0 solid #000;
    border-bottom-width: 2px;
    height: 97px;
    padding-left: 0;
    font-family: Gunterz, sans-serif;
    font-size: 16px;
    display: block;
  }

  .nav-menu {
    color: #000;
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 15vh;
    padding-left: 2%;
    font-family: Gunterz, sans-serif;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    z-index: 20;
    background-color: #fff;
  }

  .icon {
    color: #000;
  }

  .div-block-29 {
    height: 390px;
  }

  .brand, .brand.w--current {
    z-index: 20;
  }

  .button-5 {
    color: #000;
    background-color: #3898ec00;
    padding-left: 0;
    font-size: 20px;
    text-decoration: underline;
    display: block;
  }

  .image-3 {
    width: 337px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .draggable_title_wrap {
    padding-bottom: 10%;
  }

  .draggable-width {
    width: 70%;
  }

  .draggable_circle {
    width: 36%;
  }

  .container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero_heading-wrap {
    width: 100%;
  }

  .hero_heading_embed {
    font-size: 2vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 100%;
    min-width: 0;
  }

  .hero_heading {
    font-size: 17vh;
  }

  .background__fill {
    z-index: 1;
    position: relative;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__p {
    font-size: 12px;
  }

  .background__lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .splide__slide {
    min-height: 30.1em;
  }

  .overflow {
    min-height: 100vh;
  }

  .cursor {
    display: none;
  }

  .menu {
    height: 100vh;
  }

  .container-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .card-copy {
    background-color: #0000;
    height: 60vh;
  }

  .about-image._586 {
    width: 100%;
    height: 77vw;
    min-height: 533px;
  }

  .merch_img1-copy {
    height: 19em;
  }

  .grid-wrapper-3 {
    padding-top: 61px;
  }

  .merch_img2 {
    margin-top: 56px;
  }

  .grid_item.is--merch-img2._3 {
    z-index: 2;
    z-index: 2;
    margin-left: 83px;
    padding: 7.7em 15.2em 1.14em 4.94em;
    position: relative;
  }

  .grid_item.is--merch-img1 {
    margin-left: 0%;
    margin-right: -40%;
  }

  .grid_item.is--merch-img1._2 {
    width: 47%;
    margin-right: -43%;
    padding-top: 14.9em;
    padding-left: 1.24em;
    padding-right: 5.44em;
  }

  .dual-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.grey {
    padding-top: 160px;
  }

  .grid {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-md-2 {
    font-size: 2.25rem;
  }

  .button-wrapper-2 {
    align-self: flex-start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-padding-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._3-column-grid-2 {
    flex-flow: column;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    display: flex;
  }

  ._3-column-grid-2.bottom {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .card-items.projects {
    justify-content: center;
    align-items: center;
  }

  .card-details {
    width: 200px;
  }

  .card-details-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .container-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-14, .heading-15 {
    font-size: 1.8em;
  }

  .pofolio-2 {
    white-space: pre;
    font-size: 16px;
  }

  .grid-wrapper-4 {
    padding-top: 0;
  }

  .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-6.grey {
    padding-top: 160px;
  }

  .dual-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-6 {
    max-width: 866px;
  }

  .hero-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-wrapper.top {
    flex-flow: wrap-reverse;
  }

  .hero-split {
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-16 {
    padding-left: 0;
  }

  .nav-button-link-copy {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 3%;
  }

  .btn-primary.floater {
    border: 1px solid #fff;
    padding-left: 5rem;
    padding-right: 5rem;
    box-shadow: 0 0 13px #ffffff7d;
  }

  .button-6 {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .gallery-wrap-no-cms {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .pofolio-2-copy {
    white-space: pre;
    font-size: 16px;
  }

  .hero-roated {
    min-height: 30.1em;
  }

  .gallery-wrap-no-cms-copy, .skyla-gallery, .al-gallery, .sophi-gallery, .aviva-gallery {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .overflow-copy {
    padding-top: 31px;
  }

  .rhion-gallery, .phebe-gallery, .noah-gallery {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .gallery {
    padding-top: 10.26em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .k8lyn-gallery {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .heading-18, .heading-18.big {
    font-size: 17vw;
  }

  .heading-18.us {
    font-size: 12vw;
  }

  .contact {
    padding-bottom: 68px;
  }

  .ella-gallery, .connor-gallery {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .heading-18-copy {
    font-size: 9vw;
  }

  .heading-18-copy.big {
    font-size: 17vw;
  }

  .heading-18-copy.us {
    font-size: 12vw;
  }

  .buttons-container.body {
    justify-content: center;
    align-items: center;
  }

  .text-block-17 {
    text-shadow: none;
  }

  .hover-cover {
    background-color: #000;
    display: none;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .skills-item.right-top {
    border-top-style: none;
  }

  .heading {
    font-weight: 400;
  }

  .btn-primary-2 {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 8rem;
  }

  .grid-wrapper-2 {
    grid-row-gap: 48px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-item {
    grid-row-gap: 100px;
  }

  .tab-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tab-top {
    background-color: #000;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-icon {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-item {
    width: 106%;
    padding-right: 4vw;
  }

  .horizonnn {
    width: 100%;
    padding-right: 4vw;
  }

  .section-height {
    height: 500vw;
  }

  .paragraph._1 {
    font-size: 7vw;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form_enquiries {
    grid-template-columns: 1fr;
  }

  .home-message_content {
    border-radius: 0;
  }

  .home-message_component {
    padding: 0;
  }

  .form-wrapper {
    width: 90vw;
    max-width: 50rem;
    padding-left: 0;
  }

  .main-wrapper {
    max-height: 806px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-2 {
    font-size: 14px;
  }

  .div-block-24 {
    flex-flow: column;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .div-block-29 {
    height: 290px;
  }

  .button-5 {
    font-size: 14px;
  }

  .draggable_corner {
    margin: -2%;
  }

  .draggable-width {
    width: 83%;
  }

  .draggable_circle {
    width: 45%;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 80vh;
  }

  .hero_heading {
    font-size: 22vw;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .nav__logo {
    font-size: 10px;
  }

  .container-3 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-3.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .container-3.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .sublink__line {
    display: none;
  }

  .hero__wrap {
    width: 90%;
  }

  .trigger {
    font-size: 8px;
  }

  .menu__icon {
    font-size: 10px;
  }

  .sublink {
    font-size: 7px;
  }

  .splide__slide {
    width: 100%;
    padding-left: .92em;
    padding-right: .92em;
  }

  .nav__svg {
    font-size: 1em;
  }

  .section-2.is--slider {
    margin-bottom: 9.9em;
  }

  .container-4 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .container-4.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .about-image {
    min-height: 350px;
  }

  .about-image._586 {
    z-index: 5;
    height: 88vw;
    min-height: 523px;
    max-height: 715px;
  }

  .merch_img1-copy {
    height: 19.3em;
    padding-left: 0;
  }

  .merch_img2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is--merch-img2._3 {
    margin-left: 51px;
    padding: 0 88.9px 0 80.94px;
  }

  .grid_item.is--merch-img1._2 {
    width: 43%;
    padding-right: 4.54em;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-md-2 {
    font-size: 2rem;
  }

  .background-layout {
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr 1.25rem;
  }

  .padding-standard {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-padding-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .line-separator-2 {
    width: 2rem;
  }

  ._3-column-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .card-items.projects {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    align-items: center;
  }

  .artist-name {
    font-size: 16px;
  }

  .pofolio {
    white-space: nowrap;
    font-size: 16px;
  }

  .card-details-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .artist-name-2 {
    font-size: 16px;
  }

  .container-5 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .card_top-2 {
    flex-flow: row;
    padding-left: 19px;
    padding-right: 19px;
  }

  .pofolio-2 {
    white-space: pre;
    font-size: 16px;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dual-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-wrapper.top {
    flex-flow: wrap-reverse;
  }

  .nav-button-link-copy {
    z-index: 21;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 2%;
  }

  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .gallery-item-2._10th {
    display: block;
  }

  .pofolio-2-copy {
    white-space: pre;
    font-size: 16px;
  }

  .hero-roated {
    width: 100%;
    padding-left: .92em;
    padding-right: .92em;
  }

  .gallery {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  .gallery.is--hero {
    padding-top: 136px;
    padding-bottom: 3.4em;
  }

  .gallery.is--nav {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .heading-18 {
    font-size: 18vw;
  }

  .heading-18-copy {
    font-size: 11vw;
  }

  .buttons-container {
    margin-top: 30px;
  }

  .regular-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .regular-button.reg-button.body-buttons {
    color: #fff;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .btn-primary-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subtitle-3.faq {
    letter-spacing: 1px;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .sidebar-icon {
    width: 33px;
    height: 33px;
    padding: 7px;
  }
}

@media screen and (max-width: 479px) {
  .container.is--sticky {
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .global {
    position: relative;
  }

  .horizontal-section {
    margin-top: -102px;
  }

  .horizontal-trigger {
    height: auto;
  }

  .sticky_top {
    margin-top: 3%;
    padding-bottom: 0%;
  }

  .sticky_title {
    background-image: url('../images/AW.png');
    background-position: 100% 47%;
    background-repeat: no-repeat;
    background-size: 10px;
    width: 225px;
    font-family: Gunterz, sans-serif;
    font-size: 23px;
    font-weight: 400;
  }

  .card {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .card_top {
    justify-content: flex-start;
  }

  .navbar {
    padding-top: 0;
  }

  .text-block {
    font-size: 23px;
    font-weight: 400;
    top: 13px;
  }

  .container3 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .nav-link {
    font-weight: 400;
    display: none;
  }

  .div-block-2 {
    width: 100%;
    height: 77vh;
    padding-top: 3vh;
  }

  .div-block-3 {
    width: 70%;
    height: 68vh;
    margin-top: 8vh;
  }

  .lottie-animation._22 {
    margin-top: -.5vh;
    display: block;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 5%;
    padding-right: 7%;
  }

  .text-block-2 {
    width: 40vw;
    font-size: 2.5vw;
  }

  .text-block-2.d {
    font-size: 3vw;
  }

  .image {
    width: 30px;
  }

  .section-wrapper {
    display: none;
  }

  .cardddds {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .listit {
    flex-flow: row;
    display: flex;
  }

  .horizonnn {
    width: 34%;
  }

  .section-height {
    height: 100vw;
  }

  .div-block-15 {
    z-index: 40;
    margin-top: -70px;
    padding-left: 4%;
    position: relative;
  }

  .paragraph {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 5vw;
  }

  .paragraph._22 {
    font-size: 5vw;
  }

  .paragraph._22._33 {
    display: none;
  }

  .paragraph._22._44 {
    padding-top: 23px;
    padding-left: 0;
    font-size: 7vw;
    display: block;
    overflow: visible;
  }

  .paragraph._1 {
    font-size: 11vw;
    display: block;
  }

  .paragraph._2 {
    font-size: 7vw;
    display: block;
  }

  .paragraph._2.sdfgf {
    display: none;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .text-block-3 {
    word-break: break-all;
    background-size: 10px;
    width: 221px;
    max-width: 100%;
    font-size: 23px;
    display: block;
  }

  .div-block-18._4 {
    background-position: 50% 0;
    width: 90vw;
    height: 400px;
  }

  .div-block-18._1, .div-block-18._3, .div-block-18._2 {
    background-position: 50% 0;
    width: 90vw;
    height: 400px;
    margin-bottom: 3%;
  }

  .global-styles {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    border-radius: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 4px;
    font-size: 3vw;
  }

  .text-field-2.long {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form_enquiries {
    width: 100%;
  }

  .home-message_component {
    width: 88vw;
  }

  .div-block-19 {
    width: 100vw;
    margin-top: 3%;
    padding-top: 0%;
    padding-left: 4%;
    overflow: hidden;
  }

  .div-block-19.sdfgdh {
    width: 96vw;
    padding-right: 0%;
  }

  .form_select-2 {
    width: 423px;
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 3vw;
  }

  .flex-vert-lt.flex-gap-small {
    width: 88vw;
  }

  .flex-vert-lt.flex-gap-small._2 {
    width: 422px;
    max-width: 100%;
  }

  .flex-vert-lt.flex-gap-small._1 {
    display: none;
  }

  .page-wrapper {
    width: 100%;
  }

  .form-wrapper {
    width: 87.5vw;
    padding: 0 0 38px;
  }

  .main-wrapper {
    width: 100%;
    max-height: 895px;
  }

  .select-field {
    color: #000;
    text-transform: uppercase;
    background-color: #f3f3f300;
    border: 0 solid #0000;
    border-bottom: 2px solid #000;
    height: 74px;
    padding-top: 10px;
    padding-left: 0;
    font-family: Gunterz, sans-serif;
    font-size: 3vw;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 69px;
    padding-bottom: 69px;
    padding-left: 5%;
    display: flex;
  }

  .image-2 {
    width: 112px;
    margin-bottom: 4px;
  }

  .heading-9 {
    text-align: left;
    margin-top: 0;
    font-size: 30px;
  }

  .button-2 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .div-block-23 {
    margin-bottom: 10%;
  }

  .div-block-24 {
    flex-flow: column;
    margin-top: 9%;
    display: flex;
  }

  .div-block-25 {
    margin-top: 20%;
  }

  .text-block-5 {
    padding-left: 5%;
    font-size: 10px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 11vh;
    padding-left: 5%;
    font-weight: 400;
  }

  .menu-button {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    z-index: 10;
    background-color: #fff;
  }

  .div-block-26 {
    flex-flow: column;
    padding-bottom: 0;
    padding-right: 2%;
  }

  .div-block-27 {
    width: 95%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    height: 220px;
    margin-bottom: 2vh;
  }

  .brand {
    z-index: 10;
  }

  .button-5 {
    color: #000;
    background-color: #3898ec00;
    padding-top: 33px;
    padding-bottom: 33px;
    padding-left: 0;
    font-family: Gunterz, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .image-3 {
    z-index: 100;
    width: 270px;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .bodyy {
    background-color: var(--white);
  }

  .div-block-31 {
    flex-flow: column;
    height: auto;
    margin-bottom: 9vh;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .div-block-32 {
    width: 90vw;
    height: 460px;
  }

  .div-block-33 {
    flex-flow: column;
    width: 90vw;
    padding-top: 0;
    padding-left: 0%;
  }

  .heading-11 {
    font-size: 15vw;
  }

  .text-block-7 {
    padding-right: 0;
    font-size: 18px;
  }

  .image-2-copy {
    width: 60px;
    margin-bottom: 4px;
  }

  .section.hero {
    padding-bottom: 5em;
  }

  .hero_heading-wrap {
    transform: translate3d(0, 0, 100px)scale(.9)perspective(2000px);
  }

  .hero_heading_embed {
    font-family: Gunterz, sans-serif;
    font-size: 2vw;
  }

  .img-reveal_wrap.hero_img-wrap {
    height: 60vh;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .sublinks {
    text-align: center;
    align-items: center;
    padding-top: 1.3em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .menu__left {
    padding-left: 0;
    font-size: 2em;
  }

  .container-3.is--hero {
    padding-top: 0;
  }

  .container-3.is--slider {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .hero__wrap {
    width: 100%;
  }

  .menu__icon, .sublink {
    font-size: 2em;
  }

  .splide__slide {
    min-height: 28.7em;
    position: relative;
  }

  .menu__contain {
    display: block;
  }

  .menu__right {
    text-align: center;
    align-items: center;
    padding-top: 5.3em;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 5px;
  }

  .card-copy {
    padding-left: 11vw;
    padding-right: 11vw;
    position: absolute;
    inset: 0%;
  }

  .splide__img-absolutre {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 31px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .heading-12 {
    font-family: Gunterz, sans-serif;
  }

  .about-image {
    min-height: 250px;
  }

  .about-image._586 {
    height: 91vw;
    min-height: 398px;
    max-height: 600px;
  }

  .merch_img1-copy {
    filter: none;
    width: 41%;
    height: 44vw;
  }

  .merch_link {
    border-width: 1px;
    flex-direction: row;
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .merch_link._50 {
    width: 75%;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
  }

  .btn-secondary {
    border-color: #fffc;
  }

  .merch_img2 {
    height: 72vw;
    margin-top: 0;
  }

  .grid_item.is--merch-img2._3 {
    padding: 1.7px 0 29.54px .6px;
    transform: skew(-9deg, 17deg)skew(0deg, -17deg);
  }

  .grid_item.is--merch-img1._2 {
    z-index: -1;
    width: 54%;
    margin-top: -103px;
    margin-right: -58%;
    padding-bottom: 6.3em;
    padding-left: 0;
    padding-right: 0;
    transform: skew(13deg, 1deg)rotateX(-1deg)rotateY(-15deg)rotateZ(0);
  }

  .dual-wrapper {
    grid-column-gap: 52px;
    grid-row-gap: 5px;
  }

  .medium-stacked-intro-2 {
    grid-row-gap: 24px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-4.grey.bottom {
    padding-top: 0;
  }

  .grid {
    width: 100%;
    height: 100%;
    padding-left: 39px;
  }

  .content-wrapper {
    justify-content: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-items {
    max-width: 100%;
  }

  ._3-column-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .card-items {
    padding-bottom: 1rem;
  }

  .card-items.projects {
    padding-bottom: 16px;
  }

  .card-details {
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .code-embed-2 {
    padding-top: 59px;
    padding-bottom: 39px;
  }

  .card-details-2 {
    justify-content: center;
    align-items: center;
  }

  .artist-name-2 {
    font-size: 12px;
  }

  .container-5.is--slider {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .heading-15 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }

  .card_top-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-6.grey.bottom {
    padding-top: 0;
  }

  .dual-wrapper-2 {
    grid-column-gap: 59px;
    grid-row-gap: 5px;
  }

  .grid-2 {
    width: 100%;
    height: 100%;
  }

  .container-6 {
    max-width: none;
  }

  .heading-16 {
    white-space: normal;
    padding-left: 12px;
    overflow: visible;
  }

  .nav-button-link-copy {
    z-index: 101;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .btn-primary {
    white-space: pre;
    width: 100%;
    padding-left: 3.1rem;
  }

  .btn-primary.floater {
    width: 87%;
    margin-bottom: 15px;
  }

  .cta {
    margin-bottom: 3%;
  }

  .button-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .floater-book {
    margin-top: 3%;
    padding-top: 0%;
    padding-left: 4%;
    overflow: hidden;
  }

  .floater-book.sdfgdh {
    height: 570px;
  }

  .gallery-wrap-no-cms {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .gallery-list-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .project-item-2 {
    min-height: 224px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .project-card-info.border {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .gallery-item-2 {
    margin-right: 0;
  }

  .event {
    display: block;
  }

  .splide__img-absolutre-copy {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 31px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .pofolio-2-copy {
    font-weight: 700;
  }

  .hero-roated {
    min-height: 28.7em;
    position: relative;
  }

  .gallery-wrap-no-cms-copy, .skyla-gallery, .al-gallery, .sophi-gallery, .aviva-gallery, .rhion-gallery, .phebe-gallery, .noah-gallery {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .artists-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery.is--hero {
    padding-top: 0;
  }

  .gallery.is--slider {
    padding-left: 2.3em;
    padding-right: 2.3em;
  }

  .k8lyn-gallery {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .heading-18 {
    font-size: 16vw;
  }

  .heading-18.big {
    font-size: 15vw;
  }

  .heading-18.us {
    font-size: 11vw;
  }

  .contact {
    width: 100%;
    padding-bottom: 135px;
  }

  .div-block-38 {
    position: relative;
    top: -157px;
  }

  .ella-gallery, .connor-gallery {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .heading-18-copy {
    font-size: 10vw;
  }

  .heading-18-copy.big {
    font-size: 15vw;
  }

  .heading-18-copy.us {
    font-size: 11vw;
  }

  .buttons-container {
    margin-top: 0;
  }

  .buttons-container.body {
    background-color: #bdbec2;
    border: 2px solid #bdbec2;
    padding: 17px 20px;
    box-shadow: 0 2px 0 3px #201c1d, inset 0 0 0 2px #a1a1a1, inset 0 0 0 5px #fff;
  }

  .regular-button.white {
    background-color: #222;
  }

  .regular-button.reg-button {
    margin-left: 10px;
  }

  .regular-button.reg-button.body-buttons {
    color: #fff;
    box-shadow: inset 6px 3px 1px -5px #fff, 4px 2px #fff;
  }

  .text-block-17.shaded {
    text-shadow: none;
  }

  .content-stacked, .content-stacked.medium {
    grid-row-gap: 60px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .btn-primary-2 {
    white-space: pre;
    width: 100%;
    padding-left: 3.1rem;
  }

  .service-item {
    grid-row-gap: 80px;
  }

  .sidebar-icon {
    border-color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .instagram-info {
    padding-right: 10px;
  }
}

#w-node-_96b19a31-e444-0e2e-5189-ad072b4484d9-d5647f98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96b19a31-e444-0e2e-5189-ad072b4484e1-d5647f98 {
  place-self: center start;
}

#w-node-_96b19a31-e444-0e2e-5189-ad072b4484e2-d5647f98 {
  justify-self: start;
}

#w-node-_96b19a31-e444-0e2e-5189-ad072b4484e4-d5647f98, #w-node-_96b19a31-e444-0e2e-5189-ad072b4484e5-d5647f98 {
  align-self: start;
}

#w-node-_96b19a31-e444-0e2e-5189-ad072b4484e9-d5647f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55b9b-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ba7-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bb2-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bbe-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bc9-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bd4-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bdf-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bea-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55bf5-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c00-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c11-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c1d-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c28-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c34-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c3f-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c4a-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c55-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c60-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c6b-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c76-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c87-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c93-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55c9e-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55caa-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55cb5-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55cc0-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ccb-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55cd6-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ce1-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55cec-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55cfd-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d09-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d14-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d20-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d2b-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d36-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d41-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d4c-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d57-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d62-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d74-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d80-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d8b-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55d97-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55da2-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55dad-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55db8-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55dc3-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55dce-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55dd9-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55deb-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55df7-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e02-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e0e-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e19-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e24-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e2f-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e3a-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e45-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e50-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e62-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e6e-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e79-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e85-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e90-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55e9b-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ea6-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55eb1-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ebc-d5647f98, #w-node-_38d24b6c-d5ba-ae9d-d270-9328b7b55ec7-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241230-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d424123c-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241247-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241253-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d424125e-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241269-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241274-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d424127f-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d424128a-d5647f98, #w-node-_9fdd0ed1-e1c7-162b-5efe-a393d4241295-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb6060a-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60616-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60621-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb6062d-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60638-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60643-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb6064e-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60659-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb60664-d5647f98, #w-node-_6d0d70d9-bf1d-3115-1cc0-21089cb6066f-d5647f98 {
  align-self: stretch;
}

#w-node-c22c1eea-286a-0768-9593-ea76189d8c28-d5647fa4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c22c1eea-286a-0768-9593-ea76189d8c2a-d5647fa4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c22c1eea-286a-0768-9593-ea76189d8c2b-d5647fa4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c22c1eea-286a-0768-9593-ea76189d8c57-d5647fa4, #w-node-c22c1eea-286a-0768-9593-ea76189d8c83-d5647fa4, #w-node-_42f898ed-f5d0-e09c-e9ea-afa0ec180c92-d5647fa4, #w-node-_30699ad7-4718-bd41-4c2b-d05bbb576def-d5647fa4, #w-node-_96c68d3c-224c-dd0e-12fc-90b3174981d4-d5647fa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93857546-18fb-1261-cf40-d8e5f3c43dc0-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43dcc-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43dd7-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43de3-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43dee-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43df9-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43e04-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43e0f-d5647fa5, #w-node-_93857546-18fb-1261-cf40-d8e5f3c43e1a-d5647fa5, #w-node-_58cb1892-a19c-b5ea-1fed-32aa62a86cdb-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7aa-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7b6-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7c1-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7cd-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7d8-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7e3-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7ee-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a7f9-d5647fa5, #w-node-_0d01a601-450c-536a-7ece-4348c778a804-d5647fa5, #w-node-b8b97678-fb38-427c-3212-924e6b5ba1d0-d5647fa5, #w-node-_4771ab66-1170-60e0-f901-82cea1abd048-d5647fa5, #w-node-_7ff28768-3e2e-1bf8-0b43-3cb2019e5e98-d5647fa5, #w-node-_4724d8c1-2016-6ac3-7b8e-14077f027ec1-d5647fa5, #w-node-c072e291-4dc9-4d94-57e3-81025993ab30-d5647fa5, #w-node-f8b60f55-31ca-0dd9-95bd-963530de3f8f-d5647fa5, #w-node-ee878012-652b-bfc1-a9f6-033aa7f731f5-d5647fa5, #w-node-_85b106ae-7509-f278-da28-eef52f5160b5-d5647fa5, #w-node-_35bc4527-1c0e-29d8-a6b9-ff2709162db2-d5647fa5, #w-node-_02f87fa4-7057-fce3-a3bf-3bd22e7ecd32-d5647fa5, #w-node-_708edd0a-a51f-cbc4-ed5b-db9df795d8dc-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0427-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0433-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d043e-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d044a-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0455-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0460-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d046b-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0476-d5647fa5, #w-node-ae0bfd57-e55d-09ed-6f95-f97f929d0481-d5647fa5, #w-node-_654ba16f-41bd-ea89-3bfe-410302a29b9d-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c61259d7-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c61259e3-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c61259ee-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c61259fa-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c6125a05-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c6125a10-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c6125a1b-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c6125a26-d5647fa5, #w-node-b5fcf747-f0ca-3550-a099-00b6c6125a31-d5647fa5, #w-node-_33dd671c-ec07-01ad-af6b-0a7113804f50-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334aba-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334ac6-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334ad1-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334add-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334ae8-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334af3-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334afe-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334b09-d5647fa5, #w-node-_2bfbf063-1eeb-7531-ae31-4e8fa4334b14-d5647fa5, #w-node-c32dfe2b-f1c3-9b7c-a146-39f9351e6be6-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c897-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8a3-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8ae-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8ba-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8c5-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8d0-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8db-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8e6-d5647fa5, #w-node-_9fee248e-d089-024e-6e29-b7a62e67c8f1-d5647fa5, #w-node-_76865e2b-eab6-c791-b5fc-5b5ffc86313a-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1b5-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1c1-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1cc-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1d8-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1e3-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1ee-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e1f9-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e204-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e20f-d5647fa5, #w-node-_2d2d1048-c761-2a4f-1da4-bb64f0e2e21a-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e2cb-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e2d7-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e2e2-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e2ee-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e2f9-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e304-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e30f-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e31a-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e325-d5647fa5, #w-node-_2888bd21-987a-119e-e2cc-12e8dea4e330-d5647fa5 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_96b19a31-e444-0e2e-5189-ad072b4484da-d5647f98 {
    order: -9999;
  }

  #w-node-c22c1eea-286a-0768-9593-ea76189d8c2b-d5647fa4 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96b19a31-e444-0e2e-5189-ad072b4484da-d5647f98 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Pablo';
  src: url('../fonts/PABLO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gunterz';
  src: url('../fonts/Gunterz-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}