.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.buttons-right {
  display: none;
}

.buttons-right.hide-on-mob {
  display: block;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #050d2b;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.navigation-item {
  padding: 9px 15px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #686688;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #635bff;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.button {
  overflow: visible;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #635bff;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.primary {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #635bff;
  border-radius: 8px;
  background-color: #e4e4e9;
  opacity: 1;
  outline-color: #e148c0;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.button.primary:hover {
  background-color: #635bff;
  color: #fff;
}

.button.primary.try-it-free {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #060d29;
  color: #fff;
}

.button.primary.try-it-free:hover {
  background-color: #3f37d6;
}

.text-block {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.small-container {
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}

.logo-image {
  display: block;
}

.navigation {
  position: fixed;
  display: block;
  overflow: visible;
  width: 100%;
  padding: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
  direction: ltr;
  font-weight: 400;
  text-transform: capitalize;
  white-space: normal;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navbar_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: Inter, sans-serif;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 10%;
  padding-bottom: 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efeff2));
  background-image: linear-gradient(180deg, #fff, #efeff2);
}

.small-container-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-container-1.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-1 {
  max-width: 100%;
  font-family: Inter, sans-serif;
  color: #171623;
  font-size: 70px;
  line-height: 69px;
  font-weight: 600;
  text-transform: none;
}

.heading-1.margin-30 {
  margin-bottom: 30px;
}

.text-block-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #171623;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-4.margin-30 {
  margin-bottom: 30px;
}

.button-2 {
  width: 100%;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 8px;
  background-color: #635bff;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.button-2.black {
  background-color: #171623;
}

.button-2.small {
  max-width: 250px;
}

.laptop-image-banner {
  position: absolute;
  top: 20%;
  right: -10%;
  width: 55%;
}

.hero-left {
  max-width: 50%;
  padding-right: 30px;
}

.text-span {
  color: #635bff;
}

.hero-right {
  max-width: 50%;
  padding-left: 30px;
}

.image {
  width: 100%;
  height: 100%;
}

.trusted-by {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #171623;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.h3.margin-30 {
  margin-bottom: 30px;
}

.heading-5 {
  color: #171623;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.section-3 {
  margin-top: -74px;
  background-color: #fff;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -83px;
  max-width: 1100px;
  padding: 30px 20px;
  border-bottom: 2px solid #e4e4e9;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 14px 0 rgba(23, 22, 35, 0.1);
}

.testimonial-image {
  overflow: hidden;
  width: 40%;
  border-radius: 20px;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask {
  height: auto;
}

.heading-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #060d29;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.text-block-10 {
  font-family: Inter, sans-serif;
  color: #686688;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.slider-navigation {
  top: 45%;
  bottom: 55%;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: transparent;
}

.testimonial-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-11 {
  font-family: Inter, sans-serif;
  color: #686688;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.slide {
  height: auto;
}

