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

:root {
  --custard-cloud: #faf9f5;
  --smoky-gray-dark: #3f3938;
  --strawberry-light: #f36155;
  --strawberry-dark: #ac190c;
  --periwinkle-light: #e0b9fc;
  --periwinkle-dark: #b268e7;
  --oriental-bay-light: #84beeb;
  --oriental-bay-dark: #0170c4;
  --smoky-gray-light: #e5e5e1;
  --lime-light: #cbe896;
  --lime-dark: #6ba008;
}

.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;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--custard-cloud);
  color: var(--smoky-gray-dark);
  letter-spacing: -.2px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: tt-commons-pro, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  max-width: 45rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  object-position: 50% 0%;
  width: 100%;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  min-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--strawberry-light);
  color: var(--custard-cloud);
  text-align: center;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: .5rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--strawberry-dark);
  color: #fff;
  border-color: #ffffff26;
}

.button.is-periwinkle {
  background-color: var(--periwinkle-light);
  color: var(--smoky-gray-dark);
}

.button.is-periwinkle:hover {
  background-color: var(--periwinkle-dark);
  color: var(--custard-cloud);
}

.button.is-lime {
  background-color: var(--smoky-gray-dark);
  color: var(--custard-cloud);
  border-radius: 10rem;
  align-self: flex-start;
  padding: 1rem 4rem;
  font-size: 2rem;
  font-weight: 500;
}

.button.is-lime:hover {
  background-color: var(--periwinkle-dark);
}

.button.is-bay {
  background-color: var(--oriental-bay-light);
  color: var(--smoky-gray-dark);
}

.button.is-bay:hover {
  background-color: var(--oriental-bay-dark);
  color: var(--custard-cloud);
}

