:root {
  --orange: #fc9d13;
  --maroon: #86000b;
  --steel-blue: #3376a6;
  --red: #ff0015;
  --black: black;
  --white: white;
  --dark-orange: #d88000;
  --dodger-blue: #1c98d7;
  --green: #3db94c;
  --sky-blue: #38cdeb;
}

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

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

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-rounded-edge-nav-bar-inner {
  max-width: 1440px;
  color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 18px;
}

.spark-nav-link {
  color: var(--maroon);
  text-align: center;
  border-radius: 20px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--steel-blue);
  opacity: 1;
  color: #fff;
  border-radius: 100px;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--steel-blue);
  opacity: 1;
  color: #fff;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-rounded-edge-navbar {
  z-index: 2;
  width: 95%;
  border: 3px solid var(--black);
  background-color: var(--white);
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: 32px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, .1);
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 28px;
}

.image {
  max-width: 150px;
}

.container {
  padding-top: 70px;
  padding-bottom: 50px;
}

.section {
  color: var(--maroon);
  background-image: linear-gradient(rgba(1, 97, 164, .6), rgba(1, 97, 164, .6)), url('../images/bgbg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.div-block {
  height: 100px;
  color: #ffdf00;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block:hover {
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.div-block._2 {
  flex-direction: row;
  align-items: center;
}

.image-2 {
  max-width: 150px;
  padding-bottom: 5px;
}

.image-2.test {
  text-align: center;
}

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

.div-block-3 {
  padding: 15px;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .2);
  margin-top: 50px;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.submit-button {
  width: 100%;
  max-width: none;
  background-color: var(--orange);
  box-shadow: 0 5px 0 0 var(--dark-orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  font-size: 20px;
  transform: scale(1.1);
}

.submit-button.packs {
  background-color: var(--red);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 27px;
}

.text-block-2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-2.white {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2-copy {
  max-width: 50px;
  margin-right: 5px;
}

.bold-text {
  color: var(--red);
}

.container-2 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.text-block-9 {
  text-align: center;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
  line-height: 16px;
}

.text-block-9.footer {
  padding-top: 20px;
}

.paragraph {
  font-family: PT Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph.orange {
  color: var(--dodger-blue);
  text-align: center;
  text-shadow: 0 2px 1px rgba(70, 0, 1, .2);
  margin-bottom: 15px;
  font-weight: 700;
}

.section-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('../images/bg3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}

.section-3 {
  background-color: #eee;
  background-image: linear-gradient(rgba(236, 236, 236, .86), rgba(236, 236, 236, .86)), url('../images/bg-happy2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-3._3 {
  background-image: linear-gradient(rgba(248, 248, 248, .84), rgba(248, 248, 248, .84)), url('../images/bg2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-3._4 {
  background-image: linear-gradient(rgba(130, 177, 255, .8), rgba(130, 177, 255, .8)), url('../images/Bg-4.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.item1 {
  height: 150px;
  border: 3px solid var(--dodger-blue);
  background-color: #000;
  background-image: url('../images/p1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 10px;
  transform: scale(1);
}

.item1._2 {
  background-image: url('../images/p2.webp');
  background-position: 50% 0;
  background-size: cover;
}

.item1._3 {
  background-image: url('../images/p3.webp');
  background-position: 50% 0;
  background-size: cover;
}

.item1._4 {
  background-image: url('../images/p4.webp');
  background-position: 50% 0;
  background-size: cover;
}

.item1._5 {
  background-image: url('../images/p5.webp');
  background-position: 50% 0;
  background-size: cover;
}

.item1._6 {
  background-image: url('../images/p6.webp');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-3-copy {
  outline-color: var(--green);
  outline-offset: 0px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  outline-width: 3px;
  outline-style: dotted;
  margin-top: 38px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.brix---avatar-image-link {
  width: 64px;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  width: 100%;
  height: 5px;
  color: #8ad342;
  background-color: #ff8000;
  border-radius: 20px;
  margin-top: 16px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-left-8px {
  margin-left: 8px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-812 {
  color: #211f54;
}

.testimonial-wrapper {
  width: 90%;
  height: 500px;
  max-width: 1240px;
  border: 3px solid var(--orange);
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  display: block;
  position: static;
  overflow: auto;
}

.brix---card-testimonial-twitter {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .52);
}

.brix---flex-horizontal-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---text-200-bold-2 {
  color: #ff2600;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
}

.brix---width-100 {
  width: 100%;
}

.brix---mg-bottom-2 {
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.brix---mg-bottom-2.white {
  color: #fff;
  text-align: center;
}

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

.count-block {
  width: 100%;
  max-width: none;
  min-height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(233, 233, 233, 0);
  border-radius: 24px;
  flex-flow: row;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 14px;
  display: flex;
}

.count-wrap {
  min-width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.count-number {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  text-shadow: 0 4px 1px rgba(0, 0, 0, .2);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-29 {
  transition: all .2s;
  transform: translate(0);
}

.div-block-29:hover {
  transform: translate(0, -5px);
}

.columns-16 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.s0-wrapper {
  height: 50px;
  background-color: var(--red);
  display: block;
}

.s0-container {
  height: 100%;
  max-width: 1007px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-37 {
  width: 20px;
  margin-right: 5px;
}

.image-35 {
  margin-right: 10px;
}

.testimonial-top-5 {
  border: 3px solid var(--dodger-blue);
  padding: 10px 20px;
}

.s1-pack-price {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-9 {
  font-size: 20px;
  line-height: 12px;
}

.s1-socialproof {
  max-width: 100%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.testimonial-wrapper-9 {
  width: 50%;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
  position: static;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-mid-3 {
  border-style: none solid solid;
  border-width: 3px;
  border-color: var(--dodger-blue);
  padding: 10px 20px;
}

.image-34 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s1-pack-wrapper-2 {
  width: 35%;
  background-color: #fff;
  border-bottom: 0 solid #bd0003;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.s1-wrapper-2 {
  background-image: linear-gradient(93deg, rgba(28, 152, 215, .94), rgba(56, 205, 235, .94)), url('../images/bg_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
}

.s1-container-2 {
  max-width: 1007px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 90px;
  display: flex;
}

.list-wrapper {
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.testimonial-bot-5 {
  border-style: none solid solid;
  border-width: 3px;
  border-color: var(--dodger-blue);
  padding: 10px 20px;
}

.s1-pack-wrapper-fave-2 {
  width: 35%;
  border: 5px solid var(--red);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 7px 5px rgba(0, 0, 0, .2);
}

.s1-pack-container-2 {
  justify-content: center;
  display: flex;
}

.image-29 {
  max-width: 30%;
  position: absolute;
  top: -1.5%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.s10-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s10-container {
  height: 100%;
  max-width: 1007px;
  flex-flow: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  height: 70px;
  color: #ffdf00;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-31:hover {
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.div-block-31._2 {
  flex-direction: row;
  align-items: center;
}

.text-block-16 {
  color: var(--maroon);
  text-align: center;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-38 {
  max-width: 150px;
  padding-bottom: 5px;
}

.text-block-17 {
  font-family: PT Sans, sans-serif;
}

.bold-text-8 {
  color: var(--red);
  font-size: 50px;
  font-weight: 700;
}

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

.text-block-19 {
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.bold-text-9 {
  font-size: 15px;
}

.image-41 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-42 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.security-block {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}

.text-block-31 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.text-block-31.bl {
  color: #000;
}

.bold-text-18 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.bold-text-18.bl {
  color: #000;
}

.div-block-36 {
  width: 500px;
}

.div-block-36.bottom {
  width: auto;
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.div-block-38 {
  height: 50px;
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  display: flex;
}

.text-block-33 {
  text-align: center;
  padding-top: 10px;
  line-height: 16px;
}

.orange {
  color: #ff2600;
}

.red {
  color: var(--red);
}

.text-block-2-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  line-height: 30px;
}

.form-copy {
  margin-top: 0;
  padding: 10px;
}

.radio-button-field-2 {
  margin-right: 20px;
  display: inline-block;
}

.div-block-9 {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-2-copy {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-1-c {
  flex-direction: column;
  align-items: flex-start;
}

.text-block-49 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.select-field-2 {
  width: 48.9%;
  margin-right: 10px;
  display: inline-block;
}

.bold-text-26 {
  text-align: right;
}

.text-block-21-copy {
  color: #fff;
  margin-top: 0;
  display: block;
}

.image-71 {
  float: none;
  filter: invert();
  margin-right: 2px;
  display: inline-block;
}

.main-wrapper-c {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.field-label-4 {
  color: #fff;
}

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

.field-2-column-3 {
  width: 48.9%;
  margin-right: 10px;
  display: inline-block;
}

.form-block-4 {
  color: #fff;
}

.item-wrapper-1-c {
  width: 50%;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.text-block-20-copy {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

._2-columns {
  display: flex;
}

.bold-text-23 {
  color: #fd0000;
  margin-right: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.text-block-48 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.item-wrapper-2-c {
  width: 50%;
}

.text-span-18 {
  color: #00f608;
}

.left-s2-p3-3 {
  width: 50%;
  text-align: left;
  padding: 10px;
}

.image-30 {
  float: left;
  margin-right: 10px;
}

._2-columns-copy {
  margin-top: 20px;
  display: flex;
}

.field-2-column-2 {
  width: 48.9%;
  margin-right: 0;
  display: inline-block;
}

.bold-text-25 {
  font-size: 18px;
}

.bold-text-22 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.text-block-52 {
  color: #fff;
  text-align: right;
}

.text-block-53 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.bold-text-21 {
  color: #fff;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}

.image-70 {
  float: left;
  margin-right: 10px;
}

.image-72 {
  display: block;
}

.rating-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.text-block-51 {
  text-align: left;
}

.text-block-20-copy-copy {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.item1-p3 {
  width: 20%;
  padding: 10px;
}

.item1-top-wrapper-c {
  height: 100px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding: 20px;
}

.right-s2-p3 {
  width: 50%;
  text-align: left;
  padding: 10px;
}

.left-2-columns {
  width: 50%;
  text-align: center;
}

.text-block-50 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
  text-decoration: line-through;
}

.item3-p3 {
  width: 20%;
  color: #fff;
  text-align: right;
  padding: 10px;
}

.text-block-47 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.text-block-28-copy {
  float: left;
  color: #fff;
  margin-right: 10px;
  line-height: 15px;
}

.text-field-4 {
  width: 40%;
  display: inline-block;
}

.text-field-4._2-column {
  width: 50%;
  margin-right: 10px;
}

.text-field-4._2-column._2nd-input {
  margin-right: 0;
}

.bold-text-24, .text-block-55 {
  color: #fff;
}

.secured-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label-3 {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.text-block-56 {
  color: #fff;
}

.item2-p3 {
  width: 60%;
  padding: 10px;
}

.right-2-columns {
  width: 50%;
}

.item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-57 {
  color: #fff;
}

.text-block-54 {
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  display: block;
}

.body {
  font-family: Montserrat, sans-serif;
}

.extra-small-text {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}

.extra-small-text.orange {
  color: var(--orange);
}

.image-74 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.large-bold-text {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.large-bold-text.green {
  color: var(--green);
  text-shadow: none;
}

.highlighted-text {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
}

.section-4 {
  z-index: 3;
  background-color: red;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.small-text {
  text-align: center;
  font-size: 20px;
}

.small-text.white {
  color: #fff;
}

.small-text.bold {
  font-weight: 700;
}

.small-text.bold.red {
  color: var(--red);
}

.small-text.bold.red.slash {
  text-decoration: line-through;
}

.small-text.bold.red {
  color: #ff0015;
  color: #ff0015;
}

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

.container-3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.extra-large-text {
  text-align: center;
  text-shadow: 0 5px 1px rgba(0, 0, 0, .2);
  font-size: 60px;
  line-height: 60px;
}

.extra-large-text.bold {
  font-weight: 700;
}

.extra-large-text.bold.white {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.large-text.bold {
  font-weight: 700;
}

.large-text.bold.white {
  color: #fff;
}

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

.medium-text.bold {
  font-weight: 700;
}

.medium-text.bold.white {
  color: #fff;
  text-align: center;
}

.medium-text.bold.left {
  text-align: left;
}

.normal-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}

.image-75 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-5 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/bg1.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

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

.section-6 {
  background-image: linear-gradient(rgba(1, 97, 164, .8), rgba(1, 97, 164, .8)), url('../images/bg2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-76 {
  height: 150px;
  border-radius: 100px;
  margin: 10px;
}

.cell {
  flex-direction: row;
  align-items: flex-start;
}

.quick-stack-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cell-2, .cell-3 {
  justify-content: center;
}

.form-block {
  width: 100%;
}

.text-field {
  height: 50px;
  text-align: center;
  border: 1px solid #ca0000;
  border-radius: 20px;
}

.cell-5 {
  align-items: center;
}

.button {
  border-bottom: 3px solid var(--dark-orange);
  background-color: var(--orange);
  border-radius: 20px;
}

.button.w--current {
  border-bottom: 5px solid var(--dark-orange);
  background-color: var(--orange);
}

.div-block-39 {
  height: 100px;
  color: #ffdf00;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-39:hover {
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.div-block-39._2 {
  flex-direction: row;
  align-items: center;
}

.div-block-40 {
  height: 100px;
  color: #ffdf00;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-40:hover {
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.div-block-40._2 {
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .form-copy {
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .item1, .item1._2, .item1._3 {
    border-color: var(--green);
  }

  .text-block-3-copy {
    outline-color: var(--orange);
  }

  .testimonial-top-5 {
    border-bottom-width: 0;
  }

  .s1-wrapper-2 {
    background-position: 0 0, -152%;
    background-repeat: repeat, no-repeat;
  }

  .testimonial-bot-5 {
    border-top-width: 0;
  }

  .s10-wrapper {
    padding-top: 0;
  }

  .extra-large-text {
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .spark-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    background-color: #803b14;
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17);
  }

  .spark-simple-menu-button {
    background-color: var(--orange);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
  }

  .text-block {
    font-size: 12px;
  }

  .div-block, .div-block._2 {
    height: 100px;
  }

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

  .div-block-2 {
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }

  .heading {
    font-size: 39px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 25px;
  }

  .image-2-copy {
    max-width: 40px;
  }

  .container-2 {
    padding: 50px 10px;
  }

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

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

  .paragraph {
    font-size: 22px;
  }

  .section-3 {
    background-image: linear-gradient(rgba(236, 236, 236, .86), rgba(236, 236, 236, .86)), url('../images/64776743846545061676e9dd_man2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-3._3 {
    background-image: linear-gradient(rgba(248, 248, 248, .84), rgba(248, 248, 248, .84)), url('../images/64776743846545061676e9d1_bg-1.webp');
    background-position: 0 0, 100%;
  }

  .item1 {
    height: 150px;
  }

  .text-block-3-copy {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .brix---avatar-image-link {
    max-width: 100%;
  }

  .div-block-14, .brix---mg-top-16px {
    margin-top: 5px;
  }

  .testimonial-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---card-testimonial-twitter {
    padding: 17px 12px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
  }

  .brix---mg-bottom-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .columns-16 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .s1-socialproof {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .testimonial-wrapper-9 {
    width: 100%;
    margin-bottom: 0;
    position: static;
    transform: none;
  }

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

  .s1-pack-wrapper-2, .s1-pack-wrapper-fave-2 {
    width: 50%;
  }

  .div-block-31, .div-block-31._2 {
    height: 60px;
  }

  .text-block-16 {
    font-size: 12px;
  }

  .image-38 {
    max-width: 100px;
  }

  .security-block {
    width: auto;
    margin-bottom: 0;
  }

  .div-block-36 {
    width: 350px;
  }

  .text-block-33 {
    font-size: 12px;
  }

  .image-48 {
    align-self: center;
  }

  .main-wrapper-c {
    width: 100%;
    flex-direction: column;
  }

  .item-wrapper-1-c {
    width: 100%;
  }

  .item-wrapper-2-c {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-39, .div-block-39._2, .div-block-40, .div-block-40._2 {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-nav-menu.spark-rounded-corners {
    overflow: auto;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-line-1.spark-simple-line {
    width: 22px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .spark-nav-link.spark-button {
    font-size: 14px;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block {
    line-height: 13px;
  }

  .div-block {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 10px;
  }

  .div-block._2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-2 {
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-3 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-top: 30px;
    font-size: 31px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .submit-button:hover {
    font-size: 26px;
  }

  .submit-button.packs {
    width: 80%;
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 19px;
    line-height: 21px;
  }

  .text-block-2.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .image-2-copy {
    max-width: 60px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .paragraph {
    font-size: 17px;
    line-height: 22px;
  }

  .brix---avatar-image-link {
    width: 50px;
    height: auto;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---mg-bottom-2.white {
    line-height: 19px;
  }

  .count-block {
    width: auto;
    max-width: none;
    min-height: auto;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .count-wrap {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .count-number {
    font-size: 37px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .s1-socialproof {
    align-items: flex-start;
  }

  .testimonial-mid-3 {
    height: 279px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .s1-pack-wrapper-2 {
    width: 100%;
    margin: 20px 0;
  }

  .s1-wrapper-2 {
    background-position: 0 0, 0%, 50%;
    background-size: auto, cover, cover;
  }

  .s1-container-2 {
    flex-direction: column;
  }

  .s1-pack-wrapper-fave-2 {
    width: 100%;
    order: -1;
    margin: 20px 10px 20px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .s1-pack-container-2 {
    flex-direction: row;
  }

  .s10-container {
    padding-top: 0;
  }

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

  .div-block-31._2 {
    width: auto;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-16 {
    line-height: 13px;
  }

  .bold-text-8 {
    text-align: center;
  }

  .image-11-copy {
    width: 100%;
  }

  .div-block-36 {
    width: 400px;
  }

  .div-block-36.bottom {
    width: 100%;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    display: flex;
  }

  .extra-large-text, .large-text {
    line-height: 60px;
  }

  .cell-5 {
    align-items: center;
  }

  .div-block-39 {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 10px;
  }

  .div-block-39._2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-40 {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 10px;
  }

  .div-block-40._2 {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-menu {
    max-height: 90vh;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
    font-size: 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
    top: 13px;
  }

  .image {
    padding-left: 5px;
  }

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

  .text-block {
    font-size: 10px;
    line-height: 11px;
  }

  .div-block {
    border-radius: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block._2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    width: 185px;
    height: 200px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading {
    font-size: 26px;
    line-height: 33px;
  }

  .submit-button:hover {
    font-size: 23px;
    transform: scale(1.05);
  }

  .submit-button.packs {
    font-size: 18px;
  }

  .image-2-copy {
    margin-bottom: 10px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .text-block-9.footer {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 9px;
    line-height: 14px;
  }

  .paragraph {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .section-3 {
    background-image: linear-gradient(rgba(236, 236, 236, .86), rgba(236, 236, 236, .86)), url('../images/64776743846545061676e9dd_man2.webp');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
  }

  .item1._2 {
    border-radius: 20px;
  }

  .text-block-3-copy {
    width: 280px;
  }

  .brix---avatar-image-link {
    width: 30%;
    height: 100%;
    object-fit: cover;
  }

  .brix---flex-horizontal-space-between {
    justify-content: center;
    align-items: center;
  }

  .brix---mg-top-16px {
    text-align: center;
    margin-top: 12px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-wrapper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---card-testimonial-twitter {
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .brix---flex-horizontal-2 {
    text-align: center;
    flex-direction: column;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-2 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .count-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .count-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-16 {
    display: block;
  }

  .column-30 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-4 {
    font-size: 13px;
  }

  .s1-socialproof {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-wrapper-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-mid-3 {
    height: auto;
  }

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

  .s1-pack-wrapper-2 {
    width: 90%;
  }

  .s1-wrapper-2 {
    background-position: 0 0, 0%, 50%;
  }

  .s1-container-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s1-pack-wrapper-fave-2 {
    width: 90%;
  }

  .s1-pack-container-2 {
    flex-direction: column;
    align-items: center;
  }

  .columns-17 {
    display: block;
  }

  .div-block-31 {
    height: 83px;
    border-radius: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-31._2 {
    height: 83px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-16 {
    font-size: 10px;
    line-height: 11px;
  }

  .image-11-copy {
    width: auto;
    max-width: 116%;
  }

  .image-41 {
    max-width: 100%;
    display: block;
  }

  .image-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .security-block {
    width: 100%;
    text-align: center;
    object-fit: contain;
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .div-block-36 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
  }

  .div-block-36.bottom {
    width: 90%;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
  }

  .image-48 {
    display: block;
  }

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

  .left-s2-p3-3 {
    width: 100%;
    text-align: center;
  }

  ._2-columns-copy {
    flex-direction: column;
  }

  .text-block-52 {
    text-align: center;
  }

  .text-block-53 {
    text-align: left;
  }

  .image-72 {
    margin-left: auto;
    margin-right: auto;
  }

  .right-s2-p3, .left-2-columns {
    width: 100%;
  }

  .item3-p3 {
    width: 30%;
  }

  .field-label-3 {
    line-height: 25px;
  }

  .item2-p3 {
    width: 50%;
  }

  .right-2-columns {
    width: 100%;
  }

  .item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-54 {
    text-align: center;
  }

  .extra-small-text {
    width: 80%;
    display: block;
  }

  .extra-large-text.bold, .extra-large-text.bold.white {
    font-size: 30px;
    line-height: 30px;
  }

  .large-text.bold {
    line-height: 40px;
  }

  .cell {
    flex-direction: column;
    align-items: center;
  }

  .form-block {
    width: 90%;
  }

  .cell-4 {
    flex-direction: column;
    align-items: center;
  }

  .cell-7 {
    align-items: center;
  }

  .div-block-39 {
    border-radius: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-39._2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40 {
    border-radius: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-40._2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-ba1f064a-38b6-77f6-336f-6bdc693ead83-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f687d944-bfc2-a1da-343b-802539de4e29-a9298700, #w-node-_66192236-4be2-6443-30f6-337e9432baca-a9298700, #w-node-cf86543a-d0fd-ab66-b519-54a9d3be85ad-a9298700, #w-node-_12dfcc61-cb47-1cef-d8c0-19a5d32c609a-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e1fe450-8222-489b-69f5-da8ae3399ad9-a9298700 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0cebdd8d-0c95-d58b-c561-dd4c2f2fd2af-a9298700, #w-node-_8b771098-1dd9-3538-725c-faa2d3e1f0ac-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bdc072d0-ea62-6720-0bbe-85a41e073a3c-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c0548309-4322-ffb6-049f-98fb13a0f51c-a9298700, #w-node-f8660993-1f01-da48-f958-68cd64d79f8a-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f8660993-1f01-da48-f958-68cd64d79fa2-a9298700 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5e1fe450-8222-489b-69f5-da8ae3399ad9-a9298700 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0cebdd8d-0c95-d58b-c561-dd4c2f2fd2af-a9298700, #w-node-_8b771098-1dd9-3538-725c-faa2d3e1f0ac-a9298700, #w-node-bdc072d0-ea62-6720-0bbe-85a41e073a3c-a9298700 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba1f064a-38b6-77f6-336f-6bdc693ead83-a9298700, #w-node-f687d944-bfc2-a1da-343b-802539de4e29-a9298700, #w-node-_66192236-4be2-6443-30f6-337e9432baca-a9298700, #w-node-cf86543a-d0fd-ab66-b519-54a9d3be85ad-a9298700 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf86543a-d0fd-ab66-b519-54a9d3be85b0-a9298700 {
    order: -9999;
  }

  #w-node-_12dfcc61-cb47-1cef-d8c0-19a5d32c609a-a9298700, #w-node-c0548309-4322-ffb6-049f-98fb13a0f51c-a9298700, #w-node-f8660993-1f01-da48-f958-68cd64d79f8a-a9298700, #w-node-f8660993-1f01-da48-f958-68cd64d79fa2-a9298700 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


