@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: General Sans Variable Italic;
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --_colors---background-color-1a: #fdfdfc;
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_colors---text-color: #0d0c07;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_spacing---spacing-0rem: 0rem;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_opacity---opacity-black-25: #00000040;
  --_border-radius---border-radius-large: 2rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_opacity---transparent: #419d7800;
  --_colors---background-color-1c: #efedea;
  --_colors---neutral-color-2c\<deleted\|variable-adced095-ee2f-064b-0a6c-4bbddb558138\>: #3a351e;
  --_opacity---opacity-white-50: #ffffff80;
  --_opacity---opacity-white-25: #ffffff40;
  --_opacity---opacity-white-75: #ffffffbf;
  --_colors---white: white;
  --_border-radius---border-radius-small: 1rem;
  --_border-radius---border-radius-tiny: .5rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_colors---background-color-1b: #f6f5f3;
  --_colors---black: #000;
  --_colors---primary-color-1a: #8f6593;
  --_colors---primary-color-1b: #9e874e;
  --_colors---primary-color-1c: #3b252c;
  --_opacity---opacity-black-15: #00000026;
  --_opacity---opacity-black-50: #00000080;
  --_max-widths---max-width-medium: 40rem;
  --_typography---text-size-xlarge: 2.5rem;
  --_max-widths---max-width-large: 50rem;
  --_max-widths---max-width-small: 30rem;
  --_max-widths---max-width-xsmall: 24rem;
  --_max-widths---max-width-xlarge: 70rem;
  --_border-radius---border-radius-standard: 1.5rem;
  --_opacity---opacity-black-75: #000000bf;
  --_colors---neutral-color-2a\<deleted\|variable-e4e331b1-738d-9ecf-9b1e-d9664a63db88\>: #b9b1a4;
  --_opacity---opacity-white-10: #ffffff1a;
  --_opacity---opacity-white-15: #ffffff26;
  --_typography---text-size-small: .87rem;
  --_colors---error-message: #ffc7c7;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_colors---success-message: #8a856a;
  --_typography---text-nav-link: .8rem;
  --_colors---neutral-color-2b\<deleted\|variable-cbd5c16d-d592-117b-39ed-063f4067f300\>: #7f795e;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_border-radius---border-radius-0: 0rem;
  --_opacity---opacity-black-10: #0000001a;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_colors---accent-color-2c\<deleted\|variable-0dec7397-c789-104f-211f-d06a1b2e50fd\>: white;
  --_border-radius---border-radius-xlarge: 4rem;
  --_opacity---opacity-white-5: #ffffff0d;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
  --_opacity---opacity-black-5: #0000000d;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: var(--_colors---background-color-1a);
  font-family: var(--_typography---body-font);
  color: var(--_colors---text-color);
  font-size: var(--_typography---body-text);
  line-height: 1;
  font-weight: var(--_typography---text-weight-regular);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

h1 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h1);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  text-transform: none;
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

h2 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h2);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

h3 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h3);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

h4 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h4);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

h5 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h5);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

h6 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h6);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

p {
  margin-bottom: var(--_spacing---spacing-0rem);
  line-height: 1.5;
}

a {
  color: var(--_colors---text-color);
  text-decoration: none;
}

ul {
  padding-left: var(--_spacing---spacing-1-5-rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
  display: flex;
}

img {
  object-fit: cover;
}

form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

label {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

blockquote {
  font-size: var(--_typography---text-block-quote);
  background-image: url('../images/quote-mark-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3rem;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0 0 0 5rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: left;
  margin-top: 1rem;
}

.heading-style-h1 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h1);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  flex-flow: wrap;
}

.heading-style-h2 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h2);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
}

.heading-style-h3 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h3);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
}

.heading-style-h4 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h4);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  --_typography---body-font: "General Sans Variable", sans-serif;
  --_typography---body-text: 1rem;
  --_typography---text-weight-regular: 400;
  --_typography---header-font: "General Sans Variable", sans-serif;
  --_typography---heading-h1: 7rem;
  --_typography---text-weight-medium: 500;
  --_typography---text-spacing-0-05em: -.05em;
  --_typography---heading-h2: 4.5rem;
  --_typography---heading-h3: 3rem;
  --_typography---heading-h4: 2.5rem;
  --_typography---heading-h5: 1.75rem;
  --_typography---heading-h6: 1.25rem;
  --_typography---text-block-quote: 1.5rem;
  --_typography---text-size-regular: 1rem;
  --_typography---text-size-medium: 1.25rem;
  --_typography---text-size-large: 1.75rem;
  --_typography---text-label: .75rem;
  --_typography---text-spacing-0-1-em: .1em;
  --_typography---text-size-xlarge: 2.5rem;
  --_typography---text-size-small: .87rem;
  --_typography---text-weight-semi-bold: 600;
  --_typography---text-weight-bold: 700;
  --_typography---text-nav-link: .8rem;
  --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
  --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
  --_typography---text-spacing-0-02-em: -.02em;
  --_typography---text-spacing-0-01-em: -.01em;
  --_typography---text-weight-light: 300;
}

.heading-style-h5 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h5);
  line-height: 1;
  font-weight: var(--_typography---text-weight-medium);
}

.heading-style-h6 {
  margin-top: var(--_spacing---spacing-0rem);
  margin-bottom: var(--_spacing---spacing-0rem);
  font-family: var(--_typography---header-font);
  font-size: var(--_typography---heading-h6);
  line-height: 1.75;
  font-weight: var(--_typography---text-weight-medium);
}

.text-size-regular {
  font-size: var(--_typography---text-size-regular);
}

.text-size-medium {
  font-size: var(--_typography---text-size-medium);
}

.text-size-large {
  font-size: var(--_typography---text-size-large);
}

