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

@font-face {
  font-family: Madecarvingpersonaluse;
  src: url('../fonts/MADECARVINGPersonalUse-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Madecarvingpersonaluse;
  src: url('../fonts/MADECARVINGPersonalUse-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Madecarvingpersonaluse;
  src: url('../fonts/MADECARVINGPersonalUse-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Madecarvingpersonaluse;
  src: url('../fonts/MADECARVINGPersonalUse-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --noir: #000;
  --_palette---true-black: #1a1a1a;
  --transparent: #0000;
  --_palette---smart-white: #f8f6f0;
  --_palette---white: white;
  --_palette---pine-grove: #223631;
  --light-wash: #f7f7f7;
  --stain: #e51010;
  --_palette---lower: #4e746b;
  --_palette---sandy-ash: #e5dfd7;
  --_palette---absole: #f2f0ed;
  --_palette---grey: #595958;
  --_palette---light-grey: #7f7f7f;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--noir);
  border-color: #0000;
  max-width: none;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  position: static;
  overflow: visible;
}

h1 {
  color: var(--_palette---true-black);
  text-transform: uppercase;
  margin: 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 6.2rem;
}

h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 5rem;
  line-height: 1;
}

h3 {
  color: var(--_palette---true-black);
  margin: 0;
  font-size: 4rem;
  line-height: 1;
}

h4 {
  color: var(--_palette---true-black);
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  color: var(--_palette---true-black);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h6 {
  color: var(--_palette---true-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

p {
  letter-spacing: .03ch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

a {
  box-shadow: none;
  color: var(--_palette---true-black);
  text-decoration: none;
  -webkit-text-decoration-color: var(--transparent);
  text-decoration-color: var(--transparent);
}

img {
  width: 100%;
  position: relative;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.3;
}

.name-holder {
  z-index: -2;
  box-sizing: border-box;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border: 1px solid #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end flex-start;
  place-items: flex-end start;
  height: 100%;
  padding: 2rem 2rem 2.5rem;
}

.main-page {
  height: 100vh;
  position: relative;
}

.main_sub_position {
  color: var(--_palette---smart-white);
  text-transform: uppercase;
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  overflow: visible;
}

.work-gallery {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--_palette---true-black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.heading-2 {
  text-transform: uppercase;
}

.heading-2.foot-pager-text {
  z-index: 1;
  color: var(--_palette---white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-3 {
  color: var(--_palette---white);
  text-shadow: -1px 1px .7rem #00000073;
  justify-content: center;
  align-items: flex-start;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.home-name {
  z-index: -3;
  object-fit: fill;
  object-position: 50% 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.about-section {
  z-index: 1;
  height: 110vh;
  position: relative;
}

.about-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.work-gallery-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding-bottom: 10rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #356af0;
  background-color: #0000;
  border-bottom-color: #529dff;
  font-weight: 700;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-styleguide {
  background-color: #d0e8ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.spacer {
  height: 4rem;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.rich-text {
  text-align: left;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sg-menu {
  width: 100%;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.heading-1 {
  color: var(--noir);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  display: block;
}

.heading-1.sg_title {
  font-size: 18rem;
  line-height: 15.6rem;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.sg-nav-container {
  background-color: #f0f2f3;
  width: 240px;
  height: 100vh;
}

.block-quote {
  letter-spacing: .03ch;
  border-left-color: #9ec5fa;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

.small-button:active {
  background-color: #0a3092;
}

.small-button.outline {
  color: #356af0;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #9accff;
}

.small-button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.small-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.white-link {
  color: #9ec5fa;
}

._1-2-grid {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.form {
  margin-bottom: 8px;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.sg-block {
  margin-bottom: 32px;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.text-box {
  max-width: 750px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._600px {
  max-width: 1000px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
  overflow: visible;
}

.text-box._500px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #356af0;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-6 {
  width: 50%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #0a3092;
}

.button.outline {
  color: #356af0;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #529dff;
}

.button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.button.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.button.disabled:hover {
  color: #fff;
}

.button.light {
  background-color: #d0e8ff;
}

.button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.button.light:active {
  color: #fff;
  background-color: #356af0;
}

.button.minimal {
  box-shadow: none;
  color: #356af0;
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.minimal:hover {
  color: #0f42c3;
}

.button.minimal:active {
  color: #0a3092;
}

.button.grey {
  box-shadow: none;
  color: #4c5458;
  background-color: #e1e5e7;
}

.button.grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
}

.button.grey:active {
  color: #111314;
  background-color: #808c91;
}

.para_large {
  letter-spacing: .03ch;
  padding-bottom: .6rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.color-block {
  background-color: #111314;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.sg-body {
  background-color: #fff;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.heading-6 {
  margin: 0;
}

.para_medium {
  font-size: 1.3rem;
  line-height: 1.2;
}

.para_small {
  z-index: 2;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: flex;
}

.h2-about {
  color: var(--_palette---true-black);
  letter-spacing: .06ch;
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.2;
}

.main_title {
  color: var(--_palette---white);
  letter-spacing: -.01em;
  margin: 0;
  font-size: 10rem;
  line-height: .8;
}

.work-section-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
  overflow: hidden;
}

.work-section-auto.img-fill {
  background-color: var(--_palette---smart-white);
}

.gallery-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.gallery-image.shadow-two {
  width: 100%;
  height: 100%;
}

.gallery-image.c-img, .gallery-image.img-resize {
  height: 100%;
}

.gallery-image.img-resize-small {
  object-fit: contain;
}

.gallery-image.img-resize-larger {
  height: 100%;
}

.main-page-holder {
  z-index: 0;
  background-color: var(--_palette---pine-grove);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 0;
  position: fixed;
  inset: 0%;
}

.fixed-page-trigger {
  z-index: 1;
  position: absolute;
  inset: 110vh 0% auto;
}

.work-holder {
  z-index: 1;
  background-color: var(--_palette---true-black);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem 7rem;
  display: flex;
  position: relative;
}

.gallery-section {
  position: relative;
}

.landing-work-secction {
  z-index: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 70vh;
  display: flex;
}

.project-landing-img {
  object-fit: cover;
  height: 100%;
}

.lp-fixedpost {
  z-index: 0;
  background-color: var(--noir);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.work-text {
  color: var(--_palette---white);
  letter-spacing: .08ch;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.black-opactiy {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--transparent), black);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.work-gallery-grid {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  height: 100%;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  display: flex;
}

.wg-image-holder {
  object-fit: cover;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.wg-work-holder {
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.footer {
  z-index: 1;
  background-color: var(--_palette---white);
  height: 50vh;
  position: relative;
}

.footer-container {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
}

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

.img-about-wrap {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}

.h2-about-wrap {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.about-container {
  background-color: var(--_palette---white);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64vw;
  display: flex;
}

.work-section-text-img {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.work-section-2-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.next-page-section {
  background-color: var(--_palette---true-black);
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.links-gallery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.3rem;
  display: flex;
  position: relative;
}

.gallery-image-small {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-small.img-fill {
  background-color: var(--_palette---smart-white);
  border-radius: 1rem;
}

.work-section-large {
  overflow: hidden;
}

.foot-pager-wrapper-left {
  background-color: var(--_palette---pine-grove);
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.foot-pager-wrapper-left.condition-size {
  width: 100%;
}

.empty-color-back {
  z-index: 0;
  background-color: var(--noir);
  position: absolute;
  inset: 0%;
}

.long-arrow-holder-left {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  transform: rotate(0);
}

.long-arrow-left {
  width: 6rem;
  height: 2rem;
}

.work-landing-header {
  z-index: 1;
  color: var(--_palette---white);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: .9;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.work-landing-title {
  z-index: 1;
  color: var(--_palette---white);
  letter-spacing: .07ch;
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.work-landing-align {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-landing-warp-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.work-info {
  color: var(--_palette---white);
  letter-spacing: .07ch;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-contacts-holder {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.footer-contacts-holder.say-hi-footer {
  height: 44%;
}

.footer-contacts {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-head-title {
  letter-spacing: .01ch;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.email-text {
  letter-spacing: .08ch;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

.contact-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.contact-list-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact-text {
  letter-spacing: .06ch;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.foot-location {
  letter-spacing: .01ch;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.contact-wrapper {
  background-color: var(--light-wash);
  border-radius: 1rem;
}

.anchor-link {
  z-index: 100;
  width: 0;
  height: 0;
  position: relative;
  top: 0;
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.logo-fill {
  fill: #fff;
  height: 2.6rem;
}

.nav-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .1rem;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: var(--transparent);
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  position: sticky;
  inset: 0 0% auto;
  overflow: hidden;
}

.nav-hub {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.nav-link-holder {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: var(--_palette---white);
  letter-spacing: .03ch;
  text-transform: uppercase;
  padding: .8rem .7rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.nav-hub-wrapper {
  display: flex;
}

.nav-hub-wrapper.moblie-ver {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.fill-empty {
  z-index: -1;
  background-color: #060f0d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fill-empty.color-change {
  background-color: #fdf9ea;
  border-radius: 1rem;
}

.empty-line {
  background-color: var(--stain);
  height: .3rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-form {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.say-hi {
  background-color: var(--_palette---white);
  border-bottom: 1px solid #e4ebf3;
  height: 110vh;
  padding: 0;
  position: relative;
}

.contact-form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.image-wrapper {
  z-index: 1;
  object-fit: contain;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wg-desc-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.6rem;
  padding-left: 1.3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.more-work-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.more-work-holder {
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.see-more-work-text {
  color: var(--_palette---white);
  letter-spacing: .05ch;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1;
}

.smw-link {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  padding: .5rem 0 .6rem;
  position: relative;
}

.empty-line-2 {
  background-color: var(--_palette---lower);
  height: .2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-form-wrapper {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.background-video {
  object-fit: cover;
  position: sticky;
}

.home-holder {
  z-index: 2;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: .6rem 1rem;
  display: flex;
  position: relative;
}

.home-text-block {
  color: var(--_palette---white);
  letter-spacing: .05ch;
  text-transform: none;
  font-size: .8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.home-link-block {
  padding: .4rem 1rem;
}

.video-wrap {
  height: 50%;
  overflow: hidden;
}

.contact-form-main-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 2rem 3rem;
  display: flex;
}

.footer-h-set {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90%;
  display: flex;
}

.port-gallery-section {
  background-color: var(--_palette---true-black);
  justify-content: center;
  align-items: stretch;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.port-gallery-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
}

.port-gallery-link {
  position: relative;
}

.port-gallery-image {
  height: 100%;
}

.port-gallery-text-wrap {
  z-index: 2;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-image: linear-gradient(180deg, var(--transparent) 80%, black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: .7rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.port-gallery-h2 {
  color: var(--_palette---white);
  font-size: 2.7rem;
  line-height: 1;
}

.port-gallery-text {
  color: var(--_palette---white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.port-gallery-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 50%;
  display: flex;
}

.port-gallery-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  display: flex;
}

.port-welcome {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.port-welcome-wrap {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.port-title {
  color: var(--_palette---white);
  line-height: 1;
}

.h2-holoder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-of-work {
  color: var(--_palette---white);
  font-size: 3rem;
  font-weight: 400;
}

.port-catergory-subtext {
  color: var(--_palette---white);
  font-size: 7rem;
  font-weight: 600;
}

.port-landing-section {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.port-landing-img {
  object-fit: cover;
  height: 100%;
}

.link-block-2 {
  padding: .5rem 1rem;
  text-decoration: none;
}

.port-video-showcase {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 5%;
}

.port-showcase {
  z-index: 2;
  object-fit: contain;
  width: auto;
  height: 100%;
}

.black-empty-port {
  background-color: var(--_palette---true-black);
  opacity: .3;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.type-container {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.type-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.work-description {
  z-index: 2;
  color: var(--_palette---white);
  letter-spacing: .06ch;
  font-size: 1.4rem;
  font-weight: 300;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.para_2 {
  font-size: 2rem;
  line-height: 1.3;
}

.para_2-6 {
  font-size: 2.6rem;
  line-height: 1.4;
}

.long-arrow-holder-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: rotate(180deg);
}

.foot-pager-wrapper-right {
  background-color: var(--_palette---lower);
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.next-work-select {
  z-index: 2;
  opacity: 0;
  color: var(--_palette---white);
  letter-spacing: .03ch;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-text-bottom {
  color: var(--_palette---white);
  text-align: left;
  letter-spacing: .08ch;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
}

.background-video-3 {
  object-fit: cover;
  width: 100%;
}

.img-holder {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h2-about-copy {
  color: var(--_palette---true-black);
  letter-spacing: .06ch;
  letter-spacing: .06ch;
  letter-spacing: .06ch;
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.1;
}

.h2-title {
  letter-spacing: .01ch;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  line-height: .75;
}

.title-red {
  color: var(--stain);
}

.white-fill {
  z-index: -1;
  background-color: var(--_palette---smart-white);
  width: 100%;
  height: 50vh;
  position: fixed;
  inset: auto 0% 0%;
}

.fixed-page-trigger-mobile {
  position: absolute;
  inset: 110vh 0% auto;
}

.highlights {
  padding-left: 2rem;
  display: block;
}

.highlights-text {
  color: var(--_palette---white);
  letter-spacing: .03ch;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 200;
}

.work-gallery-cont {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-back {
  background-color: var(--_palette---sandy-ash);
  position: absolute;
  inset: 0%;
}

.body {
  background-color: var(--_palette---pine-grove);
}

.background-video-4 {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gif {
  z-index: -1;
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.more-holder {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.more-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.more-text {
  color: var(--_palette---white);
}

.point-hold {
  width: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
}

.image {
  height: 100%;
}

.trans-logo-wrap {
  width: 80%;
  height: 90%;
}

@media screen and (min-width: 1280px) {
  .main_sub_position {
    letter-spacing: -1px;
  }

  .home-name {
    width: auto;
  }

  .work-gallery-holder {
    align-items: stretch;
    padding-bottom: 10rem;
  }

  .sg-nav-container {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav {
    width: 280px;
  }

  .para_small {
    z-index: 5;
    font-size: .9rem;
  }

  .fixed-page-trigger {
    width: 100vw;
  }

  .work-holder {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .work-landing-header {
    text-shadow: 0 1px 1px #000000a1;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: stretch;
  }

  .more-work-holder {
    overflow: hidden;
  }

  .home-holder {
    z-index: 2;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .port-gallery-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .port-gallery-columns {
    max-width: 1020px;
  }

  .port-welcome {
    justify-content: center;
    align-items: flex-start;
  }

  .h2-holoder {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .port-video-showcase {
    z-index: 2;
    object-fit: cover;
  }

  .port-showcase {
    object-fit: contain;
  }

  .black-empty-port {
    opacity: .45;
    mix-blend-mode: darken;
  }

  .fixed-page-trigger-mobile {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .name-holder {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-content: end start;
    width: auto;
    margin: 0;
    padding: 0 0 0;
  }

  .main-page {
    margin-left: 0;
    margin-right: 0;
  }

  .main_sub_position {
    font-size: 1.6rem;
    line-height: 1.4rem;
  }

  .work-gallery {
    height: 100%;
  }

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

  .heading-2.foot-pager-text {
    font-size: 4rem;
    line-height: 1;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: .9;
  }

  .home-name {
    width: auto;
  }

  .about-section {
    justify-content: center;
    align-items: stretch;
  }

  .work-gallery-holder {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 5rem;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .grid {
    margin-left: 0;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .small-button {
    position: relative;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .column.desk-5 {
    width: 50%;
  }

  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .para_small {
    font-size: .7rem;
    line-height: 1rem;
    display: block;
    position: static;
    inset: auto 0% 1.6rem auto;
  }

  .h2-about {
    text-align: left;
    font-size: 1rem;
    line-height: 1;
  }

  .main_title {
    font-size: 6.8rem;
    line-height: 5.4rem;
  }

  .work-section-auto {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-description {
    padding: .6rem;
    position: relative;
    top: 0;
  }

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

  .gallery-image.shadow-two {
    width: 100%;
    height: 100%;
  }

  .main-page-holder {
    padding: 2rem;
  }

  .work-holder {
    width: 100%;
  }

  .landing-work-secction {
    height: 60vh;
  }

  .lp-fixedpost {
    height: 100vh;
  }

  .work-text {
    line-height: 1.2;
  }

  .work-gallery-grid {
    padding-bottom: 1.6rem;
  }

  .wg-image-holder {
    height: 80vh;
  }

  .wg-work-holder {
    height: 100%;
  }

  .hero-work-image {
    width: 100%;
    height: 100%;
  }

  .footer {
    height: 50vh;
  }

  .h2-about-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-container {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-7 {
    max-width: 650px;
  }

  .work-section-text-img {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: space-between;
    height: auto;
  }

  .work-section-2-block {
    flex-flow: row;
    height: auto;
  }

  .next-page-section {
    z-index: 2;
    height: 40vh;
  }

  .gallery-image-small, .gallery-image-small.img-fill {
    justify-content: center;
    align-items: center;
  }

  .work-section-large {
    height: auto;
  }

  .foot-pager-wrapper-left.condition-size {
    width: 100%;
  }

  .long-arrow-left {
    width: 4rem;
  }

  .work-landing-header {
    font-size: 5rem;
  }

  .work-landing-title {
    font-size: 1.3rem;
  }

  .work-landing-align {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .email-text {
    font-size: 1.2rem;
  }

  .contact-text, .foot-location {
    font-size: .8rem;
  }

  .anchor-link {
    width: 0;
    height: 0;
    padding: 0;
  }

  .logo-fill {
    width: 2.5rem;
    height: auto;
  }

  .nav-hub {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    position: fixed;
    inset: 0%;
  }

  .nav-link-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link {
    font-size: 1.7rem;
    font-weight: 500;
  }

  .menu-button {
    z-index: 10;
    padding: .6rem;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .nav-anim {
    width: 1.5rem;
  }

  .nav-hub-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .nav-hub-wrapper.moblie-ver {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    background-color: var(--_palette---true-black);
    justify-content: center;
    align-items: stretch;
  }

  .wg-desc-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .port-gallery-h2 {
    font-size: 2rem;
  }

  .port-gallery-text {
    font-size: 1rem;
  }

  .port-gallery-wrapper {
    max-width: none;
  }

  .port-gallery-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .port-title {
    font-size: 5rem;
  }

  .h2-holoder {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .number-of-work {
    font-size: 2rem;
  }

  .port-catergory-subtext {
    font-size: 6rem;
  }

  .port-landing-section {
    height: 50vh;
  }

  .black-empty-port {
    opacity: .4;
    pointer-events: auto;
    mix-blend-mode: multiply;
  }

  .work-description {
    line-height: 1.2;
    position: static;
  }

  .work-text-bottom {
    line-height: 1.2;
  }

  .h2-about-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
  }

  .h2-title {
    font-size: 3rem;
  }

  .div-setter {
    height: 120%;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .white-fill {
    z-index: -2;
    background-color: var(--_palette---white);
    height: 50vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .smiley-box {
    position: absolute;
    inset: 0%;
  }

  .smiley-text {
    color: var(--stain);
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding: 2rem;
    font-size: 20vh;
    font-weight: 600;
    display: flex;
  }

  .work-gallery-cont {
    width: 100%;
  }

  .more-content {
    text-shadow: .7rem 1rem 1px #000000db;
  }

  .more-text, .image {
    text-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .name-holder {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }

  .main-page {
    z-index: -1;
    background-color: var(--_palette---smart-white);
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main_sub_position {
    align-self: auto;
    font-size: 2.1em;
    line-height: 1;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-2.foot-pager-text {
    font-size: 2.2rem;
  }

  .heading-3 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .home-name {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    display: flex;
  }

  .about-section {
    height: 100vh;
  }

  .about-wrapper {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .field-block {
    min-height: auto;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

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

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .sg-content {
    margin-left: 0;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .column.desk-4, .column.desk-5, .column.desk-6 {
    width: 100%;
  }

  .button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .para_large {
    font-size: 15px;
  }

  .para_medium {
    font-size: .8rem;
  }

  .para_small {
    font-size: .6rem;
    line-height: 1;
  }

  .h2-about {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .main_title {
    font-size: 5.6rem;
    line-height: .8;
  }

  .gallery-description {
    width: auto;
    padding: 0;
  }

  .main-page-holder {
    padding: 2rem .7rem;
  }

  .landing-work-secction {
    height: 50vh;
  }

  .lp-fixedpost {
    height: 70vh;
  }

  .work-text {
    line-height: 1.2;
  }

  .work-gallery-grid {
    padding-bottom: 1.6rem;
  }

  .wg-image-holder {
    height: 70vh;
  }

  .wg-work-holder {
    height: 100%;
  }

  .hero-work-image {
    width: 100%;
    height: 100%;
  }

  .footer {
    height: 40vh;
  }

  .footer-container {
    justify-content: space-between;
  }

  .about-image {
    height: auto;
    bottom: 18rem;
  }

  .img-about-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
  }

  .h2-about-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
    position: static;
  }

  .div-block-7 {
    max-width: 500px;
  }

  .work-section-text-img {
    flex-flow: column;
    width: 100%;
  }

  .work-section-2-block {
    height: auto;
  }

  .next-page-section {
    height: 30vh;
  }

  .gallery-image-small {
    width: 100%;
  }

  .gallery-image-small.img-fill {
    border-radius: 2rem;
    width: 100%;
  }

  .long-arrow-left {
    width: 3rem;
    height: 1.6rem;
  }

  .work-landing-header {
    font-size: 3rem;
  }

  .work-landing-title {
    font-size: 1rem;
  }

  .work-landing-align {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .work-info {
    font-size: .8rem;
  }

  .footer-contacts-holder {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-contacts {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .footer-head-title {
    font-size: 2rem;
  }

  .email-text {
    font-size: .9rem;
  }

  .contact-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
  }

  .contact-list-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
  }

  .contact-text, .foot-location {
    font-size: .6rem;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-fill {
    width: 2rem;
    height: auto;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-anim {
    width: 1.2rem;
  }

  .say-hi {
    padding: 0;
  }

  .wg-desc-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .see-more-work-text {
    font-size: .7rem;
  }

  .contact-form-main-wrap {
    padding: 1rem 1rem 3rem;
  }

  .port-gallery-columns {
    max-width: 600px;
  }

  .port-title {
    font-size: 4rem;
  }

  .h2-holoder {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .number-of-work {
    font-size: 1.6rem;
  }

  .port-catergory-subtext {
    font-size: 5rem;
  }

  .work-description {
    font-size: 1rem;
  }

  .work-text-bottom {
    line-height: 1.2;
  }

  .h2-about-copy {
    font-size: 1rem;
    line-height: 1.1;
  }

  .h2-title {
    font-size: 4rem;
  }

  .work-gallery-cont {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .name-holder {
    z-index: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center start;
    padding: 0;
  }

  .main-page {
    z-index: -1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .main_sub_position {
    width: auto;
    font-size: 2rem;
    line-height: 1;
  }

  .work-gallery {
    z-index: 1;
    position: relative;
  }

  .heading-2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .heading-2.foot-pager-text {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .heading-3 {
    justify-content: flex-start;
    align-items: center;
    font-size: 3.3rem;
  }

  .home-name {
    z-index: -1;
    flex-flow: wrap;
  }

  .about-section {
    z-index: 1;
    height: 100svh;
    position: relative;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .work-gallery-holder {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 2.1rem;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .text-input {
    width: 100%;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3, .column.desk-5, .column.desk-6 {
    width: 100%;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .para_medium {
    font-size: .7rem;
  }

  .para_small {
    text-align: left;
    width: 70%;
    line-height: 1.4;
  }

  .h2-about {
    justify-content: center;
    align-items: stretch;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
  }

  .main_title {
    font-size: 4.6rem;
    line-height: .8;
  }

  .work-section-auto {
    grid-template-columns: 1fr;
  }

  .work-section-auto.img-fill {
    background-color: var(--_palette---smart-white);
  }

  .gallery-description {
    width: 100%;
  }

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

  .gallery-image.shadow-two {
    width: 100%;
    height: 100%;
  }

  .gallery-image.c-img {
    width: 100%;
  }

  .main-page-holder {
    z-index: 0;
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: .7rem;
    padding-right: .7rem;
    inset: 0%;
    overflow: hidden;
  }

  .fixed-page-trigger {
    height: 10%;
  }

  .landing-work-secction {
    height: 40vh;
  }

  .project-landing-img {
    object-fit: cover;
  }

  .lp-fixedpost {
    height: 60vh;
  }

  .work-text {
    line-height: 1.2;
  }

  .work-gallery-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .wg-work-holder {
    height: 100%;
  }

  .hero-work-image {
    width: 100%;
    height: 100%;
  }

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

  .about-image {
    height: 140%;
    bottom: 8rem;
  }

  .img-about-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .h2-about-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    width: auto;
  }

  .div-block-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 500px;
  }

  .work-section-text-img {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .work-section-2-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .next-page-section {
    height: 20vh;
  }

  .gallery-image-small {
    width: 100%;
  }

  .gallery-image-small.img-fill {
    border-radius: 1.6rem;
  }

  .work-section-large {
    height: auto;
  }

  .empty-color-back {
    width: 123.077%;
  }

  .long-arrow-left {
    width: 1.6rem;
    height: 1rem;
  }

  .work-landing-header {
    font-size: 2.2rem;
  }

  .work-landing-title {
    font-size: .7rem;
  }

  .work-landing-align {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-contacts-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .footer-contacts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .footer-head-title {
    font-size: 2rem;
  }

  .email-text {
    font-size: .9rem;
  }

  .contact-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .contact-list-holder {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
  }

  .contact-text, .foot-location {
    font-size: .7rem;
  }

  .nav-container {
    position: relative;
  }

  .logo-fill {
    width: 2rem;
    height: auto;
  }

  .nav-wrapper {
    width: 100%;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .wg-desc-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .see-more-work-text {
    font-size: .6rem;
  }

  .port-gallery-text-wrap {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .port-gallery-h2 {
    font-size: 1.3rem;
  }

  .port-gallery-text {
    font-size: 1rem;
  }

  .port-gallery-columns {
    max-width: 500px;
  }

  .port-title {
    font-size: 2.2rem;
  }

  .number-of-work {
    font-size: .8rem;
  }

  .port-catergory-subtext {
    font-size: 3rem;
  }

  .next-work-select {
    width: 159.999%;
  }

  .work-text-bottom {
    line-height: 1.2;
  }

  .h2-about-copy {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
    display: flex;
  }

  .h2-title {
    font-size: 3.5rem;
  }

  .white-fill {
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 40vh;
    inset: auto 0% 0%;
  }

  .div-block-16 {
    width: 100%;
    height: 10%;
    position: absolute;
    inset: -10vh 0% auto;
  }

  .fixed-page-trigger-mobile {
    background-color: var(--stain);
    height: 10%;
    top: 110vh;
  }

  .highlights {
    padding-left: 1rem;
  }

  .work-gallery-cont {
    width: 100%;
  }

  .more-text {
    font-size: .8rem;
  }

  .point-hold {
    width: 1rem;
  }
}

#w-node-e3348531-745d-0859-bdef-ad2524559d42-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d43-6add8025, #access-dash.w-node-e3348531-745d-0859-bdef-ad2524559d46-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d47-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d4f-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d4b-6add8025, #sponsored-sections.w-node-e3348531-745d-0859-bdef-ad2524559d52-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d53-6add8025, #w-node-c143cd05-b34b-e2ce-88e1-77c3df600419-6add8025, #w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee42-6add8025, #w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee43-6add8025, #w-node-e3348531-745d-0859-bdef-ad2524559d42-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d46-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d47-41987fe9, #w-node-_488f6bac-417f-e28e-3cbd-9db48a7cc3da-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d4f-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d4b-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d52-41987fe9, #w-node-e3348531-745d-0859-bdef-ad2524559d53-41987fe9, #w-node-_0ca17860-4c33-6715-e533-1a395404ee7b-41987fe9, #w-node-_0ca17860-4c33-6715-e533-1a395404ee7d-41987fe9, #w-node-_0c98ae4b-a0a8-5f58-6346-7ddd31b3406e-41987fe9, #w-node-_8d16157c-d26e-caf5-914b-80554e3b44bb-41987fe9, #virtual-booths.w-node-e3348531-745d-0859-bdef-ad2524559d42-ca322bdd, #w-node-e3348531-745d-0859-bdef-ad2524559d43-ca322bdd, #access-dash.w-node-e3348531-745d-0859-bdef-ad2524559d46-ca322bdd, #w-node-e3348531-745d-0859-bdef-ad2524559d47-ca322bdd, #access-dash.w-node-a2e0f42d-1747-27b7-d070-f410b74af261-ca322bdd, #w-node-a2e0f42d-1747-27b7-d070-f410b74af262-ca322bdd, #w-node-_488f6bac-417f-e28e-3cbd-9db48a7cc3da-ca322bdd, #w-node-e3348531-745d-0859-bdef-ad2524559d4f-ca322bdd, #w-node-e3348531-745d-0859-bdef-ad2524559d4b-ca322bdd, #sponsored-sections.w-node-e3348531-745d-0859-bdef-ad2524559d52-ca322bdd, #w-node-e3348531-745d-0859-bdef-ad2524559d53-ca322bdd, #virtual-booths.w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee42-ca322bdd, #w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee43-ca322bdd, #virtual-booths.w-node-e3348531-745d-0859-bdef-ad2524559d42-33923811, #w-node-e3348531-745d-0859-bdef-ad2524559d43-33923811, #access-dash.w-node-e3348531-745d-0859-bdef-ad2524559d46-33923811, #w-node-e3348531-745d-0859-bdef-ad2524559d47-33923811, #w-node-_488f6bac-417f-e28e-3cbd-9db48a7cc3da-33923811, #w-node-e3348531-745d-0859-bdef-ad2524559d4f-33923811, #w-node-e3348531-745d-0859-bdef-ad2524559d4b-33923811, #w-node-cd47e551-6eb4-508d-6f4e-479a864d255d-33923811, #sponsored-sections.w-node-e3348531-745d-0859-bdef-ad2524559d52-33923811, #w-node-e3348531-745d-0859-bdef-ad2524559d53-33923811, #w-node-_69d34ee0-67e3-fd5a-1790-e06ac3734217-33923811, #w-node-_69d34ee0-67e3-fd5a-1790-e06ac3734219-33923811, #w-node-fdd366c5-1ff2-55c1-3bec-dbc9b784341e-33923811, #w-node-_45d1c914-24ca-3c13-ff81-20b4b2c03cda-33923811, #w-node-_45d1c914-24ca-3c13-ff81-20b4b2c03cdc-33923811, #w-node-_45a41deb-376e-b159-6c7e-033cfcc19bec-33923811, #w-node-d95df6a4-dead-8219-7d94-839c760bd09b-33923811, #w-node-_06bcc2d2-bd11-7099-cfce-60ad382f7d79-33923811, #virtual-booths.w-node-e3348531-745d-0859-bdef-ad2524559d42-ba39c7a9, #w-node-e3348531-745d-0859-bdef-ad2524559d43-ba39c7a9, #access-dash.w-node-e3348531-745d-0859-bdef-ad2524559d46-ba39c7a9, #w-node-e3348531-745d-0859-bdef-ad2524559d47-ba39c7a9, #w-node-_488f6bac-417f-e28e-3cbd-9db48a7cc3da-ba39c7a9, #w-node-e3348531-745d-0859-bdef-ad2524559d4f-ba39c7a9, #w-node-e3348531-745d-0859-bdef-ad2524559d4b-ba39c7a9, #access-dash.w-node-_9dd8e6db-2dbe-7e3b-abc8-f947f4799525-ba39c7a9, #w-node-_9dd8e6db-2dbe-7e3b-abc8-f947f4799526-ba39c7a9, #sponsored-sections.w-node-e3348531-745d-0859-bdef-ad2524559d52-ba39c7a9, #w-node-e3348531-745d-0859-bdef-ad2524559d53-ba39c7a9, #virtual-booths.w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee42-ba39c7a9, #w-node-_02be8337-b4eb-64b7-ff38-124e5e50ee43-ba39c7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-6add8025, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-41987fe9, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-ca322bdd, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-33923811, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-ba39c7a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-6add8025, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-41987fe9, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-ca322bdd, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-33923811, #w-node-_555cb4fc-9e36-0947-b9a9-b6a55a66260d-ba39c7a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Madecarvingpersonaluse';
  src: url('../fonts/MADECARVINGPersonalUse-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtraboldItalic.otf') format('opentype'), url('../fonts/Switzer-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}