.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Poppins, sans-serif;
  color: #6f74af;
  font-size: 1rem;
  line-height: 1.2rem;
}

p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.bg-hero {
  overflow: hidden;
  background-image: linear-gradient(160deg, #faf170, #f59e94 21%, #af8cbc 52%, #81cda6 80%, #67a8de);
}

.section.bg-hero.footer {
  height: 250px;
  background-image: linear-gradient(170deg, #faf170, #f59e94 21%, #af8cbc 52%, #67a8de 100%, #67a8de);
}

.section.float {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.section.expand {
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.relative {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-grid {
  margin-bottom: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.zeus {
  overflow: hidden;
}

.lead-xl {
  font-family: Gilroy, sans-serif;
  color: #6f74af;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
}

.lead-xl.split {
  display: inline-block;
  max-width: 250px;
}

.txt-right {
  text-align: right;
}

.txt-right.mx-350 {
  max-width: 350px;
}

.txt-right.mx-350.mx-300 {
  max-width: 300px;
}

.txt-right.mx-300 {
  max-width: 300px;
}

.curve-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 100;
  width: 100%;
}

.curve-divider.inverse {
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image {
  width: 100%;
}

.container {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sr-logo {
  display: block;
  width: 64px;
  height: 62px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-image: url('../images/color-sr-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.hero-label {
  margin-bottom: 30px;
  font-family: Candbhandwriting, sans-serif;
  color: #fff;
  font-size: 1.8rem;
}

.keyword.hidden {
  display: none;
}

.hero-title {
  margin-bottom: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23);
  background-clip: border-box;
}

.button {
  padding: 15px 20px;
  border-radius: 8px;
  background-image: linear-gradient(143deg, #ffc6bf 13%, #9850ff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 0 0 3px #f8e074, 6px 6px 40px 0 rgba(255, 171, 15, 0.35);
}

.button.outline {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: none;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.outline:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  box-shadow: 0 2px 0 2px #fff, 0 0 0 2px #fff;
}

.button.outline.hero {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 140px;
  z-index: 150;
  margin-right: -75px;
}

.button.outline.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.button.small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button.gra-a.hug {
  display: block;
  padding: 2px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
}

.hero-world {
  opacity: 0.35;
}

.world-bucket {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 240px;
  margin-top: -19px;
  margin-bottom: 75px;
  margin-left: 122px;
}

.letter {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.letter.o {
  z-index: 5;
  margin-left: -298px;
}

.letter.w {
  z-index: 6;
  margin-left: -547px;
}

.letter.r {
  z-index: 4;
  margin-left: -84px;
}

.letter.l {
  z-index: 3;
  margin-left: 78px;
}

.letter.d {
  z-index: 2;
  margin-left: 209px;
}

.gradient-head {
  display: inline-block;
  margin: 0px auto;
  background-image: url('../images/gradient-text-2.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 6rem;
  line-height: 8rem;
  text-align: center;
  letter-spacing: -3px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-head.tight {
  margin-bottom: 0px;
  line-height: 6rem;
}

.cards {
  max-width: 900px;
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-label {
  margin-bottom: 40px;
  font-family: Candbhandwriting, sans-serif;
  color: #6f74af;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}

.mb-0 {
  margin-bottom: 0px;
}

.footer {
  height: 500px;
}

.parallax-shapes {
  position: absolute;
  z-index: 125;
  width: 100%;
}

.p-shape {
  position: absolute;
  left: 50%;
}

.p-shape.a {
  margin-top: 34px;
  margin-left: 345px;
}

.p-shape.b {
  margin-left: 131px;
}

.p-shape.c {
  margin-top: -90px;
  margin-left: -438px;
}

.p-shape.d {
  margin-top: -8px;
  margin-left: -134px;
}

.p-shape.e {
  z-index: 100;
  margin-top: 23px;
  margin-left: -385px;
}

.body-xl {
  color: #6f74af;
  font-size: 1.3rem;
  font-weight: 400;
}

.pop {
  color: #e09dd3;
}

.label {
  color: #6f74af;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.post-card {
  -webkit-transform: perspective(1100px);
  transform: perspective(1100px);
}

.post-card.left {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.post-card.right {
  -webkit-transform: perspective(1100px);
  transform: perspective(1100px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.post-card.center {
  box-shadow: none;
}

.card-box {
  -webkit-perspective: 510px;
  perspective: 510px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  color: #6f74af;
}

.card-box.left {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}

.card-box.right {
  -webkit-perspective: 980px;
  perspective: 980px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}

.card-box.center {
  color: #6f74af;
}

.spacer {
  height: 20vh;
}

.scroll-box {
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -47px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.scroll-box.inverse {
  bottom: 0px;
  margin-bottom: -15px;
  margin-left: -20px;
  color: #6f74af;
}

.mouse {
  display: inline-block;
  width: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.back-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffbf1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front-card {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card-label {
  margin-bottom: 10px;
  color: #e99ebd;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-text {
  font-size: 0.7rem;
  line-height: 1.5;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3rem;
  line-height: 1;
}

.card-thumb {
  max-width: 105px;
  margin-bottom: 10px;
}

.card-downloads {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding: 20px 20px 15px;
  background-color: #6f74af;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

.download-grid {
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flip-icon {
  position: absolute;
  left: 5%;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 10;
}

.download-label {
  margin-bottom: 3px;
  color: #e99ebd;
  font-size: 0.65rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gra-a {
  background-image: linear-gradient(135deg, #f9dd79, #ffa095);
}

.gra-b {
  background-image: linear-gradient(139deg, #d96fff, #00f6ff);
}

.button-label {
  margin-right: 10px;
}

.download-tip {
  position: absolute;
  left: 50%;
  top: -14px;
  right: auto;
  bottom: auto;
  width: 73px;
  height: 14px;
  margin-left: -36px;
  background-image: url('../images/download-tip.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-close {
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -16px;
  cursor: pointer;
}

.button-fill {
  padding: 10px 50px;
  border-radius: 6px;
  background-color: #6f74af;
}

.dbox {
  display: block;
  padding-top: 20px;
}

.dbox-close {
  display: none;
}

.d-trigger-over {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  height: 90px;
  background-color: rgba(90, 255, 175, 0);
}

.d-trigger-out {
  position: absolute;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  z-index: 900;
  height: 100px;
  background-color: rgba(255, 105, 105, 0);
}

.mb-50 {
  margin-bottom: 50px;
}

.gh-pretitle {
  font-family: Gilroy, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
}

.artifacts-summary {
  position: relative;
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.lottie-icon.size-b {
  width: 92px;
  height: 92px;
}

.txt-center {
  text-align: center;
}

.artbox {
  width: 100%;
  padding-bottom: 50px;
}

.txt-left {
  text-align: left;
}

.txt-left.mx-350 {
  max-width: 350px;
}

.big-q {
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px 31px;
  border-radius: 40px;
  background-color: #6f74af;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.bigq-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 3px;
  border-radius: 50px;
  background-color: #6f74af;
  background-image: none;
  box-shadow: 7px 7px 20px 0 rgba(246, 171, 143, 0.22);
}

.challenge-box {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 30px;
  border: 4px solid #6f74af;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 19px 35px 0 rgba(111, 116, 175, 0.22);
  text-align: center;
}

.challenge-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.flow-note {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}

.line-wrapper {
  position: relative;
}

.v-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 3px;
  height: 100%;
  margin-left: -2px;
  background-color: #6f74af;
}

.challenge-number {
  z-index: 100;
  display: inline-block;
  margin-bottom: 0px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #6f74af;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}

.challenge-steps {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(111, 116, 175, 0.8);
}

.ajax-box {
  position: relative;
  z-index: 1;
  overflow: auto;
  min-height: 500px;
  min-width: 768px;
  background-color: #fff;
}

.overlay-zone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(255, 47, 47, 0);
}

.overlay-close {
  position: absolute;
  left: 50%;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: 10;
  margin-left: -13px;
}

.hero-top-lottie {
  width: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.header-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.75fr 0.25fr;
  grid-template-columns: 0.25fr 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.profile-bar {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #fff;
}

.hide {
  display: none;
}

.dload-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.world-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .cards {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .section.bg-hero {
    height: 100vh;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .txt-right.txt-m-center {
    text-align: center;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .world-bucket {
    margin-left: 0px;
  }

  .letter.o {
    display: none;
  }

  .letter.w {
    display: none;
  }

  .letter.r {
    display: none;
  }

  .letter.l {
    display: none;
  }

  .letter.d {
    display: none;
  }

  .gradient-head {
    font-size: 5rem;
    line-height: 5rem;
  }

  .cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .parallax-shapes {
    display: none;
  }

  .spacer {
    height: 100px;
  }

  .m-txt-center {
    text-align: center;
  }

  .card-text {
    font-size: 0.8rem;
  }

  .hero-top-lottie {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .header-grid {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: center;
  }

  .world-mobile {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-hero {
    height: 85vh;
  }

  .section.float {
    overflow: hidden;
  }

  .txt-right.mx-350 {
    padding-right: 15px;
  }

  .hero-block {
    margin-top: 0px;
  }

  .hero-label {
    margin-bottom: 50px;
    padding-top: 0px;
  }

  .hero-title {
    max-width: 350px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .world-bucket {
    height: auto;
    margin-top: 0px;
    margin-bottom: 130px;
  }

  .gradient-head {
    margin-bottom: 0px;
    font-size: 2.5rem;
    line-height: 1;
  }

  .gradient-head.tight {
    font-size: 4rem;
    line-height: 4rem;
  }

  .cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-label {
    font-size: 1.2rem;
  }

  .scroll-box {
    bottom: 48px;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .txt-left.mx-350 {
    padding-left: 15px;
  }

  .challenge-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .challenge-steps {
    display: none;
  }

  .p-scroll {
    font-size: 0.9rem;
  }

  .world-mobile {
    margin-left: 0px;
  }
}

#w-node-14764ec64be2-c566a52f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bfd9ec7ba9ee-c566a52f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-57e100166f08-c566a52f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-08421c878c7d-c566a52f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b48848dbe949-c566a52f {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-2aaf0b800415-44a33692 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-c23e4b74 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-df1d57f2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-fc544407 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-061fa618 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-23bd2d31 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-1049e775 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-fd3e93ac {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-b3ee77fe {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-3be88c5b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-c55e62df {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-8003ecfa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2aaf0b800415-9e9f613f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-14764ec64be2-c566a52f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@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;
}
@font-face {
  font-family: 'Candbhandwriting';
  src: url('../fonts/CAndBHandwriting.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}