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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  color: #f4efe8;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

p {
  max-width: 45ch;
  letter-spacing: .015em;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.temp--styles {
  height: 750px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: none;
}

.body {
  background-color: #f4efe8;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.body.dark, .body.black-bg {
  background-color: #202020;
}

.container {
  max-width: 1400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 20px;
  display: flex;
}

.container.footer {
  padding-bottom: 40px;
}

.brand-logo {
  color: #f4efe8;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.brand-logo.gold {
  color: #a28049;
}

.brand-logo.black {
  color: #202020;
}

.nav-link-text {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

.nav-link-text.cta {
  color: #fff;
  background-color: rgba(162, 121, 57, .95);
  border-radius: 1vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 40px;
  padding: 1.25em 2em;
  font-weight: 600;
  transition: font-size .2s, background-color .2s;
}

.nav-link-text.cta:hover {
  background-color: rgba(179, 134, 62, .95);
}

.nav-link-text.black {
  color: #202020;
}

.nav-link-text.gold {
  color: #a28049;
}

.nav-link-text.book {
  display: none;
}

.brand-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.brand-wrapper.w--current {
  display: none;
}

.nav-menu {
  text-transform: uppercase;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-container {
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.headshots-scroller {
  background-color: #f4efe8;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.headshots-scroller.bottom {
  margin-top: 0;
}

.headshots-scroller-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.headshot-container {
  height: 400px;
  min-width: 400px;
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.headshot-images {
  display: flex;
}

.desktop-works {
  min-height: 300vh;
}

.works-wrapper {
  position: relative;
  overflow: hidden;
}

.highlighted-image {
  height: 100%;
  padding: 0 40px;
}

.works-top {
  z-index: 2;
  height: 50vh;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.bottom-works {
  z-index: 2;
  height: 50vh;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.testimonials {
  min-height: 300vh;
  background-color: #202020;
  padding-left: 0;
  padding-right: 0;
}

.bg-testimonials {
  z-index: 1;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.bg-testimonial {
  max-width: none;
  color: rgba(244, 239, 232, .5);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 1.05vmax;
  line-height: 1.5;
}

.row-1 {
  width: 20%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.row-2, .row-3 {
  width: 20%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-4 {
  width: 20%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.fg-testimonials {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-cam {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fg-testimonial {
  max-width: 55ch;
  color: #f4efe8;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4;
}

._1-testimonial {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-divider {
  width: 75%;
  height: 2px;
  max-width: 1000px;
  min-width: 700px;
  background-color: #f4efe8;
  margin-bottom: 40px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 48px;
}

.bottom-divider {
  width: 75%;
  height: 2px;
  max-width: 1000px;
  min-width: 700px;
  background-color: #f4efe8;
  margin-top: 40px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 48px;
}

.introduction {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-text {
  max-width: 40ch;
  color: #f4efe8;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

.intro-subheader {
  color: #f4efe8;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.author-name {
  color: #f4efe8;
  text-align: right;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.author-name-wrapper {
  width: 75%;
  max-width: 1000px;
  min-width: 700px;
  padding-top: 20px;
  font-family: Roslindale Condensed, sans-serif;
}

.university {
  background-color: #f4efe8;
}

.coming-soon {
  color: #202020;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
}

.heading {
  color: #202020;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.2;
}

.edu-subheader {
  color: #a28049;
  text-align: center;
  letter-spacing: .35em;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.footer {
  background-color: #202020;
}

._2-testimonial, ._3-testimonial {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.desktop-bgvideo {
  width: 100vw;
  height: 100vh;
}

.hero-block {
  z-index: 2;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-header-buttons {
  display: flex;
}

.studio-hero-button {
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: rgba(32, 32, 32, .65);
  border-radius: 1vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 1em;
  padding: 1em 2em;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  display: flex;
}

.studio-hero-button:hover {
  color: #000;
  background-color: rgba(244, 239, 232, .65);
}

.thestu-images-divider {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.thestu-info-divider {
  z-index: 1;
  width: 50vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

._1-thestu-info-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
}

.info-subheading {
  color: #202020;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.thestu-info-heading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 64px;
}

.and-more {
  background-color: #f4efe8;
}

.info-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-header {
  color: rgba(244, 239, 232, .95);
  text-align: right;
  margin-top: 10px;
  font-size: 64px;
  line-height: 1;
}

.hero-subheader {
  color: rgba(244, 239, 232, .8);
  text-align: right;
  padding-bottom: 0;
}

.what-we-ve-created-foreground {
  z-index: 10;
  mix-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.works-header {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 144px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.works-header.black {
  color: #202020;
}

.camera {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.what-we-ve-created-background {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.footer-header {
  color: #f4efe8;
  margin-bottom: 20px;
  font-size: 96px;
  font-style: italic;
  line-height: 1;
}

.footer-email-wrapper {
  text-align: center;
  text-decoration: none;
}

.footer-email {
  max-width: 100%;
  color: #f4efe8;
  background-color: #a28049;
  margin-bottom: 20px;
  padding: .5em 1em;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: opacity .2s, background-color .5s;
}

.footer-email:hover {
  color: #fff;
  background-color: #bf9756;
}

.footer-social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-studio-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-location-wrapper {
  display: none;
}

.footer-copyright-wrapper {
  padding-top: 0;
}

.footer-copyright {
  color: rgba(244, 239, 232, .7);
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
  line-height: 2;
}

.footer-info-header {
  color: #f4efe8;
  text-align: right;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
}

.list-item {
  color: rgba(244, 239, 232, .75);
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.list-item:hover {
  color: #f4efe8;
}

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

.membership-plans {
  padding-top: 60px;
}

.membership-headers {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.membership-header {
  color: #a28049;
}

.paragraph {
  color: #f4efe8;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
}

.membership-wrapper {
  max-width: 100vw;
  background-color: #333;
  flex-direction: column;
  justify-content: space-around;
  padding: 40px;
  transition: background-color .3s;
  display: flex;
}

.membership-wrapper:hover {
  background-color: #404040;
}

.membership-wrapper.gold {
  z-index: 2;
  background-color: #a28049;
  justify-content: space-between;
  position: relative;
}

.membership-wrapper.gold:hover {
  background-color: #b38d50;
}

.membership-wrapper.bestvaluepadding {
  justify-content: space-between;
}

.membership-section-subheader {
  color: #a28049;
}

.membership-title {
  color: #f4efe8;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.membership-price {
  color: #f4efe8;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 36px;
}

.membership-description {
  max-width: 40ch;
  color: #f4efe8;
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.line-divider {
  height: 1px;
  background-color: #f4efe8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.line-divider.gold {
  background-color: #a28049;
}

.list-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.membership-list-item {
  color: #f4efe8;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2;
}

.membership-cta {
  width: 100%;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #a28049;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.membership-cta:hover {
  background-color: #b38d50;
}

.membership-cta.dark {
  color: #a28049;
  background-color: #202020;
}

.membership-cta.dark:hover {
  color: #b38d50;
  background-color: #333;
}

.thestu-hero {
  background-color: #f4efe8;
  padding-top: 60px;
}

.thestu-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.thestu-subheader {
  color: #202020;
  display: none;
}

.headshots-section {
  background-color: #f4efe8;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.thestu-header {
  text-align: center;
  font-size: 90px;
  line-height: 1.3;
}

.members-only {
  background-color: #202020;
}

.mobile-works {
  min-height: 300vh;
  background-color: #fff;
  display: none;
}

.m-works-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.works-left {
  z-index: 2;
  height: 50vh;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.works-right {
  z-index: 2;
  height: 50vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.statement {
  min-height: 120vh;
}

.statement-camera {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.statement-1-wrapper {
  padding: 20px;
  display: block;
  position: absolute;
}

.statement-text {
  max-width: 35ch;
  text-align: center;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 72px;
  line-height: 1.3;
}

.statement-2-wrapper {
  padding: 20px;
  display: block;
  position: absolute;
}

.headshots-header-grid {
  grid-template-rows: auto;
}

.headshots-header-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.headshots-header {
  font-size: 100px;
}

.paragraph-2 {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.headshots-info {
  background-color: #f4efe8;
  margin-top: -140px;
  display: none;
}

.headshots-info-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.headshots-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.headshots-info-header {
  color: #202020;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
}

.headshots-pricing {
  background-color: #f4efe8;
  display: none;
}

.headshots-pricing-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hs-pricing-header-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-9 {
  color: #202020;
}

.hs-pricing-info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-10 {
  color: #202020;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.hs-pricing-list-item {
  text-align: center;
  letter-spacing: .01em;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
}

.cta-button {
  width: 80%;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #a28049;
  margin-top: 20px;
  padding: 1em 2em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.statement-textspan {
  color: #a28049;
  font-style: italic;
}

.thestu-info-scroller {
  min-height: 200vh;
  background-color: #f4efe8;
}

.thestu-info-camera {
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.thestu-info-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._2-thestu-info-image {
  z-index: 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
}

._3-thestu-info-image {
  z-index: 8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
}

._1-stu-info-block {
  z-index: 10;
  margin-bottom: 0;
  padding: 20px;
  display: block;
  position: absolute;
}

._2-stu-info-block {
  z-index: 9;
  margin-bottom: 0;
  padding: 20px;
  display: block;
  position: absolute;
}

._3-stu-info-block {
  z-index: 8;
  margin-bottom: 0;
  padding: 20px;
  display: block;
  position: absolute;
}

._4-stu-info-block {
  z-index: 7;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

._5-stu-info-block {
  z-index: 6;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.map-animation {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 20px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-line {
  width: 500px;
  height: 2px;
  background-color: #202020;
}

.locations-block {
  width: 500px;
  justify-content: space-between;
  display: flex;
  position: absolute;
}

.dc-location-text {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.studio-location {
  z-index: 10;
  max-width: 100px;
  color: #f4efe8;
  background-color: #a28049;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.studio-location-text {
  text-align: center;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.map-progress {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dc-block {
  width: 25px;
  height: 25px;
  background-color: #202020;
  position: absolute;
  left: 0;
}

.footer-divider {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-divider {
  width: 80vw;
  height: 1px;
  max-width: 1000px;
  background-color: #a28049;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.italics {
  font-style: italic;
}

.italics.gold {
  color: #a28049;
}

.request-form-section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.request-form-headers {
  margin-bottom: 20px;
}

.request-form-header {
  color: #a28049;
}

.form-label {
  max-width: 35ch;
  color: #a28049;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.form-text {
  height: 3.25em;
  color: #202020;
  background-color: rgba(244, 239, 232, .8);
  border: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form-text:focus {
  background-color: #f4efe8;
  border-color: #a28049;
}

.form-text.large {
  height: 10em;
}

.form-button {
  width: 100%;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #a28049;
  flex: 1;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form {
  flex-direction: column;
  display: flex;
}

.best-value-wrapper {
  height: 2em;
  background-color: rgba(244, 239, 232, .9);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -2em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block {
  color: #a28049;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.mobile-bgvideo {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
}

.membership-main-list {
  color: #f4efe8;
  letter-spacing: .01em;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  line-height: 2;
}

.membership-subheading {
  color: #f4efe8;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.list {
  text-align: center;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: min-content 1fr 1fr 1fr;
}

.faq-header-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-question {
  justify-content: space-between;
  display: flex;
}

.faq-question-text {
  color: #f4efe8;
  letter-spacing: .015em;
  padding-bottom: 20px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.faq-arrow {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.faq-answer-text {
  color: #f4efe8;
  letter-spacing: .015em;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.faq-heading {
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
}

.brand-block {
  flex: 1;
  display: flex;
}

.brand-link-block {
  max-width: 13ch;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 50px;
  line-height: 1;
  text-decoration: none;
}

.and-more-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.and-more-header-wrapper {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.and-more-header {
  color: #202020;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.and-more-list-text {
  max-width: 30ch;
  color: #202020;
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.and-more-list-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.member-benefits-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.member-benefits-header-wrapper {
  text-align: center;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.member-benefit-wrapper {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.member-benefit-text {
  max-width: 30ch;
  color: #a28049;
  letter-spacing: .25em;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.member-benefit-header {
  color: #a28049;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Roslindale Condensed, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}

.stu-member-cta-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3 {
  color: #f4efe8;
  text-align: left;
  padding-top: 10px;
  font-size: 16px;
}

.grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.stu-description-wrapper {
  padding: 20px;
  display: flex;
}

.link {
  color: #a28049;
  font-weight: 500;
  text-decoration: none;
}

.arrow-icon {
  color: #f4efe8;
  text-align: center;
}

.desktop-navbar {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.mobile-navbar, .mobile-dropdown {
  display: none;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-holder {
  font-size: 50px;
}

.logo-link-block {
  padding-left: 20px;
  text-decoration: none;
}

.logo-link-block.w--current {
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.mobile-nav-social {
  color: rgba(244, 239, 232, .75);
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.mobile-nav-social:hover {
  color: #f4efe8;
}

.testbody {
  background-color: #202020;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-container {
  min-width: 100%;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mylogo-block {
  padding: 20px 20px 20px 40px;
}

.dropdown-info {
  display: none;
}

.nav-link-block {
  color: #f4efe8;
  padding: 20px;
  text-decoration: none;
}

.nav-link-block.hide-on-desktop {
  display: none;
}

.nav-link-block.black, .nav-link-block.current-black {
  color: #202020;
}

.nav-link-block.current-gold, .nav-link-block.gold {
  color: #a28049;
}

.mini-tour {
  background-color: #f4efe8;
  padding-bottom: 140px;
  display: none;
}

.mini-tour-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-tour-block {
  z-index: 1;
  width: 1080px;
  height: 1920px;
  position: relative;
}

.mini-tour-bgvid {
  width: 100%;
  height: 100%;
}

.section {
  background-color: #f4efe8;
}

.slider-wrapper {
  width: 500px;
  max-width: 100%;
}

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

.studio-images-section {
  background-color: #f4efe8;
}

.studio-images-wrapper {
  width: 100vw;
  height: 30vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.stu-image-wrapper {
  height: 400px;
  background-image: url('../images/DSC04429.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.stu-image-wrapper.first {
  width: 30vw;
}

.stu-image-wrapper.second {
  background-image: url('../images/DSC04414.jpg');
}

.stu-image-wrapper.third {
  background-size: contain;
}

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

.section-2 {
  background-color: #f4efe8;
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.stuuu {
  width: 300px;
  height: 400px;
  align-items: center;
  display: flex;
}

.div-block {
  width: 100%;
  height: 300px;
  background-image: url('../images/DSC04445.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30vw;
  background-attachment: fixed;
  padding-right: 20px;
}

.comingsoon {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #f4efe8;
}

.div-block-2 {
  padding: 140px;
}

.heading-12 {
  font-style: italic;
}

.checkbox {
  margin-right: 20px;
}

.success-message-text {
  color: #f4efe8;
  font-weight: 500;
}

.success-message {
  width: 100%;
  letter-spacing: .25em;
  text-transform: uppercase;
  background-color: #a28049;
  flex: 1;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

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

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

@media screen and (max-width: 991px) {
  .brand-logo {
    text-align: center;
    font-size: 45px;
  }

  .nav-link-text {
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    font-family: Roslindale Condensed, sans-serif;
    font-size: 54px;
    font-weight: 400;
    text-decoration: none;
  }

  .nav-link-text.cta {
    color: #a28049;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    margin-left: 0;
    padding: 20px;
    font-style: italic;
    display: none;
  }

  .nav-link-text.book {
    display: block;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    background-color: #202020;
    padding-bottom: 100px;
  }

  .nav-container {
    padding-top: 30px;
  }

  .headshots-scroller, .desktop-works {
    display: none;
  }

  .highlighted-image {
    max-width: 100%;
    padding: 20px 0;
  }

  .bg-testimonial {
    font-size: 1.15vmax;
  }

  .row-1, .row-2, .row-3 {
    width: 33.3%;
  }

  .row-4 {
    display: none;
  }

  .fg-testimonial {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 48px;
  }

  .top-divider, .bottom-divider {
    width: 80%;
    max-width: none;
    min-width: auto;
  }

  .intro-text {
    font-size: 72px;
  }

  .author-name {
    font-size: 20px;
  }

  .author-name-wrapper {
    width: 80%;
    max-width: none;
    min-width: auto;
  }

  .coming-soon {
    font-size: 18px;
  }

  .desktop-bgvideo {
    display: none;
  }

  .hero-block {
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    padding: 20px 20px 100px;
  }

  .hero-header-buttons {
    flex-direction: column;
  }

  .studio-hero-button {
    margin-left: 20px;
  }

  .thestu-images-divider {
    width: 100vw;
    height: 50vh;
  }

  .thestu-info-divider {
    width: 100vw;
    height: 50vh;
    justify-content: flex-start;
  }

  .thestu-info-paragraph {
    text-align: center;
  }

  .thestu-info-heading {
    text-align: center;
    margin-top: 40px;
  }

  .hero-header {
    text-align: center;
    padding-bottom: 0;
    font-size: 72px;
  }

  .hero-subheader {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works-header {
    max-width: 8ch;
    font-size: 120px;
  }

  .footer-header {
    font-size: 72px;
  }

  .list-item {
    padding: 10px;
  }

  .membership-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .membership-plans {
    padding-top: 20px;
  }

  .membership-headers {
    margin-bottom: 0;
  }

  .membership-wrapper.bestvaluepadding {
    margin-bottom: 2em;
  }

  .thestu-hero {
    padding-top: 20px;
  }

  .thestu-header-wrapper {
    justify-content: flex-start;
  }

  .headshots-section {
    display: none;
  }

  .thestu-header {
    font-size: 80px;
  }

  .mobile-works {
    background-color: #f4efe8;
    display: block;
  }

  .m-works-wrapper {
    width: 100vw;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .works-left {
    width: 50%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .works-right {
    width: 50%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .statement-text {
    font-size: 64px;
  }

  .headshots-header-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .headshots-info {
    display: none;
  }

  .headshots-info-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .headshots-info-header {
    text-align: center;
  }

  .headshots-pricing {
    display: none;
  }

  .headshots-pricing-grid {
    grid-template-columns: 1fr;
  }

  .hs-pricing-header-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cta-button {
    width: 50ch;
  }

  .icon {
    color: #f4efe8;
    font-size: 20px;
  }

  .icon.black {
    color: #202020;
  }

  .icon.gold {
    color: #a28049;
  }

  .menu-button {
    padding: 20px;
    position: absolute;
    right: 0;
  }

  .thestu-info-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .request-form-section {
    padding-top: 20px;
  }

  .mobile-bgvideo {
    display: block;
  }

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

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

  .brand-block {
    justify-content: center;
    align-items: center;
  }

  .and-more-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .and-more-header {
    text-align: center;
  }

  .member-benefits-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .member-benefits-header-wrapper {
    align-items: center;
  }

  .member-benefit-header, .paragraph-3 {
    text-align: center;
  }

  .desktop-navbar {
    display: none;
  }

  .mobile-navbar {
    display: block;
  }

  .mobile-dropdown {
    z-index: auto;
    background-color: #202020;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav {
    width: 100vw;
  }

  .logo-holder {
    align-items: center;
    display: flex;
  }

  .logo-link-block {
    padding: 20px;
  }

  .logo-link-block.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-menu-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .mobile-nav-menu {
    flex-direction: column;
    padding: 20px;
    display: flex;
  }

  .mobile-nav-extras {
    width: 100vw;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .mobile-nav-link {
    text-align: center;
    font-size: 48px;
  }

  .mobile-nav-link-block {
    color: #f4efe8;
    font-family: Roslindale Condensed, sans-serif;
    font-size: 48px;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-nav-link-block.w--current {
    color: #a28049;
    font-style: italic;
  }

  .hamburger {
    padding: 20px;
    position: absolute;
    right: 0;
  }

  .mobile-nav-social {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testbody {
    background-color: #636363;
  }

  .navigation {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-button {
    height: 100%;
    color: #f4efe8;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    right: 0;
  }

  .hamburger-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-menu {
    background-color: #202020;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
  }

  .navigation-container {
    justify-content: center;
    display: flex;
  }

  .dropdown-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    display: flex;
  }

  .mylogo-block {
    padding: 20px;
  }

  .hamburger-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hamburger-icon.black {
    color: #202020;
  }

  .hamburger-icon.gold {
    color: #a28049;
  }

  .dropdown-info {
    display: block;
  }

  .navbar-socials {
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .social-icon {
    color: #a28049;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    font-family: "Fa brands 400", sans-serif;
    font-size: 24px;
  }

  .nav-link-block {
    padding: 0 20px;
    text-decoration: none;
  }

  .nav-link-block.w--current {
    color: #a28049;
    font-style: italic;
  }

  .nav-link-block.hide-on-desktop {
    display: block;
  }

  .nav-link-block.black, .nav-link-block.current-black {
    color: #f4efe8;
  }

  .nav-link-block.current-black.w--current {
    color: #a28049;
  }

  .nav-link-block.current-gold {
    color: #f4efe8;
  }

  .nav-link-block.current-gold.w--current {
    color: #a28049;
  }

  .nav-link-block.gold {
    color: #f4efe8;
  }

  .nav-email {
    text-decoration: none;
  }

  .email {
    color: #969696;
    letter-spacing: .25em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
  }

  .mini-tour-block {
    width: auto;
    height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .heading-12 {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .brand-logo {
    font-size: 42px;
  }

  .nav-link-text {
    font-size: 48px;
  }

  .highlighted-image {
    height: auto;
  }

  .bg-testimonial {
    font-size: 1.7vmax;
  }

  .row-1, .row-2 {
    width: 50%;
  }

  .row-3 {
    display: none;
  }

  .fg-testimonial {
    font-size: 32px;
  }

  .top-divider, .bottom-divider {
    width: 85%;
    max-width: none;
    min-width: auto;
  }

  .intro-text {
    font-size: 58px;
  }

  .intro-subheader {
    font-size: 15px;
  }

  .coming-soon {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading {
    font-size: 58px;
  }

  .edu-subheader {
    font-size: 16px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-block {
    padding-bottom: 60px;
  }

  .hero-statement {
    margin-bottom: 10px;
  }

  .studio-hero-button {
    width: 250px;
    font-size: 14px;
  }

  .thestu-images-divider {
    height: 45vh;
  }

  .thestu-info-divider {
    height: 55vh;
  }

  .thestu-info-paragraph {
    font-size: 16px;
  }

  .thestu-info-heading {
    font-size: 50px;
  }

  .hero-header {
    font-size: 54px;
  }

  .hero-subheader {
    font-size: 16px;
  }

  .works-header {
    font-size: 96px;
  }

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

  .footer-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-header {
    max-width: 10ch;
    font-size: 68px;
  }

  .footer-email-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-email {
    font-size: 30px;
  }

  .footer-social-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-studio-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info-header {
    margin-bottom: 10px;
  }

  .list-item {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .membership-plans {
    padding-top: 0;
  }

  .membership-header {
    font-size: 48px;
  }

  .paragraph {
    font-size: 16px;
  }

  .membership-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .membership-section-subheader {
    font-size: 16px;
  }

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

  .thestu-header-wrapper {
    justify-content: center;
    padding-top: 0;
  }

  .thestu-header {
    font-size: 54px;
  }

  .statement-text {
    font-size: 40px;
  }

  .icon {
    font-size: 16px;
  }

  .request-form-section {
    padding-top: 0;
  }

  .request-form-header {
    font-size: 48px;
  }

  .form-label {
    font-size: 14px;
  }

  .membership-main-list {
    font-size: 16px;
  }

  .membership-subheading {
    max-width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .membership-faq {
    margin-top: -120px;
  }

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

  .stu-description {
    text-align: center;
    font-size: 16px;
  }

  .stu-description-wrapper {
    justify-content: center;
    padding-top: 0;
  }

  .mobile-menu-wrapper {
    justify-content: flex-end;
  }

  .mobile-nav-extras {
    flex-direction: column;
  }

  .mobile-nav-social {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .dropdown-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-icon {
    font-size: 20px;
  }

  .heading-12 {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo {
    font-size: 30px;
  }

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

  .introduction {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-subheader {
    max-width: 30ch;
  }

  .edu-subheader {
    font-size: 14px;
  }

  .hero-header {
    font-size: 48px;
  }

  .works-header {
    font-size: 78px;
  }

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

  .footer-header {
    font-size: 48px;
  }

  .footer-email {
    font-size: 26px;
  }

  .footer-copyright {
    font-size: 10px;
  }

  .footer-info-header {
    font-size: 24px;
  }

  .list-item {
    font-size: 14px;
  }

  .map-animation {
    display: none;
  }

  .text-block {
    font-size: 13px;
  }

  .membership-main-list, .membership-subheading {
    max-width: 100vw;
  }

  .mobile-nav-social {
    font-size: 14px;
  }

  .nav-link-block {
    padding-top: 0;
  }
}

#w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d29-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d2c-b9b36d26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d2f-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d3a-b9b36d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d45-b9b36d26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d46-b9b36d26 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8fa08023-416e-7969-efde-f18f2a3a871f-ca763b34, #w-node-_159cc980-b7d2-565f-69d7-77a8b1a52f6e-ca763b34, #w-node-_0235bf59-4e56-9770-3c6a-996e5ad8b9ce-ca763b34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aacc6293-2fa9-5b55-3395-66dec9c4db2f-ca763b34 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_516836c9-7774-def8-cfe2-9e334794e5da-ca763b34, #w-node-_1289c3c7-96d8-aacf-e012-d89dc3298cbe-ca763b34, #w-node-_71a07a1f-9abb-e2ca-d171-0f1efdd04045-ca763b34, #w-node-aacc6293-2fa9-5b55-3395-66dec9c4db32-ca763b34, #w-node-_24aad080-3172-baed-20e4-0733add11443-ca763b34, #w-node-fdadb384-1326-6695-c9ab-03fd0acff671-ca763b34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e583680-d246-13d1-95fe-faeb81cafca6-ca763b34 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_5e583680-d246-13d1-95fe-faeb81cafca9-ca763b34, #w-node-_7a3c7cc3-0429-56b1-1ad2-94bb2e3fb31b-ca763b34, #w-node-d2f6bc73-ea89-41f4-567a-b4c94976058c-ca763b34, #w-node-_95ce4fcc-3aaf-9489-cebd-6fdd1e434721-ca763b34, #w-node-_87ef46d4-025a-3b76-727b-0226187f354a-ca763b34, #w-node-_43980e69-2eb5-ed49-af46-26b8bdbeab87-ca763b34, #w-node-_03a60b3c-48df-51ba-f7fb-7e3d41ebf3f4-ca763b34, #w-node-_1b0af1f5-8ea9-dabb-3d0b-a954a0910f0a-ca763b34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6db36af-e810-7d91-1cbe-b81fad0ea6a9-ca763b34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5aa70386-31a8-557e-9eb7-b58934c13c8d-f5c2c958, #w-node-_5742195d-cd08-68b8-d31d-e78e64d37dd7-f5c2c958, #w-node-e644bbca-8852-909e-7a71-4e3c8be0ca02-f5c2c958, #w-node-_80b04fa0-a46c-029b-82ff-365cf7cf89c0-f5c2c958, #w-node-efb61eac-0fed-47da-d923-d30a66b5ba0c-f5c2c958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6fb325b-c86e-097b-f7ce-92c618ef3eef-fbb9a6ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d43bb4af-6212-5cdf-abdf-b0ee58dcc3b5-fbb9a6ca, #w-node-bbd0ba81-ab75-2d36-1840-340744686555-fbb9a6ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_806c52e7-fee3-fcd6-58fe-7326efe0cdb2-fbb9a6ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e1b9000d-6b4b-cb91-b2e9-635651a66fcf-fbb9a6ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50fa9873-eb7e-0e72-966e-77caac8b9c09-fbb9a6ca {
  grid-area: span 8 / span 2 / span 8 / span 2;
}

#w-node-_5d46c63b-83c9-c5fb-daad-f3ae4fe2fb28-fbb9a6ca, #w-node-_2b5da5a9-0eaa-27e3-acc3-38881bf8328a-fbb9a6ca, #w-node-d262fb42-8f86-9881-c539-cebe901b498c-fbb9a6ca, #w-node-_5481947b-5895-4315-f2c8-53d0d83065d1-fbb9a6ca, #w-node-b0b23602-453a-b74a-14da-d27c797911cd-fbb9a6ca, #w-node-c55b1444-e95b-5581-1f08-1742fe46cd48-fbb9a6ca, #w-node-df03dfd0-5ed7-40eb-1b06-17c28863f136-fbb9a6ca, #w-node-_5b787fa3-df4f-00c6-2d71-57504a6dc02f-fbb9a6ca, #w-node-de64ee37-70fa-20cc-85a1-7ac375d30ad5-fbb9a6ca, #w-node-_9f043020-790d-e3d2-fdfc-c95af005f790-fbb9a6ca, #w-node-_2ac67980-5d2e-5b36-d2f9-066a19e27840-fbb9a6ca, #w-node-da1d6508-932d-cf9e-ea1e-60c91c5725cf-fbb9a6ca, #w-node-d43dd7a7-8c45-abbf-a8fa-9b5832475a0e-fbb9a6ca, #w-node-_70d8062b-0e9b-0ec9-71c7-2d1f5068ce76-fbb9a6ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2fffe370-1080-ceec-bc50-403f2f14ffce-44038c5e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-aacc6293-2fa9-5b55-3395-66dec9c4db2f-ca763b34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_516836c9-7774-def8-cfe2-9e334794e5da-ca763b34, #w-node-_1289c3c7-96d8-aacf-e012-d89dc3298cbe-ca763b34, #w-node-_71a07a1f-9abb-e2ca-d171-0f1efdd04045-ca763b34, #w-node-aacc6293-2fa9-5b55-3395-66dec9c4db32-ca763b34, #w-node-_24aad080-3172-baed-20e4-0733add11443-ca763b34, #w-node-fdadb384-1326-6695-c9ab-03fd0acff671-ca763b34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e583680-d246-13d1-95fe-faeb81cafca6-ca763b34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5e583680-d246-13d1-95fe-faeb81cafca9-ca763b34, #w-node-_7a3c7cc3-0429-56b1-1ad2-94bb2e3fb31b-ca763b34, #w-node-d2f6bc73-ea89-41f4-567a-b4c94976058c-ca763b34, #w-node-_95ce4fcc-3aaf-9489-cebd-6fdd1e434721-ca763b34, #w-node-_87ef46d4-025a-3b76-727b-0226187f354a-ca763b34, #w-node-_43980e69-2eb5-ed49-af46-26b8bdbeab87-ca763b34, #w-node-_03a60b3c-48df-51ba-f7fb-7e3d41ebf3f4-ca763b34, #w-node-_1b0af1f5-8ea9-dabb-3d0b-a954a0910f0a-ca763b34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6db36af-e810-7d91-1cbe-b81fad0ea6a9-ca763b34 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b6fb325b-c86e-097b-f7ce-92c618ef3eef-fbb9a6ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50fa9873-eb7e-0e72-966e-77caac8b9c09-fbb9a6ca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5d46c63b-83c9-c5fb-daad-f3ae4fe2fb28-fbb9a6ca, #w-node-_2b5da5a9-0eaa-27e3-acc3-38881bf8328a-fbb9a6ca, #w-node-d262fb42-8f86-9881-c539-cebe901b498c-fbb9a6ca, #w-node-_5481947b-5895-4315-f2c8-53d0d83065d1-fbb9a6ca, #w-node-b0b23602-453a-b74a-14da-d27c797911cd-fbb9a6ca, #w-node-c55b1444-e95b-5581-1f08-1742fe46cd48-fbb9a6ca, #w-node-df03dfd0-5ed7-40eb-1b06-17c28863f136-fbb9a6ca, #w-node-_5b787fa3-df4f-00c6-2d71-57504a6dc02f-fbb9a6ca, #w-node-de64ee37-70fa-20cc-85a1-7ac375d30ad5-fbb9a6ca, #w-node-_9f043020-790d-e3d2-fdfc-c95af005f790-fbb9a6ca, #w-node-_2ac67980-5d2e-5b36-d2f9-066a19e27840-fbb9a6ca, #w-node-da1d6508-932d-cf9e-ea1e-60c91c5725cf-fbb9a6ca, #w-node-d43dd7a7-8c45-abbf-a8fa-9b5832475a0e-fbb9a6ca, #w-node-_70d8062b-0e9b-0ec9-71c7-2d1f5068ce76-fbb9a6ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d29-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d2c-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d2f-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d3a-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d46-b9b36d26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_516836c9-7774-def8-cfe2-9e334794e5da-ca763b34, #w-node-_1289c3c7-96d8-aacf-e012-d89dc3298cbe-ca763b34, #w-node-_71a07a1f-9abb-e2ca-d171-0f1efdd04045-ca763b34, #w-node-aacc6293-2fa9-5b55-3395-66dec9c4db32-ca763b34, #w-node-_24aad080-3172-baed-20e4-0733add11443-ca763b34, #w-node-fdadb384-1326-6695-c9ab-03fd0acff671-ca763b34, #w-node-_5e583680-d246-13d1-95fe-faeb81cafca9-ca763b34, #w-node-_7a3c7cc3-0429-56b1-1ad2-94bb2e3fb31b-ca763b34, #w-node-d2f6bc73-ea89-41f4-567a-b4c94976058c-ca763b34, #w-node-_95ce4fcc-3aaf-9489-cebd-6fdd1e434721-ca763b34, #w-node-_87ef46d4-025a-3b76-727b-0226187f354a-ca763b34, #w-node-_43980e69-2eb5-ed49-af46-26b8bdbeab87-ca763b34, #w-node-_03a60b3c-48df-51ba-f7fb-7e3d41ebf3f4-ca763b34, #w-node-_1b0af1f5-8ea9-dabb-3d0b-a954a0910f0a-ca763b34, #w-node-_5d46c63b-83c9-c5fb-daad-f3ae4fe2fb28-fbb9a6ca, #w-node-_2b5da5a9-0eaa-27e3-acc3-38881bf8328a-fbb9a6ca, #w-node-d262fb42-8f86-9881-c539-cebe901b498c-fbb9a6ca, #w-node-_5481947b-5895-4315-f2c8-53d0d83065d1-fbb9a6ca, #w-node-b0b23602-453a-b74a-14da-d27c797911cd-fbb9a6ca, #w-node-c55b1444-e95b-5581-1f08-1742fe46cd48-fbb9a6ca, #w-node-df03dfd0-5ed7-40eb-1b06-17c28863f136-fbb9a6ca, #w-node-_5b787fa3-df4f-00c6-2d71-57504a6dc02f-fbb9a6ca, #w-node-de64ee37-70fa-20cc-85a1-7ac375d30ad5-fbb9a6ca, #w-node-_9f043020-790d-e3d2-fdfc-c95af005f790-fbb9a6ca, #w-node-_2ac67980-5d2e-5b36-d2f9-066a19e27840-fbb9a6ca, #w-node-da1d6508-932d-cf9e-ea1e-60c91c5725cf-fbb9a6ca, #w-node-d43dd7a7-8c45-abbf-a8fa-9b5832475a0e-fbb9a6ca, #w-node-_70d8062b-0e9b-0ec9-71c7-2d1f5068ce76-fbb9a6ca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d29-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d2f-b9b36d26, #w-node-_65007e5f-25e5-1d06-b43d-f62cb9b36d46-b9b36d26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedLightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roslindale Condensed';
  src: url('../fonts/Roslindale-DisplayCondensedItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}