:root {
  --transparent: #fff0;
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.topmenu {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 65px;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.topmenu.invert {
  filter: none;
  background-color: #000;
}

.image {
  object-fit: cover;
  width: 100vw;
  height: 140vh;
}

.bottom-menu-contain {
  z-index: auto;
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#ffffff61, #fff 70%);
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  height: 60px;
  display: flex;
  position: static;
  inset: auto auto 0%;
  overflow: hidden;
}

.bottom-menu-contain.blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.body {
  object-fit: contain;
  background-color: #fff;
  height: 100vh;
  font-size: 16px;
}

.body.barcode-scanner-active {
  background-color: var(--transparent);
}

.spacer-top {
  height: 65px;
  position: absolute;
}

.spacer-btm {
  background-color: #e88484;
  height: 100vh;
}

.alert {
  z-index: 200;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.alert.flex {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.alert.hide {
  z-index: 200;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 80vh;
  display: grid;
}

.columns.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 500px 1fr;
  height: 100%;
  min-height: 0;
  position: static;
}

.columns.grid.hide {
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.screen {
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.screen.block {
  z-index: auto;
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.screen.block.relative {
  background-color: #fff;
  max-width: 100%;
  overflow: visible;
}

.chat {
  background-color: #c0c0c000;
  background-image: none;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 65px;
  display: block;
  position: absolute;
  inset: 0% auto auto;
}

.chat.hide {
  background-image: linear-gradient(#fff0 85%, #fff);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Jockey One, sans-serif;
  font-weight: 400;
}

.heading.profile-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  order: -1;
  margin-top: 9px;
  font-size: 31px;
  position: static;
  inset: 14px auto auto 0%;
}

.loadingpage {
  z-index: 3;
  filter: none;
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 200%, #aaa, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loadingpage.flex {
  z-index: auto;
  background-color: #fff;
}

.menuitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #0000;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: grid;
  transform: scale(.8);
}

.menuitem.active {
  opacity: 1;
  filter: none;
  background-color: #0000;
  background-image: none;
  border-radius: 49px;
  transform: scale(.7);
  box-shadow: 0 2px 5px 4px #0003;
}

.itemicon {
  width: 40%;
  height: 40%;
  margin-top: 10px;
  position: relative;
}

.itemtext {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
}

.loginpagecontain {
  z-index: auto;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.loginpagecontain.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 500px;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.loginpagecontain.grid.hide {
  display: none;
}

.main-logo-shadow {
  filter: invert();
  height: 18vh;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 4px;
  position: relative;
}

.text-block {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  position: relative;
}

.button {
  background-color: #ec384d;
  background-image: url('../images/google_signin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 13px;
}

.button.green {
  background-color: #38ec3e;
}

.button.green.purple {
  background-color: #7612ab;
}

.sidefill {
  z-index: 1;
  opacity: 1;
  background-color: #c074c9;
  background-image: linear-gradient(39deg, #222, #5553bd);
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.sidefill.left {
  z-index: auto;
  width: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sidefill.right {
  z-index: auto;
  width: 100%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.html-embed, .hide, .div-block {
  display: none;
}

.text-block-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.html-embed-2, .html-embed-3 {
  height: 0;
  display: none;
}

.image-4 {
  filter: brightness(200%);
  max-width: 300px;
}

.divider {
  opacity: .2;
  background-color: #000;
  width: 200px;
  height: 2px;
  margin-top: 18px;
}

.video {
  position: absolute;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: 50px;
  grid-template-columns: 50px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 50px;
  margin-top: 10px;
  display: grid;
}

.loading-text {
  color: #fff;
  letter-spacing: 4px;
  background-color: #0000005c;
  border-radius: 20px;
  order: 0;
  padding: 3px 20px 5px;
  font-family: Jockey One, sans-serif;
  font-size: 15px;
  line-height: 16px;
  position: relative;
}

.background-video-2 {
  filter: grayscale() blur(5px);
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nogoogle {
  color: #fff;
  margin-top: 17px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
}

.nogoogle.hide {
  display: none;
}

.nogoogle.google {
  filter: grayscale();
  color: #818181;
  text-shadow: 1px 1px #00000021;
  margin-top: 5px;
}

.div-block-3 {
  z-index: auto;
  opacity: 1;
  background-color: #ff4c4c;
  background-image: linear-gradient(142deg, red, #000 99%, #fff);
  height: 100vh;
  position: relative;
  inset: 0% 0% auto;
}

.googlelogin {
  border-radius: 0;
  margin-top: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.googlelogin:active {
  transform: translate(2px, 2px);
  box-shadow: inset 6px 6px 3px -5px #757575c9;
}

.googlelogin.hide {
  display: none;
}

.googlelogin.google {
  border-radius: 2px;
  align-self: center;
  margin-top: 0;
  overflow: hidden;
}

.chat-notification {
  opacity: 1;
  background-color: #6bc9ff;
  background-image: linear-gradient(145deg, #00d0ff, #247fff);
  border-radius: 20px;
  align-self: center;
  width: 15px;
  height: 15px;
  margin: 4px auto auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: -1% auto auto;
  transform: translate(12px);
  box-shadow: 3px 2px 9px #00000085;
}

.chat-notification.hide {
  display: none;
}

.background-video-3 {
  z-index: auto;
  filter: grayscale();
  object-fit: fill;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute {
  position: absolute;
}

.absolute.edit {
  z-index: 10;
}

.relative {
  position: relative;
}

.relative.edit {
  z-index: 10;
}

.fixed {
  position: fixed;
}

.fixed.edit {
  z-index: 10;
}

.bgcolorfilter {
  opacity: .94;
  filter: grayscale();
  background-image: radial-gradient(circle at 100% 100%, #962dff, #fff0 36%), radial-gradient(circle farthest-side at 0 100%, #0080ff, #b1f3ff9c 42%, #fff0 74%);
  width: 500px;
  position: absolute;
  inset: 0% auto;
}

.bgcolorfilter.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.emailbutton {
  background-color: #b6b6b6;
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 189px;
  height: 41px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.iconmail {
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.login-bottom-flex {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.login-bottom-flex.hide {
  display: none;
}

.logo-tops {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: grid;
  position: relative;
}

.emailform {
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: fixed;
}

.emailform.email.password.hide, .emailform.hide {
  display: none;
}

.email-label {
  color: #fff;
}

.email-label.email {
  text-shadow: 1px 1px 6px #000;
  order: -1;
  width: 100%;
  margin-top: 0;
}

.password-label {
  color: #fff;
}

.password-label.password {
  text-shadow: 1px 1px 6px #000;
  order: 5;
  margin-top: 10px;
}

.email-input {
  border-radius: 8px;
}

.email-input.email {
  z-index: 1;
  order: 0;
  margin-bottom: 0;
  font-size: 1em;
  position: relative;
}

.password-input {
  border-radius: 8px;
}

.password-input.password {
  order: 6;
  margin-bottom: 5px;
  font-size: 1em;
  position: relative;
}

.password-options {
  float: right;
  background-color: #61c5ffd6;
  border-radius: 8px;
}

.password-options.password {
  background-color: #0000;
  border-radius: 0 0 8px 8px;
  order: 7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: Jockey One, sans-serif;
  font-size: 27px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.password-options.password.hide {
  background-color: #000;
  display: none;
  position: static;
}

.password-options.check {
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.password-options.check.hide {
  background-color: #000;
  display: none;
}

.email-next {
  color: #fff;
  background-color: #56b3e7;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Jockey One, sans-serif;
  font-size: 27px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.email-next.email {
  background-color: #4c8eff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  order: 0;
  align-self: flex-start;
  width: 100%;
  height: 35px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.email-next.email.hide {
  background-color: #56b3e7db;
  display: none;
  position: static;
}

.email-next.hide {
  display: none;
}

.submit-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.forgot-password {
  color: #fff;
  text-align: center;
}

.forgot-password.email {
  color: #868686;
  text-align: left;
  order: 0;
  width: auto;
  height: 100%;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.reset-link {
  opacity: .3;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 17px;
  order: 10;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.reset-link.send {
  opacity: 1;
  background-color: #fff;
}

.reset-link.reset {
  opacity: .23;
  background-color: #fff;
  margin-top: 40px;
}

.reset-link.reset.send {
  opacity: 1;
  background-color: #fff;
  margin-top: 40px;
}

.reset-text {
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jockey One, sans-serif;
  position: static;
}

.form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.reset-input {
  border-radius: 8px;
}

.reset-input.reset {
  order: 9;
  margin-bottom: 0;
  font-size: 1em;
}

.reset-label {
  color: #fff;
}

.reset-label.reset {
  text-shadow: 1px 1px 6px #000;
  order: 8;
  margin-top: 25px;
}

.div-block-5 {
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
}

.email-next-2 {
  color: #fff;
  background-color: #56b3e7;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.email-next-2.hide {
  display: none;
}

.iconmail-2 {
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 21px;
  font-weight: 700;
}

.nogoogle-2 {
  color: #fff;
  margin-top: 17px;
  font-size: 16px;
  display: block;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.alert-inner {
  opacity: 1;
  background-color: #ffffffed;
  background-image: linear-gradient(#fff 92%, #6e6e6e73);
  border: 0 solid #00000038;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  min-height: 50px;
  margin: 0 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 7px #000000a1;
}

.alert-inner.hooz-gradient {
  box-shadow: none;
  margin: 5px;
}

.alert-text {
  color: #505050;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5f5c5c;
  margin: 0 20px 0 10px;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
  line-height: 22px;
}

.x-button {
  opacity: .85;
  object-fit: cover;
  width: auto;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bell {
  opacity: .3;
  height: 26px;
  margin-left: 15px;
}

.profile {
  z-index: 2;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.profile.hide {
  display: none;
}

.div-block-6 {
  background-color: #8987ffa1;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 70%;
  height: 70vh;
  display: flex;
}

.div-block-7 {
  background-color: #5f5f5f;
  border-radius: 50%;
  order: -1;
  width: 10vw;
  height: 10vw;
  margin-bottom: -57px;
  position: relative;
}

.div-block-8 {
  width: 12.25vw;
  height: 12.25vw;
  position: relative;
}

.reset-box {
  padding-bottom: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.email-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.password-box {
  margin-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
}

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

.google-box.hide {
  display: none;
}

.email-next-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.alert-counter {
  color: #33333361;
  text-align: center;
  align-self: auto;
  margin-right: 0;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-9 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 60px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.oval {
  background-color: #7428dd;
  width: 100%;
  height: 200px;
  position: relative;
}

.oval.gradient {
  background-image: linear-gradient(#5741ff, #77b8f2 57%, #49dcc1);
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  width: 400%;
}

.div-block-10 {
  background-color: #d2c52d;
  border-radius: 50%;
  width: 600px;
  height: 300px;
  margin-top: -125px;
}

.div-block-10.hooz-gradient {
  filter: none;
  transform-style: preserve-3d;
  background-image: linear-gradient(141deg, #9800eb 16%, #6206b8 33%, #4f4cdf 52%, #5fbdfc 70%, #48ff9a 83%);
  justify-content: center;
  align-items: center;
  width: 100vh;
  margin-top: -188px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  overflow: hidden;
  box-shadow: inset 0 -4px 16px #282828e6;
}

.div-block-10.hooz-gradient.hide {
  display: none;
}

.hooz-gradient {
  background-image: linear-gradient(to right, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
}

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

.profile-shadow {
  background-color: #fff0;
  border-radius: 6px;
  width: 150px;
  height: 185px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: inset -3px 2px 14px #000;
}

.success-message {
  opacity: 1;
  height: 0;
  padding: 0;
}

.error-message {
  width: 0;
  height: 0;
  margin-top: 0;
  padding: 0;
}

.profile-name {
  color: #5f5f5f;
  text-align: left;
  text-shadow: 1px 1px 9px #fff;
  background-color: #0000;
  border: 0 solid #fff0;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: -4px;
  margin-right: 30px;
  padding: 0;
  font-family: Jockey One, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
  overflow: visible;
}

.profile-name::placeholder {
  color: #aaa;
  text-shadow: none;
  font-size: 20px;
  font-style: normal;
}

.profile-name.hide {
  display: none;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.submit-button, .dummy-input {
  display: none;
}

.image-holder {
  background-color: #fff0;
  border: 5px solid #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: stretch;
  width: 150px;
  height: 185px;
  min-height: 150px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.form-block {
  border-radius: 10px;
  align-self: center;
  width: 85%;
  margin-top: 0;
  margin-bottom: 12px;
  position: relative;
}

.div-block-11 {
  width: 45px;
  height: 1000px;
}

.image-6 {
  height: 2000px;
}

.name-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffffba;
  background-image: linear-gradient(#fff, #fff0 61%);
  border-radius: 20px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.name-holder.focused {
  background-color: #fff;
  box-shadow: inset 0 2px 5px #00000073;
}

.pencil {
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Kalam, sans-serif;
  font-size: 20px;
  position: absolute;
  inset: auto 14px 10px auto;
}

.show-name {
  opacity: 0;
  color: #000;
  text-shadow: 1px 1px 6px #000;
  width: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 20px;
  display: block;
}

.div-block-12 {
  height: 32px;
}

.div-block-13 {
  width: 70%;
  height: 10px;
  margin-top: 28px;
  position: relative;
}

.div-block-13.hooz-gradient {
  align-self: flex-start;
  width: 35%;
  margin-top: 8px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.gender-label {
  color: #2c2c2c;
  align-self: flex-start;
  margin-left: 10%;
  font-family: Kalam, sans-serif;
  font-size: 26px;
  position: relative;
}

.gender-flex {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-top: 1px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.gender-flex.hide {
  display: none;
}

.gender-text {
  text-align: center;
  width: 100%;
  padding: 4px 15px;
  font-family: Exo, sans-serif;
}

.gender-text.male {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.gender-text.female {
  text-align: left;
  width: 85px;
  padding-left: 0;
  padding-right: 0;
}

.gender-text.male-show {
  margin-left: 10px;
  margin-right: 10px;
}

.gender-text.female-show, .gender-text.all-show {
  margin-right: 10px;
}

.profile-spacer {
  width: 70%;
  height: 10px;
  margin-top: 28px;
  position: relative;
}

.profile-spacer.hooz-gradient {
  opacity: .38;
  background-image: linear-gradient(to right, #000 37%, #0000);
  flex: 0 auto;
  align-self: center;
  width: 86%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
  position: relative;
}

.lookfor-flex {
  grid-column-gap: 16px;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 1px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.lookfor-label {
  color: #363636;
  align-self: flex-start;
  margin-left: 10%;
  font-family: Kalam, sans-serif;
  font-size: 26px;
  position: relative;
}

.gender-select {
  z-index: auto;
  background-color: #0000;
  background-image: linear-gradient(#a1a1a1, #ffffff78);
  border: 0 solid #fff;
  border-radius: 20px;
  justify-content: center;
  width: 0;
  height: 0;
  margin-top: -2000px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  box-shadow: 2px 2px 6px #000;
}

.form-block-2 {
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.about-me-area {
  box-shadow: none;
  background-color: #eee;
  background-image: linear-gradient(#fff, #e9e9e9);
  border-radius: 9px;
  height: auto;
  min-height: 100px;
  margin-bottom: 5px;
}

.profile-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Jockey One, sans-serif;
}

.profile-header.profile-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 14px;
  margin-left: 20px;
  padding-left: 0;
  font-size: 31px;
  position: absolute;
  inset: 16px auto auto;
}

.alert-message {
  align-self: flex-start;
  width: 35%;
  margin: 100px 20px 20px;
  position: relative;
}

.alert-message.hooz-gradient {
  border-radius: 20px;
  width: 100%;
}

.profile-file {
  height: auto;
  display: none;
  position: relative;
}

.camera {
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
}

.camera.no-profile {
  opacity: 0;
  filter: grayscale();
  height: 100%;
}

.div-block-14 {
  border-radius: 13px;
  width: 150px;
  height: auto;
  margin-top: 1px;
  display: flex;
  position: relative;
  left: auto;
  box-shadow: 0 2px 5px #000000b5;
}

.bubble {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 50%;
  width: 80%;
  height: 50%;
  margin-top: 5px;
  margin-left: 15px;
}

.profile-update {
  background-color: #7ba0f8;
  border-radius: 500px;
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 80px;
}

.meetmatch {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.meetmatch.hide {
  display: none;
}

.meetmatch.hooz-gradient {
  background-image: linear-gradient(#252525, #fff);
  border: 6px solid #fff;
  border-radius: 7px;
  justify-content: center;
  height: auto;
  min-height: 80px;
  display: flex;
  box-shadow: inset 1px 1px 3px #000, 3px 3px 8px #0006;
}

.meetmatch-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
}

.meetmatch-text.hooz-gradient {
  text-shadow: 1px 1px 1px #000;
  background-image: none;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 25px 10px;
  font-family: Kalam, sans-serif;
}

.text-block-8 {
  color: #333333d6;
  margin-top: 7px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
}

.update-bar {
  background-color: #555;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.update-bar.edit {
  height: 100%;
}

.update-text {
  color: #fff;
  text-align: center;
  width: auto;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.update-cancel {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.update-cancel.hide {
  display: none;
}

.image-7 {
  height: 40%;
}

.update-confirm {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
}

.timer {
  opacity: .38;
  background-color: #505050;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-bottom: 4px;
  position: static;
  inset: 0% auto auto 0%;
}

.timer.hooz-gradient {
  opacity: .78;
  border-radius: 20px;
  align-self: flex-start;
  width: 10%;
  height: 10px;
  margin-top: 0;
  margin-bottom: 5px;
  position: absolute;
  box-shadow: inset 0 2px 5px #000000a1;
}

.timer.hooz-gradient.bar {
  background-color: #d1d1d1;
  background-image: none;
  align-self: flex-start;
  width: 95%;
  position: relative;
  left: 2.5%;
  right: 2.5%;
}

.div-block-15 {
  flex-direction: column;
  display: flex;
}

.alert-inner-content {
  opacity: 1;
  background-color: #0000;
  border: 0 solid #00000038;
  border-radius: 14px;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin: 3px 0 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.alert-inner-content.hooz-gradient {
  box-shadow: none;
  margin: 5px;
}

.div-block-16 {
  width: 100%;
  height: 10px;
}

.chat-content {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: calc(100vh - 200px);
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chat-content.hide {
  display: none;
}

.cat {
  object-fit: contain;
  align-self: flex-end;
  width: 50%;
  height: auto;
  margin-bottom: -61px;
}

.image-9 {
  object-fit: contain;
  align-self: flex-end;
  width: 50%;
}

.sticky-nav {
  z-index: 1;
  background-color: #ffffffe0;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 2.5fr auto;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.contact-form {
  background-image: linear-gradient(135deg, #dbdbdb, #486297);
  padding-top: 0;
  padding-bottom: 100px;
}

.input-grid {
  grid-column-gap: 20px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 11px;
  display: grid;
}

.owner-lookup {
  color: #000;
  text-decoration: none;
}

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

.text-field, .text-field-2, .text-field-3 {
  border-radius: 10px;
}

.text-field-4 {
  color: #fff;
  background-color: #17dd774d;
  border-radius: 10px;
  box-shadow: inset 1px 1px 3px #000;
}

.text-field-5 {
  border-radius: 10px;
}

.text-field-6 {
  color: #fff;
  background-color: #7e5edd66;
  border-radius: 10px;
  box-shadow: inset 1px 1px 3px #000;
}

.text-field-7, .text-field-8, .text-field-9, .text-field-10 {
  border-radius: 10px;
}

.text-field-11 {
  background-color: #fff;
  border-radius: 10px;
}

.text-field-12 {
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 3px;
}

.place-search {
  color: #828282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
  display: block;
}

.place-search.hide {
  display: none;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  text-shadow: 1px 1px #000;
  background-color: #6a49ff;
  border-radius: 14px;
  align-self: flex-end;
  height: auto;
  margin-bottom: 5px;
  margin-left: 17px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 17px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-19 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.button-2-copy {
  text-shadow: 1px 1px #000;
  background-color: #ffc800;
  border-radius: 14px;
  align-self: flex-end;
  height: auto;
  margin-bottom: 5px;
  margin-left: 17px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 17px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-20, .div-block-21 {
  width: 45%;
}

.div-block-22 {
  width: 30%;
}

.div-block-23 {
  width: 60%;
}

.div-block-24 {
  justify-content: space-between;
  display: flex;
}

.text-block-9 {
  margin-right: 29px;
}

.endtext {
  color: #b400d0;
  margin-right: 19px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
}

.select-field, .select-field-2 {
  border-radius: 10px;
}

.map {
  background-image: linear-gradient(#fff, #4e4e4e);
  height: 500px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.text-block-10, .text-block-11, .text-block-12 {
  margin-left: 10px;
}

.geo {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.geo.hide {
  display: none;
}

.text-field-13 {
  background-color: #ffc80063;
  align-self: center;
  width: 35%;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 10px;
  box-shadow: inset 1px 1px 3px #000;
}

.text-block-13 {
  margin-right: 0;
}

.text-field-14 {
  background-color: #fff3;
  border-radius: 10px;
  box-shadow: inset 1px 1px 3px #000;
}

.button-3 {
  text-align: center;
  border-radius: 10px;
  width: 35%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  display: block;
  position: static;
  box-shadow: 1px 4px #0b60aa;
}

.logooverlay {
  z-index: 7;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logooverlay.hide {
  display: none;
}

.logocontain {
  background-color: #fff;
  width: 70vw;
  height: 60vh;
}

.anywhere {
  text-shadow: 1px 1px #000;
  background-color: #48fdfd;
  border-radius: 14px;
  align-self: flex-end;
  height: auto;
  margin-bottom: 5px;
  margin-left: 17px;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.div-block-28 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-29 {
  display: flex;
}

.checkbox-label {
  color: #fff;
  text-shadow: 1px 1px #000;
  order: -1;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Exo, sans-serif;
}

.div-block-30 {
  z-index: auto;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nolocation {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nolocation.hide {
  display: none;
}

.text-block-14 {
  color: #fff;
  text-shadow: 0 -3px 12px #000, 4px 4px 17px #000;
  font-family: Jockey One, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.div-block-31 {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-15 {
  margin-right: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
}

.phone {
  display: flex;
}

.autocheckin {
  padding-top: 5px;
}

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

.div-block-32 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.checkbox-field-2 {
  margin-right: 10px;
}

.checkbox-field-3 {
  align-self: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.checkbox-label-2 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  line-height: 15px;
  display: none;
}

.private-check {
  margin-left: -15px;
}

.logobutton {
  background-color: #1ecaff8c;
  background-image: linear-gradient(#5202c4, #32adff);
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50%;
  margin-right: 0;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.checkbox-2 {
  margin-top: 0;
  display: none;
}

.text-block-16 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.checkbox-label-3 {
  white-space: nowrap;
}

.div-block-34 {
  justify-content: space-between;
  display: flex;
}

.urlchecktext {
  margin-right: 10px;
  font-family: Exo, sans-serif;
}

.overlay {
  -webkit-text-fill-color: inherit;
  background-color: #1e1e1ee6;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.overlay.hide {
  display: none;
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: minmax(auto, 10%) 70% 20%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50vh;
  max-width: 95vw;
  height: 70vh;
  margin-top: 60px;
  display: grid;
}

.div-block-36 {
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.logocontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.thelogo {
  object-fit: contain;
  width: 40%;
  height: 30%;
  margin: 0 0 120px;
  position: relative;
}

.image-11 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-12 {
  filter: grayscale();
  border-radius: 14px;
  height: 100%;
  position: relative;
  box-shadow: 4px 4px 19px #000;
}

.div-block-37 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.logoupload {
  background-color: #45ceff;
  background-image: linear-gradient(#71ade5, #6171e5);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50%;
  margin-top: 21px;
  margin-left: 0;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 6px #000;
}

.text-block-17 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

.removelogo {
  background-color: #ff4545;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 35%;
  margin-top: -7px;
  margin-right: 20px;
  display: flex;
}

.text-block-18 {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.logoexit {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.logoinput {
  display: none;
}

.passoverlay {
  z-index: 2;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.passoverlay.flex {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.passoverlay.hide {
  width: 100%;
  display: none;
}

.text-block-19 {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 25px;
}

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

.div-block-41 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-field-15 {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
}

.textarea {
  border-radius: 10px;
  width: 90%;
  margin: 10px 0;
  padding-top: 0;
}

.x-pass {
  opacity: .3;
  object-fit: cover;
  align-self: flex-start;
  width: auto;
  height: 20px;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 10px;
}

.pass-alert-message {
  align-self: center;
  width: 35%;
  margin: 20px;
}

.pass-alert-message.hooz-gradient {
  border-radius: 20px;
  width: 100%;
}

.pass-inner {
  opacity: 1;
  background-color: #ffffff8c;
  background-image: linear-gradient(#fff 92%, #6e6e6e73);
  border: 0 solid #00000038;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  min-height: 50px;
  margin: 0 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 7px #000000a1;
}

.pass-inner.hooz-gradient {
  box-shadow: none;
  margin: 5px;
}

.pass-inner-content {
  opacity: 1;
  background-color: #ffffff8c;
  border: 0 solid #00000038;
  border-radius: 14px;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.pass-inner-content.hooz-gradient {
  box-shadow: none;
  margin: 5px;
}

.pass-alert-text {
  color: #222;
  margin: 10px 20px;
  line-height: 14px;
}

.endtime {
  display: none;
}

.dropdown {
  width: 30%;
  margin-top: 17px;
}

.geofence {
  background-color: #0000;
  width: 100%;
  margin-top: 10px;
}

.div-block-42 {
  width: 100%;
}

.stripe-panel {
  z-index: 3;
  background-color: #fff;
  background-image: linear-gradient(264deg, #818181, #fff);
  flex-direction: column;
  height: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.stripe-panel.hide {
  display: none;
}

.image-13 {
  height: 30px;
}

.div-block-43 {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 15px;
  display: flex;
}

.stripe-customer {
  margin-right: 16px;
}

.stripecontain {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 35%;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.stripecontain.hide {
  display: none;
}

.text-block-20 {
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Changa One, Impact, sans-serif;
}

.select-field-3 {
  padding-right: 0;
}

.transfer-button {
  background-color: #635bff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 17px;
  display: flex;
}

.transfer-button.hide {
  display: none;
}

.div-block-45 {
  z-index: 2;
  grid-column-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  border-top: 2px solid #677c79;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 1px -1px 14px #000;
}

.clear {
  color: #fff;
  background-color: #302929;
  border-radius: 8px;
  margin-left: 0;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.checkin {
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 65px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.checkin.hide {
  display: none;
}

.checkin-start {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  box-shadow: none;
  opacity: 1;
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #54b3dc, #fff0 39%), radial-gradient(circle farthest-side at 0 100%, #6a6adb, #fff0 60%), linear-gradient(#ffffff69 16%, #d1d1d1 38%, #9b9b9b 102%);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  flex-direction: column;
  grid-template-rows: 1fr minmax(0, auto) 2.5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: -5px;
  overflow: hidden;
}

.checkin-start.hide {
  display: none;
}

.nearby-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  color: #0000;
  object-fit: cover;
  background-image: linear-gradient(#0085bed9, #71d3f7);
  border: 4px solid #f0f0f0;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100%;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px #000;
}

.nearby-button:active {
  box-shadow: none;
  transform: scale(.8);
}

.nearby-button.hide {
  display: none;
}

.push-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 50%;
  width: 80%;
  height: 55%;
  margin-top: 4px;
  position: absolute;
  top: 0;
}

.push-bubble.no {
  display: block;
}

.checkin-top-text {
  color: #0000008f;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  text-shadow: 1px 1px #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 33px;
  position: static;
}

.div-block-48 {
  grid-column-gap: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.other-text {
  color: #131313;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 15px;
  position: static;
}

.other-text.chat-text {
  color: #fff;
  text-shadow: none;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
}

.checkin-notice {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #0000;
  background-image: linear-gradient(#8d8d8d, #fff0);
  border: 1px solid #797979;
  border-radius: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80%;
  height: 59px;
  margin-top: -50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: inset 2px 2px 3px #5a5a5a, 1px 1px 16px 5px #000000d4;
}

.checkin-btn-text {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  position: relative;
}

.important {
  background-color: #e6e6e6;
  background-image: none;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 4px 4px 8px #000;
}

.text-block-21 {
  color: #383838;
  text-align: center;
  text-shadow: 1px 1px #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.text-block-22 {
  color: #090909;
  text-align: center;
  width: 85%;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-span {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: #67cbf1;
  border-radius: 7px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.checkin-list {
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  height: auto;
  min-height: 90vh;
  padding: 52px 10px 60px;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.checkin-list.hide, .html-embed-4 {
  display: none;
}

.loc-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #83828245;
  border-radius: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 80px 1fr auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: auto;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.loc-holder.hide {
  display: none;
}

.loc-holder.label {
  box-shadow: 0 5px 9px 1px #0000007a;
}

.location-logo {
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  transform: scale(.9);
}

.location-logo.hide {
  object-fit: contain;
  border-radius: 0;
}

.location-description {
  font-family: Exo, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.location-description.large {
  color: #e4e4e4;
  padding-left: 10px;
  font-size: 14px;
}

.location-name {
  white-space: normal;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  line-height: 16px;
  position: static;
}

.location-name.large {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: -3px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 26px;
  line-height: 29px;
  overflow: hidden;
}

.checkin-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle at 0 0, #000, #8f8f8f);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  min-width: 92px;
  height: 80%;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.082, .664, .667, .635);
  display: flex;
  position: relative;
}

.checkin-btn:active {
  transform: scale(.9)translate(0, 2px);
}

.checkin-btn.hide {
  display: none;
}

.checkin-btn.new {
  background-image: linear-gradient(#525252, #d5d6d6);
  border: 1px solid #999;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 2px #000000d1;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.div-block-51 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 25px;
  align-self: center;
  width: 93%;
  height: 50%;
  position: absolute;
  top: 3px;
  left: 3%;
  right: 3%;
}

.div-block-51.large {
  width: 95%;
}

.category-icon {
  filter: grayscale(60%);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 60px;
  height: auto;
  font-size: 36px;
  line-height: 36px;
}

.location-divider {
  background-color: #0000001c;
  width: 85%;
  height: 1px;
  margin-bottom: 0;
  display: none;
  position: relative;
  inset: auto auto 0%;
}

.category {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  background-color: #6d6d6d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  line-height: 20px;
  box-shadow: 1px 1px 3px #000;
}

.distance {
  margin-left: 0;
  margin-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.distance.large {
  color: #fff;
}

.checkbox-field-4 {
  order: 0;
}

.checkbox-field-4.hide {
  display: none;
}

.checkbox-3 {
  order: 1;
  margin-left: 0;
  margin-right: 5px;
}

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

.menu-selected {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #2acdff, #0000);
  position: fixed;
}

.meet {
  z-index: 1;
  background-color: #0000;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
  height: auto;
  margin-top: 0;
  display: block;
  position: fixed;
  inset: 65px auto 0%;
}

.meet.hide {
  display: none;
}

.meet-area {
  z-index: 2;
  background-color: #4ba8e7;
  background-image: linear-gradient(#000 4%, #6d6d6d 46%, #fff 77%);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 45px 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 8px 5px #0003;
}

.meet-area.hide {
  display: none;
}

.meet-start {
  background-color: #ddd;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  height: auto;
  min-height: 90vh;
  padding-bottom: 100px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.meet-start.hide {
  display: none;
}

.venue-holder {
  color: #fff;
  text-align: center;
  text-shadow: -1px 0 3px #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 16px;
  display: flex;
}

.venue-bg {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
  position: absolute;
  inset: auto auto -16px;
  box-shadow: 0 6px 4px #ffffff61;
}

.venue-bg.hide {
  display: none;
}

.button-pushes {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: auto auto 91px;
}

.button-pushes.hide {
  display: none;
}

.div-block-52 {
  background-image: linear-gradient(#000, #fff);
  width: 80px;
  height: 80px;
}

.pushbutton {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  background-image: linear-gradient(#73737387, #ffffffd9);
  border: 1px solid #292929;
  border-radius: 50%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 96px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 16px #000;
}

.pushbutton.pushno {
  border-color: #272727;
  border-radius: 100% 100% 100% 0;
  align-self: flex-end;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.pushbutton.pushyes {
  border-color: #272727;
  border-radius: 100% 100% 0;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.checkin-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 12px;
  width: 95%;
  height: 55%;
  margin-top: 2px;
  display: block;
  position: absolute;
  top: 0;
}

.card-fixed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 70px;
}

.card-fixed.hide {
  display: none;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: 40px minmax(200px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 97%;
  margin: 10px;
  padding: 0 0 5px;
  font-size: 22px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 7px #00000082;
}

.card.hide {
  display: none;
}

.card-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(#000, #fff);
  border-radius: 8px;
  grid-template-rows: 100% auto;
  grid-template-columns: minmax(200px, 100%);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: grid;
  position: static;
  overflow: hidden;
  box-shadow: inset 1px 1px 6px #000;
}

.card-name {
  filter: blur(4px);
  color: #838383;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Kalam, sans-serif;
  position: absolute;
  left: 13px;
}

.card-image {
  color: #333;
  object-fit: cover;
  width: 100%;
  min-width: 400px;
  height: 100%;
  font-size: 0;
  position: relative;
}

.image-15 {
  width: 120px;
  position: static;
  bottom: 70px;
}

.show-profile {
  background-color: #0000;
  justify-items: stretch;
  width: 35%;
  position: fixed;
  top: 67px;
  bottom: 89px;
}

.card-bg-yes {
  opacity: 0;
  background-color: #2fc678;
  background-image: linear-gradient(#00f66f, #fff);
}

.card-bg-no {
  opacity: 0;
  background-color: #c62f2f;
  background-image: linear-gradient(#f60000, #fff);
}

.card-image-block {
  opacity: 0;
  filter: invert();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.pushbutton-target {
  opacity: 1;
  background-color: #0000;
  width: 120px;
  height: 120px;
}

.passcode-entry {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 35%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.passcode-entry.hide {
  z-index: 3;
  display: none;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
  position: relative;
}

.passinput {
  text-align: center;
  background-color: #cecece;
  border: 3px solid #fff;
  border-radius: 11px;
  width: 50%;
  margin-bottom: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 20px;
  box-shadow: inset 1px 1px 3px #000;
}

.form-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.instruction-text {
  color: #fff;
  margin: 0 20px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  position: relative;
}

.form-block-3 {
  margin-bottom: 0;
}

.div-block-53 {
  background-color: #0000;
  background-image: radial-gradient(circle closest-corner, #565656d9, #000000d6);
  border: 6px solid #b2b2b2;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.checkin-lock {
  margin-bottom: -2px;
  margin-right: -5px;
  font-size: 22px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pass-close {
  filter: invert();
  align-self: flex-end;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 7px;
  position: absolute;
}

.report {
  filter: none;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  background-color: #ff9696;
  margin-top: 3px;
  margin-right: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  position: relative;
  inset: 0%;
}

.report.report-meet {
  background-color: #dba576;
  border-radius: 20px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 1px 10px 4px;
  line-height: 16px;
  box-shadow: 0 2px 5px #0000007d;
}

.checkback {
  grid-row-gap: 5vh;
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20vh;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.checkback.hide {
  margin-top: 0;
  display: none;
}

.age-select {
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  justify-content: center;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: flex;
}

.age-select.hide {
  display: none;
}

.div-block-54 {
  justify-content: center;
  margin-top: 21px;
  display: flex;
}

.text-block-26 {
  margin-top: 0;
}

.age-button {
  background-image: linear-gradient(#c1c1c1, #282828);
  border: 9px solid #7c7c7c;
  border-radius: 20px;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  display: flex;
  box-shadow: 2px 2px 6px #000, inset 1px 1px 3px #000;
}

.age-button:active {
  background-image: linear-gradient(#9928f6, #282828);
}

.age-num {
  font-size: 19px;
}

.text-block-28 {
  margin-left: 3px;
  margin-right: 3px;
}

.cache {
  opacity: .31;
  width: 100%;
  height: 0;
  display: block;
}

.no-text {
  color: #555252;
  text-align: center;
  text-shadow: 0 1px 1px #d4d4d4d6;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 16px;
  line-height: 17px;
  position: static;
}

.yes-text {
  color: #5c5b5b;
  text-align: center;
  text-shadow: 0 1px 1px #d4d4d4d6;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 18px;
  line-height: 17px;
  position: static;
}

.ham-bottom {
  margin-right: 20px;
}

.mainmenu {
  z-index: 1;
  grid-row-gap: 50px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #292828eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  inset: 0% auto;
}

.mainmenu.hide {
  display: none;
}

.ham-top {
  filter: invert();
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-29 {
  color: #919191;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
}

.mainmenu-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
}

.div-block-55 {
  flex-direction: column;
  width: auto;
  margin-bottom: 24px;
  display: flex;
  position: fixed;
  inset: auto auto 0;
}

.host-text {
  color: #cecece;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.host-button {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #a574ff;
  background-color: #945aff;
  border-radius: 20px;
  margin-top: 3px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  box-shadow: 1px 4px #6f21ff;
}

.image-16 {
  width: 20%;
  margin-bottom: 46px;
  position: static;
}

.back {
  background-color: #0000;
  align-self: center;
  max-height: 50%;
  margin-left: 5px;
  margin-right: 15px;
  position: relative;
}

.menu-spacer {
  height: 20vh;
}

.menu-notifications {
  grid-column-gap: 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.notification-status {
  color: #fff;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
  box-shadow: inset 1px 1px 3px #000;
}

.notification-status.on {
  background-color: #43c0ff;
}

.add-homescreen {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.add-homescreen.hide {
  display: none;
}

.image-17 {
  width: 50px;
  height: 50px;
  margin-top: 12px;
  margin-bottom: 9px;
}

.homescreen-text {
  color: #fff;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.loggedinas {
  color: #989898;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 11px;
}

.mainmenu-text-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
}

.matches {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 65px;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
  overflow: visible;
}

.matches.hide {
  display: none;
}

.match-list {
  width: 500px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.match-list.hide {
  display: none;
}

.match-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 80px 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 75px;
  display: grid;
  overflow: hidden;
}

.match-holder.hide {
  display: none;
}

.match-thumb {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.match-thumb.hide {
  object-fit: contain;
}

.thumb-placeholder {
  filter: grayscale(60%);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 60px;
  height: auto;
  font-size: 24px;
}

.match-name {
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.match-message {
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.match-divider {
  background-color: #0000004d;
  width: 85%;
  height: 1px;
  margin-bottom: 0;
  display: none;
  position: relative;
  inset: auto auto 0%;
}

.match-time {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 11px;
}

.match-paginate {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: flex-end;
  width: 500px;
  height: auto;
  margin-top: 0;
  padding: 10px 20px 20px;
  display: flex;
  position: fixed;
  inset: auto auto 60px;
}

.match-paginate.hide {
  display: none;
}

.paginate-text {
  color: #fff;
  align-self: center;
  margin-right: 7px;
  font-family: Jockey One, sans-serif;
  line-height: 12px;
  position: relative;
}

.admin-chat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  border-radius: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  display: grid;
}

.admin-chat.hooz-gradient {
  box-shadow: none;
  background-color: #3f3f3f;
  background-image: none;
  border: 0 solid #949494;
  width: auto;
  max-width: 80%;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.admin-chat.hooz-gradient.hide {
  display: none;
}

.self-chat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  color: #0000;
  background-color: #fff;
  border: 0 solid #afafaf;
  border-radius: 20px 0 0 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-end;
  justify-items: center;
  width: auto;
  max-width: 70%;
  height: auto;
  margin-top: 10px;
  margin-right: 6px;
  padding: 5px 0 5px 5px;
  display: grid;
  transform: none;
}

.self-chat.hide {
  display: none;
}

.self-chat.same {
  align-self: flex-end;
  margin-top: -8px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 14px;
}

.other-chat {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  background-color: #3b3b3c;
  border: 0 solid #5c5c5c;
  border-radius: 0 20px 20px 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  justify-items: center;
  width: auto;
  max-width: 70%;
  height: auto;
  margin-top: 10px;
  margin-left: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  display: grid;
}

.other-chat.hide {
  display: none;
}

.other-chat.same {
  margin-top: -8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.self-text-contain {
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
  display: flex;
  position: relative;
}

.self-text {
  color: #fff;
  text-align: left;
  text-shadow: 0 -2px #000;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 15px;
  position: static;
}

.self-text.chat-text {
  color: #4d4d4d;
  text-align: right;
  text-shadow: none;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  transform: none;
}

.self-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 12px 3px 3px 12px;
  width: 100%;
  height: 20px;
  margin-top: 2px;
  display: none;
  position: relative;
}

.admin-contain {
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.admin-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #686868;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px #ffffffa8;
  background-color: #d1d1d1c9;
  background-image: none;
  border: 1px solid #949191;
  border-radius: 19px;
  margin-top: 0;
  margin-bottom: 1px;
  padding: 7px 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.logo-background {
  opacity: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
  position: fixed;
  inset: 65px auto 0%;
}

.logo-background.hide {
  display: none;
}

.chat-logo {
  filter: drop-shadow(0 7px 10px #000) drop-shadow(11px 14px 3px #00000047);
  object-fit: contain;
  align-self: flex-start;
  width: 400px;
  max-width: none;
  max-height: 40svh;
  padding: 40px 20px;
  overflow: visible;
}

.other-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 3px 12px 12px 3px;
  width: 100%;
  height: 20px;
  margin-top: 2px;
  display: none;
  position: relative;
}

.other-text-contain {
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
  display: flex;
  position: relative;
}

.checkin-botton-text {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-bottom: -5px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 18px;
  position: relative;
}

.load-more {
  background-color: #740eab;
  border-radius: 20px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  line-height: 16px;
}

.pending {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 5px;
  display: flex;
  position: static;
}

.pending.hide {
  display: none;
}

.pending-text {
  color: #fff;
  text-shadow: 0 1px 3px #000000ed;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
}

.pending-button {
  grid-column-gap: 3px;
  background-color: #0000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 2px 0 4px;
  display: flex;
}

.pending-button.hooz-gradient {
  grid-column-gap: 3px;
  background-color: #0000;
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 6px 5px;
  display: flex;
}

.pending-button.hide {
  display: none;
}

.in-fence-old {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/doodle.png'), linear-gradient(#0000, #00000021 72%, #000), linear-gradient(#5e5c5c 7%, #909090 57%, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 35%;
  height: 100%;
  display: grid;
  position: fixed;
  top: 65px;
  bottom: 0;
}

.in-fence-old.hide {
  display: none;
  bottom: -5px;
}

.location-detected {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #050505;
  background-color: #00000063;
  background-image: linear-gradient(#c1c1c1, #fff);
  border: 3px solid #e4e4e4;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  width: auto;
  min-width: 50%;
  height: auto;
  margin-bottom: 20px;
  padding: 5px 10px;
  display: flex;
  position: relative;
  inset: 0 0% auto;
  box-shadow: 0 0 19px #000000b0;
}

.location-detected.hide {
  display: none;
}

.location-detected.private {
  background-image: linear-gradient(81deg, #3762d8, #ffffffeb 56%, #3762d8);
}

.detect-logo {
  background-color: #0000;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 30vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-34 {
  font-family: Jockey One, sans-serif;
  font-size: 30px;
}

.div-block-56 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.detect-desc {
  color: #414141;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: none;
}

.fence-buttons {
  color: #000;
  text-align: center;
  background-color: #fff0;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 8px;
  font-family: Exo, sans-serif;
  line-height: 16px;
  display: flex;
  position: relative;
}

.fence-buttons.hide {
  display: none;
}

.fence-logo {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  max-height: 30vh;
  display: block;
  position: static;
}

.fence-logo.hide {
  display: none;
}

.fence-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  background-image: linear-gradient(#000, #33333375);
  border: 1px solid #292929;
  border-radius: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 50%;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #fff;
}

.fence-button.hide {
  display: none;
}

.detect-name {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 3px 3px 1px #0000004d;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  max-width: 85%;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}

.hooz-wall {
  opacity: .13;
  filter: drop-shadow(0 2px 9px #ffffffb3);
  width: 100%;
  margin-top: 134px;
  position: absolute;
}

.card-time {
  color: #777;
  text-align: left;
  align-self: flex-end;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: 8px;
  padding: 1px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  position: absolute;
}

.div-block-57 {
  background-color: #fff;
  border-bottom-right-radius: 17px;
  justify-content: space-around;
  align-items: center;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.intent {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 1px;
  display: flex;
}

.intent.friend {
  background-color: #58cdff;
}

.intent.dating {
  background-color: #587fff;
}

.intent.business {
  background-color: #404040;
}

.intent.hide {
  display: none;
}

.card-intent {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-59 {
  width: 100%;
  position: relative;
}

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

.div-block-61 {
  justify-content: space-around;
  margin: 8px 10px 5px;
  display: flex;
}

.herefor {
  background-color: #0000;
  border: 0 solid #a7a7a7;
  border-radius: 14px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.herefor.selected {
  background-color: #ffffff96;
  background-image: linear-gradient(#fff 12%, #c7c7c7);
  box-shadow: 0 2px #494949b5;
}

.herefor.noselect {
  opacity: .35;
  filter: grayscale();
  pointer-events: none;
}

.match-stop {
  grid-column-gap: 23px;
  grid-row-gap: 5px;
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  margin-top: 14vh;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: grid;
  position: relative;
}

.match-stop.hide {
  display: none;
}

.you-matched {
  margin-top: 0;
  font-family: Luckiest Guy, sans-serif;
}

.match-options {
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.match-pic {
  object-fit: cover;
  background-image: linear-gradient(#4f0988bd, #fff);
  border: 5px solid #fff;
  border-radius: 50%;
  width: 20vh;
  height: 20vh;
  position: relative;
  box-shadow: inset 4px 4px 13px #000;
}

.div-block-62 {
  justify-content: center;
  width: 80%;
  height: 20vh;
  display: flex;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.text-block-35 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
}

.text-block-36 {
  max-width: 325px;
  margin-top: 9px;
}

.text-block-37, .text-block-38 {
  margin-top: 19px;
}

.age-value {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  position: relative;
}

.age-profile {
  background-color: #ffffff73;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 60px;
  min-width: 82px;
  height: 28px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 3px #000;
}

.div-block-65 {
  background-color: #c8c8c8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 1px 1px 3px #000;
}

.text-block-39 {
  color: #a8a8a8;
  text-shadow: 1px 1px #fff;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 24px;
}

.home-matches {
  background-color: #cdcdcd;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 3px #000;
}

.home-matches.hide {
  display: none;
}

.paginate-home, .paginate-prev {
  color: #545454;
  text-shadow: 1px 1px #d8d8d8;
  align-self: center;
  margin-right: 0;
  font-family: Jockey One, sans-serif;
  line-height: 12px;
  position: relative;
}

.paginate-more {
  color: #545454;
  text-shadow: 1px 1px #d8d8d8;
  align-self: center;
  font-family: Jockey One, sans-serif;
  line-height: 12px;
  position: relative;
}

.match-contain {
  background-color: #0000;
  width: 100%;
  padding-bottom: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.more-matches {
  background-color: #cdcdcd;
  background-image: linear-gradient(#fff, #838383);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.more-matches.hide {
  display: none;
}

.chat-box {
  background-color: #fff;
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.chat-box.hide {
  display: none;
}

.text-field-16 {
  border-radius: 12px;
  height: 100%;
  font-size: 17px;
}

.form-block-4 {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 7fr auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  width: 100%;
  height: 80%;
  margin-bottom: 0;
  display: grid;
}

.form-4 {
  width: 95%;
  height: 80%;
}

.image-18 {
  opacity: 1;
  margin-top: 4px;
  margin-right: 3px;
  position: relative;
}

.chat-back-arrow {
  opacity: .44;
  width: 100%;
  transform: rotate(180deg);
}

.send-message {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.chat-input {
  color: #999;
  border-radius: 11px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
}

.text-block-40, .text-block-41, .text-field-18 {
  display: none;
}

.login-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 116%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.map-movies {
  filter: hue-rotate(209deg);
  width: 42px;
  height: auto;
  margin-top: 13%;
  margin-left: 57%;
  position: relative;
}

.map-phone {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.map-phone.hide {
  opacity: 1;
}

.map-coffee {
  width: 39px;
  margin-top: 33%;
  margin-left: 60%;
  position: relative;
}

.map-apartments {
  width: 64px;
  margin-top: -1%;
  margin-left: 36%;
  position: relative;
}

.map-bars {
  width: 50px;
  margin-top: 15%;
  margin-left: 32%;
  position: relative;
}

.div-block-66 {
  width: 100%;
  height: auto;
}

.map-grocery {
  filter: hue-rotate(180deg);
  width: 40px;
  margin-top: 15%;
  margin-left: 77%;
  position: relative;
}

.map-concert {
  filter: hue-rotate(227deg);
  width: 51px;
  height: auto;
  margin-top: 7%;
  margin-left: 15%;
  position: relative;
}

.map-concert.phone-bubble {
  position: relative;
}

.logo-line {
  width: 112%;
  height: 2px;
  margin-top: 10px;
}

.logo-line.hooz-gradient {
  opacity: 1;
  filter: brightness(112%);
  background-color: #8f8f8fa6;
  background-image: linear-gradient(0deg, #000, #777);
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  height: auto;
  min-height: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.logo-line.hooz-gradient.venue {
  opacity: 1;
  background-image: linear-gradient(#a9a9a980, #a9a9a980), radial-gradient(circle, #bfbfbf, #000), linear-gradient(338deg, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
}

.logo-line.hooz-gradient.hide {
  display: none;
}

.main-logo {
  filter: invert() brightness(135%);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 50%;
  max-width: 65%;
  height: auto;
  max-height: none;
  margin-top: 60px;
  margin-bottom: 7px;
  position: relative;
}

.front-logos {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.last-message {
  flex-direction: row;
  justify-content: flex-end;
  width: 500px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: 77px auto auto;
}

.last-message-status {
  filter: brightness(200%);
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  align-self: auto;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.last-message-label {
  color: #5c5c5c;
  text-align: center;
  text-shadow: none;
  padding-top: 3px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.div-block-70 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #bebebe75;
  border: 0 solid #fff;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  margin-right: 0;
  padding: 3px 12px 7px;
  display: flex;
  box-shadow: 7px 3px 10px #00000038;
}

.div-block-71 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.new-dot {
  background-image: linear-gradient(#3866ff, #71aaff);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: 0;
  margin-left: 6px;
  position: static;
  inset: 0% auto auto 0%;
}

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

.chat-input-x {
  opacity: .44;
  width: 50%;
  transform: rotate(180deg);
}

.info {
  z-index: 4;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  background-image: linear-gradient(#ffffffe0, #53535385);
  border: 1px solid #727272;
  border-bottom-width: 0;
  border-radius: 16px 16px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: 3px 3px 16px #000;
}

.aboutme {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #000000c2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding: 40px 20px 100px;
  display: grid;
  position: relative;
}

.aboutme.hide {
  display: none;
}

.info-text {
  color: #474747;
  text-align: center;
  text-shadow: 0 1px 1px #ffffff8a;
  width: 100%;
  margin-bottom: -3px;
  font-family: Luckiest Guy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  position: relative;
}

.about-me-label {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Kalam, sans-serif;
  font-size: 32px;
  line-height: 32px;
  position: relative;
}

.about-me-text {
  color: #c7c7c7;
  white-space: pre-wrap;
  width: 100%;
  max-height: 100%;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 21px;
  overflow: auto;
}

.re-search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  filter: grayscale();
  color: #0000;
  background-image: linear-gradient(#0085bed9, #71d3f7);
  border: 1px solid #292929;
  border-radius: 19px 0 0 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 3px;
  display: grid;
}

.re-search.active {
  filter: none;
  background-color: #e0e0e0;
  background-image: none;
  border-width: 1px;
  border-color: #cacaca;
  border-radius: 20px;
  display: flex;
  box-shadow: 6px 6px 13px #00000080;
}

.search-again {
  grid-column-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto;
}

.re-search-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 11px;
  align-self: flex-start;
  width: 95%;
  height: 55%;
  margin-top: 2px;
  margin-left: 3px;
  position: absolute;
}

.re-search-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  line-height: 16px;
  position: static;
}

.image-19 {
  opacity: .36;
  width: 35%;
  position: fixed;
  inset: auto auto 0%;
}

.background-video-4 {
  filter: hue-rotate(90deg);
  width: 35%;
  position: fixed;
  inset: auto auto 0%;
}

.venue-banner {
  z-index: 8;
  opacity: 1;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 68px;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.venue-banner.hide {
  display: none;
}

.login-venue {
  opacity: 1;
  color: #fff;
  text-shadow: 1px 1px 12px #000;
  white-space: nowrap;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.login-venue.hooz-gradient {
  opacity: .99;
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a0a0a0;
  text-shadow: 0 3px #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  width: min-content;
  min-width: 275px;
  max-width: 350px;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 34px;
  line-height: 28px;
  text-decoration: none;
}

.text-block-43 {
  color: #bbb;
  text-align: center;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-span-2 {
  color: #000;
  text-shadow: 0 0 4px #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Exo, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.poweredby {
  opacity: 0;
  color: #575757;
  text-align: center;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
}

.front-venue-logo {
  object-fit: contain;
  height: 50%;
  position: relative;
}

.front-logo-venue {
  opacity: 1;
  filter: drop-shadow(4px 5px 4px #0000006b);
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #0000;
  max-width: 75%;
  height: auto;
  max-height: 33vh;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.front-logo-venue.hide {
  max-height: 50%;
}

.front-logo {
  z-index: 5;
  grid-row-gap: 39px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 90%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.required-bar {
  background-color: #77a7e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.required-bar.hide {
  display: none;
}

.required-text {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 22px;
}

.open-label {
  color: #363636;
  align-self: flex-start;
  margin-left: 10%;
  font-family: Kalam, sans-serif;
  font-size: 26px;
  position: relative;
}

.aboutme-label {
  color: #363636;
  align-self: auto;
  margin-top: 0;
  margin-left: 10%;
  font-family: Kalam, sans-serif;
  font-size: 26px;
  position: relative;
}

.logo-venue-text {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#000000ad, #0000 72%);
  width: 35%;
  padding-top: 8px;
  padding-bottom: 32px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 43px;
  position: fixed;
  inset: 0% auto auto;
}

.div-block-73 {
  opacity: 1;
  background-color: #ccc0;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 68px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 0 0 15px #000;
}

.meet-match-new {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  height: 33px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.meet-match-new.hide {
  display: none;
}

.meet-match-new.hooz-gradient {
  background-image: linear-gradient(#252525, #fff);
  border: 6px solid #fff;
  border-radius: 7px;
  justify-content: center;
  height: auto;
  min-height: 80px;
  display: flex;
  box-shadow: inset 1px 1px 3px #000, 3px 3px 8px #0006;
}

.logo-line-new {
  width: 112%;
  height: 2px;
  margin-top: 10px;
}

.logo-line-new.hooz-gradient {
  opacity: 0;
  width: 315px;
  margin-top: 4px;
}

.meetmatch-text-new {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
}

.meetmatch-text-new.hooz-gradient {
  opacity: 0;
  text-shadow: 1px 1px 1px #000;
  background-image: none;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 7px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Kalam, sans-serif;
}

.meetmatc {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 21px;
  display: flex;
  position: relative;
}

.meetmatc.hide {
  display: none;
}

.meetmatc.hooz-gradient {
  background-image: linear-gradient(#252525, #fff);
  border: 6px solid #fff;
  border-radius: 7px;
  justify-content: center;
  height: auto;
  min-height: 80px;
  display: flex;
  box-shadow: inset 1px 1px 3px #000, 3px 3px 8px #0006;
}

.meetmatch {
  margin-bottom: 0;
}

.meetmatch-text.hooz-gradient {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 15px;
  margin-bottom: -2px;
  padding: 0 40px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.chat-block {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(#fff, #0000);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: 34px 34px;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-left: 20px;
  display: grid;
  position: fixed;
  inset: 0% auto auto;
}

.chat-block.hide {
  display: none;
}

.text-block-44 {
  padding-left: 15px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.chat-name {
  padding-top: 2px;
  padding-left: 15px;
  font-family: Kalam, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.chat-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto minmax(200px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 94%;
  margin: 10px;
  padding: 10px;
  font-size: 22px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 7px #00000082;
}

.chat-card.hide {
  display: none;
}

.chat-profile {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  justify-items: stretch;
  width: 500px;
  position: fixed;
  top: 67px;
  bottom: 60px;
}

.chat-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(#000, #fff);
  border-radius: 8px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: grid;
  position: static;
  overflow: hidden;
  box-shadow: inset 1px 1px 6px #000;
}

.chat-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}

.no-venues {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 25% auto auto;
}

.no-venues.hide {
  display: none;
}

.no-venues-top {
  color: #6d6d6d;
  text-align: center;
  font-family: Luckiest Guy, sans-serif;
  font-size: 23px;
}

.no-venues-bottom {
  font-family: Exo, sans-serif;
}

.menu-select {
  box-shadow: none;
  border-radius: 10px;
  width: 90%;
  height: 90%;
  position: relative;
}

.menu-select.active {
  background-image: linear-gradient(#e9e9e9, #e9e9e9);
  border: 3px solid #f7f7f7;
  height: 90%;
  box-shadow: inset 1px 1px 3px #000, 0 3px 3px -2px #000;
}

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

.text-block-47 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.chat-venue {
  color: #636363;
  margin-bottom: 13px;
  font-family: Jockey One, sans-serif;
}

.orientation {
  display: none;
}

.version {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.version.hide {
  display: none;
}

.version-text {
  color: #c2c2c2;
  margin-top: 8px;
  font-family: Exo, sans-serif;
  font-size: 19px;
}

.version-reload {
  background-image: linear-gradient(#6a24ff, #439bff 91%, #7afcf1);
  border-radius: 16px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
}

.version-text-copy {
  color: #c2c2c2;
  margin-top: 8px;
  font-family: Exo, sans-serif;
  font-size: 19px;
}

.div-block-75 {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.excel {
  background-color: #7d38ec;
  border-radius: 6px;
  font-family: Inconsolata, monospace;
}

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

.field-label {
  margin-right: 5px;
  padding-top: 8px;
}

.hubspot {
  background-color: #fff3;
  border-radius: 10px;
  margin-bottom: 0;
  box-shadow: inset 1px 1px 3px #000;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 90%;
  height: 65%;
  display: grid;
}

.new-entry {
  color: #828282;
  padding-left: 123px;
  padding-right: 62px;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
}

.auto-holder {
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

.auto-holder.hide {
  display: none;
}

.delete-fence {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-left: 20px;
  font-size: 22px;
  position: relative;
}

.new-place {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 14px;
  display: grid;
}

.new-place.hide {
  display: none;
}

.exit-search {
  filter: grayscale();
  margin-right: 9px;
  position: relative;
}

.chat-close-arrow {
  opacity: 1;
  margin-top: 0;
  margin-right: 20px;
  position: relative;
  inset: 0% 0% 0% auto;
}

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

.arrow2 {
  height: 50%;
  margin-left: 10px;
  transform: rotate(180deg);
}

.arrow1 {
  height: 50%;
  margin-right: 15px;
}

.live-span {
  font-family: Kalam, sans-serif;
  font-size: 24px;
}

.bubs {
  opacity: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(2);
}

.bubs.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.bubs.url {
  opacity: .78;
  transform: scale(2);
}

.bubs-image {
  opacity: .25;
  mix-blend-mode: luminosity;
  background-image: url('../images/bubbles.webp');
  background-position: 0 0;
  background-size: 25px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bubs-image.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.click-login {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.pin-name {
  z-index: 20;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#5b5b5b, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20%;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 37px;
  position: relative;
}

.pindrop {
  font-size: 36px;
}

.small-profile {
  object-fit: cover;
  border-radius: 25px;
  width: 50px;
  height: 50px;
}

.div-block-77 {
  opacity: .1;
  pointer-events: none;
  background-image: none;
  background-size: auto;
  width: 500px;
  height: 100vh;
  position: fixed;
  inset: 0% auto;
}

.chat-touch {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-78 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.venue-name {
  color: #000;
  text-align: left;
  text-shadow: none;
  white-space: nowrap;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.report-box {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  display: flex;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.report-box.hide {
  display: none;
}

.report-modal {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #070707ba;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  box-shadow: 0 -3px 8px #0000007a;
}

.report-text {
  color: #fff;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
}

.report-submit {
  text-shadow: none;
  background-color: #ec5638;
  border-radius: 7px;
  margin-top: 13px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-80 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.report-button {
  background-color: #c2c2c2;
  background-image: linear-gradient(#c7c6c6, #7c7c7c 87%, #444);
  border: 0 solid #fff;
  border-radius: 9px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.report-button.content.active, .report-button.harass.active, .report-button.other.active {
  border-color: #000;
}

.report-button.fake.active {
  background-color: #fff;
  background-image: none;
  border-color: #c2c2c2;
  box-shadow: inset 1px 1px 3px #000;
}

.report-button.active {
  background-image: linear-gradient(#fff1a2, #faa04c 78%, #8b5100);
  border-width: 0;
  border-color: #585858;
}

.text-block-49 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
}

.report-close {
  filter: invert();
  position: absolute;
  top: 10px;
  right: 10px;
}

.block-chat {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  position: static;
  inset: auto 20px 16px auto;
}

.chat-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(360deg, #000, #0000);
  flex-direction: column;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.report-chat {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  align-self: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  position: relative;
  top: auto;
  left: auto;
}

.unmatch-chat {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  position: relative;
  top: auto;
  left: auto;
}

.unmatch-cancel {
  color: #fff;
  text-align: center;
  align-self: center;
  width: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  position: relative;
}

.chat-confirm {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
}

.chat-menu-choices {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.chat-confirm-text {
  color: #fff;
  text-align: center;
  align-self: center;
  width: auto;
  margin-bottom: 44px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  position: relative;
}

.unmatch-yes {
  color: #fff;
  text-align: center;
  align-self: center;
  width: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  position: relative;
}

.report-under {
  color: #818181;
  text-shadow: none;
  margin-top: -34px;
  margin-bottom: 33px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.alert-body {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: 50px;
  display: flex;
}

.alert-body.hide {
  display: none;
}

.alert-body.centered {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.alert-body-text {
  color: #757575;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 17px;
}

.alert-body-text.centered {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hostlink {
  z-index: 20;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hostlink.hide {
  display: none;
}

.text-block-50 {
  color: #fff;
  text-align: center;
  margin-bottom: -3px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.button-4 {
  text-align: center;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 13px;
  margin-top: 0;
  margin-left: 0;
  padding: 2px 0 4px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
}

.text-span-3 {
  color: #818181;
  font-size: 20px;
  text-decoration: underline;
}

.loginpage {
  z-index: 2;
  background-color: #0000;
  width: 500px;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.div-block-81 {
  z-index: 23;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 335px;
  left: 47px;
}

.main {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.section {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 70px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.image-21 {
  filter: invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.logout {
  font-family: Jockey One, sans-serif;
  font-size: 32px;
}

.property-select {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  align-self: auto;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.property-select:hover {
  background-color: #000;
}

.form-scroll {
  width: 50%;
  margin-top: 16px;
  position: relative;
}

.form-manage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 133px;
  display: grid;
}

.login-block {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #323a94fa;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  place-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.login-block.hide {
  z-index: auto;
  display: none;
}

.google-login {
  height: 46px;
  position: relative;
}

.field-label-2 {
  color: #e2e2e2;
  margin-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.form-block-6 {
  justify-content: center;
  width: 30%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.manage-login {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  margin-bottom: 31px;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
  line-height: 40px;
  position: static;
}

.field-label-3 {
  color: #e2e2e2;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.form-6 {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.submit-button-2 {
  text-align: center;
  white-space: nowrap;
  background-color: #333536;
  border: 3px solid #ccc;
  border-radius: 20px;
  align-self: center;
  width: 60%;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  display: block;
}

.submit-button-2.hooz-gradient {
  background-image: linear-gradient(#ffffff61, #ffffff61), linear-gradient(to right, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  font-family: Exo, sans-serif;
}

.submit-button-2.hide {
  display: none;
}

.text-block-52-copy {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 17px;
  margin-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 27px;
  line-height: 40px;
  position: static;
}

.text-block-53 {
  color: #fff;
  margin-bottom: 86px;
  font-family: Exo, sans-serif;
  display: none;
}

.email-block.hide {
  display: none;
  position: relative;
  overflow: hidden;
}

.signin-vert {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signin-vert.hide {
  display: none;
}

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

.submit-button-3 {
  opacity: .2;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  align-self: center;
  width: 50%;
  margin-top: 11px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  display: block;
}

.submit-button-3.hooz-gradient {
  background-image: linear-gradient(#ffffff61, #ffffff61), linear-gradient(to right, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  font-family: Exo, sans-serif;
}

.submit-button-3.hide {
  display: none;
}

.load-manage {
  z-index: 4;
  background-color: #7ef6fa;
  background-image: linear-gradient(327deg, #fff, #50b3ff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.load-manage.hide {
  display: none;
}

.text-block-54 {
  color: #4e4e4e;
  text-shadow: none;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.image-23 {
  width: 220px;
}

.password-text-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.password-text-box.hide {
  display: none;
}

.reset-password {
  color: #636363;
  text-align: center;
  background-color: #c5c5c5;
  border-radius: 6px;
  width: auto;
  max-width: 75%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  line-height: 15px;
  position: relative;
}

.submit-button-3-copy {
  opacity: 1;
  text-align: center;
  background-color: #727272;
  border-radius: 6px;
  align-self: center;
  width: 50%;
  margin-top: 11px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  display: block;
}

.submit-button-3-copy.hooz-gradient {
  background-image: linear-gradient(#ffffff61, #ffffff61), linear-gradient(to right, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  font-family: Exo, sans-serif;
}

.submit-button-3-copy.hide {
  display: none;
}

.div-block-83 {
  position: fixed;
}

.div-block-84 {
  opacity: .67;
  mix-blend-mode: normal;
  position: fixed;
  inset: 70px 0% 0%;
}

.prop-select {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  height: 134px;
  display: flex;
  position: fixed;
  top: 0;
}

.text-block-55 {
  color: #fff;
  white-space: nowrap;
  margin-left: 20px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  line-height: 36px;
}

.text-block-56 {
  color: #f3f3f3;
  text-align: right;
  text-shadow: none;
  cursor: help;
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.right-text {
  color: #000;
  text-align: left;
  text-shadow: none;
  padding-left: 10px;
  font-family: Exo, sans-serif;
}

.select-field-5 {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.select-field-5.hide {
  position: absolute;
}

.text-field-19 {
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.logo-manage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: grid;
}

.logo-manage.hide {
  display: none;
}

.logo-button {
  color: #676767;
  text-align: center;
  text-shadow: 1px 0 #efefef;
  background-color: #c4c4c4;
  background-image: linear-gradient(#fff0, #fff 13% 35%, #fff0 62%);
  border-radius: 20px;
  width: auto;
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.text-block-57 {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px #fff;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
}

.stripe-square {
  filter: grayscale();
  border-radius: 20px;
  margin-right: 0;
}

.stripe-square.sub {
  filter: none;
  margin-right: 0;
}

.stripe-exit {
  cursor: pointer;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  line-height: 25px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.slider {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  height: 75vh;
  padding-bottom: 20px;
  display: grid;
  position: fixed;
  inset: 70px 0% auto;
  transform: none;
}

.slider.hide {
  top: 70px;
  bottom: auto;
  left: 0%;
  transform: translate(100%);
}

.text-block-58 {
  color: #8f8f8f;
  text-align: center;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
}

.map-manage {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.map-manage-frame {
  background-color: #b0aeff;
  height: 100%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.url-manage {
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: inset 1px 1px 3px #000;
}

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

.div-block-87.hide {
  display: none;
}

.text-block-59 {
  color: #383838;
  text-shadow: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  display: flex;
}

.location-settings {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #878787a3;
  background-image: linear-gradient(#fff, #7c7c7c);
  border-radius: 10px;
  width: 40%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
  box-shadow: 1px 1px 3px #000;
}

.form-block-7 {
  z-index: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  align-items: flex-end;
  width: 100%;
  height: 132px;
  margin-top: auto;
  display: flex;
  position: fixed;
  inset: 0% auto auto;
}

.refer {
  border-radius: 11px;
  width: auto;
  min-width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.div-block-88 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 40% 30px;
}

.location-buttons {
  z-index: 2;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  white-space: nowrap;
  background-color: #2365ff8f;
  background-image: linear-gradient(#2fbaff, #4066fd);
  border-radius: 10px;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.location-buttons.chosen {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  background-color: #ff16d8e0;
  background-image: linear-gradient(114deg, #b62fff, #3fc9fc);
  border: 4px solid #fff;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-60 {
  font-size: 31px;
  line-height: 30px;
}

.text-block-61 {
  margin-top: 10px;
  margin-left: 20px;
  font-size: 32px;
}

.text-block-62 {
  margin-bottom: 5px;
  margin-right: 0;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
}

.div-block-89 {
  display: flex;
}

.text-block-56-copy {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  cursor: help;
  font-family: Exo, sans-serif;
  line-height: 16px;
}

.text-block-56-copy-copy {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
  cursor: help;
  font-family: Exo, sans-serif;
  line-height: 16px;
}

.image-24 {
  display: none;
}

.div-block-90 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 3px #000, 1px 1px 8px 1px #7e7e7e;
}

.div-block-90.hide {
  display: none;
}

.logo-load {
  width: 50%;
  display: block;
}

.logo-load.hide {
  display: none;
}

.logo-text {
  color: #000;
  text-align: right;
  text-shadow: none;
  cursor: help;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  line-height: 16px;
}

.logo-text.double {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 15px;
  font-weight: 700;
}

.div-block-91 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-91.hide {
  display: none;
}

.auto1 {
  color: #f5f5f5;
  text-align: right;
  text-shadow: none;
  cursor: help;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.check-url {
  color: #dbdbdb;
  text-align: right;
  cursor: help;
  min-height: 0;
  font-family: Exo, sans-serif;
  line-height: 16px;
}

.logo {
  box-shadow: none;
  filter: drop-shadow(3px 3px 4px #000000b3);
  max-width: 90%;
  max-height: 40vh;
  margin-top: 20px;
}

.form-7 {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.div-block-92 {
  text-shadow: 0 0 #e200ff00, 0 1.7px 6.9px #e200ff46, 0 3.7px 14.1px #e200ff52, 0 6.9px 22px #e200ff57, 0 14.5px 33.1px #e200ff5f;
  background-color: #b6b6b6;
  background-image: linear-gradient(324deg, #464646, #2e2e2e);
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 #0a317200, 0 2px .2px #0a317206, 0 4px .4px #0a317207, 0 6.1px .7px #0a317208, 0 8.3px .9px #0a317209, 0 10.7px 1.2px #0a317209, 0 13.5px 1.6px #0a31720a, 0 16.6px 2.1px #0a31720a, 0 20.2px 2.7px #0a31720a, 0 24.6px 3.5px #0a31720b, 0 30.1px 4.4px #0a31720b, 0 36.8px 5.8px #0a31720b, 0 45.5px 7.5px #0a31720b, 0 56.9px 9.9px #0a31720b, 0 72.2px 13.2px #0a31720c, 0 93.6px 17.8px #0a31720c, 0 125px 24.8px #0a31720c, 0 175.1px 36px #0a31720d, 0 270.8px 57.8px #0a31720e;
}

.map-fence-info {
  background-color: #2e2e2ecc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.map-fence-info.hide {
  display: none;
}

.text-block-63 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 10%;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.text-span-4 {
  color: #aaf9ff;
  font-family: Jockey One, sans-serif;
  font-size: 33px;
}

.gotit {
  color: #777;
  background-color: #fff;
  border-radius: 15px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.div-block-93 {
  text-shadow: 1px 1px 6px #000;
  background-color: #302d2d4f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
  position: relative;
  top: 77%;
}

.text-block-64 {
  color: #fff;
  font-family: Kalam, sans-serif;
}

.byline.hooz-gradient {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 4px;
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 27px;
}

.more-coming {
  color: #747474;
  text-align: center;
  margin-top: 4px;
  margin-bottom: -24px;
  font-family: Kalam, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.payments-box {
  z-index: 3;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  max-height: 100vh;
  padding: 5px 40px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% -500px;
  transform: none;
}

.billing {
  background-color: #6c00a7;
  border-radius: 11px;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.add {
  color: #fff;
  background-color: #309dff;
  border-radius: 20px;
  font-family: Exo, sans-serif;
  box-shadow: 1px 1px 3px #000;
}

.div-block-95 {
  background-color: #ffffff24;
  width: 80%;
  height: 2px;
  margin-top: 7px;
}

.div-block-95.hooz-gradient {
  opacity: .5;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #000;
}

.nav-link-2 {
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.image-25 {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-96 {
  background-color: #568ff1;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #5086e4;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  display: grid;
}

.image-26 {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.div-block-97 {
  background-color: #4b81ff;
  position: fixed;
  inset: 0% 0% auto;
}

.image-27 {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 40px;
}

.div-block-98 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffadad;
  grid-template-rows: 75px auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image-28 {
  height: 300px;
  margin-top: 100px;
  transform: skew(-25deg, 8deg);
  box-shadow: 4px 4px 18px #000;
}

.filled-btn {
  color: #fff;
  text-transform: capitalize;
  background-color: #a26bfa;
  border: 4px solid #fff;
  border-radius: 40px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.filled-btn:hover {
  color: #020202;
  background-color: #fff;
}

.filled-btn.in-navbar {
  border: 5px solid #fff;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.filled-btn.in-navbar:hover {
  box-shadow: none;
  transform: none;
}

.brand {
  flex: 1;
}

.container-3 {
  flex: 0 1280px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.container-3.nav-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.btn-hidden-text {
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: -100%;
}

.logo-2 {
  height: 32px;
}

.nav-bar {
  z-index: 50;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #d8d8d89e;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link-3 {
  transform-origin: 0%;
  color: #333;
  letter-spacing: .4px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: opacity .2s, color .2s;
}

.nav-link-3:hover {
  color: #a26bfa;
  text-shadow: none;
}

.nav-link-3.w--current {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
  border-radius: 9px;
}

.btn-text-hide {
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text {
  align-self: center;
  padding-left: 8px;
  padding-right: 8px;
}

.text-btn-holder {
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.hero-title {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
}

.hero-title.hooz-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #9800eb, #6206b8 14%, #403dfc 27%, #5fbdfc 46%, #d4d4d4);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-paragraph {
  margin-top: 3px;
  margin-bottom: 11px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.hero-img {
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: .5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  display: grid;
}

.hero-block {
  width: 100%;
}

.hero-block.right {
  perspective: 2000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  align-self: stretch;
  position: relative;
  transform: perspective(2000px)perspective(2000px);
}

.hero-img-block {
  border-radius: 24px;
  width: 100%;
  max-width: 58.3336%;
  height: auto;
  top: 50%;
  transform: perspective(2000px);
  box-shadow: 17px 17px 80px #0000004d;
}

.hero-img-block.bottom {
  box-shadow: none;
  max-width: 50%;
  position: absolute;
  right: 0;
  transform: translate(0, -50%)perspective(2000px);
}

.hero-img-block.top {
  z-index: 1;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  right: auto;
  transform: translate(0, -40%)perspective(2000px);
}

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

.feature-title-wrap {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.section-2.with-heading {
  padding-top: 20px;
  padding-bottom: 50px;
}

.tab-img {
  box-shadow: none;
  border-radius: 24px;
  width: 100%;
  max-width: 50%;
  margin: 40px auto;
  display: block;
}

.section-title {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 20px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.section-title.in-half-div {
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 0;
  font-size: 48px;
  line-height: 54px;
}

.tabs-content {
  width: 50%;
}

.features-tab {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  padding-left: 8.3334%;
  display: flex;
}

.tab-link {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 16px;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: #332742;
}

.feature-icon {
  background-color: #332742;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.video-2 {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  max-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  background-color: #3327424d;
  position: absolute;
  inset: 0;
}

.video-bg-img {
  width: 100%;
}

.play-btn {
  background-color: #6b8cfa;
  background-image: url('../images/play.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 48px;
  border-radius: 120px;
  width: 120px;
  height: 120px;
  position: absolute;
}

.toggle-btn {
  background-color: #fa8f6b;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
}

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

.pricing-small-text {
  color: #ffffff80;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.toggle-bg {
  background-color: #3e3446;
  border: 2px solid #33293c;
  border-radius: 50px;
  width: 40px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.pricing-title {
  z-index: 4;
  color: #fa8f6b;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.pricing-title.middle {
  color: #fff;
}

.pricing-icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.pricing-icon.mute {
  opacity: 1;
}

.pricing-price {
  color: #fff;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.toggle-wrapper {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.pricing-table-row {
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.toggle-text {
  color: #ffffff80;
  font-weight: 500;
}

.pricing-table-content {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
}

.pricing-columns {
  margin-top: 56px;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-columns.monthly {
  display: flex;
}

.pricing-card {
  cursor: default;
  background-color: #332742;
  border-radius: 16px;
  transition: transform .3s;
  position: relative;
}

.pricing-card.middle {
  background-color: #fa8f6b;
}

.pricing-card-header {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 32px 48px 24px;
  position: relative;
  overflow: hidden;
}

.pricing-card-overlay {
  opacity: .15;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.pricing-row-text {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.pricing-row-text.muted {
  color: #fff;
}

.faq-dropdown {
  background-color: #332742;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
}

.faq-dropdown:hover {
  transform: translate(0, -2px);
}

.faq-paragraph {
  color: #b1b1b1;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 64px;
  padding-right: 24px;
}

.faq-wrapper {
  z-index: 3;
  width: 50%;
  position: relative;
}

.faq-dropdown-list {
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: #332742;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-flex-wrapper {
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.faq-icon-block {
  background-color: #1c1126;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.faq-title {
  white-space: normal;
  max-width: 100%;
}

.half-div {
  width: 50%;
  padding-right: 8.333%;
}

.faq-dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.faq-icon-line {
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 2px;
}

.faq-icon-line.rotate {
  position: absolute;
  transform: rotate(90deg);
}

.app-link-block {
  opacity: 1;
  margin-right: 10px;
}

.cta-block {
  background-color: #fa8f6b;
  border-radius: 16px;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.cta-block.hooz-gradient {
  background-color: #fa8f6b00;
  background-image: linear-gradient(to right, #9800eb8a, #6206b887 14%, #403dfc91 50%, #5fbdfc87 76%, #48ff9a8f);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-bg-overlay {
  z-index: 0;
  opacity: .15;
  background-image: url('../images/pattern.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  position: absolute;
  inset: 0;
}

.cta-img {
  border-radius: 24px;
  max-width: 320px;
  position: absolute;
  top: 18%;
  right: 10%;
}

.cta-title {
  z-index: 1;
  color: #fffdfd;
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Jockey One, sans-serif;
  font-size: 48px;
  line-height: 54px;
  position: relative;
}

.app-store-btn-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  justify-items: stretch;
  max-width: 50%;
  display: grid;
  position: relative;
}

.footer {
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.footer-row {
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.copyright-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.copyright-text {
  color: #ffffffbf;
  letter-spacing: .4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.copyright-link {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.image-29 {
  filter: invert();
  mix-blend-mode: normal;
  height: 100px;
}

.text-block-65 {
  color: #4e4e4e;
}

.text-block-66 {
  color: #6e6e6e;
}

.text-block-67 {
  color: #494949;
}

.text-span-5 {
  font-family: Jockey One, sans-serif;
  font-size: 38px;
}

.mock {
  background-color: #0000;
  transform: scale(2.5);
}

.image-30 {
  transform: scale(1.8);
}

.text-block-68 {
  color: #fff;
  text-align: center;
  background-color: #28c1c9;
  border-radius: 10px;
  width: 200px;
  margin-top: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 23px;
}

.load-product {
  z-index: 100;
  background-color: #7ef6fa;
  background-image: linear-gradient(172deg, #4c009e, #6b99c7 42%, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.load-product.hide {
  display: none;
}

.image-31 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-32 {
  width: 100%;
  max-width: none;
  position: relative;
  right: 0%;
  transform: none;
}

.main-title {
  color: #2c2c2c;
  font-family: Jockey One, sans-serif;
  font-size: 50px;
  line-height: 48px;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 64px;
  line-height: 54px;
  position: absolute;
  inset: 10% 0% auto;
}

.text-span-6 {
  font-family: Jockey One, sans-serif;
  font-size: 26px;
}

.button-7 {
  border-radius: 11px;
  position: relative;
  inset: auto;
}

.webapp {
  color: #fff;
  text-transform: capitalize;
  background-color: #529bee;
  border: 4px solid #fff;
  border-radius: 40px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.webapp:hover {
  color: #020202;
  background-color: #fff;
}

.webapp.in-navbar {
  margin-top: 0;
  margin-left: 16px;
  margin-right: 0;
}

.webapp.in-navbar:hover {
  box-shadow: none;
  transform: none;
}

.paragraph {
  color: #8b8b8b;
  text-shadow: 0 0 #000;
}

.text-block-71 {
  text-shadow: 1px 1px 3px #332742;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-4 {
  text-shadow: 1px 1px 6px #000;
}

.hero-title-color {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 66px;
  line-height: 66px;
}

.hero-title-color.hooz-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #9800eb, #6206b8 14%, #403dfc 27%, #5fbdfc 46%, #d4d4d4);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.text-span-8 {
  color: #242424;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f3f3f3;
  text-shadow: none;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  font-style: normal;
}

.text-block-72 {
  color: #fff;
  text-align: center;
  margin-top: 8%;
  font-family: Jockey One, sans-serif;
  font-size: 26px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.div-block-99 {
  padding-top: 14px;
}

.text-span-9 {
  color: #fdc344;
}

.order-button {
  text-align: center;
  background-color: #a26bfa;
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.div-block-100 {
  z-index: 25;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-100.hide {
  display: none;
}

.text-block-73 {
  font-family: Jockey One, sans-serif;
}

.div-block-101 {
  flex-direction: column;
  display: flex;
}

.product-manage {
  background-image: linear-gradient(265deg, #a26bfa, #529bee);
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.text-block-74 {
  font-family: Exo, sans-serif;
}

.product-login {
  z-index: 75;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.product-login.hide {
  display: none;
}

.div-block-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  border-radius: 13px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 3px 3px 20px #000;
}

.div-block-102.hide {
  display: none;
}

.text-block-75 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.image-33 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-76 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
}

.product-login-block {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6e6e6f0;
  background-image: linear-gradient(#6d6d6d, #afafaf);
  border: 14px solid #fff;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  place-items: center;
  width: auto;
  min-width: 40vw;
  height: auto;
  padding: 20px 40px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
  box-shadow: 6px 6px 10px #000000a1;
}

.product-login-block.hide {
  z-index: auto;
  display: none;
}

.product-form {
  justify-content: center;
  width: 80%;
  margin-top: 0;
  display: flex;
  position: static;
}

.product-email-button {
  text-align: center;
  text-shadow: 1px 1px #000;
  background-color: #b8b8b8;
  border-radius: 6px;
  align-self: center;
  width: 100%;
  margin-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: block;
}

.product-email-button.hooz-gradient {
  background-image: linear-gradient(#ffffff61, #ffffff61), linear-gradient(to right, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  font-family: Exo, sans-serif;
}

.product-email-button.hide {
  display: none;
}

.product-email-label {
  color: #fff;
  margin-top: 0;
  font-family: Inconsolata, monospace;
}

.product-password-label {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-password-label.hide {
  display: none;
}

.product-password-label2 {
  color: #fff;
  font-family: Inconsolata, monospace;
}

.product-reset-password {
  color: #636363;
  text-align: center;
  margin-top: 20px;
  margin-right: 0;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  line-height: 15px;
}

.login-exit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: -28px;
  margin-right: -28px;
  padding: 5px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-logout {
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.product-order {
  z-index: 30;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  background-image: linear-gradient(175deg, #fff, #fff);
  flex-direction: column;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.product-order.hide {
  display: none;
}

.pay-title1 {
  color: #000;
  width: 400px;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 34px;
  position: relative;
}

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

.div-block-104 {
  position: absolute;
}

.div-block-105 {
  margin-bottom: 2px;
  display: flex;
  position: relative;
}

.orderpage-button {
  box-shadow: none;
  opacity: .5;
  text-shadow: 1px 1px #000;
  background-color: #aaa;
  border-radius: 13px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.orderpage-button.chosen {
  opacity: 1;
  background-color: #7f2fff;
  background-image: linear-gradient(#008bd1, #006394 88%, #000);
  font-family: Jockey One, sans-serif;
  line-height: 15px;
  box-shadow: 1px 1px 3px #000;
}

.form-block-8 {
  margin-top: 0;
  margin-bottom: 12px;
  position: relative;
}

.product-cardholder {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.product-cardholder.hide {
  display: none;
}

.product-card {
  opacity: 1;
  background-color: #ffffff80;
  border: 5px solid #ccc;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
  box-shadow: inset 1px 1px 3px #000;
}

.product-card.chosen {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#fff, #9ff2ff);
  border-width: 7px;
  border-color: #6adffb;
  box-shadow: 1px 1px 16px #000;
}

.product-card.hide {
  display: none;
}

.product-price {
  text-align: center;
  font-size: 40px;
  line-height: 42px;
}

.product-time {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.select-button {
  text-align: center;
  text-shadow: 1px 1px #000;
  background-color: #68e1ff;
  background-image: linear-gradient(#76e1fb 16%, #3cd4fa 91%, #535353);
  border-radius: 6px;
  width: auto;
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 18px;
}

.order-count-button {
  box-shadow: none;
  opacity: .5;
  text-shadow: 1px 1px #000;
  background-color: #aaa;
  border-radius: 13px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
}

.order-count-button.chosen {
  opacity: 1;
  text-align: center;
  background-color: #00ffc8;
  background-image: linear-gradient(#00e2b1, #1d9379 90%, #3d3d3d);
  font-family: Changa One, Impact, sans-serif;
  box-shadow: 1px 1px 3px #000;
}

.orderpage-button-copy {
  box-shadow: none;
  opacity: .5;
  text-shadow: 1px 1px #000;
  background-color: #cecece;
  border-radius: 13px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.orderpage-button-copy.chosen {
  box-shadow: none;
  opacity: 1;
  background-color: #7f2fff;
  font-family: Jockey One, sans-serif;
}

.text-block-78 {
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  position: relative;
}

.select-field-6 {
  text-align: left;
  border-radius: 6px;
  width: 200px;
}

.div-block-106 {
  flex-direction: column;
  display: flex;
}

.text-block-79 {
  color: #474747;
  text-align: center;
  margin-top: 3px;
  font-family: Exo, sans-serif;
}

.single-card {
  opacity: 1;
  background-color: #ffffff80;
  border-radius: 12px;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.single-card.chosen {
  opacity: 1;
  background-color: #fff;
  transform: scale(1.1);
}

.single-card.hide {
  display: none;
  position: relative;
}

.single-price {
  text-align: center;
  font-size: 48px;
  line-height: 48px;
}

.order-back {
  filter: grayscale();
  color: #848484;
  background-color: #fff;
  border-radius: 19px;
  margin-left: 25px;
  padding: 5px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: 100px auto auto 0;
}

.savings {
  color: #6d6c6b;
  text-align: center;
  text-shadow: 1px 1px #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Jockey One, sans-serif;
  font-size: 15px;
  line-height: 13px;
  position: relative;
  bottom: auto;
}

.contact-sales {
  color: #fff;
  background-color: #55dafb;
  border: 5px solid #fff;
  border-radius: 15px;
  align-self: flex-start;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  display: flex;
}

.contact-sales.hide {
  display: none;
}

.text-block-80 {
  color: #242424;
  text-align: center;
  font-size: 17px;
}

.text-span-10 {
  text-shadow: 1px 1px 4px #000;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.text-span-11 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.choose-venue {
  box-shadow: none;
  color: #9e9e9e;
  text-align: center;
  border: 7px solid #c4c4c4;
  border-radius: 13px;
  padding: 10px 20px;
  font-family: Jockey One, sans-serif;
  font-size: 26px;
  line-height: 25px;
}

.text-block-81 {
  text-transform: none;
  font-family: Jockey One, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
}

.text-span-12 {
  font-family: Open Sans, sans-serif;
}

.product-payment {
  z-index: 30;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0c0c0cba;
  background-image: none;
  grid-template: "."
                 "."
                 / auto;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.product-payment.hide {
  display: none;
}

.product-places {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid #838383;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 400px;
  height: 48px;
  margin-bottom: 20px;
  display: grid;
  overflow: hidden;
}

.product-places.hide {
  display: none;
}

.bgbubble {
  opacity: .05;
  background-image: url('../images/bubbles.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: -200px 0% 0% -200px;
}

.div-block-108 {
  justify-content: space-around;
  width: 400px;
  margin-bottom: -1px;
  display: flex;
  position: relative;
}

.text-block-82 {
  white-space: nowrap;
  align-self: flex-end;
  padding-left: 8px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.html-embed-6 {
  align-self: flex-end;
  padding-left: 5px;
}

.pay-button {
  opacity: .19;
  outline-offset: 0px;
  text-align: center;
  background-color: #635bff;
  border-radius: 8px;
  outline: 3px #fff;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 40px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.payment-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6d6d6d61;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.payment-form.hide {
  display: none;
}

.payment-form.hooz-gradient {
  grid-row-gap: 0px;
  background-image: linear-gradient(#ffffff73, #ffffff73), linear-gradient(333deg, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  grid-template-rows: auto auto;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-desc {
  color: #3f3f3f;
  text-shadow: none;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.field-label-4 {
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.blurryform {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.image-34 {
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  align-self: center;
  max-width: 130px;
  margin-top: 13px;
}

.place-example {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  background-color: #ffffff78;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin: 3px 10px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: grid;
}

.place-example.hide {
  display: none;
}

.icon-pay {
  text-align: center;
  font-size: 23px;
}

.text-block-84 {
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-block-85 {
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text-block-86 {
  text-align: right;
}

.div-block-109 {
  flex-direction: column;
  display: flex;
}

.text-block-87 {
  margin-bottom: 22px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 36px;
  position: relative;
}

.pay-instructions {
  position: relative;
}

.div-block-110 {
  display: flex;
}

.details-title {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 400px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
  line-height: 34px;
  position: relative;
}

.lottie-animation-9 {
  height: 100px;
  margin-top: -35px;
}

.text-field-21 {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
  height: 48px;
  margin-top: -3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 37px;
  font-family: Cabin Condensed, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.input-name {
  color: #3f3f3f;
  text-shadow: none;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.editable {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
}

.order-title {
  color: #000;
  text-align: center;
  width: 400px;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 34px;
  position: relative;
}

.pay-back {
  filter: grayscale();
  color: #848484;
  background-color: #fff;
  border-radius: 19px;
  margin-left: 25px;
  padding: 5px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: 100px auto auto 0;
}

.logo-box {
  flex-direction: column;
  display: flex;
}

.go-back {
  line-height: 11px;
}

.next-button {
  text-align: center;
  text-shadow: 1px 1px #844eda;
  background-color: #a26bfa;
  background-image: linear-gradient(#0000 51%, #a26bfa 86%, #000);
  border-radius: 12px;
  margin-top: 20px;
  padding: 5px 40px 14px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  line-height: 30px;
  position: relative;
  inset: auto 0% 0%;
}

.date {
  text-align: right;
  font-family: Oswald, sans-serif;
}

.radios {
  justify-content: space-around;
  margin-bottom: 10px;
  display: flex;
}

.radios.hide {
  display: none;
}

.radio-button-label, .radio-button-label-2 {
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.price-hider {
  position: absolute;
  inset: 0%;
}

.input-title {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.form-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.name-hold {
  background-color: #ebebeb;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  min-width: 400px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 2px 2px 8px -3px #000;
}

.name-hold.hide {
  display: none;
}

.desc-hold {
  background-color: #ebebeb;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  min-width: 400px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 2px 2px 8px -3px #000;
}

.desc-hold.hide {
  display: none;
}

.price-text {
  color: #4b4b4b;
  text-align: center;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
  line-height: 21px;
  position: relative;
}

.div-block-111 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 3px;
  display: flex;
}

.text-block-88 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
  line-height: 18px;
  position: relative;
}

.image-35 {
  height: auto;
}

.div-block-112 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-size: 24px;
  display: flex;
}

.text-block-89 {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.text-block-90 {
  white-space: nowrap;
  margin-right: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
}

.settings-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #b1b1b1;
  background-color: #0000002e;
  border: 4px solid #ffffff5c;
  border-radius: 31px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 5px #0003, 0 -4px 9px -6px #000;
}

.settings-button.hide {
  display: none;
}

.billing-text {
  color: #fcfcfc;
  text-align: center;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.text-field-22 {
  margin-bottom: auto;
}

.plan-select {
  margin-bottom: 0;
}

.button-9 {
  border-radius: 10px;
  margin-right: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.div-block-114 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.pause {
  white-space: nowrap;
  background-color: #979797;
  border-radius: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.category-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.category-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category-box.hide {
  display: none;
}

.update-stripe {
  white-space: nowrap;
  background-color: #5c5c5c;
  border-radius: 10px;
  order: 0;
  margin-left: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.image-36 {
  flex: 0 auto;
  width: 166.531px;
  max-width: none;
  max-height: none;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-115 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-115.hide {
  display: none;
}

.passcode-button {
  background-color: #464141;
  background-image: linear-gradient(#83abff, #29398b);
  border-radius: 7px;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 1px 1px 3px #0003;
}

.passcode-button-text {
  color: #e4e4e4;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: auto;
  padding: 9px 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  box-shadow: 1px 1px 3px #0003;
}

.passcode {
  text-align: center;
  border-radius: 10px;
  width: 114px;
  margin-bottom: 0;
  margin-right: 23px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 19px;
  box-shadow: inset 1px 1px 3px #000;
}

.sub-only {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sub-only.hide {
  display: none;
}

.logout-manage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
  inset: auto 0% 50px;
}

.text-block-92 {
  text-align: center;
  font-family: Exo, sans-serif;
}

.text-block-93 {
  color: #fff;
  background-color: #818181;
  border-radius: 17px;
  margin-top: 3px;
  padding: 5px 20px 8px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.instructions {
  color: #fff;
  margin-bottom: -1px;
  margin-left: 5px;
  font-family: Exo, sans-serif;
  display: block;
  overflow: visible;
}

.instructions.hide {
  display: none;
}

.passcode-label {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Exo, sans-serif;
}

.passcode-area {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  box-shadow: inset 1px 1px 3px #000;
}

.passcode-area.hide {
  font-family: Kalam, sans-serif;
}

.div-block-119 {
  background-color: #757575;
  width: 100%;
  height: 2px;
  display: none;
}

.div-block-120 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  display: flex;
}

.text-block-94 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
}

.analytics-button {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#fff, #b3b3b3 27%, #f1f1f1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 1px 1px 3px #000;
}

.text-block-95 {
  font-size: 15px;
}

.analytics-text {
  z-index: 2;
  text-shadow: 1px 1px 6px #000;
  padding: 10px;
  font-size: 22px;
  line-height: 26px;
  position: relative;
}

.confirm {
  z-index: 2000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.confirm.hide {
  display: none;
}

.confirm-box {
  background-color: #fff;
  flex-direction: column;
  min-width: 300px;
  max-width: 350px;
  padding: 20px;
  display: flex;
}

.text-block-96 {
  margin-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.div-block-123 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button-10 {
  color: #292929;
  background-color: #fff;
  border: 4px solid #999;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
}

.button-11 {
  text-align: center;
  background-color: #0983d4;
  border-radius: 10px;
  min-width: 80px;
  margin-left: 5px;
  margin-right: 0;
  font-family: Exo, sans-serif;
}

.lottie-animation-10 {
  height: 166px;
  margin-top: -58px;
}

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

.login-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dadadaa8;
  background-image: linear-gradient(#fff, #929292);
  border: 0 solid #c6c6c6;
  border-radius: 11px;
  flex-direction: column;
  align-items: stretch;
  width: 35%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 -3px 20px 2px #151515;
}

.div-block-126 {
  flex-direction: column;
  order: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.or-login {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.login-banner {
  color: #202020;
  text-align: center;
  text-shadow: none;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 38px;
  line-height: 33px;
}

.email-submit {
  opacity: .2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #222;
  border-radius: 0;
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.close-login2 {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.close-login {
  filter: invert();
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 25px;
  max-width: 25px;
  height: 25px;
  padding-top: 0;
  font-family: Jockey One, sans-serif;
  position: absolute;
  inset: 5px 5px auto auto;
}

.div-block-127 {
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.image-37 {
  max-width: 30%;
}

.back-logo-venue {
  opacity: .75;
  min-width: 30%;
  max-width: 50%;
  max-height: 15vh;
  margin-top: 0;
  padding-bottom: 5px;
  position: static;
}

.meetnmatch {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #7e7e7e;
  text-shadow: 0 2px 1px #020202d1;
  background-color: #0000;
  border-top: 0 solid #fff;
  border-bottom: 0 solid #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 36px;
  line-height: 29px;
  position: relative;
}

.visitors {
  z-index: 44;
  opacity: 1;
  color: #bdbdbd;
  text-shadow: 0 2px 1px #000;
  margin-bottom: 20px;
  font-family: Kalam, sans-serif;
  font-size: 27px;
  line-height: 22px;
  position: relative;
}

.venuepage {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.venuepage.hide {
  display: none;
}

.venuepagecontain {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto minmax(0, 2fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 500px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.venuepagecontain.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 20% 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 35%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0% auto;
}

.venuepagecontain.grid.hide {
  display: none;
}

.text-span-14 {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #5904e2 2%, #65c2ff 81%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Luckiest Guy, sans-serif;
}

.text-span-15 {
  text-shadow: 1px 1px 4px #000, 3px 3px 20px #d1981c;
}

.continue-venue {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#000, #29292994);
  border: 2px solid #585858;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 2px 15px 4px #ffffff94;
}

.continue-venue:active {
  background-image: linear-gradient(146deg, #000, #000000e3);
}

.continue-venue.hide {
  display: none;
}

.login-qr-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.continue-cover {
  background-image: linear-gradient(121deg, #3f3f3f, #505050 40%, #0000 49% 49.3%, #3f3f3f 57%, #505050);
  width: 250%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overflowtest {
  background-color: #ff9c9c;
  width: 50px;
  height: 2000px;
}

.fence-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-size: 120px;
  line-height: 140px;
}

.fence-text.hide {
  font-size: 110px;
}

.in-fence {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(124deg, #666464 2%, #fff 34%, #909090 58%, #5e5c5c);
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: minmax(200px, 1fr) minmax(auto, max-content) auto minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 500px;
  height: auto;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 4px 9px 4px #0003;
}

.in-fence.hide {
  display: none;
  bottom: -5px;
}

.text-block-98 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.capacity {
  color: #272727;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  height: 10px;
  font-family: Exo, sans-serif;
}

.capacity::placeholder {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.build-input {
  z-index: 8;
  position: fixed;
  inset: 0% 0% auto;
}

.field-label-5 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.chat-close {
  z-index: 1;
  background-color: #0000;
  width: 125%;
  height: 100%;
  position: relative;
}

.top-menu-contain {
  z-index: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffa6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
  position: static;
  inset: 0% auto auto;
}

.top-menu-contain.invert {
  filter: invert();
  background-color: #fff;
}

.top-menu-safe {
  width: 100%;
  height: 0;
}

.top-menu-safe.invert {
  filter: invert();
}

.bottommenu {
  z-index: 2;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 500px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0 -7px 5px #0003;
}

.bottommenu.blend {
  box-shadow: none;
}

.bottom-menu-safe {
  height: 0;
}

.match-bg {
  background-color: var(--transparent);
  background-image: linear-gradient(#fff, #fff0), radial-gradient(circle at 0%, #707070, #fff 70%);
  width: 500px;
  height: 100vh;
  position: fixed;
}

.checkin-bg {
  background-image: radial-gradient(circle at 150% 160%, #b300ff, #fff0 70%), radial-gradient(circle at 0 160%, #ffae18, #fff 69%), linear-gradient(#fff 15%, #0000);
  width: 500px;
  height: 100%;
  position: fixed;
  inset: 0% auto;
  overflow: hidden;
}

.alert-image {
  max-width: 70%;
  max-height: 400px;
  margin-bottom: 10px;
}

.people {
  opacity: .16;
  position: relative;
}

.getapp {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.getapp.hide {
  display: none;
}

.text-block-99 {
  color: #71f1ff;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
}

.app-google-image {
  max-width: none;
  height: auto;
  min-height: 62px;
  margin-top: 0;
  margin-right: -20px;
}

.app-google-image.hide {
  height: auto;
  margin-right: 0;
}

.text-block-100 {
  color: #fff;
  margin-top: 4px;
  font-family: Exo, sans-serif;
}

.app-apple-image {
  max-width: none;
  height: auto;
  min-height: 62px;
  margin-top: 0;
  margin-right: 0;
}

.app-apple-image.hide {
  margin-right: -20px;
}

.text-span-16 {
  color: #c09dff;
  text-shadow: 1px 1px 4px #945aff;
}

.app-apple {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.app-apple.hide {
  display: none;
}

.image-38 {
  max-width: none;
  max-height: 60px;
}

.menu-host {
  flex-direction: column;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.venue-url-bg {
  opacity: 1;
  background-image: linear-gradient(0deg, #242424, #fff0 69%), linear-gradient(160deg, #fff0, #ffffff61 54%, #fff0 103%);
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.venue-url-bg.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.div-block-129 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

.div-block-129.hooz-gradient {
  filter: grayscale();
  background-image: linear-gradient(12deg, #9800eb, #6206b8 14%, #403dfc 50%, #5fbdfc 76%, #48ff9a);
  border-radius: 0;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  box-shadow: 1px 1px 14px #000;
}

.fence-bg {
  opacity: .48;
  filter: grayscale();
  background-image: linear-gradient(344deg, #ffffff12, #ffffff45 30%, #ffffffd6 53%, #ffffff3b 71%, #ffffff05 99%, #fff0), linear-gradient(256deg, #9524ea, #6c49ff 37%, #346dff 70%, #0ab5e4), linear-gradient(160deg, #000, #d2d2d2 54%, #464646 103%);
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.fence-bg.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.div-block-130 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 11px;
  width: 97%;
  height: 55%;
  position: absolute;
  top: 1px;
}

.settings-box {
  z-index: 2;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.settings-box.hide {
  display: none;
}

.settings-item {
  color: #5a5a5a;
  text-shadow: none;
  font-family: Exo, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.close-sub {
  text-align: center;
  background-color: #bfadff;
  border-radius: 13px;
  order: -1;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px;
  font-family: Exo, sans-serif;
  position: static;
}

.div-block-131 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-settings {
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.pending-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  filter: grayscale();
  color: #0000;
  background-image: linear-gradient(#3d029bd9, #ea71f7);
  border: 1px solid #292929;
  border-radius: 0 19px 19px 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pending-list.active {
  filter: none;
}

.pending-list.hide {
  pointer-events: none;
  display: none;
}

.venue-display {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  color: #0000;
  background-image: none;
  border: 0 solid #292929;
  border-radius: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.venue-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 12px;
  width: 115%;
  height: 55%;
  margin-top: 2px;
  position: relative;
}

.pending-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000);
  border-radius: 5px 12px 12px 5px;
  width: 90%;
  height: 55%;
  margin-top: 2px;
  position: absolute;
  top: 0;
}

.pending-icon {
  text-shadow: 1px 1px 6px #000;
  font-size: 22px;
  line-height: 12px;
}

.div-block-132 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 5px;
  display: flex;
}

.div-block-132.large {
  height: auto;
  margin-right: 0;
  position: absolute;
  inset: 5px 8px auto auto;
}

.div-block-133 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-102 {
  color: #000;
  margin-bottom: -3px;
  font-size: 20px;
  line-height: 16px;
  position: static;
}

.div-block-48-copy {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 13px 5px 10px;
  position: static;
}

.outdoors {
  grid-column-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.checkin-alert {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: fixed;
  inset: 0% auto;
}

.checkin-alert.hide {
  display: none;
}

.like-alert-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000, 1px 1px 5px #000;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  position: relative;
}

.div-block-48-copy {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 10px;
  display: flex;
  position: static;
}

.yesno-text {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 10px;
  display: flex;
  position: relative;
}

.search-contain {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 500px;
  padding: 5px 20px;
  display: flex;
  position: static;
  bottom: 80px;
  left: auto;
  right: auto;
}

.card-angle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
}

.card-angle.hide {
  display: none;
}

.div-block-134 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.profile-bubblle {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 20px;
  width: 84%;
  height: 18px;
  position: absolute;
  inset: 11px auto auto;
}

.text-span-17 {
  font-family: Jockey One, sans-serif;
  font-size: 42px;
  line-height: 30px;
}

.fence-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.pause-geo {
  color: #000;
  text-align: center;
  background-color: #ffc4c4;
  border-radius: 10px;
  width: 40%;
  padding: 5px 8px;
  font-family: Exo, sans-serif;
  line-height: 16px;
  box-shadow: 1px 1px 3px #000;
}

.pause-fence {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  background-color: #ffffff14;
  border-radius: 20px;
  width: 80%;
  padding: 10px 20px;
  position: relative;
}

.other-venues {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #c9c9c9;
  background-color: #ffffff14;
  border-radius: 20px;
  width: auto;
  margin-top: 20px;
  padding: 10px 40px;
}

.pause-item {
  background-color: #61616147;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  box-shadow: 2px 4px 5px #fff3;
}

.text-block-104 {
  color: #fff;
  text-align: center;
  font-family: Jockey One, sans-serif;
}

.text-block-105 {
  text-align: left;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  line-height: 15px;
}

.pause-close {
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 21px;
  position: static;
  inset: 0% 0% auto;
}

.text-block-106 {
  color: #fff;
  text-align: center;
  font-family: Jockey One, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.text-block-107 {
  color: #fff;
  margin-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 19px;
  line-height: 22px;
  position: static;
}

.menu-pause {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-radius: 8px;
  padding: 0 8px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.vd-block {
  grid-column-gap: 10px;
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.vd-block.hide {
  display: none;
}

.vd-contain {
  grid-column-gap: 10px;
  background-color: #636363;
  border-radius: 5px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.vd-contain.on {
  background-color: #43bb75;
  background-image: none;
  border-radius: 10px;
  min-width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: inset 1px 1px 3px #000;
}

.menu-pause-resume {
  color: #fff;
  background-color: #0000;
  border-radius: 5px;
  align-items: center;
  padding: 0 8px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.menu-pause-resume.hide {
  display: none;
}

.note-contain {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.mpr-text {
  color: #fff;
  background-color: #0000;
  border-radius: 5px;
  padding: 0 8px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.button-12 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #000;
  border-radius: 9px;
  justify-content: center;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.button-12.hide {
  display: none;
}

.checkback-text {
  color: #535353;
  text-align: center;
  text-shadow: none;
  background-image: linear-gradient(#a5a5a5, #fff);
  border: 3px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  padding: 5px 20px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 26px;
}

.checkback-text.hide {
  margin-top: 0;
}

.image-39 {
  border-radius: 8px;
  height: 40px;
  box-shadow: 1px 1px 3px #000;
}

.app-reminder {
  z-index: 2;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  background-image: linear-gradient(to top, #a7a4a4, #555);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 65%;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 3px 5px 7px #494949;
}

.app-reminder.hide {
  display: none;
}

.app-reminder-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 15px;
  position: relative;
}

.capacity-title {
  text-align: center;
  font-family: Jockey One, sans-serif;
}

.text-block-108 {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
}

.button-13 {
  text-align: center;
  background-color: #00ce1f;
  background-image: linear-gradient(#abf8b9, #036309);
  border-radius: 10px;
  width: 60%;
  font-family: Exo, sans-serif;
  font-weight: 700;
  box-shadow: 1px 1px 3px #000;
}

.analytics {
  z-index: 2;
  color: #fff;
  text-align: left;
  background-color: #7429ff2e;
  background-image: none;
  border: 4px solid #ffffff4f;
  border-radius: 30px;
  width: auto;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  position: relative;
  bottom: auto;
  right: auto;
  box-shadow: inset 0 2px 5px #0003, 1px -1px 3px #000;
}

.category-hidden {
  background-color: #bbb;
  margin-bottom: 0;
  font-size: 16px;
  display: none;
}

.category-hidden.hide {
  position: absolute;
}

.manage-hider {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #404040c4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.manage-hider.hide {
  display: none;
}

.hider-text {
  color: #cecece;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  max-width: 85%;
  margin-top: 194px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  position: relative;
}

.html-embed-7 {
  margin-left: 60px;
  margin-right: 60px;
}

.image-40 {
  height: 10vh;
  margin-top: 20px;
  margin-bottom: 29px;
  margin-left: 20px;
}

.div-block-136 {
  grid-column-gap: 40px;
  background-image: linear-gradient(#fff 90%, #fff0);
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-5 {
  color: #5a5a5a;
  font-family: Jockey One, sans-serif;
}

.body-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-137 {
  align-self: flex-start;
}

.backtoapp {
  color: #fff;
  background-color: #5c5c5c;
  border-radius: 10px 10px 0 0;
  align-self: flex-start;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  position: fixed;
  bottom: 0;
  right: 40px;
}

.privacyterms {
  z-index: 1;
  grid-column-gap: 9px;
  color: #cecece;
  justify-content: center;
  width: 100%;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.text-block-111 {
  font-family: Exo, sans-serif;
  font-size: 13px;
  position: relative;
}

.text-block-112 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff2b;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 175px;
  margin-bottom: -5px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 11vw;
  font-weight: 700;
  line-height: 75vw;
  position: relative;
}

.privacyterms-menu {
  z-index: 1;
  grid-column-gap: 9px;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.pt-item {
  color: silver;
  font-family: Exo, sans-serif;
  font-size: 13px;
  position: relative;
}

.privacyterms-product {
  z-index: 1;
  grid-column-gap: 9px;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: sticky;
  inset: auto auto 0%;
}

.pt-item-prod {
  color: #252424;
  font-family: Exo, sans-serif;
  font-size: 13px;
  position: relative;
}

.div-block-138 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 12px;
  width: 95%;
  height: 50%;
  display: block;
  position: absolute;
  inset: 3px auto auto;
}

.qr-page {
  z-index: 2;
  background-color: #0000;
  width: 500px;
  max-width: 500px;
  height: 100%;
  position: relative;
  inset: 0% auto;
}

.qr-text {
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
  line-height: 25px;
}

.continue-qr {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#66666642, #fff6);
  border: 2px solid #585858;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.continue-qr.hide {
  display: none;
}

.lottie-animation-11 {
  width: 100%;
  height: auto;
}

.qr-meet {
  opacity: 1;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.qr-tagline {
  z-index: 44;
  opacity: 1;
  color: #bdbdbd;
  font-family: Exo, sans-serif;
  font-size: 22px;
  position: relative;
}

.continue-qr-new {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#66666642, #fff6);
  border: 2px solid #585858;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.continue-qr-new.hide {
  display: none;
}

.back-logo-qr {
  filter: brightness(200%);
  min-width: 30%;
  max-width: 40%;
  margin-bottom: 0;
}

.div-block-139 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.qr-bg {
  opacity: 1;
  background-image: linear-gradient(30deg, #9524ea, #6c49ff 37%, #346dff 80%, #0adee4), linear-gradient(160deg, #000, #d2d2d2 54%, #464646 103%);
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.qr-bg.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.qr-bubs-image {
  opacity: 1;
  filter: brightness(137%);
  background-image: url('../images/bubbles.webp');
  background-position: 0 0;
  background-size: 25px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(2);
}

.qr-bubs-image.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.text-block-113 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.qr-below-button {
  grid-column-gap: 9px;
  justify-content: center;
  display: flex;
  position: relative;
}

.qr-below-button.hide {
  display: none;
}

.text-block-114 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
}

.qrpagecontain {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: 68px auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 500px;
  height: 100%;
  display: grid;
  position: relative;
  inset: 0% auto;
}

.qrpagecontain.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 20% 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 35%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0% auto;
}

.qrpagecontain.grid.hide {
  display: none;
}

.login-qr {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#66666642, #fff6);
  border: 2px solid #585858;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.login-qr.hide {
  display: none;
}

.qrs {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-140 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 200px;
  display: flex;
  position: relative;
}

.qr-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.qr-buttons.hide {
  display: none;
}

.qr-download {
  text-align: center;
  text-shadow: none;
  background-color: #5e89ee;
  border: 0 solid #000;
  border-radius: 7px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  box-shadow: 1px 2px 0 1px #094a8b;
}

.text-block-115 {
  color: #8a8a8a;
  text-align: center;
  margin-top: 3px;
  font-family: Jockey One, sans-serif;
}

.qr-holder {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.qr-holder.hide {
  display: none;
  transform: none;
}

.qr-dl-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.marketing {
  z-index: auto;
  text-align: left;
  background-color: #434343;
  border-radius: 10px;
  width: 60%;
  font-family: Exo, sans-serif;
  display: none;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

.qr-modal {
  z-index: 1;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #4949498a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 70px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.qr-modal.hide {
  display: none;
}

.qr-box {
  grid-row-gap: 10px;
  background-color: #d8d8d8;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 15px;
  display: flex;
  position: relative;
}

.qr-dl-text {
  color: #fff;
}

.qr-icon-dl {
  filter: invert();
}

.image-41 {
  filter: invert();
  width: 25px;
  position: relative;
}

.close-qr {
  grid-column-gap: 8px;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-116 {
  color: #fff;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.div-block-142 {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dl-qr-button {
  grid-column-gap: 8px;
  pointer-events: none;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #55b0e6;
  background-image: linear-gradient(262deg, #9ad9ec, #5a84d6);
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 10px;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.qr-shadow {
  z-index: 1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 3px 3px 7px #000;
}

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

.button-14 {
  margin-bottom: 40px;
}

.analytics-expired {
  z-index: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #3fd1dc;
  border-radius: 10px;
  width: 50%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Exo, sans-serif;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.div-block-144 {
  background-image: linear-gradient(#fff, #ffffff57);
  border-radius: 15px;
  width: 93%;
  height: 49%;
  position: absolute;
  top: 2px;
}

.text-span-18 {
  font-style: italic;
  text-decoration: underline;
}

.field-label-6 {
  margin-bottom: 0;
}

.div-block-145 {
  justify-content: space-between;
  display: flex;
}

.keygen {
  text-shadow: 1px 1px #000;
  background-color: #17dd77;
  border-radius: 14px;
  align-self: flex-end;
  height: auto;
  margin-bottom: 5px;
  margin-left: 17px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 17px;
  box-shadow: 1px 1px 3px #000;
}

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

.div-block-147 {
  background-image: linear-gradient(#fff, #0000);
  border-radius: 15px;
  width: 98%;
  height: 50%;
  position: absolute;
  inset: 2px auto auto;
}

.update-contain {
  grid-column-gap: 16px;
  grid-row-gap: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  display: flex;
  position: relative;
  inset: 0%;
}

.update-contain.hide {
  display: none;
}

.update-bg {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: fixed;
  inset: 0% auto;
}

.update-bg.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.update-bg.hide {
  background-image: url('../images/greekmeet-bg-2bd.avif'), linear-gradient(30deg, #9524ea, #6c49ff 37%, #346dff 80%, #0adee4), linear-gradient(160deg, #000, #d2d2d2 54%, #464646 103%);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.image-42 {
  mix-blend-mode: normal;
  max-width: 200px;
  padding-bottom: 20px;
  position: relative;
}

.image-42.light {
  filter: drop-shadow(0 2px 5px #000000b3) brightness(200%);
  mix-blend-mode: normal;
}

.update-status {
  color: #c2c2c2;
  margin-top: -20px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.update {
  grid-row-gap: 0px;
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.update.hide {
  margin-top: 0;
  display: none;
}

.update-button-text {
  color: #ebebeb;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.update-button-text.hide {
  margin-top: 0;
}

.update-button {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  background-image: linear-gradient(to top, #a7a4a4, #555);
  border: 2px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 7px #494949;
}

.update-button.hide {
  display: none;
}

.update-button.progress {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.update-text-button {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  width: 47%;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 15px;
  position: relative;
}

.body-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #eee, #fff0 30%), linear-gradient(#fff 52%, #888);
  flex-flow: column;
  grid-template-rows: 1fr auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: end center;
  padding-top: 0;
  font-size: 19px;
  display: grid;
}

.progress-bar {
  background-color: #0000;
  background-image: linear-gradient(126deg, #368bfa, #275bdd);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-100%);
}

.progress-bar.done {
  background-color: #2b2b2b;
  background-image: linear-gradient(126deg, #368bfa, #333aff);
  transform: none;
}

.update-bubble {
  background-image: linear-gradient(#fff, #0000);
  border-radius: 15px;
  width: 98%;
  height: 50%;
  position: absolute;
  inset: 2px auto auto;
}

.progress-text {
  grid-column-gap: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
  position: relative;
}

.progress-text.hide {
  display: none;
}

.bubble-pct {
  text-align: right;
  width: 53%;
  font-size: 21px;
  line-height: 29px;
}

.install-update {
  color: #fff;
  background-color: #44e3ff;
  background-image: linear-gradient(#32f2f8, #3776ce);
  border: 4px solid #fff;
  border-radius: 35px;
  margin-top: 25px;
  padding-bottom: 12px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  position: relative;
  box-shadow: 1px 1px 3px 1px #000;
}

.install-update:active {
  background-color: #636363;
  background-image: none;
  transform: translate(3px, 3px);
}

.install-update.noclick {
  opacity: .25;
  pointer-events: none;
}

.text-block-118 {
  color: #fff;
  text-align: center;
  white-space: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 14px;
  position: static;
}

.install-note {
  z-index: 1;
  width: 100%;
  position: fixed;
  inset: auto 0 0;
}

.text-block-119 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 28px;
  position: relative;
}

.update-button-copy {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  background-image: linear-gradient(to top, #a7a4a4, #555);
  border: 2px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 7px #494949;
}

.update-button-copy.hide {
  display: none;
}

.update-button-copy.progress {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.appstore {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  background-image: linear-gradient(to top, #a7a4a4, #555);
  border: 2px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 5px 7px #494949;
}

.appstore.hide {
  display: none;
}

.appstore.progress {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.appstore-bg {
  background-color: #0000;
  background-image: linear-gradient(126deg, #e433ff, #6504c7 55%, #368bfa);
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-block-120 {
  color: var(--white);
  text-shadow: 1px 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.installing {
  font-size: 20px;
}

.update-warning {
  color: #fff;
  position: relative;
}

.more-venues {
  grid-row-gap: 5px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: 25% auto auto;
}

.more-venues.hide {
  display: none;
}

.more-venues-top {
  opacity: .26;
  color: var(--transparent);
  text-align: center;
  font-family: Luckiest Guy, sans-serif;
  font-size: 23px;
}

.more-venues-bottom {
  text-align: center;
  font-family: Exo, sans-serif;
}

.more-venues-bottom.hide {
  color: var(--transparent);
}

.anywhere-check {
  display: none;
}

.image-44 {
  opacity: .08;
  object-fit: cover;
  height: 100%;
}

.div-block-151 {
  flex-direction: column;
  display: flex;
}

.checkin-buttons {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.ads-check {
  margin-left: -15px;
}

.text-block-121 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Inconsolata, monospace;
  position: relative;
}

.profile-bg {
  background-image: radial-gradient(circle at 100% 0, #28ffff, #fff0 50%), radial-gradient(circle farthest-side at 0 0, #7e5bfc, #fff0 70%), linear-gradient(#fff0, #d6d6d6), url('../images/duotone.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto;
  width: 500px;
  min-height: 100vh;
  position: absolute;
  inset: 0% 0;
}

.bubs-image-search {
  opacity: .08;
  mix-blend-mode: normal;
  background-image: url('../images/bubbles.webp');
  background-position: 0 0;
  background-size: 25px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(2);
}

.bubs-image-search.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.text-block-122 {
  font-family: Jockey One, sans-serif;
  font-size: 10px;
  position: relative;
}

.text-block-123 {
  color: #858585;
  text-align: center;
  text-shadow: none;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.text-block-124 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.prev-matches {
  background-color: #cdcdcd;
  background-image: linear-gradient(#fff, #838383);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.prev-matches.hide {
  display: none;
}

.qr-bubs {
  opacity: .25;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.qr-bubs.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.div-block-153 {
  justify-content: space-around;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.close-location {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: linear-gradient(#acacac, #070707);
  border-radius: 10px;
  flex-direction: row;
  order: -1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.text-span-19, .text-span-20 {
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.div-block-155 {
  grid-column-gap: 11px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.div-block-156 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
}

.location-menu-text {
  text-align: center;
  white-space: nowrap;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
  position: relative;
}

.div-block-157 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-126 {
  position: relative;
}

.div-block-158 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-127 {
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  position: relative;
}

.privacyterms-front {
  z-index: 1;
  grid-column-gap: 9px;
  color: #cecece;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.pt-text {
  color: #0f0f0f;
  font-family: Exo, sans-serif;
  font-size: 13px;
  position: relative;
}

.div-block-159 {
  z-index: 3;
  grid-column-gap: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.manage-button {
  border-radius: 9px;
  font-family: Exo, sans-serif;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.manage-button.hide {
  display: none;
}

.div-block-160 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

.div-block-161 {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.div-block-162 {
  background-image: linear-gradient(#fff, #ffffff2b);
  border-radius: 11px;
  align-self: auto;
  width: 87%;
  height: 50%;
  position: absolute;
  inset: 4px auto auto;
}

.ad-message {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 31.5%;
}

.ad-message.hide {
  display: none;
}

.ad-modal {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 100%, #fad56647, #0000), radial-gradient(circle at 100% 0, #8d24fdb0, #fff0 48%), radial-gradient(circle at 0 0, #5665ff, #fff0 50%), radial-gradient(circle at 0 100%, #47ffff, #fff0 51%), radial-gradient(circle, #fff, #66baff);
  border: 5px solid #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  height: auto;
  padding: 13px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 12px #000;
}

.div-block-163 {
  justify-content: center;
  display: flex;
  position: relative;
}

.ad-top {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111;
  font-family: Changa One, Impact, sans-serif;
  font-size: 23px;
}

.ad-top.ad-count {
  color: #52d8f3;
  font-family: Changa One, Impact, sans-serif;
}

.div-block-164 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-128 {
  color: #727272;
  text-align: center;
  text-shadow: 1px 1px #fff;
  margin-top: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 23px;
}

.ad-button {
  color: #424242;
  background-color: #ffffffa3;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  box-shadow: 0 0 9px #000;
}

.text-block-129 {
  text-align: center;
  margin-top: 13px;
  font-family: Exo, sans-serif;
}

.text-span-21 {
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.div-block-165 {
  background-image: linear-gradient(#00000059 93%, #0000);
  height: 68px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #000;
}

.custom-sub {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.div-block-166 {
  grid-column-gap: 12px;
  display: flex;
}

.div-block-167 {
  display: flex;
}

.unpause {
  z-index: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #168ad3;
  border-radius: 10px;
  width: 50%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.repurchase {
  z-index: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #00b14a;
  border-radius: 10px;
  width: 50%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Exo, sans-serif;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.once-msg {
  font-family: Exo, sans-serif;
  font-size: 15px;
}

.capacity-select {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  background-color: #7297ff;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
  line-height: 20px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-168 {
  border-radius: 11px;
  width: 98%;
  height: 63%;
  margin-top: -8px;
  position: absolute;
}

.tabs {
  z-index: 5;
  position: fixed;
  inset: 0%;
}

.tabs-menu-2 {
  display: block;
}

.red-tab {
  background-color: #e66565;
  height: 100vh;
}

.green-tab {
  background-color: #5fff64;
  height: 100vh;
}

.div-block-169 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 20px;
  width: 95%;
  height: 50%;
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto;
}

.install-page {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.install-page.hide {
  display: none;
}

.install-modal {
  background-color: #151616;
  background-image: linear-gradient(#0000, #fff 35%), linear-gradient(137deg, #f038cb, #9244ff 20%, #4979ff 49%, #26ffff 72%, #fff);
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 400px;
  height: auto;
  max-height: 70%;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 20px 3px #000;
}

.div-block-170 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 10px;
  display: flex;
}

.install-text h2 {
  margin-top: 0;
}

.list {
  padding-left: 20px;
  font-family: Exo, sans-serif;
}

.text-block-130 {
  color: #fff;
  text-shadow: none;
  font-family: Luckiest Guy, sans-serif;
}

.text-block-130.hooz-gradient {
  text-shadow: 1px 1px 4px #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
}

.install-mid {
  background-color: #0000;
  border-radius: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-46 {
  max-width: 30%;
}

.text-block-131 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 1px #000;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  line-height: 27px;
}

.div-block-171 {
  flex-direction: column;
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
}

.image-47, .image-48 {
  max-width: 45%;
}

.recommend {
  color: #474747;
  text-align: center;
  background-color: #b9b9b9;
  border-radius: 11px;
  width: 80%;
  height: 2px;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 1px #fff;
}

.email-login {
  margin-top: 15px;
}

.email-button {
  grid-column-gap: 9px;
  background-color: #84a5ff;
  border-radius: 6px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 196px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.email-button.hide {
  display: none;
}

.text-block-133 {
  text-shadow: 1px 1px 3px #000;
  margin-left: 10px;
  font-size: 19px;
}

.text-block-134 {
  color: #fff;
  margin-left: 40px;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
}

.gear-profile {
  text-shadow: 1px 1px 3px #000;
  margin-right: -5px;
  padding-bottom: 7px;
  font-size: 16px;
}

.see-like, .list-item-5, .list-item-6 {
  color: #686868;
}

.pause-menu2 {
  grid-column-gap: 0px;
  grid-row-gap: 11px;
  background-color: #ffffffb0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: auto;
  padding-top: 7px;
  padding-bottom: 56px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.pause-menu2.hide {
  display: none;
}

.pause-menu {
  grid-row-gap: 9px;
  background-color: #0000;
  flex-direction: column;
  width: 65%;
  display: flex;
  position: absolute;
  bottom: 57px;
}

.pause-menu.hide {
  display: none;
}

.div-block-172 {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.text-block-135 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 48px;
  line-height: 48px;
  position: relative;
}

.image-49 {
  z-index: 20;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -4%;
}

.phone-base {
  width: 100%;
  max-width: none;
  position: relative;
}

.phone-apartments, .phone-bar, .phone-coffee, .phone-concert, .phone-grocery, .phone-movies, .phone-stadium, .phone-front {
  width: 100%;
  max-width: none;
  position: absolute;
}

.phone-label {
  color: #ffffffc7;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000c7;
  text-shadow: 0 2px 20px #000000ab;
  align-self: center;
  max-width: 100%;
  margin-top: -9px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.5vw;
  line-height: 3.5vw;
  position: relative;
  top: auto;
}

.top-title-phone {
  color: #ffffffc7;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000c7;
  text-shadow: 0 2px 20px #000000ab;
  max-width: 100%;
  margin-top: 0;
  font-family: Luckiest Guy, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
  position: relative;
}

.div-block-173 {
  z-index: 1;
  flex-direction: column;
  order: -1;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.list-bottom {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  flex-direction: column;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  display: flex;
}

.list-bottom.hide {
  display: none;
}

.product-list-button {
  background-color: #a189d3;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Jockey One, sans-serif;
  position: relative;
}

.list-yours {
  grid-column-gap: 0px;
  background-color: #00000054;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 15px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.list-yours.hide {
  display: none;
}

.div-block-176 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 40px;
  transform: scale(1.2);
}

.list-top {
  color: #acecffe6;
  text-shadow: 0 1px 1px #000;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.list-text {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.list-text.hide {
  display: none;
}

.admin-choice {
  z-index: 1;
  grid-row-gap: 18px;
  background-color: #ff7c7c99;
  background-image: linear-gradient(#7c7c7c, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 32.5%;
}

.admin-choice.hide {
  display: none;
}

.text-block-138 {
  font-family: Exo, sans-serif;
}

.button-15 {
  border-radius: 11px;
  font-family: Exo, sans-serif;
}

.text-block-139 {
  font-family: Jockey One, sans-serif;
  font-size: 47px;
  line-height: 46px;
}

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

.likes {
  background-color: #0000;
  background-image: radial-gradient(circle at 0 160%, #ffc05b, #fff0 69%), linear-gradient(#fff 10%, #3d48be);
  border: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  margin-top: 65px;
  display: block;
  position: absolute;
  inset: 0%;
}

.likes.hide {
  display: none;
}

.like-alert {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
  position: fixed;
  inset: 0% auto;
}

.like-alert.hide {
  display: none;
}

.like-bg {
  position: fixed;
  inset: 0%;
}

.like-list {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.like-list.hide {
  display: none;
}

.home-bg {
  opacity: 0;
  background-image: linear-gradient(#39daec, #b2abff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-179 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60px;
  display: flex;
  position: relative;
}

.div-block-179.large {
  justify-content: flex-end;
  align-items: flex-start;
}

.new-menu {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff, #ffffffa6);
  width: 500px;
  height: 100vh;
  padding-top: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
}

.new-menu.hide {
  width: 500px;
}

.div-block-181 {
  background-image: linear-gradient(#000, #fff);
  width: 30%;
  height: 150vh;
}

.text-block-140 {
  color: #fff;
  font-family: Jockey One, sans-serif;
  font-size: 36px;
  line-height: 32px;
  display: block;
  position: static;
}

.menu-option {
  border-top: 1px solid #b9b9b9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-option.install {
  background-color: #151616;
}

.menu-option.menu-info {
  grid-row-gap: 7px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-option.menu-info.hide {
  display: none;
}

.menu-option.venue-detection {
  height: 62px;
  min-height: auto;
}

.menu-option.delete-option {
  padding-left: 0;
  padding-right: 0;
}

.menu-option.socials {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  filter: grayscale();
  justify-content: flex-end;
}

.div-block-183 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75px;
  padding-left: 20px;
  font-family: Jockey One, sans-serif;
  display: flex;
}

.text-block-141 {
  color: #fdfdfd;
}

.text-block-142 {
  color: #888;
}

.menu-text {
  color: #7c7c7c;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.signup {
  color: #9c9c9c;
  text-align: center;
  background-color: #fff0;
  border: 3px solid #b4b4b4;
  border-radius: 20px;
  justify-content: center;
  width: 50%;
  padding-bottom: 12px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 16px;
  display: flex;
}

.menu-close {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #000000c7;
  background-image: radial-gradient(circle at 50% 300%, #fff, #fff0 80%);
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-143 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.div-block-185 {
  background-color: #e07373;
  height: 100vh;
}

.menu-toggle-button {
  background-color: #1fa0e5;
  background-image: linear-gradient(142deg, #fff, #817dff 24%, #42dcff 76%, #e0dfff);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  font-family: Exo, sans-serif;
  display: flex;
  box-shadow: inset 1px 1px 5px #000000a1;
}

.menu-toggle-button.off {
  text-shadow: 0 1px 1px #000;
  background-color: #bebebe;
  background-image: none;
  box-shadow: inset 1px 1px 5px #000000a1;
}

.menu-venue {
  grid-column-gap: 12px;
  border-top: 0 solid #b9b9b9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  min-height: auto;
  max-height: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.menu-venue.venue-snooze {
  border-top-width: 0;
}

.snooze-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #dbdf00;
  background-image: linear-gradient(172deg, #2997ff, #006aff);
  border-radius: 8px;
  width: 100%;
  font-family: Exo, sans-serif;
}

.snooze-button.snooze-button-off {
  background-image: none;
}

.div-block-186 {
  background-color: #ffffffe0;
  width: 2px;
  height: 30px;
}

.snooze-button-off {
  color: #050505;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  font-family: Exo, sans-serif;
}

.div-block-187 {
  grid-column-gap: 5px;
  justify-content: space-around;
  width: 100%;
  margin-top: 3px;
  display: flex;
}

.text-block-144 {
  color: #888;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.manage {
  color: #8a8a8a;
  background-color: #0000;
  border: 0 solid #8186889e;
  border-radius: 7px;
  min-width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  display: flex;
}

.text-span-23 {
  color: #494949;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.install-error {
  color: #fff;
  text-align: center;
  font-size: 17px;
  position: relative;
}

.menu-item-select {
  background-color: #0000;
  background-image: linear-gradient(#7e7e7e80, #9292921f);
  border-radius: 15px;
  justify-content: center;
  width: 0;
  height: 90%;
  display: flex;
  position: absolute;
  box-shadow: 2px 4px 5px #0003;
}

.div-block-188 {
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 17px;
  width: 100%;
  height: 50%;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
}

.text-block-146 {
  color: #474747;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-190 {
  background-image: linear-gradient(#fff, #0000);
  border-radius: 20px;
  width: 100%;
  height: 50%;
  position: relative;
}

.gender-select-copy {
  z-index: auto;
  background-color: #0000;
  background-image: linear-gradient(#8a8a8a, #ffffff78);
  border: 0 solid #fff;
  border-radius: 20px;
  justify-content: center;
  width: 0;
  height: 0;
  margin-top: 0;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: absolute;
  box-shadow: 2px 2px 6px #000;
}

.showme-select {
  z-index: auto;
  background-color: #0000;
  background-image: linear-gradient(#a1a1a1, #ffffff78);
  border: 0 solid #fff;
  border-radius: 20px;
  justify-content: center;
  width: 0;
  height: 0;
  margin-top: -2000px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  box-shadow: 2px 2px 6px #000;
}

.div-block-191 {
  width: 0;
  height: 0;
}

.slide-delete {
  font-family: Exo, sans-serif;
}

.delete-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.delete-bottom {
  grid-column-gap: 20px;
  opacity: .18;
  background-color: #ff6e6e;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.delete-bottom.hide {
  display: none;
}

.delete-text {
  white-space: nowrap;
  font-family: Exo, sans-serif;
}

.delete-button {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  font-family: Jockey One, sans-serif;
}

.delete-button.delete-yes {
  color: #000;
  background-color: #fff;
}

.div-block-192 {
  background-image: linear-gradient(#fff, #fff0);
  width: 98%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6% 0% auto;
}

.like-notification {
  opacity: 1;
  background-color: #6bc9ff;
  background-image: linear-gradient(145deg, #00d0ff, #247fff);
  border-radius: 20px;
  align-self: center;
  width: 15px;
  height: 15px;
  margin: 4px auto auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: -1% auto auto;
  transform: translate(12px);
  box-shadow: 3px 2px 9px #00000085;
}

.like-notification.hide {
  display: none;
}

.deleted {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #363636e3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 32.5%;
}

.deleted.hide {
  display: none;
}

.delete-modal {
  grid-row-gap: 19px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #ccc);
  border: 6px solid #9351f6;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 40px 20px;
  display: flex;
  box-shadow: inset 0 5px 2px #0000004f;
}

.text-block-147 {
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-148 {
  font-family: Exo, sans-serif;
}

.reactivate {
  border-radius: 6px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-24 {
  color: #7ee7ff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0e0e0e;
  font-family: Luckiest Guy, sans-serif;
}

.text-span-25 {
  color: #47ffcc;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Luckiest Guy, sans-serif;
}

.text-span-26 {
  color: #fff;
}

.text-span-27 {
  color: #deb2ffc7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Luckiest Guy, sans-serif;
  text-decoration: none;
}

.div-block-193 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.code-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0000;
  background-color: #e0e0e0;
  border: 1px solid #cacaca;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 3px;
  display: flex;
  box-shadow: 6px 6px 13px #00000080;
}

.code-button.active {
  filter: none;
  border-radius: 20px;
  height: auto;
  display: flex;
  position: relative;
}

.checkin-modal {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 19px;
  background-color: #0000;
  background-image: linear-gradient(#fff 16%, #aaa);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  transform: translate(0, -200%);
  box-shadow: 5px 11px 17px #00000082;
}

.html-embed-8 {
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  width: 75%;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.code-send {
  opacity: .23;
  filter: grayscale();
  text-align: center;
  text-shadow: 0 1px 1px #000;
  background-color: #c664ff;
  background-image: linear-gradient(#8345ff, #ff31f8);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  display: flex;
}

.code-send.ready {
  opacity: 1;
  filter: none;
}

.div-block-194 {
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.code-modal-close {
  color: #fff;
  background-color: #a0a0a0;
  border-radius: 13px;
  padding: 3px 10px;
  font-family: Exo, sans-serif;
  box-shadow: inset 0 2px 5px #0003;
}

.div-block-195 {
  width: 100%;
  height: 40px;
  position: absolute;
  left: auto;
}

.div-block-196 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 75%;
  height: 40px;
  position: absolute;
  left: 0;
  box-shadow: inset 1px 2px 9px #00000073;
}

.code-input {
  border: 0 solid #0000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  display: flex;
  box-shadow: inset 0 2px 5px #00000080;
}

.code-input.hide {
  display: none;
}

.code-start-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0000;
  background-image: linear-gradient(#2e006b, #ec5cf1);
  border: 4px solid #fff;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100%;
  transition: transform .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px #000;
}

.code-start-button:active {
  box-shadow: none;
  transform: scale(.8);
}

.image-50 {
  opacity: .99;
  height: 110px;
  margin-bottom: 10px;
}

.div-block-197 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, .25fr) minmax(30%, 1fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.text-span-28, .text-span-29 {
  font-size: 42px;
}

.div-block-199 {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-199.hide {
  color: #363636;
  display: none;
}

.text-block-149 {
  color: #4d4d4d;
  font-family: Luckiest Guy, sans-serif;
  font-size: 30px;
  line-height: 28px;
}

.text-block-149.hooz-gradient-text {
  color: #00000091;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e7e7e7a8;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Exo, sans-serif;
}

.div-block-200 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-23 {
  color: #fff;
  background-color: #60cdff;
}

.text-field-23::placeholder {
  color: #fff;
}

.div-block-201 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template: "Area"
                 "." minmax(150px, auto)
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-51 {
  filter: invert();
  max-width: 23px;
  margin-right: 4px;
}

.rich-text-block {
  margin-left: 60px;
  margin-right: 60px;
}

.terms-privacyrtf {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
}

.terms-privacyrtf p {
  text-indent: 0;
  margin-left: 10px;
}

.terms-privacyrtf h2 {
  font-size: 24px;
  line-height: 30px;
}

.text-block-150 {
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.url-check-box {
  margin-top: 0;
}

.checkbox-label-4 {
  color: #fff;
}

.checkbox-field-5 {
  grid-column-gap: 6px;
  margin-bottom: 0;
  display: flex;
}

.detect-box {
  grid-column-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 10px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.text-block-151 {
  opacity: 0;
  color: #3f3f3f;
  font-family: Exo, sans-serif;
  display: none;
}

.circles.product {
  opacity: .25;
  position: relative;
}

.install-option {
  border-top: 1px solid #b9b9b9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.install-option.install {
  background-color: #0000;
  background-image: linear-gradient(90deg, #0000, #fff 55%), radial-gradient(circle, #75ffdf 24%, #00a6ff 46%, #6c3fff 86%);
  border: 0 solid #000;
  padding-left: 20px;
  padding-right: 20px;
}

.install-option.install.hide {
  display: none;
}

.install-option.menu-info {
  grid-row-gap: 14px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.install-option.venue-detection {
  height: 62px;
  min-height: auto;
}

.install-option.delete-option {
  padding-left: 0;
  padding-right: 0;
}

.menu-install-text {
  color: #fff;
  text-shadow: 0 1px 8px #000;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: absolute;
}

.app-google {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.app-google.hide {
  display: none;
}

.text-span-30 {
  color: #fff;
  text-shadow: 0 1px 1px #000000eb;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.social-logins {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.social-logins.hide {
  display: none;
}

.text-block-152 {
  color: #f3f3f3;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #474747;
  text-shadow: 0 1px 3px #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.arrow-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.arrow-box.hide {
  display: none;
}

.arrow-pointer {
  width: auto;
  min-width: 100px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transform: rotate(45deg);
}

.text-block-153 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0000008a;
  border-radius: 12px;
  padding: 2px 15px 4px;
  font-family: Jockey One, sans-serif;
}

.div-block-203 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 91%;
  display: flex;
  position: absolute;
  top: 40%;
}

.remote-text {
  grid-column-gap: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  background-image: linear-gradient(128deg, #29b9ccba, #a654ee61 51%, #fff 75%);
  border: 0 solid #f3eeee;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 100px 7px 80px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  display: flex;
  position: relative;
}

.remote-text.new {
  background-image: linear-gradient(124deg, #f9a8ff, #b1fbff);
}

.remote-text.hide {
  display: none;
}

.remote-text.boost {
  background-image: linear-gradient(90deg, #fffcfc00, #fff 94%), linear-gradient(184deg, #ff7979, #fff372);
  border-color: #949292;
  border-radius: 20px;
}

.remote-text-bold {
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transform: translate(0, -1px);
}

.remote-text-plain {
  white-space: normal;
  width: 100%;
  max-width: 100%;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.div-block-204 {
  grid-column-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-154 {
  font-family: Exo, sans-serif;
}

.room {
  filter: grayscale();
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#22aafffc, #313bffc4);
  border-radius: 12px;
  font-family: Exo, sans-serif;
  line-height: 16px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-155 {
  display: none;
  position: absolute;
  inset: 10px auto auto 10px;
}

.like-profile {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#cecece, #fff 70%);
  flex-direction: column;
  grid-template-rows: auto auto minmax(200px, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.like-profile.hide {
  display: none;
}

.like-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  grid-template-rows: minmax(200px, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  padding: 10px 10px 5px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.like-card.hide {
  display: none;
}

.like-venue {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.div-block-206 {
  justify-content: space-around;
  align-items: center;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.like-button {
  color: #505050;
  text-align: center;
  background-image: linear-gradient(#fff, #858585);
  border: 3px solid #d8d8d8;
  border-radius: 8px;
  min-width: 30%;
  font-family: Jockey One, sans-serif;
}

.like-button.next {
  background-image: linear-gradient(#ececec, #bdbcbc);
  border-width: 0;
  border-color: #818181;
  border-radius: 20px;
  width: 50%;
  min-width: auto;
  max-width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.like-button.next:active {
  background-image: linear-gradient(#6d6d6d, #bdbcbc);
}

.like-button.match {
  color: #fff;
  text-shadow: 0 1px 1px #000000c2;
  background-image: linear-gradient(#baffcf, #00613d);
  border-color: #007c00;
  border-radius: 20px;
}

.like-button.match:active {
  opacity: .51;
  transform: translate(2px, 2px);
}

.like-button.remove {
  color: #fff;
  text-shadow: 0 1px 1px #000000c2;
  background-image: linear-gradient(#ff9797, #d66060);
  border-color: #e20000;
  border-radius: 20px;
}

.like-button.remove:active {
  opacity: .5;
  transform: translate(2px, 2px);
}

.like-pic {
  object-fit: cover;
  background-color: #bdbdbd;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-207 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.like-name {
  filter: blur(5px);
  padding-top: 14px;
  padding-bottom: 3px;
  font-family: Kalam, sans-serif;
  font-size: 24px;
}

.like-report {
  font-family: Exo, sans-serif;
}

.like-fixed {
  width: 500px;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.like-fixed.hide {
  height: auto;
  position: relative;
}

.list-top-spacer {
  width: 100%;
  height: 65px;
}

.like-preimage {
  width: 0;
  height: 0;
  display: block;
}

.like-waiting {
  filter: grayscale();
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  width: 50%;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.div-block-208 {
  background-image: linear-gradient(#000000b5, #fff0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 140px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto;
}

.text-block-156 {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Exo, sans-serif;
}

.like-intents {
  background-color: #0000;
  border-bottom-right-radius: 17px;
  justify-content: space-around;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.like-intent {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 1px;
  display: flex;
}

.like-intent.friend {
  background-color: #58cdff;
}

.like-intent.dating {
  background-color: #587fff;
}

.like-intent.business {
  background-color: #404040;
}

.like-intent.hide {
  display: none;
}

.like-none {
  color: #cacaca;
  text-align: center;
  text-shadow: 0 1px #fff;
  width: 85%;
  margin-top: -200px;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
  position: absolute;
}

.auto-button {
  grid-column-gap: 3px;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  align-items: center;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 0;
  display: flex;
}

.auto-button.hooz-gradient {
  grid-column-gap: 3px;
  background-color: #0000;
  background-image: none;
  border-radius: 8px;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 5px 6px;
  display: flex;
}

.auto-button.hide {
  display: none;
}

.auto-icon {
  text-shadow: 1px 1px 6px #000;
  font-size: 22px;
  line-height: 12px;
}

.auto-text {
  color: #fff;
  text-shadow: 0 1px 3px #000000ed;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 12px;
}

.like-alert-none {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 10px #000;
  width: 85%;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
  position: absolute;
}

.div-block-209 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 2%;
}

.change-plan {
  z-index: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #413936;
  border-radius: 10px;
  width: auto;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  position: relative;
}

.change-plan-box {
  z-index: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #111;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  max-width: 400px;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
}

.plan-amount {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  white-space: nowrap;
  padding-right: 12px;
}

.text-block-157 {
  color: #fff;
  white-space: nowrap;
}

.image-52 {
  max-width: 81px;
}

.newprop {
  z-index: 2;
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(151deg, #5e6bff, #62c3e9);
  border: 0 solid #9cdbe9c9;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  height: auto;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 18px;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
  box-shadow: 1px -1px 3px #000;
}

.text-span-31 {
  color: #f8f8f8;
  font-size: 3vw;
}

.cartoon-text {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff6;
  text-shadow: 0 1px 1px #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 3px;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  line-height: 1.5vw;
  display: block;
  position: relative;
}

.cartoon-text.hide {
  display: none;
}

.auto-match-text {
  color: #dadada;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  border-right: 1px solid #fff8f880;
  padding-right: 5px;
  font-family: Exo, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

.auto-match-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
  margin-right: 5px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.auto-match-box.hide {
  display: none;
}

.text-block-158 {
  position: relative;
}

.like-about-button {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 60px;
}

.like-about-button.hide {
  display: none;
}

.text-block-159 {
  color: #fff;
  background-color: #00000080;
  border-radius: 20px;
  padding: 6px 20px 9px;
  font-family: Jockey One, sans-serif;
  line-height: 16px;
}

.about-overlay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #000000c4;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 20px 40px;
  display: grid;
}

.about-overlay.hide {
  display: none;
}

.like-about-label {
  color: #fff;
  text-align: center;
  font-family: Kalam, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.like-about-text {
  color: #fff;
  text-align: left;
  max-height: 89%;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  overflow: auto;
}

.div-block-210 {
  opacity: 1;
  background-color: #0000;
  background-image: radial-gradient(circle, #fff, #a3a3a3);
  position: fixed;
  inset: 0%;
}

.text-block-160 {
  color: #fff;
  font-family: Jockey One, sans-serif;
  font-size: 10px;
  line-height: 20px;
  position: relative;
}

.div-block-211 {
  background-color: #0000006b;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 15px;
  padding: 2px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #000, 0 2px 20px -1px #fff9;
}

.div-block-211.hide {
  display: none;
}

.div-block-212 {
  position: absolute;
}

.vd-bubble {
  background-image: linear-gradient(#ffffffd4, #fff0);
  border-radius: 18px;
  width: 92%;
  height: 55%;
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto;
}

.social-browser {
  z-index: 4;
  background-color: #c5c5c5;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #47b3ff, var(--transparent)), radial-gradient(circle farthest-corner at 0% 100%, #7943f7, white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.social-browser.hide {
  display: none;
}

.text-block-161 {
  font-family: Jockey One, sans-serif;
  font-size: 3vh;
  line-height: 3vh;
  position: relative;
}

.text-block-162 {
  font-family: Exo, sans-serif;
  position: relative;
}

.image-53 {
  max-height: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.text-block-163 {
  position: relative;
}

.div-block-213 {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.bold-text-2 {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.italic-text {
  text-decoration: underline;
}

.lottie-animation-13 {
  width: 50%;
}

.lottie-animation-14 {
  height: 16vh;
  margin-top: -5vh;
  margin-bottom: -5vh;
  position: relative;
}

.div-block-214 {
  opacity: .05;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-215 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #00000080;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 9px 12px 4px #00000096;
}

.text-block-164 {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border: 3px solid #a3a0a0;
  border-radius: 0;
  padding: 3px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.tb-social {
  color: #d4d4d4;
  text-align: center;
  font-family: Exo, sans-serif;
}

.image-55 {
  position: relative;
}

.age-window {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 32.5%;
}

.age-window.hide {
  display: none;
}

.div-block-216 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  background-image: linear-gradient(#fff 93%, #888);
  border: 0 solid #969696;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.text-block-165 {
  color: #8a8a8a;
  text-align: center;
  text-shadow: 1px 1px 2px #0003;
  background-color: #e9e9e9;
  border-radius: 5px;
  width: 90%;
  padding: 6px 40px 8px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  box-shadow: inset 2px 1px 5px #00000054;
}

.div-block-217 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.button-16 {
  text-align: center;
  text-shadow: 0 1px 1px #000000d1;
  background-image: linear-gradient(149deg, #92c3ff, #0dd6e0);
  border: 4px solid #fff;
  border-radius: 7px;
  min-width: 30%;
  padding-bottom: 12px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  line-height: 15px;
  box-shadow: 0 0 5px 1px #0000005c;
}

.button-16.adult {
  background-image: linear-gradient(149deg, #b256f8, #0dd6e0);
}

.date-display {
  text-align: center;
  max-width: 90%;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  line-height: 16px;
  position: relative;
}

.text-span-32, .text-span-33 {
  font-size: 20px;
}

.html-embed-9 {
  border: 2px solid #729dff;
  border-radius: 8px;
  justify-content: center;
  min-width: 50%;
  font-family: Exo, sans-serif;
  font-size: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.birthbox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f7f7f7f2;
  background-image: linear-gradient(#e4e4e4, #fff0), linear-gradient(#fff 93%, #a8a8a8);
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.birthbox.hide {
  display: none;
}

.birthbox.ob {
  padding: 20px 60px;
  position: relative;
}

.button-17 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 33px;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  display: flex;
}

.bday-exit {
  opacity: .4;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fullw {
  min-width: 100%;
}

.div-block-218 {
  justify-content: space-around;
  display: flex;
}

.token-copy {
  color: #181818;
  text-align: center;
  background-color: #9bf3ff;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.div-block-219 {
  background-color: #0000;
  border: 0 solid #ffffff69;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  display: flex;
}

.text-span-34 {
  font-family: Kalam, sans-serif;
}

.auto-login {
  pointer-events: auto;
  color: #636363;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  background-color: #8a8a8a;
  background-image: linear-gradient(#fff, #4e4e4e47);
  border: 0 solid #d8d8d8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  position: relative;
  inset: 0 0 auto auto;
}

.auto-login:active {
  background-image: linear-gradient(#eee, #f0ba07);
  transform: translate(0, 5px);
}

.auto-login.hide {
  display: none;
}

.login-spacer {
  background-color: #fff;
  width: 28%;
  height: 1px;
  box-shadow: 0 1px 2px #000;
}

.copy-token-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-shadow: 0 1px 9px #000000eb;
  background-color: #3898ec;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  display: flex;
  box-shadow: 0 4px #022263a8;
}

.copy-token-box.hide {
  display: none;
}

.card-name-firstletter {
  color: #838383;
  width: 90%;
  margin-top: -5px;
  margin-left: 5px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  position: absolute;
  inset: auto auto auto 11px;
}

.like-name-firstletter {
  width: 50%;
  padding-top: 6px;
  padding-bottom: 3px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  position: absolute;
}

.text-block-166 {
  color: #a0a0a0;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.adult-on {
  color: #7c7c7c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 13px;
  display: flex;
}

.adult-on.hide {
  display: none;
}

.text-block-167 {
  color: #696969;
  font-family: Changa One, Impact, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

.adult-on-date {
  font-family: Exo, sans-serif;
}

.cell {
  align-items: center;
}

.text-block-168 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-220 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .97;
  filter: blur(3px);
  background-color: #0000;
  background-image: linear-gradient(131deg, #690046, #3100a5 11%, #267ba3 61%, #00a4b9 87%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-56 {
  max-width: 25%;
}

.quick-stack {
  position: relative;
}

.text-block-169 {
  color: #fff;
  padding-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.greek-school-label {
  color: #fff;
  white-space: nowrap;
  padding: 3px 8px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.greek-label {
  justify-content: center;
  align-items: flex-end;
}

.cell-2 {
  color: #f0f0f0;
  align-items: center;
}

.text-block-171 {
  color: #616161;
  background-color: #fffcfc;
  border-radius: 11px;
  width: 100%;
  padding: 5px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.form-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.form-10 {
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding-bottom: 220px;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: scroll;
}

.select-short {
  color: #494949;
  border-radius: 10px;
  max-width: 150px;
  margin-bottom: 0;
}

.greek-school {
  color: #333;
  border-radius: 0;
  margin-bottom: 0;
}

.div-block-221 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-24 {
  margin-bottom: 0;
}

.greek-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 2fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.greek-contact.hide {
  display: none;
}

.greek-org {
  margin-bottom: 0;
}

.button-18 {
  text-align: center;
  background-color: #3853ec;
  border-radius: 8px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
}

.cell-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-223 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-57 {
  max-height: 38px;
}

.greek-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #6e6e6e70;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  inset: 100dvh 0% auto;
  transform: none;
}

.greek-bottom.hide {
  transform: translate(0, 100%);
}

.greek-bottom.edit {
  transform: translate(0, -100%);
}

.text-block-172 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.greek-list {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
}

.greek-new {
  color: #fff;
  background-color: #4ec5cf;
  border-radius: 6px;
  padding: 5px 8px 7px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
}

.checkbox-field-6 {
  margin-bottom: 0;
}

.greek-new-button {
  color: #fff;
  background-color: #4ec5cf;
  border-radius: 6px;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 5px 8px 7px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.text-field-25 {
  color: #000;
  background-color: #b3b3b3;
}

.text-field-25::placeholder {
  color: #050505;
}

.text-field-26 {
  color: #fff;
  text-align: center;
  background-color: #2c2c2c;
  width: 100%;
  margin-bottom: 0;
}

.contact-item {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #0000002b;
  border: 0 solid #b3b3b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.contact-item.hide {
  display: none;
}

.contact-item.selected {
  background-color: #1d1d1d;
  background-image: linear-gradient(#7c7c7c, #000);
  border-width: 3px;
  border-color: #fff;
}

.greek-name {
  color: #ffc5e7;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #272727;
  padding-left: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
}

.greek-name.frat {
  color: #72b2ff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  font-family: Jockey One, sans-serif;
}

.contact-name {
  color: #f8f8f8;
  padding-left: 20px;
  font-family: Kalam, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.contact-source {
  color: #a0a0a0;
  font-family: Jockey One, sans-serif;
  position: static;
  inset: auto 10px 5px auto;
}

.contact-source.due {
  color: #ffb973;
}

.flex-block {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
  line-height: 15px;
}

.venuecode {
  color: #fff;
  text-align: center;
  background-color: #7a7a7a;
  width: 100%;
  margin-bottom: 0;
}

.venuecode::placeholder {
  color: #7a7a7a;
}

.contact-phone {
  color: #d8d8d8;
  position: absolute;
  inset: auto 11px auto auto;
}

.alert-text-admin {
  color: #505050;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #5f5c5c;
  margin: 0 45px 0 10px;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
  line-height: 22px;
}

.select-field-7, .select-field-8 {
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
}

.action-label {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000000b5;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.div-block-225 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
}

.send-link {
  white-space: nowrap;
  background-image: linear-gradient(170deg, #9e5dff, #0056e0);
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-19 {
  color: #fff;
  text-shadow: 0 1px 1px #000, 0 1px #b9b9b9;
  background-color: #ffffff29;
  border-radius: 0 0 0 10px;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: -2px 1px 5px #000000b0;
}

.get-link {
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(#f59f00, #d85e00);
  border: 0 solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-20 {
  color: #fff;
  text-align: center;
  background-color: #6b6b6be3;
  background-image: linear-gradient(#fff, #000);
  border: 0 solid #fff;
  border-radius: 9px;
  font-family: Inconsolata, monospace;
  box-shadow: inset 0 0 5px 5px #00000038, 0 2px 4px 2px #0003;
}

.send-code {
  color: #303030;
  text-align: center;
  background-color: #fff;
  border-radius: 9px 9px 0 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Changa One, Impact, sans-serif;
}

.div-block-226 {
  flex-direction: column;
  display: flex;
}

.stripe-select {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stripe-select.hide {
  display: none;
}

.div-block-228 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.text-field-27 {
  text-align: center;
  border-radius: 0 0 9px 9px;
  margin-bottom: 0;
}

.div-block-229 {
  grid-column-gap: 12px;
  grid-row-gap: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-230 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.image-58 {
  max-width: 36%;
}

.flex-block-2, .flex-block-3 {
  flex-direction: row;
  align-items: center;
}

.div-block-231 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.active-list-label {
  color: #fff;
  text-shadow: 0 1px 1px #fff3, 0 1px 1px #000;
  background-color: #90a0fd;
  border-radius: 11px;
  width: 100%;
  padding: 5px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.div-block-232 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-232.hide {
  display: none;
}

.flex-block-4 {
  background-color: #000000c4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.greek-edit {
  color: #fff;
  padding-right: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
}

.div-block-233 {
  opacity: .13;
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.meet-distance {
  color: #8d8d8d;
  text-align: center;
  margin-left: 4px;
  margin-right: 7px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  line-height: 9px;
}

.away-block {
  flex-direction: column;
  display: flex;
}

.away-block.hide {
  display: none;
}

.like-away-block {
  flex-direction: column;
  display: flex;
}

.like-away-block.hide {
  display: none;
}

.div-block-234 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-21 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #3d81ff96;
  text-shadow: 0 1px 1px #000;
  background-image: linear-gradient(#fff, #919191);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  line-height: 10px;
  display: flex;
  box-shadow: 2px 1px 5px #000c;
}

.radio-button-label-3, .radio-button-label-4 {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Changa One, Impact, sans-serif;
}

.radio-button-field {
  margin-bottom: 1px;
}

.div-block-235 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.venue-line {
  background-color: #ffffff87;
  width: 95%;
  height: 1px;
  margin-top: 2px;
  box-shadow: 0 2px 11px #000;
}

.text-span-35 {
  color: #555;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 19px;
}

.text-block-174 {
  color: #ffffffde;
  margin-top: -12px;
  font-family: Inconsolata, monospace;
  position: relative;
}

.div-block-236 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-236.hide {
  display: none;
}

.text-field-28 {
  width: 42%;
  margin-bottom: 0;
}

.select-field-9 {
  width: 80px;
  margin-bottom: 0;
}

.custom-text {
  font-family: Jockey One, sans-serif;
  font-size: 17px;
}

.text-span-36 {
  font-family: Kalam, sans-serif;
  font-size: 23px;
  line-height: 26px;
}

.div-block-237 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.checkbox-field-7 {
  margin-bottom: 20px;
}

.paywall-button {
  color: #0000;
  background-image: linear-gradient(0deg, #448cff, #13007c);
  border: 1px solid #292929;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 13px #fff;
}

.paywall-button.hide {
  display: none;
}

.fence-button-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.fence-button-flex.hide {
  display: none;
}

.paywall-label {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  font-family: Inconsolata, monospace;
  font-size: 11px;
  line-height: 11px;
}

.paywall-text {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.text-block-175 {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #00000045;
  border-radius: 10px 10px 0 0;
  margin-top: 4px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  position: relative;
}

.select-field-10 {
  color: #747474;
  margin-bottom: 10px;
}

.select-field-10.hide {
  margin-bottom: 0;
}

.text-field-29 {
  margin-bottom: 0;
  font-size: 16px;
}

.checkin-bubble-pay {
  background-color: #0000;
  background-image: linear-gradient(#ffffffbf, #f0f0f000);
  border-radius: 12px;
  width: 95%;
  height: 55%;
  margin-top: 2px;
  position: absolute;
  top: 0;
}

.select {
  text-align: center;
  border-radius: 9px;
  width: 88%;
  min-width: 70%;
  min-height: 40px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
}

.alert-location {
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35%;
  margin: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px 2px #000000ba;
}

.alert-location.hooz-gradient {
  border-radius: 20px;
  width: 100%;
}

.alert-location.hide {
  display: none;
}

.image-59 {
  max-width: 80%;
}

.text-block-176 {
  width: 100%;
  font-family: Jockey One, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.text-block-177 {
  width: 100%;
}

.text-block-178 {
  margin-top: 7px;
  font-family: Jockey One, sans-serif;
  font-size: 18px;
}

.location-install {
  z-index: 2;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffdb;
  background-image: linear-gradient(to top, #a7a4a4, #555);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 90%;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 3px 5px 7px #494949;
}

.location-install:active {
  background-image: linear-gradient(to top, #4d8cf3, #a7a4a4);
  transform: translate(3px, 3px);
}

.location-install.hide {
  display: none;
}

.location-install-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 15px;
  position: relative;
}

.text-span-37 {
  font-size: 11px;
}

.text-block-179 {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
}

.image-60 {
  align-self: flex-end;
  position: static;
  right: 0;
}

.profile-menu {
  z-index: 3;
  align-self: flex-end;
  padding-top: 10px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  right: auto;
}

.div-block-238 {
  width: 1px;
  height: 1px;
  margin-bottom: 220px;
  position: static;
}

.profile-contain {
  z-index: 2;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.profile-contain.hide {
  display: none;
}

.link-type {
  color: #000;
  text-align: center;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.link-type.hide {
  display: none;
}

.div-block-239 {
  width: 100%;
}

.div-block-240 {
  display: none;
}

.inactive-list-label {
  color: #fff;
  text-shadow: 0 1px 1px #fff3, 0 1px 1px #000;
  background-color: #999;
  border-radius: 11px;
  width: 100%;
  padding: 5px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  line-height: 22px;
}

.button-22 {
  white-space: nowrap;
  background-color: #7a38ec;
  border-radius: 7px;
  font-family: Changa One, Impact, sans-serif;
}

.looking-modal {
  background-color: #e07474;
  position: absolute;
  inset: 0%;
}

.looker-modal {
  z-index: 5;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.looker-modal.hide {
  display: none;
}

.iframe {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 40vh;
  height: 80vh;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 3px 4px 20px #000000d1;
}

.button-23 {
  background-color: #4b4c4c;
  border-radius: 8px;
  font-family: Exo, sans-serif;
}

.text-block-180 {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-family: Jockey One, sans-serif;
  font-size: 36px;
  line-height: 32px;
  position: relative;
}

.div-block-241 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30vh;
  display: flex;
  position: fixed;
}

.lottie-animation-15 {
  margin-top: -54px;
}

.calc-greek {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.calc-greek.hide {
  display: none;
}

.select-field-11 {
  max-width: 150px;
  margin-top: 15px;
  margin-bottom: 10px;
  position: relative;
}

.greek-costs {
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 8px;
  padding: 3px 20px;
}

.heading-6 {
  text-align: center;
  line-height: 36px;
}

.greek-divider {
  background-color: #0000001c;
  width: 85%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  inset: auto auto 0%;
}

.button-24 {
  border-radius: 9px;
  margin-top: 25px;
}

.input {
  min-width: 300px;
}

.input-2 {
  min-width: 200px;
}

.label-checkin {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: absolute;
  right: 5px;
}

.clear-checkin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#3e62e6, #51ccee);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 80%;
  margin-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000005e;
}

.clear-checkin.hide {
  display: none;
}

.clear-checkin.new {
  background-image: linear-gradient(#525252, #d5d6d6);
  border: 1px solid #999;
}

.clear-checkin.boost {
  background-image: linear-gradient(#e63e3e, #eed151);
}

.admin-login {
  z-index: 201;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #414141;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.admin-login.hide {
  display: none;
}

.heading-7 {
  color: #b4b4b4;
  margin-top: 0;
  font-family: Exo, sans-serif;
}

.admin-pass-input {
  min-width: 300px;
  min-height: 30px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.image-61 {
  max-width: 200px;
  display: block;
}

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

.admin-login-button {
  text-align: center;
  background-image: linear-gradient(#c1c1c1, #282828);
  border: 9px solid #7c7c7c;
  border-radius: 20px;
  flex-direction: column;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  display: flex;
  box-shadow: 2px 2px 6px #000, inset 1px 1px 3px #000;
}

.admin-login-button:active {
  background-image: linear-gradient(#9928f6, #282828);
}

.admin-login-button.hide {
  display: none;
}

.profile-scrollhelp {
  background-color: #fff0;
  display: none;
  position: absolute;
  inset: 0%;
}

.host-menu {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000000c4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.host-menu.open {
  transform: none;
}

.text-block-182 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.hm-close {
  color: #e08282;
  font-family: Exo, sans-serif;
}

.hm-ambassador, .hm-logout {
  font-family: Jockey One, sans-serif;
}

.div-block-242 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.delete-login {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.delete-login.hide {
  display: none;
}

.delete-page {
  z-index: 201;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #414141;
  background-image: radial-gradient(circle, #818181, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  inset: 0%;
}

.delete-page.hide {
  display: none;
}

.explainer-delete {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.explainer-delete.hide {
  display: none;
}

.delete-proceed {
  text-align: center;
  background-image: linear-gradient(#fabbbb, #7a0101);
  border: 9px solid #818181;
  border-radius: 20px;
  flex-direction: column;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
  display: flex;
  box-shadow: 2px 2px 6px #000, inset 1px 1px 3px #000;
}

.delete-proceed:active {
  background-image: linear-gradient(#9928f6, #282828);
}

.delete-proceed.hide {
  display: none;
}

.delete-proceed.delete-confirm {
  border-color: red;
}

.rich-text-block-2 {
  color: #fff;
}

.delete-policy {
  color: #dfdfdf;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-183 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.text-span-38 {
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.delete-email {
  color: #fff;
  margin-top: -10px;
  margin-left: 20px;
}

.delete-cancel {
  color: #000;
  text-align: center;
  background-color: #ffae23;
  border-radius: 9px;
  max-width: 400px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
}

.copy-token-box-old {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  display: flex;
}

.copy-token-box-old.hide {
  display: none;
}

.text-block-184 {
  text-shadow: 0 1px 9px #000000eb;
  background-color: #ddd;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: inset 0 2px 5px #000000ba;
}

.div-block-243 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-185 {
  color: #fff;
  text-shadow: none;
}

.text-block-186 {
  color: #dfdfdf;
  text-shadow: none;
  font-size: 14px;
  line-height: 16px;
}

.social-login {
  object-fit: contain;
  max-width: 60%;
  height: auto;
}

.text-span-40 {
  padding-top: 3px;
  font-size: 32px;
}

.image-62 {
  box-shadow: 0 2px 5px #0003;
}

.div-block-244 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.text-field-30 {
  text-align: center;
  border-radius: 11px;
  width: 70px;
  height: 32px;
  margin-bottom: 0;
  margin-left: 10px;
}

.total-amount {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #ccc;
  border: 4px solid #777a7a;
  border-radius: 11px;
  width: 140px;
  height: 36px;
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
  box-shadow: inset 0 2px 5px #0003;
}

.total-amount::placeholder {
  color: #919191;
}

.wrap-count {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrap-count.hide {
  display: none;
}

.text-block-187 {
  font-family: Jockey One, sans-serif;
}

.text-block-188 {
  font-family: Jockey One, sans-serif;
  font-size: 19px;
}

.frequency {
  z-index: auto;
  color: #fff;
  white-space: nowrap;
  background-color: #8d8d8d;
  border: 3px solid #707070;
  border-radius: 0 8px 8px 0;
  align-self: auto;
  height: 32px;
  margin-left: -5px;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 16px;
  position: relative;
}

.div-block-245 {
  justify-content: space-between;
  display: flex;
}

.discount-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.select-field-12 {
  margin-bottom: 0;
}

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

.div-block-246.hide {
  display: none;
}

.quantity {
  text-align: center;
  white-space: nowrap;
  background-color: #cecece;
  border-radius: 8px;
  padding: 5px 10px;
  font-family: Jockey One, sans-serif;
  line-height: 15px;
}

.discount-badge {
  text-shadow: none;
  background-color: #ffc852;
  border-radius: 11px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-247 {
  flex-flow: column;
  display: flex;
}

.div-block-248 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-left: 10px;
  display: flex;
}

.disount-pay {
  text-align: center;
  background-color: #ffb54d;
  border-radius: 8px;
  padding: 5px 10px;
  font-family: Jockey One, sans-serif;
  line-height: 15px;
}

.div-block-249 {
  order: -1;
  align-self: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.profile-cat-holder {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff85;
  border-radius: 14px;
  flex-flow: column;
  width: 85%;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.profile-bottom-of {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 244px 0% 0;
  overflow: scroll;
}

.name-label {
  color: #fff;
  background-color: #494949;
  border-radius: 11px;
  align-self: auto;
  padding: 2px 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 21px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-250 {
  padding-top: 15px;
  position: absolute;
  left: 80px;
  right: 100px;
}

.app-livereload {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.app-livereload.hide {
  display: none;
}

.text-block-189 {
  text-align: right;
  max-width: 50%;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  line-height: 15px;
}

.reload-option {
  border-top: 1px solid #b9b9b9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reload-option.install {
  background-color: #0000;
  background-image: linear-gradient(90deg, #0000, #fff 55%), radial-gradient(circle, #75ffdf 24%, #00a6ff 46%, #6c3fff 86%);
  border: 0 solid #000;
  padding-left: 20px;
  padding-right: 20px;
}

.reload-option.install.hide {
  display: none;
}

.reload-option.menu-info {
  grid-row-gap: 14px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reload-option.venue-detection {
  height: 62px;
  min-height: auto;
}

.reload-option.delete-option {
  padding-left: 0;
  padding-right: 0;
}

.menu-reload-text {
  color: #fff;
  text-shadow: 0 1px 8px #000;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: absolute;
}

.image-63 {
  filter: brightness(0%) grayscale();
  height: 28px;
}

.image-64 {
  padding-right: 5px;
}

.text-block-190 {
  font-size: 33vh;
  position: absolute;
}

.div-block-251 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffdfd00;
  background-image: url('../images/coffee-hi.webp'), radial-gradient(circle farthest-side at 50% 0, #00fff799, #fff0);
  background-position: 50%, 0 0;
  background-size: 120%, auto;
  background-attachment: scroll, scroll;
  border: 5px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 2px 10px 7px #0003;
}

.text-block-191 {
  color: #fff;
  text-shadow: 0 4px 8px #000000eb;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  transform: scale(1.4);
}

.eula-contain {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.eula-contain.hide {
  display: none;
}

.eula-modal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 13px;
  grid-template-rows: auto minmax(200px, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  width: 80%;
  height: 20vh;
  min-height: 400px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.eula-modal.expanded {
  height: 70vh;
  position: absolute;
}

.eula-modal.expanded.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(200px, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-192 {
  color: #fff;
  text-align: center;
  background-color: #272727;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
}

.rich-text-block-3 {
  color: #5f6264;
  padding-left: 10px;
  padding-right: 10px;
  overflow: scroll;
}

.eula-accept {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
}

.eula-continue {
  opacity: 1;
  text-align: center;
  background-color: #0b72cc;
  border-radius: 8px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.eula-continue.noclick {
  opacity: .3;
}

.text-block-193 {
  font-family: Exo, sans-serif;
  line-height: 17px;
}

.input-3 {
  pointer-events: none;
  transform: scale(1.8);
}

.bday-submit {
  color: #fff;
  background-color: #3db5ec;
  border-radius: 7px;
  justify-content: center;
  width: 50%;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Jockey One, sans-serif;
  display: flex;
}

.text-block-194 {
  font-size: 20px;
}

.text-block-195 {
  color: #fff;
  font-family: Jockey One, sans-serif;
}

.applejs-login {
  height: 46px;
  position: relative;
}

.fade {
  z-index: 5;
  background-color: #00000091;
  position: fixed;
  inset: 0%;
}

.eula-top {
  z-index: 3;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #7f23ff;
  background-image: linear-gradient(131deg, #000, #7f7676);
  border: 0 solid #fff;
  flex-flow: column;
  grid-template-rows: auto minmax(200px, 1fr) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.eula-top.expanded {
  height: 70vh;
  position: absolute;
}

.text-block-196 {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-block-196-copy {
  color: #6b6b6b;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 36px;
  line-height: 32px;
}

.text-block-197 {
  color: #fff;
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.confirm-button {
  opacity: .44;
  pointer-events: none;
  text-align: center;
  background-color: #0a0a0a;
  border-radius: 0 20px 20px 0;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Exo, sans-serif;
}

.confirm-button.ready {
  opacity: 1;
  pointer-events: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-252 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-field-8 {
  margin-bottom: 0;
}

.text-block-197-copy {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(162deg, #f0b41d, #f86767);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.text-block-196-copy {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.eula-top-button {
  color: #fff;
  text-align: center;
  background-color: #5c7ffd;
  background-image: linear-gradient(#fff0, #4a2ed1);
  border-radius: 9px;
  padding: 5px 40px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
  box-shadow: 0 6px 5px #0003;
}

.div-block-253 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.venuepagecenter {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: 1fr auto .25fr auto auto .5fr auto .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  inset: 0% auto;
}

.venuepagecenter.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 20% 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 35%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0% auto;
}

.venuepagecenter.grid.hide {
  display: none;
}

.div-block-254 {
  width: 100%;
  height: 100%;
}

.lottie-animation-16 {
  filter: blur(1px);
  transform: translate(61px, -2%);
}

.lottie-animation-17 {
  transform-origin: 100%;
  transform: scale(1.2)translate(12%);
}

.coc {
  color: #6b6b6b;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#fff, #c2c2c2);
  border-radius: 10px;
  width: 90%;
  padding: 3px 10px 5px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.image-65 {
  max-width: 80%;
  max-height: 80px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-255 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.qr-apps {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.qr-apps.hide {
  display: none;
}

.text-block-198 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-family: Exo, sans-serif;
  position: relative;
}

.utility-page-wrap {
  background-image: linear-gradient(153deg, #ab35ff, #8abbff 42%, #fff 75%, #dbffdc 97%);
  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;
}

.text-block-199 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.heading-8 {
  font-family: Jockey One, sans-serif;
}

.web-toggle {
  color: #000;
  text-align: center;
  background-color: #4fd46e;
  border-radius: 20px 0 0 20px;
  width: 100%;
  padding: 4px 10px;
}

.web-toggle.off {
  opacity: .25;
  text-align: center;
  background-color: #dfdfdf;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.recent-contain {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.recent-contain.hide {
  display: none;
}

.text-block-200 {
  color: #525252;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.recent-item {
  color: #dbdbdb;
  background-image: linear-gradient(88deg, #535353, #888);
  border: 3px solid #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 5px 7px #0003;
}

.recent-item.hide {
  display: none;
}

.image-66 {
  opacity: 1;
  filter: drop-shadow(0 2px 2px #ffffffb3) invert();
  background-color: #fff0;
  border-radius: 30px;
}

.recent-text {
  text-shadow: 1px 2px 4px #000000f0;
  font-family: Exo, sans-serif;
}

.recent-template {
  display: none;
}

.most-recent {
  color: #5c5c5c;
  text-shadow: none;
  align-self: flex-end;
  margin-top: -3px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
}

.download-image {
  max-width: none;
  position: relative;
}

.div-block-256 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-block-201 {
  color: #f0f0f0;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: relative;
}

.text-span-41 {
  font-family: Jockey One, sans-serif;
  text-decoration: underline;
}

.div-block-257 {
  flex-flow: column;
  display: flex;
}

.download-button {
  max-width: 45%;
}

.div-block-258 {
  height: 5px;
}

.image-68 {
  filter: grayscale() blur(1px);
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
}

.image-69 {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 300px;
  padding-top: 40px;
  position: relative;
}

.image-70 {
  border-radius: 0;
  margin-bottom: 4px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-70:active {
  filter: invert();
}

.text-block-202 {
  color: #474747;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Jockey One, sans-serif;
  font-size: 42px;
  line-height: 22px;
  position: relative;
}

.text-block-202.hooz-gradient {
  text-shadow: 0 1px 1px #575757;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 42px;
}

.image-71 {
  position: absolute;
  bottom: 0;
}

.lottie-animation-18 {
  filter: grayscale();
  height: 80%;
  max-height: 20vh;
  margin-bottom: -12px;
  display: block;
  position: static;
}

.zero-height {
  height: 0;
}

.text-span-42 {
  color: #8b8b8b;
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 20px;
}

.div-block-259 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.div-block-260 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-72 {
  height: auto;
  max-height: 30vh;
  position: relative;
}

.load-text {
  color: #dfdfdf;
  text-align: center;
  max-width: 80%;
  font-family: Exo, sans-serif;
  line-height: 18px;
}

.load-image-old {
  filter: drop-shadow(1px 1px 20px #ffffff80) invert();
  object-fit: contain;
  width: 120px;
  max-width: none;
  height: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.load-image-old.hide {
  filter: invert();
}

.image-73 {
  filter: drop-shadow(0 2px 15px #ffffffb3);
  max-width: 70px;
}

.image-68-copy {
  filter: grayscale() blur(1px);
  mix-blend-mode: multiply;
  width: 50%;
  max-width: none;
  position: absolute;
  top: 0;
}

.theme-logo {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 300px;
  position: relative;
}

.theme-logo.athlete {
  padding-bottom: 20px;
}

.text-block-203 {
  font-family: Jockey One, sans-serif;
  font-size: 40px;
  line-height: 48px;
  text-decoration: underline;
}

.text-block-204 {
  text-align: center;
  line-height: 18px;
}

.body5 {
  background-image: linear-gradient(#999, #fff 36%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-74 {
  width: 30px;
}

.text-span-43 {
  font-size: 16px;
  font-weight: 700;
}

.gm-block {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #5c21d3, #1cc4da);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Changa One, Impact, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
}

.theme-people {
  text-align: center;
  margin-top: -9px;
  font-family: Jockey One, sans-serif;
  font-size: 17px;
}

.theme-people.athlete {
  margin-bottom: 5px;
  font-size: 24px;
}

.text-block-207 {
  filter: grayscale();
  color: #4b4b4b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Kalam, sans-serif;
  font-size: 30px;
  line-height: 24px;
}

.div-block-261 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-block-5 {
  flex-flow: column;
  align-items: center;
  width: auto;
}

.text-block-208 {
  font-weight: 700;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-7 {
  flex-flow: column;
  align-items: center;
}

.text-block-209 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-210 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.text-span-44 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff3b3b, #ff8585);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-45 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff8400, #bb0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-46 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #01862b, #00bb70);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-block-211 {
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: -9px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inconsolata, monospace;
}

.image-75 {
  display: none;
}

.image-76 {
  width: 100px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.bottom-arrow {
  height: 70%;
  position: absolute;
  transform: translate(-130%);
}

.onboard {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3888800;
  background-image: radial-gradient(circle at 50% 150%, #aaa, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.onboard.hide {
  display: none;
}

.onboard-label {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  position: relative;
}

.onboard-name {
  color: #26d9e9;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 1px 1px #000000d9;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 4px;
  font-family: Jockey One, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.onboard-name::placeholder {
  color: #a9ebe5;
  text-transform: none;
}

.form-block-10 {
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 0;
}

.form-11 {
  border: 0 solid #000;
}

.onboard-box {
  box-sizing: border-box;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  overflow: visible;
}

.onboard-box.hide {
  display: none;
}

.onboard-box.bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  flex-flow: row;
  align-items: stretch;
  overflow: visible;
}

.div-block-262 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.onboard-button {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 5px;
  display: flex;
}

.onboard-button.pressed {
  border-color: var(--black);
  background-color: var(--white);
}

.onboard-button.toggle {
  background-color: #6094ee00;
  background-image: linear-gradient(#d8d8d8, #000);
  border-width: 0;
  border-color: #472fc2;
  box-shadow: 0 2px 5px #00000085;
}

.onboard-button.toggles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-width: 0;
  flex-flow: row;
  justify-content: space-between;
  padding-bottom: 8px;
}

.onboard-button.toggles.toggle {
  background-color: var(--transparent);
  background-image: none;
  box-shadow: 0 5px 4px #00000085;
}

.onboard-button.toggles.nopress {
  opacity: .24;
  pointer-events: none;
}

.onboard-button-text {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  font-family: Kalam, sans-serif;
  font-size: 28px;
  line-height: 26px;
}

.onboard-button-text.pressed {
  color: #ececec;
  text-shadow: 1px 3px 6px #000;
}

.onboard-showme {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.onboard-interested {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.onboard-next {
  opacity: .49;
  pointer-events: none;
  text-align: center;
  background-color: #4138ec;
  border-radius: 20px;
  width: 200px;
  margin-top: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.onboard-next.ready {
  opacity: 1;
  pointer-events: auto;
}

.image-77 {
  width: 50px;
}

.button-25 {
  color: #585858;
  text-shadow: 0 1px #ffffffdb;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #949494;
  background-image: linear-gradient(#fff, #8a8a8a);
  border-radius: 16px;
  margin-top: 20px;
  padding: 3px 20px 5px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.button-25.min {
  padding-left: 10px;
  padding-right: 10px;
}

.button-25.min.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-25.min.middle {
  border-radius: 0;
}

.button-25.min.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.onboard-photo {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #9c7fe2bd;
  background-color: #5ab4fd;
  background-image: linear-gradient(#fff, #fff0 52%);
  border: 0 solid #fff;
  border-radius: 0 40px 40px 0;
  margin-top: 20px;
  padding: 5px 40px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 27px;
  line-height: 24px;
  position: relative;
  box-shadow: 0 6px 5px #0003;
}

.onboard-photo.waiting {
  opacity: .24;
  pointer-events: none;
  background-color: #9b9b9b;
  background-image: none;
}

.div-block-263 {
  background-color: #ffffff4f;
  border-radius: 2px;
  width: 60%;
  height: 2px;
  margin-bottom: 10px;
}

.div-block-264 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.onboard-about {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 6px #0000007a;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff0 42%);
  border: 0 solid #fff;
  border-radius: 40px 0 0 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 5px 40px 8px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  line-height: 21px;
  display: flex;
  box-shadow: 0 2px 5px #0000009c, inset 0 6px 5px #0003;
}

.onboard-about.waiting {
  opacity: .24;
  pointer-events: none;
  background-color: #9b9b9b;
  background-image: none;
}

.onboard-about.content {
  background-image: linear-gradient(#fff, #fff0 42%), linear-gradient(#235ec4, #3ebddd);
}

.ob-photo-modal {
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0% auto auto;
}

.ob-photo-modal.full {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000096;
  background-image: radial-gradient(circle, #ffffff6e, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  inset: 0%;
}

.ob-photo-modal.full.hide {
  display: none;
}

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

.ob-birth {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ob-birth.hide {
  display: none;
}

.text-block-212 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.input-4 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
}

.ob-bg {
  pointer-events: none;
  min-height: 100vh;
  position: absolute;
  inset: 0% 0;
}

.div-block-265 {
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 20px;
}

.ob-aboutme {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(#aaa, #fff 38%, #858585);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  transform: translate(0, 100%);
}

.ob-aboutme.edit {
  background-image: linear-gradient(#aaa, #fff 38%, #494949);
  height: auto;
  padding-bottom: 60px;
  transform: none;
  box-shadow: 0 2px 5px 6px #0003;
}

.text-block-213 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  line-height: 24px;
  position: relative;
}

.textarea-3 {
  text-align: left;
  background-color: #e7e7e7;
  border: 0 solid #000;
  border-radius: 8px;
  align-self: center;
  width: 90%;
  height: 200px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Kalam, sans-serif;
  line-height: 17px;
  transform: translate(0);
  box-shadow: inset 0 2px 5px #0000006b;
}

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

.text-block-214 {
  color: #7a7a7a;
  text-shadow: 0 1px 1px #0003;
  background-color: #b4b4b4;
  border-radius: 12px;
  max-width: 70%;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 13px;
  box-shadow: inset 0 2px 5px #0003;
}

.input-5 {
  display: none;
}

.ob-photo-hold {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 20px;
  width: 43vh;
  max-height: 60vh;
  box-shadow: 0 7px 11px 2px #000000b3;
}

.ob-photo-button {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 11px #000000f0;
  background-color: #5c7ffd;
  border-radius: 9px;
  width: 400px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 20px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 28px;
  line-height: 28px;
  box-shadow: 4px 4px #4860b8;
}

.ob-photo-button.edit {
  color: #1b4c90;
  text-shadow: 0 1px #ffffffa6;
}

.div-block-266 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: -18px;
  display: flex;
}

.green-toggle {
  filter: hue-rotate(63deg);
  text-shadow: 2px 3px #2b2b2b;
  margin-right: -10px;
}

.green-toggle.hide {
  filter: grayscale();
  text-shadow: none;
  display: block;
}

.div-block-267 {
  display: none;
}

.div-block-268 {
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 20px;
  width: 97%;
  height: 20%;
  margin-top: -13px;
  position: absolute;
}

.button-27 {
  color: #d8d8d8;
  background-color: #77777775;
  border-radius: 13px;
  padding: 4px 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  inset: auto auto 20px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-215 {
  color: #858585;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 234px;
  right: 30px;
}

.div-block-269 {
  flex-flow: column;
  display: flex;
}

.text-block-216 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.image-78 {
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.venue-bg-2 {
  opacity: .8;
  filter: none;
  background-image: linear-gradient(344deg, #ffffff12, #ffffff45 30%, #ffffffba 53%, #ffffff3b 71%, #ffffff05 99%, #fff0), linear-gradient(160deg, #000, #7a7a7a 54%, #464646 103%);
  width: 100%;
  position: absolute;
  inset: 0% auto;
}

.venue-bg-2.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.venue-bg-2.manage {
  background-image: linear-gradient(344deg, #ffffff12, #ffffff45 30%, #fff 53%, #ffffff3b 71%, #ffffff05 99%, #fff0), linear-gradient(160deg, #000, #d2d2d2 54%, #464646 103%);
}

.external {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2c2c2cd4;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px 10px;
  display: flex;
  position: absolute;
  top: 100px;
  overflow: hidden;
  box-shadow: 3px 4px 12px 5px #000000bd;
}

.external.hide {
  display: none;
}

.external.install {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 90%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  transition: transform .425s;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: scale3d(1, 0, 1);
}

.external.install.open {
  transform-origin: 50% 100%;
  transform: scale(1);
}

.dl-venue-name {
  color: #fff;
  text-align: center;
  margin-top: -12px;
  font-family: Jockey One, sans-serif;
  font-size: 30px;
  line-height: 26px;
  position: relative;
}

.external-close {
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  background-image: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 10px 40px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  display: flex;
  position: relative;
}

.external-close.hide {
  display: none;
}

.external-close.no {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-image: linear-gradient(#7e7e7e, #8a8a8a);
}

.external-highlight {
  color: #fff;
  text-align: center;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  position: relative;
}

.text-span-47 {
  color: #f8c3c3;
  font-size: 26px;
}

.text-span-48 {
  color: #8aedff;
  text-decoration: underline;
}

.image-79 {
  opacity: .34;
  filter: blur(3px) grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.scanner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.scanner.hide {
  display: none;
}

.div-block-270 {
  border: 4px solid #5c5c5c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 400px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 9px 4px #0000007a, 0 0 5px 2000px #00000054;
}

.text-block-220 {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 3px 6px #000000bd;
  font-family: Jockey One, sans-serif;
  font-size: 32px;
  line-height: 30px;
  position: relative;
}

.qr-scan-exit {
  text-align: center;
  background-color: #585858;
  border-radius: 10px;
  width: 200px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.auto-close {
  color: #b9b9b9;
  text-align: left;
  width: 20px;
  margin-top: 3px;
  padding-left: 2px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: absolute;
  right: 15px;
}

.qr-scan {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px 2px #000000bd;
}

.image-80 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.qr-scan-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  color: #0000;
  background-image: linear-gradient(129deg, #4810ff, #5d90ffbf);
  border: 4px solid #f1f1f1;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100%;
  padding: 10px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 13px #000;
}

.qr-scan-button:active {
  box-shadow: none;
  transform: scale(.8);
}

.qr-again {
  z-index: 2;
  grid-column-gap: 0px;
  background-color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #fff, #ccc);
  border-radius: 13px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
  box-shadow: 6px 6px 13px #00000087;
}

.qr-search-bubble {
  background-color: #0000;
  background-image: linear-gradient(#fff, #f0f0f000 74%);
  border-radius: 100px;
  align-self: flex-start;
  width: 84%;
  height: 70%;
  margin-top: 2px;
  margin-left: 3px;
  position: absolute;
}

.image-81 {
  width: 35px;
  height: 35px;
}

.lottie-animation-19 {
  filter: saturate(25%) hue-rotate(106deg);
  align-self: auto;
  width: 100vw;
  height: 10vh;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}

.text-block-221 {
  color: #c9c9c9;
}

.div-block-271 {
  align-items: center;
  display: flex;
  position: relative;
}

.qr-logo {
  filter: drop-shadow(0 5px 4px #000000b3);
  width: 200px;
}

.qr-logo.hide {
  z-index: 2;
  position: relative;
}

.lottie-animation-20 {
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  transform: scale3d(3, 1, 1);
}

.select-field-13 {
  background-color: var(--transparent);
  border: 0 solid #000;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.vc-text-button {
  color: #525252;
  text-shadow: 2px 3px 2px #0003;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 5px 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
  box-shadow: inset 0 2px 5px #000000ab;
}

.text-block-222 {
  color: #afafaf;
  font-style: italic;
  position: relative;
}

.venue-code-dl {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.venue-code-dl.hide {
  display: none;
}

.dl-venue-type {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 26px;
  position: relative;
}

.text-block-223 {
  color: #2cd5ff;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  position: relative;
}

.dl-instruction-type {
  color: #f6f862;
  margin-bottom: -8px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  position: relative;
}

.text-block-226 {
  color: #f6f862;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-style: normal;
  position: relative;
}

.dl-divider {
  background-color: #ffffffd4;
  width: 85%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  inset: auto auto 0%;
}

.text-span-49 {
  color: #978f8f;
  text-align: center;
  text-shadow: none;
  font-family: Kalam, sans-serif;
  font-size: 16px;
}

.text-block-227 {
  color: #949494;
  text-align: center;
  text-shadow: none;
  font-family: Kalam, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

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

.install-venue {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  background-image: linear-gradient(#000, #29292994);
  border: 2px solid #585858;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 2px 15px 4px #ffffff94;
}

.install-venue:active {
  background-image: linear-gradient(146deg, #000, #000000e3);
}

.install-venue.hide {
  display: none;
}

.install-venue.pushed {
  box-shadow: none;
  opacity: 1;
  background-image: linear-gradient(#797979, #fff0);
}

.install-venue-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.fastlink-upper {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  text-decoration: none;
}

.fastlink-upper.paste {
  color: #4d4d4d;
  text-shadow: none;
}

.fastlink-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #66f3f2bf;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 3px #008f8f;
}

.external-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100vh;
  display: flex;
  position: absolute;
}

.external-wrap.hide {
  display: none;
}

.fastlink-button {
  opacity: 1;
  pointer-events: auto;
  color: #636363;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  background-color: #8a8a8a;
  background-image: linear-gradient(#fff, #4e4e4e47);
  border: 0 solid #d8d8d8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
  position: relative;
  inset: 0 0 auto auto;
  box-shadow: 0 2px 5px #00000096;
}

.fastlink-button:active {
  transform: translate(0, 3px);
}

.fastlink-button.hide {
  display: none;
}

.fastlink-button.inactive {
  opacity: .3;
}

.text-block-229 {
  text-align: right;
  max-width: 40%;
  font-size: 12px;
  line-height: 12px;
}

.lottie-animation-21 {
  width: 100%;
  height: auto;
  position: absolute;
}

.lottie-animation-22 {
  position: absolute;
}

.install-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.install-wrap.hide {
  display: none;
}

.fastlink-text {
  color: var(--white);
  text-align: center;
  max-width: 80%;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 21px;
  line-height: 16px;
}

.text-span-51 {
  text-decoration: underline;
}

.text-span-52 {
  color: #7afffe;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
}

.t-underline {
  text-decoration: underline;
}

.div-block-273 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-82 {
  width: 100%;
  max-width: none;
}

.text-block-231 {
  font-family: Jockey One, sans-serif;
  font-size: 30px;
  line-height: 24px;
  position: relative;
}

.div-block-274 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-83 {
  pointer-events: none;
  object-fit: cover;
  width: 100vw;
  height: 100dvh;
}

.text-block-232 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 1px 5px #000;
  font-family: Jockey One, sans-serif;
  font-size: 75px;
  line-height: 60px;
  position: relative;
}

.logo-housing {
  width: 200px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.div-block-275 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.housing-body {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(#999, #fff 36%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-233 {
  color: #fff;
  text-shadow: 0 1px 14px #000, 0 1px 5px #000;
  font-family: Kalam, sans-serif;
  font-size: 36px;
  line-height: 36px;
  position: relative;
}

.steps-housing {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 1px 5px #000;
  margin-top: 20px;
  font-family: Jockey One, sans-serif;
  font-size: 48px;
  line-height: 60px;
  text-decoration: underline;
  position: relative;
}

.div-block-278 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#fff 34%, #fff0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-278.hide {
  display: none;
}

.text-block-234 {
  font-family: Inconsolata, monospace;
}

.input-6 {
  text-align: center;
  border-radius: 13px;
  height: 30px;
  font-family: Changa One, Impact, sans-serif;
}

.button-28 {
  background-color: #a1a1a1;
  border-radius: 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-279 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-84 {
  max-height: 150px;
  position: relative;
}

.bypass-qr-pin {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bypass-qr-pin.hide {
  display: none;
}

.text-block-235 {
  line-height: 18px;
}

.text-block-236, .text-block-237 {
  line-height: 14px;
}

.text-block-238 {
  padding-left: 5px;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.greek-meet-bg {
  opacity: .1;
  background-image: linear-gradient(#41414194, #0000 62%), url('../images/greekmeet-bg-2bd.avif');
  background-size: auto, auto;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto;
}

.greek-meet-bg.hooz-gradient {
  opacity: .56;
  background-image: linear-gradient(#fff, #5fbdfc 8%, #403dfc 22%, #6206b8 30%, #9800eb 44%, #f8f8f8 103%);
}

.greek-meet-bg.hide {
  background-image: url('../images/greekmeet-bg-2bd.avif'), linear-gradient(30deg, #9524ea, #6c49ff 37%, #346dff 80%, #0adee4), linear-gradient(160deg, #000, #d2d2d2 54%, #464646 103%);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.venue-options {
  color: #141414;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 17px;
  height: auto;
  margin-right: 5px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-family: Inconsolata, monospace;
  line-height: 16px;
  position: absolute;
  inset: auto 0% auto auto;
}

.venue-options.opened {
  filter: invert();
}

.custom-window {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fff0;
  background-image: linear-gradient(140deg, #313131ad, #666666d6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.custom-window.hide {
  display: none;
}

.custom-checkout {
  color: #4d4d4d;
  background-color: #d3d3d3;
  border: 1px solid #fff;
  border-radius: 12px;
  align-self: auto;
  padding-top: 3px;
  padding-bottom: 6px;
  font-family: Inconsolata, monospace;
  position: absolute;
  inset: auto auto 80px;
}

.text-block-239 {
  color: #bebaba;
  text-align: center;
  text-shadow: 0 1px #8f8f8fcf;
  margin-top: -80px;
  margin-bottom: 0;
  font-family: Jockey One, sans-serif;
  font-size: 42px;
  line-height: 38px;
  text-decoration: none;
}

.custom-intent {
  text-align: center;
  background-color: #464646;
  border-radius: 20px;
  width: 40%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  box-shadow: inset 0 2px 5px #0000009c;
}

.custom-intent.active {
  text-shadow: 0 1px 2px #000000f2;
  background-color: #fff0;
  background-image: linear-gradient(#dfdfdf, #646464d6);
  font-family: Exo, sans-serif;
  box-shadow: 0 2px 5px #0000009c;
}

.text-block-240 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px #000;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  line-height: 20px;
}

.custom-about {
  color: #c9c9c9;
  background-color: #00000080;
  border: 2px solid #5c5c5c;
  border-radius: 15px;
  width: 80%;
  height: 180px;
  min-height: 180px;
  margin-top: -5px;
  padding: 10px 15px 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 16px;
  box-shadow: inset 0 2px 5px #0003;
}

.custom-button {
  background-color: var(--transparent);
  color: #f1f1f1;
  border: 2px solid #cecece;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.custom-button.notready {
  opacity: .16;
  pointer-events: none;
}

.custom-button.save {
  text-shadow: 0 1px 1px #000000d4;
  background-color: #1b1b1b;
  box-shadow: inset 0 2px 5px #0003, 0 2px 5px #000000b5;
}

.div-block-280 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.text-span-53 {
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  text-decoration: underline;
}

.text-span-54 {
  color: #fff;
  text-shadow: 0 1px 1px #000000de;
  margin-top: -10px;
  padding-bottom: 5px;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
}

.div-block-281 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  display: flex;
}

.custom-pref {
  text-align: center;
  background-color: #464646;
  border-radius: 20px;
  width: 40%;
  padding-top: 9px;
  font-family: Jockey One, sans-serif;
  font-size: 20px;
  box-shadow: inset 0 2px 5px #0000009c;
}

.custom-pref.active {
  color: #303030;
  text-shadow: none;
  background-color: #fff;
  box-shadow: 0 2px 5px #0000009c;
}

.phone-desk {
  width: 65%;
  max-width: none;
  margin-top: 7.5%;
  position: absolute;
  transform: skew(1deg, -1deg)rotate(-1deg);
}

.lottie-animation-23 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-282 {
  background-image: radial-gradient(circle at 50% 100%, #fff 24%, #fff0);
  position: absolute;
  inset: 0%;
}

.text-block-241 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #d3d3d3;
  background-color: #3838383b;
  border-radius: 19px;
  margin-bottom: 20px;
  padding: 5px 20px 8px;
  font-family: Exo, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-283 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-284 {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.link-block, .link-block-2 {
  width: 100%;
}

.update-body {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #8d8b8b, #fff0 30%), linear-gradient(#fff 52%, #888);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
}

.image-85 {
  width: 35px;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-285 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  filter: grayscale();
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.text-block-242 {
  color: #5f5f5f;
  font-family: Jockey One, sans-serif;
}

.div-block-286 {
  filter: saturate(65%);
  transform-origin: 50% 100%;
  flex-flow: wrap-reverse;
  place-content: flex-start center;
  align-items: center;
  margin-bottom: -40px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.8);
}

.div-block-286.hide {
  display: none;
}

.checkin-image {
  opacity: .11;
  width: 42%;
  margin-top: -15%;
  margin-left: -10%;
  margin-right: -10%;
}

.like-distance {
  color: #fcfcfc;
  text-align: center;
  margin-left: 4px;
  margin-right: 7px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  line-height: 9px;
}

.div-block-287 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-288 {
  position: fixed;
  inset: 0%;
}

.download-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #eee, #fff0 30%), linear-gradient(#fff 52%, #888);
  flex-flow: column;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: center;
  height: 100dvh;
  padding-top: 0;
  font-size: 19px;
  display: grid;
  position: fixed;
  inset: 0%;
}

.checkin-people {
  box-sizing: border-box;
  opacity: .06;
  mix-blend-mode: luminosity;
  object-fit: cover;
  background-image: linear-gradient(#fff, #fff0 16%), url('../images/social-scene.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 500px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sports-logo {
  z-index: 4;
  filter: drop-shadow(12px 2px 13px #000000d4);
  max-width: 40vw;
  max-height: 15vh;
  margin-bottom: 10px;
  position: relative;
}

.div-block-289 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.firebase-init {
  display: none;
}

.image-86 {
  filter: drop-shadow(6px 2px 9px #000000e8);
}

.text-block-243 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ada7a7;
  text-transform: uppercase;
  text-shadow: 0 2px 8px #00000096;
  font-family: Changa One, Impact, sans-serif;
  font-size: 35px;
  line-height: 24px;
}

.div-block-290 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.select-field-14 {
  text-align: center;
  border-radius: 8px;
}

.load-image {
  opacity: .71;
  filter: drop-shadow(1px 1px 20px #ffffff80);
  object-fit: contain;
  width: 80px;
  max-width: none;
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.load-image.hide {
  filter: invert();
  overflow: hidden;
}

.lottie-animation-24 {
  filter: invert();
}

.text-block-244 {
  font-size: 100px;
  line-height: 100px;
  position: static;
}

.yes-thumb {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  inset: 30vh auto auto 200px;
}

.yes-thumb.hide {
  height: 100px;
  display: none;
}

.manage-orient {
  display: none;
}

.manage-orient.show {
  display: flex;
  position: static;
  inset: 0%;
}

.payoverlay {
  z-index: 2;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.payoverlay.flex {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.payoverlay.hide {
  width: 100%;
  display: none;
}

.div-block-292 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.pay-close {
  opacity: .3;
  object-fit: cover;
  align-self: flex-start;
  width: auto;
  height: 20px;
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-block-246 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  overflow: visible;
}

.multiplier {
  text-align: center;
  border-radius: 10px;
  width: 50px;
  margin-bottom: 0;
}

.custom-pay {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.custom-pay.hide {
  display: none;
}

.pay-text {
  color: #222;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 14px;
}

.dimension {
  color: #747474;
  margin-bottom: 0;
}

.dimension.hide {
  margin-bottom: 0;
}

.pay-amount {
  text-align: center;
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
}

.paywall-discount {
  color: #ffffffd1;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  background-color: #32b1ec;
  border-radius: 40px;
  padding: 5px 10px;
  font-family: Jockey One, sans-serif;
  font-size: 14px;
  line-height: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(10%, -50%);
  box-shadow: 0 2px 5px #080808;
}

.paywall-discount.hide {
  display: none;
}

.flex-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.paywall-text-time {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 14px;
  text-decoration: none;
}

.paycode-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-7 {
  text-align: center;
  border-radius: 9px;
  height: 40px;
  font-family: Changa One, Impact, sans-serif;
}

.paywall-code-info {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #e4e3e3;
  text-align: center;
  background-color: #0000001a;
  border-radius: 8px;
  max-width: 80%;
  margin-top: 5px;
  padding: 5px 20px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  position: relative;
}

.flex-block-9 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-field-31 {
  margin-bottom: 0;
}

.valid-date {
  color: #ccc;
  margin-bottom: -5px;
  font-family: Exo, sans-serif;
  font-size: 11px;
  line-height: 11px;
  position: relative;
}

.flex-block-10 {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.text-block-247 {
  color: #ececec;
  font-family: Inconsolata, monospace;
}

.chkn-btn-holder {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, 1fr) minmax(50px, 75px);
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  width: 100%;
  display: grid;
}

.checkin-start-btn-text {
  color: #fff;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c4c4c4;
  text-shadow: 0 6px 4px #5555554a, 1px 1px 5px #313131;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Jockey One, sans-serif;
  font-size: 36px;
  line-height: 26px;
  position: relative;
}

.flex-block-11 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
}

.load-people {
  z-index: -3;
  max-width: 70%;
  position: absolute;
  bottom: 0;
}

.load-title {
  color: #c5c5c5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 250px;
  font-family: Luckiest Guy, sans-serif;
  font-size: 36px;
  line-height: 36px;
  position: static;
  top: 40px;
}

.image-88 {
  z-index: -4;
  opacity: .36;
  filter: grayscale(57%) blur(5px);
  pointer-events: none;
  width: 100vw;
  max-width: none;
  position: absolute;
}

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

.image-89 {
  z-index: -4;
  width: 41%;
  max-width: 120%;
  position: absolute;
  inset: auto -46px -4% auto;
}

.image-90 {
  max-width: 50%;
  margin-top: -12px;
  margin-bottom: 220px;
  position: static;
  inset: 50px auto auto;
}

.text-block-248 {
  color: #363636;
  text-shadow: 3px 6px 7px #00000094;
  font-family: Jockey One, sans-serif;
  font-size: 19px;
}

.flex-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.image-91 {
  z-index: -1;
  max-width: 300px;
  position: relative;
  top: 62%;
}

.text-block-249 {
  font-family: Jockey One, sans-serif;
}

.space-tester {
  background-image: linear-gradient(#fff, #000);
  width: 100%;
  height: 1500px;
  display: none;
  position: relative;
}

.center-search {
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  position: fixed;
  inset: 68px auto auto;
}

.text-block-250 {
  line-height: 18px;
}

.text-block-251 {
  color: #555;
  text-align: right;
  font-family: Jockey One, sans-serif;
  line-height: 12px;
}

.venue-load {
  filter: sepia();
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  position: fixed;
  inset: 0% auto;
}

.profile-cat-holder-old {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff85;
  border-radius: 14px;
  flex-flow: column;
  width: 85%;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-13 {
  justify-content: flex-start;
  height: 100%;
  padding-right: 40px;
  position: relative;
}

.flex-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-left: 5px;
}

.text-block-252, .gender-tag {
  color: #707070;
  font-family: Jockey One, sans-serif;
}

.birthday-text {
  color: #6e6e6e;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.large-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #525252a3;
  background-image: radial-gradient(circle at 100% -200%, #4c16ff, #fff0 69%), radial-gradient(circle at 0 -200%, #00b7ff, #fff0 86%);
  border-style: solid;
  border-color: #fff;
  border-radius: 20px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 120px 1fr auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 120px;
  min-height: 70px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.large-holder.hide {
  display: none;
}

.large-holder.label {
  box-shadow: 0 5px 9px 1px #0000007a;
}

.large-location-logo {
  filter: drop-shadow(0 2px 5px #000000b3);
  object-fit: contain;
  border-radius: 0;
  width: 100px;
  height: 100px;
  margin: 10px;
  position: static;
  overflow: hidden;
}

.large-location-logo.hide {
  object-fit: contain;
  border-radius: 0;
}

.large-logo-bg {
  box-shadow: none;
  background-color: #fff0;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.checkin-btn-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: none;
  border: 1px solid #6b6969;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 70%;
  min-width: 70px;
  height: 80%;
  margin-right: 10px;
  transition: transform .1s cubic-bezier(.082, .664, .667, .635);
  display: grid;
}

.checkin-btn-large:active {
  transform: scale(.9)translate(0, 2px);
}

.checkin-btn-large.hide {
  display: none;
}

.checkin-btn-large.new {
  background-image: linear-gradient(#525252, #d5d6d6);
  border: 1px solid #999;
}

.image-92 {
  width: 800px;
  max-width: 50%;
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
}

.lottie-animation-25 {
  filter: hue-rotate(250deg);
  margin-top: 5px;
  margin-bottom: 5px;
  transform: translate(0, 2px);
}

.image-93 {
  max-width: 300px;
  position: relative;
}

.rive {
  z-index: 22;
  position: fixed;
}

.phone-theme {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 7vh;
}

.flex-block-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
}

.hub-button {
  width: 50px;
  height: 45px;
  padding-left: 5px;
}

.hub-button.disable {
  opacity: .38;
  filter: drop-shadow(0 2px 5px #000000b3) grayscale();
}

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

.field-label-7 {
  margin-bottom: 0;
}

.field-label-8 {
  margin-top: 10px;
  margin-bottom: 0;
}

.sort-distance {
  z-index: 3;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sort-distance.hide {
  display: none;
}

.div-block-294 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.sort-button {
  color: #2b60a1;
  text-align: center;
  text-shadow: 0 1px 1px #a8c2f1f0;
  white-space: nowrap;
  background-image: linear-gradient(#ffffffb3, #fff0);
  border: 2px solid #566cad;
  border-radius: 9px;
  min-width: auto;
  font-family: Jockey One, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.sort-button.unselect {
  opacity: .63;
  filter: grayscale() hue-rotate(180deg);
  transform: scale(.9);
}

.sort-button.custom-select {
  filter: none;
  border-width: 3px;
  border-color: #fff;
  transform: scale(.9);
}

.text-block-253 {
  color: #525252;
  text-shadow: 1px 2px 1px #ffffff94;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-295 {
  background-color: #ffffff69;
  background-image: radial-gradient(circle at 0 100%, #ffd555, #fff);
  border: 3px solid #c4c4c4;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 20px;
  display: flex;
  box-shadow: 0 2px 17px #000000ad;
}

.text-block-254 {
  padding: 5px 10px;
}

.flex-block-18 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
}

.text-block-255 {
  color: #fff;
  font-family: Jockey One, sans-serif;
  font-size: 25px;
}

.divider-generic {
  background-color: #c2c2c294;
  width: 85%;
  height: 2px;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: auto auto 0%;
}

.divider-generic.hide {
  display: none;
}

.recent-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -3px;
}

.div-block-296 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin: -20px;
  position: absolute;
}

.accountlink {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.accountlink.hide {
  display: none;
}

.div-block-297 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-image: linear-gradient(151deg, #5f5f5f, #c7c7c7);
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #00000096;
}

.welcome {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.welcome.name {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 30px;
}

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

.text-block-256 {
  margin-top: 10px;
}

@media screen and (min-width: 1280px) {
  .columns.grid {
    grid-template-columns: 1fr minmax(0, 500px) 1fr;
  }

  .screen {
    box-shadow: 7px 2px 20px 12px #0000008a;
  }

  .menuitem.active {
    box-shadow: none;
    background-color: #0000;
    background-image: radial-gradient(circle at 50% 97%, #000 6%, #0000 8%), linear-gradient(#0000 94%, #000 96%);
  }

  .loginpagecontain.grid {
    width: 100%;
    position: relative;
  }

  .sidefill.left, .sidefill.right {
    width: 100%;
  }

  .bgcolorfilter {
    width: 100%;
    position: absolute;
  }

  .form-block {
    margin-top: 0;
  }

  .name-holder {
    margin-top: 15px;
  }

  .self-chat {
    background-color: #fff;
  }

  .self-text.chat-text {
    color: #424242;
    line-height: 18px;
  }

  .login-venue.hooz-gradient {
    font-size: 36px;
    line-height: 28px;
  }

  .loginpage {
    box-shadow: 0 2px 20px 8px #0000008c;
  }

  .logo-button {
    background-image: linear-gradient(#fff0 8%, #fff 10% 29%, #fff0 55%);
  }

  .div-block-90 {
    background-color: #0000;
    box-shadow: 1px 1px 8px #7e7e7e;
  }

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

  .div-block-92 {
    background-image: none;
  }

  .tab-link.w--current {
    background-color: #332742;
    background-image: none;
    box-shadow: 0 4px 12px #000;
  }

  .half-div {
    z-index: 1;
    position: relative;
  }

  .text-block-65, .text-block-66, .text-block-67 {
    font-family: Exo, sans-serif;
    font-size: 22px;
  }

  .load-product.hide {
    z-index: 100;
  }

  .text-span-7 {
    color: #90fccb;
    text-shadow: 2px 2px 4px #000;
    font-family: Luckiest Guy, sans-serif;
  }

  .paragraph {
    font-family: Droid Sans, sans-serif;
  }

  .paragraph-2, .paragraph-3 {
    color: #6a6a6a;
    font-family: Droid Sans, sans-serif;
  }

  .text-block-71 {
    color: #fff;
    text-shadow: 1px 1px silver, 2px 2px 7px #000;
    font-family: Exo, sans-serif;
    font-size: 22px;
  }

  .paragraph-4 {
    color: #555;
    font-family: Droid Sans, sans-serif;
  }

  .div-block-100 {
    background-color: #ffffff7a;
    justify-content: space-between;
    padding: 10px 20px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-100.hide {
    justify-content: space-between;
    display: none;
  }

  .text-block-73 {
    font-family: Jockey One, sans-serif;
  }

  .div-block-101 {
    flex-direction: column;
    display: flex;
  }

  .product-manage {
    background-image: linear-gradient(114deg, #529bee, #a26bfa);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Jockey One, sans-serif;
    font-size: 19px;
    line-height: 18px;
  }

  .capacity {
    text-align: center;
    background-color: #0000;
    border: 0 solid #000;
    height: 10px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
  }

  .bottommenu {
    width: 500px;
    position: fixed;
  }

  .people {
    display: inline-block;
  }

  .search-contain {
    width: 500px;
    position: fixed;
  }

  .div-block-135 {
    flex-direction: column;
    display: flex;
  }

  .div-block-135.hide {
    display: none;
  }

  .capacity-title {
    text-align: center;
    font-family: Jockey One, sans-serif;
  }

  .phone-label {
    font-size: 45px;
  }

  .new-menu {
    width: 100%;
    position: relative;
  }

  .div-block-211 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .admin-login {
    z-index: 100;
  }

  .admin-login-button {
    text-align: center;
    min-width: 150px;
  }

  .profile-scrollhelp {
    opacity: 0;
    background-color: #fff0;
  }

  .delete-page {
    z-index: 100;
  }

  .delete-proceed {
    text-align: center;
    min-width: 150px;
  }

  .profile-bottom-of {
    top: 235px;
  }

  .text-block-203 {
    position: relative;
  }

  .image-83 {
    object-fit: cover;
    height: 100vh;
  }

  .text-block-244 {
    font-size: 100px;
    line-height: 100px;
  }

  .yes-thumb {
    height: 100px;
  }

  .yes-thumb.hide {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .topmenu {
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

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

  .bottom-menu-contain {
    width: 100%;
  }

  .spacer-btm {
    background-color: #84e88e;
  }

  .alert {
    width: auto;
    display: flex;
  }

  .alert.hide {
    display: none;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 0 1.5fr 0;
  }

  .columns.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 0 100%;
    grid-auto-columns: 0;
  }

  .chat {
    margin-top: 0;
    padding-top: 65px;
    display: flex;
  }

  .chat.hide {
    margin-top: 0;
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .loginpagecontain.grid {
    opacity: 0;
    overflow: hidden;
  }

  .sidefill.left, .sidefill.right, .logo-tops {
    display: none;
  }

  .email-next {
    width: 100%;
  }

  .email-next.email {
    width: 35%;
  }

  .email-next-2 {
    width: 100%;
  }

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

  .profile {
    width: 100%;
  }

  .div-block-7 {
    width: 30vw;
    height: 30vw;
  }

  .div-block-8 {
    width: 20vw;
    height: 20vw;
  }

  .div-block-10.hooz-gradient {
    width: 150vw;
  }

  .profile-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .alert-message {
    width: 60%;
  }

  .checkbox-field-3 {
    align-items: center;
    display: flex;
  }

  .checkbox-label-2 {
    text-align: left;
    line-height: 14px;
  }

  .private-check {
    margin-left: -10px;
    margin-right: 5px;
  }

  .checkbox-label-3 {
    line-height: 14px;
  }

  .passoverlay {
    width: auto;
    display: flex;
  }

  .passoverlay.hide {
    display: none;
  }

  .checkin {
    justify-content: space-around;
    margin-top: 65px;
    display: block;
  }

  .checkin-start {
    width: 100%;
  }

  .meet {
    justify-content: space-around;
    width: 100%;
    margin-top: 65px;
    display: block;
  }

  .venue-bg, .button-pushes, .card-fixed, .show-profile, .passcode-entry, .mainmenu, .mainmenu.hide, .div-block-55 {
    width: 100%;
  }

  .matches {
    justify-content: space-around;
    margin-top: 65px;
    display: flex;
  }

  .matches.hide {
    display: none;
  }

  .logo-background, .in-fence-old {
    width: 100%;
  }

  .login-logo {
    width: 80%;
  }

  .last-message, .search-again, .background-video-4, .venue-banner {
    width: 100%;
  }

  .front-logo {
    opacity: 0;
  }

  .logo-venue-text, .chat-block, .chat-profile, .no-venues {
    width: 100%;
  }

  .orientation {
    z-index: 7;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .orientation.hide {
    display: none;
  }

  .image-20 {
    max-width: 30%;
  }

  .text-block-48 {
    color: #0000;
    font-family: Exo, sans-serif;
  }

  .text-block-48.hooz-gradient {
    color: #e4e4e4;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-family: Jockey One, sans-serif;
    font-size: 32px;
    line-height: 21px;
  }

  .version {
    background-color: #000;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .version-text {
    color: #b8b8b8;
    font-family: Exo, sans-serif;
  }

  .version-text-copy {
    color: red;
    font-family: Exo, sans-serif;
  }

  .version-logo {
    max-width: 30%;
    margin-top: 100px;
  }

  .form-scroll {
    width: 80%;
  }

  .login-block {
    background-image: linear-gradient(#0000, #ffffff5c), linear-gradient(140deg, #6502ac, #4f7bff 51%, #8cff98), radial-gradient(circle, #afafaf, #000);
  }

  .submit-button-2 {
    width: 100%;
  }

  .prop-select {
    width: 80%;
  }

  .location-settings {
    width: 100%;
  }

  .div-block-92 {
    background-image: linear-gradient(135deg, #4284f6, #8caadd 27%, #63c7c2);
  }

  .filled-btn.in-navbar {
    width: auto;
    max-width: 30%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .close-menu-icon {
    width: 40px;
    height: 40px;
  }

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

  .nav-bar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .nav-link-3 {
    color: #888;
    text-align: center;
  }

  .nav-link-3.w--current {
    opacity: 1;
    color: #fa8f6b;
    border-bottom-color: #0000;
  }

  .btn-text-hide {
    justify-content: center;
  }

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

  .icon {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .menu-button {
    padding: 24px;
  }

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

  .close-menu-btn {
    position: absolute;
    top: 12px;
    left: 12px;
  }

  .nav-menu {
    background-color: #332742;
    border-bottom: 0 solid #fa8f6b;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 66px;
  }

  .hero-section {
    padding-top: 112px;
    padding-bottom: 32px;
  }

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

  .section-2.with-heading {
    padding-top: 88px;
  }

  .section-title {
    max-width: 75%;
  }

  .section-title.in-half-div {
    font-size: 42px;
    line-height: 48px;
  }

  .tabs-menu {
    padding-left: 0%;
  }

  .play-btn {
    background-size: 32px;
    width: 80px;
    height: 80px;
  }

  .pricing-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-small-text {
    font-size: 10px;
  }

  .pricing-title {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .pricing-icon {
    width: 16px;
  }

  .pricing-price {
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-table-row {
    padding: 10px 0;
  }

  .pricing-table-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-row-text {
    font-size: 14px;
    line-height: 18px;
  }

  .app-link-block {
    height: 48px;
  }

  .cta-block {
    padding-top: 80px;
    padding-bottom: 400px;
  }

  .app-store-btn {
    max-width: none;
    height: 100%;
  }

  .cta-img {
    top: 55%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .cta-title {
    text-align: center;
    max-width: 100%;
    font-size: 42px;
    line-height: 48px;
  }

  .app-store-btn-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .footer {
    z-index: 998;
  }

  .footer-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-7 {
    top: 75%;
    right: 10%;
  }

  .webapp.in-navbar {
    margin-top: 16px;
    margin-left: 0;
    display: none;
  }

  .hero-title-color {
    font-size: 60px;
    line-height: 66px;
  }

  .product-form, .product-email-button {
    width: 100%;
  }

  .venuepagecontain.grid {
    opacity: 0;
    overflow: hidden;
  }

  .in-fence {
    width: 100%;
  }

  .top-menu-contain {
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .bottommenu {
    width: 100vw;
  }

  .card-angle {
    width: 100%;
  }

  .analytics {
    inset: auto 20px 30px auto;
  }

  .privacyterms-product {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .qrpagecontain.grid {
    opacity: 0;
    overflow: hidden;
  }

  .more-venues {
    width: 100%;
  }

  .ads-check {
    margin-left: -10px;
    margin-right: 5px;
  }

  .likes {
    justify-content: space-around;
    margin-top: 65px;
    display: block;
  }

  .newprop {
    inset: auto 20px 30px auto;
  }

  .alert-location {
    width: 60%;
  }

  .profile-contain {
    width: 100%;
  }

  .venuepagecenter.grid {
    opacity: 0;
    overflow: hidden;
  }

  .image-74 {
    width: 30px;
  }

  .qr-again {
    width: 100%;
  }

  .manage-orient.show {
    z-index: 22;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    position: fixed;
  }

  .image-87 {
    max-width: 30%;
  }

  .text-block-245 {
    color: var(--white);
    text-align: center;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
  }

  .text-span-55, .text-span-56 {
    font-family: Exo, sans-serif;
    font-size: 16px;
  }

  .payoverlay {
    width: auto;
    display: flex;
  }

  .payoverlay.hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .columns.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 0 100%;
    grid-auto-columns: 0;
  }

  .loginpagecontain.grid {
    opacity: 0;
  }

  .sidefill.left, .sidefill.right {
    width: 0%;
    display: none;
  }

  .alert-message {
    width: 70%;
  }

  .sticky-nav {
    position: relative;
  }

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

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

  .checkbox-field-3 {
    align-items: center;
    display: flex;
  }

  .checkbox-label-2 {
    line-height: 14px;
  }

  .checkbox-label-3 {
    padding-left: 5px;
    line-height: 14px;
  }

  .stripe-panel {
    transform: translate(0, 100%);
  }

  .button-pushes {
    width: 100%;
  }

  .orientation {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .orientation.hide {
    display: none;
  }

  .image-20 {
    width: 30%;
  }

  .text-block-48 {
    color: #a5a5a5;
    margin-top: 7px;
    font-family: Exo, sans-serif;
  }

  .version {
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .version-text, .version-text-copy {
    color: #a5a5a5;
    margin-top: 7px;
    font-family: Exo, sans-serif;
  }

  .version-logo {
    width: 30%;
    margin-top: 0;
  }

  .form-scroll {
    width: 80%;
  }

  .reset-password {
    color: #c5c3c3;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }

  .prop-select {
    width: 80%;
  }

  .div-block-92 {
    background-image: none;
  }

  .nav-bar {
    padding-left: 24px;
    padding-right: 8px;
  }

  .hero-title {
    font-size: 54px;
    line-height: 60px;
  }

  .hero-section {
    align-items: flex-start;
    padding-top: 120px;
  }

  .hero-block {
    width: 100%;
  }

  .hero-block.right {
    flex: none;
    min-height: 480px;
  }

  .hero-img-block.bottom {
    border-radius: 16px;
    max-width: 33.334%;
    right: 50%;
    transform: translate(70%, -50%)perspective(2000px);
  }

  .hero-img-block.top {
    border-radius: 16px;
    max-width: 33.334%;
    right: 43%;
  }

  .hero-flex {
    flex-direction: column;
    min-height: 100vh;
  }

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

  .section-2.with-heading {
    padding-top: 72px;
  }

  .section-title {
    max-width: 100%;
  }

  .section-title.in-half-div {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .tabs-content {
    width: 100%;
  }

  .features-tab {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .video-2 {
    border-radius: 16px;
  }

  .pricing-card-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .pricing-title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-icon {
    width: 20px;
  }

  .pricing-price {
    font-size: 30px;
    line-height: 34px;
  }

  .toggle-wrapper {
    z-index: 1;
    background-color: #1c1126;
    margin-top: 8px;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: sticky;
    top: 0;
  }

  .pricing-table-content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .pricing-card {
    margin-top: 56px;
    margin-bottom: 0;
  }

  .pricing-card-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-row-text {
    font-size: 16px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-flex-wrapper {
    flex-direction: column;
  }

  .half-div {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0%;
  }

  .app-link-block {
    margin-left: 10px;
  }

  .cta-block {
    padding: 64px 64px 280px;
  }

  .cta-img {
    max-width: 240px;
  }

  .cta-title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 42px;
  }

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

  .copyright-block {
    align-items: center;
    margin-bottom: 16px;
  }

  .copyright-text {
    text-align: center;
    margin-bottom: 8px;
  }

  .hero-title-color {
    font-size: 54px;
    line-height: 60px;
  }

  .product-reset-password {
    color: #c5c3c3;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }

  .venuepagecontain.grid {
    opacity: 0;
  }

  .bottommenu {
    width: 100vw;
  }

  .qrpagecontain.grid {
    opacity: 0;
  }

  .alert-location {
    width: 70%;
  }

  .venuepagecenter.grid {
    opacity: 0;
  }

  .manage-orient {
    z-index: 22;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .manage-orient.show {
    position: fixed;
  }

  .image-87 {
    max-width: 30%;
  }

  .text-block-245 {
    color: #fff;
    text-align: center;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
  }

  .text-span-55 {
    font-family: Exo, sans-serif;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .topmenu {
    flex-direction: column;
    height: auto;
  }

  .bottom-menu-contain {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .bottom-menu-contain.blur {
    background-color: #fff;
  }

  .columns {
    grid-template-rows: 100%;
  }

  .columns.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 0 100%;
  }

  .chat.hide {
    display: none;
  }

  .itemtext {
    color: #000;
    padding-top: 2px;
    font-family: Exo, sans-serif;
    line-height: 13px;
  }

  .loginpagecontain.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1.25fr) minmax(auto, 1fr);
    width: 100%;
  }

  .main-logo-shadow {
    height: 15vh;
  }

  .sidefill.left, .sidefill.right {
    display: none;
  }

  .image-4 {
    max-width: 50%;
    height: 13vh;
    margin-top: -100px;
  }

  .googlelogin.google {
    background-color: #0000;
    border: 0 solid #acadaf;
    border-radius: 9px;
    padding-top: 10px;
    padding-bottom: 1px;
  }

  .googlelogin.google:active {
    box-shadow: none;
  }

  .bgcolorfilter {
    filter: grayscale();
    width: 100%;
    position: absolute;
  }

  .login-bottom-flex.hide {
    display: none;
  }

  .logo-tops {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: grid;
  }

  .emailform {
    z-index: 5;
    height: 100%;
  }

  .password-label.password {
    margin-top: 5px;
  }

  .email-input.email {
    width: 100%;
    min-width: auto;
  }

  .password-input.password {
    width: 100%;
  }

  .password-options.password {
    align-items: flex-start;
    width: 100%;
    height: 25px;
  }

  .password-options.check, .email-next.email {
    width: 100%;
  }

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

  .forgot-password.email {
    color: #252525;
  }

  .form {
    background-color: #fff0;
    background-image: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    inset: 0%;
  }

  .alert-inner {
    border-width: 0;
    border-color: #0000008c;
    box-shadow: 4px 4px 7px #000000a1;
  }

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

  .profile {
    background-image: none;
    position: fixed;
    overflow: visible;
  }

  .div-block-6 {
    height: 70vh;
  }

  .div-block-8 {
    width: 30vw;
    height: 30vw;
  }

  .email-box {
    min-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .password-box {
    flex-direction: column;
    align-items: center;
    min-width: 85%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-10.hooz-gradient {
    align-items: flex-end;
    width: 100vw;
    height: 55vw;
    margin-top: -30vw;
    position: fixed;
    transform: scale3d(1.6, 1, 1);
  }

  .profile-shadow {
    width: 100%;
    height: 100%;
    box-shadow: inset 0 4px 14px #000;
  }

  .profile-name {
    text-align: left;
    background-color: #0000;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    margin: 0 29px 0 auto;
    padding-top: 2px;
    padding-left: 0;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    overflow: visible;
  }

  .profile-name::placeholder {
    text-shadow: none;
  }

  .profile-name.hide {
    text-align: left;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .image-holder {
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .name-holder {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 3px;
    position: relative;
  }

  .pencil {
    margin-top: 0;
    margin-right: 5px;
    font-family: Kalam, sans-serif;
    position: absolute;
  }

  .pencil.hide {
    position: relative;
  }

  .show-name {
    text-shadow: 1px 1px #ebebeb;
    margin-right: 0;
    font-size: 22px;
    line-height: 22px;
    display: block;
  }

  .gender-label {
    font-family: Kalam, sans-serif;
    font-size: 21px;
  }

  .gender-flex {
    align-self: auto;
    width: 94%;
  }

  .gender-text.male {
    margin-left: 0;
    margin-right: 0;
  }

  .gender-text.female {
    position: relative;
  }

  .gender-text.male-show {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gender-text.female-show, .gender-text.all-show {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-spacer.hooz-gradient {
    margin-top: 0;
  }

  .lookfor-flex {
    grid-column-gap: 10px;
  }

  .lookfor-label {
    font-family: Kalam, sans-serif;
    font-size: 20px;
  }

  .form-block-2 {
    width: 100%;
    margin-top: 5px;
  }

  .profile-header.profile-text {
    font-size: 28px;
    position: absolute;
  }

  .alert-message {
    width: 100%;
  }

  .camera {
    filter: none;
  }

  .camera.no-profile {
    bottom: 0%;
    right: 0%;
  }

  .meetmatch-text.hooz-gradient {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 1px;
    font-size: 26px;
  }

  .sticky-nav {
    padding: 0;
    position: sticky;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(5px, auto) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    box-shadow: 3px 3px 8px #000;
  }

  .nav-logo-link {
    border-top: 1px #c4c4c4;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .nav-logo {
    width: 50%;
    height: 46px;
    margin-top: 0;
    margin-bottom: -17px;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-form {
    padding-top: 7px;
    padding-bottom: 140px;
  }

  .input-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .statezip {
    position: relative;
  }

  .text-field-12 {
    margin-left: 2px;
  }

  .place-search {
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 400;
  }

  .map {
    height: 250px;
    margin-bottom: 0;
  }

  .geo {
    align-items: flex-start;
  }

  .button-3 {
    width: 60%;
  }

  .checkbox-label {
    font-family: Exo, sans-serif;
  }

  .div-block-30 {
    align-items: flex-end;
  }

  .nolocation {
    z-index: 1;
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .nolocation.hide {
    display: none;
  }

  .text-block-14 {
    font-size: 24px;
  }

  .div-block-31 {
    margin-bottom: 10px;
  }

  .bold-text {
    font-size: 18px;
    font-weight: 400;
  }

  .address, .city {
    position: relative;
  }

  .div-block-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(auto, .5fr) 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 10px;
    display: grid;
  }

  .checkbox-field {
    margin-right: 0;
  }

  .checkbox-field-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0%;
    padding-left: 0;
    display: flex;
  }

  .checkbox-label-2 {
    line-height: 15px;
  }

  .private-check {
    margin-left: 0;
  }

  .logobutton {
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .checkbox-label-3 {
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 5px;
    line-height: 13px;
  }

  .passoverlay {
    background-color: #262525de;
  }

  .div-block-40 {
    width: 70%;
  }

  .div-block-41 {
    flex-direction: column;
    width: 100%;
  }

  .text-field-15 {
    width: 50%;
    margin-right: 0;
  }

  .textarea {
    border-radius: 10px;
    height: auto;
  }

  .pass-alert-message {
    align-self: flex-start;
    width: 100%;
  }

  .pass-inner {
    border-width: 0;
    border-color: #0000008c;
    box-shadow: 4px 4px 7px #000000a1;
  }

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

  .stripe-panel {
    transform: none;
  }

  .stripe-customer {
    font-size: 12px;
  }

  .stripecontain {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .transfer-button {
    text-align: center;
    width: 75%;
    height: 40px;
  }

  .div-block-45 {
    grid-column-gap: 8px;
    background-color: #fff6;
    border-top: 2px solid #2b2b2b33;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 15px;
    padding-left: 0;
  }

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

  .checkin.hide {
    display: none;
  }

  .checkin-start {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 65px;
  }

  .checkin-top-text {
    margin-bottom: 0;
    font-size: 26px;
  }

  .div-block-48 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .other-text {
    color: #111;
    font-size: .9em;
  }

  .checkin-btn-text {
    text-align: right;
  }

  .checkin-list {
    background-color: #fff0;
  }

  .location-name.large {
    text-overflow: clip;
    white-space: normal;
    font-size: 22px;
    line-height: 19px;
  }

  .location-divider {
    display: none;
  }

  .checkbox-field-4 {
    padding-left: 3px;
  }

  .meet {
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .meet.hide {
    display: none;
  }

  .button-pushes {
    justify-content: center;
    width: 100%;
  }

  .pushbutton.pushno, .pushbutton.pushyes {
    margin-bottom: 0;
  }

  .checkin-bubble {
    position: absolute;
  }

  .card-fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .card {
    box-shadow: 5px 5px 7px #00000082;
  }

  .card.hide {
    display: none;
  }

  .card-image {
    min-width: 100%;
  }

  .passcode-entry {
    justify-content: flex-start;
    padding-top: 100px;
    position: fixed;
  }

  .text-block-25 {
    font-size: 19px;
  }

  .report {
    text-align: right;
    margin-top: 3px;
    margin-right: 5px;
    font-family: Jockey One, sans-serif;
    font-size: 16px;
  }

  .checkback {
    color: #e4e4e4;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: static;
  }

  .checkback.hide {
    position: static;
  }

  .age-select {
    color: #e4e4e4;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: static;
  }

  .age-num {
    font-size: 16px;
    line-height: 18px;
  }

  .host-text {
    font-size: 14px;
  }

  .back {
    margin-left: 0;
  }

  .matches.hide {
    display: none;
  }

  .match-paginate {
    width: 100%;
    position: fixed;
  }

  .other-chat {
    width: auto;
    height: auto;
  }

  .self-text {
    font-size: .9em;
  }

  .logo-background {
    left: 0;
    right: 0;
  }

  .chat-logo {
    width: 100vw;
    max-width: 80vw;
    padding: 40px 20px;
  }

  .checkin-botton-text {
    color: #fff;
    margin-top: -10px;
    font-size: 15px;
  }

  .in-fence-old {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .location-detected {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    width: 50%;
    min-width: 200px;
    max-width: 300px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detect-logo {
    position: relative;
  }

  .div-block-56 {
    margin-bottom: 10px;
    position: relative;
  }

  .detect-desc {
    display: block;
  }

  .fence-button {
    width: 70%;
    position: relative;
  }

  .detect-name {
    position: relative;
  }

  .div-block-57 {
    margin-right: 0;
    padding-bottom: 0;
  }

  .div-block-61 {
    align-self: center;
  }

  .herefor {
    text-align: center;
    background-color: #0000;
    position: relative;
  }

  .herefor.selected {
    position: relative;
  }

  .match-stop {
    grid-column-gap: 18px;
    color: #e4e4e4;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    grid-template-rows: auto minmax(auto, 200px);
    grid-template-columns: 20% auto 20%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: relative;
  }

  .you-matched {
    font-size: 33px;
    line-height: 32px;
    position: relative;
  }

  .match-options {
    font-size: 20px;
    line-height: 20px;
    position: relative;
  }

  .match-pic {
    width: 38vw;
    min-width: 30px;
    max-width: 200px;
    height: 38vw;
    max-height: 200px;
  }

  .div-block-62 {
    width: 80%;
    height: 20vh;
  }

  .age-profile {
    background-color: #ffffff70;
    margin-left: 0;
    margin-right: 0;
    box-shadow: inset 1px 1px 4px #0000008f;
  }

  .text-block-39 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 10px;
  }

  .chat-box {
    height: 60px;
    top: 0;
  }

  .form-block-4 {
    grid-template-columns: 1.25fr 7fr auto;
  }

  .login-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: none;
    padding-top: 10px;
    display: flex;
  }

  .map-movies {
    margin-top: 9%;
    margin-left: 53%;
  }

  .map-coffee {
    margin-top: 28%;
  }

  .div-block-66 {
    flex-direction: column;
    display: flex;
  }

  .logo-line.hooz-gradient {
    filter: brightness(112%);
    flex-direction: row;
    justify-content: center;
    width: auto;
    min-width: 90%;
    max-width: none;
    height: 12vw;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .main-logo {
    width: 43vw;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0;
  }

  .last-message {
    left: 0;
    right: 0;
  }

  .info {
    width: calc(100vw - 190px);
    max-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-text {
    margin-bottom: -5px;
  }

  .re-search {
    box-shadow: none;
    filter: grayscale();
  }

  .re-search.active {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    filter: none;
    background-color: #ebebeb;
    background-image: linear-gradient(#d8d8d8, #e2e2e2);
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 6px 6px 13px #00000080;
  }

  .search-again {
    grid-column-gap: 0px;
    justify-content: center;
  }

  .re-search-text {
    color: #494949f7;
    text-shadow: 0 1px #ffffff54;
    white-space: nowrap;
    font-size: 18px;
  }

  .venue-banner {
    position: absolute;
  }

  .login-venue {
    text-align: center;
    background-color: #494949;
    border-radius: 0;
    width: 105%;
    padding: 5px 20px 8px;
    font-size: 20px;
    line-height: 25px;
    box-shadow: inset 1px 1px 4px 1px #000;
  }

  .login-venue.hooz-gradient {
    box-shadow: none;
    color: #eee;
    -webkit-text-stroke-width: 1px;
    text-shadow: 0 2px #000;
    background-color: #0000;
    background-image: none;
    border-radius: 0;
    min-width: 65vw;
    max-width: 75vw;
    margin-bottom: 3px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8vw;
    line-height: 6vw;
  }

  .poweredby {
    opacity: 0;
    font-size: 16px;
  }

  .front-logo-venue {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .front-logo-venue.hide {
    margin-bottom: 10px;
  }

  .front-logo {
    opacity: 1;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }

  .open-label {
    font-family: Kalam, sans-serif;
    font-size: 20px;
  }

  .aboutme-label {
    text-align: center;
    margin-left: 0%;
    font-size: 20px;
  }

  .logo-line-new.hooz-gradient {
    width: 278px;
  }

  .meetmatch-text-new.hooz-gradient {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 1px;
    font-size: 26px;
  }

  .meetmatch-text.hooz-gradient {
    text-align: center;
    margin-top: 19px;
    margin-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .chat-card.hide {
    display: none;
  }

  .no-venues-top {
    font-size: 18px;
  }

  .orientation {
    display: none;
  }

  .image-20 {
    margin-top: 0;
  }

  .version {
    justify-content: center;
    display: flex;
  }

  .version-logo {
    margin-top: 0;
  }

  .field-label {
    margin-right: 5px;
  }

  .list-item {
    margin-bottom: 5px;
    display: flex;
  }

  .new-entry {
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 0;
    font-size: 24px;
    font-weight: 400;
  }

  .list-item-2 {
    margin-bottom: 11px;
    margin-right: 5px;
  }

  .auto-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Cabin Condensed, sans-serif;
    font-size: 10px;
  }

  .new-place {
    text-align: left;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 10px;
    display: flex;
  }

  .arrow2 {
    height: 35%;
    margin-top: 10px;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .arrow1 {
    height: 35%;
    margin-top: 10px;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .bubs.url {
    opacity: .3;
  }

  .bubs-image {
    background-size: 50px;
  }

  .click-login {
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .div-block-77 {
    width: 100%;
    left: 0;
    right: 0;
  }

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

  .venue-name {
    font-size: 19px;
  }

  .report-box {
    text-align: right;
    margin-top: 3px;
    margin-right: 5px;
    font-family: Jockey One, sans-serif;
    font-size: 16px;
  }

  .report-modal {
    width: 100%;
  }

  .main {
    background-color: #0000;
    background-image: none;
    position: static;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    place-content: center;
    justify-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-21 {
    max-width: 80%;
    max-height: 73%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .logout {
    text-align: center;
    font-size: 23px;
    position: relative;
  }

  .property-select {
    width: 95%;
    height: 55px;
    margin-top: 10px;
  }

  .form-scroll {
    width: 90%;
  }

  .form-manage {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 135px;
  }

  .login-block {
    background-image: none;
  }

  .google-login {
    max-width: 80%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .form-block-6 {
    width: 90%;
  }

  .manage-login {
    margin-top: 0;
    margin-bottom: 17px;
  }

  .form-6 {
    width: 100%;
  }

  .submit-button-2 {
    width: 90%;
  }

  .text-block-52-copy {
    margin-top: 6px;
  }

  .submit-button-3 {
    width: 40%;
  }

  .text-block-54 {
    color: #474747;
    text-shadow: none;
    font-size: 32px;
    line-height: 32px;
  }

  .image-23 {
    width: 55%;
  }

  .reset-password {
    color: #636363;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-3-copy {
    width: 40%;
  }

  .prop-select {
    justify-content: center;
    width: 100%;
    padding-right: 10px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .text-block-56 {
    opacity: 1;
    text-align: right;
  }

  .logo-button {
    margin-bottom: 20px;
  }

  .stripe-square {
    margin-bottom: 0;
    margin-left: 5px;
  }

  .stripe-square.sub {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .slider {
    z-index: 3;
    grid-row-gap: 7px;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    height: auto;
    inset: 0%;
  }

  .slider.hide {
    top: 0%;
    bottom: 0%;
    transform: translate(100%);
  }

  .text-block-58 {
    color: #505050;
    text-align: center;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 26px;
  }

  .map-manage {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 11px;
  }

  .map-manage-frame {
    height: 100%;
    margin-bottom: 0;
  }

  .url-manage {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 20;
  }

  .div-block-87 {
    align-items: center;
    height: 100%;
    position: relative;
  }

  .text-block-59 {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: linear-gradient(#fff, #9c9c9c);
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    line-height: 100%;
    display: flex;
    position: static;
  }

  .location-settings {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    background-color: #cfcfcf;
    background-image: linear-gradient(#fff 23%, #00000052);
    flex-direction: column;
    justify-content: center;
    width: 90%;
    font-family: Jockey One, sans-serif;
    font-size: 15px;
    line-height: 12px;
    display: flex;
  }

  .text-block-56-copy {
    color: #202020;
    text-align: center;
    text-shadow: none;
    margin-bottom: -10px;
  }

  .form-block-7 {
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 0;
    inset: 0% 0% auto;
  }

  .refer {
    order: -1;
    width: 90%;
    min-width: auto;
    margin-bottom: 15px;
  }

  .div-block-88 {
    margin-bottom: 20px;
    position: static;
    left: 25px;
    right: 25px;
  }

  .location-buttons {
    box-shadow: none;
    color: #444;
    text-shadow: none;
    white-space: normal;
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Jockey One, sans-serif;
    font-size: 17px;
    line-height: 14px;
  }

  .location-buttons.chosen {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    background-color: #9616ffe0;
    background-image: linear-gradient(152deg, #b62fff, #3fc9fc);
    border-width: 4px;
    border-color: #fff;
    padding: 5px 13px 9px;
    font-family: Jockey One, sans-serif;
    transform: translate(0, 2px);
    box-shadow: inset 0 5px 12px -1px #000000c4, 2px 2px 16px -3px #000;
  }

  .text-block-62 {
    color: #838383;
    text-align: center;
    margin-right: 10px;
    font-family: Jockey One, sans-serif;
    line-height: 12px;
  }

  .text-block-56-copy {
    margin-top: 10px;
    margin-bottom: 1px;
    text-decoration: underline;
  }

  .text-block-56-copy-copy {
    color: #202020;
    text-align: left;
    text-shadow: none;
    margin-bottom: -10px;
  }

  .div-block-90 {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .logo-text {
    color: #676767;
    text-align: center;
    margin-bottom: -15px;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 24px;
    display: none;
  }

  .logo-text.double {
    display: none;
  }

  .div-block-91 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .auto1 {
    text-align: left;
    text-shadow: none;
    margin-bottom: -10px;
  }

  .check-url {
    text-align: right;
    text-shadow: none;
    margin-bottom: -10px;
  }

  .logo {
    max-width: 92%;
  }

  .div-block-92 {
    background-color: #131313;
    background-image: radial-gradient(circle at 0 100%, #aaa, #000);
  }

  .map-fence-info {
    justify-content: center;
    height: 90%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-fence-info.hide {
    display: none;
  }

  .text-block-63 {
    margin-top: 0;
  }

  .gotit {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 4px;
    line-height: 20px;
    position: absolute;
    inset: auto auto 0%;
  }

  .div-block-93 {
    top: -2%;
  }

  .byline.hooz-gradient {
    text-align: center;
    margin-top: -3px;
    margin-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  .more-coming {
    margin-top: 13px;
  }

  .payments-box {
    z-index: 3;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #ffffff78;
    background-image: linear-gradient(142deg, #fff, #fff0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 10px 60px;
    transform: none;
    box-shadow: 0 -6px 20px #000;
  }

  .billing {
    border-radius: 9px;
  }

  .div-block-95 {
    margin-top: 3px;
  }

  .div-block-95.hooz-gradient {
    margin-top: 2px;
  }

  .filled-btn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .filled-btn.in-navbar {
    text-align: center;
    width: auto;
    max-width: none;
    margin-left: 20%;
    margin-right: 20%;
    display: block;
  }

  .brand {
    margin-top: 0;
  }

  .container-3 {
    flex: 1;
  }

  .container-3.nav-flex {
    align-items: center;
    padding-top: 0;
  }

  .logo-2 {
    height: 24px;
  }

  .nav-bar {
    height: 64px;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 8px;
  }

  .nav-link-3 {
    color: #fff;
    border-radius: 0;
  }

  .nav-link-3:focus {
    background-color: #919191;
  }

  .nav-link-3.w--current {
    opacity: 1;
    color: #fff;
    background-color: #7c7c7c;
    border-radius: 0;
  }

  .btn-text-hide {
    justify-content: center;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    padding: 16px;
  }

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

  .text-btn-holder {
    justify-content: center;
  }

  .nav-menu {
    border: 0 solid #000;
    width: 100vw;
    height: 100vh;
  }

  .hero-title {
    text-align: center;
    font-size: 44px;
    line-height: 44px;
  }

  .hero-paragraph {
    margin-bottom: 12px;
  }

  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 100px;
    display: grid;
  }

  .hero-block {
    padding-left: 0;
  }

  .hero-img-block.bottom, .hero-img-block.top {
    max-width: 50%;
  }

  .hero-flex {
    min-height: auto;
  }

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

  .section-2.with-heading {
    padding-top: 0;
  }

  .tab-img {
    border-radius: 16px;
  }

  .section-title {
    margin-top: 23px;
    margin-bottom: 21px;
  }

  .section-title.in-half-div {
    margin-left: auto;
  }

  .play-btn {
    background-size: 24px;
    width: 15vw;
    height: 15vw;
  }

  .pricing-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-title {
    font-size: 16px;
  }

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

  .pricing-columns.monthly {
    margin-top: 0;
    display: block;
  }

  .pricing-card {
    margin-top: 10px;
  }

  .pricing-card-header {
    margin-bottom: 0;
    padding: 24px 20px 24px 25px;
  }

  .pricing-row-text {
    font-size: 14px;
  }

  .app-link-block {
    opacity: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-block {
    padding: 32px 32px 160px;
  }

  .cta-block.hooz-gradient {
    background-image: linear-gradient(138deg, #9800eb8a, #6206b887 14%, #403dfc91 50%, #5fbdfc87 76%, #48ff9a8f);
    padding-top: 22px;
    padding-bottom: 150px;
    overflow: hidden;
  }

  .cta-img {
    border-radius: 16px;
    max-width: 160px;
    top: 70%;
  }

  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }

  .app-store-btn-wrapper, .copyright-block {
    flex-direction: column;
  }

  .copyright-link {
    font-weight: 400;
  }

  .footer-link-wrap {
    flex-flow: wrap;
    place-content: space-between center;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .image-29 {
    height: 58px;
  }

  .text-block-68 {
    background-color: #55cafc;
    border-radius: 8px;
    width: 50%;
    min-width: 60%;
    margin-top: 0;
    padding: 5px 10px;
    font-size: 14px;
  }

  .load-product.hide {
    z-index: 100;
  }

  .image-32 {
    position: relative;
    transform: none;
  }

  .main-title {
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-70 {
    font-size: 7vw;
    top: 8%;
  }

  .button-7 {
    margin-left: 22px;
    position: relative;
    top: auto;
    right: auto;
  }

  .webapp {
    text-align: center;
    margin-top: 9px;
    margin-right: 0;
  }

  .hero-title-color {
    font-size: 44px;
    line-height: 44px;
  }

  .hero-title-color.hooz-gradient {
    text-align: center;
    background-image: linear-gradient(117deg, #9800eb 26%, #6206b8 45%, #403dfc 56%, #5fbdfc 73%, #d4d4d4);
  }

  .text-block-72 {
    margin-top: 6.5%;
    margin-right: 13px;
    font-size: 20px;
  }

  .container-4 {
    margin-bottom: 50px;
  }

  .div-block-99 {
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .order-button {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #ffffffe6;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-73 {
    padding-right: 6px;
  }

  .div-block-101 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
  }

  .product-manage {
    text-align: center;
    margin-bottom: 5px;
  }

  .product-login-block {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-form {
    width: 100%;
  }

  .product-email-button {
    width: 90%;
  }

  .product-reset-password {
    color: #7e7e7e;
  }

  .login-exit {
    margin-top: -29px;
    margin-right: -26px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .product-order {
    align-content: start;
    padding-top: 90px;
  }

  .pay-title1 {
    width: 95%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-105 {
    margin-bottom: 16px;
  }

  .product-cardholder {
    flex-direction: row;
    margin-top: 5px;
  }

  .product-card {
    opacity: 1;
    background-color: #ffffff70;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 30vw;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-card.chosen {
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-price {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 21px;
  }

  .product-time {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .select-button {
    width: 100%;
    margin-top: 0;
  }

  .text-block-78 {
    margin-top: 0;
  }

  .select-field-6 {
    text-align: center;
  }

  .single-card {
    opacity: 1;
    background-color: #ffffff70;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-card.chosen {
    background-color: #fff;
  }

  .single-price {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    font-size: 23px;
    line-height: 21px;
  }

  .order-back {
    margin-left: 10px;
    margin-right: 10px;
    top: 85px;
  }

  .savings {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    bottom: auto;
  }

  .text-block-81 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 11px;
  }

  .product-payment {
    grid-template-columns: 100vw;
    align-content: center;
    padding-top: 0;
  }

  .product-places {
    width: auto;
    margin: 10px 8px 20px;
  }

  .div-block-108 {
    width: 95%;
    margin-bottom: -4px;
  }

  .text-block-82, .html-embed-6 {
    align-self: center;
  }

  .payment-form {
    width: 95%;
  }

  .input-desc {
    padding-left: 20px;
  }

  .place-example {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 6fr;
    grid-auto-columns: 1fr;
    width: 95%;
    display: grid;
  }

  .text-block-87 {
    margin-top: -40px;
  }

  .details-title {
    align-self: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
  }

  .lottie-animation-9 {
    margin-top: -25px;
  }

  .text-field-21 {
    font-family: Cabin Condensed, sans-serif;
    font-size: 16px;
  }

  .input-name {
    padding-left: 20px;
  }

  .order-title {
    width: 95%;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .pay-back {
    margin-left: 10px;
    margin-right: 10px;
    top: 85px;
  }

  .next-button {
    width: 80%;
    margin-top: 10px;
  }

  .date {
    font-size: 12px;
  }

  .input-title {
    text-align: left;
    padding-top: 5px;
  }

  .form-8 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .name-hold, .desc-hold {
    width: auto;
    min-width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-112 {
    flex-direction: column;
    width: 80%;
    margin-bottom: 10px;
  }

  .text-block-89 {
    font-family: Exo, sans-serif;
    font-size: 14px;
  }

  .text-block-90 {
    margin-bottom: 15px;
    margin-right: 0;
    font-family: Jockey One, sans-serif;
    font-size: 23px;
    display: block;
  }

  .settings-button {
    z-index: 2;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-width: 0;
    width: auto;
    min-width: 85px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px 5px 5px;
    inset: auto;
  }

  .billing-text {
    color: #fff;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .plan-select {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }

  .button-9 {
    text-align: center;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-114 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 80%;
    display: grid;
  }

  .pause {
    box-shadow: none;
    text-align: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 400px;
    padding-bottom: 12px;
    display: flex;
  }

  .pause.hide {
    display: none;
  }

  .category-text {
    white-space: nowrap;
  }

  .category-box {
    flex-direction: row;
    justify-content: space-between;
  }

  .update-stripe {
    box-shadow: none;
    text-align: center;
    order: 0;
    width: 100%;
    min-width: auto;
    max-width: 400px;
    margin: 10px 0;
    padding-bottom: 11px;
  }

  .image-36 {
    order: 1;
    width: 114px;
    max-width: 80%;
    margin-top: 15px;
  }

  .div-block-115 {
    background-color: #0000;
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -20px;
    padding-bottom: 10px;
    display: flex;
  }

  .passcode-button {
    background-image: linear-gradient(#ff986c 89%, #00078f);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .passcode-button-text {
    box-shadow: none;
    white-space: nowrap;
    padding: 9px 20px;
  }

  .passcode {
    width: 145px;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .sub-only {
    flex-direction: column;
  }

  .logout-manage {
    margin-top: 15px;
    position: static;
    inset: auto 0% 119px;
  }

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

  .text-block-93 {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .instructions {
    color: #585858;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .passcode-label {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .passcode-area {
    background-color: #d8d8d8;
    min-height: 60px;
    margin-top: 2px;
    line-height: 14px;
  }

  .passcode-area::placeholder {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
  }

  .div-block-119 {
    background-color: #75757580;
    width: 80%;
    margin-top: 12px;
    display: block;
  }

  .div-block-120 {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-94 {
    text-align: right;
    width: auto;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .analytics-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 10px;
  }

  .analytics-text {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 22px;
  }

  .confirm-box {
    min-width: auto;
    max-width: 95%;
  }

  .text-span-13 {
    color: #363636;
  }

  .login-contain {
    border-style: none;
    border-top-width: 6px;
    border-bottom-width: 0;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    width: 92%;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
    box-shadow: 0 3px 20px 2px #151515;
  }

  .login-contain.uptop {
    top: 50px;
  }

  .or-login {
    margin-bottom: 15px;
  }

  .login-banner {
    color: #646464;
    text-shadow: none;
    margin-bottom: 0;
    font-size: 32px;
  }

  .email-submit {
    border-radius: 0 0 10px 10px;
    width: 100%;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .close-login2 {
    text-shadow: 1px 1px 6px #000;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .close-login {
    text-align: center;
    text-shadow: 1px 1px 2px #333;
    width: auto;
  }

  .div-block-127 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    bottom: auto;
  }

  .image-37 {
    align-self: auto;
  }

  .back-logo-venue {
    min-width: 30%;
    max-width: 40%;
    max-height: 20vh;
    margin-top: 5px;
  }

  .meetnmatch {
    letter-spacing: 0;
    white-space: break-spaces;
    overflow-wrap: break-word;
    width: 90%;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 9vw;
    line-height: 7vw;
    position: relative;
  }

  .visitors {
    text-align: center;
    font-size: 10vw;
    line-height: 10vw;
  }

  .venuepage {
    width: 100%;
    left: 0%;
    right: 0;
  }

  .venuepagecontain {
    grid-template-rows: 1fr auto auto;
    width: 100%;
    display: flex;
    left: 0%;
    right: 0%;
  }

  .venuepagecontain.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: 45% 20% 35%;
    width: 100%;
  }

  .continue-venue {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
    max-width: 320px;
  }

  .login-qr-text {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .in-fence {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(200px, 1fr) minmax(auto, max-content) auto minmax(auto, .8fr);
    position: fixed;
    top: 0;
    bottom: 0;
    box-shadow: 0 4px 18px 4px #000000e3;
  }

  .text-block-98 {
    position: relative;
  }

  .build-input {
    background-color: #0a0a0aa8;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    bottom: 76px;
  }

  .build-input.hide {
    display: none;
  }

  .field-label-5 {
    text-shadow: 1px 1px 6px #000;
  }

  .top-menu-contain {
    position: static;
    overflow: visible;
  }

  .top-menu-safe {
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottommenu {
    flex-direction: column;
    width: 100vw;
    display: block;
    position: fixed;
    bottom: 0;
  }

  .bottommenu.hide {
    display: none;
  }

  .bottom-menu-safe {
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .match-bg {
    background-image: linear-gradient(#fff, #fff0), radial-gradient(circle at -50% 100%, #707070, #fff 70%);
    width: 100vw;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0%;
  }

  .checkin-bg {
    position: fixed;
    inset: 0%;
  }

  .people {
    max-width: none;
    height: 60%;
    position: absolute;
    bottom: 40%;
  }

  .app-google-image {
    max-width: 45%;
    height: 62px;
    margin-right: 0;
  }

  .app-google-image.hide {
    max-width: 80%;
  }

  .app-apple-image {
    max-width: 45%;
    height: 62px;
    margin-right: 0;
  }

  .text-span-16 {
    color: #d0b7ff;
    text-shadow: 0 0 6px #d7c2ff;
  }

  .app-apple {
    margin-right: -20px;
    position: relative;
  }

  .safetopbox {
    z-index: 1;
    background-color: #fff;
    height: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-128 {
    height: 120px;
    margin-top: 37px;
  }

  .venue-url-bg {
    width: 100%;
    position: absolute;
  }

  .div-block-129 {
    grid-row-gap: 3px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-129.hooz-gradient {
    grid-row-gap: 0px;
  }

  .fence-bg {
    width: 100%;
    position: absolute;
  }

  .settings-box.hide {
    display: none;
  }

  .settings-item {
    color: #636363;
    text-align: center;
    text-shadow: 1px 1px #ddd;
    background-color: #0000;
    background-image: linear-gradient(#fff, #6e6e6e);
    border-radius: 12px;
    width: 85%;
    padding: 3px 20px 11px;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .close-sub {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #616161;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    background-color: #0000;
    background-image: linear-gradient(#0000, #8a8a8a82);
    border: 3px solid silver;
    border-radius: 20px;
    order: 1;
    align-self: center;
    width: auto;
    padding: 5px 20px;
    font-family: Jockey One, sans-serif;
    position: relative;
    inset: auto;
  }

  .div-block-131 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .block-settings {
    background-color: #1b1b1be8;
    position: absolute;
    inset: 0%;
  }

  .textarea-2 {
    min-height: 100%;
  }

  .form-9 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: absolute;
    inset: 0 0% 0%;
  }

  .pending-list {
    box-shadow: none;
    filter: grayscale();
    padding-left: 5px;
    padding-right: 5px;
  }

  .pending-list.active {
    filter: none;
  }

  .pending-list.hide {
    display: none;
  }

  .pending-bubble {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .checkin-alert {
    width: 100%;
  }

  .search-contain {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    box-shadow: none;
    background-color: #ffffffc9;
    border-radius: 100px;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    padding: 3px 0 5px 5px;
  }

  .card-angle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(200px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-134 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
    padding-left: 10px;
  }

  .profile-bubblle {
    width: 88%;
    top: 17px;
  }

  .fence-menu {
    margin-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .pause-fence {
    white-space: nowrap;
    width: 80%;
  }

  .pause-item {
    background-color: #5e5e5e4f;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 1px 3px 7px #adadadab;
  }

  .text-block-104 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    white-space: nowrap;
    font-size: 20px;
  }

  .text-block-105 {
    text-align: center;
    width: auto;
    min-width: 90px;
    font-size: 16px;
    line-height: 12px;
  }

  .pause-close {
    align-self: flex-start;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .button-12 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 14px;
    display: flex;
    box-shadow: 1px 1px 3px #000;
  }

  .checkback-text {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Jockey One, sans-serif;
    font-size: 21px;
    line-height: 22px;
    position: relative;
  }

  .checkback-text.hide {
    position: static;
  }

  .app-reminder {
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .app-reminder-text {
    font-size: 12px;
  }

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

  .button-13 {
    z-index: auto;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    background-color: #0000;
    background-image: linear-gradient(#77db89 89%, #424242);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -10px;
    display: flex;
    position: relative;
  }

  .analytics {
    z-index: 2;
    box-shadow: none;
    color: #fff;
    text-align: left;
    background-color: #0000;
    border-width: 0;
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .manage-hider {
    z-index: 1;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .hider-text {
    z-index: 2;
    color: #fff;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    position: relative;
  }

  .html-embed-7 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
  }

  .image-40 {
    width: 40vw;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 20px;
  }

  .div-block-136 {
    grid-column-gap: 0px;
    background-image: linear-gradient(#fff 96%, #fff0);
    flex-direction: column;
    padding-right: 0;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 33px;
  }

  .body-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-137 {
    order: -1;
    align-self: center;
  }

  .backtoapp {
    text-align: center;
    background-color: #858585;
    border-radius: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Jockey One, sans-serif;
    font-size: 18px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .privacyterms {
    justify-content: center;
    width: 100%;
    position: relative;
  }

  .text-block-112 {
    background-color: #ffffff0a;
    margin-top: 73px;
    margin-bottom: 10px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 20vw;
    line-height: 22vw;
  }

  .privacyterms-menu {
    justify-content: center;
    width: 100%;
  }

  .privacyterms-product {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    inset: auto 0% 160px;
  }

  .qr-page {
    width: 100%;
    max-width: 100%;
    position: fixed;
  }

  .qr-text {
    text-align: center;
    background-color: #0000;
    border-radius: 0;
    width: 105%;
    padding: 5px 20px 8px;
    font-size: 10vw;
    line-height: 25px;
  }

  .continue-qr {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
    margin-top: 0;
  }

  .lottie-animation-11 {
    width: 110%;
  }

  .qr-meet {
    font-size: 15vw;
    line-height: 15vw;
  }

  .qr-tagline {
    font-size: 23px;
    line-height: 28px;
  }

  .continue-qr-new {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
    margin-top: 0;
  }

  .back-logo-qr {
    min-width: auto;
    max-width: 134px;
  }

  .div-block-139 {
    grid-column-gap: 9px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .qr-bg {
    width: 100%;
    position: absolute;
  }

  .qr-bubs-image {
    filter: brightness(137%);
    background-size: 50px;
  }

  .text-block-113 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .qr-below-button {
    margin-bottom: 5px;
  }

  .text-block-114 {
    font-size: 18px;
  }

  .qrpagecontain {
    grid-template-rows: 9px auto auto auto;
    width: 100%;
  }

  .qrpagecontain.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: 45% 20% 35%;
    width: 100%;
  }

  .login-qr {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(#66666642, #fff6);
    border-width: 2px;
    border-color: #ffffff0f;
    border-radius: 10px;
    width: 85%;
    margin-top: 0;
  }

  .login-qr.web {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-width: 0;
  }

  .qrs {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .div-block-140 {
    grid-column-gap: 12px;
    grid-row-gap: 15px;
    flex-direction: row;
    align-items: stretch;
    max-width: 100%;
    max-height: 80px;
  }

  .qr-buttons, .qr-dl-buttons {
    width: 100%;
  }

  .marketing {
    z-index: auto;
    text-align: left;
    background-color: #565656;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
    display: none;
    position: relative;
  }

  .qr-box {
    box-shadow: 1px 1px 3px #000;
  }

  .dl-qr-button {
    grid-row-gap: 7px;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px #000;
  }

  .div-block-143 {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .analytics-expired {
    z-index: 1;
    width: 80%;
    margin: 0 20px;
    position: relative;
  }

  .update-contain {
    min-width: 90%;
  }

  .update-bg {
    background-image: linear-gradient(30deg, #9524ea, #6c49ff 37%, #346dff 80%, #0adee4), linear-gradient(208deg, #474747 4%, #d2d2d2 54%, #464646 93%);
    width: 100%;
    position: fixed;
  }

  .update-bg.hide {
    display: none;
  }

  .image-42 {
    filter: brightness(200%);
    max-width: 45vw;
  }

  .update-status {
    font-size: 20px;
    line-height: 22px;
  }

  .update {
    color: #e4e4e4;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    width: 70%;
    min-width: 250px;
    margin-left: 0;
    margin-right: 0;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: relative;
  }

  .update.hide {
    position: static;
  }

  .update-button-text {
    color: #e4e4e4;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Jockey One, sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: relative;
  }

  .update-button-text.hide {
    position: static;
  }

  .update-button {
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .update-button.progress {
    max-width: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .update-text-button {
    text-shadow: 1px 1px #000;
    font-size: 12px;
  }

  .body-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle closest-corner at 50% 100%, #eee, #fff0 61%), linear-gradient(#fff 52%, #888);
    grid-template-rows: 1fr auto 1.2fr 20vh;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
  }

  .progress-bar {
    transform: translate(-100%);
  }

  .progress-text {
    justify-content: center;
    display: flex;
  }

  .text-block-117 {
    position: relative;
  }

  .bubble-pct {
    font-family: Exo, sans-serif;
    font-size: 15px;
    line-height: 17px;
    position: relative;
  }

  .install-update {
    margin-top: 27px;
    position: relative;
  }

  .text-block-118 {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-119 {
    font-size: 25px;
  }

  .update-button-copy {
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .update-button-copy.progress {
    max-width: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .appstore {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .appstore.progress {
    max-width: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .appstore-bg {
    background-image: linear-gradient(351deg, #ba71fa, #7d71fa 46%, #368bfa);
  }

  .text-block-120 {
    font-size: 16px;
    line-height: 12px;
  }

  .div-block-150 {
    width: 100%;
    position: absolute;
  }

  .installing {
    font-size: 16px;
    position: relative;
  }

  .update-warning {
    color: #3d3d3d;
    margin-top: 10px;
    position: relative;
  }

  .more-venues-top {
    font-size: 18px;
  }

  .div-block-151 {
    flex: 0 auto;
    align-items: flex-start;
  }

  .div-block-152 {
    flex: 1;
    justify-content: center;
    display: flex;
    position: relative;
  }

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

  .ads-check {
    margin-left: 0;
  }

  .text-block-121 {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-family: Inconsolata, monospace;
  }

  .profile-bg {
    background-image: radial-gradient(circle at 100% 0, #28ffff, #fff0 50%), radial-gradient(circle farthest-side at 0 0, #7e5bfc, #fff0 70%), linear-gradient(#fff0, #d4d4d4 73%), url('../images/duotone.webp');
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-size: auto, auto, auto, auto;
    position: fixed;
    inset: 0%;
  }

  .bubs-image-search {
    background-size: 20px;
  }

  .text-block-123 {
    white-space: nowrap;
    margin-top: 0;
  }

  .text-block-124 {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-family: Jockey One, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-124.hide {
    display: none;
  }

  .div-block-153 {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    flex-direction: row;
    align-items: stretch;
  }

  .div-block-154 {
    grid-column-gap: 7px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-location {
    color: #fff;
    white-space: normal;
    background-image: linear-gradient(#fff, #000);
    border: 3px solid #b1b1b1;
    border-radius: 10px;
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 35px;
    height: 30px;
    margin-top: 5px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .div-block-155 {
    grid-column-gap: 9px;
  }

  .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 3px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .location-menu-text {
    order: 1;
  }

  .div-block-157 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    position: static;
  }

  .div-block-158 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-block-127 {
    order: 1;
  }

  .privacyterms-front {
    width: 100%;
    padding-bottom: 10px;
  }

  .manage-button {
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-160 {
    grid-row-gap: 20px;
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  .div-block-161 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .pname-center {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ad-message {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .ad-modal {
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 9px 20px 20px;
    display: flex;
  }

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

  .ad-top {
    color: #fff;
    text-shadow: 1px 1px 3px #a1a1a1;
    white-space: nowrap;
    font-size: 20px;
  }

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

  .text-block-128.hide {
    margin-top: 0;
  }

  .div-block-165 {
    height: 58px;
  }

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

  .div-block-166 {
    flex-direction: column;
    margin-top: 10px;
  }

  .unpause, .repurchase {
    z-index: 1;
    width: 80%;
    margin: 0 20px;
    position: relative;
  }

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

  .image-45 {
    height: auto;
    max-height: none;
  }

  .div-block-168 {
    border-radius: 16px;
  }

  .install-page {
    left: 0%;
    right: 0%;
  }

  .install-modal {
    width: 85%;
  }

  .text-block-131 {
    margin-bottom: 20px;
  }

  .div-block-171 {
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
  }

  .image-47, .image-48 {
    max-width: 50%;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .recommend {
    color: #818181;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Cabin Condensed, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
  }

  .email-login {
    min-width: 85%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .email-button {
    margin-top: 15px;
  }

  .text-span-22 {
    font-size: 12px;
  }

  .pause-menu2 {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    background-color: #0000;
    padding-bottom: 60px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    bottom: 0;
  }

  .pause-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 65%;
    display: flex;
    position: absolute;
    bottom: 63px;
  }

  .div-block-172 {
    align-items: center;
    width: 100%;
  }

  .image-49 {
    max-width: 138%;
  }

  .phone-label {
    color: #ffffffc7;
    white-space: nowrap;
    margin-top: -10px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 10vw;
    line-height: 9vw;
    top: 51%;
  }

  .top-title-phone {
    color: #fff;
    max-width: 90%;
    margin-top: auto;
    font-family: Luckiest Guy, sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    position: relative;
    inset: auto;
  }

  .div-block-173 {
    grid-row-gap: 2px;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
    position: absolute;
    top: 0;
  }

  .div-block-174 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .list-bottom {
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .product-list-button {
    text-align: center;
    text-shadow: 0 1px 1px #000;
    white-space: nowrap;
    background-color: #a189d3;
    border-radius: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: .8em;
  }

  .list-yours {
    background-color: #0000;
    background-image: linear-gradient(#00000045, #00000045);
    border-radius: 11px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    display: flex;
    top: 64%;
    box-shadow: 1px 3px 5px #0006;
  }

  .div-block-176 {
    transform-origin: 50% 0;
    width: 100%;
    margin-top: 0;
    display: flex;
    top: 10px;
    transform: translate(0, -35px)scale(1.5);
  }

  .list-top {
    font-size: 4.5vw;
    line-height: 4vw;
  }

  .list-text {
    grid-row-gap: 2px;
    align-items: flex-start;
  }

  .admin-choice {
    left: 0%;
    right: 0%;
  }

  .likes {
    justify-content: flex-start;
  }

  .likes.hide {
    display: none;
  }

  .like-alert {
    flex-flow: column;
    width: 100%;
  }

  .like-bg {
    position: fixed;
    inset: 0%;
  }

  .like-list {
    background-image: none;
  }

  .home-bg {
    opacity: 0;
  }

  .new-menu {
    width: 100%;
  }

  .menu-option.install {
    background-color: #151616;
  }

  .menu-option.hide {
    display: none;
  }

  .menu-option.menu-info {
    grid-row-gap: 11px;
    flex-direction: column;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .menu-text {
    white-space: nowrap;
  }

  .signup {
    white-space: nowrap;
    width: 80%;
  }

  .menu-toggle-button {
    background-color: #1fcee5;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .menu-venue {
    grid-column-gap: 6px;
    justify-content: flex-start;
  }

  .snooze-button {
    text-align: center;
    white-space: nowrap;
    background-color: #77efff;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    max-width: 25%;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 11px;
    display: flex;
  }

  .snooze-button.snooze-button-off {
    color: #3f3f3f;
    background-color: #fff;
  }

  .snooze-button-off {
    width: 100%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-187 {
    margin-top: 5px;
  }

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

  .manage {
    justify-content: center;
    min-width: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-23 {
    text-align: center;
    font-size: 20px;
  }

  .install-error {
    color: #383838;
    text-align: center;
    margin-top: 40px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 15px;
    position: relative;
  }

  .div-block-189 {
    position: absolute;
  }

  .text-block-145 {
    margin-top: 5px;
    font-family: Kalam, sans-serif;
  }

  .text-block-146 {
    color: #242424d6;
    font-size: 8vw;
    line-height: 32px;
  }

  .div-block-190 {
    width: 100%;
    height: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .gender-select-copy {
    width: 100px;
    height: 50px;
    margin-top: 0;
  }

  .delete-bottom {
    grid-column-gap: 12px;
  }

  .delete-text {
    font-size: 12px;
  }

  .deleted {
    left: 0%;
    right: 0%;
  }

  .div-block-193 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .code-button {
    background-color: #ebebeb;
    background-image: linear-gradient(#e0e0e0, #dadada);
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 6px 6px 13px #00000080;
  }

  .code-button.active {
    filter: none;
  }

  .code-send {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-28, .text-span-29 {
    font-size: 36px;
  }

  .text-block-149 {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #a3a3a3;
    font-size: 9vw;
  }

  .text-block-149.hooz-gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .text-block-149.hooz-gradient-text {
    -webkit-text-stroke-color: #d8d8d840;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 7vw;
    line-height: 7vw;
  }

  .div-block-201 {
    grid-row-gap: 5px;
    grid-template-rows: auto minmax(auto, 1fr) auto;
    height: auto;
    padding-bottom: 10px;
    display: flex;
  }

  .terms-privacyrtf {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-150 {
    font-family: Exo, sans-serif;
  }

  .checkbox-label-4 {
    color: #070707;
    text-shadow: none;
    margin-bottom: auto;
    font-size: 15px;
  }

  .install-option.install {
    background-color: #151616;
  }

  .install-option.hide {
    display: none;
  }

  .install-option.menu-info {
    grid-row-gap: 11px;
    flex-direction: column;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .menu-install-text {
    white-space: nowrap;
  }

  .app-google {
    margin-right: -20px;
    position: relative;
  }

  .social-logins {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    box-shadow: inset 0 2px 5px -5px #0003;
  }

  .text-block-152 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    font-family: Jockey One, sans-serif;
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-block-203 {
    grid-row-gap: 6px;
    align-items: center;
    width: 91100%;
    max-width: 100%;
    top: 40%;
  }

  .text-block-154 {
    white-space: nowrap;
  }

  .room {
    text-align: center;
    border-radius: 8px;
    min-width: 100px;
    max-width: 50%;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 13px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-155 {
    color: #0009;
    text-shadow: 3px 3px 4px #0003;
    margin-top: 15px;
    font-family: Jockey One, sans-serif;
    font-size: 30px;
    display: none;
    position: static;
  }

  .div-block-206 {
    grid-column-gap: 10px;
  }

  .like-button {
    justify-content: center;
    align-items: center;
    min-width: 31%;
    min-height: 100%;
    display: flex;
  }

  .like-fixed {
    width: 100%;
  }

  .like-intents {
    padding-right: 6px;
  }

  .auto-text {
    text-shadow: none;
  }

  .div-block-209 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #53535375;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0%;
  }

  .change-plan {
    z-index: 1;
    width: auto;
    margin: 0 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
  }

  .change-plan-box {
    z-index: 1;
    flex-direction: column;
    width: 80%;
    margin: 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .plan-amount {
    text-align: center;
    padding-bottom: 4px;
    padding-right: 0;
  }

  .newprop {
    z-index: 2;
    color: #000;
    text-align: left;
    background-color: #e0e0e0;
    background-image: none;
    border-color: #7e7e7ec9;
    width: auto;
    min-width: 57px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 3px 3px 5px;
    font-size: 16px;
    line-height: 16px;
    top: auto;
    bottom: auto;
    right: auto;
    box-shadow: 0 2px 5px #000;
  }

  .text-span-31 {
    font-size: 10vw;
  }

  .cartoon-text {
    z-index: 0;
    margin-bottom: 1px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .like-about-button.hide, .about-overlay.hide {
    display: none;
  }

  .like-about-text {
    font-size: 18px;
  }

  .div-block-211 {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
  }

  .text-block-161 {
    text-align: center;
    font-family: Jockey One, sans-serif;
    font-size: 3vh;
    line-height: 3vh;
  }

  .text-block-162 {
    font-family: Exo, sans-serif;
  }

  .image-53 {
    margin-top: -10vh;
    margin-bottom: 10px;
  }

  .text-block-163 {
    text-align: left;
    max-width: 90%;
    font-family: Exo, sans-serif;
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-213 {
    margin-bottom: -11px;
  }

  .lottie-animation-13 {
    width: 85%;
  }

  .lottie-animation-14 {
    margin-top: -5vh;
    margin-bottom: -5vh;
  }

  .div-block-215 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-164 {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    border-radius: 8px;
    min-width: 100%;
  }

  .image-54 {
    max-width: 80%;
    position: relative;
  }

  .image-55 {
    max-width: 90%;
  }

  .age-window {
    left: 0%;
    right: 0%;
  }

  .div-block-216 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-16 {
    text-align: center;
    min-width: 45%;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .div-block-219 {
    align-items: center;
    margin-top: -2vw;
  }

  .auto-login {
    border-radius: 40px;
    width: 88%;
    height: 11vw;
    margin-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 3.8vw;
    line-height: 20px;
  }

  .copy-token-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
  }

  .card-name-firstletter {
    bottom: auto;
  }

  .text-block-166 {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
  }

  .adult-on-date {
    font-size: 11px;
    line-height: 11px;
  }

  .div-block-220 {
    opacity: .86;
    padding-top: 0;
  }

  .image-56 {
    max-width: 66%;
  }

  .text-block-169 {
    text-align: center;
    font-size: 21px;
    line-height: 21px;
  }

  .quick-stack-2 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .greek-school-label {
    padding-bottom: 3px;
    font-size: 19px;
  }

  .text-block-171 {
    color: #4b4b4b;
    text-align: center;
    font-family: Droid Sans, sans-serif;
    font-size: 16px;
  }

  .form-block-9 {
    z-index: 2;
    flex-direction: column;
  }

  .form-10 {
    padding-bottom: 70vh;
  }

  .select-short {
    height: 30px;
    font-size: 10px;
    line-height: 10px;
  }

  .greek-contact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .greek-contact.hide {
    display: none;
  }

  .cell-3 {
    flex-direction: column;
  }

  .div-block-223 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .greek-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #b9b9b900;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: column;
    padding-bottom: 60px;
    position: fixed;
    box-shadow: 1px 0 7px 2px #00000080;
  }

  .cell-4 {
    justify-content: center;
  }

  .greek-new-button {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
  }

  .cell-5 {
    align-items: center;
  }

  .text-field-26 {
    margin-bottom: 0;
  }

  .cell-6 {
    align-items: center;
  }

  .contact-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
  }

  .greek-name, .contact-name {
    padding-left: 0;
  }

  .contact-source {
    text-align: center;
    width: auto;
    position: static;
  }

  .flex-block {
    align-items: flex-end;
  }

  .venuecode {
    margin-bottom: 0;
  }

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

  .select-field-7, .select-field-8 {
    width: 100%;
  }

  .action-label {
    font-family: Changa One, Impact, sans-serif;
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-225 {
    z-index: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000006b;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .send-link {
    text-align: center;
    border-width: 3px;
    border-color: #5f57fd;
    width: 100%;
  }

  .button-19 {
    box-shadow: none;
    color: #f8f8f8;
    text-align: center;
    text-shadow: none;
    background-color: #424242;
    border-radius: 0;
    justify-content: center;
    font-family: Exo, sans-serif;
    font-size: 15px;
    inset: auto 0% 0%;
  }

  .get-link {
    text-align: center;
    border-width: 3px;
    border-color: #ff92498f;
    width: 100%;
  }

  .button-20 {
    text-shadow: 0 1px 1px #000000a1;
    background-image: linear-gradient(192deg, #dfdfdf, #686868);
    border-width: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Exo, sans-serif;
    line-height: 18px;
    box-shadow: 0 2px 4px 2px #0003;
  }

  .send-code {
    white-space: nowrap;
  }

  .div-block-226 {
    width: auto;
  }

  .stripe-select {
    width: 100%;
  }

  .div-block-228 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .text-field-27 {
    text-align: center;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-229 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .div-block-230 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .image-58 {
    max-width: 48%;
  }

  .flex-block-2, .flex-block-3 {
    flex-direction: column;
  }

  .div-block-231 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .active-list-label {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 11px #2949ff, 0 1px 1px #000;
    background-color: #90a0fd00;
    width: auto;
    font-family: Droid Sans, sans-serif;
    font-size: 17px;
  }

  .flex-block-4 {
    background-color: #00000087;
  }

  .div-block-234 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .div-block-235 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .radio-button-field-2 {
    margin-bottom: 0;
  }

  .venue-line {
    box-shadow: 0 2px 4px #00000096;
  }

  .text-block-174 {
    margin-top: -21px;
  }

  .text-field-28 {
    width: 100%;
    margin-right: 10px;
  }

  .select-field-9 {
    width: 51px;
  }

  .custom-text {
    white-space: nowrap;
    padding-right: 5px;
    font-size: 16px;
  }

  .text-span-36 {
    font-size: 21px;
    line-height: 22px;
  }

  .div-block-237 {
    justify-content: center;
  }

  .checkbox-field-7 {
    margin-bottom: 20px;
  }

  .paywall-button {
    width: 70%;
    position: relative;
  }

  .paywall-label, .paywall-text {
    text-align: center;
  }

  .select-field-10 {
    margin-bottom: 10px;
  }

  .text-field-29 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .checkin-bubble-pay {
    position: absolute;
  }

  .alert-location {
    width: 100%;
  }

  .location-install {
    max-width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .location-install-text {
    font-size: 12px;
  }

  .profile-menu {
    margin-right: -20px;
    padding-right: 20px;
  }

  .profile-contain {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-239 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-240 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .inactive-list-label {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 11px #2949ff, 0 1px 1px #000;
    background-color: #90a0fd00;
    width: auto;
    font-family: Droid Sans, sans-serif;
    font-size: 17px;
  }

  .iframe {
    max-width: 100vw;
  }

  .input {
    min-width: 80%;
  }

  .input-2 {
    min-width: 50%;
  }

  .heading-7 {
    text-align: center;
    line-height: 35px;
  }

  .admin-pass-input {
    background-color: #c9c9c9;
  }

  .admin-pass-input:focus {
    background-color: #fff;
  }

  .explainer-delete {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .delete-email {
    text-align: center;
    margin-left: 0;
  }

  .delete-cancel {
    margin-right: 20px;
  }

  .text-span-39 {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-184 {
    text-shadow: 0 1px 9px #000000eb;
  }

  .div-block-243 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .social-login {
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-244 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-end;
  }

  .total-amount {
    pointer-events: none;
  }

  .text-block-188.hide {
    display: block;
  }

  .discount-holder {
    flex-flow: column;
    align-items: flex-end;
  }

  .div-block-246 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 8px;
    display: flex;
  }

  .quantity {
    background-color: #d4d4d4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inconsolata, monospace;
    box-shadow: inset 0 2px 5px #0003;
  }

  .discount-badge {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-248 {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
  }

  .disount-pay {
    background-color: #f7c171;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inconsolata, monospace;
    box-shadow: inset 0 2px 5px #0003;
  }

  .div-block-249 {
    order: 0;
    align-self: center;
  }

  .profile-cat-holder {
    width: 100%;
  }

  .profile-bottom-of {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 234px;
  }

  .name-label {
    margin-bottom: -4px;
    padding-left: 9px;
    text-decoration: none;
  }

  .app-livereload {
    margin-right: -20px;
    position: relative;
  }

  .reload-option.install {
    background-color: #151616;
  }

  .reload-option.hide {
    display: none;
  }

  .reload-option.menu-info {
    grid-row-gap: 11px;
    flex-direction: column;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .menu-reload-text {
    white-space: nowrap;
  }

  .text-block-190 {
    line-height: 1;
    position: static;
  }

  .div-block-251 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .text-block-191 {
    text-align: right;
    width: auto;
    max-width: 35px;
  }

  .eula-contain {
    background-color: #ffffff7d;
  }

  .eula-modal.expanded {
    width: 90%;
  }

  .text-block-192 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  .rich-text-block-3 {
    padding-left: 15px;
    font-size: 13px;
  }

  .eula-accept {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .text-block-193 {
    font-size: 13px;
    line-height: 14px;
  }

  .paragraph-5 {
    padding-left: 10px;
  }

  .applejs-login {
    max-width: 80%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .eula-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    box-shadow: 0 2px 12px 4px #000000e0;
  }

  .eula-top.expanded {
    width: 90%;
  }

  .text-block-196 {
    margin-top: 20px;
  }

  .text-block-196-copy {
    font-size: 32px;
  }

  .text-block-197 {
    text-align: center;
    padding-left: 20px;
    font-size: 16px;
  }

  .confirm-button {
    width: auto;
  }

  .confirm-button.ready {
    width: 100%;
  }

  .text-block-196-copy {
    margin-top: 20px;
  }

  .eula-top-button {
    margin-top: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-253 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .venuepagecenter {
    grid-template-rows: minmax(0, .4fr) auto minmax(15px, .25fr) auto auto minmax(5px, .25fr) auto auto minmax(20px, .5fr);
    width: 100%;
    left: 0%;
    right: 0%;
  }

  .venuepagecenter.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: 45% 20% 35%;
    width: 100%;
  }

  .coc {
    font-size: 26px;
  }

  .image-65 {
    box-shadow: none;
    border-radius: 8px;
    width: 80%;
    max-width: none;
    max-height: 65px;
    display: block;
  }

  .image-65.hide {
    display: none;
  }

  .div-block-255 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .qr-apps {
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    align-items: center;
    width: 85%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .text-block-198 {
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 1px #000;
    line-height: 15px;
  }

  .recent-contain {
    width: 80%;
  }

  .recent-item {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .recent-text {
    text-align: left;
    padding-right: 5px;
    line-height: 14px;
  }

  .div-block-256 {
    max-width: 60vw;
  }

  .download-button {
    max-width: 50%;
  }

  .image-67 {
    max-width: 30%;
    position: absolute;
  }

  .image-68 {
    filter: grayscale();
    width: 100%;
    height: 50%;
  }

  .image-69 {
    filter: drop-shadow(0 2px 6px #000);
    max-width: 45vw;
    padding-top: 0;
  }

  .image-70 {
    border-radius: 0;
    width: auto;
    max-width: 40vw;
    max-height: 7vh;
    margin-bottom: 0;
    box-shadow: 0 5px 5px #0003;
  }

  .text-block-202 {
    color: #5931cf;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12vw;
    line-height: 6vw;
  }

  .text-block-202.hooz-gradient {
    color: #00000094;
    text-shadow: 0 1px 1px #0000000d;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-bottom: 3px;
    line-height: 12vw;
  }

  .lottie-animation-18 {
    height: auto;
    max-height: 20vh;
    margin-bottom: -9px;
    bottom: -1vh;
    left: 0;
    right: 0;
  }

  .text-span-42 {
    color: #2e2e2e;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-259 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #49494924;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    padding: 10px 2vh;
    box-shadow: inset 0 2px 5px #0003;
  }

  .div-block-260 {
    flex-flow: column;
    align-items: center;
    width: 80%;
  }

  .image-72 {
    height: auto;
    max-height: 30vh;
    margin-top: 0;
  }

  .image-68-copy {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .theme-logo {
    filter: drop-shadow(0 6px 2px #0000004a);
    max-width: 60vw;
  }

  .theme-logo.athlete {
    max-width: 75vw;
    padding-bottom: 20px;
  }

  .text-block-203 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }

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

  .body5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto 1.2fr 20vh;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .image-74 {
    width: 30px;
  }

  .gm-block {
    font-size: 13vw;
    line-height: 13vw;
  }

  .theme-people {
    margin-top: 0;
    line-height: 14px;
  }

  .theme-people.athlete {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 20px;
  }

  .text-block-207 {
    filter: grayscale();
    text-align: center;
  }

  .text-block-208 {
    text-align: center;
    line-height: 13px;
  }

  .text-block-209 {
    text-align: center;
    line-height: 14px;
  }

  .text-span-44 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .text-span-46 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-family: Changa One, Impact, sans-serif;
    line-height: 24px;
  }

  .text-block-211 {
    color: #e2e2e2;
    text-align: center;
    background-color: #000;
    background-image: none;
    border-radius: 13px;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 3px 20px 5px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .image-75 {
    z-index: 2;
    height: 65px;
    margin-top: 3px;
    display: block;
    position: absolute;
  }

  .image-76 {
    right: 10px;
  }

  .onboard {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: radial-gradient(circle at 50% 150%, #aaa, #000);
  }

  .onboard.hide {
    display: none;
  }

  .onboard-label {
    text-shadow: 0 3px 3px #000000c4;
    align-self: auto;
    font-size: 28px;
  }

  .onboard-name {
    color: #1d1d1d;
    text-shadow: 0 1px 1px #ffffffd9;
    padding-top: 4px;
    font-size: 32px;
  }

  .onboard-name::placeholder {
    color: #c9c9c9;
    text-shadow: 0 1px 1px #000000d9;
  }

  .form-block-10 {
    margin-top: -5px;
  }

  .onboard-box.bottom {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-262 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .onboard-button {
    border-color: var(--white);
    box-shadow: 0 2px 5px #0003;
  }

  .onboard-button.toggles {
    box-shadow: none;
    border-width: 1px;
  }

  .onboard-button.toggles.toggle {
    background-color: var(--white);
    background-image: none;
    box-shadow: 0 1px 4px #00000085;
  }

  .onboard-button-text {
    color: #fff;
    text-shadow: 0 1px 1px #000000c4;
    font-size: 18px;
    line-height: 16px;
  }

  .onboard-button-text.pressed {
    color: #000;
    text-shadow: none;
  }

  .onboard-button-text.toggles {
    color: #6b6b6b;
    text-shadow: none;
  }

  .onboard-showme {
    grid-column-gap: 10px;
    flex-flow: wrap;
  }

  .onboard-interested {
    grid-column-gap: 10px;
    grid-row-gap: 4px;
  }

  .button-25 {
    position: relative;
  }

  .button-25.min {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
    line-height: 7vw;
  }

  .onboard-photo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #8f78f0;
    background-image: none;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 8px 30px 8px 10px;
    font-family: Changa One, Impact, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    position: relative;
    box-shadow: 1px 3px 0 1px #6442f3;
  }

  .onboard-photo.waiting {
    text-shadow: none;
    box-shadow: 1px 3px 0 1px #686868;
  }

  .div-block-263 {
    width: 90%;
  }

  .onboard-about {
    z-index: 2;
    box-sizing: border-box;
    color: #a0a0a0;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    height: 100%;
    margin-top: 0;
    margin-right: -3px;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 13px;
    display: flex;
    position: relative;
    box-shadow: 1px 3px 0 1px #bdbdbd;
  }

  .onboard-about.content {
    background-color: #bdbdbd;
    background-image: linear-gradient(#fff, #fff0 42%), radial-gradient(circle at 50% 150%, #000000c7, #fff0);
  }

  .ob-photo-modal.full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff0;
    background-image: repeating-linear-gradient(0deg, #6e6e6ebd, #000);
    grid-template-rows: 1fr auto minmax(133vw, 60vh) auto auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-self: auto;
    justify-items: center;
    display: flex;
  }

  .ob-bg {
    filter: brightness(86%) blur(4px);
    background-image: radial-gradient(circle at 100% 0, #28ffff, #fff0 50%), radial-gradient(circle farthest-side at 0 0, #7e5bfc, #fff0 70%), linear-gradient(#fff0, #fff 73%), url('../images/duotone.webp');
    background-position: 0 0, 0 0, 0 0, 100% 0;
    background-size: auto, auto, auto, auto;
    position: fixed;
    inset: 0%;
  }

  .ob-aboutme {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #ffffff3b;
    background-image: none;
    width: 90%;
    transform: translate(0, 100%);
  }

  .text-block-214 {
    text-align: center;
    background-color: #d3d3d3;
    width: 90%;
  }

  .ob-photo-hold {
    aspect-ratio: 2 / 3;
    width: 43vh;
    max-width: 90vw;
    height: 60vh;
    max-height: 60vh;
  }

  .ob-photo-button {
    width: 43vh;
    max-width: 90vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-266 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    width: 43vh;
    max-width: 90vw;
  }

  .green-toggle {
    text-shadow: 2px 3px 4px #2b2b2bc7;
    display: none;
  }

  .green-toggle.hide {
    filter: grayscale();
    display: none;
  }

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

  .div-block-269 {
    flex-flow: column;
    display: flex;
  }

  .text-block-216 {
    font-size: 10px;
    line-height: 10px;
  }

  .text-block-217 {
    text-align: left;
    white-space: nowrap;
    line-height: 15px;
  }

  .image-78 {
    filter: invert();
    display: block;
    position: absolute;
    inset: auto 0% auto auto;
    transform: rotate(180deg);
  }

  .venue-bg-2 {
    width: 100%;
    position: absolute;
  }

  .external {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    top: auto;
  }

  .external-close {
    text-align: center;
    margin-top: 10px;
  }

  .external-close.hide {
    display: none;
  }

  .external-close.no {
    background-color: var(--transparent);
    color: #acacac;
    background-image: none;
    height: 24px;
    margin-top: 0;
  }

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

  .div-block-270 {
    width: 90vw;
    height: 120vw;
    max-height: 50vh;
  }

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

  .qr-again {
    grid-column-gap: 0px;
    border: 3px solid #bebebe;
    border-radius: 12px;
    justify-content: center;
    width: auto;
    min-width: 50px;
    min-height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto;
    box-shadow: 2px 9px 11px -4px #00000087;
  }

  .image-81 {
    min-width: 40px;
    min-height: 40px;
  }

  .lottie-animation-19 {
    overflow: hidden;
  }

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

  .div-block-272 {
    flex-flow: column;
    display: flex;
  }

  .install-venue {
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
  }

  .install-venue-text {
    color: #fff;
  }

  .fastlink-upper {
    margin-top: 0;
  }

  .fastlink-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .external-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100vw;
  }

  .fastlink-button {
    border-radius: 40px;
    width: 80%;
    height: 11vw;
    font-size: 3.8vw;
    line-height: 20px;
  }

  .text-span-50 {
    font-size: 11px;
    font-style: italic;
  }

  .text-block-230 {
    font-size: 15px;
  }

  .install-wrap {
    width: 90%;
    max-width: 300px;
  }

  .div-block-273 {
    width: 90%;
  }

  .div-block-274 {
    height: 100dvh;
  }

  .image-83 {
    object-fit: cover;
  }

  .text-block-232 {
    text-align: center;
    font-size: 16vw;
    line-height: 13vw;
  }

  .logo-housing {
    width: auto;
    max-width: 65vw;
    height: auto;
    max-height: 85%;
    display: block;
    position: relative;
    inset: auto auto 10px;
  }

  .div-block-275 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
  }

  .housing-body {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: .5fr auto auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    height: 100dvh;
    padding: 40px 20px 20px;
    display: grid;
  }

  .text-block-233 {
    text-align: center;
    font-size: 7vw;
    line-height: 6vw;
  }

  .steps-housing {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 12vw;
    line-height: 13vw;
    text-decoration: underline;
  }

  .div-block-277 {
    background-color: #0000002b;
    border-radius: 15px;
    width: 95%;
    padding-bottom: 20px;
    position: relative;
  }

  .image-84 {
    order: -1;
    display: none;
  }

  .greek-meet-bg {
    background-position: 0 0, 50%;
    width: 100%;
    position: fixed;
  }

  .custom-window {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 60px;
  }

  .custom-checkout {
    margin-left: 0;
  }

  .text-block-239 {
    margin-bottom: 5px;
  }

  .custom-intent {
    width: auto;
  }

  .text-block-240 {
    width: 80%;
  }

  .custom-about {
    width: 90%;
    height: 120px;
    min-height: 120px;
    margin-top: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .custom-button {
    width: 50%;
  }

  .div-block-280 {
    padding-top: 10px;
  }

  .text-span-54 {
    margin-top: -5px;
    line-height: 23px;
  }

  .div-block-281 {
    width: 100%;
    margin-top: -3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-pref {
    width: auto;
  }

  .phone-desk {
    margin-top: 7.5%;
    transform: skew(1deg, -1deg)rotate(-1deg);
  }

  .div-block-282 {
    background-image: radial-gradient(circle at 100% 100%, #fff, #fff0 13%), radial-gradient(circle at 100% 100%, #868686 7%, #fff0 45%), radial-gradient(circle at 50% 100%, #fff 53%, #fff0);
  }

  .text-block-241 {
    background-color: #ffffff7d;
    background-image: radial-gradient(circle at 100% 300%, #3333339e, #fff0 54%), radial-gradient(circle at 0 -200%, #0000008c, #fff0 63%);
    border: 1px solid #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 6vw;
    line-height: 5vw;
  }

  .div-block-283 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-284 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 20vw;
    overflow: visible;
  }

  .link-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .update-body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle closest-corner at 50% 100%, #eee, #fff0 61%), linear-gradient(#fff 52%, #888);
    grid-template-rows: 1fr auto 1.2fr 20vh;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-286 {
    padding-bottom: 15px;
  }

  .download-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle closest-corner at 50% 100%, #eee, #fff0 61%), linear-gradient(#fff 52%, #888);
    grid-template-rows: 1fr auto 1.2fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
  }

  .checkin-people {
    width: 100vw;
  }

  .div-block-289 {
    padding-bottom: 40px;
  }

  .text-block-243 {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: capitalize;
    text-shadow: 0 2px #585858, 0 0 8px #00000096;
    font-family: Exo, sans-serif;
    font-size: 6vw;
    font-weight: 700;
    line-height: 6vw;
  }

  .div-block-290 {
    display: none;
  }

  .yes-thumb {
    left: calc(50vw - 50px);
  }

  .yes-thumb.hide {
    margin-top: auto;
  }

  .div-block-291 {
    padding-top: 20px;
  }

  .manage-orient, .manage-orient.show {
    display: none;
  }

  .payoverlay {
    background-color: #262525de;
    justify-content: space-around;
    align-items: flex-start;
  }

  .div-block-292 {
    flex-flow: column;
  }

  .multiplier {
    width: 50%;
    margin-right: 0;
  }

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

  .pay-amount {
    width: 100%;
    margin-right: 0;
  }

  .paywall-discount, .paywall-text-time {
    text-align: center;
  }

  .chkn-btn-holder {
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .checkin-start-btn-text {
    z-index: 1;
    text-align: right;
    font-size: 8vw;
  }

  .flex-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-end;
  }

  .load-people {
    max-width: 136%;
  }

  .load-title {
    color: #fff;
    text-shadow: 0 1px 12px #fff;
    font-family: Jockey One, sans-serif;
    font-size: 9vw;
    font-style: italic;
    line-height: 8vw;
    text-decoration: none;
  }

  .text-span-57 {
    color: #acacac;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    font-family: Kalam, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
  }

  .image-88 {
    width: 200%;
    max-width: 200%;
  }

  .image-90 {
    max-width: 96%;
    margin-top: -6vw;
    margin-bottom: -9vw;
  }

  .text-block-248 {
    line-height: 15px;
  }

  .image-91 {
    max-width: 69vw;
    height: 30vw;
    position: relative;
    top: 24vw;
  }

  .center-search {
    width: 100%;
  }

  .text-block-251 {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
    display: none;
  }

  .venue-load, .profile-cat-holder-old {
    width: 100%;
  }

  .flex-block-13 {
    padding-right: 20px;
  }

  .flex-block-14 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .large-holder {
    background-color: #000000a3;
    overflow: visible;
  }

  .checkin-btn-large {
    margin-right: 0;
    transform: translate(0, 25px);
  }

  .image-92 {
    max-width: 80vw;
    margin-top: -7vw;
    margin-bottom: -4vw;
  }

  .image-93 {
    max-width: 60vw;
  }

  .phone-theme {
    width: 50%;
    max-width: none;
    top: auto;
    bottom: 20vw;
  }

  .hub-button {
    height: 40px;
  }

  .div-block-294 {
    width: 80%;
  }

  .flex-block-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .sort-button {
    filter: grayscale();
    width: 100%;
    max-width: 250px;
  }

  .sort-button.custom-select {
    filter: grayscale();
    box-shadow: inset 0 2px 5px #00000054;
  }

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

  .div-block-295 {
    background-image: radial-gradient(circle at 0 100%, #c0bfbb, #fff);
    width: 80%;
    padding-top: 15px;
  }

  .flex-block-18 {
    transform: scale(.8);
  }

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

  .div-block-297 {
    width: 90%;
  }
}

#w-node-bea77035-7901-b99a-52aa-d14f843ac980-ab280de4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8350062d-a280-cce4-fa35-c981998a9a56-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9adf2a9a-503e-a243-d0fd-4fe31e30abbc-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6e4a9b29-b0ef-609d-5fb9-7bb77d10825f-ab280de4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0795769f-2a8f-c929-ac5a-0fcf754847aa-ab280de4 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_6e4a9b29-b0ef-609d-5fb9-7bb77d108264-ab280de4 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
}

#w-node-_6e4a9b29-b0ef-609d-5fb9-7bb77d108266-ab280de4 {
  grid-area: 2 / 1 / 3 / 4;
  place-self: end center;
}

#w-node-_6e4a9b29-b0ef-609d-5fb9-7bb77d108267-ab280de4 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-aa96d50f-e534-9266-ffea-77a04db95ef8-ab280de4, #w-node-_6dfa214f-aa84-8285-a6d4-56e8ab419aa8-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6dfa214f-aa84-8285-a6d4-56e8ab419aa3-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-cedacf78-a198-a426-2ef0-2e52300148f3-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cedacf78-a198-a426-2ef0-2e52300148f4-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_91dd79f3-de5f-fef5-2892-7ddd872e0b32-ab280de4, #w-node-_91dd79f3-de5f-fef5-2892-7ddd872e0b2d-ab280de4, #w-node-_4106432d-e818-1d77-73ec-4d37a6beafbd-ab280de4, #w-node-_4106432d-e818-1d77-73ec-4d37a6beafbe-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0713f39-516a-435d-ce0a-37b719c9f25e-ab280de4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f0713f39-516a-435d-ce0a-37b719c9f25f-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b633867c-a278-ddce-be79-bac31676ce5e-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_71a7a004-0de3-bf75-5747-0edf4a97d1e9-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

#w-node-acc008ce-9c03-9e9e-f9bd-08f6db65b304-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_6284b3b0-f084-9f8d-64c0-81689904ed91-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e5d8cab5-9d14-1fe1-ee3a-07ef6fd11816-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38b91394-1537-2891-5de9-91af199be3d0-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#mainCard.w-node-a05c4448-3bfc-0df9-dc77-e1ba76d8cd27-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_4288d020-5777-7215-e421-62201ea91304-ab280de4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a8454083-0b68-987a-69d4-b3b28712c427-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_511b4040-fd38-6a1c-e607-97bbd4b26923-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

#w-node-_5f0c8ce3-c0f2-24d6-f8c7-598cd833e9d4-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5953148d-4956-932b-38af-e91dc6f2addd-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_2d7ecb0c-dff5-ecf5-649e-0588ce801415-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_228bfb02-5546-e400-45f3-1dc652cf2363-ab280de4, #w-node-f262b503-4135-20a4-e2d6-ad038f61e10f-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ceae45e8-81b2-a50e-c053-ce340b2ad727-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-dce9cd77-fc3f-34fc-f2ef-0f695e59002f-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-dce9cd77-fc3f-34fc-f2ef-0f695e590030-ab280de4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c805d210-31e7-9fd4-f138-4fd91c117ea6-ab280de4 {
  grid-area: 2 / 2 / 3 / 3;
}

#chat-now.w-node-_30b57acb-3e93-4a30-649c-95a9500f86c4-ab280de4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#keep-going.w-node-_2504cc40-bad3-e076-3981-230e3e1e06fc-ab280de4 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center start;
}

#w-node-_7931fe40-96e3-16e4-1ce0-47b8e18d59fb-ab280de4, #w-node-_7931fe40-96e3-16e4-1ce0-47b8e18d59fc-ab280de4, #w-node-_2d359f69-e52d-3c82-3247-66f508ab4f58-ab280de4, #w-node-_2d359f69-e52d-3c82-3247-66f508ab4f53-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d0c4cbb-4196-277c-a788-2ccc786d88bb-ab280de4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_94d4a0e7-c066-563a-c3a4-c1a57703fe0e-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_28931d6d-bf87-fd11-0e1e-a752f620ff58-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_1059a569-aa41-fa94-bcf4-e7e6e2a4e715-ab280de4 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_82b6cb65-6bdb-963b-f300-236b94bcb9cd-ab280de4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end center;
}

#w-node-_23a20eea-3f7a-f58f-19bf-89866958ecdf-ab280de4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f7e09da3-1153-53b3-1ad1-ef4a62baeb36-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_4812479c-4a19-79e5-bbd2-0a216ad99a2e-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_163e4966-6e16-5639-6fa0-c8c76adb0d7f-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#checkin-text.w-node-_7cfb49dd-974c-d589-632d-76213e6e1970-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d47aabc4-b1eb-960d-ef2e-36dae784c20a-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: center;
}

#w-node-e1d1542f-a93b-0eac-a7d6-4bfa4994d500-ab280de4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_0a06fb4b-971a-049b-0c1c-54017958fcc4-ab280de4 {
  grid-area: 2 / 3 / 4 / 5;
  justify-self: center;
}

#w-node-_0a06fb4b-971a-049b-0c1c-54017958fcc5-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_0a06fb4b-971a-049b-0c1c-54017958fcc6-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_0a06fb4b-971a-049b-0c1c-54017958fcc8-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#checkin-text.w-node-_0a06fb4b-971a-049b-0c1c-54017958fcc9-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a06fb4b-971a-049b-0c1c-54017958fccb-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: center;
}

#w-node-b2546f9f-c766-807b-5f26-2f37de4d3198-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f8bc2382-0575-09ed-ad13-9b15a9212254-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace79-ab280de4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace84-ab280de4 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: start;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace86-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace89-ab280de4 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace8b-ab280de4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end center;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace8c-ab280de4 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-b122f57a-e504-e546-486d-5f7c039ace93-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_7c4f97a4-bf9b-8115-dba3-bf10257bfbfa-ab280de4, #w-node-b122f57a-e504-e546-486d-5f7c039acea7-ab280de4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c4e70ec3-23e5-dc2a-7819-a32591bb426e-ab280de4 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: end;
}

#w-node-c4e70ec3-23e5-dc2a-7819-a32591bb426f-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-c4e70ec3-23e5-dc2a-7819-a32591bb4271-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#checkin-text.w-node-c4e70ec3-23e5-dc2a-7819-a32591bb4272-ab280de4, #w-node-b4e5ed93-1743-55de-c9a5-f8af2f620c6e-ab280de4, #w-node-b4e5ed93-1743-55de-c9a5-f8af2f620c76-ab280de4, #w-node-b4e5ed93-1743-55de-c9a5-f8af2f620c7c-ab280de4, #w-node-b4e5ed93-1743-55de-c9a5-f8af2f620c7d-ab280de4, #w-node-_253e143e-30e4-83e8-714b-e7f467467b44-ab280de4, #w-node-_253e143e-30e4-83e8-714b-e7f467467b3f-ab280de4, #w-node-_420c2af5-5894-ec7a-d994-0ec16e30d7ce-ab280de4, #w-node-_420c2af5-5894-ec7a-d994-0ec16e30d7c9-ab280de4, #w-node-_9d4066a3-f9aa-07d7-355d-771bfae8953c-ab280de4, #w-node-_9d4066a3-f9aa-07d7-355d-771bfae8953f-ab280de4, #search-icon.w-node-_6a1d51fa-1fab-64f6-28ee-b7439dccc0c1-ab280de4, #w-node-_6a1d51fa-1fab-64f6-28ee-b7439dccc0c6-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe8c6b1e-f14b-1b69-22c9-59b7a9dbb0ef-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#like-none.w-node-c8a8071e-9f99-7f6f-7a79-b9235907a8d3-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#like-waiting.w-node-fc61542a-40e6-f587-7c60-c7d355385e7a-ab280de4, #w-node-_888acc8f-6df5-49b6-ca52-9d25f0b3f702-ab280de4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d22bc022-c233-3847-bd64-5fdf70eae329-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_916d3d34-c35a-f46c-4402-921ce2617309-ab280de4, #w-node-_24919d3e-ccee-bba5-fb55-979bd1d3df61-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-efd134ed-f361-d013-4c2f-c9a2f0e9b917-ab280de4, #w-node-_875d482b-4c46-63a8-4cee-00c81df36b43-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1314822f-8925-bdce-77f6-01fee0c6ffe0-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d3acf2dd-58cb-234a-739c-4d9bea1052e8-ab280de4 {
  align-self: center;
}

#w-node-d3acf2dd-58cb-234a-739c-4d9bea1052e2-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d3acf2dd-58cb-234a-739c-4d9bea1052fa-ab280de4, #w-node-d3acf2dd-58cb-234a-739c-4d9bea1052f7-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_45e59704-97b3-958b-2004-d55f45d8689b-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_81de735a-2b22-1094-fec3-317f445cfd99-ab280de4, #w-node-_2c1ceea5-2e39-2631-ac9c-b59b7d7279c7-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_790645a5-4aca-3a8b-34ca-d1177a629643-ab280de4 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_78b53221-c235-c611-0e3e-9517539f86f6-ab280de4 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: end;
}

#w-node-e010b820-9508-7188-59a5-cbb01c9615e0-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_51cd6342-811e-efba-6a9e-21e7c56bea8e-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_887b6b1b-9bc1-049f-ec9d-e292d0b90f4d-ab280de4 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_1bb94865-3cae-8d16-f4c1-672aad209d46-ab280de4 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_4aea1456-cabf-54cc-3c31-028b268241fb-ab280de4 {
  grid-area: 1 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-_770de44d-d6e3-6653-bcec-6ac72065e97d-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27102ed3-a522-05cc-5d13-ea226fee8c17-ab280de4 {
  align-self: auto;
}

#w-node-_748065ab-aedf-5f67-a76b-b76418748636-ab280de4, #profile-name.w-node-_0f648cb1-e50b-5b76-0014-f2a78e6e1a35-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e53e15b5-ba94-3d6a-6b0f-8cffc9b25267-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_2f83520d-cb54-33a0-c4ff-93180a9c0228-ab280de4, #w-node-_2f83520d-cb54-33a0-c4ff-93180a9c022c-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08e02fd5-a74d-552e-df8c-d29b79bb8715-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_58b0721f-ddd1-4724-47c6-5fb333ef95af-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8b056a2-d129-a0fa-8802-35043001b04e-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-c2c5b698-d7c9-7e52-1d32-019247734ac8-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_744f93d8-277f-c971-ec32-124614266b61-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_744f93d8-277f-c971-ec32-124614266b62-ab280de4, #w-node-_3cf31e72-6d1d-332a-d351-5760d300cde4-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7804a3f-9180-ee88-3cea-ede5a8560474-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_6a0356a0-7118-cc4e-8910-ebe1063bfa63-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1463ea3e-8742-05bb-dc26-48fd29ec2cd3-ab280de4 {
  grid-area: 1 / 3 / 2 / 4;
}

#email-form-5.w-node-_88e57fd7-44b2-1025-4019-fe10b9e6c088-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_4c4201c2-a854-58df-45d9-45ec4fe67245-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d447a75-fd68-a9f2-311c-d2bffa15d693-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30e4841f-f855-03d3-1ec9-6ad56682d2af-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#krustya.w-node-_2466c048-02d6-05f7-1738-04e552218111-ab280de4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-b238ad61-eeeb-e93c-2bf4-bf59c33c468c-ab280de4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0955efb7-d376-4a21-a660-990344f98a38-ab280de4 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-fb9c18d9-82f6-26f5-aa66-9fbf8f573867-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5425c98f-05c6-2194-e3f3-8848c6269bd8-ab280de4, #w-node-d865d2a8-9994-c43e-ba14-17aa6488037b-ab280de4, #w-node-f39585d4-74e4-a30e-2f02-2fe43a4b4490-ab280de4, #w-node-_5c5a080c-45ce-1645-0841-4b6a33f43416-ab280de4, #w-node-daeed26d-c376-32fa-eab3-c56205fefadd-ab280de4, #w-node-_15e843da-4700-e496-2a0d-95a718a59242-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d39de4-c12c-6a79-0535-2dec985c60c1-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0e0f9ce1-cf04-787a-a8f2-1140c1230e64-ab280de4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: start;
}

#w-node-cad1c124-f0cf-8f64-3e4f-5630fa2e39f4-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#signinbox.w-node-_9f6d5aba-47fc-2d00-eabc-f6d9044e6fb5-ab280de4 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-bf775cc1-ef6b-ebef-ef55-b492dc10616b-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf775cc1-ef6b-ebef-ef55-b492dc106170-ab280de4, #w-node-bf775cc1-ef6b-ebef-ef55-b492dc106176-ab280de4, #w-node-bf775cc1-ef6b-ebef-ef55-b492dc10617f-ab280de4, #w-node-b2cb1ae6-1e96-fa8a-1a71-690e94da5da7-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac2e5496-9ef6-722f-bcd0-ae62886462db-ab280de4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ce06c06-290a-b5b3-173e-d0412f62894e-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc9a65ee-304b-b34c-5060-61973017a86f-ab280de4 {
  align-self: end;
}

#w-node-d78ce0d4-8c2d-0940-e842-0cf81aafbf57-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_304c95ea-b592-7c96-0fbd-be4eb637ddc9-ab280de4 {
  align-self: end;
}

#w-node-d4855455-d563-b93e-f111-1dc6524c87d2-ab280de4, #w-node-_7053bdd2-2cf2-0bbf-2a4d-62dc765c6325-ab280de4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ee3f89a-3c0b-ad69-8564-83b4f74de5f2-ab280de4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0abc8f2e-1777-f6e0-1273-d398a7ad1b2b-c7280dea, #w-node-_0abc8f2e-1777-f6e0-1273-d398a7ad1b2e-c7280dea {
  justify-self: start;
}

#placeEntry.w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359521-c7280dea, #w-node-_32834b41-7930-4463-9d88-470a0ce9a3ef-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1122d6a-ff81-ed19-cbdd-e622d2f762cf-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-fc9478b1-c5a7-c6d0-613c-6ae99842da44-c7280dea {
  justify-self: end;
}

#w-node-_9aa78181-3581-83e7-fcff-d269450c01ff-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-afa58ec1-4127-451b-fd5e-94388f61bf48-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4077a396-2719-e040-fe42-b63219f995b6-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c6198562-2e7d-e137-2153-5d92d1ee4f4d-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359531-c7280dea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359539-c7280dea {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56edf6e8-5b12-a4b3-ed29-32f585ba4299-c7280dea {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_62e0d023-d852-1721-7537-9215ec5dffd2-c7280dea {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359535-c7280dea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4c47e9c-c2d5-fc73-6bff-a081b235953d-c7280dea {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_07ff0631-9c95-f7e4-5793-c24b102d01c7-c7280dea {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_322cf452-9215-f0bd-1ef3-f329fcd9ec9d-c7280dea {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-bbdabca6-27fe-6743-529d-3185c55e6a2d-c7280dea {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_51cf4b01-0fd2-ba00-120a-b0225fe9d7bc-c7280dea {
  grid-area: 4 / 2 / 5 / 3;
  align-self: auto;
}

#w-node-_54107d72-31fa-2d99-4283-a33b7ed81a8d-c7280dea {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-e6de75a9-21a0-b922-911c-1826e5c79828-c7280dea, #w-node-e529d5f1-c98e-0721-6f4e-de54e85f8c8a-c7280dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df69dc9d-bd5d-1071-faf0-16db7688cd09-c7280dea {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_9ad14e25-a827-0903-b337-e76a01afa857-c7280dea {
  grid-area: 5 / 2 / 6 / 3;
  align-self: end;
}

#w-node-_33b52701-d777-aeff-2fda-8389387241f6-c7280dea {
  grid-area: 7 / 2 / 8 / 3;
  align-self: auto;
}

#w-node-a1d6ea17-48da-ee95-4d29-a23900cd7f27-c7280dea, #stripeProducts.w-node-_446acd5c-c312-81d7-1a73-870dea8987e0-c7280dea, #price-text.w-node-f8ef83fe-ec07-64fa-0409-3951ab564474-c7280dea, #stripeSelect.w-node-_33b28651-08d5-76f5-1966-bb7f2c4c22c0-c7280dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b24a47d-c91c-2e8f-36bb-d75dfa3af60e-c7280dea, #total-holder.w-node-_661a6511-b3db-1e97-eb03-8e2f1f9624c8-c7280dea {
  place-self: auto end;
}

#w-node-_12f4989b-881f-f103-7711-07406dca5d9c-c7280dea, #w-node-_45fc497e-5d13-cf44-07e5-4ad2aefdd6f0-c7280dea, #w-node-e98052a0-8d34-3ba6-5a04-8b6eb8809398-c7280dea, #stripeTrial.w-node-_4570b61d-1f70-8915-1dd6-18a46300d98a-c7280dea, #w-node-_1351bb4b-890e-15a5-f979-21e4ba12b988-c7280dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#stripeID.w-node-_38d29da0-8e74-edfa-4123-6af02983f4ac-c7280dea {
  grid-area: 5 / 1 / 6 / 2;
}

#stripe-email.w-node-_091cf1ba-0c01-bd8e-0331-4429f434765b-c7280dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#transfer-button.w-node-_7cfcf605-7b2e-1aa7-92d8-932c2bc11fed-c7280dea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#typeF.w-node-fde7dfe0-af7a-85a0-4e92-dd928c9e8b88-fc280dec, #w-node-_58f73dc4-0663-94a3-345b-1ba779af5234-fc280dec, #descriptionF.w-node-fde7dfe0-af7a-85a0-4e92-dd928c9e8b86-fc280dec, #durationF.w-node-fde7dfe0-af7a-85a0-4e92-dd928c9e8b8a-fc280dec, #backtime.w-node-_40a50f40-060f-93b9-5fee-dd3a56d89a81-fc280dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#shareF.w-node-_52c85bdb-5d2c-ad27-2c9d-cc1b93565cbb-fc280dec {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_448ddcf3-89ca-bdff-3006-5eac80cbe8f0-fc280dec {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: center;
}

#locationF.w-node-c533af16-d376-252d-da48-5f4668e9bd61-fc280dec {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_23b2e520-c4b6-927e-b081-d98f375f7a19-fc280dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#passcode-label.w-node-_05ca39d1-596c-e322-ea28-eb718ae32944-fc280dec {
  grid-area: 12 / 1 / 13 / 2;
  align-self: start;
}

#w-node-_3a107df4-9e8c-95fd-6d5c-e576f55cda4e-fc280dec {
  grid-area: 8 / 1 / 9 / 2;
  align-self: start;
}

#w-node-_20aeb0cf-6a39-3b52-be30-387ace84d6aa-fc280dec {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_5585c18b-6e76-5f71-7a89-125e464c02ca-fc280dec, #w-node-ed0c519b-f67d-fbb7-f4e9-ce7e40df25b1-fc280dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#passcode-box.w-node-e9e98955-ae3e-2d05-78db-be593971f2a0-fc280dec {
  grid-area: 10 / 2 / 11 / 3;
  justify-self: start;
}

#manage-sub.w-node-_9f275420-4b38-7dd1-48ac-a7fda5c3f6ba-fc280dec {
  grid-area: 11 / 2 / 12 / 3;
  justify-self: center;
}

#marketing.w-node-_1bae462c-ab8d-50b4-36bc-5c913eeff631-fc280dec {
  grid-area: 9 / 2 / 10 / 3;
  justify-self: center;
}

#category.w-node-c740b467-c6cf-559b-6c05-249a07a7a6c7-fc280dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d92680a-8269-b0be-12c8-60a0a0a8a4c3-fc280dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ab8d01b9-010b-6c2e-b5a8-a069bfd684ac-fc280dec {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_148162ae-4c59-72a2-a836-1d81913c8daf-fc280dec {
  grid-area: 2 / 1 / 3 / 4;
  justify-self: center;
}

#w-node-_5334d51d-40f4-f0db-b7da-5a41da73705f-fc280dec {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#top-image.w-node-_4eb25a6e-e7cc-eed2-0126-954d345a158f-76280dee {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_43543ca4-73f1-caec-f475-a0396a0a3e03-76280dee {
  align-self: end;
}

#w-node-_6b4d5678-98ac-3e01-030e-7f7a6826b7f9-76280dee {
  align-self: start;
}

#w-node-f61ef6f8-59b9-b034-8e9b-616430fbb8ff-76280dee, #w-node-f61ef6f8-59b9-b034-8e9b-616430fbb901-76280dee {
  justify-self: center;
}

#userapp.w-node-_7a8211b7-c103-3dd6-1b36-6a0e9a9e04dc-76280dee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6fc3f2aa-7bfb-07ce-ba3a-5b544ad63660-76280dee {
  align-self: center;
}

#email-form-4.w-node-_1b0b8518-631a-b78c-43fc-0d9058daf1bf-76280dee, #autocomplete.w-node-_3635e47e-3d02-0afd-eba6-038752c14844-76280dee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ffe8da2-c12f-1345-ec28-e1ff91059b26-76280dee {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-fefbdf6b-d461-81e5-43dc-d3da1fb2a35d-76280dee {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}

#pay-desc.w-node-_5086c214-f421-52f9-4c83-c6df6c8fbf2b-76280dee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_24becbe9-36f8-0dd4-92ea-2e70d08d01e0-76280dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5e5bba0-4750-345e-8f5f-1267c5856858-76280dee {
  justify-self: end;
}

#w-node-_4d2018df-62e1-c775-b02e-117ed6f34986-9e0e1229 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 3fr;
}

#greek-org.w-node-d4c8dc4b-c67f-67b1-83cd-ee82e15018a7-9e0e1229, #greek-first-name.w-node-_1422ed39-13c6-e810-9d92-1865d00d16ca-9e0e1229, #greek-last-name.w-node-_876cd568-409e-aff8-834d-d38500a1c0d6-9e0e1229, #greek-add-contact.w-node-_9c92e953-e34b-6c21-a07a-cd1fe89e821d-9e0e1229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-bea77035-7901-b99a-52aa-d14f843ac980-ab280de4, #w-node-_8350062d-a280-cce4-fa35-c981998a9a56-ab280de4 {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bea77035-7901-b99a-52aa-d14f843ac980-ab280de4 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_8350062d-a280-cce4-fa35-c981998a9a56-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6284b3b0-f084-9f8d-64c0-81689904ed91-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-dce9cd77-fc3f-34fc-f2ef-0f695e59002f-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9adf2a9a-503e-a243-d0fd-4fe31e30abbc-ab280de4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bf775cc1-ef6b-ebef-ef55-b492dc10616b-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ac2e5496-9ef6-722f-bcd0-ae62886462db-ab280de4 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9adf2a9a-503e-a243-d0fd-4fe31e30abbc-ab280de4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6284b3b0-f084-9f8d-64c0-81689904ed91-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-e5d8cab5-9d14-1fe1-ee3a-07ef6fd11816-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38b91394-1537-2891-5de9-91af199be3d0-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #mainCard.w-node-a05c4448-3bfc-0df9-dc77-e1ba76d8cd27-ab280de4, #w-node-a8454083-0b68-987a-69d4-b3b28712c427-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_511b4040-fd38-6a1c-e607-97bbd4b26923-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start end;
  }

  #w-node-f4d6b487-9c67-f9da-4b5a-a4a30076fe11-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d7ecb0c-dff5-ecf5-649e-0588ce801415-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-dce9cd77-fc3f-34fc-f2ef-0f695e59002f-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c805d210-31e7-9fd4-f138-4fd91c117ea6-ab280de4 {
    place-self: center;
  }

  #w-node-_4d000a78-ae7b-4d70-fdc9-48b66b118751-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3acf2dd-58cb-234a-739c-4d9bea1052e8-ab280de4 {
    align-self: center;
  }

  #w-node-_748065ab-aedf-5f67-a76b-b76418748636-ab280de4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #profile-name.w-node-_0f648cb1-e50b-5b76-0014-f2a78e6e1a35-ab280de4 {
    justify-self: auto;
  }

  #w-node-_6d447a75-fd68-a9f2-311c-d2bffa15d693-ab280de4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #krustya.w-node-_2466c048-02d6-05f7-1738-04e552218111-ab280de4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b238ad61-eeeb-e93c-2bf4-bf59c33c468c-ab280de4 {
    align-self: end;
  }

  #w-node-_0955efb7-d376-4a21-a660-990344f98a38-ab280de4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-fb9c18d9-82f6-26f5-aa66-9fbf8f573867-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d865d2a8-9994-c43e-ba14-17aa6488037b-ab280de4, #w-node-_15e843da-4700-e496-2a0d-95a718a59242-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d39de4-c12c-6a79-0535-2dec985c60c1-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_0e0f9ce1-cf04-787a-a8f2-1140c1230e64-ab280de4 {
    grid-row: 3 / 4;
    align-self: start;
  }

  #w-node-bf775cc1-ef6b-ebef-ef55-b492dc10616b-ab280de4 {
    grid-column: 2 / 3;
  }

  #w-node-bf775cc1-ef6b-ebef-ef55-b492dc10616e-ab280de4, #w-node-_003944f5-fc74-5e08-ca53-8e932cbad391-ab280de4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_304c95ea-b592-7c96-0fbd-be4eb637ddc9-ab280de4 {
    align-self: end;
  }

  #w-node-_0abc8f2e-1777-f6e0-1273-d398a7ad1b2b-c7280dea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_0abc8f2e-1777-f6e0-1273-d398a7ad1b2e-c7280dea {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-fc9478b1-c5a7-c6d0-613c-6ae99842da44-c7280dea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359531-c7280dea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359539-c7280dea {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_56edf6e8-5b12-a4b3-ed29-32f585ba4299-c7280dea, #w-node-_62e0d023-d852-1721-7537-9215ec5dffd2-c7280dea, #w-node-a4c47e9c-c2d5-fc73-6bff-a081b2359535-c7280dea, #w-node-a4c47e9c-c2d5-fc73-6bff-a081b235953d-c7280dea, #w-node-_07ff0631-9c95-f7e4-5793-c24b102d01c7-c7280dea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_322cf452-9215-f0bd-1ef3-f329fcd9ec9d-c7280dea {
    grid-area: 5 / 1 / 8 / 3;
  }

  #w-node-bbdabca6-27fe-6743-529d-3185c55e6a2d-c7280dea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_51cf4b01-0fd2-ba00-120a-b0225fe9d7bc-c7280dea, #w-node-_54107d72-31fa-2d99-4283-a33b7ed81a8d-c7280dea, #w-node-e6de75a9-21a0-b922-911c-1826e5c79828-c7280dea, #w-node-e529d5f1-c98e-0721-6f4e-de54e85f8c8a-c7280dea, #w-node-df69dc9d-bd5d-1071-faf0-16db7688cd09-c7280dea, #w-node-_9ad14e25-a827-0903-b337-e76a01afa857-c7280dea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33b52701-d777-aeff-2fda-8389387241f6-c7280dea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-a1d6ea17-48da-ee95-4d29-a23900cd7f27-c7280dea, #stripeProducts.w-node-_446acd5c-c312-81d7-1a73-870dea8987e0-c7280dea, #price-text.w-node-f8ef83fe-ec07-64fa-0409-3951ab564474-c7280dea, #stripeSelect.w-node-_33b28651-08d5-76f5-1966-bb7f2c4c22c0-c7280dea, #w-node-_12f4989b-881f-f103-7711-07406dca5d9c-c7280dea, #w-node-_45fc497e-5d13-cf44-07e5-4ad2aefdd6f0-c7280dea, #w-node-e98052a0-8d34-3ba6-5a04-8b6eb8809398-c7280dea, #stripeTrial.w-node-_4570b61d-1f70-8915-1dd6-18a46300d98a-c7280dea, #w-node-_1351bb4b-890e-15a5-f979-21e4ba12b988-c7280dea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #stripeID.w-node-_38d29da0-8e74-edfa-4123-6af02983f4ac-c7280dea {
    grid-area: 9 / 1 / 10 / 2;
  }

  #stripe-email.w-node-_091cf1ba-0c01-bd8e-0331-4429f434765b-c7280dea, #transfer-button.w-node-_7cfcf605-7b2e-1aa7-92d8-932c2bc11fed-c7280dea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #shareF.w-node-_52c85bdb-5d2c-ad27-2c9d-cc1b93565cbb-fc280dec {
    grid-area: 5 / 1 / 6 / 2;
    align-self: center;
  }

  #w-node-_448ddcf3-89ca-bdff-3006-5eac80cbe8f0-fc280dec {
    grid-column-start: 1;
  }

  #w-node-_57b40ac5-afbe-f577-f5ac-34f49f593fe1-fc280dec, #w-node-_87bb00fd-5a1c-6141-5798-03acf0ad5fe9-fc280dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #locationF.w-node-c533af16-d376-252d-da48-5f4668e9bd61-fc280dec {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_23b2e520-c4b6-927e-b081-d98f375f7a19-fc280dec {
    grid-area: 8 / 2 / 9 / 3;
  }

  #passcode-label.w-node-_05ca39d1-596c-e322-ea28-eb718ae32944-fc280dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_94c04c5e-a11f-ec33-9b17-55bfdc979781-fc280dec {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-b1e5f6a5-bc31-e13b-9c84-4e23d4d72122-fc280dec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #pause.w-node-_91b20781-f1a0-0be8-3c0a-5e5414ef655d-fc280dec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a107df4-9e8c-95fd-6d5c-e576f55cda4e-fc280dec, #w-node-_20aeb0cf-6a39-3b52-be30-387ace84d6aa-fc280dec, #w-node-_5585c18b-6e76-5f71-7a89-125e464c02ca-fc280dec, #w-node-ed0c519b-f67d-fbb7-f4e9-ce7e40df25b1-fc280dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #passcode-box.w-node-e9e98955-ae3e-2d05-78db-be593971f2a0-fc280dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #manage-sub.w-node-_9f275420-4b38-7dd1-48ac-a7fda5c3f6ba-fc280dec, #marketing.w-node-_1bae462c-ab8d-50b4-36bc-5c913eeff631-fc280dec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fde7dfe0-af7a-85a0-4e92-dd928c9e8b7b-fc280dec {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-fde7dfe0-af7a-85a0-4e92-dd928c9e8b7c-fc280dec {
    grid-area: 1 / 2 / 3 / 3;
    align-self: auto;
  }

  #w-node-_0db28cfa-b717-91f5-ad6d-fdb6a10db796-fc280dec {
    grid-area: 1 / 3 / 3 / 4;
  }

  #w-node-_6d92680a-8269-b0be-12c8-60a0a0a8a4c3-fc280dec {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-ab8d01b9-010b-6c2e-b5a8-a069bfd684ac-fc280dec, #w-node-_148162ae-4c59-72a2-a836-1d81913c8daf-fc280dec {
    grid-column-end: 2;
  }

  #w-node-_5334d51d-40f4-f0db-b7da-5a41da73705f-fc280dec {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #top-image.w-node-_4eb25a6e-e7cc-eed2-0126-954d345a158f-76280dee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a3cd659-b374-9435-30c8-a308fed144b1-76280dee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f965cc3-5b4f-d72c-bce5-357136dd1925-76280dee {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-f5e5bba0-4750-345e-8f5f-1267c5856858-76280dee {
    justify-self: end;
  }

  #w-node-_4d2018df-62e1-c775-b02e-117ed6f34986-9e0e1229 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_880c861d-361f-4413-358d-80eb7b304de4-07b139f8 {
    justify-self: end;
  }

  #w-node-_74ceb3b3-c129-e897-9988-6b92f356fc8f-83c9cdff {
    align-self: end;
  }
}