.text-label-solid {
  padding: var(--_spacing---spacing-0-5-rem) var(--_spacing---spacing-x-small);
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  color: var(--_colors---text-color);
  font-size: var(--_typography---text-label);
  letter-spacing: var(--_typography---text-spacing-0-1-em);
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-label-solid.inverted {
  border-color: var(--_opacity---transparent);
  background-color: var(--_colors---background-color-1c);
  color: var(--_colors---neutral-color-2c\<deleted\|variable-adced095-ee2f-064b-0a6c-4bbddb558138\>);
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.text-label-solid.opacity-white {
  border-color: var(--_opacity---opacity-white-25);
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
}

.text-label-solid.outline-inverted {
  border-color: var(--_opacity---opacity-white-75);
  color: var(--_colors---white);
}

.text-label {
  font-family: var(--_typography---body-font);
  font-size: var(--_typography---text-label);
  font-weight: var(--_typography---text-weight-regular);
  letter-spacing: var(--_typography---text-spacing-0-1-em);
  text-transform: uppercase;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.image-wrapper {
  border-radius: var(--_border-radius---border-radius-small);
  color: var(--_colors---white);
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.aspect-ratio-square {
  aspect-ratio: 1;
  height: auto;
}

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

.image-wrapper.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  height: auto;
}

.image-wrapper.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.padding-global {
  padding-right: var(--_spacing---padding-global);
  padding-left: var(--_spacing---padding-global);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

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

.container-medium {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.padding-0 {
  padding: var(--_spacing---spacing-0rem);
}

.padding-xsmall {
  padding: var(--_spacing---spacing-x-small);
}

.padding-small {
  padding: var(--_spacing---spacing-small);
}

.padding-medium {
  padding: var(--_spacing---spacing-medium);
}

.padding-large {
  padding: var(--_spacing---spacing-large);
}

.padding-xlarge {
  padding: var(--_spacing---spacing-x-large);
}

.padding-huge {
  padding: var(--_spacing---spacing-huge);
}

.style-guide-block {
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_colors---background-color-1c);
  width: 100%;
  height: 5rem;
}

.style-guide-spacing-item {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_colors---white);
}

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

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

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

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

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

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

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

.flex-box-vertical {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.style-guide-colour-block {
  border-radius: var(--_border-radius---border-radius-tiny);
  height: 5rem;
}

.style-guide-colour-block.background-color-1b {
  background-color: var(--_colors---background-color-1b);
}

.style-guide-colour-block.white {
  border: 1px solid var(--_opacity---opacity-black-25);
  background-color: var(--_colors---white);
}

.style-guide-colour-block.black {
  background-color: var(--_colors---black);
}

.style-guide-colour-block.primary-color-1a {
  background-color: var(--_colors---primary-color-1a);
}

.style-guide-colour-block.primary-color-1b {
  background-color: var(--_colors---primary-color-1b);
}

.style-guide-colour-block.primary-color-1c {
  background-color: var(--_colors---primary-color-1c);
}

.style-guide-colour-block.background-color-1c {
  background-color: var(--_colors---background-color-1c);
}

.style-guide-colour-block.background-color-1a {
  background-color: var(--_colors---background-color-1a);
}

.style-guide-colour-block.neutral-color-2d {
  background-color: var(--_colors---text-color);
}

.button {
  padding: var(--_spacing---spacing-x-small) var(--_spacing---spacing-1-5-rem);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
  letter-spacing: var(--_typography---text-spacing-0-1-em);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.button.w--current {
  border-style: none;
}

.button.secondary {
  background-color: var(--_opacity---opacity-black-15);
  color: var(--_colors---text-color);
}

.button.inverted {
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
}

.button.inverted.w--current {
  color: var(--_colors---primary-color-1c);
}

.button.outline {
  border: 1px solid var(--_opacity---opacity-black-25);
  background-color: var(--_colors---background-color-1b);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  align-self: flex-start;
  margin-top: -5px;
  margin-bottom: -2px;
  text-decoration: none;
}

.button.outline.w--current {
  color: var(--_colors---primary-color-1c);
}

.button.light {
  border: 1px solid var(--_opacity---opacity-black-15);
  background-color: var(--_colors---background-color-1a);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
}

.button.light.w--current {
  color: var(--_colors---primary-color-1c);
}

.button.pagination {
  grid-column-gap: var(--_spacing---spacing-0-5-rem);
  grid-row-gap: var(--_spacing---spacing-0-5-rem);
  border: 1px solid var(--_opacity---opacity-black-50);
  background-color: var(--_opacity---transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button.pagination.w--current {
  color: var(--_colors---primary-color-1c);
}

.button.outline-inverted {
  border: 1px solid var(--_colors---white);
  background-color: var(--_opacity---transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---white);
}

.button.outline-copy {
  border: 1px solid var(--_opacity---opacity-black-25);
  background-color: var(--_colors---background-color-1b);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  align-self: flex-start;
  margin-top: -5px;
  margin-bottom: 402px;
  text-decoration: none;
}

.button.outline-copy.w--current {
  color: var(--_colors---primary-color-1c);
}

.margin-0 {
  margin: 0;
}

.max-width-medium {
  max-width: var(--_max-widths---max-width-medium);
}

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

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

.hidden {
  display: none;
}

.page-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.text-size-xlarge {
  font-size: var(--_typography---text-size-xlarge);
  line-height: 1;
  text-decoration: none;
}

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

.max-width-large {
  max-width: var(--_max-widths---max-width-large);
}

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

.icon-medium {
  width: 1.5rem;
  height: 1.5rem;
}

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

.max-width-small {
  max-width: var(--_max-widths---max-width-small);
}

.utility-page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  margin: var(--_spacing---spacing-x-small);
  border-radius: var(--_border-radius---border-radius-large);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-form {
  justify-content: flex-start;
  align-items: center;
  min-width: 35rem;
}

.thumbnail-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.margin-huge {
  margin: var(--_spacing---spacing-huge);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

.margin-xlarge {
  margin: var(--_spacing---spacing-x-large);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

.margin-large {
  margin: var(--_spacing---spacing-large);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

.margin-medium {
  margin: var(--_spacing---spacing-medium);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

.margin-small {
  margin: var(--_spacing---spacing-small);
  --_spacing---spacing-0rem: 0rem;
  --_spacing---spacing-1-5-rem: 1.5rem;
  --_spacing---spacing-0-5-rem: .5rem;
  --_spacing---spacing-x-small: 1rem;
  --_spacing---padding-global: 1rem;
  --_spacing---spacing-small: 2rem;
  --_spacing---spacing-medium: 4rem;
  --_spacing---spacing-large: 6rem;
  --_spacing---spacing-x-large: 8rem;
  --_spacing---spacing-huge: 10rem;
  --_spacing---spacing-0-65-rem: .65rem;
  --_spacing---spacing-0-75-rem: .75rem;
  --_spacing---spacing-0-9-rem: .9rem;
  --_spacing---spacing-3-rem: 3rem;
}

.margin-xsmall {
  margin: var(--_spacing---spacing-x-small);
}

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

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

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

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

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

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

.brand-link {
  width: 5rem;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .5;
}

.brand-link.w--current {
  z-index: 9999;
  transition: opacity .2s;
}

.brand-link.w--current:hover {
  opacity: .5;
}

.max-width-xsmall {
  max-width: var(--_max-widths---max-width-xsmall);
}

.max-width-xlarge {
  max-width: var(--_max-widths---max-width-xlarge);
}

.image-scroll {
  z-index: 1;
  width: 100%;
  height: 120%;
}

.section-header {
  grid-column-gap: var(--_spacing---spacing-medium);
  grid-row-gap: var(--_spacing---spacing-medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: flex;
}

.form-block {
  margin-top: 2rem;
  margin-bottom: 0;
}

.form-block.newsletter-signup {
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_opacity---opacity-white-25);
  border-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---primary-color-1a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-field-wrapper {
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  align-self: stretch;
  margin-top: -2rem;
  display: flex;
}

.text-field {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_opacity---transparent);
  color: var(--_opacity---opacity-black-75);
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0 1rem 1rem;
  transition: background-color .2s, border-color .5s;
}

.text-field:hover {
  border: 1px solid var(--_colors---neutral-color-2a\<deleted\|variable-e4e331b1-738d-9ecf-9b1e-d9664a63db88\>);
  background-color: var(--_colors---white);
}

.text-field:active, .text-field:focus {
  border: 1px solid var(--_colors---neutral-color-2c\<deleted\|variable-adced095-ee2f-064b-0a6c-4bbddb558138\>);
}

.text-field::placeholder {
  color: var(--_colors---neutral-color-2c\<deleted\|variable-adced095-ee2f-064b-0a6c-4bbddb558138\>);
}

.text-field.text-area {
  min-height: 20rem;
}

.text-field.newsletter-signup {
  border-color: var(--_opacity---opacity-white-50);
}

.text-field.newsletter-signup:hover {
  border-color: var(--_opacity---opacity-white-75);
  background-color: var(--_opacity---opacity-white-10);
}

.text-field.newsletter-signup:active {
  background-color: var(--_opacity---opacity-white-10);
}

.text-field.newsletter-signup:focus {
  border-color: var(--_opacity---opacity-white-75);
  background-color: var(--_opacity---opacity-white-15);
}

.text-field.newsletter-signup::placeholder {
  color: var(--_colors---background-color-1a);
}

.field-label {
  align-self: flex-start;
}

.text-size-small {
  font-size: var(--_typography---text-size-small);
}

.page-section-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.text-link {
  align-self: flex-start;
  transition: color .2s;
}

.text-link:hover {
  color: var(--_opacity---opacity-black-50);
}

.text-link.nav-footer-small-print {
  border-bottom: 1px solid var(--_opacity---transparent);
  color: var(--_colors---white);
  transition: border-color .2s, color .2s;
}

.text-link.nav-footer-small-print:hover {
  border-bottom-color: var(--_colors---white);
}

.accordion-question-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  font-size: var(--_typography---heading-h5);
  font-weight: var(--_typography---text-weight-medium);
  cursor: pointer;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.icon-xlarge {
  width: 4rem;
  height: 4rem;
}

.rich-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: -2rem;
  margin-bottom: -2rem;
  display: flex;
}

.error-message {
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_colors---error-message);
  color: #bb0c0c;
  text-align: left;
  background-image: url('../images/x-circle-thin.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1rem 1rem 1rem 3rem;
  line-height: 1.5;
}

.text-weight-regular {
  font-size: var(--_typography---body-text);
  font-weight: var(--_typography---text-weight-regular);
}

.text-weight-medium {
  font-weight: var(--_typography---text-weight-medium);
}

.text-weight-semibold {
  font-size: var(--_typography---body-text);
  font-weight: var(--_typography---text-weight-semi-bold);
}

.text-weight-bold {
  font-size: var(--_typography---body-text);
  font-weight: var(--_typography---text-weight-bold);
}

.success-message {
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_colors---success-message);
  color: #185c00;
  text-align: left;
  background-image: url('../images/check-circle-thin-1.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1rem 1rem 1rem 3rem;
  line-height: 1.5;
}

.button-form {
  padding: var(--_spacing---spacing-x-small) var(--_spacing---spacing-1-5-rem);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.15;
  transition: background-color .2s;
}

.button-form:hover {
  background-color: var(--_colors---primary-color-1c);
}

.button-form.w--current {
  border-style: none;
}

.button-form.newsletter-signup {
  background-color: var(--_colors---background-color-1a);
  color: var(--_colors---text-color);
}

.button-form.newsletter-signup:hover {
  background-color: var(--_colors---background-color-1c);
}

.text-block {
  font-size: var(--_typography---text-label);
  text-overflow: clip;
  word-break: normal;
  flex-flow: column;
  line-height: 1;
}

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

.content-main {
  z-index: 5;
  grid-column-gap: var(--_spacing---spacing-medium);
  grid-row-gap: var(--_spacing---spacing-medium);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
  position: relative;
}

.hidden-tablet, .hidden-landscape, .hidden-portrait {
  display: block;
}

.text-link-solid {
  padding: var(--_spacing---spacing-0-5-rem) var(--_spacing---spacing-x-small);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---transparent);
  color: var(--_colors---text-color);
  font-size: var(--_typography---text-label);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  transition: opacity .2s;
  display: flex;
}

.text-link-solid.inverted {
  border-color: var(--_opacity---opacity-white-25);
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.checkbox-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.checkbox {
  border: 1px solid var(--_opacity---opacity-black-25);
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--_colors---primary-color-1b);
  background-color: var(--_colors---white);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 1rem;
}

.radio-button-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.radio-button {
  border: 1px solid var(--_opacity---opacity-black-25);
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_colors---primary-color-1b);
  background-image: url('../images/Radio-button-checked_1Radio-button-checked.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.text-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  white-space: nowrap;
  flex-flow: column;
  height: .7rem;
  display: flex;
  overflow: hidden;
}

.block {
  border-radius: var(--_border-radius---border-radius-tiny);
  background-color: var(--_colors---background-color-1b);
  width: 5rem;
  height: 5rem;
}

.home-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
}

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

.sg-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 15rem;
  display: flex;
}

.nav-link {
  font-family: var(--_typography---body-font);
  font-size: var(--_typography---text-nav-link);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .75;
}

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

.sg-content-inner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  display: flex;
}

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

.sg-subheader {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sg-main-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
}

.sg-nav-bar {
  border-right: 1px solid var(--_opacity---opacity-black-25);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: sticky;
  inset: 0;
}

.sg-content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label-wrapper {
  z-index: 1;
  background-color: var(--_colors---background-color-1a);
  align-self: flex-start;
  margin-left: .75rem;
  padding-left: .3rem;
  padding-right: .3rem;
  position: relative;
  top: 1.5rem;
}

.field-label-wrapper.newsletter-signup {
  background-color: var(--_colors---primary-color-1a);
}

.nav-footer {
  z-index: 0;
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.nav-footer-content {
  grid-column-gap: var(--_spacing---spacing-small);
  grid-row-gap: var(--_spacing---spacing-small);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.text-style-muted {
  color: var(--_opacity---opacity-black-75);
}

.text-style-muted-2 {
  color: var(--_opacity---opacity-black-50);
}

.sg-nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.home-intro-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
}

.home-memberships-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1b);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.testimonials-section, .classes-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1c);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.studio-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
}

.studio-mission-section {
  z-index: 0;
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.classes-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.classes-main-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1b);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.membership-pricing-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.faq-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1c);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.contact-form {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.home-classes-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
}

.studio-instructors-section {
  z-index: -5;
  border-radius: var(--_border-radius---border-radius-large);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.book-class-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1b);
  flex-flow: column;
  justify-content: flex-start;
}

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

.nav-list.contact {
  padding: var(--_spacing---spacing-small);
  border: 1px solid var(--_opacity---opacity-white-25);
  border-radius: var(--_border-radius---border-radius-small);
  margin-top: 2rem;
}

.nav-footer-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_colors---white);
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: .8rem;
  display: flex;
}

