:root {
  --black: #192024;
  --white-smoke-2: #f0f0f0;
  --steel-blue-2: #2e80b6;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #673695;
  border-radius: 4px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .45s;
  display: inline-block;
  transform: scale(1);
}

.button:hover {
  background-color: #f26739;
}

.button.w--current {
  background-color: #673695;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

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

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #000;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  display: none;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  position: static;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.hero-subheading.nonprofit {
  font-size: 32px;
  line-height: 38px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  width: 100%;
  max-width: 100%;
  color: #edeff2;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.footer.center {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #dbdbdb;
}

.footer.special-footer {
  background-color: rgba(0, 0, 0, 0);
}

.footer-text {
  color: #9e9e9e;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.footer-text.login-footer {
  color: #ceced3;
  position: static;
}

.footer-text.profile-footer {
  color: #edeff2;
}

.footer-text.profile-footer-text {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  color: #888;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  color: #888;
  border-bottom-style: none;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-wrapper {
  color: #01c6d9;
}

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc {
  text-align: left;
  overflow: visible;
}

.sign-up-section {
  color: #fff;
  background-color: #000;
  margin-top: -5px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sign-up-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sign-up-heading {
  color: #fff;
  letter-spacing: 1px;
  font-size: 28px;
}

.hero-image {
  padding: 20px 10px;
}

.html-embed {
  color: #192024;
  background-color: #f0f0f0;
  margin: 5px auto;
  display: block;
}

.div-block {
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.sub-hero-heading {
  color: #edeff2;
  margin-bottom: 30px;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}

.hiringsection {
  color: #514e4f;
}

.heading {
  color: #edeff2;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 300;
  display: block;
}

.text-block {
  color: #edeff2;
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
}

.body {
  background-image: linear-gradient(rgba(126, 60, 84, .69), rgba(126, 60, 84, .69)), url('../images/playground.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 2296px;
}

.heading-2, .heading-3 {
  color: #01c6d9;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-4 {
  color: #01c6d9;
  letter-spacing: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
}

.link {
  color: #69b9ff;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: #69b9ff;
}

.topcontainer {
  height: 100%;
  min-height: 650px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  padding-left: 50px;
  position: absolute;
  overflow: hidden;
}

.login-top-section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.text-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.tagline-text-block {
  color: #edeff2;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 44px;
}

.tagline-text-block.logintagline {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
  line-height: 28px;
  display: block;
}

._2nd-tag-line-block {
  letter-spacing: 2px;
  padding: 10px;
  font-family: Jennasue, sans-serif;
  font-size: 44px;
  font-style: normal;
  line-height: 48px;
}

.image {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.menu-container {
  z-index: 10;
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px;
  position: static;
  top: 0;
  right: 0;
}

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

.menu-container.logo-container {
  top: 0;
  left: 0;
  right: auto;
}

.background-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 650px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.stores-div-block {
  margin-top: 30px;
}

.stores-div-block.side-hustle {
  object-fit: fill;
}

.button-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #edeff2;
  border-radius: 20px;
  font-weight: 300;
}

.button-2.learn-more-button {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.button-2.learn-more-button.w--current {
  margin: 20px 10px 10px;
}

.scroll-container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.scroll-link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  color: #edeff2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scroll-text {
  color: #edeff2;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.link-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  color: #e2a62b;
  font-weight: 700;
}

.scroll-link-block {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.body-2 {
  height: 100%;
  max-width: 100%;
  min-height: 650px;
  color: #edeff2;
  background-color: rgba(0, 0, 0, 0);
}

.explanation-section {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.explanation-section.problem-section {
  background-color: #4d4d4d;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.explanation-section.solution-section {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Trazado-2549.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.explanation-section.parents-section {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

.explanation-section.scheduler-section {
  background-color: #01c6d9;
  background-image: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

.explanation-section.ride-section {
  background-color: #f16738;
  background-image: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.explanation-section.karma-section {
  background-color: #ef6740;
  background-image: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

.explanation-section.playdate-section {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

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

.explanation-section.slider {
  background-color: #01c6d9;
}

.section-2 {
  background-color: #49647b;
}

.scroll-div-block {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.explanation-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 10px 50px;
  overflow: hidden;
}

.explanation-container.problem-container {
  color: #192024;
  margin-top: 50px;
  margin-bottom: 50px;
}

.explanation-container.solution-container {
  padding-top: 50px;
}

.heading-5 {
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.heading-5.the-solution {
  color: #f8c740;
  text-align: left;
  font-weight: 300;
}

.heading-5.parent-heading {
  color: #f8c740;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.heading-5.problem-heading {
  color: #f8c740;
  font-weight: 300;
}

.heading-5.kids-heading {
  color: #f8c740;
  text-align: left;
  font-weight: 300;
}

.heading-5.ride-heading {
  color: #f8c740;
  text-align: right;
  font-weight: 300;
}

.heading-5.karma-heading, .heading-5.playdates-heading {
  color: #f8c740;
  text-align: left;
  font-weight: 300;
}

.text-block-4 {
  text-align: right;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.text-block-4.the-solution-text {
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.text-block-4.parent-text {
  color: var(--white-smoke-2);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.text-block-4.problem-text {
  color: #edeff2;
  text-align: center;
  padding-top: 10px;
}

.text-block-4.kids-block {
  color: var(--white-smoke-2);
  text-align: left;
  padding-top: 10px;
}

.text-block-4.karma-block {
  text-align: left;
  padding-top: 10px;
}

.text-block-4.playdates-block {
  text-align: left;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-4, .image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.heading-6 {
  color: #edeff2;
  text-align: center;
  font-weight: 400;
}

.login-div-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.solution-container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 50px;
  overflow: hidden;
}

.solution-container.explanation {
  clear: none;
  background-image: url('../images/poly-bg.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-attachment: fixed;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
  padding-bottom: 75px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.row {
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 30px;
  padding-right: 15px;
  display: block;
}

.row-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.row-3 {
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.row-4, .row-5 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-4, .column-5, .column-6 {
  padding: 75px 15px;
}

.column-7 {
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
}

.column-8 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.column-9 {
  padding: 75px 15px;
}

.column-9.column-playdates-hidden {
  padding-left: 30px;
}

.column-10 {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.container-2 {
  padding: 10px;
}

.column-12 {
  height: 100%;
  background-image: url('../images/ujama-happy-color-cropped.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.image-8 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
  display: block;
}

.heading-7 {
  color: #192024;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.rich-text-block {
  color: #676770;
  text-align: center;
  padding: 20px 10px;
}

.top-section {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 650px;
  background-color: #01c6d9;
  position: static;
  overflow: hidden;
}

.div-block-3 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.login-body {
  background-color: #4d4d4d;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
}

.login-body.pristine {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.login-body.login2-body {
  background-color: #fff;
  background-image: none;
}

.row-6 {
  flex: 1;
  display: flex;
}

.mobile-instruction {
  color: #fff;
  margin-top: 10px;
  padding: 10px 10px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.form-block {
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.form-block.private-profile-block {
  margin-top: 30px;
}

.form-2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.image-9 {
  text-align: center;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.profile-big-image {
  margin-bottom: 20px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.submit-button {
  background-color: purple;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  display: block;
}

.field-label {
  color: #fff;
  font-weight: 400;
  display: block;
}

.div-block-5 {
  width: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #fff;
  font-weight: 400;
}

.text-block-6 {
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.column-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.app-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.app-heading.element-heading {
  text-align: left;
}

.scrolling-div {
  flex-direction: row;
  align-items: center;
  padding: 10px;
  display: flex;
  overflow: auto;
}

.profile-image {
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-6 {
  min-width: 600px;
  margin-top: 0;
  display: flex;
}

.profile-block {
  width: 120px;
}

.profile-column {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.profile-element-label {
  color: #192024;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.account-image {
  width: 50px;
  border: 2px solid #000;
  border-radius: 25px;
}

.dropdown {
  flex: none;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link {
  color: #fff;
  text-align: center;
  background-color: #e2a62b;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
}

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

.app-link {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.links-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.cell-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.row-7 {
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.profile-element-div {
  border: 2px solid #676770;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.info-text {
  color: #192024;
  font-size: 16px;
  font-weight: 400;
}

.default-footer-text {
  color: #888;
  text-align: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.default-footer-text.login-footer2 {
  color: #676770;
  margin-top: 40px;
}

.image-11 {
  padding: 0;
  display: inline-block;
}

.logo-container {
  z-index: 10;
  text-align: center;
  padding: 20px;
  position: static;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.profile-body {
  background-image: linear-gradient(126deg, rgba(128, 0, 128, .9), rgba(226, 166, 43, .9) 68%, rgba(226, 166, 43, .9) 71%), url('../images/Proflie-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.profile-body.trusted-body {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(126deg, rgba(128, 0, 128, .9), rgba(226, 166, 43, .9) 68%, rgba(226, 166, 43, .9) 71%);
}

.profile-heading {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.profile-field {
  width: 350px;
  color: #fff;
  flex: none;
  font-weight: 400;
}

.column-15 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.row-8 {
  flex-wrap: wrap;
  display: flex;
}

.checkbox-field {
  padding-left: 0;
}

.profile-label {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.app-button {
  background-color: purple;
  border-radius: 5px;
  margin: 0 20px 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  display: block;
}

.app-button.profile-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.trusted-body-class {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, purple, #e2a62b 84%);
}

.trusted-body-class.trusted-body {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(126deg, rgba(128, 0, 128, .9), rgba(226, 166, 43, .9) 68%, rgba(226, 166, 43, .9) 71%);
}

.text-block-7 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

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

.text-block-8 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.distance-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.hometown-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.splash-row {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.splash-column {
  background-image: url('../images/ujama-happy-color-cropped.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}

.login-top-section-ii {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-16 {
  flex-direction: column;
  display: flex;
}

.link-4 {
  color: #3b99d9;
}

.link-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.toplink {
  color: #e2a62b;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
}

.toplink.toplink2 {
  color: #ba90e6;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-3, .section-3 {
  background-color: #fff;
}

.top-contact-section {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-4 {
  color: #192024;
  margin: 20px;
  font-size: 24px;
}

.heading-8 {
  color: #192024;
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
}

.paragraph {
  color: #192024;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.paragraph.privacy {
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
}

.text-block-9 {
  color: #192024;
  margin-top: 10px;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  height: 711px;
  background-image: url('../images/iphone-public-profile.png');
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
}

.profile-div {
  width: 100px;
  height: 100px;
  justify-content: center;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.privacy-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.privacy-paragraph {
  color: #192024;
  text-align: center;
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.gif-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-5, .public-profiles-section {
  padding-top: 15px;
}

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

.video-section {
  width: 100%;
  overflow: hidden;
}

.footer-container {
  overflow: hidden;
}

.bold-text {
  font-weight: 300;
}

.text-block-10 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footnote-privacy {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.section-6 {
  background-image: url('../images/ujama-happy-no-logo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-4 {
  background-image: url('../images/ujama-happy-no-logo-copy.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-7 {
  z-index: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.container-4 {
  margin-top: 140px;
}

.heading-9 {
  color: var(--white-smoke-2);
  text-align: center;
  font-size: 44px;
  line-height: 54px;
}

.waittext {
  color: var(--white-smoke-2);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 44px;
  line-height: 55px;
}

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

.slider {
  height: 500px;
}

.slide {
  background-image: linear-gradient(rgba(46, 128, 182, .68), rgba(46, 128, 182, .68)), url('../images/Screen-Shot-2020-05-28-at-1.32.15-AM.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.heading-10.slide-heading {
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 28px;
}

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

.second-slide {
  background-color: var(--steel-blue-2);
}

.div-block-9 {
  text-align: center;
}

.image-16 {
  box-shadow: 6px 6px 3px #000;
}

.signup-now {
  color: var(--steel-blue-2);
  text-align: center;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.slide-footer {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}

.link-6 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

.text-block-11 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-12 {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
}

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

.image-17 {
  margin-right: 5px;
}

.menu-button {
  max-height: 1000px;
  max-width: 500px;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-button:hover {
  font-weight: 700;
}

.menu-button.sign-in {
  color: var(--black);
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.menu-button.sign-in:hover {
  font-weight: 700;
}

.menu-button.nonprofit {
  background-color: var(--white-smoke-3);
  color: var(--black);
  border-radius: 20px;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.hero-container {
  text-align: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 10px;
  display: block;
}

.hero-container.nonprofit {
  padding-top: 10px;
}

.app-links {
  text-align: right;
}

.app-link-columns {
  float: none;
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: static;
}

.app-links-div {
  text-align: center;
}

.column-17 {
  text-align: left;
}

.showoff-div {
  background-image: url('../images/poly-bg.svg');
  background-position: 15% 100%;
  background-repeat: no-repeat;
  background-size: 150% 150%;
  padding-right: 100px;
}

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

.carousel-slide {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-slider {
  height: 540px;
  background-color: rgba(0, 0, 0, 0);
}

.footer2 {
  background-color: #f7f7f7;
}

.footer2.nonprofit {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-3 {
  color: #888;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.explanation-heading {
  color: var(--black);
  text-indent: 1.98px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.explanation-heading.nonprofit {
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.explanation-heading.sellers {
  font-size: 24px;
  line-height: 34px;
}

.explainer-paragraph {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-decoration: none;
}

.list {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 42px;
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 600;
}

.paragraph-4 {
  color: #87c8ff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-18 {
  margin-left: 10px;
}

.nonprofit-para {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.link-block-2 {
  justify-content: center;
  display: flex;
  position: static;
}

.org-heading {
  text-align: center;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.image-19 {
  display: block;
  position: static;
}

.orgs-on-ujama {
  color: var(--white-smoke-3);
  text-align: center;
  margin-bottom: 60px;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.footer-paragraph {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-size: 16px;
}

.blang-text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.blang-text.sellers {
  width: 30%;
}

.image-20 {
  clear: both;
  position: static;
}

.blang-column {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.phone-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  position: static;
}

.join-marketplace {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-13 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  font-family: Montserrat, sans-serif;
}

.join-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-block-14 {
  color: #000;
  font-size: 32px;
  line-height: 40px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    max-height: 100%;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image-3 {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .image-4 {
    position: static;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .tagline-text-block, ._2nd-tag-line-block {
    text-align: center;
  }

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

  .stores-div-block, .heading-5.parent-heading, .heading-5.kids-heading, .heading-5.karma-heading, .text-block-4.the-solution-text, .text-block-4.parent-text, .text-block-4.kids-block, .text-block-4.karma-block {
    text-align: center;
  }

  .image-5, .image-7 {
    position: static;
  }

  .row {
    display: block;
  }

  .column-3 {
    padding-top: 20px;
  }

  .row-2, .row-3, .row-5, .column-7 {
    display: block;
  }

  .column-8 {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .column-9 {
    display: none;
  }

  .column-9.column-playdates-hidden {
    padding-top: 0;
    display: block;
    position: static;
  }

  .column-9.kid-scheduler-hid-column {
    padding-top: 0;
    display: block;
  }

  .column-10 {
    display: block;
  }

  .column-11 {
    display: none;
  }

  .div-block-6 {
    min-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer-text {
    margin-top: 10px;
  }

  .grid-image {
    width: 35%;
  }

  .sub-hero-heading {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .topcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tagline-text-block {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  ._2nd-tag-line-block {
    text-align: center;
    letter-spacing: 0;
    font-size: 36px;
    line-height: 36px;
  }

  .image {
    text-align: center;
  }

  .stores-div-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-2 {
    padding-left: auto;
    padding-right: auto;
    font-size: 12px;
    line-height: 14px;
  }

  .heading-5.the-solution, .heading-5.parent-heading, .heading-5.kids-heading, .heading-5.ride-heading, .heading-5.karma-heading, .text-block-4, .text-block-4.the-solution-text, .text-block-4.parent-text, .text-block-4.kids-block, .text-block-4.karma-block {
    text-align: center;
  }

  .image-5, .image-7 {
    display: block;
    position: static;
  }

  .solution-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    display: block;
  }

  .column-3 {
    align-items: flex-end;
    padding-top: 20px;
    padding-left: 15px;
  }

  .row-2, .row-3, .row-5, .column-6, .column-7 {
    display: block;
  }

  .column-8 {
    padding-top: 20px;
  }

  .column-9 {
    display: block;
  }

  .column-9.column-playdates-hidden {
    padding-top: 20px;
    padding-left: 15px;
    display: block;
  }

  .column-9.kid-scheduler-hid-column {
    padding-top: 20px;
    display: block;
  }

  .column-10 {
    display: block;
  }

  .column-11 {
    display: none;
  }

  .image-8 {
    padding-top: 30px;
  }

  .top-section {
    min-height: 650px;
  }

  .div-block-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-instruction {
    font-size: 12px;
  }

  .field-label {
    padding-top: 5px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .text-block-6 {
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .app-heading {
    font-size: 18px;
  }

  .div-block-6 {
    min-width: 200px;
  }

  .profile-field {
    width: 270px;
  }

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

  .profile-checkbox {
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-field {
    margin-left: 50px;
    margin-right: auto;
    display: block;
  }

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

  .toplink.aboutlink, .toplink.videolink {
    display: none;
  }

  .top-div {
    width: 100%;
    overflow: hidden;
  }

  .heading-9 {
    font-size: 32px;
  }

  .signup-now {
    line-height: 28px;
  }

  .menu-button {
    margin-top: 5px;
  }

  .showoff-div {
    padding-right: 0;
  }

  #w-node-aef54304-0314-dbd6-4924-c09cfcbd72b9-1c024461, #w-node-_3a995957-061a-f520-8d95-716ebc56b69d-1c024461, #w-node-_70ce264d-357d-f772-4f10-765b93759ff8-1c024461, #w-node-_521afd4a-9e26-3276-b1bc-3439b0a8f11f-1c024461, #w-node-_41b7dd80-3018-fb29-effa-c5cb1439e023-1c024461, #w-node-_2da27954-9724-64b1-4e04-dd2e688efbf1-1c024461 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Jennasue';
  src: url('../fonts/JennaSue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}