.small-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-content {
  width: 60%;
  padding-right: 55px;
  padding-left: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon {
  color: #686688;
  font-size: 25px;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686688;
  font-size: 25px;
}

.small-container-4 {
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-6 {
  padding-right: 30px;
}

.heading-6 {
  font-family: Inter, sans-serif;
  line-height: 40px;
  font-weight: 700;
}

.list-item {
  margin-bottom: 30px;
  padding-left: 45px;
  line-height: 25px;
}

.heading-13 {
  color: #171623;
  font-size: 47px;
}

.subheader {
  margin-bottom: 30px;
  color: #635bff;
  font-size: 16px;
}

.subheader.white {
  color: #fff;
}

.subheader.white.opacity {
  color: hsla(0, 0%, 100%, 0.8);
}

.subheader.center-align {
  text-align: center;
}

.subheader.padding {
  width: 140px;
  padding: 15px;
  border-radius: 8px;
}

.subheader.padding.center-aligh {
  padding: 10px;
  color: #686688;
  text-align: center;
}

.subheader.padding.center-aligh.after {
  border-style: solid;
  border-width: 2px;
  border-color: #635bff;
  color: #635bff;
}

.benefit-left {
  position: relative;
  max-width: 50%;
  padding-right: 50px;
}

.benefit-right {
  position: relative;
  max-width: 50%;
  padding-left: 50px;
}

.benefit-right.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-3 {
  width: 450px;
  height: 360px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3.overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 120px;
}

.image-3._7 {
  width: 370px;
  height: 270px;
}

.paragraph {
  margin-bottom: 40px;
  color: #171623;
  font-size: 39px;
  line-height: 44px;
  font-weight: 600;
}

.text-span-2 {
  color: #635bff;
}

.text-span-3 {
  color: #686688;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 110px;
}

.image-absolute {
  position: absolute;
  top: 151px;
  right: 91px;
  width: 430px;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0 3px 16px 1px rgba(23, 22, 35, 0.16);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-absolute.overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 120px;
}

.image-absolute._2 {
  top: -35px;
  right: 326px;
  width: 130px;
  height: 90px;
}

.image-absolute._3 {
  top: 188px;
  right: -8px;
  width: 320px;
  height: 220px;
}

.image-absolute._4 {
  top: -84px;
  right: -35px;
  width: 250px;
  height: 250px;
  box-shadow: none;
}

.image-absolute._5 {
  top: 195px;
  right: 745px;
  z-index: 2;
  width: 280px;
  height: 280px;
  box-shadow: none;
}

.image-absolute._6 {
  left: auto;
  top: 340px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 860px;
  height: 440px;
}

.image-absolute._7 {
  top: 50px;
  right: -155px;
  width: 330px;
  height: 220px;
}

.image-absolute._8 {
  top: 85px;
  right: 108px;
  width: 310px;
  height: 220px;
}

.image-absolute._9 {
  top: 221px;
  right: 905px;
  width: 200px;
  height: 220px;
  box-shadow: none;
}

.paragraph-2 {
  margin-bottom: 40px;
  color: #171623;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-2.white {
  color: #fff;
  font-weight: 300;
}

.paragraph-2.white._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-2._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-2.black {
  font-size: 14px;
  line-height: 19px;
}

.paragraph-2.grey {
  color: #686688;
}

.paragraph-2.grey.benefits-container {
  margin-bottom: 20px;
}

.image-7 {
  margin-bottom: 40px;
}

.cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  padding: 70px 20px 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e4e4e9;
  border-radius: 20px;
  background-color: #635bff;
  box-shadow: 0 6px 14px 0 rgba(23, 22, 35, 0.1);
}

.section-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 397px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-6.hidden {
  display: none;
}

.heading-2 {
  color: #171623;
  font-size: 50px;
  line-height: 52px;
  text-align: center;
}

.heading-2.margin-30 {
  margin-bottom: 30px;
}

.heading-2.margin-20 {
  margin-bottom: 20px;
}

.heading-2.margin-20.white {
  color: #fff;
  line-height: 50px;
}

.heading-2.left-align {
  line-height: 59px;
  text-align: left;
}

.heading-2.left-align.white {
  color: #fff;
}

.heading-2.left-align.white.margin-bottom {
  margin-bottom: 30px;
  line-height: 59px;
}

.heading-2.left-align.white-copy {
  color: #fff;
}

.heading-2.left-align.margin-bottom {
  margin-bottom: 30px;
}

.button-3 {
  width: 100%;
  max-width: 500px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #635bff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.heading-3 {
  font-size: 39px;
  line-height: 42px;
  font-weight: 600;
}

.heading-3.margin-30 {
  margin-bottom: 30px;
}

.heading-3.margin-30.white {
  color: #fff;
}

.before-after-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  padding: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #e4e4e9;
  border-radius: 20px;
  background-color: #635bff;
  background-image: linear-gradient(153deg, #635bff, #342af9);
  box-shadow: 0 6px 14px 0 rgba(23, 22, 35, 0.1);
}

.before-after-cards.before {
  max-width: 40%;
  margin-right: 30px;
  background-color: #e4e4e9;
  background-image: none;
}

.text-wrapper {
  position: relative;
  max-width: 100%;
  padding-left: 0px;
}

.text-wrapper.less-margin {
  margin-bottom: 0px;
}

.text-wrapper._45 {
  max-width: 60%;
}

.image-wrapper {
  position: relative;
  max-width: 100%;
}

.image-4 {
  width: 380px;
  height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4.overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 120px;
}

.image-4._7 {
  width: 370px;
  height: 270px;
}

.image-4._9 {
  width: 360px;
  height: auto;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-7.hidden {
  display: none;
}

.links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 55px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #e4e4e9;
  border-radius: 20px;
  background-color: #635bff;
  background-image: linear-gradient(153deg, #0c0836, #030116);
  box-shadow: 0 6px 14px 0 rgba(23, 22, 35, 0.1);
}

.links.before {
  max-width: 40%;
  margin-right: 30px;
  background-color: #e4e4e9;
  background-image: none;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 21px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-4 {
  color: #635bff;
}

.columns {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.32) hsla(0, 0%, 100%, 0.14) hsla(0, 0%, 100%, 0.05);
  border-radius: 12px;
  background-color: rgba(105, 105, 113, 0.27);
}

.columns._2 {
  background-color: rgba(63, 70, 121, 0.27);
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 30px;
  margin-right: 10px;
}

.text-block-12 {
  color: #fff;
  font-size: 20px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.q {
  width: 50px;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slider-2.testimonial {
  padding-bottom: 80px;
}

.title-2-slider.avatar-content---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title-2-slider.testimonials-client-info---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f7fb;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 14px 0 rgba(8, 15, 52, 0.04);
}

.card.testimonial-v1 {
  padding: 53px 54px 60px;
}

.card.testimonial-v1.first {
  height: 100%;
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
}

.container-default {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.adjust-container-max-w {
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}

.title {
  white-space: break-spaces;
}

.title.avatar-name-v1---brix {
  margin-bottom: 5px;
  font-weight: 800;
}

.title.testimonial---brix {
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
}

.card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloneable-container-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 624px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slide-1.testimonial-v1 {
  max-width: 500px;
  margin-right: 20px;
}

.slider-arrow---brix {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  background-color: #4a3aff;
  box-shadow: 0 4px 4px 0 rgba(12, 4, 102, 0.2);
  -webkit-transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, background-color 350ms ease, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  font-size: 22px;
}

.slider-arrow---brix:hover {
  background-color: #fff;
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, 0.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #170f49;
}

.slider-arrow---brix:active {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  right: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  left: auto;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  text-align: center;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  margin-right: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 14px 0 rgba(36, 39, 41, 0.1);
}

.paragraph---brix.testimonial-v1---brix {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-5 {
  line-height: 18px;
  font-weight: 400;
}

.mask-2 {
  border-radius: 20px;
}

.mask-2.testimonial {
  overflow: visible;
  max-width: 500px;
}

.accordion-item {
  margin-bottom: 0px;
  padding: 24px 0px;
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item-content {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: 30px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-hd-color-change {
  color: #b5b7bc;
}

.section-faq {
  padding: 120px 0px;
  background-color: #fff;
}

.accordion-wrapper {
  margin-top: 0px;
}

.paragraph-9 {
  margin-bottom: 0px;
}

.accordion-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  margin-bottom: 0px;
}

.bold-text {
  color: #060d29;
}

.icon-3 {
  margin-top: 7px;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #060d29;
  font-size: 36px;
  line-height: 40px;
  cursor: pointer;
}

.accordion-heading.purple {
  color: #635bff;
}

.text-span-5 {
  color: #635bff;
}

.right-arrow-2 {
  left: auto;
  top: -76px;
  right: 0px;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.left-arrow-2 {
  left: auto;
  top: -76px;
  right: 48px;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.paragraph-10 {
  font-weight: 700;
}

.text-span-6 {
  color: #635bff;
}

.image-9 {
  width: 50px;
}

.bold-text-2 {
  color: #635bff;
}

.bold-text-3 {
  color: #635bff;
}

.bold-text-4 {
  color: #635bff;
}

.image-5 {
  width: 330px;
  height: 270px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5.overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 120px;
}

.image-5._7 {
  width: 370px;
  height: 270px;
}

.heading-4 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 600;
}

.heading-4.margin-30 {
  margin-bottom: 30px;
}

.heading-4.margin-30.white {
  color: #fff;
}

.learn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: margin-right 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: margin-right 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #635bff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.learn-more:hover {
  color: #635bff;
}

.learn-more:active {
  background-color: #43464d;
}

.learn-more.primary {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 30px;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #635bff;
  border-radius: 8px;
  background-color: #e4e4e9;
  opacity: 1;
  outline-color: #e148c0;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.learn-more.primary:hover {
  background-color: #635bff;
  color: #fff;
}

.learn-more.primary.try-it-free {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #060d29;
  color: #fff;
}

.learn-more.primary.try-it-free:hover {
  background-color: #3f37d6;
}

.text-block-13 {
  font-weight: 500;
  text-transform: none;
}

.text-block-13:hover {
  margin-right: 5px;
  color: #635bff;
}

.paragraph-3 {
  margin-bottom: 40px;
  color: #171623;
  font-size: 20px;
  line-height: 28px;
}

.paragraph-3.white {
  color: #fff;
  font-weight: 300;
}

.paragraph-3.white._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-3._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-3.black {
  font-size: 19px;
  line-height: 25px;
}

.paragraph-11 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph-11.center-align {
  text-align: center;
}

.paragraph-11.center-align.margin-bottom {
  margin-bottom: 20px;
  line-height: 25px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._3-cards-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e4e4e9;
  border-radius: 20px;
  background-color: #635bff;
  background-image: linear-gradient(153deg, #635bff, #342af9);
  box-shadow: 0 6px 14px 0 rgba(23, 22, 35, 0.1);
}

._3-cards-grid.before {
  max-width: 40%;
  margin-right: 30px;
  background-color: #e4e4e9;
  background-image: none;
}

._3-cards-grid.black {
  background-color: #171623;
  background-image: none;
}

._3-cards-grid.gray {
  background-color: #e4e4e9;
  background-image: none;
}

.paragraph-4 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-4.white {
  color: #fff;
  font-weight: 300;
}

.paragraph-4.white._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-4._w-o-margin {
  margin-bottom: 0px;
}

.paragraph-4.black {
  color: #171623;
  font-size: 17px;
  line-height: 28px;
}

.image-10 {
  width: 50px;
}

.text-field-2 {
  padding: 25px 30px;
  border-radius: 100px;
  font-size: 14px;
}

.tab-pane-tab-2 {
  width: 100%;
}

.tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #d9d9d9;
  background-color: transparent;
  color: #060d29;
  font-weight: 700;
}

.tabs-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #635bff;
  background-color: transparent;
  color: #635bff;
}

.submit-button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 12px 40px;
  border-radius: 100px;
  background-color: #060d29;
  font-weight: 700;
}

.tabs-menu-2 {
  left: 0px;
  display: block;
  overflow: visible;
  width: 50%;
  height: auto;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px 12px 0px 0px;
}

.reader {
  text-align: center;
}

.small-container-5 {
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-block {
  position: relative;
  width: 60%;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 12px 12px 0px 0px;
  background-color: #fff;
}

.heading-8 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.paragraph-12 {
  color: #686688;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.tabs-content-2 {
  width: 65%;
  padding: 40px 20px 40px 50px;
}

.tab-pane-tab-1 {
  width: 100%;
}

.heading-7 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.image-11 {
  margin-right: 10px;
}

.image-12 {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-12.overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 120px;
}

.image-12._7 {
  width: 370px;
  height: 270px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-13 {
  height: 100%;
}

.after-conduit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e7e7e7;
  border-radius: 10px;
}

.empowering-wrap {
  text-align: center;
}

.heading-15 {
  color: #060d29;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
}

.empowering-grid {
  display: none;
  margin-top: 60px;
  grid-column-gap: 31px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-link-tab-4-2 {
  background-color: transparent;
}

.tab-link-tab-4-2.w--current {
  background-color: transparent;
}

.tab-link-tab-2-3 {
  background-color: transparent;
}

.tab-link-tab-2-3.w--current {
  background-color: transparent;
}

.grid-2 {
  grid-column-gap: 41px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.e-image {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tab-link-tab-3-3 {
  background-color: transparent;
}

.tab-link-tab-3-3.w--current {
  background-color: transparent;
}

.after-before-conduit {
  display: none;
  margin-top: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.before-conduit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e7e7e7;
  border-radius: 10px;
}

.after-before-conduit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.small-container-6 {
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
}

.empowering-item {
  text-align: center;
}

.link-2 {
  display: inline-block;
  color: #625bf6;
  font-weight: 600;
  text-decoration: none;
}

.empowering-item-img {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: -27px;
  margin-left: auto;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.empowering-item-img:hover {
  border-width: 2px;
  border-color: #635bff;
}

.tab-link-tab-1-3 {
  background-color: transparent;
}

.tab-link-tab-1-3.w--current {
  background-color: transparent;
}

.text-block-14 {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
  background-color: #625bf6;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.text-block-14.background-none {
  background-color: #fff;
  color: #060d29;
}

.heading-14 {
  position: relative;
  margin-bottom: 0px;
  padding: 5px 25px;
  border-radius: 20px;
  background-color: #686688;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}

.heading-14:hover {
  background-color: #635bff;
}

.text-block-15 {
  color: #686688;
  font-size: 16px;
  font-weight: 400;
}

.text-block-15.center-align {
  text-align: center;
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-10 {
  padding-bottom: 60px;
}

.section-11 {
  background-color: #635bff;
}

.footer-menu-wrap-grid {
  grid-column-gap: 23px;
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-menu-link {
  margin-right: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer-menu-link.policies {
  font-size: 13px;
}

.footer-menu-link.policies.wo-margin {
  margin-right: 0px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.text-block-16 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.socal-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.socal-icon:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer_wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}

.link-block {
  text-decoration: none;
}

.small-container-7 {
  max-width: 1080px;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-wrapper {
  background-color: #635bff;
}

.footer_wrap_grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-menu-item.socials {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-menu-item.right-align {
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.html-embed {
  width: 30px;
}

@media screen and (min-width: 1280px) {
  .item {
    margin-bottom: 20px;
  }

  .text-block-12 {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .small-container {
    max-width: 1200px;
  }

  .small-container-1 {
    max-width: 1200px;
  }

  .heading-1.margin-30 {
    font-size: 85px;
    line-height: 84px;
  }

  .hero-left {
    padding-right: 0px;
  }

  .small-container-3 {
    max-width: 1200px;
  }

  .small-container-4 {
    max-width: 1200px;
  }

  .subheader {
    font-size: 18px;
  }

  .benefit-right {
    width: 50%;
  }

  .image-absolute {
    right: -37px;
  }

  .image-absolute._2 {
    right: 110px;
  }

  .image-absolute._3 {
    top: 217px;
    right: 286px;
  }

  .image-absolute._7 {
    top: 148px;
    right: -211px;
  }

  .image-absolute._9 {
    top: 269px;
  }

  .paragraph-2 {
    color: #686688;
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-2.grey.benefits-container {
    font-size: 26px;
    line-height: 37px;
  }

  .heading-3 {
    font-size: 47px;
    line-height: 50px;
  }

  .text-wrapper.less-margin {
    margin-bottom: 80px;
  }

  .container-default.adjust-container-max-w {
    max-width: 1200px;
  }

  .heading-4 {
    font-size: 36px;
  }

  .paragraph-3 {
    color: #686688;
    font-size: 26px;
    line-height: 34px;
  }

  .small-container-5 {
    max-width: 1200px;
  }

  .small-container-6 {
    max-width: 1200px;
  }

  .small-container-7 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-item:hover {
    color: #635bff;
  }

  .button.primary:hover {
    background-color: #635bff;
    color: #fff;
  }

  .button.primary.try-it-free {
    margin-left: 20px;
  }

  .small-container {
    max-width: 1300px;
  }

  .section-2 {
    padding-top: 5%;
    padding-bottom: 9%;
  }

  .small-container-1 {
    max-width: 1300px;
  }

  .heading-1.margin-30 {
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 75px;
  }

  .text-block-4.margin-30 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .logo {
    width: 205px;
  }

  .div-block {
    max-width: 1320px;
  }

  .testimonial-wrap {
    max-width: 1070px;
  }

  .small-container-3 {
    max-width: 1300px;
  }

  .small-container-4 {
    max-width: 1300px;
  }

  .image-absolute._7 {
    top: 85px;
    right: -258px;
    width: 380px;
    height: 250px;
  }

  .paragraph-2.black {
    color: #171623;
  }

  .section-6.hidden {
    display: none;
  }

  .section-7.hidden {
    display: none;
  }

  .container-default.adjust-container-max-w {
    max-width: 1300px;
  }

  .learn-more.primary:hover {
    background-color: #635bff;
    color: #fff;
  }

  .learn-more.primary.try-it-free {
    margin-left: 20px;
  }

  .paragraph-3.black {
    font-size: 24px;
    line-height: 31px;
  }

  .paragraph-11 {
    font-size: 15px;
  }

  .paragraph-11.center-align.margin-bottom {
    font-size: 18px;
  }

  .paragraph-4.black {
    color: #171623;
  }

  .small-container-5 {
    max-width: 1300px;
  }

  .after-conduit {
    padding: 30px;
  }

  .before-conduit {
    padding: 30px;
  }

  .small-container-6 {
    max-width: 1300px;
  }

  .empowering-item-img {
    width: 110px;
    height: 110px;
  }

  .heading-14 {
    font-size: 14px;
  }

  .small-container-7 {
    max-width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .buttons-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .buttons-right.hide-on-mob {
    display: none;
  }

  .menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation-items {
    position: absolute;
    top: 48px;
    display: block;
    padding: 15px 30px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-align: left;
  }

  .navigation-item {
    margin-top: 15px;
    padding: 0px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    color: #625bf6;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .navigation {
    padding: 25px 0px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar_logo {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-2 {
    padding-bottom: 190px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .heading-1 {
    max-width: 100%;
  }

  .heading-1.margin-30 {
    font-size: 40px;
    line-height: 46px;
  }

  .text-block-4.margin-30 {
    font-size: 18px;
    line-height: 25px;
  }

  .laptop-image-banner {
    z-index: 0;
    display: none;
  }

  .logo {
    width: 140px;
  }

  .div-block {
    left: 20px;
    right: 20px;
  }

  .mask {
    height: auto;
  }

  .heading-12 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-navigation {
    top: 50%;
    bottom: 50%;
  }

  .testimonial-wrapper {
    padding-bottom: 60px;
  }

  .testimonial-wrap {
    max-width: 660px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-4 {
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 36px;
  }

  .subheader {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .benefit-left {
    padding-right: 30px;
  }

  .benefit-right {
    padding-left: 20px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .image-absolute {
    width: 290px;
    height: 260px;
  }

  .image-absolute._2 {
    right: 216px;
  }

  .image-absolute._3 {
    right: 17px;
    width: 300px;
  }

  .image-absolute._4 {
    width: 160px;
    height: 180px;
  }

  .image-absolute._5 {
    right: 579px;
    width: 210px;
    height: 240px;
  }

  .image-absolute._6 {
    top: 281px;
    width: 630px;
    height: 340px;
  }

  .image-absolute._7 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -46%;
  }

  .image-absolute._8 {
    left: 0px;
    top: 107px;
    right: auto;
    width: 290px;
    height: 190px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-2.white.align-center {
    text-align: center;
  }

  .paragraph-2.grey.benefits-container {
    max-width: 45%;
    font-size: 18px;
  }

  .image-7 {
    width: 50px;
    margin-bottom: 20px;
  }

  .cta {
    width: 720px;
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .section-6 {
    padding-bottom: 270px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 38px;
  }

  .heading-2.margin-20.white {
    font-size: 28px;
  }

  .heading-2.left-align.white {
    margin-top: 0px;
    line-height: 44px;
  }

  .heading-2.left-align.white.margin-bottom {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2.left-align.margin-bottom {
    line-height: 40px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-3.margin-30 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .before-after-cards {
    padding: 30px 30px 140px;
  }

  .before-after-cards.before {
    padding: 30px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-8 {
    width: 25px;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card.testimonial-v1 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .title.testimonial---brix {
    font-size: 40px;
    line-height: 36px;
  }

  .cloneable-container-default {
    overflow: hidden;
    min-height: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask-2 {
    margin-left: 20px;
  }

  .mask-2.testimonial {
    margin-left: 0px;
  }

  .section-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion-content {
    padding-top: 60px;
  }

  .icon-3 {
    height: 20px;
    margin-top: 0px;
  }

  .accordion-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-4.margin-30 {
    margin-bottom: 20px;
  }

  .learn-more {
    width: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: padding-right 200ms ease, margin-right 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: padding-right 200ms ease, margin-right 200ms ease, background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  }

  .learn-more.primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .tabs-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-color: #635bff;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .tabs-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-8 {
    line-height: 36px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .tabs-content-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-11 {
    width: 30px;
  }

  .image-12 {
    max-width: 50%;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 27px;
  }

  .tab-link-tab-4-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-2-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-3-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .small-container-6 {
    padding-right: 20px;
  }

  .empowering-item-img {
    width: 90px;
    height: 90px;
  }

  .tab-link-tab-1-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabs-menu-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-menu-wrap-grid {
    display: block;
  }

  .footer-menu-link {
    margin-bottom: 5px;
  }

  .footer-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .socal-icon:hover {
    opacity: 0.7;
  }

  .footer_wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer_wrap_grid {
    display: block;
  }

  .footer_logo_link {
    margin-bottom: 30px;
  }

  .footer-menu-item {
    margin-top: 30px;
  }

  .footer-menu-item.socials {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrap {
    width: 100%;
  }

  .navigation-items {
    top: 44px;
  }

  .small-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation {
    padding: 20px 0px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .section-2 {
    padding-bottom: 0%;
  }

  .small-container-1 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .small-container-1.center-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-1 {
    margin-top: 50px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-1.margin-30 {
    margin-bottom: 20px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-2.black {
    margin-bottom: 20px;
  }

  .hero-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-right {
    max-width: 100%;
    padding-left: 0px;
  }

  .trusted-by {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-image {
    width: 100%;
  }

  .testimonial-wrap {
    display: block;
    max-width: 80%;
  }

  .small-container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-content {
    width: 100%;
    padding: 50px 30px 30px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .small-container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-6 {
    padding-right: 0px;
  }

  .heading-6 {
    margin-bottom: 0px;
  }

  .column {
    margin-top: 30px;
  }

  .image-6 {
    width: 100%;
  }

  .benefit-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .benefit-right {
    max-width: 100%;
  }

  .benefit-right.images {
    padding-left: 0px;
  }

  .image-3 {
    height: 300px;
  }

  .section-5.less-padding {
    padding-bottom: 40px;
  }

  .image-absolute {
    top: 100px;
    right: -80px;
  }

  .image-absolute._3 {
    top: 110px;
    right: -50px;
  }

  .image-absolute._4 {
    top: -108px;
  }

  .image-absolute._6 {
    max-width: 80%;
  }

  .image-absolute._7 {
    top: 124px;
    right: -13px;
  }

  .image-absolute._8 {
    left: 117px;
  }

  .paragraph-2.grey.benefits-container {
    max-width: 45%;
    font-size: 16px;
    line-height: 23px;
  }

  .cta {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-2.left-align.white.margin-bottom {
    margin-bottom: 10px;
    line-height: 50px;
  }

  .heading-2.left-align.margin-bottom {
    margin-bottom: 10px;
  }

  .button-3 {
    max-width: none;
  }

  .before-after-cards {
    max-width: 100%;
  }

  .before-after-cards.before {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-wrapper._45 {
    max-width: 100%;
  }

  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-2.testimonial {
    padding-bottom: 0px;
  }

  .title-2-slider.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card {
    border-radius: 12px;
  }

  .card.testimonial-v1 {
    max-width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 32px;
  }

  .card.testimonial-v1.first {
    max-width: 100%;
    margin-left: 0px;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-1.testimonial-v1 {
    max-width: 410px;
  }

  .slide-1.testimonial-v1.first {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .slider-arrow---brix {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .sales-people-slide-navigation {
    display: none;
  }

  .mask-2 {
    margin-right: 20px;
    border-radius: 12px;
  }

  .mask-2.testimonial {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .accordion-item {
    border-bottom-width: 2px;
    border-bottom-color: #d9d9d9;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .section-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-heading {
    font-size: 18px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-11 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-cards-grid {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3-cards-grid.before {
    max-width: 100%;
  }

  .tabs-link {
    text-align: center;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    width: 100%;
  }

  .tabs-2 {
    display: block;
  }

  .tabs-content-2 {
    width: 100%;
    padding: 20px 0px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    max-width: 50%;
  }

  .div-block-13 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .after-conduit {
    padding: 20px;
  }

  .heading-15 {
    font-size: 20px;
    line-height: 24px;
  }

  .empowering-grid {
    width: 100%;
    margin-top: 30px;
  }

  .grid-2 {
    display: block;
  }

  .before-conduit {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .after-before-conduit-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .small-container-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-bottom-left {
    margin-bottom: 15px;
  }

  .small-container-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-menu-item.right-align {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-items {
    padding: 0px 20px 15px;
  }

  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo-link.margin-bottom {
    margin-bottom: 20px;
  }

  .navbar_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-2 {
    padding-bottom: 35%;
  }

  .small-container-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-1.margin-30 {
    font-size: 33px;
  }

  .button-2.small {
    max-width: none;
  }

  .laptop-image-banner {
    position: static;
    display: block;
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-left {
    padding-right: 0px;
  }

  .testimonial-image {
    width: auto;
    max-width: 330px;
  }

  .mask {
    max-width: 100%;
  }

  .text-block-10 {
    margin-bottom: 10px;
  }

  .testimonial-wrapper {
    max-width: 100%;
  }

  .testimonial-wrap {
    max-width: 76%;
  }

  .testimonial-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .benefit-left {
    margin-bottom: 40px;
  }

  .benefit-left.images {
    margin-bottom: 70px;
    padding-right: 0px;
  }

  .section-5 {
    padding-bottom: 40px;
  }

  .image-absolute {
    top: 172px;
    right: 146px;
  }

  .image-absolute._2 {
    left: 26px;
    right: auto;
    display: none;
  }

  .image-absolute._3 {
    right: -59px;
  }

  .image-absolute._3.hidden {
    display: none;
  }

  .image-absolute._4 {
    display: none;
  }

  .image-absolute._6 {
    top: 347px;
  }

  .image-absolute._7 {
    top: 166px;
    right: -15px;
    width: 190px;
    height: 190px;
  }

  .image-absolute._8 {
    left: 46px;
    top: 170px;
    width: 200px;
    height: 130px;
  }

  .image-absolute.hidden {
    display: none;
  }

  .paragraph-2.grey.benefits-container {
    max-width: 100%;
  }

  .cta {
    padding-bottom: 180px;
  }

  .section-6 {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-2.margin-20.white {
    line-height: 39px;
  }

  .heading-2.left-align {
    line-height: 40px;
  }

  .heading-2.left-align.white {
    line-height: 37px;
  }

  .heading-2.left-align.white.margin-bottom {
    font-size: 26px;
    line-height: 39px;
  }

  .before-after-cards.before {
    max-width: 100%;
    margin-right: 0px;
  }

  .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4._9 {
    width: 280px;
  }

  .section-7 {
    padding-bottom: 40px;
  }

  .links {
    padding: 30px;
  }

  .div-block-7 {
    grid-column-gap: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-10 {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slide-2 {
    height: auto;
  }

  .slider-2.testimonial {
    margin-bottom: 80px;
  }

  .title-2-slider.avatar-content---brix {
    margin-bottom: 16px;
  }

  .title-2-slider.testimonials-client-info---brix {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.testimonial-v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: 470px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.testimonial-v1.first {
    min-height: 420px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .title.testimonial---brix {
    font-size: 30px;
    line-height: 30px;
  }

  .card-flex {
    display: block;
  }

  .cloneable-container-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide-1.testimonial-v1 {
    margin-right: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-1.testimonial-v1.first {
    margin-right: 30px;
  }

  .slider-arrow---brix.small---brix.left---brix {
    left: auto;
    right: 74px;
    margin-bottom: -70px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    right: 0px;
    margin-bottom: -70px;
  }

  .paragraph---brix.testimonial-v1---brix {
    margin-top: 0px;
  }

  .mask-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-faq {
    padding: 40px 0px;
  }

  .accordion-content {
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-7 {
    line-height: 24px;
  }

  .accordion-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 21px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  ._3-cards-grid {
    padding: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._3-cards-grid.before {
    max-width: 100%;
  }

  .tabs-link {
    max-width: 33%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-link.w--current {
    max-width: 33%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-2 {
    max-width: 100%;
    margin-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .image-12 {
    max-width: 100%;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .after-conduit {
    padding: 10px;
  }

  .heading-15 {
    font-size: 18px;
    line-height: 21px;
  }

  .empowering-grid {
    width: 100%;
  }

  .before-conduit {
    padding: 10px;
  }

  .empowering-item-img {
    width: 70px;
    height: 70px;
  }

  .heading-14 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-15.center-align {
    font-size: 14px;
  }

  .footer-menu-link.policies.wo-margin {
    text-align: left;
  }

  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_wrap {
    padding-top: 20px;
  }

  .footer-menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-defc6290-6ad0-a5f1-1fef-2ea166badb38-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f67b2689-216a-c9a7-3242-53ed1693af03-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_598f9c5a-aa32-0e98-b589-f53b95f20dd7-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_598f9c5a-aa32-0e98-b589-f53b95f20dda-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2274769a-e94e-7c0c-d515-9a49dee4e96b-fd1cd6cc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_58160556-7a65-979d-26a7-a1000d3b5915-fd1cd6cc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fad56b8a-6396-9a25-ac34-f32970fff1dd-fd1cd6cc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_15aef6cb-441b-266a-569b-bd116fb48e58-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15aef6cb-441b-266a-569b-bd116fb48e5d-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15aef6cb-441b-266a-569b-bd116fb48e62-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15aef6cb-441b-266a-569b-bd116fb48e67-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66a4cc74-5f14-ede8-5109-02c9647398fe-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66a4cc74-5f14-ede8-5109-02c964739900-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d05838f-c481-ad09-605e-4cb840fb26c4-fd1cd6cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_0e8ec579-bf1a-af73-9b9f-0f48a67624c4-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2d8b40ab-ceb2-f3e4-a451-1ed7cf22cc2e-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_79b9477b-2ef4-b663-6a34-8afb3b127a7e-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dc7e9d3a-0afd-ff99-b269-3abd1a0661f1-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_598f9c5a-aa32-0e98-b589-f53b95f20ddc-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_598f9c5a-aa32-0e98-b589-f53b95f20de0-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_598f9c5a-aa32-0e98-b589-f53b95f20de4-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_598f9c5a-aa32-0e98-b589-f53b95f20de8-fd1cd6cc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5770172-c25c-816d-5afb-2e1e2aa9582f-fd1cd6cc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5770172-c25c-816d-5afb-2e1e2aa9582f-fd1cd6cc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2274769a-e94e-7c0c-d515-9a49dee4e96b-fd1cd6cc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_15aef6cb-441b-266a-569b-bd116fb48e58-fd1cd6cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_15aef6cb-441b-266a-569b-bd116fb48e5d-fd1cd6cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_15aef6cb-441b-266a-569b-bd116fb48e62-fd1cd6cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_15aef6cb-441b-266a-569b-bd116fb48e67-fd1cd6cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5770172-c25c-816d-5afb-2e1e2aa9582f-fd1cd6cc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