.text-underline {
  background-color: var(--_colors---neutral-color-2b\<deleted\|variable-cbd5c16d-d592-117b-39ed-063f4067f300\>);
  width: 0%;
  height: 1px;
}

.text-wrapper {
  grid-column-gap: var(--_spacing---spacing-small);
  grid-row-gap: var(--_spacing---spacing-small);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrapper.text-align-center, .text-wrapper.max-width-medium.text-align-center {
  justify-content: flex-start;
  align-items: center;
}

.empty-state {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_opacity---transparent);
  font-family: General Sans Variable, sans-serif;
  font-size: var(--_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>);
  padding: 2rem;
  font-weight: 500;
}

.thumbnail-icon-overlay {
  z-index: 10;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---opacity-white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  display: flex;
}

.icon.icon-small {
  min-width: 2.5rem;
  height: 2.5rem;
}

.icon.opacity-white-25 {
  border-color: var(--_opacity---opacity-white-25);
  background-color: var(--_opacity---opacity-white-25);
}

.icon.opacity-white-10 {
  border-color: var(--_opacity---opacity-white-25);
  background-color: var(--_opacity---opacity-white-10);
}

.thumbnail-link {
  border-radius: var(--_border-radius---border-radius-standard);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.thumbnail-link.classes {
  border-bottom-left-radius: var(--_border-radius---border-radius-0);
  color: var(--_colors---text-color);
}

.thumbnail-link.featured-class {
  border-bottom-left-radius: var(--_border-radius---border-radius-0);
  min-height: 75vh;
}

.testimonial-card {
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--_border-radius---border-radius-standard);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.testimonial-card._1 {
  padding-right: var(--_spacing---spacing-medium);
  background-color: var(--_colors---primary-color-1a);
  color: var(--_colors---white);
}

.testimonial-card._3 {
  background-color: var(--_colors---primary-color-1c);
  color: var(--_colors---white);
}

.testimonial-card._2 {
  border-width: 1px;
  border-color: var(--_opacity---opacity-black-15);
  background-color: var(--_colors---background-color-1a);
}

.slider {
  background-color: var(--_opacity---transparent);
  height: 100%;
}

.slide-nav {
  inset: auto 0% -4rem;
}

.home-hero-content {
  margin-top: var(--_spacing---spacing-x-small);
  padding: var(--_spacing---spacing-small);
  border-radius: var(--_border-radius---border-radius-tiny);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 96vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image {
  z-index: -10;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.nav-bar {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 1rem 1rem;
  display: grid;
  position: relative;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-icon {
  z-index: 9999999;
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---opacity-white-75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: sticky;
  inset: 2rem 0 0;
}

.hero-header-container {
  z-index: 5;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 85rem;
  display: flex;
  position: relative;
}

.hero-header-container.align-center {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.nav-menu-overlay {
  z-index: 1000;
  background-color: var(--_colors---primary-color-1b);
  font-family: var(--_typography---header-font);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: var(--_typography---text-weight-semi-bold);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 6rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-overlay-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 53rem;
  height: 100%;
  display: grid;
}

.nav-overlay-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_colors---white);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.home-memberships-content {
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--_border-radius---border-radius-standard);
  color: var(--_colors---white);
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  min-height: 80vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  z-index: 0;
  background-image: linear-gradient(0deg, var(--_colors---primary-color-1b) 5%, #419d7800 50%, var(--_opacity---transparent));
  opacity: .75;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-overlay.memberships {
  z-index: -1;
  background-image: linear-gradient(131deg, var(--_colors---primary-color-1a) 22%, var(--_opacity---transparent) 72%);
  opacity: .75;
  pointer-events: none;
}

.nav-menu-link {
  color: var(--_colors---white);
  font-weight: var(--_typography---text-weight-medium);
  transition: color .2s;
}

.classes-thumbnail-content {
  z-index: 2;
  padding: var(--_spacing---spacing-small);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instructors-thumbnail-content {
  z-index: 5;
  padding: var(--_spacing---spacing-small);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.feedback-stars {
  width: 6rem;
}

.book-class-wrapper {
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---primary-color-1a);
  color: var(--_colors---white);
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 65vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-mantra-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 195vh;
  display: grid;
  position: relative;
}

.mantra-image {
  aspect-ratio: 1;
  border-radius: var(--_border-radius---border-radius-tiny);
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.mantra-image._1 {
  z-index: 3;
}

.mantra-image._3 {
  z-index: 1;
}

.mantra-image._2 {
  z-index: 2;
}

.mantra-image-column {
  left: 0;
  top: var(--_spacing---spacing-large);
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.mantra-image-content {
  z-index: 1;
  color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mantra-text-content {
  justify-content: center;
  align-items: center;
  height: 33%;
  padding: 4rem;
  display: flex;
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 8rem;
  margin-right: 2rem;
  display: flex;
  inset: 0% 0 0% auto;
  overflow: visible;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  margin-left: 2rem;
  display: flex;
  inset: 0% auto 0% 0;
  overflow: visible;
}

.home-mantra-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1c);
  flex-flow: column;
  justify-content: flex-start;
}

.card {
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_border-radius---border-radius-small);
  background-color: var(--_colors---background-color-1c);
  color: var(--_colors---text-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.class-1 {
  background-color: var(--_colors---primary-color-1a);
  color: var(--_colors---white);
}

.card.class-2 {
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
}

.card.class-3 {
  background-color: var(--_colors---primary-color-1c);
  color: var(--_colors---white);
}

.card.contact {
  padding: var(--_spacing---spacing-1-5-rem);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_opacity---opacity-black-10);
  background-color: var(--_colors---background-color-1a);
  font-size: 1.25rem;
  line-height: 1.25;
}

.card.instructor {
  padding: var(--_spacing---spacing-1-5-rem);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.card.membership-package {
  justify-content: space-between;
  align-items: flex-start;
}

.slider-icon {
  border: 1px solid var(--_opacity---opacity-black-25);
  background-color: var(--_opacity---opacity-white-75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 14px;
  display: flex;
}

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

.slide.margin-right {
  margin-right: 4rem;
}

.marquee-flex-wrapper {
  border-radius: var(--_border-radius---border-radius-standard);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.marquee-image-wrapper {
  border-radius: var(--_border-radius---border-radius-standard);
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 100%;
  margin-right: 2rem;
  position: relative;
  overflow: hidden;
}

.tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---transparent);
  font-family: var(--_typography---header-font);
  color: var(--_colors---text-color);
  font-size: var(--_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>);
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  transition: background-color .2s;
  display: flex;
}

.tab-link:hover {
  background-color: var(--_opacity---opacity-black-10);
}

.tab-link.w--current {
  border-style: solid;
  border-color: var(--_opacity---transparent);
  background-color: var(--_colors---primary-color-1a);
  color: var(--_colors---white);
}

.tab-link.primary-color-1a {
  background-color: var(--_colors---primary-color-1a);
  color: var(--_colors---white);
  border-style: none;
}

.tab-link.primary-color-1a:hover, .tab-link.primary-color-1a.w--current {
  background-color: var(--_colors---primary-color-1c);
}

.tabs-menu {
  margin-bottom: var(--_spacing---spacing-small);
  grid-column-gap: var(--_spacing---spacing-small);
  grid-row-gap: var(--_spacing---spacing-small);
  flex-flow: row;
  display: flex;
}

.tabs-menu.flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.studio-space-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1c);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.studio-slide-content {
  padding: var(--_spacing---spacing-small);
  border-radius: var(--_border-radius---border-radius-standard) var(--_border-radius---border-radius-standard) var(--_border-radius---border-radius-standard) var(--_border-radius---border-radius-0);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 85vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-overlay-slide {
  z-index: -1;
  background-image: linear-gradient(35deg, var(--_colors---primary-color-1b) 25%, var(--_opacity---transparent) 75%);
  opacity: .85;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.classes-featured-content {
  z-index: 5;
  padding: var(--_spacing---spacing-small);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instructor-headshot {
  border-radius: 100%;
  width: 4rem;
}

.contact-form-content {
  max-width: var(--_max-widths---max-width-large);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-field-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  justify-items: stretch;
  display: grid;
}

.icon-overlay {
  z-index: 999;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.class-summary-wrapper {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  justify-items: stretch;
  display: flex;
  position: relative;
}

.text-box {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: flex;
}

.class-summary-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.instructors-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.instructors-main-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.button-wrapper {
  grid-column-gap: var(--_spacing---spacing-1-5-rem);
  grid-row-gap: var(--_spacing---spacing-1-5-rem);
  flex-flow: wrap;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-item {
  padding: var(--_spacing---spacing-1-5-rem);
  border-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---background-color-1a);
  flex-flow: column;
  display: flex;
}

.accordion-answer-wrapper {
  padding-right: 4rem;
  overflow: hidden;
}

.accordion-answer-text {
  margin-top: 1rem;
  font-size: 1.1rem;
}

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

.sticky-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 10rem 0 0;
}

.instructors-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1c);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.instructor-classes-section {
  z-index: 0;
  background-color: var(--_colors---background-color-1b);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.membership-pricing-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--_border-radius---border-radius-standard);
  color: var(--_colors---white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 6.5rem;
  padding: 6rem 6rem 12rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.membership-card-wrapper {
  width: 100%;
  max-width: 90rem;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content {
  padding-top: var(--_spacing---spacing-huge);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.social-icon-link {
  border-width: 1px;
  border-color: var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---primary-color-1c);
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  display: flex;
}

.social-icon-link:hover {
  background-color: var(--_colors---primary-color-1c);
}

.benefit-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.marquee-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.contact-content {
  max-width: var(--_max-widths---max-width-large);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-content-section {
  background-color: var(--_colors---background-color-1b);
}

.map {
  border-radius: var(--_border-radius---border-radius-small);
  background-color: var(--_opacity---transparent);
}

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

.utility-content-container {
  z-index: 1;
  max-width: var(--_max-widths---max-width-xlarge);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var(--_colors---white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.class-hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 6.5rem;
  padding-bottom: 2rem;
  display: grid;
}

.class-hero-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
}

.instructor-main-content {
  padding-top: var(--_spacing---spacing-huge);
}

.social-thumbnail-wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.specialties-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.thumbnail-header {
  border-radius: var(--_border-radius---border-radius-large);
  width: 4rem;
}

.page-link-down {
  border: 1px solid var(--_opacity---opacity-white-75);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---opacity-white-75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.booking-form-wrapper {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: flex;
  position: relative;
}

.class-thumbnail-text {
  padding-top: var(--_spacing---spacing-x-small);
  padding-right: var(--_spacing---spacing-1-5-rem);
  grid-column-gap: var(--_spacing---spacing-0-5-rem);
  grid-row-gap: var(--_spacing---spacing-0-5-rem);
  border-top-right-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---background-color-1a);
  flex-flow: column;
  margin-top: 586px;
  margin-bottom: 1.2rem;
  margin-left: -2rem;
  display: flex;
  position: relative;
}

.class-thumbnail-text.featured-class {
  color: var(--_colors---black);
  text-align: left;
}

.class-thumbnail-text.other-classes {
  background-color: var(--_colors---background-color-1c);
}

.class-thumbnail-text.instructor-classes {
  background-color: var(--_colors---background-color-1b);
  padding-bottom: 2px;
}

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

.social-icon-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-self: stretch;
  display: flex;
}

.card-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.card-header.align-center {
  justify-content: flex-start;
  align-items: center;
}

.list-item-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.benefit-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

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

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

.icon-link-container {
  border: 1px solid var(--_opacity---opacity-white-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-link-container.instructor-link {
  background-color: var(--_colors---primary-color-1a);
  transition: background-color .2s;
}

.icon-link-container.instructor-link:hover {
  background-color: var(--_colors---primary-color-1b);
}

.newsletter-signup {
  align-items: flex-start;
}

.book-class-content {
  margin-right: var(--_spacing---spacing-small);
  grid-column-gap: var(--_spacing---spacing-small);
  grid-row-gap: var(--_spacing---spacing-small);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 50rem;
  display: flex;
}

.nav-link-underline {
  background-color: var(--_colors---white);
  width: 0%;
  height: 1px;
}

.mantra-text-container {
  max-width: var(--_max-widths---max-width-small);
}

.icon-container {
  flex-flow: column;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.icon-container.flex-horizontal {
  flex-flow: row;
}

.menu-line-top {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  width: 1rem;
  height: 2px;
  margin-bottom: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-top {
  background-color: var(--_colors---primary-color-1b);
  min-width: 1rem;
  height: 2px;
  position: static;
}

.menu-line-bottom {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  width: 1rem;
  height: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-bottom {
  background-color: var(--_colors---primary-color-1b);
  min-width: 1rem;
  height: 2px;
  position: static;
}

.brand-link-wrapper {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---accent-color-2c\<deleted\|variable-0dec7397-c789-104f-211f-d06a1b2e50fd\>);
  padding: .75rem 1.3rem;
  position: relative;
}

.radius-shape {
  width: 2rem;
  position: absolute;
  inset: auto -2rem 0% auto;
}

.radius-shape.top-left {
  inset: -2rem auto auto 0%;
}

.pagination {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.home-memberships-content-inner {
  z-index: 5;
  max-width: var(--_max-widths---max-width-medium);
  padding-top: var(--_spacing---spacing-small);
  padding-right: var(--_spacing---spacing-small);
  border-top-right-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---background-color-1b);
  color: var(--_colors---text-color);
  margin-bottom: -2rem;
  margin-left: -2rem;
  position: relative;
}

.thumbnail-radius-shape {
  width: 1.5rem;
  position: absolute;
  inset: auto -1.5rem 0% auto;
}

.thumbnail-radius-shape.top-left {
  inset: -1.5rem auto auto 0%;
}

.nav-text-underline {
  background-color: var(--_colors---white);
  width: 0%;
  height: 1px;
}

.slide-content-inner {
  z-index: 5;
  max-width: var(--_max-widths---max-width-medium);
  padding: var(--_spacing---spacing-small) var(--_spacing---spacing-small) var(--_spacing---spacing-0-5-rem) var(--_spacing---spacing-0rem);
  border-top-right-radius: var(--_border-radius---border-radius-standard);
  background-color: var(--_colors---background-color-1c);
  color: var(--_colors---text-color);
  position: absolute;
  inset: auto auto -3px -1px;
}

.nav-footer-icon {
  border: 1px solid var(--_opacity---opacity-black-25);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---primary-color-1c);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.tab-link-classes {
  padding: var(--_spacing---spacing-0rem);
  grid-column-gap: var(--_spacing---spacing-0-5-rem);
  grid-row-gap: var(--_spacing---spacing-0-5-rem);
  background-color: var(--_opacity---transparent);
  font-size: var(--_typography---heading-h4);
  font-weight: var(--_typography---text-weight-medium);
  letter-spacing: var(--_typography---text-spacing-0-05em);
  flex-flow: column;
  transition: color .2s;
  display: flex;
}

.tab-link-classes.w--current {
  background-color: var(--_opacity---transparent);
  color: var(--_colors---primary-color-1a);
}

.tab-icon {
  border: 1px solid var(--_opacity---opacity-white-75);
  border-radius: var(--_border-radius---border-radius-large);
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.slide-radius-shape {
  width: 2rem;
  position: absolute;
  inset: auto -2rem 3px auto;
}

.slide-radius-shape.top-left {
  top: -2rem;
  bottom: auto;
  left: 1px;
}

.button-copy {
  padding: var(--_spacing---spacing-x-small) var(--_spacing---spacing-1-5-rem);
  border-radius: var(--_border-radius---border-radius-large);
  background-color: var(--_colors---primary-color-1b);
  color: var(--_colors---white);
  letter-spacing: var(--_typography---text-spacing-0-1-em);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.button-copy.w--current {
  border-style: none;
}

.button-copy.secondary {
  background-color: var(--_opacity---opacity-black-15);
  color: var(--_colors---text-color);
}

.button-copy.inverted {
  background-color: var(--_opacity---opacity-white-50);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
}

.button-copy.inverted.w--current {
  color: var(--_colors---primary-color-1c);
}

.button-copy.outline {
  border: 1px solid var(--_opacity---opacity-black-25);
  background-color: var(--_colors---background-color-1b);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  align-self: flex-start;
  margin-top: -5px;
  margin-bottom: 402px;
  text-decoration: none;
}

.button-copy.outline.w--current {
  color: var(--_colors---primary-color-1c);
}

.button-copy.light {
  border: 1px solid var(--_opacity---opacity-black-15);
  background-color: var(--_colors---background-color-1a);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
}

.button-copy.light.w--current {
  color: var(--_colors---primary-color-1c);
}

.button-copy.pagination {
  grid-column-gap: var(--_spacing---spacing-0-5-rem);
  grid-row-gap: var(--_spacing---spacing-0-5-rem);
  border: 1px solid var(--_opacity---opacity-black-50);
  background-color: var(--_opacity---transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-copy.pagination.w--current {
  color: var(--_colors---primary-color-1c);
}

.button-copy.outline-inverted {
  border: 1px solid var(--_colors---white);
  background-color: var(--_opacity---transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---white);
}

.button-copy.outline-copy {
  border: 1px solid var(--_colors---primary-color-1b);
  background-color: var(--_colors---background-color-1b);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--_colors---text-color);
  word-break: normal;
  mix-blend-mode: luminosity;
  align-self: flex-start;
  margin-top: 137px;
  margin-bottom: 120px;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 3px 4px 2px -2px #0003;
}

.button-copy.outline-copy.w--current {
  color: var(--_colors---primary-color-1c);
}

.text-block-copy {
  font-size: var(--_typography---text-label);
  text-overflow: clip;
  word-break: normal;
  flex-flow: column;
  line-height: 1;
  box-shadow: -4px -5px 6px -1px #0003;
}

.heading {
  text-transform: uppercase;
}

.text-block-2 {
  text-transform: lowercase;
}

.code-embed {
  text-align: center;
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h3, .heading-style-h4, .text-size-medium, .text-size-large {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 5rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 4rem;
    --_typography---heading-h3: 3rem;
    --_typography---heading-h4: 2rem;
    --_typography---heading-h5: 1.5rem;
    --_typography---heading-h6: 1.25rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1.25rem;
    --_typography---text-size-large: 1.75rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 2.5rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .text-label {
    line-height: 1rem;
  }

  .padding-global {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 4rem;
    --_spacing---spacing-large: 4rem;
    --_spacing---spacing-x-large: 4rem;
    --_spacing---spacing-huge: 4rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

  .grid-3-column._2-column-tablet {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-column._2-column-tablet._1-column-portrait {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-column._2-column-tablet {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-1-column._1-column-tablet, .grid-1-2-column._1-column-tablet {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .button.outline {
    margin-top: 10px;
    margin-bottom: 3px;
  }

  .button.outline-copy {
    margin-top: 10px;
    margin-bottom: 185px;
  }

  .max-width-medium {
    max-width: none;
  }

  .text-size-xlarge {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 5rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 4rem;
    --_typography---heading-h3: 3rem;
    --_typography---heading-h4: 2rem;
    --_typography---heading-h5: 1.5rem;
    --_typography---heading-h6: 1.25rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1.25rem;
    --_typography---text-size-large: 1.75rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 2.5rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .max-width-large, .max-width-small {
    max-width: none;
  }

  .utility-page-content {
    margin: 7rem var(--_spacing---spacing-small) var(--_spacing---spacing-small);
  }

  .thumbnail-wrapper {
    width: 100%;
    height: auto;
  }

  .margin-huge, .margin-xlarge, .margin-large, .margin-medium, .margin-small {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 4rem;
    --_spacing---spacing-large: 4rem;
    --_spacing---spacing-x-large: 4rem;
    --_spacing---spacing-huge: 4rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

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

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

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

  .max-width-xsmall, .max-width-xlarge {
    max-width: none;
  }

  .section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .section-header.max-width-medium {
    margin-bottom: 0;
  }

  .form-block.newsletter-signup {
    margin-top: var(--_spacing---spacing-0rem);
  }

  .accordion-question-wrapper {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 5rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 4rem;
    --_typography---heading-h3: 3rem;
    --_typography---heading-h4: 2rem;
    --_typography---heading-h5: 1.5rem;
    --_typography---heading-h6: 1.25rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1.25rem;
    --_typography---text-size-large: 1.75rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 2.5rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .flex-box-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hidden-tablet {
    display: none;
  }

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

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

  .home-hero-section {
    margin-top: 7rem;
  }

  .sg-hero-section {
    padding-top: 12rem;
  }

  .studio-hero-section, .classes-hero-section {
    padding-top: 3rem;
  }

  .nav-list.contact {
    margin-top: var(--_spacing---spacing-0rem);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .thumbnail-icon-overlay {
    display: none;
  }

  .thumbnail-link {
    width: 100%;
    height: auto;
  }

  .home-hero-content {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .nav-bar {
    border-bottom: 1px solid var(--_opacity---opacity-black-25);
    background-color: var(--_opacity---opacity-white-75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
  }

  .nav-bar-content {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-header-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .nav-overlay-content {
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-memberships-content {
    grid-row-gap: 2rem;
    grid-template-columns: 2.5fr;
  }

  .gradient-overlay.memberships {
    z-index: -1;
  }

  .book-class-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
    min-height: auto;
  }

  .home-mantra-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    place-items: start stretch;
    height: auto;
  }

  .mantra-image {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .mantra-image._3 {
    aspect-ratio: 3 / 2;
  }

  .mantra-image-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .mantra-text-content {
    height: auto;
    padding: 2rem;
  }

  .right-arrow, .left-arrow, .mantra-text-column, .slider-icon {
    display: none;
  }

  .marquee-image-wrapper {
    aspect-ratio: 1;
    width: 15rem;
  }

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

  .studio-slide-content {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .contact-form-section, .instructors-hero-section {
    padding-top: 3rem;
  }

  .sticky-wrapper {
    top: 7rem;
  }

  .membership-pricing-content {
    min-height: auto;
    margin-top: 7rem;
    padding: 4rem 4rem 10rem;
  }

  .hero-content {
    padding-top: 0;
  }

  .mission-tab-container {
    min-height: auto;
  }

  .hero-section {
    padding-top: 4rem;
  }

  .instructor-main-content {
    margin-top: 3rem;
  }

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

  .page-link-down {
    display: none;
  }

  .booking-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .class-thumbnail-text {
    margin-top: 226px;
  }

  .card-header.align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-item-text {
    line-height: 1rem;
  }

  .book-class-content {
    margin-right: var(--_spacing---spacing-0rem);
  }

  .mantra-text-container {
    max-width: none;
  }

  .home-memberships-content-inner {
    margin-bottom: var(--_spacing---spacing-0rem);
    margin-left: var(--_spacing---spacing-0rem);
    padding-bottom: var(--_spacing---spacing-small);
    padding-left: var(--_spacing---spacing-small);
    border-radius: var(--_border-radius---border-radius-small);
    position: static;
  }

  .tab-link-classes {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 5rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 4rem;
    --_typography---heading-h3: 3rem;
    --_typography---heading-h4: 2rem;
    --_typography---heading-h5: 1.5rem;
    --_typography---heading-h6: 1.25rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1.25rem;
    --_typography---text-size-large: 1.75rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 2.5rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .button-copy.outline {
    margin-top: 10px;
    margin-bottom: 185px;
  }

  .button-copy.outline-copy {
    margin-top: 10px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  ul {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  img {
    width: 100%;
  }

  .heading-style-h1, .heading-style-h3, .heading-style-h4, .text-size-medium {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .text-size-large {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
    line-height: 1.5;
  }

  .style-guide-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
  }

  .image-wrapper {
    border-radius: var(--_border-radius---border-radius-tiny);
    flex-flow: row;
  }

  .padding-global {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 2rem;
    --_spacing---spacing-large: 2rem;
    --_spacing---spacing-x-large: 2rem;
    --_spacing---spacing-huge: 2rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

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

  .grid-2-column._1-column-portrait, .grid-2-column._1-column-landscape {
    grid-template-columns: 1fr;
  }

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

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

  .grid-3-column._2-column-tablet._1-column-landscape {
    grid-template-columns: 1fr;
  }

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

  .grid-4-column, .grid-2-1-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-2-1-column._1-column-landscape {
    grid-template-columns: 1fr;
  }

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

  .grid-1-2-column._1-column-landscape {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .flex-box-vertical {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button {
    font-size: 1rem;
  }

  .button.outline {
    margin-top: 0;
    margin-bottom: 14px;
  }

  .button.outline-copy {
    margin-top: 0;
    margin-bottom: 98px;
  }

  .text-size-xlarge {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .icon-large {
    width: 2rem;
    height: 2rem;
  }

  .max-width-small {
    max-width: none;
  }

  .utility-page-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .utility-page-content {
    border-radius: var(--_border-radius---border-radius-tiny);
    justify-content: flex-start;
    align-items: center;
  }

  .utility-page-form {
    align-self: stretch;
    min-width: auto;
    padding-top: 7rem;
  }

  .margin-huge, .margin-xlarge, .margin-large, .margin-medium, .margin-small {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 2rem;
    --_spacing---spacing-large: 2rem;
    --_spacing---spacing-x-large: 2rem;
    --_spacing---spacing-huge: 2rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

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

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

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

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

  .max-width-xsmall {
    max-width: none;
  }

  .section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .form-block.newsletter-signup {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

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

  .text-field.text-area {
    min-height: 14rem;
  }

  .accordion-question-wrapper {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .icon-xlarge {
    width: 2rem;
    height: 2rem;
  }

  .flex-box-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-main {
    grid-column-gap: var(--_spacing---spacing-small);
    grid-row-gap: var(--_spacing---spacing-small);
  }

  .hidden-landscape {
    display: none;
  }

  ._2-column-landscape {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._1-column-landscape {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._1-column-portrait {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  ._1-column-tablet {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-auto-columns: 1fr;
  }

  ._2-column-tablet {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sg-hero-section {
    padding-top: 7rem;
  }

  .sg-content-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sg-nav-bar {
    z-index: 999;
    border-bottom: 1px solid var(--_opacity---opacity-black-25);
    background-color: var(--_opacity---opacity-white-75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-right-style: none;
    height: auto;
    display: none;
  }

  .sg-content-wrapper {
    grid-template-columns: .25fr;
    display: block;
  }

  .nav-footer-content {
    flex-flow: row;
    grid-template-columns: 1fr;
  }

  .sg-nav-menu {
    flex-flow: wrap;
    display: none;
  }

  .studio-hero-section, .classes-hero-section {
    padding-top: 5rem;
  }

  .nav-list.contact {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .text-underline {
    display: none;
  }

  .text-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .empty-state, .thumbnail-link {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .thumbnail-link.classes {
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  .thumbnail-link.featured-class {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .testimonial-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: var(--_border-radius---border-radius-tiny);
    min-height: auto;
  }

  .testimonial-card._1 {
    padding-right: 2rem;
  }

  .home-hero-content {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .nav-bar {
    background-color: var(--_opacity---opacity-white-75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
  }

  .nav-bar-content {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-wrapper {
    display: none;
  }

  .hero-header-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-header-container.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-header-container.instructor-profile {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-overlay {
    padding: 2rem;
  }

  .nav-overlay-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5rem;
  }

  .nav-overlay-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-memberships-content {
    border-radius: var(--_border-radius---border-radius-tiny);
    grid-template-columns: 2.5fr;
  }

  .nav-menu-link {
    font-size: 2rem;
  }

  .book-class-wrapper {
    border-radius: var(--_border-radius---border-radius-tiny);
    min-height: auto;
  }

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

  .mantra-image {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .mantra-image-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
    position: relative;
    top: 0;
  }

  .mantra-text-content {
    padding: 0;
  }

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

  .mantra-text-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: none;
  }

  .card {
    padding: var(--_spacing---spacing-small);
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .marquee-flex-wrapper {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .marquee-image-wrapper {
    border-radius: var(--_border-radius---border-radius-tiny);
    flex-flow: row;
  }

  .tab-link.primary-color-1a {
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-column-gap: var(--_spacing---spacing-1-5-rem);
    grid-row-gap: var(--_spacing---spacing-1-5-rem);
  }

  .tabs-menu.flex-vertical {
    grid-column-gap: var(--_spacing---spacing-x-small);
    grid-row-gap: var(--_spacing---spacing-x-small);
    flex-flow: wrap;
  }

  .studio-slide-content {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .contact-form-section {
    padding-top: 5rem;
  }

  .contact-form-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .form-field-row {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .instructors-hero-section {
    padding-top: 5rem;
  }

  .accordion-item {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .accordion-answer-wrapper {
    padding-right: 0;
  }

  .sticky-wrapper {
    height: auto;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .membership-pricing-content {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .hero-content {
    padding-top: 0;
  }

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

  .mission-tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .utility-content-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-section {
    padding-top: 4.5rem;
  }

  .class-hero-content {
    grid-template-columns: 1fr;
  }

  .instructor-main-content {
    margin-top: 5rem;
  }

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

  .booking-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .class-thumbnail-text {
    border-top-right-radius: var(--_border-radius---border-radius-tiny);
    margin-top: 236px;
  }

  .social-icon-link-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link-underline {
    display: none;
  }

  .mantra-text-container {
    max-width: none;
  }

  .radius-shape {
    width: .5rem;
    right: -.5rem;
  }

  .radius-shape.top-left {
    top: -.5rem;
  }

  .home-memberships-content-inner {
    border-radius: var(--_border-radius---border-radius-tiny);
  }

  .thumbnail-radius-shape {
    width: .5rem;
    right: -.5rem;
  }

  .thumbnail-radius-shape.top-left {
    top: -.5rem;
  }

  .nav-text-underline {
    display: none;
  }

  .slide-content-inner {
    margin-right: var(--_spacing---spacing-1-5-rem);
    border-top-right-radius: var(--_border-radius---border-radius-tiny);
  }

  .tab-link-classes {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .tab-icon {
    display: none;
  }

  .slide-radius-shape {
    width: .5rem;
    right: -.5rem;
  }

  .slide-radius-shape.top-left {
    top: -.5rem;
  }

  .button-copy {
    font-size: 1rem;
  }

  .button-copy.outline {
    margin-top: 0;
    margin-bottom: 98px;
  }

  .button-copy.outline-copy {
    border-style: solid;
    border-color: var(--_colors---primary-color-1b);
    text-overflow: clip;
    overflow-wrap: normal;
    mix-blend-mode: luminosity;
    margin-top: 0;
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
    line-height: 1.1;
  }

  h2, h3, h4, h5, h6 {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  ul {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  li {
    line-height: 1.4;
  }

  blockquote {
    background-position: 0 0;
    background-size: 3rem;
    padding-top: 4rem;
    padding-left: 0;
  }

  .heading-style-h1, .heading-style-h3, .heading-style-h4, .text-size-medium, .text-size-large {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .text-label-solid {
    font-size: .7rem;
  }

  .padding-global {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 2rem;
    --_spacing---spacing-large: 2rem;
    --_spacing---spacing-x-large: 2rem;
    --_spacing---spacing-huge: 2rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

  .grid-2-column._1-column-portrait, .grid-3-column._2-column-tablet._1-column-portrait, .grid-3-column._2-column-landscape._1-column-portrait {
    grid-template-columns: 1fr;
  }

  .grid-4-column._2-column-tablet._1-column-portrait {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-2-1-column._1-column-portrait, .grid-1-2-column._1-column-portrait {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .flex-box-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .button.primary {
    flex: 0 auto;
  }

  .button.outline, .button.outline-copy {
    opacity: .93;
    background-color: #fff;
    flex: 0 auto;
    margin-top: 7px;
    margin-bottom: 28px;
    transition: opacity .9s;
  }

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

  .main-wrapper {
    margin-top: -4px;
  }

  .text-size-xlarge {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .icon-large {
    width: 2rem;
    height: 2rem;
  }

  .margin-huge, .margin-xlarge, .margin-large, .margin-medium, .margin-small {
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 2rem;
    --_spacing---spacing-large: 2rem;
    --_spacing---spacing-x-large: 2rem;
    --_spacing---spacing-huge: 2rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

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

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

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

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

  .form-block.newsletter-signup {
    padding: var(--_spacing---spacing-0rem);
    background-color: var(--_opacity---transparent);
    border-style: none;
  }

  .accordion-question-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-form {
    flex: 1;
    align-self: stretch;
  }

  .hidden-portrait {
    display: none;
  }

  .text-link-solid {
    font-size: .7rem;
  }

  ._1-column-portrait {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sg-nav-bar {
    z-index: 999;
    border-bottom: 1px solid var(--_opacity---opacity-black-25);
    background-color: var(--_opacity---opacity-white-75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .field-label-wrapper.newsletter-signup {
    background-color: var(--_colors---primary-color-1b);
  }

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

  .studio-hero-section, .classes-hero-section {
    padding-top: 5rem;
  }

  .nav-list.contact {
    padding: var(--_spacing---spacing-0rem);
    border-style: none;
  }

  .nav-list.margin-top-portrait {
    margin-top: -.5rem;
  }

  .thumbnail-link.classes {
    aspect-ratio: 1;
  }

  .thumbnail-link.featured-class {
    aspect-ratio: 2 / 3;
  }

  .home-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    mix-blend-mode: lighten;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 70vh;
    display: flex;
  }

  .cover-image.image-scroll {
    mix-blend-mode: color;
  }

  .nav-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
  }

  .nav-menu-icon {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    position: sticky;
  }

  .hero-header-container.align-center {
    align-items: center;
  }

  .home-memberships-content {
    color: var(--_colors---text-color);
    padding: 0;
    overflow: visible;
  }

  .gradient-overlay.memberships {
    display: none;
  }

  .book-class-wrapper {
    background-color: var(--_colors---success-message);
  }

  .mantra-image {
    aspect-ratio: 3 / 2;
  }

  .mantra-image-column {
    grid-template-columns: 1fr;
  }

  .card.instructor {
    padding: var(--_spacing---spacing-0rem);
    background-color: var(--_opacity---transparent);
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .marquee-image-wrapper {
    margin-right: 2rem;
  }

  .tab-link {
    font-size: .7rem;
  }

  .studio-slide-content {
    aspect-ratio: 2 / 3;
  }

  .contact-form-section {
    padding-top: 5rem;
  }

  .class-summary-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-box {
    align-self: flex-start;
  }

  .instructors-hero-section {
    padding-top: 5rem;
  }

  .button-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-self: stretch;
  }

  .membership-pricing-content {
    padding: 2rem 2rem 8rem;
  }

  .hero-section {
    padding-top: 5rem;
  }

  .class-hero-content {
    height: auto;
    padding-top: 7rem;
  }

  .booking-form-wrapper {
    border-style: none;
  }

  .class-thumbnail-text {
    margin-top: 279px;
    margin-bottom: 0;
  }

  .social-icon-link-wrapper, .benefit-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .address-content {
    flex-flow: wrap;
  }

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

  .newsletter-signup {
    align-items: stretch;
  }

  .line-top {
    background-color: var(--_colors---primary-color-1b);
    --_spacing---spacing-0rem: 0rem;
    --_spacing---spacing-1-5-rem: 1.5rem;
    --_spacing---spacing-0-5-rem: .5rem;
    --_spacing---spacing-x-small: 1rem;
    --_spacing---padding-global: 2rem;
    --_spacing---spacing-small: 2rem;
    --_spacing---spacing-medium: 2rem;
    --_spacing---spacing-large: 2rem;
    --_spacing---spacing-x-large: 2rem;
    --_spacing---spacing-huge: 2rem;
    --_spacing---spacing-0-65-rem: .65rem;
    --_spacing---spacing-0-75-rem: .75rem;
    --_spacing---spacing-0-9-rem: .9rem;
    --_spacing---spacing-3-rem: 3rem;
  }

  .line-bottom {
    background-color: var(--_colors---primary-color-1b);
  }

  .home-memberships-content-inner {
    border: 1px solid var(--_opacity---opacity-black-25);
  }

  .slide-content-inner {
    border: 1px solid var(--_opacity---opacity-black-25);
    margin-top: 0;
    margin-bottom: -2px;
  }

  .tab-link-classes {
    --_typography---body-font: "General Sans Variable", sans-serif;
    --_typography---text-weight-regular: 400;
    --_typography---header-font: "General Sans Variable", sans-serif;
    --_typography---heading-h1: 3rem;
    --_typography---text-weight-medium: 500;
    --_typography---text-spacing-0-05em: -.05em;
    --_typography---heading-h2: 1.75rem;
    --_typography---heading-h3: 1.5rem;
    --_typography---heading-h4: 1.25rem;
    --_typography---heading-h5: 1.15rem;
    --_typography---heading-h6: 1rem;
    --_typography---text-size-regular: 1rem;
    --_typography---text-size-medium: 1rem;
    --_typography---text-size-large: 1rem;
    --_typography---text-label: .75rem;
    --_typography---text-spacing-0-1-em: .1em;
    --_typography---text-size-xlarge: 1rem;
    --_typography---text-size-small: .87rem;
    --_typography---text-weight-semi-bold: 600;
    --_typography---text-weight-bold: 700;
    --_typography---text-size-2-rem\<deleted\|variable-920e0769-ad25-030f-3843-fe312f82fd43\>: 2rem;
    --_typography---text-size-1-5-rem\<deleted\|variable-0d471dd0-668b-c87f-c3ad-dd9b47013269\>: 1.5rem;
    --_typography---text-spacing-0-02-em: -.02em;
    --_typography---text-spacing-0-01-em: -.01em;
    --_typography---text-weight-light: 300;
  }

  .button-copy {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .button-copy.primary {
    flex: 0 auto;
  }

  .button-copy.outline {
    opacity: .93;
    background-color: #fff;
    flex: 0 auto;
    margin-top: 7px;
    margin-bottom: 28px;
    transition: opacity .9s;
  }

  .button-copy.outline-copy {
    opacity: .93;
    mix-blend-mode: luminosity;
    background-color: #fff;
    flex: 0 auto;
    margin-top: 3px;
    margin-bottom: 42px;
    transition: opacity .9s;
  }

  .code-embed {
    box-sizing: border-box;
    width: 91%;
    margin-right: 22px;
  }
}

#w-node-f4ed974e-117d-c37c-ffc8-b326a538665a-7b24f5e5 {
  justify-self: start;
}

#w-node-_5354de80-b3e7-777d-d22e-9b13e3d25ce6-7b24f5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8aee6172-6894-246b-f867-f471fb1479c1-7b24f5e5 {
  place-self: start;
}

#w-node-_5122e9f4-9d88-15c5-29a5-844f8721f47f-7b24f5e5 {
  align-self: start;
}

#w-node-_804cb11f-31b1-eb49-4874-36e5a6e4ef72-c7f1369e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555b-c7f1369e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555c-c7f1369e, #w-node-_49ba2a51-9815-aa4e-0d27-95f4a4505563-c7f1369e {
  justify-self: end;
}

#w-node-_42294f85-9b51-3e18-ad4c-1fa62b563d7f-c7f1369e {
  align-self: center;
}

#w-node-_362adbc3-6da1-4a9c-0640-decf96d1839d-c7f1369e {
  justify-self: end;
}

#w-node-dd2fa0c6-0ed8-e17d-a651-180c89873d7d-f5a388e6 {
  align-self: stretch;
}

#w-node-_19bc957f-7c7b-a6ae-f616-aa52a59854cd-f5a388e6 {
  place-self: start;
}

#w-node-_1b7c579f-6b96-7bc8-edc6-a43e2452fa58-f5a388e6 {
  align-self: start;
}

#w-node-_6ab4f280-38d3-d20b-d92d-c4e91d053c22-205f9179 {
  place-self: start;
}

#w-node-_0288a299-117c-16b4-d342-e469205f917f-205f9179 {
  align-self: start;
}

#w-node-_0288a299-117c-16b4-d342-e469205f9180-205f9179 {
  place-self: start;
}

#w-node-_0288a299-117c-16b4-d342-e469205f918c-205f9179 {
  place-self: start end;
}

#w-node-_0288a299-117c-16b4-d342-e469205f9191-205f9179, #w-node-_8154514f-5f72-f341-dc39-9a7062796204-205f9179 {
  align-self: center;
}

#w-node-_3d322059-90bd-55e7-9bec-9c32dc2a9811-7b24f60a, #w-node-_3d322059-90bd-55e7-9bec-9c32dc2a9816-7b24f60a, #w-node-_83057975-8896-c062-8088-b942f7038123-7b24f60a, #w-node-_9c3707ee-ac76-189a-bc6b-e915276b49b5-7b24f60a, #w-node-_9c3707ee-ac76-189a-bc6b-e915276b49ba-7b24f60a, #w-node-_211a6ec0-fffa-9135-c1e7-b90cfcfbe09f-7b24f60a, #w-node-_0968f50d-d565-7eaf-ded7-4451d6b0393d-7b24f60a, #w-node-_953115a0-ae3b-5d6b-9b84-d653907a688c-7b24f60a, #w-node-_3b208e1d-6dde-083e-1a1a-0850042194cb-7b24f60a, #w-node-_53393179-788a-8f79-e000-f0df91a44f6e-7b24f60a, #w-node-_53393179-788a-8f79-e000-f0df91a44f72-7b24f60a, #w-node-_53393179-788a-8f79-e000-f0df91a44f76-7b24f60a, #w-node-_304bab29-b683-2661-76e1-616deff55810-7b24f60a, #w-node-_3bfccba9-c865-11d1-87c6-01a6e2d448ca-7b24f60a, #w-node-_3bfccba9-c865-11d1-87c6-01a6e2d448cf-7b24f60a, #w-node-_3bfccba9-c865-11d1-87c6-01a6e2d448d4-7b24f60a, #w-node-_3bfccba9-c865-11d1-87c6-01a6e2d448d9-7b24f60a, #w-node-_42aba688-f016-dc87-f80a-434205273e8f-7b24f60a, #w-node-_42aba688-f016-dc87-f80a-434205273e94-7b24f60a, #w-node-d4515de7-1985-32b8-59cf-a21bee176b17-7b24f60a {
  align-self: start;
}

#w-node-_5feb09c4-9c6c-9636-0703-eb6b50e589dc-50e589dc, #w-node-_9e4b2287-9ce4-1ddf-8b53-276ffdd896f6-fdd896f6, #w-node-c7c81108-9f85-e004-a850-06194adf84bf-4adf84bf, #w-node-ec72cbc3-9dee-43ac-9344-221bb7d57622-b7d57622, #w-node-_2d2a4575-5e46-1fb4-491e-2149c9b7dd99-c9b7dd99, #w-node-e85881fe-e062-a3b6-3a0f-c31368927d23-7b24f64c, #w-node-a067fe2c-c8d1-ea81-cd6c-a44cba7a8c6c-7b24f64c, #w-node-_97d00156-ca76-c318-2041-48be8edbba84-7b24f66f {
  place-self: start;
}

#w-node-fd72f8a3-215e-6bd2-5507-dd08002df60d-7b24f66f {
  order: 9999;
  place-self: end;
}

#w-node-_325b4d74-34d3-edd0-d4e7-c0c68211eb56-7b24f66f {
  order: 9999;
}

#w-node-_4ff620d9-4e09-be0a-7030-c83868994977-7b24f66f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_76a25b08-5189-1739-daf7-8e12e67bf7b6-7b24f66f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda876a-7b24f688, #w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda8780-7b24f688 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd80e1ff-5ce7-c1a1-9139-784c15e40071-7b24f6a1 {
  align-self: stretch;
}

#w-node-bd80e1ff-5ce7-c1a1-9139-784c15e40085-7b24f6a1 {
  place-self: stretch start;
}

#w-node-_4379304f-a4aa-74de-4748-1906b95a0dbd-7b24f6a1 {
  align-self: stretch;
}

#w-node-_779ef47f-5366-73d3-b4c8-28f670309ae4-7b24f6d3, #w-node-_63f8f1c8-fc96-a56a-239e-869f61dcdf28-7b24f6d3, #w-node-_3c673112-f51f-b3c8-e758-1c5403c5c41b-7b24f6d3 {
  place-self: start;
}

#w-node-_0d0fb262-4a2a-6baa-d162-ba0d2d8131e5-7b24f6fd {
  justify-self: start;
}

#w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dce-7b24f6fd {
  place-self: center end;
}

#w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dd2-7b24f6fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11de0-7b24f6fd, #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dee-7b24f6fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0196ccdb-148d-265b-54dc-385fa5fb149f-7b24f73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cab80d00-7e36-c5df-3847-7fc046c46253-7b24f73b {
  place-self: start;
}

#w-node-_6aa14f41-6772-2bb4-ec44-1ea0304228e6-7b24f73b {
  align-self: stretch;
}

#w-node-f9ce8002-daa5-0340-c749-e7d6377346ff-7b24f73b {
  justify-self: stretch;
}

#w-node-_7346a208-0eb6-427a-eb51-8f78177de9f6-7b24f73b {
  place-self: center start;
}

#w-node-ec5f1751-2a1e-60e8-7053-7a732b4a045e-7b24f73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b1fad316-017d-42e7-f790-d396c74aa09b-7b24f73b {
  place-self: end;
}

#w-node-_1de70dc8-88dc-6c24-8d48-6b9ed156cf82-7b24f73c, #w-node-_1876c1a7-b743-e0ec-ee33-335f61bff200-7b24f73c {
  align-self: stretch;
}

#w-node-_6286fdf6-9e31-2c2d-bb2d-a8b0d0da487a-7b24f73c {
  place-self: start end;
}

#w-node-_484211e3-a21a-9bea-a9f6-a9c73d49562d-7b24f73c {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_0fe75610-e054-3189-8fa7-2541a62ebd2b-7b24f5e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555b-c7f1369e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0288a299-117c-16b4-d342-e469205f917f-205f9179 {
    align-self: center;
  }

  #w-node-_0288a299-117c-16b4-d342-e469205f9191-205f9179, #w-node-_8154514f-5f72-f341-dc39-9a7062796204-205f9179 {
    align-self: start;
  }

  #w-node-_4379304f-a4aa-74de-4748-1906b95a0dbd-7b24f6a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_0196ccdb-148d-265b-54dc-385fa5fb149f-7b24f73b {
    justify-self: center;
  }

  #w-node-_1de70dc8-88dc-6c24-8d48-6b9ed156cf82-7b24f73c {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_804cb11f-31b1-eb49-4874-36e5a6e4ef72-c7f1369e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_065784c3-11cd-c3dc-48a4-dd9d8351052d-c7f1369e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3052dfa-b95d-692f-45c6-fded4b0fc497-c7f1369e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555b-c7f1369e {
    justify-self: stretch;
  }

  #w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555c-c7f1369e, #w-node-_49ba2a51-9815-aa4e-0d27-95f4a4505563-c7f1369e, #w-node-_362adbc3-6da1-4a9c-0640-decf96d1839d-c7f1369e {
    justify-self: start;
  }

  #w-node-_0288a299-117c-16b4-d342-e469205f918c-205f9179 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start end;
  }

  #w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda876a-7b24f688, #w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda8772-7b24f688, #w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda8779-7b24f688, #w-node-_9f21cd8c-3763-9494-31b8-8ecc8eda8780-7b24f688 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd80e1ff-5ce7-c1a1-9139-784c15e40071-7b24f6a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-bd80e1ff-5ce7-c1a1-9139-784c15e40085-7b24f6a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dce-7b24f6fd {
    order: -9999;
    justify-self: start;
  }

  #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dd2-7b24f6fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0196ccdb-148d-265b-54dc-385fa5fb149f-7b24f73b {
    justify-self: stretch;
  }

  #w-node-b1fad316-017d-42e7-f790-d396c74aa09b-7b24f73b {
    justify-self: start;
  }

  #w-node-_1de70dc8-88dc-6c24-8d48-6b9ed156cf82-7b24f73c {
    justify-self: stretch;
  }

  #w-node-_6286fdf6-9e31-2c2d-bb2d-a8b0d0da487a-7b24f73c {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5354de80-b3e7-777d-d22e-9b13e3d25ce6-7b24f5e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_123393a9-3745-c176-fe47-14b03d2816d7-7b24f5e5, #w-node-ca160f4c-e95c-ccf5-5328-f37c5b31f52b-7b24f5e5, #w-node-e3052dfa-b95d-692f-45c6-fded4b0fc497-c7f1369e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555b-c7f1369e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_49ba2a51-9815-aa4e-0d27-95f4a450555c-c7f1369e, #w-node-_49ba2a51-9815-aa4e-0d27-95f4a4505563-c7f1369e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_362adbc3-6da1-4a9c-0640-decf96d1839d-c7f1369e {
    justify-self: stretch;
  }

  #w-node-_0288a299-117c-16b4-d342-e469205f918c-205f9179 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_00d911d2-e601-ef57-fd51-624b12284d2b-12284d27 {
    justify-self: end;
  }

  #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dd2-7b24f6fd, #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11de0-7b24f6fd, #w-node-_7d1fc093-abe0-29bf-eb81-acbf58a11dee-7b24f6fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b1fad316-017d-42e7-f790-d396c74aa09b-7b24f73b, #w-node-_6286fdf6-9e31-2c2d-bb2d-a8b0d0da487a-7b24f73c {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans Variable Italic';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}