:root {
  --new-gray: #afafaf;
  --medium-aquamarine: #00c6ad;
  --light-grey: lightgrey;
  --bg-grey: #fafafa;
  --footer-white: #e0e0e0;
  --medium-sea-green: #00c475;
}

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

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 52px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

a {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.banner-section {
  height: 100vh;
}

.nav-bar {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: flex;
}

.logo {
  width: 150px;
  align-items: center;
  display: flex;
}

.nav-links {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.banner-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.banner-content {
  width: 100%;
  padding-top: 60px;
  display: flex;
}

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

.link.grey {
  color: var(--new-gray);
  padding-left: 3px;
  font-size: 20px;
  line-height: 28px;
}

.link.mobile {
  font-family: Exo, sans-serif;
}

.link.hide {
  display: none;
}

.link.mob {
  font-family: Exo, sans-serif;
}

.trail-button {
  text-transform: capitalize;
  background-color: #00c475;
  border-radius: 35px;
  margin-right: 40px;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.trail-button.new-form {
  height: 60px;
  background-color: var(--medium-aquamarine);
  box-shadow: 0 3px 20px 0 var(--medium-aquamarine);
  margin-left: -40px;
  padding-left: 60px;
  padding-right: 60px;
}

.trail-button.no-mar {
  margin-right: 0;
  font-family: Exo, sans-serif;
}

.menu {
  display: none;
}

.computer-image {
  width: 45%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comp-info {
  width: 55%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  display: flex;
}

.more-links {
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.image-links {
  align-items: center;
  margin-right: 60px;
  display: block;
}

.image-links.underline {
  border-bottom: 2px solid var(--medium-aquamarine);
}

.image-links.super {
  display: none;
}

.scroll {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  width: 13px;
  margin-left: 5px;
}

.heading {
  font-size: 42px;
  line-height: 46px;
}

.heading.center {
  text-align: center;
  margin-bottom: 20px;
}

.heading.mobile-vis {
  display: none;
}

.heading.mobile-hide {
  font-family: Montserrat, sans-serif;
}

.comp-link {
  font-size: 18px;
  line-height: 24px;
}

.comp-link.green {
  color: var(--medium-aquamarine);
  font-family: Exo, sans-serif;
}

.clarify-section {
  background-color: #fafafa;
  border-radius: 95px;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: inset 0 3px 16px 1px #ebebeb;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.trial-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.trial-heading.white {
  color: #fff;
}

.trial-heading.caps {
  text-transform: uppercase;
}

.sub-para {
  font-size: 21px;
  line-height: 28px;
}

.sub-para.green {
  color: var(--medium-aquamarine);
  text-align: center;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.sub-para.center {
  text-align: center;
  margin-top: 20px;
}

.clarify-box {
  width: 330px;
  height: 450px;
  box-shadow: 0 0 10px 0 var(--light-grey);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
}

.clarify-box._2 {
  margin-top: 100px;
}

.clarify-box.new {
  height: 250px;
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.clarify-box.new.mid {
  width: 100%;
  height: 250px;
  padding-top: 0;
}

.image-div {
  width: 170px;
  height: 130px;
  border: 1px solid var(--new-gray);
  background-color: #fff;
  margin-bottom: -70px;
  margin-left: -55px;
}

.box-head {
  font-size: 30px;
  line-height: 38px;
}

.box-head.card-head {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.box-head.card-head.center-text {
  text-align: center;
  display: none;
}

.box-head.no-margin-top {
  margin-top: 0;
}

.clarify-grid {
  width: 50%;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clarify-grid.mobile {
  display: none;
}

.clarify-grid.new {
  width: 45%;
  grid-template-rows: auto auto auto;
}

.clarify-grid.new.mid {
  height: 100%;
  grid-template-columns: 100%;
  align-items: start;
  padding-top: 60px;
  position: relative;
}

.flex-box {
  width: 100%;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-box.hide {
  display: none;
}

.box-para {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.box-para.card {
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.works-section {
  padding-top: 100px;
  display: none;
}

.count {
  width: 10%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-section {
  background-image: url('../images/Group-20.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 150px;
  padding-bottom: 60px;
  display: none;
}

.company {
  width: 60%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.plans-section {
  background-color: var(--bg-grey);
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
  display: none;
}

.plans-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 80px;
}

.mob-grid {
  display: none;
}

.plan-div {
  width: 310px;
  height: 450px;
  background-color: #00c475;
  border-radius: 30px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 20px rgba(0, 198, 173, .6);
}

.plan-div.blue {
  background-color: #0096ce;
  box-shadow: 0 3px 20px rgba(0, 150, 206, .6);
}

.plan-div.purple {
  background-color: #7600eb;
  box-shadow: 0 3px 20px rgba(118, 0, 235, .6);
}

.points {
  height: 275px;
  margin-bottom: 10px;
}

.plan-button {
  background-color: #fff;
  border-radius: 35px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.white-div {
  background-color: #fff;
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
  box-shadow: inset 0 0 25px #e0e0e0;
}

.form {
  width: 75%;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  height: 60px;
  box-shadow: inset 0 3px 10px 0 var(--footer-white);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-div {
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.foot-links {
  width: 50%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.accounts {
  width: 25%;
  align-items: center;
  display: flex;
  position: relative;
}

.bar {
  width: 100%;
  height: 4px;
  background-color: var(--light-grey);
  position: absolute;
  left: 241px;
}

.sub-heading {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sub-heading.center {
  text-align: center;
  font-weight: 300;
  display: none;
}

.sub-heading.hide {
  display: none;
}

.green-text {
  color: var(--medium-aquamarine);
}

.hero-wrapper-1 {
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.data-para {
  color: #252525;
  margin-bottom: 24px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.shadow-two-2 {
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two-2.hide {
  display: none;
}

.shadow-two-2._100 {
  width: 100%;
}

.container-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-wrapper.howitworks {
  margin-bottom: 60px;
}

.hero-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-wrapper-2.super {
  display: none;
}

.hero-split-3 {
  width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.extra-div {
  display: none;
}

.data-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-section {
  background-color: #fafafa;
}

.testimonial-section {
  background-color: #fafafa;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.testimonial-section.top-100 {
  margin-top: 100px;
}

.testimonial-grid {
  width: 95%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.testimomial-card {
  background-color: #fff;
  border-radius: 10px;
  margin-right: 25px;
  padding: 40px 40px 50px;
  position: relative;
  box-shadow: 0 0 20px #e0e0e0;
}

.testimonial-image {
  width: 90px;
  height: 90px;
  background-image: url('../images/istockphoto-1348209421-170667a.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: none;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -30px;
  right: auto;
}

.html-embed {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.line {
  z-index: 2;
  width: 2px;
  height: 66%;
  background-color: var(--new-gray);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line.hide {
  display: none;
}

.number-div {
  z-index: 2;
  border: 2px solid var(--new-gray);
  background-color: #fff;
  background-image: url('../images/one.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  padding: 20px;
  position: relative;
}

.number-div.hide {
  display: none;
}

.number-div.absolute {
  position: absolute;
}

.number-div.absolute._2 {
  background-image: url('../images/two.png');
  top: 450px;
}

.number-div.absolute._3 {
  background-image: url('../images/three.png');
  top: 820px;
}

.lottie-animation {
  width: 75px;
  height: 75px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  width: 55%;
  justify-content: flex-end;
  display: flex;
}

.nav-menu-two {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 60px;
  display: none;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.trail-button {
  letter-spacing: 0;
  text-transform: none;
  background-color: #00c475;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 22px;
}

.green-button {
  background-color: var(--medium-sea-green);
  border-radius: 35px;
  padding: 12px 35px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.green-button.mob-vis {
  display: none;
}

.green-button.margin-left-24px {
  text-transform: capitalize;
  flex-direction: row;
  margin-left: 24px;
  display: inline-block;
}

.green-button.tabbtn {
  background-color: var(--light-grey);
  margin-left: 20px;
  margin-right: 20px;
}

.green-button.tabbtn.w--current {
  background-color: var(--medium-sea-green);
}

.mobile-hide-button {
  width: 290px;
  justify-content: space-around;
  display: flex;
}

.div-block {
  width: 30%;
  justify-content: space-between;
  display: flex;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #8e9ead;
}

.form-block {
  display: none;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-wrapper.padding-30px {
  padding-top: 20px;
  padding-right: 0;
}

.nav-wrapper {
  width: 100%;
  max-width: 1200px;
}

.section {
  justify-content: center;
  display: flex;
}

.form-wrapper {
  background-color: var(--medium-sea-green);
  border: 1px solid #000;
  border-radius: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.nav-section {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  max-width: 1200px;
}

.content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.content-container {
  max-width: 1100px;
  border-radius: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-2 {
  padding-bottom: 7vh;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.html-embed-2.margin-top--15px {
  background-color: rgba(255, 255, 255, 0);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: -15px;
  display: none;
}

.hero-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-3.margin-20pix {
  max-width: 200px;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
}

.text-block {
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 17px;
}

.div-block-4 {
  width: 100%;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-2 {
  max-width: 115px;
  background-color: rgba(0, 0, 0, 0);
}

.image-2.super {
  max-width: 120px;
}

.field {
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
}

.field:focus {
  background-color: rgba(189, 189, 189, .68);
  border-color: #666;
}

.la, .field-label-2 {
  font-family: Montserrat, sans-serif;
}

.label {
  font-family: Exo, sans-serif;
}

.submit-button {
  background-color: #00c475;
  border-radius: 20px;
  padding: 12px 25px;
}

.div-block-5 {
  display: flex;
}

.div-block-5.margin-top-24px {
  margin-top: 24px;
}

.html-embed-3 {
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.container-6 {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 2px 9px 3px #888;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 80px;
}

.image-4 {
  width: 60px;
  height: 60px;
}

.heading-6 {
  padding-left: 15px;
}

.image-5 {
  width: 50px;
  height: 50px;
  background-color: var(--medium-sea-green);
  border: 1px #000;
  border-radius: 30px;
}

.div-block-7 {
  width: 600px;
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 1px 5px 1px #8d8d8d;
}

.div-block-8 {
  color: #000;
  justify-content: space-around;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.image-6 {
  width: 500px;
}

.image-7 {
  width: 85px;
}

.text-block-2 {
  width: 25%;
  text-align: left;
  justify-content: flex-end;
  display: flex;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 21px;
  padding-left: 54px;
  display: flex;
}

.div-block-16 {
  width: 325px;
  height: 3px;
  background-color: #b9b9b9;
}

.div-block-17 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  color: #adadad;
  padding-right: 3px;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.div-block-18 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
}

.link-block {
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #adadad;
  padding-left: 3px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-8 {
  width: 20px;
  height: 19px;
  position: static;
}

.image-9 {
  width: 20px;
  color: #afafaf;
}

.text-block-5 {
  color: #afafaf;
  padding-left: 3px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.pricing-section {
  background-color: #fafafa;
  padding-bottom: 100px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
  display: none;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 0 -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  text-align: left;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.pricing-tag.green-button.bg-green {
  background-color: var(--medium-sea-green);
}

.bold-text {
  font-weight: 600;
}

.tabs-content {
  margin-top: 70px;
  overflow: visible;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.tabs {
  margin-top: 50px;
}

.paragraph {
  width: 76%;
  color: var(--medium-sea-green);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.para-wrap {
  justify-content: center;
  display: flex;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .banner-section {
    height: 100vh;
  }

  .box-head.card-head {
    margin-bottom: 10px;
  }

  .flex-box {
    width: 90%;
  }

  .box-para.card {
    margin-top: 0;
  }

  .image-section {
    padding-top: 200px;
  }

  .plans-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-div {
    width: 330px;
  }

  .form {
    width: 70%;
  }

  .bar {
    left: 241px;
  }

  .content-container {
    max-width: 1150px;
  }

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

@media screen and (min-width: 1440px) {
  .image-section {
    padding-top: 240px;
  }

  .bar {
    left: 241px;
  }

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

  .div-block-7 {
    width: 650px;
  }

  .image-6 {
    width: 550px;
  }

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

@media screen and (min-width: 1920px) {
  a {
    font-size: 20px;
    line-height: 27px;
  }

  .nav-links {
    width: 40%;
  }

  .banner-wrapper {
    max-width: 1500px;
  }

  .link {
    font-size: 20px;
    line-height: 27px;
  }

  .trail-button {
    margin-right: 60px;
    font-size: 20px;
    line-height: 27px;
  }

  .trail-button.new-form {
    height: 80px;
    border-radius: 40px;
  }

  .comp-info {
    padding-top: 40px;
  }

  .more-links {
    margin-top: 80px;
  }

  .arrow {
    width: 23px;
  }

  .heading {
    font-size: 52px;
    line-height: 58px;
  }

  .comp-link {
    font-size: 20px;
  }

  .clarify-section {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

  .wrapper {
    max-width: 1500px;
  }

  .trial-heading {
    font-size: 44px;
    line-height: 55px;
  }

  .sub-para, .sub-para.green {
    font-size: 23px;
    line-height: 30px;
  }

  .clarify-box {
    width: 375px;
    height: 490px;
  }

  .image-div {
    width: 200px;
    height: 150px;
    margin-bottom: -90px;
  }

  .box-head {
    font-size: 35px;
    line-height: 43px;
  }

  .box-para {
    font-size: 19px;
    line-height: 26px;
  }

  .box-para.card {
    font-size: 16px;
  }

  .count {
    height: 100%;
  }

  .image-section {
    padding-top: 300px;
  }

  .plans-section {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

  .plans-grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .plan-div {
    width: 385px;
    height: 490px;
  }

  .points {
    height: 300px;
  }

  .white-div {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

  .form {
    width: 62%;
  }

  .text-field {
    height: 80px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    font-size: 23px;
    line-height: 30px;
  }

  .footer-div {
    max-width: 1500px;
  }

  .bar {
    left: 241px;
  }

  .hero-split-3 {
    width: 35%;
  }

  .testimonial-grid {
    width: 85%;
  }

  .testimomial-card {
    margin-right: 30px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1500px;
  }

  .nav-menu-wrapper {
    width: 60%;
  }

  .green-button {
    padding: 17px 40px;
  }

  .mobile-hide-button {
    width: 350px;
  }

  .div-block {
    width: 25%;
  }

  .nav-wrapper, .content-container {
    max-width: 1500px;
  }

  .html-embed-2.margin-top--15px {
    font-size: 16px;
    font-weight: 400;
  }

  .text-field-2, .text-field-3 {
    height: 40px;
    font-size: 18px;
  }

  .field {
    height: 40px;
    margin-top: 6px;
    font-size: 18px;
  }

  .la, .field-label-2, .label, .submit-button {
    font-size: 18px;
  }

  .div-block-5.margin-top-24px {
    margin-top: 32px;
  }

  .html-embed-3 {
    font-size: 18px;
  }

  .div-block-7 {
    width: 800px;
    margin-bottom: 0;
  }

  .image-6 {
    width: 700px;
  }

  .form-2 {
    margin-top: 20px;
  }

  .image-7 {
    width: 90px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-18 {
    max-width: 1500px;
    padding-left: 20px;
  }

  .paragraph {
    width: 68%;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    height: 100vh;
  }

  .nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links, .nav-button {
    display: none;
  }

  .banner-wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content {
    padding-top: 40px;
  }

  .link.mobile {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link.mob {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .link.mob:hover, .link.mob:visited {
    text-decoration: underline;
  }

  .link.mob.w--current {
    color: #000;
    text-decoration: none;
  }

  .link.mob.w--current:hover {
    text-decoration: underline;
  }

  .menu {
    width: 25px;
    display: block;
  }

  .comp-info {
    padding-top: 0;
    padding-left: 25px;
  }

  .more-links {
    margin-top: 40px;
  }

  .arrow {
    width: 13px;
  }

  .heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .comp-link {
    font-size: 14px;
  }

  .wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .trial-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .sub-para, .sub-para.green {
    font-size: 17px;
    line-height: 25px;
  }

  .clarify-box {
    width: 290px;
    height: 430px;
  }

  .box-head {
    font-size: 25px;
    line-height: 33px;
  }

  .box-para {
    font-size: 14px;
    line-height: 23px;
  }

  .image-section {
    padding-top: 100px;
  }

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

  .plan-div {
    width: 330px;
  }

  .footer-div {
    flex-direction: column;
    overflow: hidden;
  }

  .foot-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .accounts {
    width: 100%;
    margin-top: 20px;
  }

  .bar {
    left: 250px;
    overflow: hidden;
  }

  .hero-wrapper-1 {
    max-width: 60%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .data-para {
    text-align: center;
  }

  .hero-wrapper-2 {
    max-width: 60%;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .hero-split-3 {
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }

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

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

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    width: 80%;
    background-color: #eafffc;
    border-radius: 5px;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    display: flex;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: none;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff;
  }

  .green-button.mob-vis {
    display: block;
  }

  .green-button.mob-vis.login {
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .green-button.mob-vis.login:hover {
    box-shadow: 0 0 7px 2px #1bd43d;
  }

  .green-button.mob-vis.login.w--current {
    max-width: 250px;
  }

  .mobile-hide-button {
    display: none;
  }

  .div-block {
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container {
    box-shadow: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .image-6 {
    display: none;
  }

  .text-block-3 {
    padding-top: 0;
  }

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

  .lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
    width: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .pricing-card {
    width: 350px;
  }

  .paragraph {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .link.mobile {
    margin-bottom: 15px;
  }

  .trail-button.new-form {
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .computer-image {
    width: 80%;
  }

  .comp-info {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .more-links {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .image-links {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading.mobile-vis {
    display: block;
  }

  .heading.mobile-hide {
    display: none;
  }

  .clarify-box.new {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .box-head {
    text-align: center;
  }

  .clarify-grid {
    display: none;
  }

  .clarify-grid.mobile {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .flex-box {
    justify-content: center;
    align-items: center;
  }

  .box-para {
    text-align: center;
  }

  .count {
    display: none;
  }

  .image-section {
    padding-bottom: 10px;
  }

  .company {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .mob-grid {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 40px;
    display: grid;
  }

  .plan-div {
    margin-bottom: 40px;
  }

  .plan-button {
    margin-left: 80px;
    margin-right: 80px;
  }

  .form {
    width: 100%;
  }

  .text-field {
    height: 50px;
  }

  .footer-div {
    flex-direction: column;
  }

  .foot-links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .accounts {
    width: 100%;
    margin-top: 20px;
  }

  .bar {
    left: 250px;
  }

  .hero-wrapper-1 {
    max-width: none;
  }

  .data-para {
    font-size: 17px;
  }

  .shadow-two-2 {
    max-width: 70%;
  }

  .shadow-two-2._100 {
    max-width: 90%;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .hero-wrapper-2 {
    max-width: none;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .data-heading {
    font-size: 28px;
    line-height: 34px;
  }

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

  .testimomial-card {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .html-embed {
    text-align: left;
  }

  .grid-details {
    margin-bottom: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .form-section {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2.margin-top--15px {
    background-color: rgba(255, 255, 255, 0);
  }

  .div-block-3.margin-20pix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-2.super {
    max-width: 125px;
  }

  .html-embed-3 {
    background-color: rgba(255, 255, 255, 0);
  }

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

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

  .div-block-8 {
    margin-left: 0;
  }

  .lottie-animation-6 {
    width: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .paragraph {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 120px;
  }

  .banner-wrapper {
    width: 100%;
  }

  .banner-content {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .trail-button.new-form {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    width: 19px;
  }

  .computer-image {
    width: 100%;
  }

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

  .heading.mobile-vis {
    font-size: 32px;
    line-height: 36px;
  }

  .clarify-section {
    border-radius: 60px;
  }

  .wrapper.no-white {
    padding-top: 25px;
  }

  .trial-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .image-div.mobile {
    margin-left: -50px;
  }

  .box-head.card-head {
    font-size: 22px;
    line-height: 26px;
  }

  .image-section {
    padding-top: 60px;
  }

  .plans-section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .plan-div {
    width: 100%;
    max-width: 330px;
  }

  .plan-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .white-div {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

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

  .text-field {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 0;
  }

  .hero-wrapper-1 {
    flex-direction: column;
  }

  .shadow-two-2._100 {
    height: 100vw;
    max-width: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .hero-wrapper-2 {
    flex-direction: column-reverse;
  }

  .hero-heading-left {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .data-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .testimonial-section {
    padding-bottom: 40px;
  }

  .testimomial-card {
    padding: 30px 20px 40px;
  }

  .testimonial-image {
    width: 80px;
    height: 80px;
    top: -35px;
    left: -20px;
  }

  .html-embed {
    font-size: 14px;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .nav-menu-wrapper {
    width: 100%;
    background-color: #eafffc;
    justify-content: center;
    padding-bottom: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .green-button {
    display: block;
  }

  .green-button.mob-vis.login {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .green-button.margin-left-24px {
    display: block;
  }

  .green-button.tabbtn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile-hide-button {
    display: none;
  }

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

  .form-section {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container {
    border-radius: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .html-embed-2 {
    padding-left: 0;
  }

  .html-embed-2.margin-top--15px {
    box-shadow: none;
    font-size: 12px;
  }

  .div-block-3.margin-20pix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image-2.super {
    max-width: 115px;
  }

  .html-embed-3 {
    box-shadow: none;
    font-size: 12px;
  }

  .image-5 {
    display: none;
  }

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

  .div-block-8 {
    justify-content: center;
    margin-left: 0;
  }

  .text-block-3 {
    padding-top: 0;
    font-size: 12px;
  }

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

  .container-7 {
    max-width: none;
  }

  .tabs-content {
    margin-top: 45px;
  }

  .tabs {
    margin-top: 50px;
  }

  .paragraph {
    font-size: 14px;
  }
}

#w-node-_3856ca25-4e3e-6836-7d71-178c03d95956-4150644e, #w-node-_383f6767-4606-d30f-b32a-3c3ac7e58591-4150644e, #w-node-bf0308d6-3883-c11b-89bf-e5d9899b07e8-4150644e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6473b5e7-14b6-12c6-f832-0c4091361f2c-4150644e, #w-node-e02d985e-19f4-51fa-49f4-49545e570139-4150644e, #w-node-_93ad7d56-934f-34bc-001f-84b3040904f5-4150644e, #w-node-_0fb54a91-2fcc-7faf-45dc-60dd173e26ab-4150644e, #w-node-e62393b5-8242-9d29-da5b-e377ab45eede-4150644e, #w-node-_3c4922f3-4f64-afa0-d37a-c6a7af9b649c-4150644e, #w-node-_5e18d96c-8cf7-e130-9405-e62caaf2867d-4150644e, #w-node-_5e18d96c-8cf7-e130-9405-e62caaf286b9-4150644e, #w-node-_5e18d96c-8cf7-e130-9405-e62caaf2869a-4150644e, #w-node-ec127a51-8934-9810-77a7-fc9aed89d878-4150644e, #w-node-ec127a51-8934-9810-77a7-fc9aed89d8b4-4150644e, #w-node-ec127a51-8934-9810-77a7-fc9aed89d895-4150644e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-e62393b5-8242-9d29-da5b-e377ab45eede-4150644e, #w-node-_3c4922f3-4f64-afa0-d37a-c6a7af9b649c-4150644e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


