:root {
  --font-family: "Fira Sans", sans-serif;
  --white: white;
  --black: black;
  --primary: #6b2d38;
  --secondary: #3d154c;
}

.ui-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

.ui-form-formrecaptcha {
  margin-bottom: 8px;
}

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

@media screen and (max-width: 991px) {
  .ui-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .ui-layout-blockcontainer {
    max-width: none;
  }
}

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

a {
  color: #333;
  text-decoration: none;
}

.hero {
  background-image: radial-gradient(circle, #ffffff87 33%, #0000), linear-gradient(#ffffff8c, #ffffff8c), url('../images/home-hero-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
}

.padding-global {
  max-width: 95vw;
}

.hero-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
}

.home-hero-logo-img {
  width: 740px;
}

.home-hero-button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.home-hero-button {
  background-color: #6b2d38;
  border-radius: 20px;
  padding: 20px 50px;
  transition: all .2s;
}

.home-hero-button:hover {
  background-color: #3c1a20;
}

.button-text {
  font-family: var(--font-family);
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
}

.campmeeting {
  background-image: linear-gradient(to bottom, #808080bf, #808080bf), linear-gradient(180deg, black, transparent 15%, #0000 85%, var(--black)), url('../images/campmeeting-banner-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.campmeeting-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#0000 83%, #000), radial-gradient(circle, #fff, #0000), url('../images/logo-large.webp'), linear-gradient(#ffffff80, #ffffff80), url('../images/home-hero-bg.webp');
  background-position: 0 0, 0 0, 50%, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, 50vw, auto, cover;
  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;
}

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

.body {
  font-family: var(--font-family);
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

.submit-button {
  background-color: var(--primary);
  font-family: var(--font-family);
  color: var(--white);
  border-radius: 20px;
  padding: 15px 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}

.large-text {
  font-family: var(--font-family);
  color: var(--white);
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 700;
  line-height: 70px;
}

.large-text.black {
  color: var(--primary);
}

.large-text.black.breaking {
  word-break: break-all;
}

.large-button-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.large-button-wrapper:hover {
  background-color: #bbb;
}

.large-button-wrapper.alt {
  background-color: var(--primary);
}

.large-button-wrapper.alt:hover {
  background-color: #3c1a20;
}

.large-button-wrapper.flyer {
  background-color: var(--primary);
  width: 400px;
  padding-left: 50px;
  padding-right: 50px;
}

.large-button-wrapper.flyer:hover {
  background-color: #3c1a20;
}

.large-button-text {
  font-family: var(--font-family);
  color: var(--primary);
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
}

.large-button-text.alt {
  color: var(--white);
  white-space: nowrap;
  word-break: keep-all;
}

.large-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.large-buttons-wrapper.verticle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
}

.youth-camp {
  background-image: linear-gradient(270deg, #6b2d38b3, #3d154cb3), linear-gradient(180deg, black, transparent 15%, #0000 85%, var(--black)), url('../images/youth-3.webp'), url('../images/youth-1.webp'), url('../images/youth-2.webp'), linear-gradient(to bottom, #00000080, #00000080), url('../images/campmeeting-banner-bg.webp');
  background-position: 0 0, 0 0, 60%, 70vw, -10vw, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, auto 30vw, auto 200%, auto 150%, auto, cover;
}

.image {
  width: 500px;
}

.youthcamp-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.youth-camp-heading-text {
  font-family: var(--font-family);
  color: var(--white);
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 700;
  line-height: 128px;
}

.youth-camp-logo-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  display: flex;
}

.footer-cta-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 15px 50px;
  display: inline-flex;
}

.upliftdigital-logo {
  height: 20px;
}

.footer {
  border-top: 6px solid var(--primary);
  background-color: #242424;
}

.footer-bottom-inner-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-link-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-img {
  max-width: none;
  height: 100px;
}

.dot {
  color: var(--primary);
  font-weight: 700;
}