.button.hero-mute {
  aspect-ratio: 1;
  background-color: var(--smoky-gray-dark);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.overlay-text---line-move {
  background-color: #ffcb30cc;
  position: absolute;
  inset: 0%;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.grid-4-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-rich-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  margin-top: -4rem;
  display: flex;
}

.text-rich-text p {
  max-width: 45rem;
}

.text-rich-text h3 {
  max-width: 50rem;
  font-size: 2.5rem;
}

.text-rich-text img {
  background-color: var(--smoky-gray-light);
  height: 100%;
  padding: 3rem;
  display: block;
}

.text-rich-text blockquote, .text-rich-text ul {
  max-width: 45rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.nav_menu_link {
  color: var(--smoky-gray-dark);
  padding: 0;
  font-size: 1rem;
  transition: color .2s;
}

.nav_menu_link:hover, .nav_menu_link.w--current {
  color: var(--strawberry-light);
}

.nav_menu_link.w--current:hover {
  color: var(--smoky-gray-dark);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.padding-section-large {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-custom3 {
  padding: 3.5rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 14rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #a0b8ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_input-2 {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-2::placeholder, .form_input-2.is-select-input {
  color: #222;
}

.form_input-2.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.text-style-link {
  color: #a0b8ff;
  text-decoration: underline;
}

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

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.text-weight-medium {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.hide-desktop {
  display: none;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.heading-style-h1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.text-align-right {
  text-align: right;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.main-wrapper {
  padding-top: 5rem;
}

.main-wrapper.is-contact {
  background-color: var(--periwinkle-light);
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.heading-style-h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h3.max-width-full {
  color: var(--smoky-gray-dark);
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_message-error-2 {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.container-large {
  flex-flow: column;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.display-flex {
  flex-flow: column;
  display: flex;
}

.display-flex.spacing-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.display-flex.is-horizontal {
  flex-flow: row;
}

.display-flex.is-horizontal.spacing-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.display-flex.spacing-2 {
  grid-row-gap: 2rem;
}

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

.display-flex.spacing-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.display-flex.spacing-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.display-flex.spacing-10 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: var(--custard-cloud);
  color: var(--strawberry-light);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.nav_brand {
  color: var(--smoky-gray-dark);
  width: 11rem;
  height: 2rem;
  transition: color .2s;
}

.nav_brand:hover {
  color: var(--strawberry-light);
}

.nav_brand.w--current {
  color: var(--custard-cloud);
}

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col.is-split-left {
  grid-template-columns: .75fr 1fr;
}

.grid-2-col.is-split-right {
  grid-template-columns: 1.5fr 1fr;
}

.grid-2-col.is-split-right.spacing-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-2-col.is-split-right.spacing-4.hide-desktop {
  display: none;
}

.grid-2-col.spacing-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-2-col.spacing-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-tiny {
  padding: .125rem;
}

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

.grid-3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-col.spacing-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

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

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

.button_icon {
  width: 4rem;
  margin-top: -4px;
}

.section_hero {
  background-color: var(--custard-cloud);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: calc(40vh - 5rem);
  display: flex;
  position: relative;
}

.hero_text {
  width: 30rem;
}

.highlight.is-lime {
  color: var(--smoky-gray-dark);
}

.hero_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.hero_video-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  position: relative;
}

.section_portfolio {
  background-color: var(--custard-cloud);
  position: relative;
}

.section_subheading {
  width: 30rem;
}

.cms_list {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-flow: column;
  display: flex;
}

.cms_image-wrapper {
  background-color: var(--smoky-gray-light);
  color: var(--smoky-gray-dark);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms_image-wrapper.is-news {
  background-color: var(--smoky-gray-dark);
  color: var(--custard-cloud);
  height: 35rem;
}

.cms_image {
  object-position: 50% 50%;
  background-color: #fff;
  width: auto;
  height: 100%;
}

.cms_text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-style-tag {
  background-color: var(--periwinkle-light);
  color: var(--smoky-gray-dark);
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
}

.text-style-tag.is-bay {
  background-color: var(--oriental-bay-light);
}

.text-style-tag.is-spacer {
  background-color: var(--custard-cloud);
  padding-left: 0;
  padding-right: 0;
}

.text-style-tag.is-highlight {
  background-color: var(--periwinkle-dark);
  color: var(--custard-cloud);
  font-weight: 400;
}

.cms_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cms_wrapper.is-big {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.section_slider {
  background-color: var(--custard-cloud);
  width: 100svw;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.slider_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--smoky-gray-dark);
  color: var(--custard-cloud);
  text-align: center;
  white-space: pre;
  cursor: pointer;
  border-radius: 8rem;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 1rem 4rem;
  font-size: 3rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.slider_item:hover {
  background-color: var(--periwinkle-dark);
  color: var(--custard-cloud);
  border-color: #ffffff26;
}

.section_news {
  background-color: var(--custard-cloud);
  display: none;
  position: relative;
}

.news_list {
  column-count: 2;
  column-rule-width: 0rem;
  column-gap: 4rem;
}

.news_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: inline-block;
}

.section_contact {
  color: var(--smoky-gray-dark);
  position: relative;
}

.contact_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--strawberry-light);
  color: var(--custard-cloud);
  border-radius: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .4rem 4rem 1rem;
  font-size: 6vw;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.contact_button:hover {
  background-color: var(--strawberry-dark);
}

.contact_icon {
  justify-content: center;
  align-items: center;
  width: 5rem;
  display: flex;
}

.footer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--strawberry-light);
  color: var(--custard-cloud);
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_link {
  color: var(--custard-cloud);
  transition: color .1s;
}

.footer_link:hover {
  color: var(--strawberry-dark);
}

.footer_logo {
  color: #faf9f5;
  width: 100svw;
  overflow: hidden;
}

.footer_brand {
  color: var(--custard-cloud);
  width: 6rem;
  height: 6rem;
}

.work_icon {
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: -2rem -2rem auto auto;
}

.slider_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.slider_wrapper.left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.portfolio_tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio_tag-wrapper.small {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.portfolio_tag-wrapper.is-home {
  justify-content: flex-start;
  align-items: center;
}

.portfolio_tag {
  background-color: var(--smoky-gray-dark);
  color: var(--custard-cloud);
  text-align: center;
  white-space: pre;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .5rem 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.portfolio_tag:hover {
  background-color: var(--periwinkle-dark);
  color: var(--custard-cloud);
  border-color: #ffffff26;
}

.portfolio-content_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  height: calc(100svh - 12rem);
  display: flex;
  position: sticky;
  top: 8rem;
}

.maori_block {
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  width: 100%;
  min-height: 45rem;
}

.section_webflow {
  background-color: var(--periwinkle-light);
  color: var(--smoky-gray-dark);
  position: relative;
  overflow: hidden;
}

.contact-submit-wrapper {
  justify-content: space-between;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 85rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.contact-text.text-weight-normal {
  font-weight: 400;
}

.line {
  background-color: #f009;
  height: .5px;
}

.about-spacer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #faf9f5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 1.25rem;
  display: flex;
}

.main-wrapper-2 {
  opacity: 1;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.team_image {
  aspect-ratio: 3 / 4;
  width: 100%;
  position: relative;
}

.contact-list {
  font-size: 1.1rem;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
}

.grid-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cursor {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 25px;
  display: flex;
}

.contact-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 11px;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 15px;
  font-size: 1rem;
}

.contact-field::placeholder {
  color: #0006;
}

.contact-field.message {
  height: 8rem;
  margin-bottom: 0;
}

.padding-medium-2 {
  padding: 2rem 1.5rem;
}

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

.spacer-xhuge-2 {
  width: 100%;
  padding-top: 4rem;
}

.grid-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.heading-style-h1-2 {
  color: #faf9f5;
  text-align: left;
  letter-spacing: -.02em;
  font-family: Tan Official, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-large-2 {
  width: 100%;
  height: auto;
  padding: 4rem;
}

.about-image {
  z-index: 100;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  position: absolute;
  inset: 0%;
}

.cursor-text {
  color: #fff;
}

.package-radio-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 11px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem .5rem;
  display: flex;
}

.package-radio-wrapper.w--current {
  background-color: #ddd;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h2-2 {
  letter-spacing: .3px;
  font-family: tt-commons-pro, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.grid-3-col-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo {
  width: 10rem;
}

.contact-submit {
  z-index: 10;
  background-color: #f36155;
  border-radius: 8rem;
  width: 40%;
  padding: 15px;
  font-size: 1rem;
  display: block;
  position: relative;
}

.contact-submit::placeholder {
  color: #000;
}

.contact-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.package-radio {
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
}

.package-radio.w--redirected-checked {
  border-color: #000;
}

.website-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "Area-1 Area-1 Area-2"
                 "Area-1 Area-1 Area-3"
                 "Area-4 Area-5 Area-5"
                 "Area-6 Area-5 Area-5"
                 "Area-7 Area-7 Area-8"
                 "Area-7 Area-7 Area-9"
                 "Area-10 Area-12 Area-12"
                 "Area-11 Area-12 Area-12"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.navbar-real {
  display: none;
}

.services-tags-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.about-grid-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.about-grid-text-wrapper.show-mobile-landscape {
  display: none;
}

.padding-small-2 {
  width: 100%;
  padding: 1rem 0 1rem 1.5rem;
}

.contact-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper-2 {
  background-color: #faf9f5;
  overflow: hidden;
}

.section_footer {
  z-index: 1;
  color: #0b3856;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: none;
}

.section_about {
  background-color: #f36155;
  border-radius: 1rem;
}

.contact-tab {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  height: 3rem;
  padding: 15px;
  display: flex;
}

.contact-tab.w--current {
  background-color: #ddd;
}

.contact-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.hero-text {
  color: #f36155;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-text:hover {
  color: #f36155;
}

.text-color-white {
  color: var(--custard-cloud);
}

.heading-style-h3-2 {
  color: #fff;
  font-family: tt-commons-pro, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.services-checkbox {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.services-checkbox_text {
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  transition: background-color .2s;
}

.services-checkbox_text:hover {
  background-color: #ffe6e4;
}

.tag-text-wrapper {
  margin-right: .25rem;
  overflow: hidden;
}

.website-grid-content-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
}

.tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.small-icon {
  width: 1rem;
  height: 1rem;
  overflow: clip;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.tags {
  background-color: #faf9f5;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  line-height: 1rem;
  display: flex;
}

.website-grid-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: relative;
}

.website-grid-wrapper:hover {
  border-radius: 1rem;
  box-shadow: 0 0 16px -1px #0003;
}

.website-grid-link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block {
  white-space: nowrap;
  font-size: .9rem;
}

.loader_bggrid {
  z-index: 999999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
}

.loader_grid {
  z-index: 999999999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  width: calc(100vw - 1rem);
  height: calc(100vh - 1rem);
  margin-top: .5rem;
  margin-left: .5rem;
  display: grid;
  position: fixed;
  inset: 0%;
}

.form {
  margin: 0;
}

.footer_icon {
  width: 2rem;
  height: 2rem;
  transition: color .1s;
}

.portfolio_tag_wrapper {
  margin: 0;
  padding: 0;
}

.section_ethos {
  background-color: var(--strawberry-light);
  color: var(--custard-cloud);
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  align-self: flex-end;
}

.section-bg_embed {
  background-color: var(--smoky-gray-dark);
  opacity: .4;
  color: var(--periwinkle-dark);
  width: 100vw;
}

.section-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_footer-contact {
  position: relative;
}

.friends_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.friends_logo-wrapper {
  filter: saturate(0%);
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 5rem;
  display: flex;
}

.friends_logo {
  object-fit: contain;
  max-width: 10rem;
  max-height: 5rem;
}

.hero_heading {
  color: var(--strawberry-light);
  font-weight: 700;
  line-height: 1;
}

.work_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template: "." 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.work_heading {
  font-weight: 600;
}

.subheading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.numbered-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cms-page_wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--custard-cloud);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portfolio_tag-small {
  background-color: var(--smoky-gray-light);
  color: var(--smoky-gray-dark);
  text-align: center;
  white-space: pre;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .25rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.portfolio_tag-small:hover {
  background-color: var(--periwinkle-light);
  color: var(--smoky-gray-dark);
  border-color: #ffffff26;
}

.section_video {
  background-color: var(--custard-cloud);
  flex-flow: column;
  display: flex;
}

.hero_video {
  z-index: 100;
  aspect-ratio: 16 / 9;
  background-color: var(--smoky-gray-dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.hero_video-bg {
  aspect-ratio: 16 / 9;
  background-color: var(--smoky-gray-dark);
  filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 120%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -15% 0% 0% -10%;
}

.button-3 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_mute {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
}

.hero_pill {
  background-color: var(--smoky-gray-light);
  color: var(--smoky-gray-dark);
  cursor: pointer;
  border-radius: 5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  transition: background-color .2s ease-in-out;
}

.hero_pill:hover {
  background-color: var(--strawberry-light);
}

.our-work-background {
  color: var(--smoky-gray-light);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button.is-periwinkle {
    background-color: var(--smoky-gray-dark);
    color: var(--custard-cloud);
  }

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

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

  .nav_menu_link {
    background-color: var(--strawberry-light);
    color: var(--custard-cloud);
    text-align: center;
    border-radius: 3rem;
    flex: 0 auto;
    margin-bottom: 2rem;
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .nav_menu_link:hover, .nav_menu_link.w--current, .nav_menu_link.w--current:hover, .nav_menu_link.hide-desktop {
    color: var(--custard-cloud);
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .nav_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #c8c8c800;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 0;
    margin-top: 2rem;
    display: none;
    inset: 3.5rem 2.5rem auto auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .hide-desktop {
    display: block;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    padding-top: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: var(--strawberry-light);
    padding: .5rem;
  }

  .nav_button.w--open {
    background-color: var(--strawberry-dark);
    border-radius: 1rem;
    padding: .5rem;
    transition: background-color .3s;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .nav_brand {
    order: -1;
    width: 10rem;
    padding-top: .25rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-global.padding-section-large.padding-bottom, .padding-global.padding-section-large.padding-top {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .grid-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .grid-2-col.is-split-left {
    grid-template-columns: .75fr;
  }

  .grid-2-col.is-split-right.spacing-4.hide-desktop {
    display: block;
  }

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

  .grid-3-col.spacing-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .grid-3-col.spacing-4.is-contact {
    grid-template-columns: 1fr;
  }

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

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_container {
    max-width: 100%;
  }

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

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

  .hero_text {
    width: 80%;
  }

  .hero_video-wrapper {
    order: -1;
    width: 100%;
    height: auto;
  }

  .cms_image-wrapper {
    color: var(--smoky-gray-dark);
    order: -1;
    width: 100%;
    max-width: none;
    padding: 3rem;
  }

  .cms_image {
    width: auto;
    height: auto;
  }

  .cms_text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .cms_wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .section_slider {
    padding-top: 6rem;
  }

  .slider_item {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }

  .contact_button {
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    font-size: 3rem;
  }

  .contact_icon {
    width: 3rem;
    margin-top: -.5rem;
    display: none;
  }

  .portfolio-content {
    width: 100%;
  }

  .maori_block.hide-desktop {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    overflow: visible;
  }

  .contact-text {
    font-size: 2rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-medium-2 {
    padding: 1.5rem;
  }

  .spacer-xhuge-2 {
    padding: 3rem;
  }

  .padding-large-2 {
    padding: 3rem 3rem 2.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .about-grid-text-wrapper.show-mobile-landscape {
    display: none;
  }

  .contact-grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .hero-text {
    width: 100%;
  }

  .heading-style-h3-2 {
    font-size: 1.25rem;
  }

  .section-bg_embed {
    width: 100%;
  }

  .section-bg {
    width: 200vw;
    margin-left: -100vw;
  }

  .friends_logo {
    max-width: 8rem;
    max-height: 2rem;
  }

  .subheading-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .maori_block-ratio {
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 45vh;
    height: 100%;
    max-height: 80vh;
  }

  .maori_block-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .button.is-lime {
    padding: 1rem 2rem;
    font-size: 1.25rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global, .padding-global.padding-section-large.padding-bottom, .padding-global.padding-section-large.padding-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-2-col, .grid-2-col.is-split-left, .grid-2-col.is-split-right {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .spacer-large {
    padding-top: 1.5rem;
  }

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

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

  .hero_text {
    width: 100%;
  }

  .cms_image-wrapper, .cms_image-wrapper.is-news {
    height: auto;
    padding: 1rem;
  }

  .cms_image {
    width: 1001%;
  }

  .cms_text-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: flex;
  }

  .text-style-tag {
    font-size: 1rem;
  }

  .section_slider {
    padding-top: 4rem;
  }

  .slider_item {
    font-size: 1.5rem;
  }

  .contact_button {
    font-size: 2rem;
  }

  .contact_icon {
    width: 2.1rem;
    margin-top: 0;
  }

  .portfolio_tag-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .portfolio_tag-wrapper.is-home {
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    color: #fff;
    padding: 0;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff0;
  }

  .hero-wrapper {
    margin-top: 4rem;
  }

  .padding-medium-2 {
    padding: .75rem 1.25rem;
  }

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

  .spacer-xhuge-2 {
    padding: 1.5rem;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .padding-large-2 {
    padding: 3rem 3rem 5rem;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

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

  .contact-submit {
    align-self: flex-end;
  }

  .website-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .navbar-real {
    background-color: #f36155;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .about-grid-text-wrapper.show-mobile-landscape {
    display: block;
  }

  .padding-small-2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .contact-flex {
    grid-template-columns: 1fr;
  }

  .contact-grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer-column.logo {
    display: flex;
  }

  .nav-link {
    color: #000;
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .nav-link.w--current {
    padding-left: 0;
  }

  .nav-link.current {
    color: #000;
    margin: 0;
    padding: 1rem;
  }

  .navbar_container {
    padding: .5rem 3rem;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .tags-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .friends_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .friends_logo {
    max-width: 6rem;
    max-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .button {
    justify-content: space-between;
    width: auto;
  }

  .button.is-periwinkle {
    justify-content: center;
    align-items: center;
  }

  .button.is-periwinkle:hover {
    background-color: var(--smoky-gray-dark);
  }

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

  .text-rich-text h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .display-flex.is-horizontal.spacing-1 {
    flex-flow: wrap;
  }

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

  .padding-global.padding-section-large.padding-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-2-col {
    align-items: start;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

  .cms_image-wrapper {
    padding: 1rem;
  }

  .cms_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .slider_item {
    justify-content: space-between;
    width: 100%;
    padding: .75rem 1.5rem;
    font-size: 1rem;
  }

  .contact_button {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }

  .contact_icon {
    width: 1.5rem;
  }

  .portfolio_tag {
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
  }

  .contact-submit-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .container-large-2 {
    max-width: 100vw;
  }

  .paragraph-7 {
    display: none;
  }

  .contact-text {
    font-size: 1.5rem;
  }

  .contact-list {
    font-size: 1rem;
  }

  .padding-medium-2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .padding-large-2 {
    padding: 2rem 2rem 4rem;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-tabs-menu, .contact-grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .nav-link, .nav-link.w--current {
    padding-left: 0;
  }

  .nav-link.current {
    padding: 1rem;
  }

  .navbar_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tags-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .portfolio_tag-small {
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
  }
}

#w-node-_1bdf24b9-f68a-5f68-7596-4ada76a0d5da-b2384370 {
  place-self: end;
}

#w-node-ab0055e9-e9a9-b9cf-b7d7-8bde06b9ba73-06b9ba6f, #w-node-_7efe695b-2029-d330-3de9-a845a6ccd3a8-22edffd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c065335d-f7f5-6dc0-371e-6dd057cd5a3e-b238438d, #w-node-d9ea4deb-866c-b386-3424-f6d745c83ef1-b2384395 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b582cd-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b582ec-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b582f1-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b582f6-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b582fb-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58301-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58307-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5830d-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b583e8-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b583f0-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58407-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58420-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58423-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58425-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58428-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58460-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5846a-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5846b-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b5847b-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58482-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5848c-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58496-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5849e-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b584b3-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584bb-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584c5-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584cf-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584d9-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584e3-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584ef-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b584fb-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58507-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58562-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58567-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5856c-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58571-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58576-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5857b-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58585-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5858a-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5858f-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58594-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58599-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5859e-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585a3-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585a8-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585ad-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585b2-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585b7-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b585bb-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b585bc-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585d0-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585d5-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585da-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585df-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585e4-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585e9-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585f3-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585f8-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b585fd-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58602-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58607-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5860c-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58611-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58616-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5861b-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58620-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58625-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58629-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b5862a-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5863b-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58640-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58645-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5864a-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5864f-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58654-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58659-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b5865e-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58663-b23843cf, #w-node-_1969e3ad-0228-c158-ff0d-f85c03b58668-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b5866c-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b5866d-b23843cf {
  justify-self: start;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58670-b23843cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1969e3ad-0228-c158-ff0d-f85c03b58748-b23843cf {
  justify-self: start;
}

#w-node-_315150f0-5230-2b83-0fb3-2b64961d0c93-5b3c6349 {
  place-self: center end;
}

#w-node-_0b7b0349-93c5-bcc3-7c0f-f115024e6063-5b3c6349 {
  justify-self: end;
}

#w-node-_30550897-b527-9cda-f7c7-299a9e5cbe2a-591c2306 {
  place-self: end;
}

#w-node-_30302158-7e83-052e-39e5-b71fafab5c09-4e5426fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9aa2709-22be-8eac-f171-5d9b871884a2-4e5426fb, #w-node-_4b7aa4b9-5add-a74e-bed3-8d3ae07e6d30-4e5426fb, #w-node-aa9f15df-075c-79c1-d2cd-64dec2d391ab-4e5426fb, #w-node-_98a2db60-3e90-bb49-8ca6-74bf69a950a4-4e5426fb, #w-node-f602388a-5752-1eda-0914-12864e11ee3a-4dd18e7a, #w-node-f602388a-5752-1eda-0914-12864e11ee41-4dd18e7a, #w-node-f602388a-5752-1eda-0914-12864e11ee8a-4dd18e7a, #w-node-f602388a-5752-1eda-0914-12864e11eeca-4dd18e7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c23644f5-dea7-c04f-1aa7-48e4a660b96d-18c8f5c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1bdf24b9-f68a-5f68-7596-4ada76a0d5da-b2384370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_315150f0-5230-2b83-0fb3-2b64961d0c93-5b3c6349, #w-node-e9b0613f-2fbc-d4a2-205b-fc0f026c0f34-591c2306, #w-node-_30550897-b527-9cda-f7c7-299a9e5cbe2a-591c2306, #w-node-ad9a2bd5-92f5-e1e1-f3f8-b94c3d3b8ffa-4e5426fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30302158-7e83-052e-39e5-b71fafab5c09-4e5426fb {
    grid-column: span 3 / span 3;
  }

  #w-node-ba4e8ba7-1269-f91f-7ad0-130823b453b7-4e5426fb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b7aa4b9-5add-a74e-bed3-8d3ae07e6d30-4e5426fb, #w-node-aa9f15df-075c-79c1-d2cd-64dec2d391ab-4e5426fb, #w-node-_98a2db60-3e90-bb49-8ca6-74bf69a950a4-4e5426fb {
    grid-column: span 3 / span 3;
  }

  #w-node-c23644f5-dea7-c04f-1aa7-48e4a660b96d-18c8f5c4 {
    order: -9999;
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d122e1a3-f959-f8e4-5d1f-63825a17572a-4e5426fb {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b7aa4b9-5add-a74e-bed3-8d3ae07e6d30-4e5426fb, #w-node-aa9f15df-075c-79c1-d2cd-64dec2d391ab-4e5426fb, #w-node-_98a2db60-3e90-bb49-8ca6-74bf69a950a4-4e5426fb {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tan Official';
  src: url('../fonts/TAN-OFFICIAL.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}