:root {
  --body-display: #626d86;
  --pinstripe: rgba(136, 158, 168, .2);
  --black: #111729;
  --ghost-white: #eef0f6;
  --ftm-pink: #de2f9f;
  --white: white;
  --shaddow: rgba(41, 43, 78, .07);
  --grey: #eef0f6;
  --coral: #ff6f44;
  --medium-violet-red: #d6169d;
  --ghost-white-2: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --orange-red: #ff4b27;
}

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

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body.laurie {
  background-image: url('../images/bubbles_still.jpg');
  background-size: cover;
}

.section {
  background-color: #fff;
  background-image: url('../images/bubbles_still.jpg');
  background-position: 0 0;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: var(--ghost-white);
}

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

.section.no-top-padding.grey {
  padding-top: 1px;
  display: none;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 203px;
  display: grid;
  position: relative;
}

.grid-wrapper.home {
  margin-top: 0;
  display: none;
}

.home-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background.contact-hero-background {
  background-image: url('../images/getintouch.jpg');
  background-position: 50% 30%;
  display: none;
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background.action-background {
  background-image: url('../images/031.jpeg');
}

.overlay {
  background-color: rgba(20, 85, 226, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  background-color: rgba(10, 16, 29, .2);
}

.overlay.dark {
  background-color: rgba(10, 16, 29, .65);
}

.centered-line {
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: none;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
}

.slider-arrow {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: none;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  display: none;
  left: auto;
  right: -100px;
}

.navbar {
  color: var(--ftm-pink);
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(100vw, 100vw) minmax(6vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: none;
  position: relative;
}

.nav-link {
  color: var(--ftm-pink);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: -23px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Archer book pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav-link.w--current {
  color: var(--ftm-pink);
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: none;
}

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

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -42px;
  margin-left: -43px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  margin-top: 180px;
  font-family: Archer pro, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
  display: none;
}

.body-display {
  color: var(--body-display);
  text-align: right;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: Archer pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display.light {
  color: #fff;
}

.body-display.dark {
  color: #000;
}

.body-display.laurie.about {
  background-color: var(--shaddow);
  color: var(--white);
  text-align: left;
  text-transform: none;
  background-image: none;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.subtitle {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Archer book pro, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.subtitle.light {
  color: rgba(255, 255, 255, .8);
}

.subtitle.small {
  font-size: 9px;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: none;
}

.left-line.light {
  background-color: rgba(255, 255, 255, .09);
}

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

.horizontal-line {
  background-color: var(--pinstripe);
  height: 1px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.intouch, .service-link-top.email, .service-link-top.phone {
  background-color: rgba(0, 0, 0, 0);
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.featured-work-slider {
  z-index: 25;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  background-color: var(--pinstripe);
  height: 100%;
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
  position: relative;
}

.instagram-footer {
  z-index: 10;
  min-height: 200px;
  padding-top: 120px;
  position: relative;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  margin-top: -177px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
  display: none;
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 675px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .05);
  height: 100%;
  box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}

.service-card-hover {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: none;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-link-name {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: var(--grey);
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

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

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

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 24px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

.client-avatar {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.client-avatar.dark {
  border-color: var(--pinstripe);
}

.avatar {
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  background-color: var(--grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.side-fill {
  background-color: #fff;
  width: 100%;
}

.medium-width {
  max-width: 500px;
}

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: relative;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
  display: none;
}

.hero-bottom {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  width: 1px;
  padding-top: 12px;
  display: none;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: none;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.author {
  border: 4px solid var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

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

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-link {
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 80px;
  display: grid;
}

.quick-link-wrapper {
  z-index: 999;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 21px;
  display: flex;
  position: relative;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

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

.text-field {
  border: 1px solid var(--pinstripe);
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 87px;
  grid-template-rows: 1fr;
  grid-template-columns: 1.025fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  display: grid;
}

.about-list {
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: none;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.client-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.author-avatar {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.avatar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

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

.team-name {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.social-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.check-icon.dark {
  background-color: var(--grey);
}

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-link {
  border-right: 1px none var(--coral);
  border-left: 1px none var(--coral);
  background-color: var(--coral);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -28px;
  left: 0;
  right: 0;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  grid-template-rows: auto auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  width: 100vw;
  max-width: 275px;
  margin-left: -25px;
  margin-right: -59px;
  display: block;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: var(--pinstripe);
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: var(--medium-violet-red);
  width: 0%;
  height: 100%;
}

.preloader-brand {
  color: var(--medium-violet-red);
  font-family: Made bruno, sans-serif;
  font-size: 30px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.slider-001 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 25%;
  display: none;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow-icon {
  opacity: .3;
  width: 18px;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-portrait-wrapper {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

.team-block {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 375px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.scroll-arrow {
  width: 18px;
}

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding: 0;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

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

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.verticle-journal-image {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

.menu-items {
  justify-content: center;
  margin-left: -131px;
  margin-right: -88px;
  display: flex;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message {
  background-color: var(--grey);
  color: var(--body-display);
  margin-top: 18px;
}

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lottie-splash {
  z-index: 999;
  width: 55%;
  margin-top: -119px;
  margin-left: -30px;
  margin-right: 60px;
  position: absolute;
}

.video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-wrap {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 100%;
  position: absolute;
}

.text-block {
  display: none;
}

.image-2 {
  width: 200px;
}

.client-quote-credit {
  border-left: 2px solid #fff;
  margin-left: -24px;
  padding-left: 24px;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-heading {
  color: var(--ghost-white-2);
  font-family: Archer pro, sans-serif;
  font-weight: 300;
  line-height: 1.15em;
  position: relative;
  left: -44px;
}

.pin-stripe {
  background-color: #f3f6fc;
  width: 1px;
}

.pin-stripe.hide-tablet {
  margin-left: 314px;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.dual-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dual-wrapper-2.service {
  width: 60vw;
  margin-top: 174px;
  margin-left: 405px;
  display: block;
}

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

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -215px;
  padding-left: 24px;
  display: grid;
}

.video-info.services-only {
  grid-template-columns: 2.25fr;
  grid-auto-flow: row;
  margin-top: -58px;
}

.video-info.service {
  margin-top: -2px;
}

.background-cover {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: -12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-cover.serivce {
  height: 100%;
  margin-top: 21px;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-banner.video-banner {
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Archer pro, sans-serif;
  font-weight: 300;
  display: flex;
}

.image-overlay {
  z-index: 1;
  background-color: rgba(9, 11, 25, .3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle-2.white {
  color: #fff;
  font-family: Archer book pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  top: -170px;
  left: 111px;
}

.subtitle-2.white.learnmore, .subtitle-2.white.custom {
  display: none;
}

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

.hover-link-wrapper.video-link-wrapper {
  margin-left: -24px;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-2.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section-2.video-section.services {
  z-index: 999;
}

.section-2.video-section.servicehome {
  padding-right: 18vw;
}

.section-2.video-section.service2 {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 155px;
  top: -179px;
}

.div-block.service {
  margin-top: -163px;
}

.div-block.div35 {
  background-color: var(--white);
  margin-bottom: 0;
  display: block;
}

.div-block.div35.divhome {
  padding-bottom: 0;
  display: block;
}

.div-block.div35.service {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: -208px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-31 {
  margin-top: 160px;
}

.div-block-31.service {
  margin-top: 164px;
}

.div-block-32 {
  background-color: #fff;
  height: 80px;
  margin-top: -141px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.container {
  background-color: var(--black);
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.column-3 {
  flex-direction: column;
  display: flex;
  transform: translate(0);
}

.column-4 {
  flex-direction: column;
  transition: all 3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: translate(0, 57px);
}

.primary-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  min-width: 0;
  height: 58px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 15px;
  text-decoration: none;
  display: inline-block;
}

.primary-button:hover {
  opacity: .7;
}

.div-block-12 {
  width: 210px;
}

.big-heading {
  color: #000100;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  line-height: 120%;
  display: none;
}

.third-section {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 150px;
  display: none;
}

.div-block-33 {
  background-color: #fff;
  overflow: hidden;
}

.div-block-33.sevices {
  z-index: 996;
  background-color: var(--black);
  margin-top: -98px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.mason {
  flex-direction: column;
  align-items: center;
  height: 200vh;
  margin-left: 47px;
  padding-top: 648px;
  display: flex;
  overflow: visible;
}

.mason.masonry {
  background-color: var(--black);
  height: 140vh;
  margin-bottom: 140px;
  margin-left: 60px;
  padding-top: 226px;
}

.column-6 {
  flex-direction: column;
  transition: all 3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: translate(0, -129px);
}

.column-7 {
  flex-direction: column;
  display: none;
  transform: translate(0, -190px);
}

.button-group {
  justify-content: center;
  margin-top: 40px;
  margin-left: -8px;
  margin-right: -8px;
  display: none;
}

.masonry-gallery {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.column-1 {
  flex-direction: column;
  display: none;
  transform: translate(0, 150px);
}

.benefits-card-back-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 192px;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-block-2 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  display: none;
}

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

.heading-2 {
  color: #f3f3f3;
  margin-right: 50px;
  font-size: 42px;
  line-height: 56px;
}

.benefits-card-wrapper {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1200px;
  perspective-origin: 50%;
}

.benefits-card-wrapper.wrapper-size-2 {
  min-width: 192px;
  max-width: 100%;
}

.third-section-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.div-card-group {
  perspective: 1200px;
  perspective-origin: 50%;
  margin-right: 25px;
}

.div-card-group.div-card-size2 {
  min-width: 192px;
  max-width: 100%;
}

.column-2 {
  background-color: var(--black);
  flex-direction: column;
  transition: all 3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  transform: translate(0, -86px);
}

.hero-content {
  z-index: 3;
  opacity: 1;
  text-align: center;
  height: 380.273px;
  margin-bottom: 178px;
  position: fixed;
  top: 149px;
  left: 50%;
  transform: translate(-50%);
}

.column-5 {
  flex-direction: column;
  display: flex;
  transform: translate(0, -43px);
}

.div-block-14 {
  background-color: #084ff6;
  border-radius: 16px;
  width: 210px;
  max-height: 290px;
  overflow: hidden;
}

.marsonry-image {
  border-radius: 15px;
  min-width: 192px;
  margin-bottom: 15px;
}

.marsonry-image.faded {
  opacity: .88;
  filter: grayscale();
}

.third-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 971px;
  margin-left: auto;
  margin-right: auto;
}

.benefits-front-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 192px;
  max-width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block-34 {
  background-color: #fff;
  margin-top: -415px;
  display: block;
}

.heading-3 {
  display: none;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 36px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-right: -93px;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.footer-title {
  color: var(--ftm-pink);
  margin-bottom: 22px;
  font-family: Archer pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-01 {
  z-index: 999;
  background-color: #08162f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -33px;
  margin-right: -33px;
  padding: 75px 3% 46px;
  display: flex;
  position: relative;
  top: 76px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: none;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-logo {
  object-fit: scale-down;
  width: 200px;
  margin-left: 38px;
}

.div-block-35 {
  display: block;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.image-3 {
  max-width: 130%;
}

.image-4 {
  max-width: 70%;
  margin-left: -11px;
}

.background-video {
  width: 100%;
  height: 110%;
  margin-top: -236px;
  display: flex;
}

.div-block-36 {
  background-color: #fff;
  margin-top: -723px;
  display: none;
}

.div-block-37 {
  z-index: 997;
  background-color: var(--black);
  height: 200px;
  margin-top: 8px;
  padding-top: 0;
  position: relative;
}

.div-block-38 {
  background-color: var(--white);
}

.prefix {
  color: #000;
  margin-top: 30px;
  margin-bottom: 54px;
  font-family: Archer pro, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.prefix.post-card {
  margin-top: 0;
}

.prefix.bold {
  margin-top: -20px;
  font-family: Archer book pro, sans-serif;
  font-size: 16px;
  display: none;
}

.prefix.alt {
  display: none;
}

.prefix.mobile.readme {
  color: var(--ftm-pink);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Heptaslab Variablefont Wght, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.prefix.mobile.christmas {
  margin-bottom: 35px;
}

.author-div {
  margin-top: 29px;
  display: none;
}

.container-3 {
  max-width: 1100px;
  padding-top: 7px;
}

.heading-4 {
  font-family: Archer pro, sans-serif;
}

.hero {
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.featured-post-details {
  padding-right: 42px;
}

.catagories {
  display: none;
}

.col-no-overflow {
  overflow: hidden;
}

.featured-image {
  background-color: #ebebeb;
  background-image: url('../images/rawImage.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin-top: 20px;
  transition: transform .358s;
}

.featured-image:hover {
  box-shadow: none;
}

.featured-image.feature2 {
  background-image: url('../images/gsl.jpeg');
  background-position: 50%;
}

.featured-image.feature2.alt {
  background-image: url('../images/Switched-before-birth-tall.jpeg');
}

.featured-image.switched {
  background-image: url('../images/60ac060f0b597.image.jpg');
}

.featured-image.alt {
  background-image: url('../images/gsl.jpeg');
}

.featured-image.alt.mobile {
  background-image: url('../images/people.jpg');
}

.featured-post-link1 {
  color: #303030;
  text-decoration: none;
}

.featured-post-link1:hover {
  color: #505050;
}

.featured-post-link1.parade {
  height: 3.5rem;
  margin-top: -33px;
  position: relative;
  top: 0;
}

.featured-post-link1.christmas {
  height: 22rem;
  margin-bottom: 51px;
  position: static;
}

.catagory {
  color: #414141;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-right: 10px;
  padding: 2px 20px;
  font-size: 10px;
  text-decoration: none;
}

.catagory:hover {
  color: #1a1a1a;
  background-color: #ececec;
  border-color: #eee;
}

.arrow {
  text-decoration: none;
}

.author-post-name-name {
  font-weight: 700;
}

.author-postname {
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: -21px;
}

.read-more1 {
  color: #5c5c5c;
  text-align: center;
  background-color: #fff;
  width: 80px;
  height: 80px;
  margin-right: 0;
  padding-top: 29px;
  font-size: 34px;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.read-more1:hover {
  color: #1d1d1d;
  background-color: #414141;
}

.author-2 {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.text-span {
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 400;
}

.list-of-posts {
  border-top: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 100px;
  display: none;
}

.post-image1 {
  transition: transform .2s;
}

.post-image1:hover {
  transform: translate(0, -9px);
  box-shadow: -2px 6px 11px -2px rgba(0, 0, 0, .13);
}

.post-card-title {
  opacity: .79;
  padding-bottom: 10px;
}

.post-card-title:hover {
  opacity: 1;
}

.post-link {
  color: #353535;
  text-decoration: none;
}

.post-column {
  padding-right: 20px;
}

.post-column.hidden2 {
  display: none;
}

.post-row {
  margin-top: 60px;
  display: block;
}

.post-row.hidden {
  display: block;
}

.pagination-2 {
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
}

.number-of-pages {
  float: left;
  color: #a8a8a8;
  text-align: center;
  border: 1px solid #dfdfdf;
  width: 50px;
  height: 50px;
  margin-right: -1px;
  padding-top: 15px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.number-of-pages:hover {
  color: #7a7a7a;
  border-color: #cecece;
}

.number-of-pages.current-page {
  color: #5c5c5c;
}

.number-of-pages.arrow-next-number {
  float: right;
  color: #5f5f5f;
  border-style: none;
  border-color: #414141;
  font-size: 34px;
}

.number-of-pages.arrow-next-number:hover {
  color: #0f0f0f;
  background-color: #313131;
}

.post-image {
  border-bottom: 1px #dbdbdb;
  overflow: visible;
}

.post-image:hover {
  border-bottom-color: #fff;
}

.heading-5 {
  font-family: Archer pro, sans-serif;
}

.column-8, .div-block-40 {
  display: none;
}

.div-block-42 {
  margin-top: -40px;
}

.div-block-43 {
  background-color: #fff;
  padding-top: 178px;
  position: relative;
}

.background-video-2 {
  z-index: 998;
  width: 100%;
  height: 100%;
  margin-top: -3px;
  display: flex;
  position: relative;
}

.div-block-44 {
  margin-top: 177px;
}

.video-embed-2 {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-embed-2.video2 {
  opacity: 1;
  width: 100vw;
  height: 100%;
  display: block;
  top: -3%;
  overflow: visible;
}

.video-background-section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  display: none;
}

.about-ftm {
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-ftm-motion-1 {
  z-index: 999;
  width: 50%;
  height: 100%;
  margin-top: 0;
  position: static;
}

.about-ftm-motion2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gold-3 {
  color: #de2f9f;
  font-family: Archer book pro, sans-serif;
  font-size: 38px;
}

.gold-3.mobile, .gold-3.mobile2 {
  font-family: Archer book pro, sans-serif;
}

.ftm-about-animation {
  height: 100%;
  min-height: 100vh;
  display: block;
}

.ftm-about-animation.ftm-about-motion {
  margin-bottom: 0;
}

.about-ftm-heading-2 {
  color: #de2f9f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archer pro, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 110%;
  position: relative;
}

.about-ftm-heading-2._2nd, .about-ftm-heading-2.mobile, .about-ftm-heading-2.mobile2 {
  font-family: Archer book pro, sans-serif;
}

.about-ftm-motion-3 {
  min-width: 1000px;
  min-height: 40px;
  overflow: visible;
}

.ftm-about-motion-4 {
  width: 100%;
  margin: 184px auto 313px;
}

.text-block-4 {
  color: var(--ftm-pink);
  text-align: center;
  height: 80px;
  margin-top: 32px;
  font-family: Archer book pro, sans-serif;
  font-size: 50px;
  position: relative;
  top: 145px;
}

.container-4 {
  background-color: var(--black);
  height: 80px;
  margin-bottom: 69px;
}

.paragraph {
  display: none;
}

.div-block-45 {
  opacity: 0;
}

.section-3 {
  display: none;
}

.hero {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.div-block-48 {
  z-index: 998;
  flex-direction: column;
  align-items: center;
  min-width: 100vw;
  height: 400px;
  display: none;
  position: relative;
  left: 757px;
}

.text-block-9 {
  color: #de2f9f;
  min-height: 400px;
  font-size: 30px;
}

.about-ftm-mobile, .our-services {
  display: block;
}

.service {
  width: auto;
}

.div-block-49 {
  position: relative;
  top: 240px;
  left: -131px;
}

.div-block-50 {
  background-color: var(--black);
  display: block;
}

.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;
  width: 260px;
  display: flex;
}

.heaven {
  background-color: #ebebeb;
  background-image: url('../images/rawImage.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin-top: 20px;
  transition: transform .358s;
}

.heaven:hover {
  box-shadow: none;
}

.heaven.feature2 {
  background-image: url('../images/60ac060f0b597.image.jpg');
  background-position: 50%;
}

.heaven.feature2.alt {
  background-image: url('../images/Switched-before-birth-tall.jpeg');
}

.heaven.switched, .heaven.alt {
  background-image: url('../images/gsl.jpeg');
}

.heaven.alt.mobile {
  background-image: url('../images/heaven.jpg');
}

.amish {
  background-color: #ebebeb;
  background-image: url('../images/rawImage.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin-top: 20px;
  transition: transform .358s;
}

.amish:hover {
  box-shadow: none;
}

.amish.feature2 {
  background-image: url('../images/60ac060f0b597.image.jpg');
  background-position: 50%;
}

.amish.feature2.alt {
  background-image: url('../images/Switched-before-birth-tall.jpeg');
}

.amish.switched, .amish.alt {
  background-image: url('../images/gsl.jpeg');
}

.amish.alt.mobile {
  background-image: url('../images/amish.jpg');
}

.laurie {
  background-color: #ebebeb;
  background-image: url('../images/rawImage.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 460px;
  margin-top: 20px;
  transition: transform .358s;
}

.laurie:hover {
  box-shadow: none;
}

.laurie.feature2 {
  background-image: url('../images/60ac060f0b597.image.jpg');
  background-position: 50%;
}

.laurie.feature2.alt {
  background-image: url('../images/Switched-before-birth-tall.jpeg');
}

.laurie.switched, .laurie.alt {
  background-image: url('../images/gsl.jpeg');
}

.laurie.alt.mobile {
  background-color: #fff;
  background-image: url('../images/laurie_1.jpg');
  background-position: 50%;
  background-size: contain;
  margin-top: 13px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
  font-family: Archer Pro, sans-serif;
  font-size: 19px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.navbar-logo-left {
  background-color: #fff;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  color: #565656;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Archer book pro, sans-serif;
  font-size: 16px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.body-3 {
  background-image: url('../images/bubbles_still.jpg');
  background-position: 0 0;
  background-size: contain;
}

.testimonial-image-left-2 {
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-2 {
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 20px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.body-4 {
  background-color: #000;
  background-image: url('../images/bubbles_still.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: 76px;
  font-family: Archer book pro, sans-serif;
}

.footer-dark-2 {
  color: var(--ftm-pink);
  background-color: #08162f;
  border-bottom-style: none;
  padding: 50px 30px 15px;
  font-size: 25px;
  line-height: 100%;
  position: relative;
}

.footer-wrapper-4 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-dark-4 {
  background-color: #08162f;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider-4 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-dark-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-content-4 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-image-left-3 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 81px;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four-3 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-3 {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right-3 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-3 {
  color: var(--grey);
  margin-bottom: 32px;
  font-family: Archer book pro, sans-serif;
  font-size: 19px;
}

.testimonial-author-name-three-3 {
  margin-bottom: 10px;
}

.text-span-for-link {
  color: var(--black);
  font-family: Archer Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .section {
    background-image: url('../images/bubbles_still.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .nav-right {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-link {
    margin-right: -3px;
    padding-right: 0;
    font-family: Archer pro, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

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

  .body-display.laurie {
    text-align: left;
    text-transform: none;
  }

  .body-display.laurie.about {
    background-color: var(--shaddow);
    color: var(--white);
    background-image: none;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }

  .client-quote {
    grid-template-columns: 3.5fr;
  }

  .large-heading {
    color: var(--ghost-white);
    font-family: Archer pro, sans-serif;
    font-weight: 300;
  }

  .pin-stripe, .pin-stripe.hide-tablet {
    display: none;
  }

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

  .video-info {
    grid-template-columns: 3.5fr;
  }

  .subtitle-2.white {
    font-family: Archer book pro, sans-serif;
    display: block;
    top: -170px;
    left: 114px;
  }

  .mason {
    height: 100%;
  }

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

  .footer-01 {
    padding-left: 0%;
  }

  .div-block-35 {
    display: block;
  }

  .featured-image.switched {
    background-image: url('../images/60ac060f0b597.image.jpg');
  }

  .featured-image.alt.mobile {
    background-image: url('../images/people.jpg');
  }

  .about-ftm-motion2 {
    flex: 0 auto;
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  .gold-3 {
    color: #de2f9f;
  }

  .about-ftm-heading-2 {
    color: #de2f9f;
    font-family: Archer pro, sans-serif;
  }

  .text-block-4 {
    left: -20px;
  }

  .div-block-47 {
    position: relative;
    top: 422px;
  }

  .heaven.switched {
    background-image: url('../images/gsl.jpeg');
  }

  .heaven.alt.mobile {
    background-image: url('../images/heaven.jpg');
  }

  .amish.switched {
    background-image: url('../images/gsl.jpeg');
  }

  .amish.alt.mobile {
    background-image: url('../images/amish.jpg');
  }

  .laurie.switched {
    background-image: url('../images/gsl.jpeg');
  }

  .laurie.alt.mobile {
    background-image: url('../images/laurie_1.jpg');
  }

  .link-block-6 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .nav-right {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-link {
    font-family: Archer pro, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .body-display.small {
    display: none;
  }

  .body-display.laurie {
    color: var(--black);
    font-size: 22px;
  }

  .body-display.laurie.about {
    background-color: var(--shaddow);
    background-image: none;
  }

  .subtitle {
    display: block;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

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

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-card-hover {
    top: -65px;
  }

  .service-link-name {
    display: flex;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .project-image {
    min-height: 450px;
  }

  .menu-items {
    margin-right: -72px;
    font-family: Archer pro, sans-serif;
  }

  .pin-stripe.hide-tablet {
    margin-left: 246px;
  }

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

  .background-banner.video-banner {
    background-image: url('../images/swimmer7.jpg');
  }

  .background-banner.video-banner.service {
    background-image: none;
  }

  .div-block {
    display: none;
  }

  .div-block-32 {
    background-color: var(--white);
  }

  .featured-post-details.heaven-down {
    margin-top: 12px;
  }

  .featured-image.switched {
    background-image: url('../images/60ac060f0b597.image.jpg');
  }

  .gold-3 {
    color: #de2f9f;
  }

  .about-ftm-heading-2 {
    color: #de2f9f;
    font-family: Archer pro, sans-serif;
  }

  .heaven.alt.mobile {
    background-image: url('../images/heaven.jpg');
  }

  .amish.alt.mobile {
    background-image: url('../images/amish.jpg');
    margin-top: 0;
  }

  .laurie.alt.mobile {
    background-image: url('../images/laurie_1.jpg');
  }

  .body-2 {
    background-image: url('../images/bubbles_still.jpg');
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .body.custom {
    background-color: var(--black);
  }

  .navbar {
    height: 90px;
    font-family: Archer pro, sans-serif;
  }

  .navigation-wrapper {
    grid-template-columns: minmax(5vw, .25fr) minmax(0, 1969px) minmax(5vw, 1fr);
  }

  .nav-right {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-link {
    font-size: 20px;
    font-weight: 300;
  }

  .body-display.laurie.about {
    background-color: var(--shaddow);
    background-image: none;
  }

  .menu-items {
    flex: 0 auto;
    margin-right: -86px;
  }

  .background-banner.video-banner {
    background-image: url('../images/swimmer7.jpg');
  }

  .column-3, .column-4, .third-section {
    background-color: var(--black);
  }

  .div-block-33 {
    justify-content: center;
    margin-left: 363px;
    display: flex;
  }

  .column-6, .column-7, .column-1, .hero-content, .column-5 {
    background-color: var(--black);
  }

  .footer-01 {
    display: flex;
  }

  .featured-post-details.alt {
    padding-left: 46px;
    padding-right: 0;
  }

  .featured-post-details.alt.weaver {
    padding-left: 0;
  }

  .featured-post-details.heaven-down {
    padding-top: 12px;
  }

  .featured-image.switched {
    background-image: url('../images/60ac060f0b597.image.jpg');
  }

  .about-ftm-motion2 {
    display: none;
    position: relative;
    left: -21%;
  }

  .gold-3 {
    color: #de2f9f;
  }

  .about-ftm-heading-2 {
    color: #de2f9f;
    font-family: Archer pro, sans-serif;
    font-weight: 300;
  }

  .about-ftm-heading-2._2nd {
    display: none;
  }

  .about-ftm-motion-3.mobile {
    z-index: 999;
    color: var(--white);
    position: relative;
  }

  .heaven.alt.mobile {
    background-image: url('../images/heaven.jpg');
  }

  .amish.alt.mobile {
    background-image: url('../images/amish.jpg');
    margin-top: 4px;
  }

  .laurie.alt.mobile {
    background-image: url('../images/laurie_1.jpg');
    margin-left: -53px;
  }

  .testimonial-image-left {
    border: 1px rgba(0, 0, 0, 0);
  }

  .body-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/bubbles_still.jpg');
    background-position: 0 0;
    background-size: contain;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

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

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: #fff;
    min-height: 60px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 136px;
    left: 80px;
    right: 0;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .nav-button, .social-circle {
    display: none;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

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

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .dropdown-link {
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .team-image {
    min-height: 250px;
  }

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

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

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

  .team-portrait {
    min-height: 375px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

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

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon-wrapper {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .video-embed {
    z-index: 1;
  }

  .large-heading {
    margin-left: -33px;
    margin-right: -217px;
    padding-right: 0;
    left: -130px;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

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

  .video-info.service {
    position: relative;
    left: -140px;
  }

  .background-banner.video-banner {
    background-image: url('../images/swimmer8.jpg');
  }

  .background-banner.video-banner.swim-for-home, .background-banner.video-banner.service {
    background-image: none;
  }

  .subtitle-2.white {
    margin-left: -30px;
    left: -7px;
  }

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

  .section-2.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .mason {
    padding-top: 648px;
  }

  .div-card-group {
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 42px;
  }

  .social-link {
    justify-content: flex-start;
    margin-left: 36px;
    margin-right: -29px;
    padding-left: 14px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    margin-right: 0;
  }

  .footer-wrapper-2 {
    margin-top: -23px;
    padding-bottom: 0;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-logo {
    width: 150px;
  }

  .div-block-44 {
    margin-top: -176px;
  }

  .video-embed-2 {
    z-index: 1;
  }

  .about-ftm {
    flex-direction: column;
  }

  .about-ftm-motion-1 {
    width: auto;
    margin-bottom: 40px;
    margin-left: -65px;
  }

  .gold-3 {
    font-size: 28px;
  }

  .about-ftm-heading-2 {
    color: var(--ftm-pink);
    white-space: normal;
    font-size: 28px;
    line-height: 100%;
  }

  .about-ftm-heading-2._2nd {
    margin-top: -81px;
  }

  .about-ftm-motion-3 {
    min-width: 0;
    min-height: 110px;
  }

  .about-ftm-motion-3._3rd {
    margin-top: -81px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 150px;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .footer-content-3, .footer-content-4 {
    grid-column-gap: 60px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .container-7 {
    max-width: 728px;
  }

  .testimonial-left-3 {
    width: 40%;
    margin-right: 40px;
  }
}

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

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

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

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

  .testimonial-text {
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .team-image {
    min-height: 200px;
  }

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

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

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

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

  .team-portrait {
    min-height: 500px;
  }

  .preloader-brand {
    display: none;
  }

  .team-bio-wrapper {
    grid-template-columns: 1fr;
  }

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .large-heading {
    margin-top: -113px;
    margin-left: 81px;
    margin-right: -309px;
    font-size: 32px;
    top: 58px;
    left: -401px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .background-banner.video-banner {
    left: -48%;
  }

  .background-banner.video-banner.service {
    background-image: none;
  }

  .subtitle-2.white {
    flex: 100vw;
    top: -215px;
    left: 153px;
  }

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

  .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

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

  .heading-2 {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .third-section-item {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .gold-3 {
    font-size: 26px;
  }

  .about-ftm-heading-2 {
    white-space: normal;
    font-size: 28px;
    position: static;
  }

  .about-ftm-heading-2._2nd {
    margin-top: -50px;
  }

  .about-ftm-motion-3 {
    min-height: 74px;
  }

  .about-ftm-motion-3._3rd {
    margin-top: -49px;
    display: block;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-4 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-3 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .footer-dark-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider-4 {
    margin-top: 60px;
  }

  .footer-dark-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content-4 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .testimonial-image-left-3 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-3 {
    flex-direction: column;
  }

  .testimonial-left-3 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-3 {
    height: auto;
  }

  .heading-small-3 {
    font-size: 28px;
    line-height: 36px;
  }
}

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

  .body {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: auto;
  }

  .body.custom {
    background-color: #111729;
  }

  .body.laurie {
    background-position: 50%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-wrapper {
    height: 534.844px;
  }

  .home-hero {
    min-height: 93vh;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .navbar.custom {
    opacity: 1;
    display: block;
  }

  .navigation-wrapper, .navigation-content {
    opacity: 1;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .body-display.laurie.about {
    font-family: Archer book pro, sans-serif;
    font-size: 19px;
    font-weight: 400;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .subtitle {
    font-family: Archer book pro, sans-serif;
    font-size: 14px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .verticle-line {
    margin-top: -84px;
  }

  .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-cover.custom {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .story-wrapper {
    grid-row-gap: 1034px;
    grid-template-rows: minmax(auto, 1.25fr) auto;
  }

  .about-block {
    margin-top: -89px;
    position: relative;
    top: -23px;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

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

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .preloader-content {
    margin-left: -52px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .menu-icon {
    z-index: 999;
    width: 30px;
    position: relative;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lottie-splash {
    width: 85%;
    margin-top: 70px;
    margin-left: -25px;
    margin-right: 0;
    top: 176.391px;
  }

  .client-quote-credit {
    margin-left: 0;
    padding-left: 18px;
  }

  .client-quote {
    width: 100vw;
    display: block;
  }

  .large-heading {
    text-shadow: 1px 1px 6px #000;
    width: 100vw;
    min-width: 100vw;
    margin-left: 105px;
    padding-right: 0;
    font-family: Archer book pro, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    display: block;
    position: relative;
    top: -161px;
    left: 44px;
  }

  .wrapper.service {
    width: 100vw;
    margin-top: 64px;
    padding-left: 20px;
    top: 42px;
    left: 26px;
  }

  .stripe-wrapper {
    display: none;
  }

  .dual-wrapper-2.service {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    padding-left: 11px;
    position: relative;
    top: 187px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .video-info.service {
    width: 100vw;
    display: block;
  }

  .background-banner.video-banner {
    background-image: url('../images/swimmer9.jpg');
    height: 90%;
    top: 37px;
    left: -32%;
  }

  .background-banner.video-banner.service {
    background-image: url('../images/purple_bg.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .subtitle-2.white {
    letter-spacing: 1px;
    width: 100vw;
    font-family: Heptaslab Variablefont Wght, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    top: -522px;
    left: 309px;
  }

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

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

  .section-2.video-section.servicehome {
    opacity: 1;
    padding-left: 11vw;
  }

  .section-2.video-section.service2 {
    top: 0;
  }

  .div-block.div35.divhome {
    margin-top: -110px;
  }

  .div-block.div35.service {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 125px;
    position: relative;
    top: -81px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button {
    margin-bottom: 10px;
  }

  .big-heading {
    font-size: 42px;
    line-height: 120%;
  }

  .div-block-33.sevices {
    display: none;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .benefits-card-back-side {
    margin-left: -82px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .benefits-card-wrapper {
    width: 300px;
  }

  .benefits-front-side {
    margin-left: 82px;
  }

  .social-link {
    margin-right: -52px;
  }

  .footer-bottom {
    border: 1px solid var(--pinstripe);
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }

  .footer-bottom.footer-mobile {
    z-index: 1;
    background-color: #08162f;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    flex-flow: column;
    min-width: 111%;
    min-height: 111%;
    display: flex;
    position: relative;
    top: -41px;
  }

  .footer-grid-01 {
    z-index: 999;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
    width: 111%;
    margin-top: 10px;
    margin-bottom: -10px;
    display: block;
    position: relative;
    top: 25px;
    left: -7px;
  }

  .footer-wrapper-2 {
    z-index: 999;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: -18px;
    margin-left: 190px;
    position: relative;
    top: -32px;
    left: -6px;
  }

  .footer-title {
    font-family: Archer book pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .container-2 {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    width: 111%;
    height: auto;
    margin-bottom: -254px;
    position: relative;
    top: -126px;
    left: -8px;
  }

  .footer-01 {
    height: 80px;
    max-height: 80px;
    margin-top: -40px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    left: -6%;
  }

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

  .footer-column {
    opacity: 1;
    flex-direction: row;
    margin-top: 24px;
    position: relative;
    top: 11px;
    left: 18px;
  }

  .footer-column.footer-links {
    opacity: 0;
    display: none;
  }

  .footer-logo {
    width: 135px;
    margin-bottom: 32px;
    margin-left: 12px;
  }

  .div-block-35 {
    height: 400px;
  }

  .background-video {
    display: none;
  }

  .div-block-37 {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -325px;
    top: -141px;
  }

  .prefix {
    margin-top: 10px;
    margin-bottom: 9px;
    position: relative;
  }

  .prefix.bold {
    margin-top: 14px;
  }

  .prefix.mobile {
    top: 2px;
  }

  .prefix.mobile2 {
    top: 23px;
  }

  .author-div {
    z-index: 2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -43px;
    position: relative;
  }

  .container-3.ivf-mobile2 {
    padding-top: 44px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-4.alt, .heading-4.mobile {
    position: relative;
    top: 0;
  }

  .heading-4.mobile2 {
    position: relative;
    top: 22px;
  }

  .hero.mobile {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -136px;
    padding-top: 61px;
    display: block;
    position: relative;
    top: 171px;
  }

  .hero.mobile.mobile4 {
    margin-top: 0;
    margin-bottom: 348px;
    padding-top: 0;
    top: 204px;
  }

  .hero.mobile.mobile4.ivf2 {
    top: 247px;
  }

  .hero.mobile.mobile2 {
    top: -111px;
  }

  .hero.mobile.mobile2.lifetime {
    top: -68px;
  }

  .hero.mobile.mobile2.blake2 {
    padding-top: 5px;
    top: 45px;
  }

  .hero.mobile.amish-mobile {
    margin-top: -72px;
    top: 253px;
  }

  .hero.mobile.laurie-mobile {
    margin-top: 67px;
  }

  .hero.mobile.story1 {
    margin-top: -174px;
  }

  .featured-post-details {
    text-align: center;
    padding-right: 10px;
  }

  .col-no-overflow {
    overflow: visible;
  }

  .col-no-overflow.heaven-down {
    margin-top: -217px;
  }

  .col-no-overflow.laurie-mobile2 {
    top: -214px;
  }

  .featured-image {
    height: 200px;
  }

  .featured-image.feature2 {
    position: relative;
    top: 277px;
  }

  .featured-image.feature2.alt {
    top: -40px;
  }

  .featured-image.switched {
    background-image: url('../images/60ac060f0b597.image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -193px;
  }

  .featured-image.alt.mobile {
    background-image: url('../images/people.jpg');
    position: relative;
    top: -12px;
  }

  .featured-image.mobile {
    position: relative;
    top: 14px;
  }

  .featured-post-link1.alt.mobile {
    position: relative;
    top: -243px;
  }

  .featured-post-link1.alt2.mobile {
    position: relative;
    top: -205px;
  }

  .featured-post-link1.parade {
    margin-top: -11px;
  }

  .featured-post-link1.tv-insider {
    margin-left: -38px;
  }

  .author-postname {
    display: none;
  }

  .post-column {
    padding-right: 10px;
  }

  .catagories-hover-1 {
    display: none;
  }

  .post {
    margin-bottom: 57px;
  }

  .div-block-43 {
    display: none;
  }

  .video-embed-2.video2 {
    object-fit: fill;
    width: 200vw;
    margin-left: -166px;
    margin-right: -75px;
    display: block;
    position: static;
  }

  .video-background-section-2 {
    height: 160vh;
    top: 39px;
  }

  .image-5 {
    width: 150px;
  }

  .about-ftm {
    flex-direction: row;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
  }

  .about-ftm-motion-1 {
    margin-left: 0;
  }

  .about-ftm-motion2 {
    opacity: 0;
  }

  .gold-3 {
    color: var(--ftm-pink);
    font-family: Archer book pro, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 300%;
  }

  .gold-3.mobile {
    margin-top: -35px;
    font-size: 23px;
    display: block;
  }

  .gold-3.mobile2 {
    font-size: 23px;
    display: block;
  }

  .ftm-about-animation.ftm-about-motion {
    height: 400px;
  }

  .about-ftm-heading-2 {
    letter-spacing: 0;
    white-space: normal;
    margin-left: -2px;
    margin-right: -14px;
    font-family: Archer book pro, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
  }

  .about-ftm-heading-2._2nd {
    margin-top: 0;
    margin-bottom: -1px;
    padding-top: 0;
    font-size: 23px;
    line-height: 100%;
    display: block;
  }

  .about-ftm-heading-2.mobile {
    font-size: 23px;
    display: block;
  }

  .about-ftm-heading-2.mobile2 {
    margin-top: -52px;
    font-size: 23px;
  }

  .about-ftm-motion-3 {
    margin-top: -55px;
    font-family: Archer pro, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .about-ftm-motion-3._3rd {
    margin-top: -54px;
    margin-left: -14px;
    margin-right: -14px;
    padding-bottom: 5px;
    font-family: Archer pro, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .about-ftm-motion-3.one {
    display: block;
  }

  .text-block-4 {
    min-width: 95vw;
    max-width: 70vw;
    margin-top: -6px;
    margin-left: -50px;
    font-size: 22px;
    top: 73px;
    left: 53px;
  }

  .container-4 {
    background-color: var(--black);
    height: 100px;
    margin-bottom: 0;
    position: relative;
    top: 62px;
  }

  .paragraph {
    color: var(--ftm-pink);
    text-align: center;
    margin-top: 103px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Archer book pro, sans-serif;
    font-size: 25px;
    line-height: 1.1em;
  }

  .div-block-45 {
    opacity: 1;
    margin-top: 100px;
  }

  .text-block-5 {
    color: var(--ftm-pink);
    text-align: center;
    font-family: Archer book pro, sans-serif;
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-46 {
    position: relative;
    top: -78px;
    left: -107px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template: "Area" minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "." minmax(110px, 1fr)
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-6 {
    border-radius: 6px;
  }

  .image-6.image-boarder {
    border: .6px solid rgba(170, 166, 166, .95);
  }

  .section-3 {
    z-index: 998;
    background-color: var(--black);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -100px;
    padding-top: 60px;
    display: block;
    position: relative;
    top: -81px;
  }

  .text-block-6 {
    color: var(--ftm-pink);
    margin-left: 24px;
    margin-right: 32px;
    font-family: Archer book pro, sans-serif;
    font-size: 20px;
    position: relative;
    top: -115px;
  }

  .hero {
    background-color: rgba(0, 0, 0, .46);
    margin-top: -15px;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }

  .div-block-48 {
    flex: 0 90vw;
    order: 1;
    min-width: 90vw;
    max-width: 90vw;
    display: block;
    top: 255px;
    left: 180px;
  }

  .div-block-48.sevices {
    top: 480px;
    left: -176px;
  }

  .text-block-9 {
    letter-spacing: -.3px;
    text-shadow: 1px 1px 4px #000;
    justify-content: center;
    font-family: Archer book pro, sans-serif;
    font-size: 22px;
    line-height: 28px;
    display: block;
  }

  .text-block-9.services {
    color: var(--ghost-white-2);
    margin-top: -7px;
    margin-left: 14px;
  }

  .text-block-9.services.service2 {
    min-height: 50px;
    font-family: Archer pro, sans-serif;
    font-size: 19px;
    position: relative;
    top: 11px;
  }

  .about-ftm-mobile, .our-services, .div-block-50 {
    display: none;
  }

  .columns {
    position: relative;
    top: -213px;
  }

  .column-9 {
    top: 104px;
  }

  .heaven {
    height: 200px;
  }

  .heaven.feature2 {
    position: relative;
    top: 277px;
  }

  .heaven.feature2.alt {
    top: -40px;
  }

  .heaven.switched {
    background-image: url('../images/gsl.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -193px;
  }

  .heaven.alt.mobile {
    background-image: url('../images/heaven.jpg');
    position: relative;
    top: -51px;
  }

  .heaven.mobile {
    position: relative;
    top: 14px;
  }

  .amish {
    height: 200px;
  }

  .amish.feature2 {
    position: relative;
    top: 277px;
  }

  .amish.feature2.alt {
    top: -40px;
  }

  .amish.switched {
    background-image: url('../images/gsl.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -193px;
  }

  .amish.alt.mobile {
    background-image: url('../images/amish.jpg');
    position: relative;
    top: -12px;
  }

  .amish.mobile {
    position: relative;
    top: 14px;
  }

  .laurie {
    height: 200px;
  }

  .laurie.feature2 {
    position: relative;
    top: 277px;
  }

  .laurie.feature2.alt {
    top: -40px;
  }

  .laurie.switched {
    background-image: url('../images/gsl.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -193px;
  }

  .laurie.alt.mobile {
    background-image: url('../images/laurie_1.jpg');
    margin-top: 19px;
    position: relative;
    top: -12px;
  }

  .laurie.mobile {
    position: relative;
    top: 14px;
  }

  .heaven-mobile {
    position: relative;
    top: 218px;
  }

  .laurie-mobile {
    top: 183px;
  }

  .ivf-mobile {
    margin-top: 138px;
  }

  .container-5 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-6 {
    max-width: none;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-image-left-3 {
    background-color: #030a18;
    background-image: url('../images/bubbles_still.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .container-7 {
    max-width: none;
  }

  .testimonial-image-four-3 {
    object-fit: scale-down;
    padding-left: 70px;
    padding-right: 70px;
  }

  .heading-small-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .link-block-6 {
    background-color: #08162f;
  }

  .link-block-6.w--current {
    position: relative;
    top: -20px;
  }
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-b2af612d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-b2af612d {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-b2af612d {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-b2af612d {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-b2af612d, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-b2af612d {
  align-self: start;
}

#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-b2af612d, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-b2af612d, #name-2.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-b2af612d, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-b2af612d, #name-2.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-b2af612d, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-b2af612d, #field.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-b2af612d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-b2af612d {
  justify-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-b2af612d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-04af612e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-04af612e {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-04af612e, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-04af612e, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-04af612e {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-04af612e {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-04af612e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-04af612e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-04af612e {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-04af612e {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-04af612e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-04af612e {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-04af612e {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-04af612e, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-04af612e, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-04af612e {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-04af612e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-04af612e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-04af612e, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-04af612e {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-04af612e, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-04af612e {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-04af612e, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-04af612e {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-04af612e {
  align-self: end;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b {
  justify-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b {
  align-self: center;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c0-9974768b {
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
  align-self: center;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
  align-self: end;
  justify-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  align-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
  justify-self: end;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  align-self: end;
  justify-self: start;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-29af612f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-29af612f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-29af612f, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-29af612f, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-29af612f {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-29af612f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-29af612f {
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-29af612f, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-29af612f, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-29af612f, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-29af612f {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-29af612f {
  align-self: end;
  justify-self: center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-29af612f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-29af612f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-29af612f, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-29af612f {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-29af612f {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-29af612f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-29af612f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-29af612f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-29af612f {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-29af612f {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-29af612f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-29af612f {
  align-self: center;
  justify-self: start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-29af612f {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-29af612f, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-29af612f {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-29af612f {
  align-self: end;
  justify-self: start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-29af612f {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-29af612f {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-29af612f {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-29af612f {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-29af612f {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-29af612f {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-29af612f {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-29af612f {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-29af612f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-29af612f {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-29af612f {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-29af612f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-29af612f {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-29af612f {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-29af612f {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-29af612f {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-29af612f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-29af612f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-29af612f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-29af612f {
  align-self: end;
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-c6af6130 {
  align-self: center;
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-c6af6130 {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-c6af6130 {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-c6af6130 {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-c6af6130 {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-c6af6130 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-c6af6130 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-c6af6130, #w-node-e100a364-1795-27bf-9618-86349bee62e9-c6af6130 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-c6af6130 {
  align-self: center;
  justify-self: start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-c6af6130 {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-c6af6130 {
  align-self: center;
  justify-self: start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-c6af6130 {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-c6af6130 {
  align-self: center;
  justify-self: start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-c6af6130 {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-c6af6130 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-c6af6130 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-c6af6130, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-c6af6130 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-c6af6130 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-c6af6130 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-c6af6130 {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-c6af6130, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-c6af6130 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-c6af6130 {
  align-self: end;
  justify-self: start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-c6af6130 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-c6af6130 {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-c6af6130 {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-c6af6130 {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-c6af6130 {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-c6af6130 {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-c6af6130 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-c6af6130 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-c6af6130 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-c6af6130 {
  align-self: end;
  justify-self: start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-_02e0143c-69f4-c84a-696f-ff0ed63c6aee-47af6131 {
  justify-self: start;
}

#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-3baf6132 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-3baf6132 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-3baf6132 {
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf58-3baf6132 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf59-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5b-3baf6132 {
  justify-self: center;
}

#w-node-b685f0ca-fc6d-eca3-b415-6b19359dbf5f-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c47-3baf6132 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c48-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c4a-3baf6132 {
  justify-self: center;
}

#w-node-_1f84f02a-1561-8add-addd-f93575468c4e-3baf6132 {
  align-self: center;
  justify-self: center;
}

#w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a3-3baf6132, #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a3-fcaf6136 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-c6af6130 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-c6af6130 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-c6af6130 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_02e0143c-69f4-c84a-696f-ff0ed63c6aed-47af6131 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02e0143c-69f4-c84a-696f-ff0ed63c6af1-47af6131, #w-node-_02e0143c-69f4-c84a-696f-ff0ed63c6af2-47af6131 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a2-3baf6132 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a6-3baf6132, #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a7-3baf6132 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a2-fcaf6136 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a6-fcaf6136, #w-node-dfeb9596-3ae6-c95c-544a-b8ff3788a1a7-fcaf6136 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-29af612f {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-c6af6130 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-c6af6130 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-c6af6130 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-c6af6130 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-c6af6130 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-c6af6130 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-c6af6130 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d5a2645-7b93-5658-d358-2717cfb7f89d-cfb7f898 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-c6af6130 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-c6af6130 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-c6af6130 {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-c6af6130 {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-c6af6130 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d5a2645-7b93-5658-d358-2717cfb7f89d-cfb7f898 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88df97de-bae8-9125-6a6a-06eac51105d9-c51105cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-29af612f {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-fa498d16-66ea-8ad2-ddeb-51450335b25b-fcaf6136, #w-node-_388ae170-88ea-1bfd-0409-408dc95f56d4-fcaf6136, #w-node-c2b61ae0-d933-77ec-4ebe-7dd5dc42b874-fcaf6136 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Heptaslab Variablefont Wght';
  src: url('../fonts/HeptaSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 1 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Slabien';
  src: url('../fonts/Slabien.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heptaslab Variablefont Wght';
  src: url('../fonts/HeptaSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 1 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made bruno';
  src: url('../fonts/MADE-Bruno.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer pro';
  src: url('../fonts/Archer-Thin-Pro.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer pro';
  src: url('../fonts/Archer-XLight-Pro.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer book pro';
  src: url('../fonts/Archer-Book-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer Pro';
  src: url('../fonts/Archer-Medium-Pro.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archer Pro';
  src: url('../fonts/Archer-Semibold-Pro.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}