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

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

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

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

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

.sect-hero {
  background-image: linear-gradient(90deg, #e9fedb, #ecffff 50%, #cff0ff);
  overflow: clip;
}

.cont-hero {
  max-width: 1300px;
  height: auto;
}

.navbar {
  background-color: #fff;
  border-radius: 60px;
  margin-top: 37px;
  box-shadow: 6px 6px 14px 2px #008cff1a;
}

.circle1 {
  opacity: .2;
  filter: blur(60px);
  background-color: #b6ff8f;
  border-radius: 300px;
  width: 800px;
  height: 800px;
  margin-top: -193px;
  margin-left: -185px;
  position: absolute;
}

.circle2 {
  opacity: .6;
  filter: blur(40px);
  background-color: #a8ecff;
  border-radius: 200px;
  width: 400px;
  height: 400px;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle3 {
  opacity: .4;
  filter: blur(40px);
  background-color: #d7ff81;
  border-radius: 200px;
  width: 480px;
  height: 480px;
  margin-top: 184px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sect-svcs-title {
  z-index: 3;
  background-color: #0000;
  height: auto;
  margin-top: 0;
  position: relative;
}

.div-block {
  width: 170px;
  height: auto;
  padding: 7px;
}

.brand {
  margin-left: 36px;
}

.nav-link {
  vertical-align: baseline;
  border-radius: 30px;
  margin-top: 21px;
  padding: 12px 30px;
  font-weight: 700;
  transition: background-color .7s;
}

.nav-link:hover {
  color: #fff;
  background-color: #0696be;
  border-radius: 30px;
}

.nav-link-2 {
  color: #fff;
  background-color: #6cbd41;
  border-radius: 30px;
  margin-top: 21px;
  margin-left: 6px;
  padding: 12px 30px;
  font-weight: 700;
  transition: background-color .5s;
}

.nav-link-2:hover {
  background-color: #0d9caf;
}

.nav-menu {
  margin-right: 22px;
}

.circle4 {
  opacity: .2;
  filter: blur(60px);
  background-color: #00e1ff;
  border-radius: 300px;
  width: 600px;
  height: 600px;
  margin-top: -235px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-2 {
  width: 99%;
  display: block;
  overflow: clip;
}

.white-circ1 {
  z-index: 4;
  opacity: .6;
  background-color: #fff;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 70px;
  left: 78px;
}

.container {
  background-color: #0000;
  border-radius: 14px;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
}

.white-circ2 {
  z-index: 4;
  opacity: .6;
  color: #fff;
  background-color: #fff;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 369px;
  left: 168px;
}

.white-circ3 {
  z-index: 4;
  opacity: .6;
  background-color: #fff;
  border-radius: 200px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 10% 10% auto auto;
}

.white-circ3.floaty {
  z-index: 2;
}

.grid {
  z-index: 6;
  grid-template-rows: auto;
  grid-template-columns: .5fr .4fr .5fr;
  margin-top: 63px;
  margin-bottom: 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
}

.heading {
  color: #545454;
  margin-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 68px;
}

.image {
  z-index: 50;
  max-width: 80%;
  margin: 0 0 208px -106px;
  display: block;
  position: relative;
}

.div-flower {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.grid-2 {
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.div-par {
  color: #585858;
  background-color: #fff;
  border: .5px solid #e3e3e3;
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .4s, background-color .5s;
  position: relative;
  left: auto;
  right: 14px;
  transform: rotate(2deg);
}

.div-par:hover {
  color: #333;
  background-color: #c5ffa0;
  background-image: none;
  position: relative;
  top: auto;
  bottom: auto;
  transform: none;
}

.text-block {
  color: #333;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
}

.heading-2 {
  color: #333;
  text-align: center;
  margin-top: 10px;
  font-family: Varela Round, sans-serif;
}

.div-fac {
  color: #585858;
  background-color: #9ff7ffe6;
  border: .5px solid #e3e3e3;
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s, transform .4s, background-color .5s;
  position: relative;
  left: 14px;
  transform: rotate(-2deg);
}

.div-fac:hover {
  color: #333;
  background-color: #65e3ff;
  bottom: auto;
  transform: none;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.grad {
  font-size: 90px;
}

.paragraph {
  color: #333;
  text-align: center;
}

.paragraph-2 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 43px;
  font-size: 16px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #62b100;
  background-image: linear-gradient(45deg, #5aba00, #09b7d5);
  border-radius: 20px;
  width: 220px;
  margin-right: 9px;
  padding: 14px 12px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  transition: background-color .5s;
  box-shadow: 0 0 9px 4px #006d854d;
}

.button:hover {
  background-color: #0d9caf;
  background-image: none;
}

.button-2 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 220px;
  padding: 14px 12px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  transition: background-color .5s;
  box-shadow: 0 0 9px 4px #006d851f;
}

.button-2:hover {
  color: #fff;
  background-color: #6cbd41;
}

.div-block-3 {
  margin-top: 46px;
}

.text-block-2 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 34px;
  line-height: 32px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.div-block-4 {
  outline-offset: 0px;
  background-color: #0000;
  border: 16px #e3f6ff;
  border-radius: 20px;
  outline: 16px #008cff1a;
  padding: 0;
}

.image-3 {
  width: 100%;
  margin-top: -102px;
}

.image-4 {
  width: 100%;
  margin-top: -120px;
}

.image-5 {
  width: 100%;
  margin-top: -114px;
}

.heading-5 {
  color: #6c6c6c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
}

.heading-6 {
  color: #5c5c5c;
  width: 60%;
  max-width: 60%;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.heading-7 {
  color: #5c5c5c;
  width: auto;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 44px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 38px;
}

.text-block-3 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.div-block-5 {
  background-image: linear-gradient(146deg, #e2ffc6, #ccfffd);
  border-radius: 14px;
  width: 70px;
  height: 70px;
  padding: 4px;
}

.container-3 {
  max-width: 1200px;
  margin-bottom: 95px;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 24px;
}

.div-svc {
  border: 1px #000;
  border-radius: 20px;
  padding: 24px;
  transition: margin-top .6s;
  box-shadow: 0 0 28px 28px #67f2ff12;
}

.div-svc:hover {
  margin-top: 0;
}

.heading-8 {
  margin-top: 23px;
  font-size: 22px;
}

.swoosh {
  width: 100%;
  margin-top: 13px;
}

.paragraph-5 {
  width: auto;
  margin-top: 28px;
  font-size: 16px;
  line-height: 22px;
}

.sect-checkin {
  background-color: #f5f5f5;
  height: auto;
}

.image-7 {
  opacity: .08;
  max-width: 40%;
  display: block;
}

.grid-4 {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 36px;
}

.image-8 {
  width: 95%;
}

.image-9 {
  border-radius: 16px;
  width: 380px;
  max-width: 100%;
}

.div-block-6 {
  text-align: right;
}

.container-4 {
  max-width: 1200px;
}

.grid-5 {
  grid-template: ". Area"
                 ". ."
                 / .75fr 1fr;
  margin-top: 66px;
}

.div-block-8 {
  background-color: #99df28;
  background-image: linear-gradient(148deg, #b2f3ff, #c3ff64);
  border-radius: 20px;
  height: auto;
  padding: 29px;
  line-height: 50%;
  box-shadow: 0 0 20px 12px #67f2ff54;
}

.code-embed {
  margin-top: 2px;
}

.heading-9 {
  color: #585858;
  text-transform: uppercase;
}

.heading-10 {
  color: #3f3f3f;
  margin-bottom: 22px;
  font-family: Varela Round, sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.text-block-4 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-5 {
  color: #0078a0;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 14px;
  padding: 20px 13px;
  font-size: 16px;
  font-weight: 700;
}

.bold-text {
  background-color: #63f7ff;
  border-radius: 40px;
  padding: 10px;
}

.cell, .cell-2 {
  line-height: 50%;
}

.cell-3 {
  line-height: 100%;
}

.quick-stack {
  grid-column-gap: 70px;
  margin-top: 68px;
  margin-bottom: 75px;
}

.sect-proc {
  background-color: #0000;
}

.container-5 {
  max-width: 1200px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
  margin-bottom: 40px;
}

.image-10 {
  width: 100%;
  max-width: 100%;
}

.div-block-10 {
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: #333;
  text-align: center;
  background-image: linear-gradient(145deg, #c2ff88, #57e0ff);
  border-radius: 14px;
  width: 60px;
  height: 50px;
  padding-top: 14px;
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.heading-11 {
  margin-top: 12px;
}

.heading-12 {
  color: #6c6c6c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 63px;
  font-size: 18px;
}

.div-block-11 {
  background-color: #fff;
  border: 1px #f1f1f1;
  padding: 25px;
  box-shadow: 0 0 16px 16px #67f2ff12;
}

.paragraph-6 {
  width: 60%;
  max-width: 60%;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-12 {
  background-color: #ffffffe6;
  background-image: linear-gradient(145deg, #b2f3ff, #cdff7d);
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 20px;
  transition: transform .4s;
  position: relative;
  right: 14px;
  transform: rotate(2deg);
}

.div-block-12:hover {
  background-image: linear-gradient(145deg, #7ee7fa, #c8ff6f);
  transform: none;
}

.heading-13 {
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.sect-parent {
  background-image: url('../images/bkgd-thera.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cont-parent {
  background-color: #0000;
  max-width: 1300px;
  height: auto;
  padding-top: 0;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 73px;
  margin-bottom: 16px;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 107px;
  margin-bottom: 119px;
  padding: 57px;
}

.paragraph-8 {
  width: 60%;
  max-width: 60%;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.button-3 {
  color: #333;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 0;
  font-size: 16px;
  text-decoration: underline;
}

.div-block-14 {
  border: 1px solid #dfdfdf;
  border-radius: 18px;
  padding: 19px;
  box-shadow: 0 0 8px 10px #bcf5ff33;
}

.image-11 {
  z-index: -4;
  width: 64%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: -15% -7% auto auto;
}

.grid-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 530px;
  margin-bottom: 114px;
  position: relative;
}

.div-block-15 {
  z-index: 40;
  position: relative;
}

.button-4 {
  z-index: 20;
  color: #fff;
  background-color: #60da68;
  background-image: linear-gradient(145deg, #0cb8c2, #6cbd41);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #00000030;
}

.button-4:hover {
  background-color: #76c53e;
  background-image: none;
}

.button-5 {
  color: #5b6e8b;
  background-color: #ffd900;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .35s;
  display: flex;
  box-shadow: 0 0 14px 2px #00000012;
}

.button-5:hover {
  color: #fff;
  background-color: #07b7cd;
}

.button-6 {
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 530px;
  margin-bottom: 165px;
}

.div-block-16 {
  height: 50px;
}

.sect-swoop {
  height: 150px;
  margin-top: -136px;
}

.sect-prov {
  background-color: #f5f5f5;
}

.cont-prov {
  max-width: 1200px;
}

.grid-10 {
  background-color: #0000;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-17 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 40px;
}

.image-12 {
  border-radius: 16px;
  width: auto;
  height: auto;
}

.heading-14 {
  color: #5c5c5c;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 54px;
}

.paragraph-9 {
  margin-bottom: 20px;
}

.div-block-18 {
  padding-right: 0;
}

.image-13 {
  width: 100%;
  max-width: 100%;
  margin-top: -60px;
  margin-left: 0;
}

.div-block-19 {
  width: 150%;
  max-width: 150%;
  margin-left: -153px;
}

.image-14 {
  width: 142%;
  max-width: 142%;
  margin-top: -49px;
  margin-left: -146px;
}

.sect-getstart {
  background-color: #a2eb3c;
}

.cont-getstart {
  max-width: 1200px;
}

.grid-11 {
  background-color: #fff;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-15 {
  color: #5c5c5c;
  margin-bottom: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-10 {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-20 {
  padding: 29px 29px 29px 40px;
}

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

.image-15 {
  text-align: center;
  width: 160px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  max-width: 1200px;
}

.grid-12 {
  grid-column-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  margin-top: 60px;
  margin-bottom: 72px;
}

.paragraph-11 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.heading-16 {
  color: #545454;
  font-family: Varela Round, sans-serif;
}

.image-16 {
  width: 360px;
  max-width: 360px;
  margin-bottom: 34px;
}

.bold-text-2, .heading-17 {
  color: #545454;
}

.sect-footr {
  background-color: #0092a0;
}

.cont-footr {
  max-width: 1200px;
}

.sect-games {
  background-color: #0000;
}

.cont-games {
  background-image: url('../images/gms-thmb4.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 270px;
  max-width: 1200px;
  margin-top: 37px;
}

.paragraph-12 {
  max-width: 60%;
  margin-top: 26px;
  margin-bottom: 57px;
  font-size: 16px;
  line-height: 24px;
}

.grid-13 {
  background-color: #f1f1f1;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 49px;
  margin-bottom: 60px;
  padding: 24px;
}

.heading-18 {
  color: #f80;
  margin-top: 57px;
  margin-bottom: 14px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-7 {
  font-size: 18px;
}

.bold-text-3 {
  color: #5e9e44;
}

.bold-text-4 {
  color: #27b1ac;
}

.bold-text-5 {
  color: #ffae00;
}

.div-block-23 {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  margin: 0;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-17 {
  width: 120px;
  height: 140px;
}

.paragraph-13 {
  padding: 11px;
}

.heading-19 {
  color: #545454;
  margin-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
}

.button-7 {
  text-transform: uppercase;
  background-color: #7ed829;
  border-radius: 50px;
  width: 80%;
  max-width: 80%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 16px;
  transition: background-color .4s;
  display: block;
}

.button-7:hover {
  background-color: #ffbf00;
}

.button-8 {
  text-transform: uppercase;
  border-radius: 50px;
  width: 80%;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
}

.button-8:hover {
  background-color: #156ebd;
}

.paragraph-14 {
  height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 42px;
  margin-bottom: 34px;
}

.image-18 {
  max-width: 60%;
}

.grid-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 190px;
  margin-top: 30px;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 12px;
  width: 36px;
  height: 36px;
}

.heading-20 {
  text-align: center;
  margin-top: 6px;
  font-size: 18px;
}

.button-9 {
  text-transform: uppercase;
  background-color: #0000;
  font-size: 16px;
  display: block;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.image-19 {
  display: none;
}

.heading-22 {
  color: #6e6e6e;
  margin-top: 35px;
  font-family: Varela Round, sans-serif;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 44px;
  margin-bottom: 40px;
  padding: 38px;
}

.heading-23 {
  color: #6c6c6c;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
}

.grid-16 {
  grid-template-rows: auto;
}

.div-block-31 {
  margin-top: 21px;
  margin-right: 18px;
  padding-bottom: 9px;
  display: block;
}

.div-block-32 {
  vertical-align: bottom;
  display: block;
}

.text-block-9 {
  color: #509f06;
  font-size: 16px;
}

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

.button-10 {
  color: #333;
  text-transform: uppercase;
  background-color: #8aff8e;
  border-radius: 100px;
  width: 220px;
  height: 50px;
  margin-bottom: 84px;
  font-size: 16px;
  line-height: 34px;
  transition: background-color .4s;
}

.button-10:hover {
  background-color: #3be2ff;
}

@media screen and (min-width: 1920px) {
  .sect-hero {
    font-size: 20px;
  }

  .cont-hero {
    background-size: 800px;
    max-width: 1570px;
    height: auto;
  }

  .circle2 {
    inset: 0% 0% auto auto;
  }

  .circle3 {
    opacity: .4;
    margin-top: 197px;
    inset: 0% auto auto 0%;
  }

  .sect-svcs-title {
    background-image: none;
    margin-top: 0;
  }

  .nav-link {
    margin-top: 30px;
    padding: 15px 32px;
    font-size: 18px;
  }

  .nav-link:hover {
    background-color: #0d9caf;
  }

  .nav-link-2 {
    margin-top: 30px;
    padding: 15px 32px;
    font-size: 18px;
  }

  .nav-link-2:hover {
    background-color: #0d9caf;
  }

  .nav-menu {
    margin-right: 30px;
  }

  .div-block-2 {
    overflow: hidden;
  }

  .white-circ1 {
    opacity: 1;
  }

  .container {
    max-width: 1500px;
    margin-top: 0;
  }

  .white-circ2, .white-circ3 {
    opacity: 1;
  }

  .white-circ3.floaty {
    background-color: #ffffffbf;
  }

  .grid {
    z-index: 20;
    grid-template-columns: .6fr .4fr .6fr;
    margin-top: 90px;
    margin-bottom: 5px;
  }

  .heading {
    margin-top: 30px;
    font-size: 90px;
    line-height: 80px;
  }

  .image {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 258px;
    margin-left: -66px;
  }

  .div-par {
    background-position: 400px 170px, 0 0;
    border-width: .5px;
  }

  .text-block {
    margin-top: 40px;
    font-size: 18px;
  }

  .div-fac {
    padding-left: 34px;
    padding-right: 34px;
  }

  .image-2 {
    max-width: 200px;
  }

  .grad {
    font-size: 100px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  .button, .button-2 {
    width: 250px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .div-block-3 {
    margin-top: 53px;
  }

  .text-block-2 {
    margin-top: 34px;
    margin-bottom: 6px;
  }

  .heading-4 {
    margin-top: 14px;
    line-height: 34px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .image-3 {
    margin-top: -156px;
  }

  .image-4 {
    width: 100%;
    margin-top: -155px;
  }

  .image-5 {
    margin-top: -149px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .heading-6 {
    width: auto;
    font-size: 60px;
    line-height: 62px;
  }

  .heading-7 {
    width: auto;
    font-size: 50px;
  }

  .grid-3 {
    margin-top: 84px;
  }

  .container-3 {
    max-width: 1500px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-svc {
    transition: margin-top .6s;
  }

  .heading-8 {
    font-size: 24px;
  }

  .swoosh {
    margin-top: 142px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .sect-checkin {
    background-color: #f5f5f5;
  }

  .grid-4 {
    grid-column-gap: 93px;
    grid-template-columns: 1fr .6fr;
    margin-top: 46px;
  }

  .image-9 {
    width: 420px;
    max-width: 100%;
  }

  .container-4 {
    max-width: 1540px;
  }

  .div-block-8 {
    background-image: linear-gradient(148deg, #b2f3ff, #c3ff64);
    padding: 35px;
  }

  .div-block-9 {
    background-color: #0000;
  }

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

  .heading-10 {
    font-size: 48px;
    line-height: 54px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-5 {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .quick-stack {
    margin-top: 86px;
  }

  .container-5 {
    max-width: 1600px;
  }

  .grid-6 {
    margin-bottom: 82px;
  }

  .image-10 {
    max-width: 100%;
  }

  .div-block-10 {
    flex: 0 auto;
  }

  .heading-11 {
    font-size: 28px;
  }

  .paragraph-6 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .cont-parent {
    max-width: 1600px;
  }

  .div-block-13 {
    padding: 60px;
  }

  .image-11 {
    z-index: -8;
    margin-top: -96px;
    top: 28px;
  }

  .grid-8 {
    z-index: 40;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
  }

  .button-4 {
    width: 280px;
    height: 64px;
    font-size: 18px;
    transition: background-color .35s;
  }

  .button-4:hover {
    background-color: #07b7cd;
    background-image: none;
  }

  .button-5 {
    width: 280px;
    height: 64px;
    font-size: 18px;
  }

  .sect-prov {
    background-color: #f8f8f8;
  }

  .cont-prov {
    max-width: 1600px;
  }

  .grid-10 {
    margin-bottom: 47px;
  }

  .image-12 {
    width: auto;
    height: auto;
  }

  .heading-14 {
    color: #5c5c5c;
    font-family: Varela Round, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 54px;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-14 {
    width: 120%;
    max-width: 120%;
  }

  .cont-getstart {
    max-width: 1600px;
  }

  .heading-15 {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .div-block-20 {
    padding: 38px;
  }

  .container-6 {
    max-width: 1600px;
  }

  .grid-12 {
    grid-template-columns: 1.45fr .8fr;
    margin-bottom: 71px;
  }

  .paragraph-11 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .image-16 {
    border-radius: 14px;
    width: 400px;
    max-width: 400px;
  }

  .cont-footr {
    max-width: 1600px;
  }

  .cont-games {
    max-width: 1600px;
    margin-top: 59px;
  }

  .paragraph-12 {
    font-size: 18px;
  }

  .grid-13 {
    padding: 14px;
  }

  .heading-18 {
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .div-block-23 {
    padding-top: 22px;
  }

  .image-17 {
    height: 140px;
  }

  .heading-19 {
    font-size: 34px;
  }

  .button-7 {
    border: 1px solid #7ed829;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .button-8 {
    margin-bottom: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .paragraph-14 {
    height: 44px;
    font-size: 18px;
  }

  .grid-14 {
    margin-top: 50px;
    margin-bottom: 34px;
  }

  .image-18 {
    max-width: 70%;
  }

  .grid-15 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 260px;
    margin-top: 32px;
  }

  .div-block-25 {
    background-color: #fff;
    border-radius: 12px;
    width: 50px;
    height: 50px;
  }

  .heading-20 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-8 {
    text-decoration: none;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .button-10 {
    width: 280px;
    height: 60px;
    font-size: 18px;
    line-height: 42px;
  }

  .cell-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .link-block {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .cont-hero {
    max-width: 86vw;
  }

  .circle1 {
    width: 400px;
    height: 400px;
    margin-top: 0;
    margin-left: 0;
  }

  .circle3 {
    width: 300px;
    height: 300px;
  }

  .sect-svcs-title {
    margin-top: 0;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-link:hover {
    border-radius: 0;
  }

  .nav-link-2 {
    border-radius: 0;
    margin-bottom: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    margin-right: 0;
  }

  .circle4 {
    width: 400px;
    height: 400px;
    margin-top: -171px;
  }

  .container {
    max-width: 86vw;
    margin-top: 0;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 80vw;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 70px;
    line-height: 68px;
  }

  .image {
    max-width: 100%;
    margin-top: -70px;
    margin-left: 0;
  }

  .div-flower {
    text-align: center;
    width: 300px;
    max-width: none;
    height: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-par {
    background-position: 104% 110%, 0 0;
    background-size: 60px, auto;
  }

  .div-par:hover {
    background-position: 104% 110%;
    background-size: 60px;
  }

  .div-fac {
    background-position: -5% 110%, 0 0;
    background-size: 60px, auto;
  }

  .div-fac:hover {
    background-position: -5% 110%;
    background-size: 60px;
  }

  .grad {
    font-size: 80px;
  }

  .paragraph-2 {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .button, .button-2 {
    width: 44%;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .heading-4 {
    font-size: 34px;
  }

  .paragraph-3 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .menu-button {
    background-image: url('../images/menu-open.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    max-width: 40px;
    margin-top: 16px;
    margin-right: 30px;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url('../images/menu-close.png');
  }

  .icon {
    color: #fff0;
  }

  .heading-6 {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 54px;
    margin-bottom: 37px;
  }

  .heading-7 {
    width: auto;
    font-size: 38px;
    line-height: 40px;
  }

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

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    width: 86vw;
    max-width: 86vw;
    margin-bottom: 63px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .swoosh {
    width: 100vw;
    max-width: none;
    margin-top: 38px;
  }

  .paragraph-5 {
    width: auto;
    margin-bottom: 39px;
  }

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

  .image-9 {
    max-width: 100%;
  }

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

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

  .container-4 {
    width: 86vw;
    max-width: 86vh;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .div-block-8 {
    text-align: center;
    height: auto;
    line-height: 100%;
  }

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

  .code-embed {
    margin-top: 37px;
  }

  .text-block-5 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container-5 {
    max-width: 86vw;
  }

  .heading-12 {
    text-align: center;
  }

  .paragraph-6 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .sect-parent {
    background-image: none;
  }

  .cont-parent {
    width: 86vw;
    max-width: 86vw;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: grid;
  }

  .div-block-13 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .paragraph-8 {
    text-align: center;
    width: auto;
    max-width: none;
  }

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

  .image-11 {
    display: none;
  }

  .button-4 {
    width: auto;
    max-width: 400px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-5 {
    width: auto;
  }

  .grid-9 {
    width: auto;
    margin-bottom: 116px;
  }

  .sect-swoop {
    background-image: none;
    margin-top: -132px;
  }

  .cont-prov {
    width: 90vw;
    max-width: 90vh;
  }

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

  .div-block-17 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-12 {
    width: 100%;
    margin-top: 30px;
  }

  .heading-14 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-18 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-19 {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .image-14 {
    width: auto;
    max-width: 50%;
    margin-left: 0;
    display: none;
  }

  .cont-getstart {
    width: 90vh;
    max-width: 90vw;
  }

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

  .paragraph-10 {
    margin-bottom: 32px;
  }

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

  .div-block-21 {
    padding-left: 20px;
  }

  .container-6 {
    width: 86vw;
    max-width: 86vw;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
    margin-top: 40px;
  }

  .image-16 {
    width: 50%;
    max-width: 50%;
  }

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

  .cont-footr {
    width: 86vw;
    max-width: 86vw;
  }

  .cont-games {
    background-size: 220px;
    width: 86vw;
    max-width: 86vw;
  }

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

  .heading-18 {
    width: 60vw;
    max-width: 60vw;
  }

  .div-block-23 {
    padding-top: 24px;
  }

  .button-8 {
    margin-bottom: 40px;
  }

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

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

  .image-18 {
    max-width: 40%;
  }

  .grid-15 {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25 {
    border-radius: 12px;
  }

  .heading-20 {
    font-size: 16px;
  }

  .div-block-26, .div-block-27, .div-block-28 {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .image-19 {
    display: block;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .div-block-31 {
    margin-right: 0;
  }

  .text-block-9 {
    margin-bottom: 20px;
  }

  .button-10 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 767px) {
  .sect-svcs-title {
    margin-top: 0;
  }

  .nav-link {
    border-radius: 0;
  }

  .container {
    max-width: 86vw;
  }

  .heading {
    font-size: 64px;
  }

  .image {
    width: 100%;
    margin-left: 33px;
  }

  .div-flower {
    width: 300px;
    height: 300px;
  }

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

  .div-par {
    background-position: 100% 120%, 0 0;
  }

  .div-par:hover {
    background-position: 100% 120%;
  }

  .div-fac {
    background-position: 0 120%, 0 0;
  }

  .div-fac:hover {
    background-position: 0 120%;
  }

  .grad {
    font-size: 74px;
  }

  .button {
    width: 70vw;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 0;
    line-height: 30px;
  }

  .button-2 {
    width: 70vw;
    height: 60px;
    line-height: 30px;
  }

  .paragraph-3 {
    margin-bottom: 30px;
  }

  .menu-button.w--open {
    width: 20px;
    max-width: 20px;
    height: 26px;
    max-height: 26px;
    margin-top: 24px;
  }

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

  .heading-6 {
    text-align: center;
    margin-top: 44px;
  }

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

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    text-align: center;
    max-width: 86vw;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .image-9 {
    width: 100%;
    max-width: 100%;
  }

  .container-4 {
    max-width: 90vw;
  }

  .quick-stack {
    margin-top: 44px;
  }

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

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

  .text-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .sect-parent {
    background-image: none;
  }

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

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

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

  .button-4 {
    margin-bottom: 20px;
  }

  .button-5 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-9 {
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 43px;
  }

  .div-block-16 {
    height: 20px;
  }

  .sect-swoop {
    margin-top: -96px;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .container-6 {
    width: 86vw;
    max-width: 86vw;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
    margin-bottom: 40px;
  }

  .cont-games {
    background-position: 100% 6%;
    background-size: 36vw;
    max-width: 86vw;
  }

  .paragraph-12 {
    width: 50%;
  }

  .heading-18 {
    width: 70vw;
    max-width: 70vw;
    margin-top: 20px;
  }

  .div-block-31 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .cont-hero {
    max-width: 90vw;
  }

  .circle1 {
    width: 300px;
    height: 300px;
  }

  .sect-svcs-title {
    margin-top: 0;
  }

  .circle4 {
    width: 300px;
    height: 300px;
    margin-top: -40px;
  }

  .container {
    margin-top: -49px;
  }

  .grid {
    margin-bottom: 60px;
  }

  .image {
    width: 80%;
    max-width: 80%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-flower {
    width: 80%;
    height: auto;
    margin-top: -2px;
  }

  .div-par {
    background-image: linear-gradient(to bottom, null, null);
    text-align: center;
    max-width: none;
  }

  .div-par:hover {
    background-position: 0 114%;
  }

  .div-fac {
    background-image: linear-gradient(to bottom, null, null);
  }

  .div-fac:hover {
    background-position: 102% 110%;
  }

  .button, .button-2 {
    width: 90%;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button {
    background-size: auto 14px;
    width: 22px;
    max-width: 32px;
    height: 14px;
    margin-top: 24px;
  }

  .menu-button.w--open {
    background-size: auto 18px;
    height: 20px;
    max-height: 20px;
    margin-top: 26px;
  }

  .div-block-4 {
    outline-width: 12px;
    padding: 10px;
    box-shadow: 0 0 12px 4px #a5a5a51c;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 17px;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-bottom: 62px;
  }

  .div-svc {
    text-align: center;
  }

  .swoosh {
    margin-top: 131px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
  }

  .grid-4 {
    margin-top: 16px;
  }

  .image-9 {
    max-width: 100%;
  }

  .container-4 {
    max-width: 90vw;
  }

  .div-block-8 {
    width: 99%;
  }

  .code-embed {
    width: 99%;
    max-width: 98vw;
    margin-top: 43px;
  }

  .quick-stack {
    margin-top: 38px;
    margin-bottom: 36px;
  }

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

  .div-block-10 {
    margin-top: 23px;
  }

  .heading-12 {
    margin-top: 40px;
    line-height: 26px;
  }

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

  .paragraph-6, .paragraph-7 {
    font-size: 16px;
  }

  .sect-parent {
    background-size: contain;
  }

  .grid-7 {
    margin-bottom: 10px;
  }

  .button-4 {
    margin-bottom: 20px;
  }

  .grid-9 {
    margin-bottom: 52px;
  }

  .sect-swoop {
    margin-top: -86px;
  }

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

  .image-12 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .paragraph-9 {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cont-games {
    background-size: 28vw;
  }

  .paragraph-12 {
    width: 80%;
    max-width: 80%;
  }

  .heading-18 {
    width: 80vw;
    max-width: 80vw;
  }

  .button-7, .button-8 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-31 {
    margin-right: 0;
  }
}

#w-node-cebcdf17-2eb8-9f63-6346-b53acca00e40-fa4424c7 {
  place-self: end;
}

#w-node-cf9a2336-ebd5-84f9-0c87-569f738cdfdb-fa4424c7 {
  place-self: center end;
}

#w-node-e2885d04-dd05-93d7-4829-ca7484c20210-fa4424c7 {
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1.1fr;
}

#w-node-fe27af93-7fb7-d265-9979-90d59666a350-fa4424c7 {
  grid-row: span 2 / span 2;
}

#w-node-ff19960c-a0ad-49d9-52c4-ef910e6ebebb-fa4424c7, #w-node-_8ba04aea-a0cd-711a-c545-8d045378801c-fa4424c7 {
  place-self: center end;
}

#w-node-cebcdf17-2eb8-9f63-6346-b53acca00e40-4df65135 {
  place-self: end;
}

#w-node-cf9a2336-ebd5-84f9-0c87-569f738cdfdb-4df65135 {
  place-self: center end;
}

#w-node-e2885d04-dd05-93d7-4829-ca7484c20210-4df65135 {
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1.1fr;
}

#w-node-fe27af93-7fb7-d265-9979-90d59666a350-4df65135 {
  grid-row: span 2 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_452158fc-c97c-7d6e-d15d-4fcd5d9e882a-fa4424c7, #w-node-_452158fc-c97c-7d6e-d15d-4fcd5d9e882a-4df65135 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ba50bae1-6cb1-dba5-3196-a29b537a2d52-fa4424c7 {
    align-self: auto;
  }

  #w-node-cf9a2336-ebd5-84f9-0c87-569f738cdfdb-fa4424c7 {
    align-self: center;
  }

  #w-node-e2885d04-dd05-93d7-4829-ca7484c20210-fa4424c7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe27af93-7fb7-d265-9979-90d59666a350-fa4424c7 {
    grid-row: span 2 / span 2;
  }

  #w-node-_5b80a9c4-217b-5b0d-f486-0883696e1ad4-fa4424c7, #w-node-dd19cc75-a0ec-9d5f-8524-70dca605d4e2-fa4424c7 {
    place-self: auto center;
  }

  #w-node-_31e73a6c-19c3-7425-44c2-04994029e001-fa4424c7, #w-node-_8ba04aea-a0cd-711a-c545-8d045378801c-fa4424c7, #w-node-dd893b75-a3cc-afe2-cd23-af751fd4eb0a-fa4424c7, #w-node-_1306a365-9903-d48b-bc4b-2d6756e4d228-fa4424c7, #w-node-_1249c688-fd5a-ad16-7e32-39efa5b309b0-fa4424c7 {
    justify-self: center;
  }

  #w-node-cf9a2336-ebd5-84f9-0c87-569f738cdfdb-4df65135 {
    align-self: center;
  }

  #w-node-e2885d04-dd05-93d7-4829-ca7484c20210-4df65135 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe27af93-7fb7-d265-9979-90d59666a350-4df65135 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5571faae-210c-4770-d1b3-a160501a6142-fa4424c7 {
    order: 9999;
  }

  #w-node-_5b80a9c4-217b-5b0d-f486-0883696e1ad4-fa4424c7, #w-node-_8ba04aea-a0cd-711a-c545-8d045378801c-fa4424c7, #w-node-_5b80a9c4-217b-5b0d-f486-0883696e1ad4-4df65135 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61385966-e0be-ba25-4c27-ddb0a34d7a5d-fa4424c7 {
    place-self: center;
  }

  #w-node-ff19960c-a0ad-49d9-52c4-ef910e6ebebb-fa4424c7 {
    place-self: auto;
  }

  #w-node-_61385966-e0be-ba25-4c27-ddb0a34d7a5d-4df65135 {
    place-self: center;
  }
}