.footer-grid {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-block-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-block-wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-block-wrapper.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #636565;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-subheading {
  font-family: var(--font-family);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.footer-cta-button-text {
  font-family: var(--font-family);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}

.hero-youth-camp {
  background-image: linear-gradient(270deg, #6b2d38b3, #3d154cb3), url('../images/youth-3.webp'), url('../images/youth-1.webp'), url('../images/youth-2.webp'), linear-gradient(#00000080, #00000080), url('../images/campmeeting-banner-bg.webp');
  background-position: 0 0, 60%, 70vw, -10vw, 0 0, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: auto, auto 30vw, auto 200%, auto 150%, auto, cover;
}

.youth-camp-impact {
  background-color: #fff;
}

.youth-camp-impact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.h1-text {
  font-family: var(--font-family);
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
}

.youth-camp-impact-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.subheading {
  font-family: var(--font-family);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.youth-camp-impact-image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 1100px;
  display: flex;
  overflow: hidden;
}

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

.youth-camp-impact-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.impact-slider {
  height: 100%;
}

.slide-nav, .right-arrow, .icon, .left-arrow, .icon-2 {
  display: none;
}

.registration-impact {
  background-color: #fff;
}

.registration-impact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.registration-impact-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  font-family: var(--font-family);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.registration-impact-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
}

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

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  font-family: var(--font-family);
  background-color: #6b2d38e6;
  border-radius: 20px;
  display: flex;
}

.nav-menu:where(.ui-variant) {
  background-color: #ffffffe6;
}

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

.navbar-link:where(.ui-variant) {
  color: var(--primary);
}

