@font-face {
  font-family: Satoshi Complete;
  src: url('../fonts/Satoshi_Complete.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chillax Complete;
  src: url('../fonts/Chillax_Complete.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hind variable;
  src: url('../fonts/Hind-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama variable;
  src: url('../fonts/Melodrama-Variable.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Supreme variable;
  src: url('../fonts/Supreme-Variable.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Boska variable;
  src: url('../fonts/Boska-Variable.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Author variable;
  src: url('../fonts/Author-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Alliance No;
  src: url('../fonts/Alliance-No.2-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --primary: var(--grey);
  --text: #222;
  --black-2\<deleted\|variable-4cfa6de5\>: #1d1e22;
  --red: #df0348;
  --yellow: #e6ff02;
  --violet: #7832b6;
  --cyan: #02b0ff;
  --red\<deleted\|variable-ebf67215\>: #ef445c;
  --black: #080808;
  --0-5-rem: .5rem;
  --accent-color: #b82f5a;
  --1rem: 1rem;
  --white: white;
  --transparent: transparent;
  --grey: #edebeb;
  --black-2: #424242;
  --surface-1: var(--grey-2);
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --grey-2: #dedede;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--primary);
  color: var(--text);
  font-family: Hind variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
}

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

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
  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: 1.5rem;
  font-size: 1.2em;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

strong {
  font-weight: bold;
}

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

figure {
  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%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

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

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

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

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

.background-color-black {
  background-color: var(--black-2\<deleted\|variable-4cfa6de5\>);
  color: #f5f5f5;
}

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

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

.text-color-grey {
  color: gray;
}

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

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  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;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-white {
  background-color: #fff;
}

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

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

.heading-style-h4 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.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-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

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

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

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

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

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

.text-style-link {
  text-decoration: underline;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  top: 50px;
}

.main-wrapper.sub-page {
  top: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide_color.is-1 {
  background-color: #1a1a1a;
}

.fs-styleguide_color.is-2 {
  background-color: #ececec;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.box {
  background-color: var(--red);
  border-radius: 1rem;
  width: 4rem;
  height: 4rem;
}

.box.gold {
  background-color: var(--yellow);
}

.box.purple {
  background-color: var(--violet);
}

.box.blue {
  background-color: var(--cyan);
}

.background-color-orange {
  background-color: var(--red);
}

.background-color-red {
  background-color: var(--red\<deleted\|variable-ebf67215\>);
}

.background-color-yellow {
  background-color: var(--yellow);
}

.background-color-blue {
  background-color: var(--cyan);
}

.background-color-purple {
  background-color: var(--violet);
}

.toggle {
  z-index: 999;
  width: 52px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 2% 0% auto;
}

.toggle-switch {
  padding-bottom: 0;
  padding-right: 0;
}

.links-menu {
  cursor: pointer;
  background-color: #222;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar-wrapper {
  z-index: 99;
  background-color: var(--text);
  background-image: linear-gradient(90deg, #000, #0000 76%);
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 0 #0000, 0 1.8px 3.5px #00000015, 0 3.8px 7px #0000001a, 0 5.9px 10.6px #0000001d, 0 8.3px 14.3px #0000001f, 0 11.4px 18.2px #00000020, 0 15.6px 22.5px #00000021, 0 22px 27.4px #0002, 0 32.8px 33.7px #00000024, 0 55.5px 43.7px #00000027;
}

.main-links {
  position: relative;
}

.navlink {
  color: var(--black);
  text-transform: uppercase;
  background-color: #222;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.navlink:hover {
  color: #fff;
  text-decoration: none;
}

.navlink.shadow {
  border-top-left-radius: var(--0-5-rem);
  border-bottom-left-radius: var(--0-5-rem);
  background-color: var(--text);
  box-shadow: -6px -2px 15px -5px #000000c9;
}

.navlink.mobile-only {
  display: none;
}

.navlink-bg {
  z-index: 5;
  background-color: var(--accent-color);
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.c-navbar {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navlink-content {
  z-index: 10;
  align-items: center;
  min-height: 65px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.c-extra-links {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: visible;
}

.links-menu-icon {
  opacity: .5;
  width: 25px;
}

.image {
  z-index: 3;
  height: 100%;
  padding-left: 30px;
  position: relative;
}

.navlink-text {
  color: #ccc;
  padding-left: 10px;
}

.slide-cta {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta:hover {
  color: #fff;
  text-decoration: none;
}

.hero-slide {
  perspective: 1000px;
  overflow: hidden;
  transform: perspective(1000px);
}

.hero-slide.video {
  filter: grayscale();
  transition: all .2s;
}

.hero-slide.video:hover {
  filter: grayscale(0%);
}

._w-hero-slider-nav {
  z-index: 15;
  cursor: pointer;
  border-right: 1px solid #333;
  width: 100%;
  height: 100%;
  padding: 20px 15%;
  position: relative;
  overflow: hidden;
}

.contact-form-rich-text-block {
  text-align: left;
}

.contact-form-rich-text-block.mobile-only {
  display: none;
}

.contact-form-rich-text-block.desktop-only {
  color: var(--text);
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.input {
  background-color: var(--text);
  border: 1px solid #b7bbd161;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.line-1 {
  background-color: #fff;
  width: 2px;
  height: 75%;
  transform: rotate(-45deg);
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

._1-2-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  justify-content: center;
  place-items: center stretch;
  margin-top: 20px;
  display: flex;
}

._1-2-grid._75-space {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80vw;
  padding: 40px;
  display: grid;
}

._1-2-grid._75-space.reverse {
  z-index: 2;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: var(--primary);
  z-index: 1;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #222;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 80svh;
  padding: 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.close-button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: auto;
  transition: all .25s;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close-button:hover {
  background-color: #222;
  border-radius: 1rem;
}

.close-button:active {
  background-color: #ff5c5b;
}

.contact-form-container {
  z-index: 100;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.line-2 {
  background-color: #fff;
  width: 2px;
  height: 75%;
  transform: rotate(45deg);
}

.form-inner {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.button-4 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-4:hover {
  box-shadow: none;
  background-color: #000;
}

.button-4.in-form {
  background-color: #4d4d4d;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.button-4.in-form:hover {
  background-color: var(--accent-color);
}

.border-wrap {
  border: 1px #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.input-label {
  z-index: 2;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.content-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.list-item {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.4;
}

.icon-text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--accent-color);
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.icon-text-point:hover {
  color: #ff5c5b;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 1.5em;
}

.slide-cta-2 {
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-2:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-2.margin-top {
  color: var(--black);
  margin-top: 40px;
}

.slide-cta-2.background-color-white {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--primary);
}

.subheader {
  overflow: hidden;
}

.list-parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: var(--black);
  border-bottom-width: 1px;
  border-bottom-color: #000;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-parent:hover {
  color: #ff5c5b;
}

.slider-tab {
  margin-top: 1rem;
}

.card-img-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.absolute-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.animated-overly {
  z-index: 5;
  background-color: var(--accent-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 101%);
}

.border-line {
  background-color: #8f8f8f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-slider-nav-number {
  z-index: 5;
  opacity: .2;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-cta-curtain {
  background-color: var(--accent-color);
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.title {
  letter-spacing: -.04em;
  margin-bottom: .75rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9;
}

.slider-section {
  width: 100%;
  padding: 5em 2%;
  overflow: hidden;
}

.header {
  overflow: hidden;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem;
  position: relative;
}

.container-4.no-top {
  padding-top: 0;
}

.hero-slider-arrow {
  opacity: .25;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .2s;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

.c-hero-slide-stripes-2 {
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.footer_bottom_wrap {
  grid-column-gap: .75em;
  grid-row-gap: .5em;
  color: #fff9;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-slide-stripe {
  opacity: .35;
  background-color: #fff;
  width: 10px;
  height: 15px;
  margin-right: 10px;
  transform: skew(-45deg);
}

.hero-slider-nav-title-2 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .2s;
}

.hero-slider-nav-title-2.active {
  color: #ff276b;
}

.slide-cta-text-2 {
  z-index: 10;
  font-weight: 700;
  position: relative;
}

.footer_bottom_link {
  color: var(--accent-color);
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.footer_bottom_link:hover {
  color: #fff;
}

.content_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.main-wrapper-2 {
  background-image: linear-gradient(#000, #222);
  flex-flow: column;
  width: 100vw;
  margin-top: 65px;
  display: flex;
}

.services-offered-section {
  width: 100%;
  padding: 3rem 2%;
}

.gallery-wrapper {
  min-height: 25vh;
}

.gallery-wrapper._2 {
  align-self: flex-end;
  max-width: 620px;
  position: relative;
}

.gallery-wrapper.about-image {
  border-radius: var(--1rem);
  position: relative;
  overflow: hidden;
}

.gallery-wrapper.enhancement {
  z-index: 2;
  border-radius: var(--1rem);
  z-index: 2;
  z-index: 2;
  z-index: 2;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.c-slide-cta-3 {
  z-index: 2;
  border: .5px solid var(--primary);
  border-radius: var(--0-5-rem);
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-3:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.c-slide-cta-3.white {
  background-color: var(--transparent);
  transition: all .25s;
}

.c-slide-cta-3.white:hover {
  background-color: var(--accent-color);
  color: var(--white);
}

.c-slide-cta-3.white.bg-shadow {
  border-radius: var(--1rem);
  background-color: var(--transparent);
  color: var(--accent-color);
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.slider-img-child {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-img-parent {
  flex-direction: column;
  width: 100%;
  height: 260rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.c-hero-slider-nav-content {
  z-index: 10;
  position: relative;
}

.scroll_wrap {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.hero-slide-bg-no {
  opacity: .1;
  text-align: right;
  border: 1px solid #ff5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: .25vw .25vw auto auto;
}

.card-whipe {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.three, .card-whipe.one, .card-whipe.four, .card-whipe.two, .card-whipe.five {
  display: none;
}

._w-hero-slide-details-2 {
  box-shadow: none;
  color: var(--white);
  max-width: 70%;
  margin-right: auto;
  padding: 21px 40px;
  position: relative;
}

._w-hero-slide-details-2.hero {
  padding-left: 0;
}

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

.slide-cta-text {
  z-index: 10;
  color: var(--text);
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
}

.slide-cta-text.white {
  color: var(--primary);
}

.slider-nav-indicator {
  z-index: 5;
  opacity: 0;
  background-color: #aaa;
  width: 5px;
  height: 5px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, 20px);
}

.slider-nav-indicator.active {
  opacity: 1;
  transform: translate(0);
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-3 {
  background-image: url('../images/flare-nj-photo-23_1flare-nj-photo-23.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-5 {
  background-image: url('../images/flare-nj-photo-26_1flare-nj-photo-26.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-6 {
  background-image: url('../images/flare-nj-photo-4_1flare-nj-photo-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-1 {
  background-image: url('../images/flare-nj-photo-6_1flare-nj-photo-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-4 {
  background-image: url('../images/flare-nj-photo-22_1flare-nj-photo-22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-2 {
  background-image: url('../images/flare-nj-photo-12_1flare-nj-photo-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

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

.subtitle {
  color: #888;
  font-size: 1.2rem;
  font-weight: 700;
}

._2-column {
  grid-column-gap: 66px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column.alternate {
  grid-template-columns: 1fr 1fr;
}

._2-column.reverse {
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-flow: row;
}

.hero-slide-highlight-text-2 {
  opacity: 0;
  letter-spacing: .5em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  display: none;
  position: absolute;
}

.c-hero-slide-details {
  box-shadow: none;
  perspective: 1000px;
  position: absolute;
  inset: auto auto 5% 5%;
  transform: perspective(1000px);
}

.c-hero-slide-details.relative {
  position: relative;
  left: auto;
}

.c-hero-slide-content {
  background-image: linear-gradient(#13131359, #13131359), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  position: relative;
}

.c-hero-slide-content._4 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/flare-nj-photo-20_1flare-nj-photo-20.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-hero-slide-content._2 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/flare-nj-photo-28_1flare-nj-photo-28.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-hero-slide-content._1 {
  background-image: linear-gradient(90deg, #fff0, #13131380 75%), url('../images/flare-nj-photo-21_1flare-nj-photo-21.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.c-hero-slide-content._3 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/debut_party_stock_image.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-section {
  width: 100%;
  padding: 5rem 2%;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.event-title {
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 37px;
  position: relative;
}

.event-title.white {
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.1;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #57bb5e;
  min-width: 10rem;
  padding: 1rem 2.1rem;
  line-height: 1;
}

.hero-slider-nav-curtain {
  background-color: #33333380;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.c-hero-slider-navbar-2 {
  z-index: 15;
  background-color: var(--text);
  background-image: none;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.image-wrapper {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  position: relative;
}

.image-wrapper.about-image {
  aspect-ratio: 3 / 2;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  padding: 0;
}

.image-wrapper.rectangle {
  aspect-ratio: 16 / 9;
}

.footer_wrap {
  background-image: linear-gradient(#080808, #0000 55%), linear-gradient(#0e0008, #0e0008);
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  display: flex;
}

.p {
  max-width: 34em;
  margin-bottom: 2rem;
}

.p.alt {
  margin-bottom: 0;
}

.p.alt.text-color-white {
  font-size: 1.3rem;
}

.hero-slide-p-2 {
  z-index: 10;
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
}

.slider-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.border-line-btm {
  z-index: 2;
  background-color: #292929;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-cta-3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-3:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-3.subpage {
  border-radius: var(--1rem);
  border-width: .5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.slide-cta-3.pricing-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content_text_wrap {
  width: 100%;
  max-width: 38rem;
}

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

.content_img-2 {
  aspect-ratio: 1.2;
  object-fit: cover;
  width: 100%;
}

.c-slide-cta-2 {
  display: inline-block;
}

.text-style-number {
  padding-top: 4px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.heading-style-h1-2 {
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 3rem;
  line-height: 1;
}

.heading-style-h1-2.red {
  color: var(--red);
}

.heading-style-h1-2.no-margin {
  margin-bottom: 0;
}

.footer_title {
  color: #fff;
  margin-bottom: .8rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.content_section-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.heading-style-h3-2 {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-slider-nav {
  display: none;
}

.slider-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 42rem;
  display: flex;
}

.footer_list {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-button-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
}

.wo-hero-slider-nav {
  width: 25%;
  position: relative;
}

.slider-img {
  border-radius: 32px;
  flex-direction: column;
  width: 100%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_link {
  color: #fff9;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.9;
  text-decoration: none;
  transition: color .1s;
  display: block;
}

.footer_link:hover {
  color: #fff;
  text-decoration: none;
}

.arrow {
  opacity: 0;
  width: 1.75rem;
}

.arrow.go-back-navigation {
  z-index: 3;
  opacity: 1;
  filter: brightness(200%) invert();
  margin-right: 5px;
  position: relative;
  transform: rotate(-180deg);
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.c-hero-slider {
  height: 80vh;
  line-height: 1.5em;
  position: relative;
}

.hero-slide-header-2 {
  z-index: 10;
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.native-form {
  z-index: 2;
  position: relative;
}

.text-block-3 {
  color: #a03238;
  transition: all .2s;
}

.text-block-3:hover {
  color: var(--red);
}

.honeybook-form-wrapper {
  z-index: 2;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: auto;
}

.code-embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.honeybook-form-container {
  z-index: 100;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.event-services-popup-page-wrapper {
  z-index: 100;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.go-back-button-wrapper {
  z-index: 999;
  background-color: var(--black);
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 65px;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.description-toggle {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-slide-cta {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.topic__description_rich_text {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.topic__description_rich_text h2 {
  font-size: 1.3em;
}

.heading-3 {
  text-align: left;
  text-transform: uppercase;
}

.bg-overlay {
  z-index: 5;
  background-color: #ff5c5b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 101%);
}

.image-wrapper-2 {
  width: 100%;
  max-width: 620px;
  max-height: 623px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-wrapper-2.enhancements {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  max-width: none;
  margin-bottom: 0;
}

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

.slide-cta-4 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-4:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-4.toggle-description {
  border-color: var(--text);
  margin-bottom: 19px;
  padding-top: 29px;
  padding-bottom: 29px;
}

.flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flex-vertical.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.enhancements-content-wrapper {
  background-color: #0000;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 2%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.description-block {
  direction: ltr;
  text-align: left;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 2%;
  margin-right: 0%;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.enhancement_image_block {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  height: auto;
  display: flex;
}

.text-block-4 {
  color: #fff;
}

.event-learn-more {
  z-index: 2;
  color: var(--primary);
  font-size: 18px;
  line-height: 1.1;
  position: relative;
}

.event-learn-more.white {
  color: #edebeb;
}

.heading-4 {
  margin-top: 0;
}

.embed-page-wrapper {
  z-index: 999;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.tabs__menu {
  padding: 10px;
}

.tabs-link__title {
  align-items: flex-start;
}

.unsplash-badge {
  z-index: 99;
  display: inline-block;
  position: absolute;
  inset: 24px 24px auto auto;
}

.tabs__link-body {
  overflow: hidden;
}

.country {
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.style--mono {
  line-height: 1;
}

.tabs__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

.flag {
  width: 20px;
  margin-right: 8px;
}

.tabs__link {
  border-bottom: 1px solid var(--black);
  opacity: .7;
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  padding: 10px;
  transition: all .25s;
  display: block;
}

.tabs__link.w--current {
  border-bottom-color: var(--black);
  background-color: #0000;
  background-image: linear-gradient(225deg, transparent 21%, var(--accent-color));
  opacity: 1;
  color: var(--white);
  border-radius: 1em;
}

.tabs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.tabs__content {
  border-radius: var(--1rem);
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.tabs__pane {
  aspect-ratio: 1;
  border-radius: var(--1rem);
  width: 100%;
  overflow: hidden;
}

.css {
  display: none;
}

.heading-5 {
  font-weight: 600;
  line-height: 1;
}

.heading-6 {
  transition: all .4s;
}

.instagram-section {
  flex: 1;
  width: 100%;
  padding: 80px 10px;
}

.instagram-section.hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 58px;
  display: flex;
  position: relative;
}

.absolute-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  color: #fff;
  text-align: center;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.all-caps-label {
  letter-spacing: .25em;
  text-transform: uppercase;
  text-shadow: 1px 1px 13px #000;
  margin-bottom: 20px;
  font-size: .8rem;
  text-decoration: none;
}

.max-width-20ch {
  color: #000;
  text-shadow: none;
  max-width: 20ch;
}

.max-width-20ch.light {
  color: #fff;
  text-shadow: 4px 4px 8px #3d0412;
}

.scroll-down-lottie {
  width: 24px;
  position: absolute;
  bottom: 16px;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_video {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.block-subheading {
  color: var(--text);
  text-align: center;
  width: 100%;
  max-width: 50ch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.service-gallery-wrapper {
  width: 100%;
}

.block-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.vertical-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.vertical-wrapper.align-centre {
  text-align: center;
  align-items: center;
}

.block-title {
  color: var(--text);
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  margin: 0 40px;
  font-weight: 600;
}

.gallery-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.enhancement-learn-more-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.learn-more-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #000000ba;
  background-image: linear-gradient(46deg, #0000 40%, #4e022f66);
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.learn-more-overlay:hover {
  opacity: 1;
}

.learn-more-text {
  color: #fff;
  font-size: 1.3em;
  transition: all .3s;
}

.learn-more-text:hover {
  color: var(--red);
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #57bb5e;
  min-width: 10rem;
  padding: 1rem 2.1rem;
  line-height: 1;
}

.button-6.alt {
  color: #fff;
  background-color: #57bb5e;
}

.cta_section {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/flare-nj-photo-18_1flare-nj-photo-18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 55vh;
  padding: 3rem;
  display: flex;
}

.cta_title {
  letter-spacing: -.06em;
  max-width: 10ch;
  font-size: 8rem;
  font-weight: 300;
  line-height: .8;
}

.cta_title.text-color-white {
  font-size: 6rem;
  font-weight: 500;
}

.container-6 {
  z-index: 2;
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem;
  position: relative;
}

.container-6.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container-6.layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-6.padding-left {
  width: auto;
  max-width: 55%;
  margin-left: 0;
  padding-left: 0;
}

.about-slider-content {
  object-fit: cover;
  background-image: linear-gradient(#13131359, #13131359), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-slider-content._4 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/flare-nj-photo-20_1flare-nj-photo-20.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-slider-content._2 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/flare-nj-photo-28_1flare-nj-photo-28.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-slider-content._1 {
  background-image: linear-gradient(90deg, #fff0, #13131380 75%), url('../images/flare-nj-photo-21_1flare-nj-photo-21.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-slider-content._3 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url('../images/debut_party_stock_image.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-slider-content.one {
  background-image: linear-gradient(to bottom, null, null), url('../images/flare-nj-photo-2_1flare-nj-photo-2.webp');
}

.about-slider-content.contain {
  object-fit: contain;
  background-image: none;
}

.c-about-slider-wrapper {
  height: 70vh;
  line-height: 1.5em;
  position: relative;
}

.about-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.about-slide {
  perspective: 1000px;
  overflow: hidden;
  transform: perspective(1000px);
}

.about-slide.contain {
  object-fit: contain;
}

.about-slider-arrow {
  background-color: var(--accent-color);
  opacity: 1;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .2s;
  box-shadow: 0 2px 12px #0000004a;
}

.about-slider-arrow:hover {
  opacity: 1;
}

.about-slider-nav {
  display: none;
}

.social-media-link {
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.social-media-link:hover {
  color: var(--red);
}

.div-block {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  left: auto;
  right: 0;
}

.input-2 {
  background-color: #020202;
  border: 1px solid #b7bbd161;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-2:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input-2:focus {
  border: 1px solid #434de7;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.paragraph-4 {
  color: #fff;
}

.section-2 {
  padding: 10px 12px 100px;
}

.navbar-wrapper-2 {
  z-index: 99;
  background-color: #222;
  background-image: linear-gradient(90deg, #000, #0000 76%);
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 #0000, 0 1.8px 3.5px #00000015, 0 3.8px 7px #0000001a, 0 5.9px 10.6px #0000001d, 0 8.3px 14.3px #0000001f, 0 11.4px 18.2px #00000020, 0 15.6px 22.5px #00000021, 0 22px 27.4px #0002, 0 32.8px 33.7px #00000024, 0 55.5px 43.7px #00000027;
}

.contact-form-container-2 {
  z-index: 99;
  background-color: #000000e3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

._2-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

._2-column-grid._1-row {
  grid-template-rows: auto;
  place-items: center stretch;
  padding: 20px 0;
}

.border-wrap-2 {
  background-color: #222;
  border: 1px #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.navlink-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #222;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
}

.navlink-2:hover {
  color: #fff;
  text-decoration: none;
}

.navlink-2.shadow {
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.c-slide-cta-4 {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.topic__description_rich_text-2 {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.topic__description_rich_text-2 strong {
  font-weight: 600;
}

.topic__description_rich_text-2 h2 {
  font-size: 1.3rem;
}

.topic__description_rich_text-2 p {
  font-weight: 400;
}

.main-wrapper-3 {
  background-image: linear-gradient(#000, #222);
  flex-flow: column;
  width: 100vw;
  margin-top: 65px;
  display: flex;
}

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

.slide-cta-text-3 {
  z-index: 10;
  font-weight: 600;
  position: relative;
}

.slide-cta-5 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-5:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-5.toggle-description {
  border-color: var(--black);
  color: var(--black);
  margin-bottom: 19px;
}

.input-label-2 {
  z-index: 2;
  background-color: #222;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

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

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

.enhancements-content-wrapper-2 {
  background-color: var(--primary);
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 2%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 0 #0000, 0 1.9px 8.6px #00000036, 0 4.4px 17.8px #0000003d, 0 10.4px 29.7px #00000043;
}

.bold-text-3 {
  font-size: 1.5em;
}

.lightbox_section {
  z-index: 1000;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  padding-top: 3em;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox_modal-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox_close {
  z-index: 2;
  background-color: #222;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 1.1em;
  transition: background-color .1s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox_close:hover {
  background-color: #363636;
}

.display-none {
  display: none;
}

.lightbox_modal {
  background-color: var(--primary);
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.container-7 {
  width: 100%;
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 4em;
}

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

.websites_list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ajax-link-block {
  border-radius: var(--1rem);
  text-decoration: none;
  overflow: hidden;
}

.case-study_agency-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-40 {
  padding-bottom: 2.5em;
}

.container-8 {
  width: 100%;
  max-width: 105em;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 4em;
}

.container-8.is-case-study {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study_agency-img {
  filter: saturate(0%);
  object-fit: cover;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
}

.case-study_agency-text {
  border-bottom: 2px solid #0000003b;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

.spacer-48 {
  padding-bottom: 3em;
}

.case-study_heading {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 5.9em;
  font-weight: 700;
  line-height: .8;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.case-study_img-wrap {
  border-radius: 2em;
  width: 100%;
  padding: 0%;
}

.case-study_img {
  border-radius: 1em;
  width: 100%;
}

.spacer-24 {
  padding-bottom: 1.5em;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.sub-page-section {
  text-align: center;
}

.sub-page-section.left-align {
  text-align: left;
}

.instagram-gallery-wrapper {
  border-radius: var(--1rem);
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.instagram-gallery-wrapper._2 {
  align-self: flex-end;
  max-width: 620px;
  position: relative;
}

.instagram-gallery-wrapper.enhancement {
  z-index: 2;
  position: relative;
}

.hover_image {
  z-index: 4;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
  height: 10rem;
  position: absolute;
  right: 15%;
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  color: var(--white);
  border-top-style: none;
  border-bottom-style: none;
  text-decoration: none;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  border-top: 2px none var(--black);
  border-bottom: 2px none var(--black);
  letter-spacing: -.04em;
  cursor: pointer;
  letter-spacing: -.04em;
  cursor: pointer;
  border-top: 2px #080808;
  border-bottom: 2px #080808;
  justify-content: center;
  width: 100%;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  font-size: 2.4rem;
  display: flex;
}

.text_hover {
  z-index: 10;
  width: 100%;
  position: relative;
}

.n-line {
  z-index: 1;
  background-color: #2e2a27;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  inset: auto 0% 0%;
}

.heading-style-h1-2-copy {
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 3rem;
  line-height: 1;
}

.heading-style-h1-2-copy.red {
  color: var(--red);
}

.heading-style-h1-2-copy.no-margin {
  margin-bottom: 0;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.title-2 {
  white-space: break-spaces;
}

.title-2.testimonial-v1---brix {
  margin-bottom: 13px;
  font-weight: 700;
}

.title-2.avatar-name-v1---brix, .title-2.testimonial---brix {
  margin-bottom: 0;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default---brix.adjust-container-max-w {
  padding-left: 0;
  padding-right: 0;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 28px;
}

.display-none-2 {
  display: none;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  background-color: var(--text);
  background-image: linear-gradient(149deg, black, var(--transparent));
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.slider-arrow---brix {
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  right: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  left: auto;
}

.subtitle---brix {
  color: var(--accent-color);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.link-block {
  height: 100%;
}

.flowbase-navigation {
  z-index: 99;
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-text {
  font-size: 1.1em;
  line-height: 1.1;
}

.feature-text.white-text {
  color: #fff;
}

.pricing-features {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.price-card {
  padding: 32px 34px;
}

.pricing-base {
  border: 1px solid var(--black-2);
  background-color: var(--text);
  background-image: linear-gradient(180deg, black, var(--text) 99%);
  color: var(--white);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-6 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.flowbase-logo {
  width: 55px;
}

.check-wrap {
  align-items: center;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
}

.price-type {
  margin-top: 0;
}

.price-type.white-text {
  color: #fff;
}

.pricing-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.button-7 {
  color: #f496d1;
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-7.button-white {
  color: #5243c2;
  background-color: #f496d1;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.button-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-text {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.white-text {
  color: #fff;
}

.pricing-card-featured {
  border: 1px solid var(--surface-1);
  background-color: #5243c2;
  background-image: linear-gradient(138deg, var(--black) 32%, var(--accent-color));
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  transition: all .5s cubic-bezier(.643, .229, .018, .644);
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #a0295769;
}

.pricing-card-featured:hover {
  border-width: 1px;
  border-color: var(--white);
  transform: translate(-5px, -10px);
  box-shadow: 14px 44px 42px 8px #d83070a8;
}

.container-flex-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing.white-text {
  color: #fff;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.check.inverted {
  filter: invert();
  margin-right: 18px;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.enhancements-section {
  z-index: 1;
  width: 100%;
  padding: 5em 2%;
  position: relative;
  overflow: hidden;
}

.text-link {
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.text-link:hover {
  color: var(--red);
}

.text-link.bignwhite {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-link.bignwhite:hover {
  color: var(--accent-color);
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.text-block-7 {
  z-index: 23;
  color: var(--black-2);
  position: relative;
}

.text-block-8 {
  color: var(--cyan);
}

.heading-8 {
  font-size: 1.6rem;
}

.fixed_intro_wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video.mobile {
  z-index: 1;
  display: none;
}

.background-video.desktop {
  transition: all .4s;
}

.background-video.desktop:hover {
  filter: grayscale(0%);
}

.circle_ring {
  z-index: 99;
  aspect-ratio: 1;
  border: 1px solid var(--primary);
  color: var(--white);
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
  position: absolute;
}

.overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #00000080;
  background-image: linear-gradient(0deg, var(--black), #0707079e 51%, #0000 67%);
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 99;
  float: right;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal_popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal_popup.weddings, .modal_popup.sweet16, .modal_popup.debuts, .modal_popup.private_events, .modal_popup.photobooth, .modal_popup.media_screen, .modal_popup.uplighting, .modal_popup.after_parties, .modal_popup.co2, .modal_popup.intelligent-lighting, .modal_popup.locations, .modal_popup.private_events-copy, .modal_popup.dancing-on-clouds {
  display: none;
}

.close-btn-line {
  background-color: var(--text);
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--primary);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--white);
  transform: rotate(-45deg);
}

.modal-content-w {
  padding: 3rem;
}

.modal {
  background-image: linear-gradient(150deg, #000 34%, #3a0f1c 88%, #580f26);
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  position: relative;
  box-shadow: 0 2px 32px #000000b3;
}

.btn {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn:hover {
  background-color: #3e4ceb;
}

.slide-cta-curtain-2 {
  background-color: #b82f5a;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

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

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

.slide-cta-6 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-6:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-6.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-5 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-5:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-5.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-5.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-5.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.slide-cta-text-4 {
  z-index: 10;
  font-weight: 600;
  position: relative;
}

.container-10 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-10.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

.topic__description_rich_text-3 {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

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

.slide-cta-7 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-7:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-7.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-6 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-6:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-6.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-6.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-6.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.slide-cta-text-5 {
  z-index: 10;
  font-weight: 600;
  position: relative;
}

.container-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-11.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

.topic__description_rich_text-4 {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

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

.slide-cta-8 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-8:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-8.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-7 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-7:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-7.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-7.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-7.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.container-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-12.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

.topic__description_rich_text-5 {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

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

.slide-cta-9 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-9:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-9.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-8 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-8:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-8.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-8.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-8.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.container-13 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-13.is-case-study {
  max-width: 105em;
  padding: 0 0 6rem;
}

.topic__description_rich_text-6 {
  z-index: 1;
  direction: ltr;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.topic__description_rich_text-6 h2 {
  font-size: 2.6rem;
}

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

.slide-cta-10 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-10:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-10.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-9 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-9:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-9.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-9.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-9.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.container-14 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-14.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

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

.slide-cta-11 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-11:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-11.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.c-slide-cta-10 {
  z-index: 2;
  border-radius: .5rem;
  transition: all .25s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.c-slide-cta-10:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-10.white {
  background-color: #edebeb;
  transition: all .25s;
}

.c-slide-cta-10.white:hover {
  color: #fff;
  background-color: #b82f5a;
}

.c-slide-cta-10.white.bg-shadow {
  border-radius: 1rem;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.container-15 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-15.is-case-study {
  max-width: 105em;
  padding: 0 4rem 6rem;
}

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

.slide-cta-12 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #222;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-cta-12:hover {
  color: #fff;
  text-decoration: none;
}

.slide-cta-12.subpage {
  border-width: .5px;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-11 {
  text-align: left;
  text-transform: uppercase;
}

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

.c-hero-slider-navbar-3 {
  z-index: 15;
  background-color: var(--text);
  background-image: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.fixed-nav-tab {
  color: var(--white);
  width: 25%;
  text-decoration: none;
  position: relative;
}

.footer_privacy_terms {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: none;
}

.hero_section {
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  position: relative;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #fff0;
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-layout07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout07_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.uui-section_layout07 {
  z-index: 3;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 91vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 69px;
  display: flex;
  position: relative;
  top: auto;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-layout07_lightbox {
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
  overflow: hidden;
}

.uui-layout07_image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-layout07_logo {
  height: 2.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.hero_logo {
  width: 40vw;
}

.lightbox-thumbnail {
  border-radius: var(--0-5-rem);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-pb {
  aspect-ratio: 1;
  object-fit: cover;
  width: 22%;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.logo-image {
  width: 40vw;
}

@media screen and (min-width: 1440px) {
  .instagram-section {
    border-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .heading-style-h4 {
    text-transform: uppercase;
    font-size: 2rem;
  }

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

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

  .main-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .navbar-wrapper {
    background-image: linear-gradient(90deg, #000, #222 59%);
  }

  .contact-form-rich-text-block.mobile-only {
    text-align: center;
    display: block;
  }

  .contact-form-rich-text-block.desktop-only {
    display: none;
  }

  ._1-2-grid {
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }

  ._1-2-grid._75-space {
    grid-template-columns: 1.25fr;
  }

  ._1-2-grid._75-space.reverse {
    z-index: 2;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    z-index: 2;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-height: 100svh;
    display: flex;
  }

  .contact-form-container {
    flex-flow: column;
  }

  .bold-text {
    font-size: 1.3em;
  }

  .bold-text.red {
    color: var(--accent-color);
  }

  .slider-tab {
    margin-top: 3rem;
  }

  .v-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .slider-section {
    padding-top: 0;
  }

  .container-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-slider-arrow {
    opacity: .75;
    font-size: 25px;
  }

  .content_list {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: 30em;
  }

  .content_list.is-alt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .services-offered-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-wrapper.about-image {
    margin-left: auto;
    margin-right: auto;
  }

  ._w-hero-slide-details-2 {
    width: 100%;
    max-width: none;
  }

  ._w-hero-slide-details-2.hero {
    padding-left: 0;
  }

  ._2-column {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  ._2-column.alternate {
    flex-flow: column;
  }

  .hero-slide-highlight-text-2 {
    font-size: 10em;
  }

  .c-hero-slide-details {
    padding-left: 5%;
    padding-right: 5%;
    bottom: 12%;
    right: auto;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrapper.about-image {
    aspect-ratio: 3 / 2;
    width: 96vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .content_text_wrap {
    width: 100%;
  }

  ._4-column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-content {
    height: auto;
  }

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

  .honeybook-form-wrapper {
    height: 400px;
  }

  .heading {
    font-size: 1.7rem;
  }

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

  .honeybook-form-container, .event-services-popup-page-wrapper {
    flex-flow: column;
  }

  .enhancements-content-wrapper {
    margin-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .description-block {
    max-width: none;
    margin-right: 2%;
  }

  .enhancement_image_block {
    align-items: center;
    display: block;
  }

  .tabs__link {
    text-transform: capitalize;
  }

  .tabs {
    grid-column-gap: 20px;
    grid-template-columns: .75fr 1fr;
  }

  .tabs__pane {
    aspect-ratio: 1;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-subheading {
    font-size: 16px;
  }

  .cta_section {
    min-height: 75vh;
  }

  .cta_title {
    font-size: 6rem;
  }

  .container-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-slider-arrow {
    opacity: .75;
    font-size: 25px;
  }

  .contact-form-container-2 {
    flex-flow: column;
  }

  ._2-column-grid {
    place-items: start stretch;
  }

  .enhancements-content-wrapper-2 {
    margin-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .lightbox_close:focus-visible, .lightbox_close[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 #00e;
  }

  .lightbox_modal {
    padding-bottom: 8em;
  }

  .container-7 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .container-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .case-study_heading {
    font-size: 10vw;
  }

  .instagram-gallery-wrapper.about-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .is-main.border-null {
    letter-spacing: -.03em;
    letter-spacing: -.03em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: 500;
  }

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

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .price-card {
    position: relative;
  }

  .pricing-card-featured {
    top: 0;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .enhancements-section {
    padding-top: 0;
  }

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

  .heading-10 {
    font-size: 1.6rem;
  }

  .background-video.mobile {
    display: none;
  }

  .text-block-9 {
    font-size: 2rem;
  }

  .uui-layout07_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout07_logo-row {
    grid-column-gap: 1.5rem;
  }

  .uui-layout07_lightbox {
    padding: 3rem;
    bottom: 10%;
  }

  .uui-layout07_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

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

  .heading-style-h2 {
    font-size: 1.5rem;
    line-height: 1;
  }

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

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

  .navbar-wrapper {
    background-image: linear-gradient(90deg, #000, #222 49%);
  }

  .image {
    padding-left: 24px;
  }

  .input-wrapper {
    margin-bottom: 5px;
  }

  .input-wrapper._15p-right {
    margin-bottom: 5px;
    margin-right: 0;
  }

  ._1-2-grid._75-space {
    border-radius: 14px;
    overflow: hidden;
  }

  ._1-2-grid._75-space.reverse {
    margin-top: 0;
  }

  .flex-row-outer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title {
    font-size: 3.2em;
  }

  .hero-slider-arrow {
    z-index: 88;
    display: flex;
  }

  .gallery-wrapper._2 {
    align-self: flex-start;
  }

  .c-hero-slide-content {
    min-height: 100vh;
  }

  .c-hero-slide-content._1 {
    border-radius: var(--1rem);
    overflow: hidden;
  }

  .c-hero-slider-navbar-2 {
    position: relative;
  }

  .image-wrapper {
    max-height: none;
  }

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

  .home-button-wrapper.hero {
    justify-content: center;
    align-items: center;
  }

  .c-hero-slider {
    height: auto;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .tabs__menu {
    margin: 0;
  }

  .tabs__link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tabs {
    grid-row-gap: 20px;
  }

  .tabs__pane {
    aspect-ratio: 16 / 9;
  }

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

  .instagram-section.hero {
    padding: 120px 10px;
  }

  .hero-wrapper {
    padding: 20px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-title {
    white-space: normal;
  }

  .cta_section {
    min-height: 80vh;
  }

  .cta_title {
    font-size: 5.3rem;
  }

  .about-slider-content {
    min-height: 100vh;
  }

  .c-about-slider-wrapper {
    height: auto;
  }

  .about-slider-arrow {
    display: none;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .websites_list {
    grid-template-columns: 100%;
  }

  .case-study_img-wrap {
    background-color: #0000;
    border-radius: 0;
    padding: 0%;
  }

  .instagram-gallery-wrapper._2 {
    align-self: flex-start;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

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

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .heading-9 {
    font-size: 1.4rem;
  }

  .heading-10 {
    font-size: 1.1rem;
  }

  .paragraph-5 {
    margin-bottom: .25rem;
    line-height: 1.2;
  }

  .background-video.mobile {
    display: flex;
  }

  .background-video.desktop {
    display: none;
  }

  .overlay.gradient.mobule {
    background-image: linear-gradient(0deg, var(--black) 16%, #0000 59%);
  }

  .modal-content-w {
    padding: 2rem;
  }

  .heading-11 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .c-hero-slider-navbar-3 {
    background-color: var(--text);
    background-image: linear-gradient(#080808, #fff0 77%);
    position: relative;
  }

  .hero_section {
    justify-content: center;
    align-items: flex-end;
    min-height: 100svh;
    display: flex;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-layout07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout07_logo-row {
    margin-bottom: 2rem;
  }

  .uui-section_layout07 {
    justify-content: center;
    align-items: center;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-layout07_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout07_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_logo, .logo-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .toggle {
    inset: 2% 0% auto;
  }

  .links-menu {
    margin-left: -70px;
    inset: 0% 0% 0% auto;
  }

  .navbar-wrapper {
    background-image: linear-gradient(90deg, #000, #222 59%);
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink.main-nav {
    display: none;
  }

  .navlink.mobile-only {
    display: block;
  }

  .c-navbar {
    height: 65px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .navlink-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-extra-links {
    position: relative;
    top: 35px;
  }

  .image {
    height: 50px;
    position: relative;
  }

  ._w-navbar {
    margin-top: 35px;
  }

  .hero-slide.video {
    min-height: 90vh;
  }

  .input-wrapper._15p-right {
    margin-bottom: 2px;
    margin-right: 0;
  }

  .paragraph-3 {
    margin-bottom: .125rem;
    font-size: 1.1em;
  }

  ._1-2-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px 12px;
  }

  ._1-2-grid._75-space.reverse {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .bold-text {
    font-size: 1.1em;
  }

  .v-flex {
    grid-auto-flow: row;
  }

  .title {
    font-size: 2.6em;
  }

  .hero-slider-arrow {
    background-color: #13131340;
    width: 40px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    top: 20%;
  }

  ._w-hero-slide-details-2 {
    box-shadow: none;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  ._w-hero-slide-details-2.hero {
    justify-content: center;
    align-items: center;
  }

  .c-hero-slide-details {
    position: relative;
    left: auto;
  }

  .c-hero-slide-content {
    height: 35vh;
    min-height: 0;
    margin-bottom: 10px;
  }

  .c-hero-slider-navbar-2 {
    display: none;
  }

  .image-wrapper.rectangle {
    aspect-ratio: 1;
  }

  .slide-cta-3 {
    border-radius: var(--0-5-rem);
  }

  ._4-column, .footer_list {
    grid-template-columns: 1fr;
  }

  .home-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-button-wrapper.hero {
    margin-top: auto;
  }

  .c-hero-slider {
    padding-bottom: 40px;
  }

  .topic__description_rich_text {
    font-size: 16px;
  }

  .enhancements-content-wrapper {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 4% 3%;
  }

  .description-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .tabs__link {
    text-align: center;
  }

  .tabs__link.w--current {
    background-image: linear-gradient(0deg, transparent 56%, var(--accent-color));
  }

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

  .tabs__pane {
    aspect-ratio: 3 / 2;
  }

  .instagram-section.hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .hero-wrapper {
    background-image: none;
  }

  .all-caps-label {
    font-size: .7rem;
  }

  .max-width-20ch.light {
    font-size: 3.2rem;
  }

  .container-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .block-title-wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .block-title {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2.6rem;
  }

  .gallery-collection-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .line {
    flex: 0 auto;
  }

  .cta_title {
    font-size: 19vw;
  }

  .cta_title.text-color-white {
    max-width: none;
    font-size: 4.4rem;
  }

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

  .about-slider-content {
    height: 35vh;
    min-height: 0;
    margin-bottom: 10px;
  }

  .c-about-slider-wrapper {
    padding-bottom: 40px;
  }

  .about-slider-arrow {
    background-color: #13131340;
    width: 40px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    top: 20%;
  }

  .div-block {
    margin-right: auto;
  }

  .navbar-wrapper-2 {
    background-image: none;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .topic__description_rich_text-2 {
    font-size: 16px;
  }

  .enhancements-content-wrapper-2 {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 4% 3%;
  }

  .is-main.border-null {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .title-2.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-card-featured {
    width: 100%;
  }

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

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .heading-9 {
    font-size: 1.2rem;
  }

  .paragraph-5 {
    margin-bottom: .125rem;
    font-size: 1rem;
  }

  .background-video.mobile {
    justify-content: center;
    align-items: center;
  }

  .circle_ring {
    width: 175px;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn {
    font-size: .9375rem;
  }

  .slide-cta-6 {
    border-radius: .5rem;
  }

  .topic__description_rich_text-3 {
    font-size: 16px;
  }

  .slide-cta-7 {
    border-radius: .5rem;
  }

  .topic__description_rich_text-4 {
    font-size: 16px;
  }

  .slide-cta-8 {
    border-radius: .5rem;
  }

  .container-12.is-case-study {
    padding-left: 0;
    padding-right: 0;
  }

  .topic__description_rich_text-5 {
    font-size: 16px;
  }

  .slide-cta-9 {
    border-radius: .5rem;
  }

  .topic__description_rich_text-6 {
    font-size: 16px;
  }

  .slide-cta-10, .slide-cta-11, .slide-cta-12 {
    border-radius: .5rem;
  }

  .c-hero-slider-navbar-3 {
    display: none;
  }

  .hero_section {
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    display: flex;
  }

  .uui-section_layout07 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .hero_logo {
    width: 70vw;
    display: none;
  }

  .lightbox-thumbnail {
    border-radius: var(--0-5-rem);
  }

  .lightbox-pb {
    width: 45%;
  }

  .logo-image {
    width: 70vw;
    display: none;
  }
}

#w-node-_53154bfe-6776-0e18-6889-d579454c895f-8759a009 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebc4ad0c-6b94-86c6-feab-77e63e147062-8759a009 {
  grid-area: 3 / 1 / 6 / 2;
  align-self: end;
}

#w-node-_5f3f2d5f-be77-b9fd-92b0-9effa2fe998a-8759a009 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_02ae6192-1a39-eddf-322e-9344b79fc90b-b79fc906, #w-node-_02ae6192-1a39-eddf-322e-9344b79fc90c-b79fc906, #w-node-_02ae6192-1a39-eddf-322e-9344b79fc915-b79fc906, #w-node-_02ae6192-1a39-eddf-322e-9344b79fc920-b79fc906, #w-node-_215de9ec-cf56-6ad7-29be-0652255f8860-b79fc906, #w-node-_02ae6192-1a39-eddf-322e-9344b79fc92b-b79fc906, #w-node-_5cc59cfe-f8fa-09f6-3279-9484db0bc327-db0bc325, #w-node-_5cc59cfe-f8fa-09f6-3279-9484db0bc344-db0bc325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-8759a014, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-8759a014 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-8759a014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-8759a014 {
  justify-self: start;
}

#w-node-f088ed9a-4770-9f97-de64-89ba1f9d6f3b-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d6f58-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d70d6-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d70d7-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d70e0-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d70eb-8759a01e, #w-node-f088ed9a-4770-9f97-de64-89ba1f9d70f6-8759a01e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5f3f2d5f-be77-b9fd-92b0-9effa2fe998a-8759a009 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a9577ab-9770-7776-80c2-3268591ecb39-8759a009, #w-node-_1217c082-0f73-ba73-07cb-871fd5ff8078-8759a009 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f3f2d5f-be77-b9fd-92b0-9effa2fe998a-8759a009 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }
}


@font-face {
  font-family: 'Satoshi Complete';
  src: url('../fonts/Satoshi_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax Complete';
  src: url('../fonts/Chillax_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hind variable';
  src: url('../fonts/Hind-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama variable';
  src: url('../fonts/Melodrama-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme variable';
  src: url('../fonts/Supreme-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author variable';
  src: url('../fonts/Author-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alliance No';
  src: url('../fonts/Alliance-No.2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}