:root {
  --black: #000;
  --white: #fff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray900: #101828;
  --untitled-ui--white: white;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary600: #7f56d9;
}

.body {
  background-color: var(--black);
  background-image: url('../images/New-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Inter, sans-serif;
}

.hero-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-text-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h1-heading-style {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 105%;
}

.paco-color-text, .text-span {
  color: #02ebb2;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 144.6%;
}

.button {
  color: #02ebb2;
  background-color: #004937;
  border: 2px solid #02ebb2;
  border-radius: 35px;
  padding: 16px 25px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
}

.why-choose {
  background-image: url('../images/star-img-1.png'), url('../images/star-img.png'), url('../images/star-img.png'), url('../images/star-img-1.png');
  background-position: 0 83%, 0 95%, 100%, 100% 35%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why-choose-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-left: 3px solid #02ebb2;
  border-right: 3px solid #02ebb2;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 100px 3px 49px;
  display: grid;
}

.why-choose-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 25px 38px;
  display: flex;
  position: relative;
}

.inter-32px {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
}

.inter-r-16px {
  color: #a4a7c3;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.inter-r-16px.alternate-color {
  color: #898ca9;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-align-center._0px4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 45.5px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pricing-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.prcing-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  border-radius: 26px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 78px 30px 30px;
  display: flex;
  position: relative;
}