.navbar-link.ui--current {
  color: var(--primary);
  background-color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.navbar-link.ui--current:where(.ui-variant) {
  background-color: var(--primary);
  color: var(--white);
}

.dropdown-list.ui--open {
  background-color: #6b2d38e6;
  border-radius: 0 0 20px 20px;
}

.dropdown-list.ui--open:where(.ui-variant) {
  background-color: #ffffffe6;
}

.contact {
  background-color: #fff;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-type1 {
  color: #ee964b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 58px;
}

.submit-button-2 {
  background-color: #369ac8;
  border-radius: 20px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

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

.error-message-2 {
  text-align: center;
  background-color: #ff6969;
  border-radius: 20px;
  font-weight: 700;
}

.div-block-47 {
  margin-bottom: 20px;
}

.contact-form-field {
  background-color: #0000;
}

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

.text-span-5 {
  color: #369ac8;
  font-size: 80px;
  font-weight: 700;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.success-message-2 {
  border-radius: 20px;
  font-weight: 700;
}

.contact-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.contact-form-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-field-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.campmeeting-impact-image-wrapper {
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 900px;
  display: flex;
  overflow: hidden;
}

.campmeeting-impact-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.campmeeting-impact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.campmeeting-impact {
  background-color: #fff;
}

.campmeeting-impact-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.campmeeting-speaker-img-wrapper {
  height: 33%;
  position: relative;
}

.text-block {
  position: absolute;
  inset: 0% 0% auto;
}

.campmeeting-speaker-img-text {
  font-family: var(--font-family);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px 1px 9px #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  inset: auto 0% 0% 10px;
}

.page-wrapper {
  background-color: #242424;
}

.text-block-2 {
  border: 1px solid #d1d1d1;
  height: 200px;
  overflow: scroll;
}

.field-label {
  margin-top: 20px;
}

.recaptcha {
  margin-top: 40px;
  margin-bottom: 40px;
}

.radio-button {
  color: red;
}

.youth-camp-registration-tithly-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 50%;
  min-width: 50%;
}

.registration-post-form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.campmeeting-impact-wrapper-mobile {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    background-image: linear-gradient(#0000 83%, #000), radial-gradient(circle, #fff, #0000), url('../images/logo-large.webp'), linear-gradient(#0000, #0000), url('../images/home-hero-bg.webp');
    background-size: auto, auto, contain, auto, cover;
    height: 100vh;
  }

  .submit-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 20px;
  }

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

  .youthcamp-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-cta-button {
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-cta-button-text {
    font-size: 24px;
    line-height: 20px;
  }

  .youth-camp-impact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .youth-camp-impact-image-wrapper {
    width: 100%;
    height: 1200px;
  }

  .youth-camp-impact-content-wrapper {
    width: 100%;
  }

  .registration-impact-wrapper {
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 6px 20px #0000004d;
  }

  .nav-menu.nav-open {
    display: flex;
  }

  .navbar-link {
    color: var(--primary);
    width: 100%;
    text-align: center;
  }

  .navbar-link.ui--current {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0;
  }

  .dropdown-list.ui--open {
    background-color: #fff;
  }

  .hamburger-menu-icon {
    color: #333;
  }

  .hamburger-menu-icon:where(.ui-variant) {
    color: var(--white);
  }

  .dropdown {
    width: 100%;
  }

  .menu-button.ui--open {
    background-color: #fff;
  }

  .campmeeting-impact-image-wrapper, .campmeeting-impact-content-wrapper {
    width: auto;
  }

  .campmeeting-impact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .campmeeting-impact-wrapper-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-logo-img {
    width: 80vw;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .campmeeting-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .large-buttons-wrapper {
    flex-flow: column;
  }

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

  .footer-link-list-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-grid {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-block-wrapper, .footer-block-wrapper.left, .footer-block-wrapper.right, .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .youth-camp-impact-wrapper {
    flex-flow: column;
    padding-top: 20px;
  }

  .youth-camp-impact-image-wrapper {
    height: 600px;
  }

  .youth-camp-impact-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .hamburger-menu-icon {
    color: var(--primary);
  }

  .hamburger-menu-icon:where(.ui-variant) {
    color: var(--white);
  }

  .menu-button.ui--open {
    background-color: #fff;
  }

  .menu-button.ui--open:where(.ui-variant) {
    background-color: var(--primary);
  }

  .heading-type1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .submit-button-2 {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-47 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3 {
    width: 90vw;
  }

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

  .text-span-5 {
    font-size: 60px;
    line-height: 40px;
  }

  .campmeeting-impact-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .campmeeting-impact-wrapper, .campmeeting-impact-wrapper-mobile {
    flex-flow: column;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-button-wrapper {
    flex-flow: column;
  }

  .home-hero-button {
    border-radius: 10px;
    padding: 20px 50px;
  }

  .button-text {
    font-size: 24px;
    line-height: 20px;
  }

  .large-text {
    font-size: 60px;
    line-height: 50px;
  }

  .large-button-wrapper {
    border-radius: 10px;
    padding: 20px 50px;
  }

  .large-button-wrapper.flyer {
    width: 90vw;
  }

  .large-button-text {
    font-size: 24px;
    line-height: 20px;
  }

  .image {
    width: 80vw;
  }

  .youth-camp-heading-text {
    font-size: 80px;
    line-height: 80px;
  }

  .footer-wrapper {
    padding: 20px 0;
  }

  .youth-camp-impact-image-wrapper {
    height: 400px;
  }

  .heading-type1 {
    font-size: 20px;
    line-height: 20px;
  }

  .submit-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .campmeeting-impact-image-wrapper {
    height: 600px;
  }

  .campmeeting-speaker-img-text {
    font-size: 24px;
    line-height: 24px;
  }

  .youth-camp-registration-tithly-wrapper {
    width: auto;
    min-width: auto;
  }

  .registration-post-form-wrapper {
    flex-flow: column;
  }
}

#ui-node-_96f616d4-66ce-cf93-0ff1-f99bfed7498d-aacf6c48 {
  grid-area: 2 / 1 / 3 / 4;
}

@media screen and (max-width: 767px) {
  #ui-node-_96f616d4-66ce-cf93-0ff1-f99bfed7498d-aacf6c48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


