@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothamProMediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Ramland Clean;
  src: url('../fonts/Ramland-Clean.ttf') format("truetype"), url('../fonts/Ramland-Clean.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProMed.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProReg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProBla.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProBol.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProLig.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham Pro;
  src: url('../fonts/GothaProLigIta.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

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

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

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

:root {
  --green: #122023;
  --lightfall-white: #f3f1e3;
  --white: #faf7f7;
  --black: black;
  --black-2: #042027;
  --sinature-red: #e77474;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

a {
  text-decoration: underline;
}

.hero {
  background-color: var(--green);
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.logocontainer {
  width: 160px;
  position: absolute;
  inset: 24px auto auto 48px;
}

.videocontainer {
  z-index: 1;
  cursor: pointer;
  width: 80vw;
  max-width: 120vh;
  height: 66vh;
  max-height: 50.26vh;
  margin-top: 45vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.text-block {
  opacity: .5;
  transform-origin: 0%;
  color: var(--lightfall-white);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-family: Gotham Pro, sans-serif;
  font-size: 1vw;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg)translate(-50%, -2em);
}

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

.herobackgroundimage {
  z-index: 0;
  opacity: .6;
  background-image: url('../images/sky.jpg');
  background-size: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -5%);
}

.herobackgroundimage.presspage {
  position: static;
}

.image {
  z-index: 1;
  width: 90%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: translate(0, 50%);
}

.risingfreelogo {
  z-index: 1;
  width: 90%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0;
  transform: translate(0, 50%);
}

.intheaters {
  color: #c6ae9e;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding: 60px 15% 80px;
  font-family: Gotham Pro, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  inset: auto 0% 0%;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--lightfall-white);
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-family: Gotham Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, -60px);
}

.scrollimage {
  transform-origin: 50% 0;
  background-image: url('../images/lightfall-logo-portion_1lightfall-logo-portion.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 57px;
  height: 44px;
}

.bio {
  background-color: var(--green);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 6vw;
  margin-bottom: 6vw;
  margin-left: 5%;
  padding: 2% 5vw 3% 10vw;
  display: flex;
  position: relative;
}

.bio.mission {
  background-color: var(--lightfall-white);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.bio.mission.directors-statement {
  margin-top: 7vw;
}

.bio.bio-kayla {
  width: 80%;
  margin-top: 4vw;
  margin-right: 5%;
  padding-left: 5vw;
}

.bio.bio-kayla.z {
  margin-top: 2vw;
}

.bio.bio-addi {
  background-color: var(--green);
}

.kayla-heading {
  opacity: .8;
  color: var(--white);
  letter-spacing: .6px;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stardom, Georgia, sans-serif;
  font-weight: 400;
}

.kayla-heading.mission {
  color: var(--green);
}

.kayla-heading._2nd {
  font-size: 27px;
}

.kayla-heading._2nd.subtitle-coproducer {
  font-size: 19px;
}

.kayla-bio {
  color: var(--lightfall-white);
  padding-left: 4vw;
  font-family: Gotham Pro, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5em;
}

.kayla-bio.mission {
  color: var(--green);
  margin-top: 7%;
}

.kayla-bio._2 {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 4vw;
  font-size: 16px;
}

.link-block {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.watchtrailertext {
  color: var(--lightfall-white);
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: .5em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.watchtrailerwrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.externalicon, .youtubeicon {
  margin-bottom: 2px;
}

.footer {
  background-color: #fafafa;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.legaltext {
  color: var(--lightfall-white);
  text-align: center;
  letter-spacing: .02em;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.legaltext a {
  color: var(--green);
}

.socialblock {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stayuptodate {
  opacity: .7;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #c6ae9e;
  margin-bottom: 8px;
  font-family: Gotham Pro, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1em;
}

.socialicon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.subfooter {
  background-color: var(--green);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 56px;
  display: flex;
}

.scrolllink {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 100vh;
  left: 50vw;
  transform: translate(-50%, -70%);
}

.scrolltext {
  color: var(--lightfall-white);
  text-transform: uppercase;
  font-family: Gotham Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.loadingscreen {
  z-index: 99999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.loadingvideo {
  width: 100vw;
  height: 100vh;
}

.link-block-2 {
  position: absolute;
  bottom: 0;
}

.skipintro {
  opacity: .7;
  color: var(--lightfall-white);
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  background-color: #2e2e2b;
  border-radius: 4px;
  padding: 8px 8px 4px;
  font-family: Gotham Pro, sans-serif;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  position: absolute;
  bottom: 12px;
  left: 50vw;
  transform: translate(-50%);
}

.pagecontent {
  display: block;
  position: relative;
}

.playbutton {
  z-index: 1;
  border: 1px solid var(--lightfall-white);
  color: var(--lightfall-white);
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: normal;
  cursor: none;
  background-color: #0000;
  flex: none;
  padding-top: 12px;
  padding-left: 3em;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inlinelink {
  color: var(--lightfall-white);
  line-height: 1.5em;
}

.inlinelink:hover {
  background-color: var(--lightfall-white);
  color: var(--green);
}

.muteicon {
  opacity: .5;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 12px 12px auto auto;
}

.aboutlfwrapper {
  text-align: left;
  flex: none;
  width: 271px;
  font-size: 32px;
  position: relative;
}

.pseudoblock {
  background-color: #f3f1e326;
  width: 6em;
  height: .2em;
  position: absolute;
  inset: 32% auto auto 0%;
  transform: translate(0, -300%);
}

.pseudoblock.mission {
  background-color: #12202326;
  width: 100%;
  top: 9%;
}

.pseudoblock._1st {
  width: 80%;
  top: 44%;
}

.pseudoblock._1st._2nd {
  width: 90%;
  top: 33%;
}

.missionwrapper {
  text-align: center;
  flex: none;
  width: 100%;
  font-size: 32px;
  position: relative;
}

.aboutrisingfree {
  z-index: 1;
  background-color: var(--lightfall-white);
  width: 94vw;
  margin: 140px auto 120px;
  padding: 80px;
}

.aboutrisingfree.videos {
  background-color: var(--green);
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pressparagraph {
  color: var(--black-2);
  font-family: Gotham Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

.pressh1 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 40px;
  font-family: Gotham Pro, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2em;
}

.pressh2 {
  color: var(--black-2);
  margin-top: 40px;
  font-family: Gotham Pro, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

.presslink {
  color: var(--black-2);
  margin: 20px 40px 20px 8px;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
}

.presslink:hover {
  color: #2c565f;
}

.icon {
  width: 24px;
  height: 24px;
}

.linkwrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

._404header {
  color: var(--lightfall-white);
  font-family: Gotham Pro, sans-serif;
  font-weight: 300;
}

._404textblock {
  color: var(--lightfall-white);
  padding-bottom: 16px;
  font-family: Gotham Pro, sans-serif;
}

.homelink {
  color: var(--lightfall-white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gotham Pro, sans-serif;
  font-weight: 400;
}

.subfooterlink {
  color: var(--black-2);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.inline-link {
  color: var(--lightfall-white);
}

.youtube-embed {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88vw;
  height: 40vw;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.modal {
  z-index: 100;
  background-color: #122023cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: none;
  position: fixed;
}

.close-modal {
  z-index: 2;
  border: 2px solid var(--lightfall-white);
  color: var(--lightfall-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f3f1e300;
  font-family: Gotham Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  position: absolute;
  bottom: 8px;
}

.close-modal:hover {
  background-color: var(--lightfall-white);
  color: var(--green);
}

.heading {
  color: #cfcfcf;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.heading.productions {
  color: #e77474;
  text-align: left;
  margin-top: -20px;
  font-size: 16px;
}

.heading-2 {
  color: #f1e5de;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 121px;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2.rooted-logo {
  justify-content: center;
  margin-left: 16%;
  font-size: 41px;
  top: 2%;
}

.heading-2.second-title {
  margin-top: 3%;
  font-size: 117px;
  position: relative;
  bottom: 0;
}

.headshot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.headshot._1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/josh-howard-6BI7fVlw_BA-unsplash-1.jpeg');
  background-position: 0 0;
  background-clip: border-box;
  margin-top: 60px;
}

.headshot._1.add-headshot {
  background-image: url('../images/Addi-headshot.jpeg');
  background-position: 50% 27%;
}

.headshot._1._2 {
  background-image: url('../images/Addi-headshot.jpeg');
  background-position: 50% 25%;
}

.headshot._1._2.rach {
  background-image: url('../images/79b8f68d-5d10-4f13-bcb4-55b3f6eb9a17.jpg');
}

.paragraph {
  margin-top: 20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.paragraph.signature {
  margin-top: 40px;
  font-family: Ramland Clean, Georgia, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.paragraph.director {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.link-block-3 {
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
}

.image-2 {
  color: #fff;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.flex-body {
  background-image: linear-gradient(45deg, #e4e4e4, #fff);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.gallery-dyn-list {
  flex-wrap: wrap;
  display: flex;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.container {
  flex: 1;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.gallery-item {
  min-width: 33.33%;
  padding: 2px;
}

.webflow-icon {
  margin-right: 8px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.gallery-wrap-no-cms {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 4em 2rem 4rem;
  display: flex;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.gallery-list-wrapper-2 {
  width: 100%;
  margin-top: 2rem;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.header-wrap-gal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-2 {
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-block {
  cursor: pointer;
}

.explore-btn {
  color: #f7f7f7;
  cursor: pointer;
  background-color: #0074a2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
  transition: opacity .6s;
}

.explore-btn:hover {
  background-color: #f08c3c;
  margin-top: 20px;
}

.gs-img {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 0;
}

.gs-img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.gs-seven {
  padding-top: 0%;
  position: relative;
  overflow: visible;
}

.gs-one {
  backface-visibility: hidden;
  perspective: none;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.gs-one:hover {
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #fef7ea;
  position: relative;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area . Area-2" minmax(295px, 295px)
                 ". . Area-2"
                 ". . ."
                 / 295px minmax(295px, 295px) minmax(295px, 295px) minmax(295px, 295px);
  grid-auto-rows: minmax(auto, 295px);
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid.gallery-grid {
  grid-template-columns: 60% minmax(295px, 295px);
  grid-auto-flow: row;
}

.gs-seven-content {
  background-color: #e2eff4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
}

.gs-seven-content:hover {
  background-color: #e2eff4;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.gs-six {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.gs-nine-content {
  background-color: #fdf2e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-nine-content:hover {
  background-color: #fdf2e9;
  border-radius: 0;
  overflow: hidden;
}

.gs-desc {
  color: #112631;
  text-transform: uppercase;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.gs-four {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-content {
  color: #c07b7b;
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.gs-content:hover {
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  background-color: #f7f7f7;
  border-radius: 0;
  overflow: hidden;
  transform: none;
}

.gs-three-content {
  background-color: #fef7ea;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 10px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.gs-three-content:hover {
  background-color: #fef7ea;
  border-radius: 0;
  overflow: hidden;
}

.gs-ten {
  position: relative;
  overflow: hidden;
}

.gs-ten.gs-gallery {
  padding-top: 47%;
}

.gs-eleven {
  position: relative;
  overflow: hidden;
}

.gs-eleven.gs-gallery {
  padding-top: 47%;
}

.gs-three {
  width: 100%;
  max-width: 295px;
  height: 100%;
  max-height: none;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gs-three:hover {
  background-color: #f7f7f7;
}

.gs-nine {
  background-color: #fdf2e9;
  position: relative;
  overflow: visible;
}

.gs-five {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gs-three-title {
  color: #4a494b;
  text-align: center;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  display: flex;
  position: relative;
}

.gs-eight {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.title-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gs-two {
  width: 100%;
  height: 100%;
  padding-top: 47%;
  position: relative;
  overflow: hidden;
}

.container-2 {
  max-width: 1440px;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.line-block {
  border: 2px solid #f08c3c;
  width: 50px;
  margin-right: 10px;
  padding-right: 0;
}

.gs-small-title {
  color: #f08c3c;
  margin-top: 10px;
  font-weight: 500;
  line-height: 40px;
}

.gs-small-desc {
  color: #112631;
  margin-top: 30px;
  font-size: 16px;
}

.section {
  overflow: hidden;
}

.content6-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
}

.content6-pic.content6-image2 {
  background-image: none;
}

.content6-pic.content6-image1, .content6-pic.content6-image4 {
  background-image: none;
  height: 320px;
}

.content6-pic.content6-image3 {
  background-image: none;
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50-start {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

._6-col._6-col-last {
  margin-right: 0;
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-28px.mg-top-110px {
  margin-top: 110px;
}

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

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container._600px {
  max-width: 600px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

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

.gallery_position {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

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

.gallery_content {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 30rem;
  display: flex;
}

.gallery_block {
  width: 20%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 7px 20px -1px #86838399;
}

.gallery_block.bg-image-3 {
  background-image: url('../images/willow.jpeg');
  background-position: 60%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-2 {
  background-image: url('../images/Screenshot-2025-04-05-at-2.10.34-AM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-1 {
  background-image: url('../images/Screenshot-2025-02-04-at-10.26.05-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-4 {
  background-image: url('../images/Screenshot-2025-04-09-at-7.27.05-PM.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.gallery_block.bg-image-5 {
  background-image: url('../images/kay-and-rach.jpeg');
  background-position: 80% 60%;
  background-size: cover;
  background-attachment: scroll;
}

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

.grid-17 {
  grid-template-rows: auto;
}

.grid-17.mt-4 {
  padding-top: 10px;
}

.capture-images {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 20px;
  display: flex;
}

.section-3.padding-top-100 {
  background-color: #0000;
  padding-top: 100px;
}

.section-3.padding-top-100.padding-bottom-100 {
  background-color: #0000;
  padding-bottom: 100px;
  position: relative;
}

.btn2 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.btn2.margin-top-40 {
  margin-top: 48px;
}

.heading-65 {
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.image-box {
  padding-top: 0;
}

.div-block-26 {
  position: relative;
}

.button-2 {
  text-transform: capitalize;
  background-color: #f84f8c;
  border-radius: 50px;
  padding: 10px 35px;
}

.button-2:hover {
  background-color: #ff005c;
}

.container-29 {
  max-width: 1300px;
}

.title-arrow {
  position: absolute;
  inset: 78px 30% 0% auto;
}

.section-title {
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  position: static;
}

.heading-66 {
  color: #dfcfcf;
  text-align: center;
  margin-bottom: 20px;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.heading-66.s {
  color: var(--black-2);
}

.grid-18 {
  flex-wrap: wrap;
  display: flex;
}

.grid-18.centre {
  justify-content: space-between;
  align-items: center;
}

.form-field {
  background-color: #eeeded1c;
  border: 1px solid #ffffff1f;
  border-radius: 1em;
  padding-left: 1em;
}

.button {
  margin-top: 1em;
  padding: 1.1em 1.4em;
  font-size: 1.2em;
}

.button.hero__card-fill.small {
  width: auto;
  display: inline-block;
  position: static;
}

.button.hero__card-fill.small:hover {
  background-color: #fff0;
}

.h2-animate {
  color: #eeeded;
  text-align: center;
  margin-top: .2em;
  margin-bottom: .1em;
}

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

.grid-item {
  flex-direction: column;
  width: 30%;
  padding-top: 1em;
  display: flex;
}

.grid-item.is--feature-left {
  width: 40%;
  padding: 1em;
  display: block;
}

.grid-item.is--feature-right {
  width: 50%;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.grid-item.is--feature-right.hero__card-fill.form {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

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

.paragraph-2 {
  font-size: 1.1em;
}

.paragraph-2.cta {
  color: #eeeded;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.text.white {
  color: #eeeded;
}

.container-30 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 4em;
}

.c-menu-close {
  padding: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-menu-item {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.b-overlay-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.copyright {
  opacity: .25;
  color: #aaa;
  white-space: nowrap;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

._w-overlay-menu {
  z-index: 1100;
  background-color: #131313;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 100px;
  display: flex;
  position: relative;
  box-shadow: -5px 0 15px #13131380;
}

.link-menu-item {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.ci-overlay-menu {
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bi-close-menu {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
  transform: rotate(-45deg);
}

._w-overlay-menu-bg {
  z-index: 1099;
  background-color: #13131380;
  position: absolute;
  inset: 0%;
}

.c-copyright {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.link-menu {
  letter-spacing: 2px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  transition: all .25s;
}

.link-menu:hover {
  text-shadow: 0 7px 3px #333;
  transform: translate(0, -3px);
}

._w-menu-close {
  cursor: pointer;
}

.c-overlay-menu {
  z-index: 1001;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-stripe {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.close-stripe._2 {
  transform: rotate(90deg);
}

._w-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.curtain {
  background-color: #131313;
  width: 100%;
  height: 100%;
}

.logo-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

._w-main-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.text-block-2 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-main-nav {
  z-index: 999;
  padding: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.c-logo-text {
  padding-left: 10px;
  padding-right: 10px;
}

.logo-icon {
  height: 25px;
}

.c-menu-btn {
  cursor: pointer;
}

.menu-stripe {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.menu-stripe.short {
  width: 15px;
}

.slider-trigger-right, .slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.main-slider-nav-arrow {
  display: none;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

.sub-slider {
  background-color: #0000;
  width: 350px;
  height: 25vh;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slider-nav-dots {
  display: none;
}

.main-slide-description {
  font-family: Gotham Pro, sans-serif;
  font-size: 1.9em;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-mask {
  overflow: visible;
}

._w-slide-btn {
  position: relative;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._1 {
  background-image: url('../images/Untitled-design-3.png'), linear-gradient(0deg, #13131380, #0000 30%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/Untitled-design.png');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/Untitled-design-3.png');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/Untitled-design-19.png');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(0deg, #13131380, #0000 30%), url('../images/Untitled-design-2.png');
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Pro, sans-serif;
  font-size: 3.4em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/Untitled-design-19.png');
}

.main-slide-wrapper._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/Untitled-design-18.png');
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/Untitled-design.png');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/Untitled-design-2.png');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/Untitled-design-3.png');
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.c-created {
  z-index: 999999;
  opacity: .7;
  transform-origin: 100% 100%;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  transition: all .25s;
  position: fixed;
  inset: 40% 0% auto auto;
  transform: rotate(-90deg);
}

.c-created:hover {
  background-color: #324155;
}

.ci-created {
  display: inline-block;
}

._w-created {
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.created-text {
  color: #fff;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
}

.heading-67 {
  color: #d8d1d1;
  text-align: center;
  font-family: Gotham Pro, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.demo-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5rem;
  padding: 6rem;
  display: flex;
  box-shadow: 0 3em 7em #00000026;
}

.demo-wrapper.is-2 {
  background-color: #fff;
}

.demo-label {
  pointer-events: none;
  color: #000;
  background-color: #fff;
  border-radius: 99rem;
  margin-top: 0;
  margin-left: 1rem;
  padding: .4rem .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .15s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.form-button-wrapper {
  width: 100%;
}

.button-3 {
  color: #ffecde;
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  background-color: #363b2e;
  border: .1em solid #0000;
  border-radius: .5rem;
  padding: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-style-h2 {
  text-align: left;
  letter-spacing: -.01em;
  text-transform: none;
  font-size: 4rem;
  line-height: 1;
}

.demo-input-group {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.demo-form-block {
  width: 100%;
  margin-bottom: 0;
}

.demo-input-field {
  color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  min-height: 5rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  transition: all .12s;
}

.demo-input-field:hover {
  border-color: #5e5e5e;
}

.demo-input-field:focus {
  border-width: 2px;
  border-color: #000;
}

.demo-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-info-wrap-2 {
  display: none;
  position: relative;
}

.underline-button {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 5px;
  display: flex;
}

.button-icon-2 {
  width: 17px;
}

.contact-back-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7% 20rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-icon-outline-2 {
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button-text {
  color: #d1d1d1;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.bottom-line {
  background-color: #000;
  border-radius: 5px;
  height: 1px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9 {
  margin-left: 0;
  padding-left: 0;
}

.success-message {
  background-color: #0000;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  border-bottom-style: solid;
  height: 50px;
  font-size: 1rem;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  background-color: #0000;
  font-weight: 300;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1rem;
  display: flex;
}

.section-header {
  margin-bottom: 3.7rem;
  font-weight: 700;
}

.section-header.contact {
  color: #fff;
  margin-bottom: .4rem;
}

.icon-button-2 {
  color: #f8f8f8;
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.icon-button-2:hover {
  opacity: .65;
}

.icon-button-2.rotate-icon {
  margin-right: 25px;
}

.top-line {
  direction: rtl;
  background-color: #000;
  justify-content: flex-end;
  height: 1px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.form {
  border-top: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 600px;
  display: flex;
  box-shadow: inset 0 0 #00000080;
}

.error-message {
  width: 100%;
  font-weight: 400;
}

.icon-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.3rem;
  display: flex;
}

.contact-section {
  z-index: 1;
  background-color: #122023;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 77vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sandwich-button-text {
  color: #000;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.large-slide-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 4rem;
}

.submit-button {
  color: #252525;
  transform-style: preserve-3d;
  background-color: #e2e2e2;
  width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .2s;
  display: block;
}

.submit-button:hover {
  transform: scale3d(1, 1.1, 1);
}

.small-slide-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 4rem;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #0000;
  font-size: 20px;
  font-weight: 700;
}

.top-line-wrap {
  color: #000;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sandwich-button {
  filter: invert();
  color: #000;
  text-decoration: none;
  position: relative;
}

.max-small {
  max-width: 768px;
}

.blog-subscribe-form_wrapper {
  position: relative;
}

.section-title-2 {
  text-transform: none;
  border-bottom: 2px solid #6f886d;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.form-success-message {
  color: #fff;
  letter-spacing: .2px;
  background-color: #df7258;
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.blog-subscribe-form_component {
  margin-bottom: 0;
}

.form-error-message {
  letter-spacing: .2px;
  background-color: #ffc7c7;
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.blog-subscribe-form_field-input {
  color: #18284a;
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 77px;
  box-shadow: 0 0 40px 2px #fb6f4e1a;
}

.blog-subscribe-form_field-input::placeholder {
  color: #18284a66;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.blog-subscribe-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#f9f6eff2, #f9f6eff2), url('../images/65114d34a6365a82ad7ccf7f_86-1.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  border: 2px solid #6f886d4d;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 54px;
  display: grid;
}

.blog-subscribe-grid:hover {
  box-shadow: 0 2px 5px #0003;
}

.blog-subscribe-form_submit-button {
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(#6f886d, #6f886df7 82%, #6f886d);
  border-radius: 5px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-subscribe-form_submit-button:hover {
  transform: translate(3px);
}

.blog-subscribe-form_submit-button:active {
  transform: translate(0);
}

.employee-bio {
  font-family: Gotham Pro, sans-serif;
}

.team-member_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.employee-name {
  color: #06554c;
  text-align: center;
  text-transform: none;
  font-family: Gotham Pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.team-image-video_wrapper {
  background-color: #fafafa;
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-mental-health-america-mha-5543421.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 25rem;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}

.team-image-video_wrapper:hover {
  transform: scale(1.025);
}

.team-image-video_wrapper.chance-armstrong {
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-fauxels-3228927.jpg');
}

.team-image-video_wrapper.martha-tanner {
  background-image: radial-gradient(circle at 100% 100%, #cdf1fd, #fff0 52%), radial-gradient(circle at 0 0, #f8d1fb, #fff0 47%), url('../images/pexels-artem-podrez-5440054.jpg');
}

.team_item {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.heading-style-h2-2 {
  color: #c3d6cf;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

.heading-style-h2-2.center {
  opacity: 1;
  color: #8ca99e;
  text-align: center;
  max-width: 1322px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-weight: 300;
}

.heading-style-h2-2.center.offerings {
  max-width: 1322px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Gotham Pro, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.team-background-video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

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

.section-team {
  padding-bottom: 4rem;
}

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

.job-title {
  color: #216a62;
  font-family: Gotham Pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.margin-top-2 {
  margin: 0;
}

.margin-top-2.margin-small {
  margin-top: 1rem;
}

.margin-top-2.margin-large {
  margin-top: 3rem;
}

.section-4 {
  background-color: #f3f1e3;
}

.contact {
  z-index: 1;
  background-color: var(--green);
  justify-content: center;
  width: 94vw;
  margin: 120px auto;
  padding: 80px;
  display: flex;
}

.pressh1-2 {
  z-index: 5;
  color: var(--lightfall-white);
  text-align: center;
  margin-top: 200px;
  margin-bottom: 0;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.pressh1-2.alt {
  color: var(--green);
  margin-top: 10px;
  font-size: 55px;
}

.pressh1-2.heading {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 44px;
  font-weight: 400;
}

.pressparagraph-2 {
  color: #042027;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

.pressparagraph-2.new {
  color: #dbdbdb;
  font-size: 19px;
  position: relative;
}

.pressh2-2 {
  color: #042027;
  text-align: center;
  margin-top: 10px;
  font-family: Gotham Pro, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

.presslink-2 {
  color: #042027;
  margin: 20px 40px 20px 8px;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
}

.presslink-2:hover {
  color: #2c565f;
}

.body-2 {
  background-color: var(--green);
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.staff-accordion {
  cursor: pointer;
}

.faq-icon {
  background-color: #9e2829;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  display: flex;
}

.team-title {
  color: #8b8b8b;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.65;
}

.staff-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1rem 0 2rem;
  display: flex;
}

.bio-section {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.7;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

.staff-info-wrap {
  perspective: 1000px;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.staff-accordion-top {
  border: 1px #d3e5e9;
  border-bottom: 1px solid #4a4b4b;
  justify-content: space-between;
  align-items: center;
  padding: .8rem .8rem 2rem;
  display: flex;
}

.team-header {
  text-transform: capitalize;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.faq-bottom {
  overflow: hidden;
}

.staff-img {
  object-fit: cover;
  border-radius: 2rem;
  width: 15rem;
  height: 20rem;
}

.submit-button-cf3 {
  color: #fff;
  background-color: #e7695a;
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 54px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf3:hover {
  transform: scale(1.02);
}

.error-message-cf3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-cf3 {
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #f0f4f8;
  border-bottom-color: #0000;
  border-radius: 4px;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-cf3.big {
  height: 100px;
}

.form-cf3 {
  text-align: center;
  margin-top: 20px;
}

.success-message-cf3 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.form-subtitle-cf3 {
  color: var(--black);
  text-align: left;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 10%;
  font-family: Gotham Pro, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.form-title-cf3 {
  text-align: center;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.form-title-cf3.smaller {
  font-size: 32px;
  font-weight: 400;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 15% auto 17%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form-wrapper.nc {
  box-shadow: none;
  background-color: #faf8f4;
  margin-top: 0%;
  margin-bottom: 8%;
}

.contact-form {
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightfallbio-2 {
  color: #f3f1e3;
  padding-left: 8vw;
  font-family: Gotham Pro, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.lightfallbio-2.mission {
  color: #122023;
}

.pseudoblock-2 {
  background-color: #f3f1e326;
  width: 2.5em;
  height: .2em;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -300%);
}

.pseudoblock-2.mission {
  background-color: #12202326;
}

.bio-2 {
  align-items: center;
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding: 80px 5vw 80px 10vw;
  display: flex;
}

.bio-2.mission {
  background-color: #f3f1e3;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.missionwrapper-2 {
  flex: none;
  width: 300px;
  font-size: 32px;
  position: relative;
}

.aboutlightfallheader-2 {
  opacity: .8;
  color: #f3f1e3;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Pro, sans-serif;
  font-weight: 300;
}

.aboutlightfallheader-2.mission {
  color: #122023;
}

.credits {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
  padding-bottom: 2rem;
  display: flex;
}

.employee-name-2 {
  color: #06554c;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.job-title-2 {
  color: #216a62;
  font-size: 1.5rem;
  font-weight: 700;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  place-content: stretch start;
  place-items: stretch start;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cloneable-container-default.center.bg-transparent {
  background-color: #0000;
}

.cloneable-container-default.center.bg-transparent.co-director {
  padding-top: 0;
  padding-bottom: 60px;
}

.cloneable-container-default.center.bg-transparent.director {
  padding-top: 60px;
  padding-bottom: 60px;
}

.position-relative {
  position: relative;
}

.mg-bottom-32ps {
  margin-bottom: 32px;
  font-size: 15px;
}

.social-icon-square {
  background-color: #f3f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.flex-horizontal.end.tablet-vertical {
  align-items: stretch;
}

.flex-horizontal.end.tablet-vertical.co-director {
  justify-content: flex-start;
}

.author-image-square---brix {
  background-image: url('../images/placeholder-author-bio-image-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 55%;
}

.author-image-square---brix.float-image {
  background-image: url('../images/josh-howard-6BI7fVlw_BA-unsplash-1.jpeg');
  background-attachment: fixed;
  width: 50%;
  height: 80%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.author-image-square---brix.float-image.co {
  background-image: url('../images/Addi-headshot.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
}

.badge-author---brix {
  color: #fff;
  text-align: right;
  background-color: #17411e;
  border-radius: 100px;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: auto auto 40px 40px;
}

.badge-author---brix.codirector-badge {
  left: 60%;
}

.container-865px-center {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

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

.card-author---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #080f340a;
}

.card-author---brix.right {
  z-index: 1;
  background-color: #ffffffe6;
  min-width: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.right-content-v2---brix {
  max-width: 540px;
  padding: 60px 48px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
  font-family: Stardom, Georgia, sans-serif;
}

.image-4 {
  text-align: left;
  margin-top: 220px;
  position: relative;
}

.container-31 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 140px;
  display: flex;
}

.text-block-10 {
  margin-top: 0%;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #000;
}

.button-4 {
  color: #121921;
  text-align: center;
  background-color: #f4cbf0;
  border: 1px solid #f4cbf0;
  padding: .75rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, background-color .2s, border-color .2s;
  transform: skew(-10deg);
}

.button-4:hover {
  background-color: #d6a3d1;
  border-color: #d6a3d1;
  transform: scale(1.05)skew(-10deg);
}

.button-4.is-navbar2-button {
  padding: .5rem 1.5rem;
}

.button-4.is-navbar2-button.hide-desktop {
  display: none;
}

.button-4.is-navbar2-button.hide-tablet {
  background-color: #c0ab9c;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdwn-toggle.hide {
  display: none;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_logo-link.logo.w--current {
  margin-left: 5%;
  font-size: 8px;
}

.navbar2_dropdown-list.w--open {
  background-color: #121921;
  border: 1px solid #121921;
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  z-index: 20;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.anti-skew {
  transform: skew(10deg);
}

.heading-style-h6 {
  color: #f0f4cb;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.navbar2_link {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding: .5rem 1rem;
  transition: border-color .2s;
}

.navbar2_link:hover {
  border-bottom: 1px solid #fff;
}

.navbar2_link.w--current {
  color: #000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.header-button-wrapper {
  margin-right: 1em;
}

.header-button {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #f5f5f7;
  border: 1px solid #f5f5f7;
  border-radius: 999em;
  margin-top: 40px;
  padding: 1em 1.6em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #f5f5f7;
  background-color: #0000;
  border-width: 1px;
  margin-right: 40px;
  font-weight: 500;
}

.header-left {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.your {
  color: #000;
  font-family: Gotham Pro, sans-serif;
  font-size: 18px;
  line-height: 25.2px;
}

.your.bottom-39 {
  margin-bottom: 39px;
}

.your.p {
  text-align: center;
  margin-bottom: 100px;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 33px;
  line-height: 40px;
}

.heading-hire {
  color: #000;
  margin-top: 2vh;
  margin-bottom: 3vh;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}

.full-width {
  background-color: #fafafa;
  justify-content: flex-start;
  width: 80%;
  height: auto;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 2rem;
  display: block;
  position: static;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1.375rem;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 22.9688rem;
  margin-bottom: 3rem;
  margin-left: auto;
}

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

.hire-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 6vh;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hire-rly-logo {
  width: 24px;
}

.hire-label {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hire-label.hide {
  opacity: 0;
}

.field_label {
  z-index: 1;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
  position: relative;
}

.field_label.large {
  transform: translate(0, 34px);
}

.success-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  display: flex;
}

.form-block-3 {
  height: 100%;
}

.success {
  text-align: left;
  background-color: #0000;
  height: 44%;
  padding: 2vh 0;
}

.field {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ccc;
  width: 70%;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28.8px;
  position: relative;
}

.checkboxes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkboxes.maxwidth-353 {
  max-width: 353px;
}

.checkboxes.maxwidth-470 {
  max-width: 470px;
}

.checkbox {
  z-index: 1;
  cursor: pointer;
  border-color: #cfd0d3;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  background-color: #fff;
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.send-message {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 5vh;
  margin-bottom: 40px;
  padding: 1rem 2.4rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  transition: all .3s;
}

.send-message:hover {
  background-color: #424242;
}

.send-message:active {
  color: #000;
  background-color: #fff;
}

.thankyou {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.label-circle {
  background-color: #000;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 1.5rem;
}

.hire-checkbox {
  margin-bottom: 0;
  padding: 16px 18px;
  position: relative;
}

.footer-link {
  color: #fff;
  text-align: left;
  cursor: none;
  align-items: flex-start;
  width: 100%;
  margin-right: 2.96875rem;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-link.black {
  color: #000;
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
}

.logo-mobile {
  display: none;
}

.col {
  text-align: left;
  flex: 1;
  position: relative;
}

.black-line-animation {
  z-index: 3;
  background-color: #000;
  width: 0%;
  height: 1px;
  transition: all .6s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-content-wrapper {
  width: 100%;
  height: 100%;
}

.contact-main-wrapper {
  grid-column-gap: 3vw;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox-label {
  z-index: 2;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  transition: all .3s;
  position: relative;
}

.hire-fild-label {
  color: #6669;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
}

.hire-fild-label.bottom-16 {
  margin-bottom: 16px;
}

.text-2 {
  align-items: center;
  margin-top: 8.25rem;
  display: flex;
  position: sticky;
  top: 11.875rem;
  transform: rotate(-90deg);
}

.text-2.logo {
  letter-spacing: -.5px;
  flex-direction: row;
  margin-top: 6.75rem;
  font-size: 18px;
  line-height: 25px;
  position: static;
}

.text-2.logo.is--hire {
  cursor: auto;
  margin-top: 3.4rem;
  margin-left: -2rem;
}

.title-homepage {
  margin-top: 0%;
}

.text-block-11 {
  opacity: .5;
  transform-origin: 0%;
  color: #f3f1e3;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-family: Gotham Pro, sans-serif;
  font-size: 1vw;
  line-height: 1.5em;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg)translate(-50%, -2em);
}

.videocontainer-2 {
  z-index: 1;
  cursor: pointer;
  width: 80vw;
  max-width: 120vh;
  height: 33vw;
  max-height: 50.26vh;
  margin-top: 45vh;
  display: flex;
  position: relative;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.playbutton-2 {
  z-index: 1;
  color: #f3f1e3;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: normal;
  cursor: none;
  background-color: #0000;
  border: 1px solid #f3f1e3;
  flex: none;
  padding-top: 12px;
  padding-left: 3em;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watchtrailertext-2 {
  color: #f3f1e3;
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: .5em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intheaters-2 {
  color: #c6ae9e;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Gotham Pro, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.5em;
  position: fixed;
  inset: auto 0% -58%;
}

.link-block-4 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.heading-68 {
  color: #f1e5de;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 121px;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-68.second-title {
  position: absolute;
  bottom: -27%;
}

.div-block-29 {
  justify-content: center;
  display: flex;
}

.image-5, .image-6, .image-7, .lightbox-link, .image-8, .image-9 {
  margin-top: 20px;
}

.coming-soon {
  color: #f1e5de;
  text-align: center;
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: Stardom, Georgia, sans-serif;
  font-size: 34px;
  position: static;
}

@media screen and (min-width: 1280px) {
  .pseudoblock.mission {
    top: 11%;
  }

  .heading-2.rooted-logo {
    font-size: 45px;
  }

  .explore-btn, .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-desc {
    line-height: 59px;
  }

  .gs-small-title {
    line-height: 50px;
  }

  .gs-small-desc {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .pseudoblock.mission {
    top: 12%;
  }

  .heading-2.rooted-logo {
    font-size: 44px;
  }

  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .pseudoblock.mission {
    top: 15%;
  }

  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 2800px;
  }

  .gallery-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header-wrap-gal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
  }

  .project-item-2 {
    min-height: 570px;
  }

  .max-small.text-grey {
    font-size: 27px;
  }

  .section-title-2 {
    font-size: 25px;
  }

  .blog-subscribe-form_field-input, .blog-subscribe-form_submit-button {
    font-size: 20px;
  }

  .team-title {
    font-size: 1.3rem;
  }

  .bio-section {
    font-size: 1.5rem;
  }

  .collection-item {
    width: 50%;
  }

  .team-header {
    font-size: 3rem;
  }

  .staff-lists {
    flex-wrap: wrap;
    display: flex;
  }

  .staff-img {
    object-fit: cover;
    width: 20rem;
    height: 27rem;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 100vh;
  }

  .videocontainer {
    height: 48vw;
  }

  .intheaters {
    padding: 40px;
    font-size: 1.8vw;
    position: relative;
    bottom: 0%;
  }

  .bio {
    flex-direction: column;
    align-items: flex-start;
  }

  .bio.bio-kayla.bio-addi, .bio.bio-kayla.z {
    width: 90%;
  }

  .kayla-heading {
    margin-bottom: 40px;
  }

  .kayla-heading.mission {
    width: 100%;
    margin-bottom: 33px;
  }

  .kayla-heading._2nd {
    text-align: center;
    margin-bottom: 20px;
  }

  .kayla-heading._2nd.subtitle-coproducer {
    margin-bottom: 0;
  }

  .kayla-bio {
    padding-left: 0;
  }

  .kayla-bio._2 {
    text-align: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .aboutlfwrapper {
    text-align: left;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .pseudoblock.mission {
    z-index: 3;
    width: 100%;
    height: .3em;
    top: 7%;
  }

  .pseudoblock._1st {
    width: 100%;
  }

  .missionwrapper {
    text-align: center;
    width: 100%;
  }

  .pressh1 {
    font-size: 56px;
  }

  .heading-2.rooted-logo {
    width: 100%;
    margin-left: 20px;
    margin-right: 0;
    font-size: 32px;
    position: relative;
  }

  .heading-2.second-title {
    margin-top: 0%;
    font-size: 88px;
    position: relative;
    bottom: 0%;
  }

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

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .gallery-wrap-no-cms {
    align-items: center;
    min-height: 100%;
    display: flex;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .gallery-block {
    position: relative;
    overflow: visible;
  }

  .explore-btn {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .explore-btn:hover {
    margin-top: 15px;
  }

  .grid.gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .gs-desc {
    font-size: 42px;
    line-height: 54px;
  }

  .gs-small-desc {
    margin-top: 15px;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w80-50-start {
    flex-direction: column;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .gallery_content {
    flex-direction: column;
    height: 40rem;
  }

  .gallery_block {
    width: 100%;
    height: 20%;
  }

  .gallery_block.bg-image-4 {
    background-position: 50%;
  }

  .gallery_block.bg-image-5 {
    background-position: 50% 40%;
  }

  .section-3.padding-top-100.padding-bottom-100 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-65 {
    padding-left: 30px;
  }

  .button-2 {
    margin-left: 30px;
  }

  .title-arrow {
    right: 17%;
  }

  .button.hero__card-fill.small {
    font-size: 1.5em;
  }

  .text.white {
    font-size: 1.4em;
  }

  .container-30 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .c-overlay-menu {
    display: none;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .c-funtext, .second-slider-container {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-back-image {
    padding-left: 11%;
    padding-right: 11%;
  }

  .form {
    padding-left: 17px;
    padding-right: 17px;
  }

  .sandwich-button-text {
    font-size: 14px;
  }

  .large-slide-header {
    font-size: 2.8rem;
  }

  .top-line-wrap {
    font-size: 12px;
  }

  .blog-subscribe-grid {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .heading-style-h2-2.center {
    margin-top: 0;
    padding-top: 20px;
  }

  .heading-style-h2-2.center.offerings {
    padding-top: 0;
  }

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

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

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

  .pressh1-2 {
    margin-bottom: 40px;
    font-size: 56px;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .staff-accordion-top {
    padding: .5rem;
  }

  .form-subtitle-cf3 {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .lightfallbio-2 {
    padding-left: 0;
  }

  .bio-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutlightfallheader-2 {
    margin-bottom: 40px;
  }

  .flex-horizontal.end.tablet-vertical {
    flex-direction: column;
  }

  .author-image-square---brix.float-image {
    width: 100%;
    min-height: 500px;
    position: static;
  }

  .card-author---brix.right {
    min-width: auto;
    margin-top: -58px;
    margin-bottom: 0;
  }

  .right-content-v2---brix {
    max-width: none;
  }

  .menu-icon2_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .button-4.is-navbar2-button.hide-desktop {
    display: inline-flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #121921;
    background-clip: border-box;
    border-bottom: 1px solid #121921;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_logo-link.logo.w--current {
    margin-left: 0%;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_component {
    min-height: auto;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2 {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_container {
    flex-flow: column;
    grid-template-columns: .25fr 1fr;
    justify-content: center;
    margin-top: 5%;
    display: flex;
  }

  .navbar2_container.navbar {
    flex-flow: row;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .header-button.secondary {
    margin-top: 0;
    margin-right: 1em;
  }

  .header-button.secondary.cc {
    margin-top: 0;
  }

  .header-button.secondary._2 {
    margin-right: 0;
  }

  .form-block-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .your.p {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 28px;
  }

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

  .full-width {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-2 {
    z-index: 99;
    grid-column-gap: 1.375rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hire-2-col {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hire-label {
    display: none;
  }

  .send-message {
    margin-left: 5%;
  }

  .thankyou {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-link {
    margin-right: 0;
  }

  .div-block-29 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 2vw;
    top: 0%;
    left: 50%;
    transform: rotate(0)translate(-50%, -2em);
  }

  .risingfreelogo {
    width: 95%;
  }

  .intheaters {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 2.4vw;
    position: relative;
    bottom: 0%;
  }

  .background-video {
    padding-bottom: 0;
  }

  .bio.mission, .bio.mission.directors-statement {
    text-align: left;
  }

  .bio.bio-kayla.bio-addi, .bio.bio-kayla.z {
    width: 90%;
  }

  .kayla-heading.mission {
    text-align: center;
    margin-top: 20px;
  }

  .kayla-heading._2nd {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .kayla-heading._2nd.subtitle-coproducer {
    margin-top: 0;
  }

  .kayla-heading._2nd.rach-heading {
    margin-top: 20px;
  }

  .kayla-bio.mission {
    font-size: 18px;
  }

  .kayla-bio._2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .link-block {
    margin-bottom: 100%;
  }

  .scrolllink {
    position: relative;
    top: 0;
  }

  .loadingscreen {
    display: none;
  }

  .skipintro {
    font-size: 15px;
    top: 24px;
    bottom: auto;
  }

  .text-span {
    font-size: 3.5vw;
  }

  .aboutlfwrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .pseudoblock.mission {
    width: 100%;
    top: 7%;
  }

  .pseudoblock._1st {
    top: 46%;
  }

  .pseudoblock._1st._2nd {
    margin-top: 40px;
  }

  .missionwrapper {
    text-align: center;
    width: 100%;
  }

  .aboutrisingfree {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 88px;
  }

  .heading-2.rooted-logo {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    font-size: 26px;
    line-height: 44px;
    position: relative;
  }

  .heading-2.second-title {
    margin-top: 0;
    font-size: 77px;
    position: relative;
    bottom: 0%;
  }

  .headshot._1 {
    margin-top: 40px;
  }

  .headshot._1._2 {
    background-image: url('../images/Addi-headshot.jpeg');
    background-position: 50% 25%;
  }

  .paragraph.signature {
    text-align: left;
    font-size: 57px;
  }

  .paragraph.director {
    margin-bottom: 20px;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .gallery-item {
    min-width: 50%;
  }

  .gallery-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .explore-btn {
    padding: 15px;
  }

  .grid.gallery-grid {
    grid-template-columns: 295px;
  }

  .gs-desc {
    font-size: 30px;
    line-height: 39px;
  }

  .gs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-three-title {
    max-width: none;
    font-size: 25px;
    line-height: 36px;
  }

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

  .line-block {
    width: 30px;
  }

  .gs-small-title {
    font-size: 20px;
  }

  .gs-small-desc {
    font-size: 15px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6-col {
    margin-right: 0;
  }

  .grid-1-column.gap-row-28px.mg-top-110px.mg-top-0-mbl {
    margin-top: 0;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-17.mt-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .capture-images {
    text-align: left;
    flex-wrap: wrap;
  }

  .heading-65 {
    font-size: 38px;
  }

  .image-box {
    flex-wrap: wrap;
    display: flex;
  }

  .title-arrow {
    right: 10%;
  }

  .button.hero__card-fill.small {
    font-size: 2.5em;
  }

  .grid-item.is--feature-left {
    width: 100%;
    margin-bottom: 4em;
  }

  .grid-item.is--feature-right {
    width: 100%;
  }

  .paragraph-2.cta {
    font-size: 2.4em;
  }

  .text.white {
    font-size: 2.5em;
  }

  .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._w-overlay-menu {
    width: 100%;
  }

  .link-menu {
    font-size: 2em;
  }

  .c-main-nav {
    padding: 20px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .demo-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 5vw;
  }

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

  .button-icon-outline-2 {
    width: 35px;
    height: 35px;
  }

  .form {
    min-width: 450px;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-slide-header {
    font-size: 2rem;
    line-height: 3rem;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-slide-header {
    line-height: 3rem;
  }

  .blog-subscribe-grid {
    padding: 36px;
  }

  .employee-name {
    font-size: 1.125rem;
  }

  .team_item {
    height: 100%;
  }

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

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

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

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

  .contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pressh1-2 {
    margin-bottom: 20px;
  }

  .pressh1-2.heading {
    font-size: 42px;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .staff-title-wrap {
    padding-left: 1.5rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .staff-info-wrap {
    padding-left: 1.5rem;
  }

  .team-header {
    font-size: 1.5rem;
  }

  .staff-img {
    width: 10rem;
    height: 14rem;
  }

  .form-subtitle-cf3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-title-cf3.smaller {
    margin-top: 10px;
    font-size: 28px;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .employee-name-2 {
    font-size: 1.125rem;
  }

  .author-image-square---brix.float-image {
    min-height: 402px;
  }

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

  .right-content-v2---brix {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_logo-link.logo.w--current {
    margin-top: 0%;
    padding-left: 0;
  }

  .navbar2_component {
    min-height: 4rem;
  }

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

  .navbar2_container {
    flex-flow: column;
    height: auto;
  }

  .navbar2_container.navbar {
    flex-flow: row;
    margin-top: 5%;
  }

  .header-button-wrapper {
    margin-bottom: 0;
  }

  .header-button.secondary {
    margin-top: 0;
    margin-right: 1em;
  }

  .header-button.secondary.cc {
    justify-content: flex-start;
    display: flex;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
  }

  .your.p {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 27px;
  }

  .heading-hire {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 50px;
    line-height: 1.04688;
  }

  .success-down {
    margin-top: 3rem;
  }

  .full-width {
    background-image: none;
    width: 90%;
    height: auto;
    padding: 1.25rem 1.25rem 5rem;
  }

  .hire-2-col {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .success {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .thankyou {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 34px;
    font-size: 3rem;
  }

  .logo-mobile {
    margin-bottom: 57px;
    display: block;
  }

  .col {
    margin-bottom: 48px;
  }

  .contact-main-wrapper {
    flex-direction: column;
  }

  .title-homepage {
    margin-top: 0%;
    position: relative;
    top: -100px;
  }

  .div-block-28 {
    text-align: left;
  }

  .text-block-11 {
    font-size: 2vw;
    top: 0%;
    left: 50%;
    transform: rotate(0)translate(-50%, -2em);
  }

  .intheaters-2 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    bottom: -45%;
  }

  .link-block-4 {
    margin-bottom: 100%;
  }

  .heading-68 {
    font-size: 88px;
  }

  .div-block-29 {
    margin-left: 20px;
  }

  .coming-soon {
    color: #f1e5de7d;
    padding-bottom: 20px;
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-bottom: 100px;
  }

  .videocontainer {
    width: 95vw;
    height: 71vw;
    margin-top: 42vh;
  }

  .text-block {
    margin-top: 0;
    padding-top: 0;
    font-size: 2.8vw;
  }

  .herobackgroundimage {
    transform: translate(0, -5%);
  }

  .intheaters {
    width: 80vw;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3.2vw;
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bio.mission.directors-statement {
    margin-top: 15vw;
  }

  .bio.bio-kayla {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .bio.bio-kayla.z {
    margin-top: 3vw;
  }

  .kayla-heading.mission {
    text-align: center;
  }

  .kayla-heading._2nd {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .kayla-heading._2nd.subtitle-coproducer {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .kayla-heading._2nd.rach-heading {
    margin-top: 20px;
  }

  .kayla-bio.mission {
    font-size: 17.5px;
  }

  .kayla-bio._2 {
    text-align: center;
  }

  .scrolllink {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .text-span {
    font-size: 5vw;
  }

  .playbutton {
    font-size: 14px;
  }

  .aboutlfwrapper {
    text-align: left;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .pseudoblock {
    top: 38%;
  }

  .pseudoblock.mission {
    text-align: left;
    width: 100%;
    inset: 180px 0% 0%;
  }

  .pseudoblock._1st {
    width: 100%;
    margin-top: 0;
    top: 47%;
    left: 2%;
  }

  .pseudoblock._1st._2nd {
    margin-top: 20px;
    top: 33%;
  }

  .missionwrapper {
    width: 100%;
    margin-top: 40px;
  }

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

  .pressh1 {
    font-size: 40px;
  }

  .pressh2 {
    font-size: 32px;
  }

  .heading {
    font-size: 36px;
  }

  .heading.productions {
    font-size: 14px;
  }

  .heading-2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 48px;
    top: 84%;
  }

  .heading-2.rooted-logo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    letter-spacing: 1.2px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 0 10px;
    padding-right: 0;
    font-size: 22px;
    display: block;
    position: static;
  }

  .heading-2.second-title {
    z-index: 5;
    margin-top: 0;
    font-size: 61px;
    position: relative;
    inset: 0%;
  }

  .headshot._1 {
    text-align: left;
    margin-top: 60px;
    margin-left: 0;
  }

  .headshot._1.add-headshot {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .headshot._1._2 {
    background-image: url('../images/Addi-headshot.jpeg');
    background-position: 50% 25%;
    margin-left: 0;
  }

  .paragraph.signature {
    font-size: 44px;
  }

  .paragraph.director {
    margin-bottom: 20px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .gallery-item {
    min-width: 100%;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .project-item-2 {
    min-height: 150px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .gallery-item-2 {
    margin-right: 0;
  }

  .explore-btn {
    margin-top: 20px;
    padding: 10px;
  }

  .explore-btn:hover {
    margin-top: 20px;
  }

  .gs-seven, .gs-one {
    margin-bottom: 20px;
  }

  .grid.gallery-grid {
    grid-template-rows: minmax(295px, 295px);
    grid-template-columns: minmax(100%, 1fr) minmax(100%, 1fr);
    grid-auto-flow: row;
    display: block;
  }

  .gs-six {
    margin-bottom: 20px;
  }

  .gs-desc {
    font-size: 25px;
    line-height: 32px;
  }

  .gs-four {
    margin-bottom: 20px;
  }

  .gs-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-ten, .gs-eleven {
    margin-bottom: 20px;
    padding-top: 100%;
  }

  .gs-three {
    max-width: none;
    padding-bottom: 20px;
  }

  .gs-nine, .gs-five {
    margin-bottom: 20px;
  }

  .gs-three-title {
    padding: 40px 10px;
  }

  .gs-eight, .gs-two {
    margin-bottom: 20px;
  }

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

  .gs-small-title {
    font-size: 16px;
  }

  .gs-small-desc {
    margin-top: 20px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .image-wrapper.overflow-hidden.border-radius-24px {
    border-radius: 16px;
  }

  .grid-2-columns.align-top._2-col-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .capture-images {
    flex-wrap: wrap;
  }

  .section-3.padding-top-100.padding-bottom-100 {
    padding-top: 80px;
  }

  .div-block-27, .image-box {
    flex-wrap: wrap;
    display: flex;
  }

  .title-arrow {
    display: none;
  }

  .section-title {
    font-size: 46px;
  }

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

  .button.hero__card-fill.small {
    font-size: 3.5em;
  }

  .paragraph-2.cta, .text.white {
    font-size: 4em;
  }

  .link-menu {
    font-size: 2.5em;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .underline-button {
    inset: 4% 5% auto auto;
  }

  .contact-back-image {
    padding-left: 4%;
    padding-right: 4%;
  }

  .button-icon-outline-2 {
    margin-right: 6px;
  }

  .text-field {
    border-radius: 0;
    margin-top: 75px;
    margin-bottom: -58px;
  }

  .section-header.contact {
    margin-bottom: 1.4rem;
    font-size: 4rem;
  }

  .icon-button-2 {
    font-size: .75rem;
  }

  .form {
    width: 100%;
    min-width: auto;
    margin-bottom: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sandwich-button-text {
    font-weight: 400;
  }

  .large-slide-header {
    margin-bottom: 17px;
    font-size: 1.8rem;
  }

  .submit-button {
    margin-top: 75px;
    padding-bottom: 9px;
  }

  .small-slide-header {
    font-size: 1rem;
  }

  .blog-subscribe-form_field-input {
    min-height: 55px;
  }

  .blog-subscribe-grid {
    padding: 28px;
  }

  .blog-subscribe-form_submit-button {
    border-radius: 5px;
    width: 100%;
    min-height: 55px;
    margin-top: 15px;
    position: static;
  }

  .blog-subscribe-form_submit-button:hover {
    transform: none;
  }

  .team-image-video_wrapper {
    width: 15rem;
    height: 20rem;
  }

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

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

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

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

  .pressh1-2 {
    margin-top: 155px;
    font-size: 40px;
  }

  .pressh1-2.heading {
    font-size: 34px;
  }

  .pressparagraph-2.new {
    margin-top: 0;
    padding-top: 20px;
  }

  .pressparagraph-2.new.music-credits {
    margin-bottom: 0;
  }

  .pressh2-2 {
    font-size: 32px;
  }

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

  .staff-title-wrap {
    align-items: center;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .bio-section {
    text-align: left;
    margin-top: 20px;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .staff-info-wrap {
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

  .staff-accordion-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .staff-img {
    width: 15rem;
    height: 22rem;
    margin-bottom: 1rem;
  }

  .success-message-cf3 {
    color: #f22d83;
    font-size: 16px;
  }

  .form-subtitle-cf3 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .form-title-cf3 {
    font-size: 38px;
  }

  .form-title-cf3.smaller {
    margin-top: 10px;
    font-size: 28px;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding-top: 20px;
  }

  .author-image-square---brix.float-image {
    min-height: 350px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4 {
    width: 100%;
  }

  .navbar2_menu.is-page-height-tablet {
    overflow: auto;
  }

  .navbar2_logo-link.logo.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .navbar2_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .navbar2_component.navbar {
    flex-flow: row;
  }

  .navbar2_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 10%;
    margin-bottom: 40px;
  }

  .navbar2_container.navbar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 5%;
    margin-right: 0;
  }

  .header-button-wrapper {
    width: 50%;
    margin-right: 0;
  }

  .header-button.secondary {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: .8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: .7em;
  }

  .header-button.secondary.w--current {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .header-button.secondary.cc {
    text-align: center;
    flex-flow: row;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .header-button.secondary._2 {
    margin-left: auto;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-left {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .your {
    font-size: 20px;
  }

  .your.p {
    text-align: center;
    margin: 10px 5% 40px;
    font-size: 22px;
  }

  .heading-hire {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .success-down {
    margin-top: 8rem;
  }

  .full-width {
    width: 100%;
  }

  .field {
    border-radius: 0;
  }

  .send-message {
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
  }

  .thankyou {
    text-align: center;
    margin-top: 20px;
    font-size: 2.5rem;
  }

  .title-homepage {
    margin-top: 3%;
    position: absolute;
    inset: 57% 0% 0%;
  }

  .text-block-11 {
    font-size: 2.8vw;
  }

  .videocontainer-2 {
    width: 95vw;
    height: 50vw;
  }

  .playbutton-2 {
    font-size: 14px;
  }

  .intheaters-2 {
    width: 80vw;
    padding-top: 20px;
    font-size: 3.4vw;
    bottom: -66%;
  }

  .heading-68 {
    margin-top: 0;
    padding-top: 0;
    font-size: 48px;
    top: 84%;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 1%;
    margin-right: 0%;
    padding-left: 0;
    display: flex;
  }

  .div-block-29.new-div {
    width: 50%;
  }

  .coming-soon {
    color: #f1e5de8a;
    letter-spacing: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 21px;
    position: static;
    inset: auto 0% 0%;
  }
}

#w-node-e186cc70-116f-21a0-c8b4-171b39220886-2b0c852a, #w-node-e186cc70-116f-21a0-c8b4-171b3922088a-2b0c852a, #w-node-_4c442b73-6fc6-1bc0-30b5-8ea4ab3466f2-2b0c852a, #w-node-_4c442b73-6fc6-1bc0-30b5-8ea4ab3466fd-2b0c852a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamProMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Ramland Clean';
  src: url('../fonts/Ramland-Clean.ttf') format('truetype'), url('../fonts/Ramland-Clean.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ramland';
  src: url('../fonts/Ramland.ttf') format('truetype'), url('../fonts/Ramland.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProMed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProBla.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProBol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProLig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProLigIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Bellamydoodles';
  src: url('../fonts/BellamyDoodles-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bellamy';
  src: url('../fonts/Bellamy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stardom';
  src: url('../fonts/Stardom-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}