._28px-inter {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

._36px-inter {
  color: var(--white);
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.uui-text-size-medium {
  color: #a4a7c3;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing10_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing10_feature {
  display: flex;
}

.uui-pricing10_feature-list {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.button-2 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 24px;
  margin-top: 40px;
  padding: 14px 77px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.text-block {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bold-color {
  color: #00e7ff;
  font-weight: 800;
}

.text-block-2 {
  color: var(--black);
  letter-spacing: .833px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #00effe, #01ff76);
  border-radius: 13.5px;
  margin-top: 19px;
  margin-right: 22px;
  padding: 5px 25px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.inter-35px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 45.5px;
}

.spacing-large {
  width: 100%;
  padding-top: 5rem;
}

.table-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
}

.table-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0006;
  border: 1px solid #7c7c7c;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns {
  border: 1px solid #7060608c;
  justify-content: center;
  align-items: center;
  padding: 36px 20px;
  display: flex;
}

.columns._20 {
  padding-left: 20px;
  padding-right: 20px;
}

.columns._20.no-border-2 {
  border-bottom-style: none;
  border-right-style: none;
}

.columns._20px {
  padding-left: 30px;
  padding-right: 30px;
}

.columns._20px.no-boder {
  border-bottom-style: none;
  border-left-style: none;
}

.columns._20px.left-align {
  justify-content: flex-start;
  align-items: center;
}

.inter-20px {
  color: #e4e4e4;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.inter-20px.alternate-color {
  color: #a4a7c3;
}

.inter-20px.alternate-color._14px {
  font-size: 14px;
  line-height: 1.5;
}

.white {
  color: #e4e4e4;
}

.testimonial-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonial-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  display: flex;
}

.testimonial-card {
  border: 3px solid #8f8f8f;
  border-radius: 15px;
  width: 45%;
  padding: 25px 30px 25px 79px;
  position: relative;
}

.inter-23px {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 29.9px;
}

.star {
  width: 22.5px;
  height: 21.5px;
}

.div-block-4 {
  grid-column-gap: 27.5px;
  grid-row-gap: 27.5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inter-16px {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

.paragraph-2 {
  color: #a4a7c3;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
}

.ab-img {
  width: 118px;
  height: 118px;
  position: absolute;
  inset: 15% auto 0% -15%;
}

.footer-dark {
  background-color: #fff0;
  background-image: url('../images/Line-37.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px #e4ebf3;
  margin-top: 200px;
  padding: 96px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/14days-1.png');
  background-position: 31% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.title-small._0 {
  margin-top: 0;
  margin-bottom: 0;
}

.title-small._27 {
  margin-bottom: 27px;
}

.footer-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 33px;
  text-decoration: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-image: url('../images/Line-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.inter-30px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
}

.inter-18px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
}

.inter-18px.alternate-color {
  color: #a4a7c3;
  margin-top: 10px;
  margin-bottom: 24px;
}

.div-block-5 {
  grid-column-gap: 34.39px;
  grid-row-gap: 34.39px;
  align-items: center;
  display: flex;
}

.footer-page-name {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.mouse-scroll-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.hero-image-wrapper {
  display: flex;
}

._14days-img {
  width: 50px;
  display: none;
}

.text-block-3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 42px;
  display: flex;
}

.image-3 {
  width: 20px;
  height: 18px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 20px;
  height: 18px;
}

.social-img {
  width: 21.6px;
  height: 21.5px;
}

.social-img.x {
  width: 20px;
  height: 18.12px;
}

.social-img.facebook {
  width: 22px;
  height: 22px;
}

.bold-20px {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.div-block-8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: 42px;
  display: flex;
}

.img-block {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.join-now-button-text-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

._2 {
  padding-top: 2px;
  display: block;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .button-2 {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-grid {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card {
    width: 100%;
  }

  .inter-23px {
    font-size: 17px;
  }

  .star {
    width: 15px;
    height: 16px;
  }

  .div-block-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .inter-16px {
    font-size: 14px;
  }

  .footer-wrapper {
    max-width: 90%;
  }

  .title-small {
    color: var(--white);
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
  }

  .footer-link {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 33px;
  }

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

  .hero-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .inter-30px {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 39px;
  }

  .inter-18px {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
  }

  .inter-18px.alternate-color {
    color: #a4a7c3;
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .inter-18px._700 {
    font-weight: 700;
  }

  .join-now-button-text-block {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  ._2 {
    padding-top: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .container {
    max-width: 1440px;
  }

  .hero-wrapper {
    grid-template-columns: .75fr .5fr;
  }

  .button-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .star {
    width: 22.5px;
    height: 21.5px;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-position: 33% 100%;
  }

  .footer-link.email, .footer-link.phone {
    font-size: 15px;
  }

  ._2 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }

  .hero-wrapper {
    grid-template-columns: .5fr .5fr;
  }

  .why-choose {
    background-position: 0 83%, 0 95%, 100%, 95% 35%;
  }

  .button-2 {
    padding-left: 77px;
    padding-right: 77px;
  }

  .testimonial-grid {
    grid-column-gap: 6.5rem;
  }

  .inter-23px {
    font-size: 23px;
  }

  .star {
    width: 22.5px;
    height: 21.5px;
  }

  .inter-16px, .footer-link.email, .footer-link.phone {
    font-size: 16px;
  }

  ._2 {
    width: 2px;
    height: 1.3px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    grid-template-columns: auto;
  }

  .h1-heading-style {
    font-size: 40px;
  }

  .why-choose-wrapper, .pricing-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .button-2 {
    padding-left: 77px;
    padding-right: 77px;
  }

  .columns {
    padding: 20px 10px;
  }

  .columns._20px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inter-20px {
    font-size: 10px;
  }

  .inter-20px.alternate-color {
    line-height: 1.5;
  }

  .inter-20px.alternate-color._14px {
    font-size: 10px;
  }

  .testimonial-grid {
    flex-flow: column;
  }

  .testimonial-card {
    width: 100%;
  }

  .ab-img {
    width: 100px;
    height: 100px;
    left: -8%;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-position: 100% 25%;
    grid-template-columns: 1.75fr;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .hero-wrapper {
    grid-template-columns: auto;
  }

  .hero-text-block {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .why-choose-wrapper {
    grid-template-columns: 1fr;
  }

  .why-choose-cards {
    padding-bottom: 25px;
  }

  .div-block {
    inset: 100% 0% 0%;
  }

  .pricing-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    margin-right: 0;
    position: static;
  }

  .inter-35px.center {
    text-align: center;
  }

  .table-wrapper {
    overflow: scroll;
  }

  .columns._20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tick, .cross-img {
    width: 10px;
  }

  .testimonial-grid {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    margin-top: 100px;
    padding-left: 0;
  }

  .testimonial-card {
    padding-top: 79px;
    padding-left: 30px;
  }

  .ab-img {
    width: 118px;
    height: 118px;
    inset: -35% 0% auto 35%;
  }

  .footer-dark {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .inter-30px {
    font-size: 25px;
    line-height: 35px;
  }

  .inter-18px {
    font-size: 16px;
  }

  .footer-page-name {
    font-size: 12px;
  }

  .image {
    transform: rotate(90deg);
  }

  .lottie-animation {
    width: 100%;
  }

  ._14days-img {
    width: 100px;
    display: block;
  }

  .div-block-6 {
    align-items: center;
  }

  .bold-20px {
    font-size: 18px;
    line-height: 22px;
  }

  ._2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-block {
    align-items: center;
  }

  .h1-heading-style {
    text-align: center;
    font-size: 45px;
  }

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

  .button-2 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .inter-35px {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .inter-16px, .paragraph-2 {
    text-align: center;
  }

  .ab-img {
    top: -20%;
    left: 28%;
  }

  .footer-link.email {
    font-size: 14px;
  }

  .footer-copyright-center {
    padding-right: 40px;
  }

  .inter-30px {
    font-size: 25px;
    line-height: 35px;
  }

  ._14days-img {
    width: 80px;
  }

  .bold-20px {
    font-size: 15px;
  }
}

#w-node-_0c99e910-e5d4-9db4-766e-a906a07e0f5b-016b65fd, #w-node-_0c99e910-e5d4-9db4-766e-a906a07e0f60-016b65fd, #w-node-_0c99e910-e5d4-9db4-766e-a906a07e0f65-016b65fd, #w-node-_5df5a59b-c03f-c2d0-9074-b67e9d53e505-016b65fd, #w-node-_5df5a59b-c03f-c2d0-9074-b67e9d53e50a-016b65fd, #w-node-_5df5a59b-c03f-c2d0-9074-b67e9d53e50f-016b65fd, #w-node-_0f7017e0-4d1e-91c8-6e90-efcc4fdb69ea-016b65fd, #w-node-_0f7017e0-4d1e-91c8-6e90-efcc4fdb69ef-016b65fd, #w-node-_0f7017e0-4d1e-91c8-6e90-efcc4fdb69f4-016b65fd, #w-node-e98f6793-6e51-0668-d394-ba51afca69b2-016b65fd, #w-node-_8734af4d-548f-0217-115e-2ef7b76458ee-016b65fd, #w-node-_8734af4d-548f-0217-115e-2ef7b76458f3-016b65fd, #w-node-_8734af4d-548f-0217-115e-2ef7b76458f8-016b65fd, #w-node-_30a75dc5-fa62-1768-34f9-f81e087115ed-016b65fd, #w-node-_30d20e1d-08fe-076e-bbf2-95c843b193fa-016b65fd, #w-node-_30d20e1d-08fe-076e-bbf2-95c843b193ff-016b65fd, #w-node-_30d20e1d-08fe-076e-bbf2-95c843b19404-016b65fd, #w-node-a4d4a1bc-e72d-18e9-1b7a-5e4a349094f5-016b65fd {
  align-self: start;
}

#w-node-_8e43c668-4286-ee5b-d43d-cd1994a87f98-016b65fd, #w-node-e11747f6-3ce8-b1ce-3c51-8e0be9c04d9d-016b65fd, #w-node-b47c5963-7301-d994-0e09-6c941cdd49a1-016b65fd, #w-node-_76d08e44-6f45-e58c-4ec7-763a85141080-016b65fd, #w-node-a39de676-4e11-a467-0b17-fd9ede8d3423-016b65fd, #w-node-_65fd4576-ef9c-1628-ef5f-9e2734b95e99-016b65fd, #w-node-_3c97a4e2-e3e0-1703-4748-a4d169b705c3-016b65fd, #w-node-_3e8be864-0bc2-54c9-f196-f6233fa003a2-016b65fd, #w-node-_3a6e4bed-a3d8-055e-9435-49f9a0aa3282-016b65fd, #w-node-_61e0dd61-da71-7688-0d2e-f0398178835e-016b65fd, #w-node-b3d51993-11a6-da4c-78e8-8edbb52b95ae-016b65fd, #w-node-e6531c98-983e-6dac-ada8-c02ca848349d-016b65fd, #w-node-_756733ea-1a22-c45f-e1c1-20388e6ace2c-016b65fd, #w-node-d259956a-99fa-eee5-b8fa-de1e3cca04df-016b65fd, #w-node-_80790449-5d8e-72eb-3d9f-5fc2d3e1fed0-016b65fd, #w-node-_7495d7e1-c5e3-173c-ca35-63a732dbce32-016b65fd, #w-node-ba85dc99-f793-1392-5625-ef124246cafe-016b65fd, #w-node-_85d602a6-8c1d-fc2f-bbc4-05e79bd72aef-016b65fd, #w-node-_3bd508e1-9020-44d5-62b9-6a38cd74f91a-016b65fd, #w-node-_91156b9d-a03b-85e0-94c8-774be394abe9-016b65fd, #w-node-e6298bb9-6397-dbad-1dbe-5c7bc1ad4713-016b65fd, #w-node-_038b4a11-361b-2a97-5908-edd7cf587566-016b65fd, #w-node-c124c2f8-4fdb-4016-4d2e-4accf1d08c30-016b65fd, #w-node-_46376b7a-f50a-660e-dbbb-58681c636d1e-016b65fd, #w-node-_728fdbb3-412f-735b-00b6-4bf0f21aec21-016b65fd, #w-node-fedd2116-f110-e59e-d823-03ac63a77654-016b65fd, #w-node-bb8227fd-13b0-7262-4c0a-cc7841c47821-016b65fd, #w-node-aaac7b58-9602-1082-15ce-8666ec62bfbe-016b65fd, #w-node-_99f792a9-dca1-4540-51c5-f5e319ab038e-016b65fd, #w-node-d297a077-3078-906d-ec0b-0e4ded1e34ad-016b65fd, #w-node-ffb2bd27-35c8-f05a-f2d9-00f2cb0f9137-016b65fd, #w-node-da0a5bec-6c2c-98ac-6add-c51cd3591936-016b65fd, #w-node-d6c6afd4-8f06-80ee-dead-00f02fb0b915-016b65fd, #w-node-f0c8129a-6df5-f5f5-3915-278f79ca5e6c-016b65fd, #w-node-_94010a95-bf44-b682-d2b2-da730f8c623b-016b65fd, #w-node-a5aa684e-3007-bc29-7673-85d046d5ec2e-016b65fd, #w-node-_7dcbf477-1ca6-764d-ea47-150454325601-016b65fd, #w-node-d0427cde-8ca1-6b81-b70a-8d7d8ac10f16-016b65fd, #w-node-_4d0e3c65-fdf0-2e5a-9e7b-95569c3606b0-016b65fd, #w-node-_3e665b84-dbfc-28b3-f18b-3b1c2eba810a-016b65fd, #w-node-_099f6675-1818-ba33-e597-77259b756be0-016b65fd, #w-node-_48acd795-02bf-4f72-38e3-67c69fa1dc96-016b65fd, #w-node-db3cca67-b8f6-9be9-47de-5a92c183dbcc-016b65fd, #w-node-eef4a64d-a324-2e06-f38e-b18ea1d3e645-016b65fd, #w-node-_6b763fe7-db08-6aee-6ebe-bbb9954d4161-016b65fd, #w-node-_7cf8b83a-efac-2560-bd9c-dced1a8259e4-016b65fd, #w-node-_47900420-3b0b-568b-2ad0-5439c55062dc-016b65fd, #w-node-_3bb9a521-27c0-be4f-c935-fee82e847c6a-016b65fd, #w-node-_8c3c9ac7-da1e-7957-4087-9a1754acc689-016b65fd, #w-node-_8c3c9ac7-da1e-7957-4087-9a1754acc69d-016b65fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


