:root {
  --white: white;
  --lottie-width-for-5: 20vw;
  --lottie-width-for-1: 100vw;
  --globby-blue: #17b4f1;
  --black: black;
  --globby-blue-video: #24b7f3;
}

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

.globby-slide-section {
  background-color: #17b4f1;
  height: 330vw;
}

.g-phone-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100%;
  display: flex;
}

.html-embed-4 {
  position: absolute;
}

.g-slide-frame {
  align-items: center;
  height: 95%;
  margin-top: 5%;
  display: flex;
}

.globby-slide-camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.phone {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 15%;
  display: block;
}

.footer-links {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-social-media-logo {
  object-fit: contain;
  height: 100%;
  margin-right: .5rem;
}

.footer-link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-link {
  aspect-ratio: 183 / 43;
  height: 4em;
}

.footer-container {
  color: #000;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}

.footer-link {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
}

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

.footer-links-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-header {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.footer-logo-separator {
  background-color: #000;
  width: 1px;
  height: 30px;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-items: start;
}

.navbar-logo {
  object-fit: contain;
}

.navbar-icon {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-icon-link {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.brand {
  aspect-ratio: 250 / 60;
  justify-content: center;
  align-items: center;
  height: 55%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.navbar-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-apple-icon {
  object-fit: contain;
  width: 50%;
  height: 50%;
  margin-bottom: 10%;
}

.navbar-play-icon {
  object-fit: contain;
  width: 50%;
  height: 50%;
  margin-bottom: 5%;
  margin-left: 10%;
}

.navbar {
  opacity: 0;
  background-color: #fff;
  height: 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -4px 15px #00000014;
}

.navbar-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.globby-sections-wrapper-without-intro {
  margin-top: 2vh;
}

.store-images {
  aspect-ratio: 121 / 35;
  height: 100%;
  max-height: 100%;
}

.delete-section-1 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.h2-delete {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
}

.delete-info-row-1 {
  padding-bottom: 20px;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.text-right-padding {
  padding-bottom: 0;
  padding-right: 5px;
}

.text-left-padding {
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 0;
}

.div-block-3 {
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.image-3 {
  width: 20px;
  height: 20px;
}

.delete-list-row {
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.image-4 {
  width: 244.5px;
  max-width: none;
  height: 494px;
}

.mockup-switch-left, .mockup-switch-right {
  border: 1px solid #000;
  border-radius: 50%;
  width: 8.4px;
  height: 8.4px;
}

.image-5 {
  width: 244.5px;
  max-width: none;
  height: 494px;
}

.list-row-line-1 {
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.list-row-line-2 {
  align-items: center;
  display: flex;
}

.html-embed-6 {
  display: none;
}

.div-block-11 {
  background-color: #f8faff;
  padding: 15px 20px 20px;
}

.globby-main-section {
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  display: block;
  position: relative;
}

.globby-main-left {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.globby-main-right {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.globby-main-container {
  z-index: 99;
  aspect-ratio: 16 / 9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 5vw;
  display: flex;
  position: relative;
}

.globby-main-right-phone-container {
  aspect-ratio: 352 / 720;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 85vh;
  display: flex;
  position: relative;
}

.globby-main-left-text-area {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.globby-main-left-logo {
  width: 100%;
}

.globby-main-logo-container {
  aspect-ratio: 250 / 60;
  justify-content: center;
  align-items: center;
  height: 6em;
  display: flex;
}

.globby-main-title {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.85em;
  font-weight: 300;
  line-height: 1.2;
  display: none;
}

.globby-main-left-store-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.globby-main-qr {
  aspect-ratio: 1;
  border-radius: 20px;
  height: 10em;
  box-shadow: 0 5px 10px #00000026;
}

.globby-store-links-container {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 10em;
  display: flex;
}

.globby-store-link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45%;
  max-height: 100%;
  display: flex;
}

.globby-main-background-image-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.second {
  border-radius: 12%;
  width: 93.5%;
  height: 96.5%;
  position: absolute;
  top: 1.5%;
  left: 3.5%;
}

.globby-main-bg-video {
  aspect-ratio: 1920 / 1080;
  background-image: linear-gradient(#0000 88%, #17b4f180);
  justify-content: center;
  width: 110%;
  height: 100%;
  position: absolute;
  right: 0;
}

.globby-main-bg-area {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.globby-main-section-mobile {
  width: 100%;
  font-size: 1vw;
  display: none;
  position: relative;
}

.globby-main-container-mobile {
  z-index: 99;
  aspect-ratio: 16 / 9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 5vw;
  display: flex;
  position: relative;
}

.globby-main-left-mobile {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.globby-main-right-mobile {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.globby-main-left-text-area-mobile {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.globby-main-left-store-container-mobile {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.globby-main-title-mobile {
  color: #000;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.1em;
  font-weight: 600;
}

.globby-store-links-container-mobile {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 10em;
  display: flex;
}

.globby-store-link-block-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45%;
  max-height: 100%;
  display: flex;
}

.store-images-mobile {
  aspect-ratio: 121 / 35;
  height: 100%;
  max-height: 100%;
}

.globby-main-right-phone-container-mobile {
  aspect-ratio: 352 / 720;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
}

.second-mobile {
  border-radius: 3em;
  width: 100%;
  height: 100%;
}

.globby-main-logo-container-mobile-placeholder {
  aspect-ratio: 93 / 105;
  justify-content: center;
  align-items: center;
  width: 7.81em;
  display: flex;
}

.navbar-globby {
  opacity: 0;
  background-color: #fff;
  height: 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
  box-shadow: 0 -4px 15px #00000014;
}

.navbar-container-globby {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.globby-main-title-top {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: .5em;
  font-family: Nerko One, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

.globby-main-title-mobile-top {
  color: #000;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.1em;
  font-weight: 600;
}

.lottie-section {
  height: 300svh;
  font-size: 1vw;
  display: none;
  position: relative;
}

.lottie-section-camera {
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.lottie-wrapper-container {
  z-index: 2;
  align-items: center;
  height: 60%;
  display: flex;
  position: relative;
}

.lottie-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 100%;
  display: flex;
}

.lotties {
  background-color: #505050;
  display: none;
}

.lotties-style, .lottie-events {
  display: none;
}

.active-lottie-frame {
  z-index: 33;
  aspect-ratio: 1;
  border: 8px solid #000;
  border-radius: 3vw;
  width: 20vw;
  overflow: hidden;
}

.active-lottie-frame.forgb {
  background-color: #f7121278;
  border-style: none;
  border-width: 0;
}

.active-lottie-frame.forbg {
  background-color: #bec3ca;
  border-style: none;
}

.active-lottie-frame-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
  position: absolute;
  top: 40%;
}

.active-lottie-frame-container.forbg {
  z-index: 2;
}

.lottie-wrapper-item {
  display: none;
}

.lottie-container {
  width: var(--lottie-width-for-5);
  max-width: var(--lottie-width-for-5);
  aspect-ratio: 1;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.globby-slide-section-copy {
  background-color: #17b4f1;
  height: 330vw;
  display: none;
}

.body--test {
  background-color: #303030;
}

.lottie-title-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  padding-top: 5%;
  display: flex;
}

.lottie-section-title {
  font-family: Nerko One, sans-serif;
  font-size: 4.85em;
  line-height: 1.2em;
  display: block;
}

.lottie-section-title.mobile {
  display: none;
}

.lottie-content-wrapper {
  background-color: var(--globby-blue);
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.placeholder {
  background-color: #410707;
  height: 25vh;
}

.placeholder-bottom {
  background-color: #410707;
  height: 100vh;
}

.controller {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 100svh 0% 100svh auto;
}

.active-frame-bg {
  background-color: #bec3ca80;
  width: 100%;
  height: 100%;
}

.mobile-background {
  background-color: var(--globby-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-3 {
  background-color: var(--globby-blue);
}

.qr-wrapper {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .delete-section-1 {
    grid-row-gap: 0%;
  }

  .globby-main-section {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .globby-main-container {
    z-index: 99;
    position: relative;
  }

  .globby-main-left-text-area {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .globby-main-title {
    margin-top: 20px;
  }

  .globby-main-section-mobile {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .globby-main-container-mobile {
    z-index: 99;
    position: relative;
  }

  .globby-main-left-text-area-mobile {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .globby-main-title-mobile {
    margin-top: 20px;
  }

  .second-mobile {
    width: 100%;
    height: 100%;
  }

  .globby-main-title-top, .globby-main-title-mobile-top {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .globby-main-section, .globby-main-section-mobile {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .footer-logo-link {
    height: 2em;
  }

  .footer-container {
    padding: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    display: block;
  }

  .navbar-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .delete-section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-top: 6rem;
    padding-left: 9%;
    padding-right: 9%;
    display: flex;
  }

  .h2-delete {
    justify-content: flex-start;
    align-items: center;
  }

  .delete-info-row-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .delete-list-row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .delete-info-row-2 {
    align-self: flex-start;
  }

  .delete-mockup-container {
    flex-direction: column;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 2.2rem;
    display: flex;
  }

  .list-row-line-2 {
    padding-left: 4px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    padding: 15px 20px 20px;
  }

  .globby-main-section {
    font-size: 1.25vw;
  }

  .globby-main-left {
    width: 55%;
  }

  .globby-main-right {
    justify-content: flex-start;
    align-items: center;
  }

  .globby-main-title {
    line-height: 1em;
  }

  .globby-main-section-mobile {
    font-size: 1.25vw;
  }

  .globby-main-title-mobile {
    line-height: 1em;
  }

  .navbar-globby {
    display: block;
  }

  .navbar-container-globby {
    padding-left: 32px;
    padding-right: 32px;
  }

  .globby-main-title-top, .globby-main-title-mobile-top {
    line-height: 1em;
  }
}

@media screen and (max-width: 767px) {
  .globby-slide-section {
    height: 400vw;
  }

  .g-phone-container {
    width: 80vw;
  }

  .footer-links {
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
  }

  .footer-logo-link {
    max-width: 50%;
    height: auto;
  }

  .footer-copyright {
    margin-top: 2rem;
  }

  .footer-logos {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .footer-logo {
    height: 40px;
    max-height: 40px;
  }

  .footer-links-column {
    grid-column-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-header {
    width: 100%;
  }

  .footer-logo-separator {
    height: 40px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .nav-icon-link {
    width: 2rem;
    height: 2rem;
  }

  .navbar {
    height: 4rem;
    display: block;
  }

  .navbar-container {
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    position: relative;
  }

  .store-images {
    object-fit: contain;
  }

  .delete-list-row {
    flex-direction: column;
  }

  .globby-main-section {
    display: none;
  }

  .globby-store-link-block {
    height: 55%;
  }

  .second {
    height: 95.5%;
  }

  .globby-main-section-mobile {
    font-size: 2.1vw;
    display: block;
  }

  .globby-main-container-mobile {
    aspect-ratio: auto;
    flex-direction: column;
    padding: 0% 0;
  }

  .globby-main-left-mobile {
    align-items: center;
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .globby-main-right-mobile {
    z-index: 1;
    aspect-ratio: 354 / 768;
    width: 100%;
    max-height: 100svh;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
  }

  .globby-main-left-text-area-mobile {
    justify-content: center;
    align-items: center;
  }

  .globby-main-left-logo-mobile {
    aspect-ratio: 86 / 98;
    width: 100%;
    margin-bottom: -40%;
  }

  .globby-main-title-mobile {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Poppins, sans-serif;
    font-size: 2.2em;
    font-weight: 300;
    display: none;
  }

  .globby-store-links-container-mobile {
    flex-direction: row;
    justify-content: center;
  }

  .globby-store-link-block-mobile {
    height: 55%;
  }

  .store-images-mobile {
    object-fit: contain;
  }

  .globby-main-right-phone-container-mobile {
    aspect-ratio: 354 / 768;
    object-fit: contain;
    width: auto;
    height: 100%;
    position: relative;
  }

  .globby-main-logo-container-mobile-placeholder {
    opacity: 1;
    width: 20em;
  }

  .navbar-globby {
    height: 4rem;
    display: block;
    overflow: clip;
  }

  .navbar-container-globby {
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    position: relative;
  }

  .globby-main-title-mobile-top {
    color: #fff;
    text-align: center;
    margin-bottom: .5em;
    font-family: Nerko One, sans-serif;
    font-size: 5em;
    font-weight: 300;
  }

  .lottie-section {
    height: 300svh;
  }

  .lottie-wrapper {
    width: 80vw;
  }

  .active-lottie-frame {
    border-width: 4.8px;
    border-radius: 13vw;
    width: 80vw;
  }

  .lottie-container {
    width: var(--lottie-width-for-1);
    max-width: var(--lottie-width-for-1);
  }

  .lottie-container.dead {
    display: none;
  }

  .globby-slide-section-copy {
    height: 400vw;
  }

  .lottie-title-section {
    padding-top: 4rem;
  }

  .lottie-section-title {
    display: none;
  }

  .lottie-section-title.mobile {
    font-size: 8em;
    line-height: 1.4em;
    display: block;
  }

  .global-style {
    display: none;
  }

  .globby-mock-video-mobile {
    z-index: 1;
    height: 100%;
    position: static;
  }

  .globby-main-right-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .globby-mobile-video-wrapper {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
  }

  .globby-mobile-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .globby-mobile-video-scale-container {
    aspect-ratio: 352 / 720;
    max-width: 90%;
    max-height: 100svh;
    position: relative;
  }

  .pagelvh, .pagesvh {
    z-index: -1;
    opacity: 0;
    background-color: #24080863;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .footer-logo-link {
    max-width: 50%;
    height: auto;
  }

  .footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

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

  .footer-links-column {
    grid-column-gap: 16px;
  }

  .navbar-icon {
    aspect-ratio: 44 / 50;
    object-fit: contain;
    width: 2rem;
    height: 2rem;
  }

  .nav-icons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brand {
    height: 50%;
  }

  .navbar-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .navbar {
    opacity: 0;
    display: block;
  }

  .navbar.delete-page-navbar-opacity {
    opacity: 1;
  }

  .navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .delete-section-1 {
    margin-top: 95px;
    padding: 0 9%;
    display: block;
  }

  .h2-delete {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .delete-info-row-1 {
    padding: 0;
  }

  .delete-inline-text {
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
  }

  .image-2 {
    width: 20px;
    height: 20px;
  }

  .text-right-padding {
    padding-bottom: 0;
    padding-right: 5px;
  }

  .text-left-padding {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .div-block-3 {
    align-items: center;
    display: flex;
  }

  .image-3 {
    width: 20px;
    height: 20px;
  }

  .delete-list-row {
    grid-row-gap: 5px;
    flex-direction: column;
    padding-bottom: 5px;
    padding-left: 5px;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 12px;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .image-4 {
    width: 244.5px;
    height: 494px;
  }

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

  .mockup-switch-left, .mockup-switch-right {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 8.4px;
    height: 8.4px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-5 {
    width: 244.5px;
    height: 494px;
  }

  .delete-info-row-2 {
    padding-top: 50px;
  }

  .delete-mockup-container {
    margin-top: 0;
    padding-top: 85px;
  }

  .list-row-line-1, .list-row-line-2 {
    align-items: center;
    display: flex;
  }

  .navbar-globby {
    display: block;
  }

  .navbar-globby.delete-page-navbar-opacity {
    opacity: 1;
  }

  .navbar-container-globby {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }
}

#w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da831-9d1ce050 {
  align-self: start;
}

#w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da837-9d1ce050 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start end;
}

#w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da846-9d1ce050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da852-9d1ce050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a01-dbc8cd74 {
  align-self: start;
}

#w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a07-dbc8cd74 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start end;
}

#w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a16-dbc8cd74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a22-dbc8cd74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da852-9d1ce050, #w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a22-dbc8cd74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-babccd13-9cb5-6ba0-144c-28a313f6bc24-9d1ce050 {
    place-self: center start;
  }

  #w-node-_0cdb18dd-b111-36f6-4aa0-2b8b5d3da837-9d1ce050 {
    place-self: center;
  }

  #w-node-_5d009fec-2eb8-72e5-f2bb-ba7efd87f30b-dbc8cd74 {
    place-self: center start;
  }

  #w-node-_6fc3af9d-85ea-41e9-73cf-6a648a0c4a07-dbc8cd74 {
    place-self: center;
  }
}


