@font-face {
  font-family: Heebo;
  src: url('../fonts/Heebo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Heebo;
  src: url('../fonts/Heebo-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.ttf') format("truetype"), url('../fonts/THICCCBOI-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --misty-rose: #fde4e2;
  --snow: #fdf5f4;
  --dark-blue: #141c2c;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #44087d;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.316em;
}

p {
  margin-bottom: 10px;
  line-height: 1.667em;
}

ul {
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 40px;
  font-family: Heebo, sans-serif;
  line-height: 1.667em;
}

li {
  font-family: Assistant, sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

.footer-v1-bottom {
  color: #798099;
  border-top: 1px #e6e8f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.components-link {
  color: #2d2c4d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff6;
  border-radius: 10px;
  flex-grow: 1;
  flex-basis: 40%;
  width: 25%;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s;
}

.components-link:hover {
  color: #447aef;
  background-color: #fff;
  box-shadow: 0 15px 30px #59627329;
}

.nav-menu {
  direction: ltr;
  text-align: right;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.wave-bottom {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  inset: auto 0% -1px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.button.ghost:hover {
  box-shadow: none;
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button.small {
  background-color: var(--black);
  background-image: none;
  height: 36px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.white {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.button.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button.small.asdasdasqwe {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d79f8;
  background-image: none;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button.small.asdasdasqwe:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d78f880;
}

.button.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.text-link {
  color: #9165f7;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

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

.vertical-divider {
  background-color: #e6e8f0;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.social-icon-small {
  opacity: .6;
  width: 16px;
  max-width: 120%;
}

.scroll-mouse-wheel {
  background-color: #9165f7;
  border-radius: 2px;
  width: 4px;
  height: 9px;
  margin-top: 10px;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 10px;
}

.wrapper {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.logo-icon {
  width: auto;
  max-width: none;
  height: 20px;
  min-height: auto;
  margin-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
}

.full-width {
  width: 100%;
}

.scroll-mouse {
  background-color: #634751;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
  box-shadow: 0 1px 2px #30364d33;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.circle-small {
  opacity: .08;
  width: 8vw;
  position: absolute;
  inset: 12% 7% auto auto;
}

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

.nav-bar {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-icon-link {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 60px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.main-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.store-badge-link {
  transition: transform .4s;
  position: relative;
}

.store-badge-link:hover {
  transform: translate(0, -3px);
}

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.bg-elements {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.layout-name {
  margin-bottom: 32px;
}

.circle-big {
  opacity: .08;
  width: 26vw;
  max-width: 480px;
  position: absolute;
  inset: auto 24% -25% auto;
}

.nav-right {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.footer-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 16%;
  display: flex;
}

.dots {
  opacity: .12;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: 25% auto auto 3%;
}

.no-margin {
  text-align: right;
  margin: 0;
  font-weight: 500;
}

.section {
  background-color: #2d3265;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 81px;
  padding-bottom: 0;
  position: relative;
}

.section.intro-hero {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: 0;
  padding-top: 216px;
  padding-bottom: 224px;
  overflow: hidden;
}

.section.footer-section {
  border: 1px #000;
  padding-top: 52px;
  padding-bottom: 0;
}

.section.footer-section.ghdgdhgdfgdfgdgfd {
  background-color: var(--black);
}

.section.mask {
  overflow: hidden;
}

.section.gradient {
  color: #fff;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  overflow: hidden;
}

.section.haze {
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 0;
}

.section.top-section {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: -88px;
  padding-top: 192px;
  padding-bottom: 144px;
  overflow: hidden;
}

.section.footer-section {
  background-color: #171749;
  border-top: 1px solid #e6e8f0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 52px;
  padding-bottom: 0;
  display: block;
}

.nav-dropdown2 {
  clear: none;
  direction: rtl;
  font-family: Heebo, sans-serif;
  display: block;
  overflow: visible;
}

.text-grey {
  color: #d4d4d4;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
}

.layout {
  background-color: #f8f8ff;
  border: 1px solid #e6e8f0;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout:hover {
  transform: translate(0, -6px);
  box-shadow: 0 15px 30px #30364d1a;
}

.layouts {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1000px;
  border: 1px solid #e6e8f0;
  border-radius: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 64px;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.menu-icon-line-top {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.brand {
  color: #fff;
  flex-direction: row-reverse;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 45px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-button {
  display: none;
}

.text-white-faded {
  color: #ffffffb3;
}

.dropdown-header {
  border-bottom: 1px solid #e6e8f0;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.store-badge {
  height: 48px;
}

.store-badge.small {
  height: 40px;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -10px;
  display: flex;
}

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

.icon-full-width {
  width: 100%;
}

.image {
  max-width: 100%;
  margin-left: 10px;
  padding-left: 0;
  display: block;
}

.dropdown-bridge {
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

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

.menu-icon-line-bottom {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

.menu-icon-line-middle {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-dropdown-icon {
  display: block;
}

.icon-box {
  background-image: linear-gradient(#fff, #ededff);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #30364d4d;
}

.icon-box.big {
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icon-box.gradient {
  background-image: linear-gradient(#b87df9, #6a4ee1);
}

.nav-link {
  direction: rtl;
  color: #383b52;
  border-radius: 4px;
  padding: 8px;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: #30364d1a;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.layout-box {
  background-color: #f8f8ff;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 14%;
  display: flex;
  box-shadow: -1px -1px #e6e8f0;
}

.feature-info-right {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding-bottom: 37px;
  padding-left: 0;
  display: flex;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro.no-margin-bottom {
  max-width: none;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 0;
}

.intro.left {
  direction: rtl;
  text-align: left;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro.left.sticky {
  text-align: left;
  margin-top: -20px;
  margin-left: 0;
  position: sticky;
  top: 160px;
}

.intro.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  display: block;
}

.intro.wide {
  max-width: 800px;
}

.intro.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro.margin-bottom {
  margin-bottom: 80px;
}

.intro.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-link-v2 {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link-v2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2.w--current {
  color: #30364d;
  font-weight: 700;
}

.intro-macbook {
  width: 118%;
  max-width: none;
}

.link-grey {
  color: #798099;
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.components {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.navigation {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-link {
  color: #e7e7e7;
  max-width: 230px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  color: #fff;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list.v2 {
  direction: rtl;
  text-align: right;
  display: none;
  position: absolute;
  inset: 84% 0% auto auto;
}

.dropdown-list.v2.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.title {
  color: #9165f7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.title.dark-bg {
  color: #fff;
  background-color: #ffffff1a;
}

.title.gradient {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6784;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  padding: 8px 11px;
  font-family: Heebo, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.title.gradient-copy {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #0268fd;
  padding: 10px 11px 8px;
  font-family: Heebo, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.page-wrapper {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.social-link-small {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small:hover {
  border-color: #a9aec3;
}

.bold-text {
  direction: rtl;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-block {
  direction: rtl;
  color: #e2e2e2;
}

.bold-text-2 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-2, .text-block-3 {
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.text-block-4 {
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  text-transform: none;
  padding-left: 8px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.side-tabs {
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  display: flex;
}

.accordion-arrow {
  opacity: .5;
  background-image: url('../images/right-dark.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}

.home-button-text {
  margin-left: 31px;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.social-icon-small-2 {
  opacity: .6;
  width: 16px;
}

.iphone-v1-image {
  width: 86%;
  position: sticky;
  top: 120px;
}

.accordion-header {
  color: #222;
  cursor: default;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  padding: 24px 28px;
  display: flex;
}

.breadcrumbs-arrow {
  opacity: .3;
  background-image: url('../images/right-dark.svg');
  background-position: 50%;
  background-size: 16px;
  width: 17px;
  height: 17px;
  margin: 10px 4px 9px;
}

.nav-bar-2 {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  height: 88px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.breadcrumbs {
  color: #a9aec3;
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.accordion-card {
  color: #8a8a8a;
  border: 1px solid #e6e8f0;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
}

.macbook {
  width: 120%;
  max-width: none;
  margin-left: -2%;
  display: block;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.tab-info-right {
  flex: 1;
  padding-left: 24px;
}

.side-tab {
  background-color: #0000;
  border-radius: 8px;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 32px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.side-tab:hover {
  background-color: #9165f70f;
}

.side-tab.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px #30364d1f;
}

.home-button {
  background-color: #ededff;
  background-image: url('../images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  background-image: url('../images/play-color.svg'), linear-gradient(#fff, #ededff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 18px;
  transition: transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 12px #30364d33;
}

.play-button:hover {
  transform: scale(1.1);
}

.promo-video {
  object-fit: cover;
  background-image: url('../images/x1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 400px;
  display: flex;
}

.text-big {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big.text-grey {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-big.qwe1-23123 {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-big.text-grey-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.accordion-text {
  direction: rtl;
  color: #8f8f8f;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.breadcrumbs-link {
  color: #798099;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.footer-link-2 {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.w--current {
  color: #fff;
}

.accordion-heading {
  direction: rtl;
  flex: 1;
  margin: 4px 16px 4px 4px;
  font-family: Heebo, sans-serif;
}

.social-link-small-2 {
  background-color: #e4e8ff;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small-2:hover {
  border-color: #a9aec3;
}

.heading {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 42px;
}

.bold-text-3 {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.section-3 {
  background-color: #f5f6f6;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.paragraph {
  direction: rtl;
  color: #727272;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

._1 {
  width: auto;
  max-width: 1200px;
  margin-top: -54px;
  margin-bottom: 0;
  margin-left: -41px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1000px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.section-2 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 124px;
}

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

.heading-3 {
  color: #2d2c4d;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.section-4 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 84px;
}

.image-3 {
  max-width: 600px;
}

.heading-4 {
  color: #2d2c4d;
  text-align: right;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.section-5 {
  background-color: #f5f6f6;
  padding-top: 110px;
  padding-bottom: 113px;
}

.t1p1s9 {
  background-color: #fff;
  padding-top: 0;
}

.cta-card-info {
  z-index: 1;
  direction: rtl;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-4 {
  max-width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.button-2 {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-7 {
  padding-top: 133px;
  padding-bottom: 57px;
}

.bold-text-4 {
  color: #2d2c4d;
  max-width: none;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.section-8 {
  background-color: #f5f6f6;
  padding-top: 98px;
  padding-bottom: 63px;
}

.section-9 {
  background-color: #f5f6f6;
  padding-top: 67px;
  padding-bottom: 83px;
  display: none;
}

.section-10 {
  padding-top: 59px;
}

.section-11 {
  background-color: #f5f6f6;
  padding-top: 86px;
  padding-bottom: 71px;
}

.image-5 {
  max-width: 122px;
  height: auto;
  margin-left: -10px;
  padding-left: 0;
}

.section-12 {
  background-color: #f5f6f6;
  padding-top: 76px;
  display: none;
}

.section-13, .section-14 {
  display: none;
}

.section-15 {
  background-color: #f5f6f6;
  padding-bottom: 117px;
}

.section-16 {
  background-color: #f5f6f6;
  padding-top: 40px;
}

.section-17 {
  padding-top: 97px;
  padding-bottom: 108px;
}

.bold-text-6 {
  max-width: 120%;
  font-size: 40px;
  font-weight: 500;
}

.section-18 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-19 {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-20 {
  background-color: #f5f6f6;
  display: none;
}

.section-21 {
  padding-top: 133px;
  padding-bottom: 63px;
}

.section-22 {
  background-color: #f5f6f6;
  padding-top: 81px;
}

.section-23 {
  padding-top: 67px;
  padding-bottom: 54px;
}

.section-24 {
  padding-top: 92px;
  padding-bottom: 54px;
}

.section-25 {
  background-color: #f5f6f6;
  padding-top: 54px;
  padding-bottom: 48px;
}

.section-26 {
  background-color: #f5f6f6;
}

.section-27 {
  background-color: #f5f6f6;
  display: none;
}

.section-28 {
  padding-top: 81px;
  padding-bottom: 76px;
}

.section-29 {
  background-color: #f5f6f6;
  padding-top: 138px;
}

.section-30 {
  padding-top: 97px;
}

.section-31 {
  background-color: #f5f6f6;
  padding-top: 86px;
}

.image-6 {
  max-width: 1000px;
  margin-left: 57px;
}

.image-7 {
  max-width: 460px;
}

.image-8 {
  max-width: 800px;
}

.image-9 {
  max-width: 400px;
}

.image-10 {
  max-width: 1300px;
}

.image-11 {
  max-width: 640px;
}

.image-12 {
  max-width: 650px;
  padding-left: 60px;
}

.image-13 {
  max-width: 480px;
}

.image-14 {
  max-width: 900px;
  margin-left: 49px;
  padding-top: 40px;
}

.image-15 {
  max-width: 400px;
}

.bold-text-7 {
  font-size: 40px;
  font-weight: 500;
}

.image-16 {
  max-width: 800px;
}

.image-17 {
  max-width: 350px;
}

.image-18 {
  max-width: 900px;
  padding-top: 76px;
  padding-bottom: 54px;
}

.image-19 {
  max-width: 650px;
}

.image-20 {
  max-width: 1200px;
  padding-top: 87px;
}

.section-32 {
  padding-top: 108px;
  padding-bottom: 33px;
}

.image-21 {
  max-width: 600px;
}

.image-22 {
  max-width: 700px;
}

.section-33 {
  padding-top: 141px;
}

.image-23 {
  max-width: 600px;
}

.image-24 {
  max-width: 530px;
}

.image-25 {
  max-width: 400px;
}

.section-34 {
  display: none;
}

.section-35 {
  padding-top: 181px;
  padding-bottom: 63px;
}

.section-36 {
  background-color: #f5f6f6;
  padding-top: 113px;
}

.image-27 {
  max-width: 600px;
}

.section-37 {
  padding-top: 90px;
  padding-bottom: 48px;
}

.section-38 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-28 {
  max-width: 350px;
}

.section-39 {
  background-color: #f5f6f6;
  padding-top: 114px;
  padding-bottom: 0;
}

.section-40 {
  background-color: #fff;
  padding-top: 87px;
  padding-bottom: 0;
  font-weight: 400;
}

.image-29 {
  max-width: 900px;
  padding-top: 62px;
}

.section-41 {
  background-color: #f5f6f6;
  padding-top: 141px;
  padding-bottom: 57px;
}

.image-30 {
  max-width: 570px;
}

.section-42 {
  background-color: #f5f6f6;
}

.section-43 {
  padding-top: 146px;
  padding-bottom: 78px;
}

.image-31 {
  max-width: 500px;
}

.section-44 {
  padding-top: 70px;
  padding-bottom: 81px;
}

.image-32 {
  max-width: 800px;
}

.section-45 {
  background-color: #f5f6f6;
  padding-top: 146px;
}

.image-33 {
  margin-left: 127px;
  padding-top: 54px;
}

.heading-5 {
  font-family: Heebo, sans-serif;
  font-weight: 300;
}

.heading-6 {
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.section-46 {
  padding-top: 33px;
  padding-bottom: 17px;
}

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

.text-block-7 {
  color: #bbb;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.t1p1s4 {
  padding-top: 83px;
}

.t1p1s5 {
  padding-top: 141px;
}

.image-35 {
  max-width: 450px;
  margin-left: 111px;
}

.t1p1s6 {
  padding-top: 130px;
  padding-bottom: 76px;
}

.image-36 {
  max-width: 400px;
}

.t1p1s7 {
  padding-top: 102px;
  padding-bottom: 68px;
}

.t1p1s8 {
  background-color: #f5f6f6;
  padding-top: 76px;
  padding-bottom: 70px;
}

.image-37 {
  max-width: 180px;
}

.section-52 {
  background-color: #f5f6f6;
  padding-top: 87px;
}

.section-53 {
  padding-top: 62px;
  padding-bottom: 0;
}

.section-54 {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-55 {
  background-color: #f3f3f3;
  padding-top: 22px;
  padding-bottom: 100px;
}

.section-56 {
  background-color: #f3f3f3;
  display: block;
}

.dynamic-column {
  grid-row-gap: 80px;
  grid-template-columns: 100%;
}

.dynamic-column.margin-top {
  margin-top: 114px;
}

.link-arrow-icon {
  color: #8348e9;
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.wrapper-2 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 68px;
  display: flex;
  position: relative;
}

.arrow-link {
  color: #9165f7;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.feature-card {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.main-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 230px;
  padding-left: 100px;
  padding-right: 15px;
  display: none;
  position: relative;
}

.text-grey-2 {
  color: #a1a1a1;
}

.heading-margin-big {
  direction: rtl;
  color: #447aef;
  text-align: right;
  margin-top: 0;
  margin-bottom: 28px;
}

.feature-image-medium {
  direction: rtl;
  max-width: none;
  height: 130px;
  margin-bottom: 24px;
  padding-top: 0;
}

.section-57, .section-58 {
  justify-content: center;
  display: none;
}

.image-39 {
  max-width: none;
}

.wrapper-3 {
  z-index: 2;
  direction: rtl;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.wrapper-3.side-paddings {
  padding-top: 49px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 33px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.section-59 {
  background-color: #292969;
  padding-top: 152px;
  padding-bottom: 30px;
}

.heading-8 {
  color: #fff;
}

._23 {
  font-size: 17px;
  line-height: 28px;
}

._23.text-grey {
  color: #a7a7a7;
  padding-bottom: 11px;
}

.heading-9 {
  color: #fff;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.image-40 {
  max-width: 470px;
}

.sidebar-promo-circle {
  opacity: .08;
  width: 41%;
  position: absolute;
  inset: -15% -16% auto auto;
}

.sidebar-social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.posts-2-cols {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
}

.sidebar-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.social-icon {
  width: 16px;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
}

.social-circle-link {
  border: 1px solid #e6e8f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: #a9aec3;
}

.sidebar-promo {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#b87df9, #6a4ee1);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 20px -6px #9165f780;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.sidebar-author {
  z-index: 1;
  color: #30364d;
  border: 4px solid #f8f8ff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: -12px;
  text-decoration: none;
  display: flex;
}

.sidebar-authors {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sidebar-promo-dots {
  opacity: .12;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 100% 0;
  background-size: 12px;
  width: 100px;
  height: 59px;
  position: absolute;
  inset: 32% auto auto -2%;
}

.sidebar-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.sidebar-promo-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tabs-menu {
  border-bottom: 1px solid #f3f3f3;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin: 0 15px 35px;
  display: flex;
}

.tabs-menu.blog-categories {
  margin-top: -48px;
}

.sidebar-heading {
  color: #798099;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
}

.feature-blocks {
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-block {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ededff;
}

.feature-block-image {
  max-width: 200px;
  margin-top: 2vw;
}

.paragraph-2 {
  color: #eee;
  text-align: right;
  margin-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.link {
  padding-bottom: 29px;
  font-size: 20px;
}

.text-block-8 {
  color: #8a39f4;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.link-2 {
  color: #9e9e9e;
  padding-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.heading-10 {
  padding-bottom: 30px;
}

.section-60 {
  background-color: #e9ecf2;
  padding-top: 86px;
  padding-bottom: 81px;
}

.section-61 {
  margin-right: 0;
}

.link-arrow-icon-2 {
  object-fit: scale-down;
  width: 20px;
  margin-top: 1px;
  margin-left: 4px;
}

.text-grey-3 {
  direction: rtl;
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.feature-image-medium-2 {
  max-width: 150px;
  height: auto;
  margin-bottom: 24px;
}

.section-62 {
  background-color: #f5f6f6;
  padding-top: 49px;
  padding-bottom: 59px;
}

.heading-11 {
  font-family: Heebo, sans-serif;
}

.section-63 {
  background-color: #f5f6f6;
  padding-top: 189px;
  padding-bottom: 0;
}

.main-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template: ". . . . . . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.feature-image-small {
  max-width: 200px;
  height: auto;
  margin-bottom: 41px;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.text-small.text-grey {
  direction: rtl;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 26px;
}

.text-grey-4 {
  color: #d4d4d4;
  text-decoration: none;
}

.feature-card-hover {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 48px 12%;
  text-decoration: none;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.feature-card-hover:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.main-grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 41px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.heading-12, .heading-13, .heading-14 {
  text-decoration: none;
}

.tabs-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.tabs-section.haze {
  background-color: #e9ecf2;
  padding-top: 63px;
  padding-bottom: 54px;
}

.text-grey-5 {
  direction: rtl;
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  display: none;
}

.new-headling {
  text-align: center;
  font-family: Heebo, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.heading-106 {
  direction: rtl;
  font-family: Heebo, sans-serif;
}

.heading-107 {
  direction: rtl;
  font-family: Heebo, sans-serif;
  font-weight: 700;
}

.heading-108 {
  direction: rtl;
  font-family: Heebo, sans-serif;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 8px;
  max-width: 770px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px;
  box-shadow: 0 15px 30px #30364d1a;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-top: 24px;
  display: grid;
}

.input {
  direction: rtl;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  min-width: 228px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 24px 8px;
  transition: color .4s, background-color .4s, border-color .4s;
}

.input:focus {
  border-color: #e6e8f0;
}

.input::placeholder {
  color: #a9aec3;
}

.input.text-area {
  height: auto;
  min-height: 125px;
  padding-top: 20px;
  padding-bottom: 0;
}

.review-v4-avatar {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}

.review-v4-text {
  direction: rtl;
  margin-top: 4px;
  margin-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 55px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.section-65 {
  padding-top: 78px;
}

.section-66 {
  background-color: #f5f6f6;
  padding-bottom: 27px;
  font-family: Heebo, sans-serif;
}

.section-67 {
  padding-top: 54px;
  padding-bottom: 49px;
}

.heading-109 {
  direction: rtl;
  font-family: Heebo, sans-serif;
}

.section-68 {
  padding-top: 41px;
}

.image-41 {
  max-width: 500px;
}

.paragraph-3 {
  direction: rtl;
  color: #2d2b4d;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.section-69 {
  background-color: #e9ecf2;
  padding-top: 86px;
  padding-bottom: 79px;
}

.text-grey-101 {
  color: #6c6c6c;
  width: 100%;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.text-grey-101.hide {
  display: none;
}

.section-70 {
  background-color: #f5f6f6;
  padding-top: 78px;
}

.image-42 {
  display: block;
}

.section-71 {
  padding-top: 68px;
}

.section-72 {
  background-color: #f5f6f6;
  display: flex;
}

.dropdown {
  display: none;
}

.bold-text-8 {
  font-weight: 500;
}

.bold-text-8-copy {
  text-align: right;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-3:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-3.white {
  box-shadow: none;
  color: #9165f7;
  background-color: #fff;
  background-image: none;
}

.button-3.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.tab-link {
  color: #757575;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.tab-link:hover {
  color: var(--black);
}

.tab-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--black);
  color: var(--black);
  background-color: #0000;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.feature-image-big {
  height: 300px;
  margin-bottom: 32px;
}

.main-grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 29px;
  padding-left: 0;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.feature {
  direction: rtl;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8%;
  padding-right: 0%;
  display: flex;
}

.feature.hide {
  display: none;
}

.feature.padding {
  padding-top: 0;
}

.text-big-2 {
  font-size: 17px;
  line-height: 28px;
}

.text-big-2.text-grey {
  direction: ltr;
  color: #8b8b8b;
  text-align: left;
  direction: rtl;
  text-align: right;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-big-2.text-grey3 {
  direction: ltr;
  color: #6c6c6c;
  text-align: left;
  padding-bottom: 14px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-big-2.text-grey-copy {
  direction: rtl;
  color: #6c6c6c;
  text-align: right;
  direction: ltr;
  text-align: left;
  direction: ltr;
  text-align: left;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-big-2.text-grey-34 {
  direction: ltr;
  color: #6c6c6c;
  text-align: left;
  white-space: normal;
  padding-bottom: 14px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.heading-110 {
  align-self: flex-start;
}

.heading-110-copy {
  color: var(--black);
  align-self: flex-start;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.heading-111 {
  direction: ltr;
  text-align: left;
  align-self: flex-end;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-112 {
  direction: ltr;
  align-self: flex-end;
  padding-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-112.hide {
  text-align: center;
  display: block;
}

.section-73 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-113 {
  text-align: center;
  margin-bottom: 48px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
}

.heading-114 {
  direction: rtl;
}

.heading-11-copy {
  padding-bottom: 38px;
  font-family: Heebo, sans-serif;
}

.button-4 {
  background-color: #0000;
  padding-top: 0;
  padding-right: 0;
}

.heading-11-copy-copy {
  color: var(--black);
  padding-bottom: 38px;
  font-family: Heebo, sans-serif;
}

.wrapper-3-copy {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.wrapper-3-copy.side-paddings {
  padding-top: 49px;
  padding-left: 15px;
  padding-right: 15px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  direction: rtl;
}

.heading-115 {
  direction: rtl;
  color: var(--black);
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-116 {
  direction: rtl;
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.no-margin-bottom-copy, .intro-copy.no-margin-bottom-copy-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.bold-text-9 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

.paragraph-copy {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-10 {
  color: #818181;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.text-big-copy {
  color: #e7e7e7;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy.sdfsfwerwerrew, .text-big-copy.werwerwef34234, .text-big-copy.asdfasdfasfdwerwer, .text-big-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy.textasdasdasdasdopy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-big-copy.text-grey {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.bold-text-11 {
  color: #727272;
  font-size: 22px;
  font-weight: 400;
}

.bold-text-12 {
  color: var(--black);
  font-size: 40px;
  font-weight: 500;
}

.bold-text-13 {
  font-size: 40px;
}

.heading-117 {
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.section-15-copy {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 59px;
}

.section-8-copy {
  background-color: #f5f6f6;
  padding-top: 137px;
  padding-bottom: 63px;
}

.section-7-copy {
  padding-top: 73px;
  padding-bottom: 0;
}

.section-74 {
  border: 1px #e6e7e8;
  padding-top: 62px;
}

.pricing-feature-icon {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-feature-icon.no {
  opacity: .33;
  background-image: url('../images/x-dark.svg');
}

.pricing-feature-icon.hide {
  display: none;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs.hide {
  display: none;
}

.tabs-menu-v2 {
  background-color: #0000;
  border: 1px solid #e6e8f0;
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
}

.tabs-menu-v2.dark-bg {
  background-color: #0000000d;
  border-style: none;
  margin-bottom: 40px;
}

.tab-link-v2 {
  background-color: #0000;
  border-radius: 5px;
  padding: 10px 24px;
  font-weight: 500;
}

.tab-link-v2.w--current {
  color: #fff;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
}

.tab-link-v2.white {
  color: #9b9b9b;
  font-family: Heebo, sans-serif;
}

.tab-link-v2.white.w--current {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 40px;
}

.pricing-feature {
  direction: ltr;
  color: #30364d;
  text-align: right;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature.no {
  color: #a9aec3;
}

.main-grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.tooltip {
  z-index: 5;
  color: #798099;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.hidden {
  display: flex;
}

.pricing-v1-card {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex: 1;
  padding: 41px 48px 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.info-icon {
  opacity: .33;
  background-image: url('../images/help-circle-dark.svg');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.info-icon:hover {
  opacity: 1;
}

.pricing-v1-billing {
  direction: rtl;
  color: #414141;
  text-transform: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-v1-billing.unlimited {
  margin-top: 10px;
  font-size: 14px;
}

.pricing-v1-tag {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-family: Fira Sans;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.info {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.pricing-features {
  text-align: left;
  padding-top: 16px;
  padding-bottom: 32px;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #e6e8f0;
  border-right: 1px solid #e6e8f0;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.pricing-tab-content {
  padding-bottom: 32px;
}

.pricing-v1-tag-copy {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.bold-text-14 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.bold {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.pricing-plan {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feature-image-medium-copy {
  direction: rtl;
  max-width: none;
  height: 180px;
  margin-bottom: 24px;
  padding-left: 0;
  display: block;
}

.heading-118 {
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-119 {
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.heading-120 {
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.button-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  max-width: 120px;
  height: 40px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.bold-text-15 {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.nav-dropdown-link-v2-copy {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.nav-dropdown-link-v2-copy:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-copy.w--current {
  color: #30364d;
  font-weight: 700;
}

.pricing-v3-plans {
  z-index: 3;
  direction: ltr;
  background-color: #fff;
  border-bottom: 1px solid #ededff;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-v3-plans.mobile-sticky {
  display: none;
}

.pricing-v3-plans.bottom {
  border-top: 1px solid #e6e8f0;
}

.wrapper-4 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.pricing-cell-icon {
  background-image: url('../images/icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.pricing-v3-cell-description {
  color: #a9aec3;
  width: 100%;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.pricing-v3-cells {
  flex: 1;
  display: flex;
}

.pricing-v3-billing {
  color: #a9aec3;
  padding-bottom: 11px;
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-plan-name {
  margin-top: -4px;
  font-family: Heebo, sans-serif;
}

.pricing-v3-row {
  direction: rtl;
  border-top: 1px solid #ededff;
  width: 100%;
  display: flex;
}

.pricing-v3-row-header {
  direction: rtl;
  align-items: center;
  width: 25%;
  min-height: 56px;
  padding: 9px 24px 9px 32px;
  display: flex;
}

.pricing-v3 {
  background-color: #fff;
  border-radius: 10px;
  min-height: 400px;
  margin-left: 15px;
  margin-right: 15px;
  top: 0;
  box-shadow: 0 5px 15px #30364d1a;
}

.pricing-v3-category-header {
  z-index: 2;
  direction: rtl;
  color: #798099;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f8f8ff;
  border-top: 1px solid #ededff;
  border-bottom: 1px solid #ededff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
  position: sticky;
  top: 132px;
}

.pricing-v3-cell {
  direction: rtl;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  font-weight: 500;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.no-margin-2 {
  margin: 0;
}

.pricing-plan-cell {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 15%;
  padding: 8px 24px 24px;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-plan-cell.no-divider {
  box-shadow: none;
}

.pricing-v3-category {
  width: 100%;
  display: block;
}

.pricing-v3-currency {
  color: #a9aec3;
  margin-left: -12px;
  margin-right: 3px;
  line-height: 20px;
}

.pricing-v3-tag {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.pricing-v3-plan-mobile {
  margin-top: -4px;
}

.pricing-v3-header {
  z-index: 2;
  border-bottom: 1px solid #ededff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 40px;
  display: flex;
  top: 260px;
}

.heading-3234y {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-top: 35px;
  margin-bottom: 48px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
}

.section-75 {
  background-color: #f9f9f9;
  padding-top: 24px;
}

.bold-text-15-copy {
  color: #807b7b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
}

.feature-image-medium-copy-copy {
  direction: rtl;
  align-self: center;
  max-width: 50px;
  height: auto;
  margin-bottom: 19px;
  padding-left: 0;
  display: block;
}

.bold-text-16, .text-block-9, .text-block-10 {
  font-family: Heebo, sans-serif;
}

.pricing-v3-plan-name-copy {
  margin-top: -4px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.pricing-v3-plans-2 {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #ededff;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: flex;
  position: sticky;
  top: 67px;
  bottom: 0;
}

.pricing-v3-plans-2.mobile-sticky {
  display: none;
}

.pricing-v3-plans-2.bottom {
  border-top: 1px solid #e6e8f0;
}

.wrapper-5 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.pricing-v3-cells-2 {
  flex: 1;
}

.pricing-v3-billing-2 {
  color: #494949;
  font-family: Heebo, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-plan-name-2 {
  margin-top: -4px;
  font-family: Heebo, sans-serif;
}

.pricing-v3-row-2 {
  direction: rtl;
  border-top: 1px solid #ededff;
  width: 100%;
  display: flex;
}

.pricing-v3-row-header-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  min-height: 56px;
  padding: 29px 20px 21px 0;
  display: flex;
}

.pricing-v3-category-header-2 {
  z-index: 2;
  direction: rtl;
  color: #798099;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f8f8ff;
  border-top: 1px solid #ededff;
  border-bottom: 1px solid #ededff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 32px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 197px;
}

.pricing-v3-cell-2 {
  text-align: center;
  border-right: 1px solid #ededff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 64px 10px 65px;
  font-weight: 500;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-v3-cell-2.hide {
  display: none;
}

.pricing-plan-cell-2 {
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px 0 16px;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-plan-cell-2.no-divider {
  box-shadow: none;
}

.pricing-v3-tag-2 {
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.pricing-v3-header-2 {
  z-index: 2;
  border-bottom: 1px solid #ededff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 260px;
}

.comparasin {
  background-color: #f9f9f9;
  padding-top: 43px;
  padding-bottom: 67px;
}

.comparasin.hide {
  display: none;
}

.bold-text-17 {
  letter-spacing: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pricing-plan-cell-2-hide {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  width: 40%;
  padding: 0;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-plan-cell-2-hide.no-divider {
  box-shadow: none;
}

.bold-text-9-copy {
  font-size: 32px;
  font-weight: 300;
}

.text-block-11 {
  direction: rtl;
  text-align: right;
  cursor: pointer;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  padding-left: 32px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.text-block-12 {
  font-family: Heebo, sans-serif;
}

.bold-text-18 {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}

.section-6-copy {
  background-color: #fff;
}

.bold-text-4-copy {
  direction: rtl;
  color: #2d2c4d;
  max-width: none;
  font-size: 42px;
  line-height: 44px;
}

.paragraph-3-copy {
  direction: rtl;
  color: #2d2b4d;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 46px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-family: Heebo, sans-serif;
}

.bold-text-22 {
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
  font-family: Heebo, sans-serif;
}

.bold-text-30 {
  font-family: Heebo, sans-serif;
  font-weight: 700;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.heading-121 {
  color: #324a7a;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  text-decoration: none;
}

.heading-122 {
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.heading-123, .heading-124, .heading-125, .heading-126, .heading-127, .heading-128, .heading-129, .heading-130, .heading-131 {
  font-family: Heebo, sans-serif;
}

.heading-132 {
  margin-top: 0;
  font-family: Heebo, sans-serif;
}

.heading-135 {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.image-43 {
  direction: rtl;
  max-width: 110%;
}

.section-77 {
  background-color: #f5f6f6;
  padding-top: 46px;
}

.feature-image-medium-copy-copy-copy {
  direction: rtl;
  align-self: center;
  max-width: 50px;
  height: auto;
  margin-bottom: 19px;
  padding-left: 0;
  display: block;
}

.section-78 {
  padding-top: 113px;
  padding-bottom: 75px;
}

.wrapper-6 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-grey-7 {
  color: #919191;
  text-align: right;
  max-width: 502.875px;
  font-family: Heebo, sans-serif;
}

.feature-image-small-2 {
  max-width: 50%;
  height: auto;
  margin-bottom: 24px;
}

.section-79 {
  background-color: #f5f6f6;
  padding-top: 79px;
  padding-bottom: 79px;
}

.heading-136 {
  font-family: Heebo, sans-serif;
}

.pricing-v1-card-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 622.875px;
  min-width: 700px;
  padding: 48px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v1-billing-2 {
  color: #a9aec3;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 11px;
}

.pricing-v1-tag-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-family: Fira Sans;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.section-80 {
  background-color: #392897;
  padding-top: 71px;
  padding-bottom: 76px;
}

.feature-image-small-2-copy {
  max-width: 120px;
  height: auto;
  margin-bottom: 24px;
  margin-left: 6px;
  padding-left: 0;
}

.bold-text-31 {
  font-family: Heebo, sans-serif;
  font-size: 30px;
}

.bold-text-32 {
  font-family: Heebo, sans-serif;
}

.div-block {
  padding-bottom: 37px;
}

.bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

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

.pricing-v1-card-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex: 1;
  padding: 41px 48px 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.main-grid-7-copy {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.bold-text-4-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  max-width: none;
  font-size: 50px;
  line-height: 44px;
}

.image-33-copy {
  max-width: 1300px;
  margin-left: 127px;
  padding-top: 54px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.wide-copy {
  max-width: 800px;
}

.intro-copy.wide-copy.no-margin-bottom-copy {
  max-width: 1100px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.image-34-copy {
  max-width: 500px;
  margin-left: 111px;
}

.image-44 {
  max-width: 650px;
  margin-left: -25px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 116px 0 57px;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 48px 44px 57px 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -67px;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.pic-1 {
  max-width: 1400px;
  margin-bottom: -63px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-copy {
  direction: ltr;
  color: #727272;
  text-align: center;
  width: 150%;
  max-width: 930px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.image-45 {
  max-width: 1100px;
}

.heading-138 {
  padding-bottom: 37px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.bold-text-8-copy-copy {
  text-align: right;
  font-weight: 400;
}

.text-big-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.text-big-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  max-width: 500px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.text-big-copy.text-grey-copy-copy {
  color: #8f8f8f;
  text-align: right;
  max-width: 500px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.text-big-copy.text-grey-copy {
  color: #414141;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.section-703 {
  background-color: #f5f6f6;
  padding-top: 78px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.margin-bottom-copy {
  margin-bottom: 6px;
  padding-top: 0;
}

.image-39-copy {
  max-width: 500px;
}

.image-46 {
  max-width: 800px;
}

.image-46-copy {
  max-width: 1200px;
}

.heading-141 {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.image-47 {
  max-width: 650px;
}

.wrapper-copy {
  z-index: 2;
  direction: ltr;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-copy.nav-bar-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.bold-text-9-copy {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.text-big-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  max-width: none;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
  left: 141px;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-38 {
  font-size: 40px;
}

.heading-143 {
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.bold-text-4-copy {
  color: #2d2c4d;
  width: auto;
  max-width: none;
  font-size: 50px;
  line-height: 60px;
}

.image-18-copy {
  max-width: 1200px;
  padding-top: 76px;
  padding-bottom: 54px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 165px;
  padding: 56px 0 57px 3px;
}

.intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 165px;
  padding: 56px 0 138px 3px;
}

.heading-145 {
  direction: rtl;
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.intro-copy213 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy213.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy213.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy213.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: -60px;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy213.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy213.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy213.wide {
  max-width: 800px;
}

.intro-copy213.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy213.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy213.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy213.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.image-48 {
  max-width: 750px;
}

.heading-147 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
}

.heading-2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 16px 0 0;
}

.section-81 {
  padding-top: 0;
}

.heading-149 {
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.image-32-copy {
  max-width: 700px;
}

.heading-151 {
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.image-29-copy {
  max-width: 1200px;
  padding-top: 67px;
}

.image-14-copy {
  max-width: 1200px;
  margin-left: 49px;
  padding-top: 40px;
}

.image-15-copy {
  max-width: 550px;
}

.heading-153 {
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
}

.heading-155 {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-157 {
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.bold-text-11-copy {
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.intro-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-copy-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-copy-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-copy-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-copy-copy-copy.wide {
  max-width: 800px;
}

.intro-copy-copy-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 62px;
}

.intro-copy-copy-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 86px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-1.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-1.wide {
  max-width: 800px;
}

.intro-copy-1.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-1.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-1.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-1.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-1.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: auto;
  max-width: 700px;
  margin-right: -83px;
  padding: 122px 0 57px;
}

.intro-copy-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-2.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-2.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-2.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-2.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-2.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-2.wide {
  max-width: 800px;
}

.intro-copy-2.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-2.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-2.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-2.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-2.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 48px 44px 57px 0;
}

.intro-copy-3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-3.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-3.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-3.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-3.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-3.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-3.wide {
  max-width: 800px;
}

.intro-copy-3.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-3.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-3.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-3.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-3.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -67px;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-4 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-4.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-4.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-4.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: -63px;
  padding: 116px 0 57px;
}

.intro-copy-4.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-4.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-4.wide {
  max-width: 800px;
}

.intro-copy-4.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-4.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-4.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-4.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-5 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-5.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-5.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-5.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-5.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-5.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-5.wide {
  max-width: 800px;
}

.intro-copy-5.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-5.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-5.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-5.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-5.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -48px;
  padding: 67px 0 57px;
}

.intro-copy-5-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-5-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-5-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-5-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-5-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-5-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-5-copy.wide {
  max-width: 800px;
}

.intro-copy-5-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-5-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-5-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-5-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-5-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: 48px;
  padding: 48px 0 57px;
}

.bold-text-5-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 700px;
  padding-bottom: 0;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.bold-text-102 {
  color: #4b4b4b;
  text-align: right;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.bold-text-3-copy {
  direction: rtl;
  color: #2d2c4d;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 55px;
  display: block;
}

.bold-text-104 {
  direction: rtl;
  color: #2d2c4d;
  padding-bottom: 0;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.intro-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.text-big-copy.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-copy-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-big-copy-copy.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-copy-copy.text-grey-copy-copy-copy {
  color: #727272;
  text-align: right;
  margin-bottom: -48px;
  margin-right: -30px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-copy-copy.t3p2pt1 {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.heading-234 {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: 800px;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy.sticky {
  position: sticky;
  top: 160px;
}

.intro-430 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  min-width: 555px;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-430.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-430.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-430.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-430.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-430.wide {
  max-width: 800px;
}

.intro-430.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-430.margin-bottom {
  margin-bottom: 80px;
}

.intro-430.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.bold-text-23-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 600px;
  padding-bottom: 0;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.text-big-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy.text-grey-copy {
  color: #414141;
  text-align: right;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.intro-323 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-323.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-323.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-323.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-323.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-323.wide {
  max-width: 800px;
}

.intro-323.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-323.margin-bottom {
  margin-bottom: 80px;
}

.intro-323.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-323.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323.margin-bottom {
  direction: rtl;
  text-align: left;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  display: block;
}

.intro-323.left {
  text-align: left;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-10-copy {
  color: #8f8f8f;
  font-weight: 400;
}

.bold-text-10-copy-2 {
  color: #8f8f8f;
  text-align: right;
  font-weight: 400;
}

.bold-text-105 {
  color: var(--white);
  text-align: right;
  max-width: 70%;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-4-copy-copy {
  color: #2d2c4d;
  width: auto;
  max-width: none;
  font-size: 60px;
  line-height: 80px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy, .intro-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-4-copy-copy-copy {
  color: #2d2c4d;
  width: auto;
  max-width: none;
  font-size: 60px;
  line-height: 80px;
}

.bold-text-4-c23opy {
  color: #2d2c4d;
  max-width: none;
  font-size: 50px;
  line-height: 80px;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.section-35-copy {
  padding-top: 181px;
  padding-bottom: 63px;
}

.section-82 {
  padding-top: 54px;
  padding-bottom: 13px;
}

.bold-text-3-co12py {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.heading-2-copy-copy-cop12y {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: -13px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.heading-2-copy-copy-344y {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text-3-cop123y {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: 800px;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 90px;
  display: block;
}

.text-big-copy-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.text-big-copy-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  max-width: 500px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.text-big-copy-copy.text-grey-copy-copy {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-right: 130px;
  padding-bottom: 29px;
  padding-right: 62px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy.sticky {
  position: sticky;
  top: 160px;
}

.bold-text-3-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 80px;
  line-height: 90px;
  display: block;
}

.bold-text-3-copsdwe {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.h1 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  width: 800px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
  display: block;
}

.bold-text-11-copy {
  color: #727272;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-13-copy {
  color: var(--black);
  max-width: none;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-38-copy {
  color: var(--black);
  font-size: 40px;
  font-weight: 500;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.intro-copy.no-margin-bottom-copy-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.bold-text-3-copsdsdy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.section-79-copy {
  background-color: #f5f6f6;
  padding-top: 79px;
  padding-bottom: 79px;
}

.section-83 {
  background-image: radial-gradient(circle at 50% 0, #54308e, #4b2e92 48%, #260b4b);
  margin-top: 70px;
  padding-top: 84px;
}

.div-block-2 {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.heading-235 {
  color: var(--white);
  margin-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-13 {
  direction: rtl;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 23px;
}

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

.image-49 {
  max-width: 95%;
  margin-top: 0;
}

.button-copy.small-copy.white-copy {
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.bold-text-107 {
  color: #fff;
}

.section-84 {
  background-color: #f2f5f7;
  padding-top: 113px;
  padding-bottom: 25px;
}

.image-11-main {
  max-width: 700px;
}

.section-85 {
  background-color: #f2f5f7;
  padding-top: 75px;
  padding-bottom: 116px;
}

.bold-text-11-copy-copy {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.image-12-copy {
  max-width: 650px;
  padding-left: 60px;
}

.image-main-2 {
  max-width: 100%;
  margin-left: 10px;
  padding-left: 0;
}

.lottie-animation {
  z-index: 3;
  justify-content: center;
  width: 20%;
  min-width: 350px;
  max-width: 20%;
  margin-top: 111px;
  display: flex;
  position: absolute;
}

.section-86 {
  background-color: #522a8c;
  background-image: radial-gradient(circle, #532f8e, #300f5f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 37px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  width: 1000px;
  max-width: none;
  margin-top: -70px;
  display: flex;
}

.image-50 {
  z-index: 1;
  max-width: 70%;
  padding-top: 105px;
  position: relative;
}

.bold-text-107-copy {
  color: #fff;
  font-size: 70px;
}

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

.text-block-13-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-235-copy {
  color: var(--white);
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 44px;
}

.section-87 {
  background-color: #f2f5f7;
  padding-top: 92px;
  padding-bottom: 127px;
}

.button-copy.small-copy.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.button-copy.small-copy.white-copy-copy {
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  background-color: #fe6b6a;
  background-image: none;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.button-copy-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy.small-copy.white-copy {
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.section-88 {
  background-color: #f2f5f7;
  padding-top: 63px;
  padding-bottom: 105px;
}

.section-89 {
  background-color: #f2f5f7;
  padding-top: 70px;
  padding-bottom: 132px;
}

.feature-card-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: flex;
  box-shadow: 0 15px 30px #cfd9e2;
}

.main-grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.text-grey-8 {
  direction: rtl;
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.feature-image-medium-3 {
  height: 200px;
  margin-bottom: -10px;
}

.feature-image-medium-3-copy {
  max-width: 200px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-236 {
  font-family: Heebo, sans-serif;
}

.heading-235-copy-copy {
  direction: rtl;
  color: #2d2b4d;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.div-block-5-copy {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.image-main-2-copy, .qweqweqwe, .ewqewqwe {
  max-width: 100%;
  margin-left: 10px;
  padding-left: 0;
}

.section-90 {
  background-color: #f2f5f7;
  padding-top: 81px;
  padding-bottom: 110px;
}

.section-90-copy {
  background-color: #f2f5f7;
  padding-top: 81px;
  padding-bottom: 46px;
}

.section-29-copy11 {
  background-color: #282869;
  padding-top: 79px;
}

.bold-text-4-copy-copy-copy-c11opy {
  color: #fff;
  width: auto;
  max-width: none;
  font-size: 60px;
  line-height: 80px;
}

.section-21-c123opy {
  background-color: #253569;
  padding-top: 133px;
  padding-bottom: 63px;
}

.bold-text-4123-copy {
  color: #fff;
  max-width: none;
  font-size: 60px;
  line-height: 60px;
}

.button-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.button-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.button-copy.small-copy.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #fa6d6d;
  border-style: none;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
}

.section-92340-copy {
  background-color: #f2f5f7;
  padding-top: 67px;
  padding-bottom: 60px;
}

.secti23on-10-copy {
  padding-top: 59px;
}

._1-c-opy {
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -41px;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card-2-copy {
  color: #30364d;
  text-align: center;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: flex;
  box-shadow: 0 15px 30px #cfd9e2;
}

.card-13 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 6% 12% 10%;
  display: flex;
  box-shadow: 0 15px 30px #cfd9e2;
}

.section-92340-copy-asdfcopy {
  background-color: #f2f5f7;
  padding-top: 67px;
  padding-bottom: 106px;
}

.image-11-main-copy {
  max-width: 600px;
}

.wer12e {
  background-color: #f5f6f6;
  display: none;
}

.heading-2-c123opy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

._1-copy {
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -41px;
  padding-top: 0;
  padding-bottom: 24px;
}

.text-block-13-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 23px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.section-59-copy {
  background-color: #292969;
  width: auto;
  padding-top: 86px;
  padding-bottom: 19px;
}

.intro-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-copy-copy.left-copy-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy-copy.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.feature-card-c234opy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 24% 12% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.bold-text-7-copy {
  font-size: 40px;
  font-weight: 500;
}

.heading-3-copy {
  color: #2d2c4d;
  text-align: right;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.heading-235-copy-copsdffy-copy {
  direction: rtl;
  color: #2d2b4d;
  margin-top: 35px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.slide {
  background-color: #cee0ec;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.text-grey-8-copy {
  direction: rtl;
  color: #8f8f8f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.text-grey-8-tabs {
  direction: rtl;
  color: #707070;
  text-align: center;
  max-width: 50%;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.section-91 {
  background-color: #f2f5f7;
  padding-bottom: 24px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: auto;
  justify-items: center;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.feature-image-medium-3-copy-copy {
  max-width: 180px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}

.feature-image-medium-3-copy-copy-copy {
  max-width: 160px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -25px;
  padding-top: 21px;
}

.section-90-copy-copy {
  background-color: #f2f5f7;
  padding-top: 81px;
  padding-bottom: 71px;
}

.success-message {
  background-color: #f3f3f3;
  border-radius: 15px;
}

._1-copy-copy {
  width: auto;
  max-width: 1300px;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 29px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small._w-opy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small._w-opy:hover {
  box-shadow: 0 6px 12px -2px #3d78f880;
}

.button-copy.small.whi123123123y {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.whi123123123y:hover {
  box-shadow: 0 6px 12px -2px #3d78f880;
}

.button-copy.small.asdasdasdasd.sdfsd, .button-copy.small.asdasdasdasd.safvasfas, .button-copy.small.asdasdasdasd.sfasf, .button-copy.small.asdasdasdasd.sfg35 {
  background-color: var(--black);
}

.button-copy.small.asdasdqw {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-image: none;
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy-copy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 40px;
  margin-top: 20px;
  padding: 8px 20px 8px 0;
  font-size: 17px;
  line-height: 20px;
  display: flex;
}

.button-copy-copy.small-copy-copy:hover {
  margin-top: 20px;
  box-shadow: 0 6px 12px -2px #0d22bb99;
}

.button-copy-copy.small-copy-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy.small-copy-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy.small-copy-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy.small-copy-copy.white-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy.small-copy-copy.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy.small-copy-copy.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy.sasdasdqweqwe {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy.sasdasdqweqwe.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.sasdasdqweqwe.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy.sasdasdqweqwe.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy.sasdasdqweqwe.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy.sasdasdqweqwe.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.sasdasdqweqwe.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy.sasdasdqweqwe.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy.sasdasdqweqwe.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy.small-copy-copy-copy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 40px;
  padding: 8px 20px 8px 0;
  font-size: 17px;
  line-height: 20px;
  display: flex;
}

.button-copy-copy.small-copy-copy-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy-copy-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy.small-copy-copy-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy.small-copy-copy-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy.small-copy-copy-copy.white-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy.small-copy-copy-copy.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy.small-copy-copy-copy.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy.small-copy-copy-copy.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.section-92 {
  background-color: #f2f5f7;
  margin-bottom: 0;
  padding-top: 135px;
}

.header-h1 {
  color: #0c2866;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.header-p1 {
  direction: rtl;
  color: #6f6f6f;
  padding-bottom: 36px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 17px;
  display: flex;
}

.section-93 {
  padding-top: 360px;
  padding-bottom: 150px;
}

.image-51 {
  max-width: 78%;
  margin-bottom: -220px;
  margin-left: 67px;
}

.heading-h2 {
  color: #2d2c4d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 30%;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.paragraph-4 {
  direction: rtl;
  color: var(--black);
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-11 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-13 {
  flex-direction: column;
  align-items: center;
  max-width: 445px;
  display: flex;
}

.image-52 {
  padding-bottom: 29px;
}

.div-block-14 {
  max-width: 445px;
}

.button-2345 {
  direction: rtl;
  background-color: #8a38f2;
  border-radius: 20px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.button-copy.small-copy {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy.small-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy.small-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy.small-copy.ghost-bg-copy, .button-copy.small-copy.ghost-bg-copy-copy {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy.small-copy.ghost-bg-copy-copy-copy {
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border-style: solid;
  border-color: #e7e7e7;
  border-radius: 20px;
  flex-direction: column;
  max-width: 200px;
  margin-right: 0;
}

.image-52-copy {
  max-width: 30%;
  padding-bottom: 29px;
}

.bold-text-2-copy {
  color: #5f5f5f;
  text-transform: capitalize;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.section-94 {
  background-color: #f2f5f7;
  padding-top: 80px;
  padding-bottom: 60px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  display: flex;
}

.heading-h3 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

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

.client-1 {
  margin-top: 102px;
}

.client-3 {
  margin-top: 73px;
}

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

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.heading-h4 {
  direction: rtl;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  max-width: 700px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-108 {
  max-width: none;
  line-height: 68px;
}

.section-95 {
  background-image: radial-gradient(circle, #54318e, #4e2e90 45%, #351b6f);
  padding-top: 84px;
}

.image-53 {
  max-width: 81%;
  padding-top: 40px;
}

.section-96 {
  background-color: #f2f5f7;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.heading-h2-copy {
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.heading-h5 {
  color: #2d2c4d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-18 {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.div-block-20 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding-top: 0;
  padding-bottom: 46px;
  display: flex;
}

.heading-h6 {
  color: #2d2c4d;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

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

.div-block-21 {
  max-width: 45%;
}

.section-97 {
  padding-top: 57px;
  padding-bottom: 100px;
}

.button-2-c23opy {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.div-block-20-c123opy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.section-96-copy {
  background-color: #f2f5f7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: 200px;
}

.div-block-22 {
  background-color: #0000;
  justify-content: center;
  height: auto;
  display: flex;
}

.div-block-23 {
  background-color: #0000;
  background-image: url('../images/App-section.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: none;
}

.section-98 {
  opacity: 1;
  background-color: #fdf7f4;
  padding-bottom: 0;
}

.heading-h7 {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.paragraph-4-copy {
  direction: rtl;
  color: #838383;
  margin-bottom: 14px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-5 {
  direction: rtl;
  color: #fff;
  margin-bottom: 41px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.image-55 {
  max-width: 170px;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
}

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

.div-block-18-copy-copy {
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 700px;
  margin-left: 220px;
  margin-right: 300px;
}

.div-block-18-copy-copy-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 500px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-18-copy-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 500px;
  margin-left: 40px;
  margin-right: 40px;
}

.nav-dropdown-link-v2-copy-copy {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.nav-dropdown-link-v2-copy-copy:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-copy-copy.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown-link-v2-copy-copy-copy {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.nav-dropdown-link-v2-copy-copy-copy:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-copy-copy-copy.w--current {
  color: #30364d;
  font-weight: 700;
}

.section-92-copy {
  background-color: #f2f5f7;
  margin-bottom: 0;
  padding-top: 135px;
  display: none;
}

.div-block-9-copy {
  flex-direction: column;
  align-items: center;
  padding-bottom: 17px;
  display: flex;
}

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

.section-95-copy {
  background-image: radial-gradient(circle, #54318e, #4e2e90 45%, #351b6f);
  padding-top: 84px;
  display: none;
}

.div-block-16-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.pricing-cell-icon-copy {
  background-image: url('../images/icon-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 24px;
  height: 24px;
  display: block;
}

.image-59 {
  max-width: 60%;
  margin-left: 143px;
}

.nav-dropdown-link-v2-co23py {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

.nav-dropdown-link-v2-co23py:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-co23py.w--current {
  color: #30364d;
  font-weight: 700;
}

.image-54-cop234y {
  max-width: 130%;
  margin-right: 10px;
}

.image-60 {
  max-width: 65px;
  margin-bottom: 25px;
}

.feature-card-hover-14 {
  color: #30364d;
  text-align: center;
  cursor: default;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 48px 12%;
  text-decoration: none;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.feature-card-hover-14:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.section-76-copy {
  background-color: #f9f9f9;
  padding-top: 43px;
  padding-bottom: 67px;
  display: none;
}

.pricing-v3-plans-2-copy {
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #ededff;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-v3-plans-2-copy.mobile-sticky {
  display: none;
}

.pricing-v3-plans-2-copy.bottom {
  border-top: 1px solid #e6e8f0;
}

.feature-card-customer-seccess {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.html-embed {
  z-index: 10;
  color: #1d1d1d;
  background-color: #fff;
  height: 40px;
  position: sticky;
  top: 79px;
}

.nav-link-copy-copy {
  color: #383b52;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .4s;
}

.nav-link-copy-copy:hover {
  background-color: #30364d1a;
}

.nav-link-copy-copy.w--current {
  color: #30364d;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-cop233y {
  color: #383b52;
  border-radius: 4px;
  padding: 8px 30px;
  transition: background-color .4s;
  display: none;
}

.nav-link-cop233y:hover {
  background-color: #30364d1a;
}

.nav-link-cop233y.w--current {
  color: #fff;
  font-weight: 700;
}

.section-81-copy {
  padding-top: 0;
  display: none;
}

.image-61 {
  max-width: 110%;
}

.section-37-234 {
  background-color: #f5f6f6;
  padding-top: 90px;
  padding-bottom: 48px;
}

.slide-2 {
  height: 500px;
}

.slider {
  background-color: #0000;
  height: 600px;
}

.slide-3 {
  background-image: url('../images/HomepagePic40.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.main-grid-copy {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  padding-left: 106px;
  padding-right: 121px;
  display: grid;
  position: relative;
  overflow: visible;
}

.section-77-copy {
  background-color: #f5f6f6;
  padding-top: 100px;
}

.section-45-copy {
  background-color: #f5f6f6;
  padding-top: 146px;
  padding-bottom: 57px;
}

.section-99 {
  background-color: #f5f6f6;
}

.heading-2-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  justify-content: center;
  width: auto;
  max-width: 1200px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.t1p1s1 {
  background-color: #f5f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding-top: 92px;
  display: block;
}

.bold-text-4-copy-copy-copy {
  z-index: 5;
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  max-width: none;
  font-size: 50px;
  line-height: 44px;
  position: absolute;
  left: 400px;
}

.div-block-26 {
  z-index: 5;
  justify-content: center;
  margin-top: 73px;
  display: flex;
  position: absolute;
  inset: 220px 0% auto;
}

.text-block-14 {
  color: #2d2b4d;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.slide-4 {
  background-image: url('../images/cover-pic1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  z-index: 6;
}

.slide-5 {
  background-image: url('../images/HomepagePic40_2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/HomepagePic40_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-navbar1 {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar1.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar1.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar1.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar1.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.section-100 {
  color: var(--black);
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 52px;
}

.pricing-v3-row-2-add {
  direction: rtl;
  background-color: #fff;
  border-top: 1px solid #ededff;
  width: 100%;
  display: flex;
}

.pricing-v3-row-header-2-copy {
  flex-direction: column;
  align-items: center;
  width: 45%;
  min-height: 56px;
  padding: 29px 179px 21px 105px;
  display: flex;
}

.text-block-11-copy {
  flex: 0 auto;
  align-self: auto;
  width: 400px;
  padding-left: 32px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.pricing-v3-cells-2-copy {
  flex: 1;
}

.licence-item {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.no-margin-bottom-copy, .intro-copy-copy-copy.no-margin-bottom-copy-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

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

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

.text-block-15 {
  text-align: center;
  font-family: Heebo, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.div-block-29 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-110 {
  font-size: 18px;
  font-weight: 500;
}

.div-block-30 {
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  width: 700px;
  padding: 10px 20px;
  display: flex;
}

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

.text-block-16 {
  direction: rtl;
  color: #303030;
  font-family: Heebo, sans-serif;
}

.div-block-30-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  justify-content: space-between;
  width: 700px;
  padding: 10px 20px;
  display: flex;
}

.licence-item-copy {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.div-block-29-copy {
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 46px;
  padding-right: 35px;
  display: flex;
}

.div-block-29-copy-copy {
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 46px;
  padding-right: 22px;
  display: flex;
}

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

.section-101 {
  background-color: #f5f6f6;
  display: none;
}

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

.section-93-copy {
  padding-top: 121px;
  padding-bottom: 150px;
}

.image-123-co23py {
  max-width: 35%;
  padding-bottom: 14px;
}

.section-37-234-213opy {
  background-color: #f5f6f6;
  padding-top: 90px;
  padding-bottom: 0;
}

.section-102 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.div-block-33 {
  background-color: #ff6363;
}

.nav-buttons-mobile {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.image-52-copy-copy {
  max-width: 100%;
  padding-bottom: 29px;
}

.image-123-co23py-copy {
  max-width: 34%;
  padding-bottom: 21px;
}

.image-124 {
  width: 430px;
  max-width: 35%;
  margin-bottom: 25px;
}

.icon, .icon-2 {
  display: none;
}

.section-103 {
  padding-top: 105px;
  padding-bottom: 110px;
}

.image-54-cop234y-c123opy {
  max-width: 130%;
  margin-right: 10px;
}

.text-block-17 {
  color: #2d2c4d;
  text-align: center;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-18 {
  color: #878787;
  text-align: center;
  margin-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.button-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  height: 48px;
  margin-right: 162px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.section-104 {
  text-align: center;
  background-color: #f5f6f6;
  flex-direction: column;
  justify-content: center;
  padding-top: 62px;
  padding-bottom: 65px;
  display: flex;
}

.grid-4 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch space-between;
  align-self: center;
  justify-items: center;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
}

.text-block-19 {
  color: #363636;
  border: 0 #000;
}

.link-block {
  border: 0 #000;
}

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

.image-125 {
  max-width: 24px;
  margin-bottom: 30px;
}

.image-125-copy {
  max-width: 23px;
  margin-bottom: 35px;
}

.image-125-copy-copy {
  max-width: 20px;
  margin-bottom: 26px;
}

.image-125-copy-copy-copy {
  max-width: 20px;
  margin-bottom: 33px;
}

.image-125-3452 {
  max-width: 19px;
  margin-bottom: 26px;
}

.section-105 {
  background-color: #493a6d;
  background-image: url('../images/PU31.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.heading-h4-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-108-copy {
  max-width: none;
  line-height: 68px;
}

.text-block-20 {
  direction: rtl;
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.button-2-c23opy-copy {
  direction: rtl;
  background-color: #ff548c;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

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

.div-block-37 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.div-block-38 {
  display: block;
}

.dropdown-toggle {
  border: 1px solid #e6e8f0;
  border-radius: 5px;
  min-width: 480px;
  padding-left: 24px;
}

.text-block-21 {
  color: #a9afc3;
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.dropdown-list-2 {
  background-color: #c9b7b7;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 1px 1px 8px #cacaca;
}

.dropdown-link {
  text-align: right;
  font-family: Heebo, sans-serif;
}

.dropdown-link-2, .dropdown-link-3 {
  text-align: right;
}

.div-block-39 {
  display: none;
}

.link-3 {
  color: #0f0f0f;
  text-decoration: none;
}

.bold-text-111 {
  margin-right: 10px;
  font-family: Heebo, sans-serif;
}

.text-block-22 {
  direction: ltr;
  font-family: Heebo, sans-serif;
}

.image-126 {
  max-width: 450px;
  padding-bottom: 32px;
}

.div-block-40 {
  justify-content: center;
  display: flex;
}

.text-block-18-casd2py {
  color: #878787;
  text-align: center;
  margin-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.div-block-41 {
  display: block;
}

.h2 {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 60px;
  display: block;
}

.h3 {
  direction: rtl;
  color: var(--white);
  text-align: center;
  width: 800px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.bold-text-4-copy {
  color: #2d2c4d;
  max-width: none;
  font-size: 50px;
  line-height: 60px;
}

.heading-2-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.section-106 {
  display: none;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.h2asdasd-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.bold-text-112, .bold-text-113 {
  font-weight: 500;
}

.h2-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.h2-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.no-margin-bottom-copy {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.h2-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 1000px;
  max-width: 1100px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.no-margin-bottom-copy, .intro-copy-copy.no-margin-bottom-copy-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.ivon1 {
  width: 10px;
  max-width: none;
  height: 6px;
}

.div-block-42 {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.link-block-3 {
  border: 1px #000;
  text-decoration: none;
}

.link-block-4 {
  text-align: center;
  margin-left: 29px;
  text-decoration: none;
}

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

.link-block-6 {
  padding-bottom: 24px;
  text-decoration: none;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.feature-card-5 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 0;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.heading-2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.feature-card-6 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 0;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.paragraph-copy-copy {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 17px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.h2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 800px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.bold-text-3-copsdsdy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 60px;
  display: block;
}

._2 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

._2-c123123opy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: -13px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-3-copsdsdy-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 600px;
  margin-left: 0;
  padding-bottom: 14px;
  font-size: 70px;
  line-height: 72px;
  display: block;
}

.div-block-18-csdfdsopy {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 159px;
  margin-right: 20px;
}

.bold-text-3-copsdsdy-coasdf-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  margin-left: 0;
  padding-bottom: 2px;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  display: block;
}

.h2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 550px;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.div-block-18-csdfdsopday-copy {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 159px;
  margin-right: 20px;
}

.image-54-cop234y-c123ofsdfpy-copy {
  max-width: 130%;
  margin-right: 10px;
}

.h2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  line-height: 90px;
  display: block;
}

.h2-copy-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: 550px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.bold-text-11-copy-copy {
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.h2-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  max-width: 1100px;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.button-2-copy {
  direction: rtl;
  background-color: #fa6d6d;
  border-radius: 20px;
  margin-top: 29px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.feature-image-sm345all-copy {
  max-width: 200px;
  height: auto;
  margin-bottom: 48px;
}

.div-block-43 {
  display: none;
}

.heading-342 {
  direction: rtl;
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 42px;
}

.image-4432 {
  max-width: 500px;
}

.section-6324 {
  background-color: #f4f7fd;
  padding-top: 130px;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.grid-3234 {
  grid-column-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
}

.asdasdasd {
  max-width: 100px;
}

.div-block123 {
  margin-left: 140px;
  margin-right: 140px;
}

.qweqwer12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-copy-copy23 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-23-copy-copy233 {
  direction: rtl;
  color: #2d2c4d;
  width: 600px;
  padding-bottom: 0;
  font-size: 60px;
  line-height: 70px;
  display: block;
}

._23123 {
  background-color: #f5f6f6;
  padding-top: 113px;
  padding-bottom: 0;
}

.section-2213 {
  background-color: #f5f7fd;
  padding-top: 94px;
  padding-bottom: 0;
}

.image-1234 {
  max-width: 400px;
  margin-left: -63px;
}

.intro-copy-123 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-123.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-123.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-123.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-123.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-123.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-123.wide {
  max-width: 800px;
}

.intro-copy-123.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-123.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-123.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-123.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-123.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-123.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 29px;
}

.intro-323-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: 60px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3234234234.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-3234234234.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-3234234234.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-3234234234.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-3234234234.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-3234234234.wide {
  max-width: 800px;
}

.intro-3234234234.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-3234234234.margin-bottom {
  margin-bottom: 80px;
}

.intro-3234234234.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-3234234234.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.heading-123123 {
  color: #2d2c4d;
  text-align: right;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-bi12312332 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12312332.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12312332.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.bold-text-114 {
  font-weight: 500;
}

.image-5345 {
  max-width: 750px;
  margin-left: 40px;
}

.t4p5s8 {
  background-color: #f4f7fd;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.image-123455 {
  max-width: 1000px;
}

.image-53443 {
  max-width: 600px;
  margin-left: 40px;
}

.section-1123123y {
  background-color: #f5f7fd;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-3asdasdasd {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.image-1qwe {
  max-width: 1300px;
}

.section-452-copy {
  background-color: #f5f6f6;
  padding-top: 137px;
}

.button-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-copy.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.button-copy.ghost:hover {
  box-shadow: none;
}

.button-copy.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button-copy.small {
  background-color: var(--black);
  background-image: none;
  justify-content: flex-end;
  max-width: 197px;
  height: 40px;
  margin-right: 0;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy.small.white-copy {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy.small.white-copy.dfgdfg, .button-copy.small.white-copy.mbkb {
  background-color: var(--black);
}

.button-copy.small.asdasdasdas {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdas:hover {
  box-shadow: 0 6px 12px -2px #3d78f87d;
}

.button-copy.small.asdasdasdasd {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdasd:hover {
  box-shadow: 0 6px 12px -2px #3d78f88f;
}

.button-copy.small.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdqw {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdqw:hover {
  box-shadow: 0 6px 12px -2px #3d78f88a;
}

.button-copy.small.asdasdw {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdw:hover {
  box-shadow: 0 6px 12px -2px #3d78f887;
}

.button-copy.small.asdasdasdw {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdw:hover {
  box-shadow: 0 6px 12px -2px #3d78f885;
}

.button-copy.small.white-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdqwe {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdqwe:hover {
  box-shadow: 0 6px 12px -2px #3d78f885;
}

.button-copy.small.asdasdasdwe {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.asdasdasdwe:hover {
  box-shadow: 0 6px 12px -2px #3d78f885;
}

.button-copy.small.qwesrr {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.small.qwesrr:hover {
  box-shadow: 0 6px 12px -2px #3d79f880;
}

.button-copy.small.qwesrr.black-button {
  background-color: var(--black);
}

.button-copy.small.qwesrr {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.button-copy.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.paragraph-123123 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p2s3 {
  max-width: 1000px;
  margin-top: 20px;
}

.intro-copy-123-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-123-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-123-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-123-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-123-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-123-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-123-copy.wide {
  max-width: 800px;
}

.intro-copy-123-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-123-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-123-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-123-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-123-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-123-copy.left {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px 0 29px;
}

.intro-3234234234-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-3234234234-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.main-123123123 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 100%;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
  position: relative;
}

.text-bi12312332-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12312332-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12312332-copy.text-grey-copy {
  color: #727272;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.intro-3234234234-co-py {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3234234234-co-py.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-3234234234-co-py.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-3234234234-co-py.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-3234234234-co-py.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-3234234234-co-py.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-3234234234-co-py.wide {
  max-width: 800px;
}

.intro-3234234234-co-py.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-co-py.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-3234234234-co-py.margin-bottom {
  margin-bottom: 80px;
}

.intro-3234234234-co-py.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-3234234234-co-py.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-co-py.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.text-bi12312332312-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12312332312-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12312332312-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi12312332312-copy.text-grey-copy-copy {
  color: #727272;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
}

.section-3a123y {
  background-color: #f5f6f6;
  padding-top: 137px;
  padding-bottom: 0;
  overflow: visible;
}

.section-3a123456 {
  background-color: #fff;
  padding-top: 137px;
  padding-bottom: 89px;
  overflow: visible;
}

.image-1qwey {
  max-width: 1100px;
}

.bold-text-9-cop2y-copy {
  max-width: 800px;
  font-size: 40px;
  font-weight: 700;
}

.section-3asdasd123123 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 50px;
  overflow: visible;
}

.bold-text-9-co12345 {
  max-width: 800px;
  font-size: 40px;
  font-weight: 700;
}

.t3p2s4 {
  background-color: #f4f6ff;
  padding-top: 67px;
  padding-bottom: 0;
}

.image-1qw234e-co234 {
  max-width: 1100px;
  margin-top: 20px;
}

.paragraph-12312sd2 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p1s3 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.heading-123124 {
  direction: rtl;
  color: #414141;
  text-align: right;
  justify-content: center;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.section-63247 {
  background-color: #292969;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-34345 {
  direction: rtl;
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 42px;
}

.h2-cop123y {
  direction: rtl;
  color: #fff;
  width: 800px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 60px;
  display: block;
}

.text-big-c2345 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-c2345.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-c2345.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-big-c2345.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-c2345.text-grey-copy-copy-copy, .text-big-c2345.text-grey-co2345 {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-c2234 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-c2234.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-c2234.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-big-c2234.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-c2234.text-grey-copy-copy-copy {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-c2234.text-grey-co2345 {
  color: #ececec;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-c34y {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-c34y.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-c34y.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-big-c34y.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-c34y.text-grey-copy-copy-copy {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-c34y.text-grey34545 {
  color: #ececec;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.heading-2234 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.heading-3434345-copy {
  direction: rtl;
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 42px;
}

.h24-cop123y-copy {
  direction: rtl;
  color: #fff;
  width: 700px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 60px;
  display: block;
}

.intro-2344 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-2344.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-2344.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-2344.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-2344.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-2344.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-2344.wide {
  max-width: 800px;
}

.intro-2344.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-2344.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-2344.margin-bottom {
  margin-bottom: 80px;
}

.intro-2344.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-2344.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-2344.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 29px;
}

.t3p4p5 {
  max-width: 500px;
  margin-left: -63px;
}

._23245 {
  background-color: #f5f7fd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-tex34t-11 {
  max-width: none;
  font-weight: 500;
  display: inline;
}

.heading-12w3123-copy {
  color: #2d2c4d;
  text-align: right;
  max-width: 600px;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.intro-3234234234-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3234234234-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-3234234234-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-3234234234-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-3234234234-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-3234234234-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-3234234234-copy.wide {
  max-width: 800px;
}

.intro-3234234234-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-3234234234-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-3234234234-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-3234234234-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.text-bi12312err {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12312err.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12312err.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi12312err.t3p1t2 {
  color: #727272;
  text-align: right;
  max-width: 600px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
}

.text-bi12312err.text-grey-copy {
  color: #8f8f8f;
  padding-left: 0;
  font-size: 22px;
}

.text-bi12312err.text-grey-copy-copy {
  color: #727272;
  text-align: right;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
}

.t3p1p2 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p6s9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
  display: none;
}

.ima867rf {
  max-width: 800px;
  margin-top: 40px;
}

.sectio1234 {
  background-color: #fe977d;
  padding-top: 0;
  padding-bottom: 60px;
}

.bold-tex345 {
  color: #2d2d4e;
  font-weight: 500;
}

.text-bi1212 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi1212.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi1212.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi1212.text-g2345 {
  color: #f0f0f0;
  text-align: right;
  padding-left: 0;
  font-size: 22px;
}

.section-221324 {
  margin-top: 162px;
}

.qwer1234 {
  max-width: 1000px;
  margin-top: 20px;
}

.t4p5p5 {
  max-width: 500px;
  margin-left: -63px;
}

.t4p5s9 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.intro-3234234234-c234 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3234234234-c234.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-3234234234-c234.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-3234234234-c234.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-3234234234-c234.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-3234234234-c234.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-3234234234-c234.wide {
  max-width: 800px;
}

.intro-3234234234-c234.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-c234.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-3234234234-c234.margin-bottom {
  margin-bottom: 80px;
}

.intro-3234234234-c234.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-3234234234-c234.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-3234234234-c234.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.sectio13452 {
  background-color: #7c81d6;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5343456 {
  max-width: 700px;
  margin-left: 40px;
}

.v {
  text-align: center;
  background-color: #fef6ee;
  padding-top: 140px;
  padding-bottom: 220px;
  overflow: visible;
}

.section-221325 {
  background-color: #fbaf63;
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-45 {
  justify-content: center;
  display: flex;
}

.qwer123465 {
  max-width: 1100px;
  margin-top: -300px;
}

._4356w2345 {
  background-color: #ffecd4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-34556234uj-copy {
  max-width: 650px;
  margin-left: -63px;
}

.heading-34345y {
  direction: rtl;
  text-align: right;
  margin-bottom: 16px;
  margin-right: -30px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 42px;
}

.h234456 {
  direction: rtl;
  color: #2d2c4d;
  width: 700px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 60px;
  display: block;
}

._234566 {
  background-color: #5345be;
  padding-top: 100px;
  padding-bottom: 20px;
}

._4356732345-copy, ._4356233473-copy {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1h1 {
  max-width: 900px;
  font-size: 60px;
  font-weight: 700;
  line-height: 85px;
  display: flex;
  overflow: auto;
}

.t3p1h1-2 {
  direction: rtl;
  color: #0c2866;
  text-align: center;
  width: auto;
  max-width: 900px;
  margin-bottom: 10px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.t3p1i1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p1i1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p1i1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p1i1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i1.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p1i1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p1i1.wide {
  max-width: 800px;
}

.t3p1i1.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i1.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p1i1.margin-bottom {
  margin-bottom: 80px;
}

.t3p1i1.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p1i1.no-margin-bottom-copy {
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p1i1.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.t3p1s1 {
  background-color: #f2f5f7;
  padding-top: 140px;
  padding-bottom: 220px;
  overflow: visible;
}

.t3p1s2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 40px;
}

.t3p1p1 {
  max-width: 1200px;
  margin-top: 0;
}

.t3p1s4 {
  background-color: #fff8f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1p3 {
  max-width: 650px;
  margin-left: -63px;
}

.t3p1s6 {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p1s7 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1p4 {
  max-width: 1200px;
}

.t3p1s8 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 80px;
}

.t3p1p5 {
  max-width: 550px;
  margin-left: -63px;
}

.t3p1s9 {
  background-color: #f9fbff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1p6 {
  max-width: 500px;
  margin-left: -63px;
}

.t3p1p7 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p1t1 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p1t1.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.t3p1t1.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.t3p1t1.t3p1t2 {
  color: #727272;
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
  display: flex;
}

.t3p1i2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p1i2.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p1i2.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p1i2.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p1i2.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p1i2.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p1i2.wide {
  max-width: 800px;
}

.t3p1i2.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i2.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p1i2.margin-bottom {
  margin-bottom: 80px;
}

.t3p1i2.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p1i2.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i2.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p1i3.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p1i3.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p1i3.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p1i3.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p1i3.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p1i3.wide {
  max-width: 800px;
}

.t3p1i3.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i3.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p1i3.margin-bottom {
  margin-bottom: 80px;
}

.t3p1i3.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p1i3.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p1i3.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2h1 {
  direction: rtl;
  color: #0c2866;
  width: auto;
  max-width: 900px;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}

.t3p2pt2 {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p2pt2.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.t3p2pt2.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.t3p2pt2.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.t3p2pt2.text-grey-copy-copy-copy {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.t3p2pt2.t3p2pt1 {
  color: #727272;
  text-align: right;
  max-width: 600px;
  margin-bottom: -48px;
  margin-right: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.t3p2pt1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p2pt1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p2pt1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2pt1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2pt1.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p2pt1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p2pt1.wide {
  max-width: 800px;
}

.t3p2pt1.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2p2i1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  max-width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p2p2i1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p2p2i1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2p2i1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2p2i1.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p2p2i1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p2p2i1.wide {
  max-width: 800px;
}

.t3p2p2i1.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2s1 {
  background-color: #f2f5f7;
  padding-top: 124px;
  padding-bottom: 65px;
}

.t3p2s2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.t3p2h2 {
  direction: rtl;
  color: #414141;
  text-align: right;
  justify-content: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.t3p2p1 {
  max-width: 500px;
}

.t3p2s5 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p2p2 {
  max-width: 750px;
  margin-left: 0;
}

.t3p2i2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.t3p2i2.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p2i2.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2i2.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p2i2.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p2i2.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p2i2.wide {
  max-width: 800px;
}

.t3p2i2.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i2.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p2i2.margin-bottom {
  margin-bottom: 80px;
}

.t3p2i2.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p2i2.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i2.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: 48px;
  display: flex;
  position: relative;
}

.t3p2i3.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p2i3.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2i3.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i3.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p2i3.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p2i3.wide {
  max-width: 800px;
}

.t3p2i3.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i3.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p2i3.margin-bottom {
  margin-bottom: 80px;
}

.t3p2i3.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p2i3.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2i3.left {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px 0 29px;
}

.t3p2s6 {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p2s7 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-53443-copy {
  max-width: 600px;
  margin-left: 40px;
}

.t3p2p4 {
  max-width: 650px;
  margin-left: 40px;
}

.t3p2h3 {
  color: #2d2c4d;
  text-align: right;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.t3p2h4 {
  font-weight: 500;
}

.t3p2i4 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p2i4.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p2i4.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p2i4.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p2i4.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p2i4.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p2i4.wide {
  max-width: 800px;
}

.t3p2i4.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i4.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p2i4.margin-bottom {
  margin-bottom: 80px;
}

.t3p2i4.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p2i4.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p2i4.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3h1 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.t3p3h2 {
  color: #0c2866;
  max-width: 1000px;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.t3p3p1 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p3s2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.b {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.undraw_projections_re_1mrh-svg, .undraw_projections_re_1mrh-svg-copy, .t3p3s5 {
  background-color: #f4f7fd;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p3s4 {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 140px;
}

.t3p3p2 {
  max-width: 650px;
  margin-left: -63px;
}

.image-123455-copy {
  max-width: 1000px;
}

.t3p3p3 {
  max-width: 850px;
}

.t3p3s6 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.t3p3p4 {
  max-width: 550px;
  margin-left: -63px;
}

.t3p3s7 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}

.t3p3p5 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p3p5.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p3p5.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p3p5.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p3p5.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p3p5.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p3p5.wide {
  max-width: 800px;
}

.t3p3p5.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3p5.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p3p5.margin-bottom {
  margin-bottom: 80px;
}

.t3p3p5.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p3p5.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3p5.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3p6 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p3s8 {
  background-color: #fef6ee;
  padding-top: 60px;
  padding-bottom: 40px;
}

.t3p3p7 {
  max-width: 700px;
  margin-left: 40px;
}

.t3p4s1 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 50px;
  overflow: visible;
}

.t3p41 {
  max-width: 800px;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

.t3p4s2 {
  background-color: #333781;
  padding-top: 140px;
  padding-bottom: 140px;
}

.t3p4h2 {
  direction: rtl;
  color: #fff;
  width: auto;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.t3p4p3 {
  max-width: 500px;
}

.t3p4s4 {
  background-color: #fafafa;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p4p4 {
  max-width: 1300px;
}

.t3p4s5 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p4s6 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 60px;
}

.t3p4p6 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p4s7 {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 60px;
  overflow: visible;
}

.t3p4p7 {
  max-width: 800px;
  margin-top: 40px;
}

.t3p4s8 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.t3p4s9 {
  max-width: 400px;
  margin-left: 40px;
}

.t4p5s1 {
  background-color: #f5f5ff;
  background-image: url('../images/45.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 240px;
  overflow: visible;
}

.t3p4h1 {
  max-width: 800px;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

.t3p4i1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p4i1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p4i1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p4i1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.t3p4i1.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p4i1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p4i1.wide {
  max-width: 800px;
}

.t3p4i1.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p4i1.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p4i1.margin-bottom {
  margin-bottom: 80px;
}

.t3p4i1.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p4i1.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p4i1.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.t3p4p1 {
  max-width: 1300px;
  margin-top: 20px;
}

.t4p5p1 {
  max-width: 1300px;
  margin-top: -220px;
}

.t4p5s2 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.t4p5h1 {
  color: #1b1964;
  max-width: 800px;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

.bold-text-10-copy {
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 400;
}

.t4p5p2 {
  color: #6e6e6e;
  font-size: 22px;
  font-weight: 400;
}

.t4p5s3 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}

.t4p5s4 {
  background-color: #4b50b4;
  padding-top: 76px;
  padding-bottom: 60px;
  overflow: visible;
}

.t4p5h2 {
  color: #fff;
  max-width: 800px;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.t4p5i2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t4p5i2.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t4p5i2.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t4p5i2.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.t4p5i2.left.sticky {
  position: sticky;
  top: 160px;
}

.t4p5i2.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t4p5i2.wide {
  max-width: 800px;
}

.t4p5i2.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t4p5i2.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t4p5i2.margin-bottom {
  margin-bottom: 80px;
}

.t4p5i2.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t4p5i2.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.t4p5i2.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.t4p5p3 {
  color: #eee;
  font-size: 22px;
  font-weight: 400;
}

.t4p5p4 {
  max-width: 1000px;
}

.t4p5s6 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.t4p5s7 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.t4p5p6 {
  max-width: 500px;
  margin-left: 40px;
}

.t4p5p7 {
  max-width: 800px;
  margin-top: 40px;
}

.t4p5p8 {
  max-width: 900px;
  margin-left: -63px;
}

.t4p5p9 {
  max-width: 600px;
  margin-left: 40px;
}

.t3p6s1 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 50px;
  overflow: visible;
}

.t3p6h1 {
  color: #0c2866;
  max-width: 800px;
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
}

.t3p6p1 {
  max-width: 900px;
}

.t3p6s2 {
  background-color: #fdf7f4;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p6p2 {
  max-width: 550px;
  margin-left: -63px;
}

.t3p6s3 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.t3p6s4 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 140px;
}

.t3p6s5 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p6s6 {
  background-color: #f4f7fd;
  padding-top: 76px;
  padding-bottom: 60px;
  overflow: visible;
}

.t3p6s7 {
  max-width: 1000px;
  margin-top: 40px;
}

.t3p6s8 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.t3p6s10 {
  max-width: 700px;
  margin-left: 40px;
}

.t3p6s11 {
  background-color: #4b50b4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.t3p6s12 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p7s1 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 100px;
}

.t3p7p1 {
  max-width: 500px;
}

.t3p7i1 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.t3p7i1.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p7i1.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p7i1.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p7i1.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p7i1.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p7i1.wide {
  max-width: 800px;
}

.t3p7i1.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.t3p7h1 {
  direction: rtl;
  color: #0c2866;
  width: auto;
  min-width: auto;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  display: block;
}

.t3p7s3 {
  background-color: #fff7e7;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p7s4 {
  background-color: #fdfdfd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p7p2 {
  max-width: 500px;
  margin-left: -63px;
}

.t3p7s5 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}

.t3p7p3 {
  max-width: 400px;
  margin-left: 40px;
}

.t3p7s6 {
  background-color: #fdfdfd;
  padding-top: 100px;
  padding-bottom: 140px;
}

.t3p7s7 {
  background-color: #f4f7fd;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: visible;
}

.t3p7p4 {
  max-width: 1000px;
}

.t3p7s8 {
  background-color: #f5f7fd;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p7s9 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p7s10 {
  background-color: #f4f6ff;
  padding-top: 67px;
  padding-bottom: 100px;
}

.t3p7p7 {
  max-width: 550px;
  margin-left: -63px;
}

.t3s4s9 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.t1p2s1 {
  background-color: #f5f6f6;
  padding-top: 170px;
}

.t1p3s1 {
  padding-top: 120px;
}

.t1p4s1 {
  background-color: #292969;
  width: auto;
  padding-top: 179px;
  padding-bottom: 19px;
}

.t1p5s1 {
  padding-top: 140px;
}

.t2p1s1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 76px;
  position: relative;
  overflow: hidden;
}

.t2p1s1.intro-hero {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: 0;
  padding-top: 216px;
  padding-bottom: 224px;
  overflow: hidden;
}

.t2p1s1.footer-section {
  background-color: #292969;
  border-top: 1px solid #e6e8f0;
  padding-top: 52px;
  padding-bottom: 0;
}

.t2p1s1.mask {
  overflow: hidden;
}

.t2p1s1.gradient {
  color: #fff;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  overflow: hidden;
}

.t2p1s1.haze {
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 0;
}

.t2p1s1.top-section {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: -88px;
  padding-top: 192px;
  padding-bottom: 144px;
  overflow: hidden;
}

.t2p2s1 {
  background-color: #282869;
  padding-top: 140px;
}

.t2p3s1 {
  padding-top: 140px;
  padding-bottom: 0;
}

.t2p3h1 {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  max-width: 700px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 65px;
  display: block;
}

.t2p4s1 {
  padding-top: 140px;
  padding-bottom: 13px;
}

.t2p5s1 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 0;
  font-weight: 400;
}

.t2p6s1 {
  background-color: #f5f6f6;
  padding-top: 120px;
}

.t2p7s1 {
  padding-top: 160px;
  padding-bottom: 110px;
}

.t5p1s1 {
  border: 1px #e6e7e8;
  padding-top: 95px;
  display: none;
}

.t3p3i6 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p3i6.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.t3p3i6.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.t3p3i6.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.t3p3i6.left.sticky {
  position: sticky;
  top: 160px;
}

.t3p3i6.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.t3p3i6.wide {
  max-width: 800px;
}

.t3p3i6.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3i6.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.t3p3i6.margin-bottom {
  margin-bottom: 80px;
}

.t3p3i6.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t3p3i6.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t3p3i6.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.asdasdasdasdasd {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.asdasdasdasdasd.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.asdasdasdasdasd.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.asdasdasdasdasd.text-g2345 {
  color: #f0f0f0;
  padding-left: 143px;
  font-size: 22px;
}

.asdasdasdasdasd.qweqweqweqqwe {
  color: #f0f0f0;
  text-align: right;
  padding-left: 143px;
  font-size: 22px;
}

.bold-tex345123123-copy {
  color: #fff;
  max-width: 450px;
  font-weight: 500;
}

.qweqweqweqwe123 {
  color: #2d2c4d;
  text-align: right;
  max-width: 450px;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.t3p1p8 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.t3p1p9 {
  max-width: 500px;
  margin-left: -63px;
}

.t3p2s9 {
  background-color: #f8f8f8;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.t3p2p8 {
  max-width: 500px;
  margin-left: -63px;
}

.t3p2p234 {
  max-width: 550px;
  margin-left: 40px;
}

.t3p3i32 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 20px;
}

.asdasdasdqweqw {
  text-align: center;
  max-width: 850px;
  margin-top: 0;
}

.p3p3p234 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1p212345 {
  max-width: 450px;
  margin-left: 40px;
}

.t3p3p34 {
  max-width: 480px;
  margin-left: -63px;
}

.wehrohweorjh2394y023y4 {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.hbkshdbfkjbewkjfbew {
  color: #2d2d4e;
  max-width: 450px;
  font-weight: 500;
}

.sdfwefwerwerwer {
  color: #8f8f8f;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.sdfwefwerwerwer.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.sdfwefwerwerwer.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.sdfwefwerwerwer.text-g2345 {
  color: #f0f0f0;
  padding-left: 143px;
  font-size: 22px;
}

.sdfwefwerwerwer.qweqweqweqqwe {
  color: #f0f0f0;
  text-align: right;
  padding-left: 143px;
  font-size: 22px;
}

.hgrwehjgriyweg3467 {
  max-width: 500px;
  margin-left: 40px;
}

.swehrjh2kjh23h234j {
  color: #0c2866;
  max-width: 800px;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.t3p2p1324 {
  max-width: 500px;
}

.t4p5p345 {
  max-width: 1200px;
  margin-top: 40px;
}

.t4p5p3456 {
  max-width: 500px;
  margin-left: -63px;
}

.t4p5p34567 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p7p2345 {
  max-width: 400px;
  margin-left: 40px;
}

.image-12342342342345 {
  max-width: 1000px;
}

.t3p2p20 {
  max-width: 500px;
  margin-left: 50px;
}

.button-copy-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  background-image: none;
  border-radius: 20px;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.div-block-24-copy {
  direction: rtl;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-bi1212-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi1212-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi1212-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi1212-copy.text-g2345 {
  color: #727272;
  text-align: right;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 22px;
}

.text-bi12312332-copy-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12312332-copy-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12312332-copy-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi12312332-copy-copy.text-grey-copy-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 14px;
  padding-left: 0;
  font-size: 22px;
}

.t3p2s910, .section-234 {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.h1-234455 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  width: 800px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

._2123123124 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
  line-height: 42px;
}

.asodhoiasdhoiasdh123 {
  direction: rtl;
  color: #2d2d4e;
  text-align: center;
  width: 900px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
  display: block;
}

.headin234234234 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph-copy-cop123123 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: auto;
  max-width: 1400px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-112312312 {
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.intro-copqweqwer {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copqweqwer.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copqweqwer.no-margin-bottom {
  max-width: 1400px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copqweqwer.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copqweqwer.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copqweqwer.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copqweqwer.wide {
  max-width: 800px;
}

.intro-copqweqwer.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copqweqwer.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copqweqwer.margin-bottom {
  margin-bottom: 80px;
}

.intro-copqweqwer.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sectio234234234 {
  padding-top: 200px;
}

.intro-copy-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-copy-copy.wide {
  max-width: 800px;
}

.intro-copy-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 165px;
  padding: 56px 0 57px 3px;
}

.intro-copy-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 165px;
  padding: 56px 0 138px 3px;
}

.intro-copy-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: -111px;
  margin-left: 165px;
  padding: 56px 0 87px 3px;
}

.text-big-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.asvdkas128312 {
  padding-top: 141px;
  padding-bottom: 71px;
}

.cta-card-info-copy {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  display: flex;
  position: relative;
}

.sectioqweqwe {
  background-color: #fafafa;
}

.bold-text-112312312-copy {
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.section-3123213 {
  background-color: #f5f6f6;
  padding-top: 181px;
}

.intro-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy.wide {
  max-width: 800px;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy.left-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-cop123123123y {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-cop123123123y.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-cop123123123y.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-cop123123123y.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-cop123123123y.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-cop123123123y.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-cop123123123y.wide {
  max-width: 800px;
}

.intro-cop123123123y.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-cop123123123y.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-cop123123123y.margin-bottom {
  margin-bottom: 80px;
}

.intro-cop123123123y.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-cop123123123y.left-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: -117px;
  padding: 0 0 57px;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.intro-coeqwewqy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-coeqwewqy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-coeqwewqy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-coeqwewqy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.intro-coeqwewqy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-coeqwewqy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-coeqwewqy.wide {
  max-width: 800px;
}

.intro-coeqwewqy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-coeqwewqy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-coeqwewqy.margin-bottom {
  margin-bottom: 80px;
}

.intro-coeqwewqy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-coeqwewqy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-coeqwewqy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 30px 0 57px;
}

.intro-coeqwewqy.left-copy, .intro-coeqwewqy.left-casdasdasdasd {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.section-37-2asdasdasdasdasd {
  background-color: #f5f6f6;
  padding-top: 173px;
  padding-bottom: 65px;
}

.section-3122342344234 {
  background-color: #f5f6f6;
  padding-top: 167px;
}

.t3p1s3234 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
}

.asdasdasd1 {
  max-width: 200px;
}

.div-bloasdashdlasdh {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: none;
}

.grid-323asdaosdnasdjpi {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.asdasdaqweqwey, .asdasd12323, .asda123123 {
  max-width: 200px;
}

.grid-32234234234 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
}

._123123123 {
  background-color: #fff;
  padding-top: 125px;
  padding-bottom: 40px;
}

.image-54-cop234yasdasd-c123ofsdfpy-copy-copy {
  max-width: 550px;
  margin-right: 10px;
}

.div-asdqwe-copy {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 159px;
  margin-right: 20px;
}

.heaqweqwe {
  font-family: Heebo, sans-serif;
}

.sdwefwef {
  margin-top: 0;
  margin-bottom: 0;
}

.bold-texasdasd {
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.sdwefwef-copy {
  margin-top: 22px;
  margin-bottom: 6px;
}

.boldasdasdy {
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.sdwefasdasd {
  margin-top: 16px;
  margin-bottom: 13px;
}

.sdweasdasdasdsa {
  margin-top: 6px;
  margin-bottom: 16px;
}

.intro-copy-casdasdasd {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-casdasdasd.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-casdasdasd.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-casdasdasd.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-casdasdasd.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-casdasdasd.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-casdasdasd.wide {
  max-width: 800px;
}

.intro-copy-casdasdasd.left-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.p2p1h1 {
  direction: rtl;
  color: #0c2866;
  text-align: right;
  width: auto;
  min-width: 600px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.t2p1pr1 {
  color: #8f8f8f;
  text-align: right;
  max-width: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.t2p1p1 {
  direction: rtl;
  max-width: 600px;
}

.t2p1p2 {
  max-width: 1300px;
  margin-top: -76px;
}

.t2p1p3 {
  max-width: 750px;
  padding-left: 60px;
}

.t2p1p4 {
  max-width: 650px;
}

.t2p1p5 {
  max-width: 1000px;
  padding-bottom: 81px;
}

.t2p1p6 {
  max-width: 700px;
}

.t2p2s23 {
  background-color: #fffaf4;
  padding-top: 140px;
}

.t2p2pr1 {
  color: #727272;
  text-align: center;
  max-width: 900px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.image-123123y {
  max-width: 1200px;
  padding-top: 22px;
  padding-bottom: 54px;
}

.t2p2p3 {
  max-width: 650px;
}

.sectio234231234234-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.introasdasdasddas-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.introasdasdasddas-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.introasdasdasddas-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.introasdasdasddas-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.introasdasdasddas-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.introasdasdasddas-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.introasdasdasddas-copy.wide {
  max-width: 800px;
}

.introasdasdasddas-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.introasdasdasddas-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.introasdasdasddas-copy.margin-bottom {
  margin-bottom: 80px;
}

.introasdasdasddas-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sdfsdfpsdokfwejwer {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

._123123123123123 {
  max-width: 1200px;
  padding-top: 87px;
}

.intro-323-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-323-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-323-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-323-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-323-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-323-copy.wide {
  max-width: 800px;
}

.intro-323-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-323-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-323-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-323-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-copy-copy-copy {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-co {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: auto;
  max-width: 800px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.asvdkas12asd312-copy {
  padding-top: 141px;
  padding-bottom: 117px;
}

.im234age-21-copy {
  max-width: 750px;
}

.t2p11233 {
  max-width: 750px;
  padding-left: 60px;
}

.t2p3p1 {
  width: auto;
  max-width: 1100px;
  margin-top: -25px;
  margin-bottom: 0;
  margin-left: -41px;
  padding-top: 0;
  padding-bottom: 0;
}

.sectiqweqwe {
  background-color: #f5f6f6;
  padding-top: 59px;
  padding-bottom: 98px;
}

.sdfwertgq {
  width: auto;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 27px;
  padding-bottom: 0;
}

.t2p4s1-copy {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectiasdasdasln {
  padding-top: 100px;
  padding-bottom: 100px;
}

.asdasdqwgeigwq {
  max-width: 750px;
}

.asdasdqwe {
  max-width: 700px;
}

.secqwe123asdasdasdasd-copy {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sasodihiqwo {
  background-color: #f5f6f6;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-30-copy {
  max-width: 570px;
}

.qweqwe1235 {
  max-width: 500px;
}

.kasjbdfjklasbdlqwe {
  max-width: 700px;
}

.sectio234563 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.asdasdqwe-44-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

._1-copy-copy-copy, .aksndwqnl24 {
  width: auto;
  max-width: 1300px;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 29px;
  padding-top: 0;
  padding-bottom: 0;
}

.ojhwqasdlhaslkd {
  max-width: 650px;
}

.ashgdhqi3231 {
  max-width: 670px;
}

.asdqwehorho {
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-2-copy {
  direction: rtl;
  background-color: #3d78f8;
  border-radius: 20px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.dfgsertytyg {
  background-color: #545bdb;
  width: auto;
  padding-top: 179px;
  padding-bottom: 19px;
}

.hjfggjfufdut548 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-top: -57px;
  margin-left: auto;
  margin-right: -75px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hjfggjfufdut548.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hjfggjfufdut548.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.hjfggjfufdut548.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.hjfggjfufdut548.left.sticky {
  position: sticky;
  top: 160px;
}

.hjfggjfufdut548.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hjfggjfufdut548.wide {
  max-width: 800px;
}

.hjfggjfufdut548.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.hjfggjfufdut548.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.hjfggjfufdut548.margin-bottom {
  margin-bottom: 80px;
}

.hjfggjfufdut548.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.hjfggjfufdut548.left-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hjfggjfufdut548.left-copy.sticky {
  position: sticky;
  top: 160px;
}

.hjfggjfufdut548.left-copy-copy {
  text-align: left;
  align-items: flex-start;
  width: 500px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hjfggjfufdut548.left-copy-copy.sticky {
  position: sticky;
  top: 160px;
}

.r1234 {
  font-size: 55px;
  line-height: 70px;
}

.heading-copy, .qwuieouqhweoihqoie2 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
  line-height: 42px;
}

.ashdaljgdlqlwekhqwe {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  min-width: auto;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.asdasdqwe21 {
  background-color: #fff;
  padding-top: 86px;
  padding-bottom: 81px;
}

.ksajbdjabsd213 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-top: -54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ksajbdjabsd213.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.ksajbdjabsd213.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.ksajbdjabsd213.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.ksajbdjabsd213.left.sticky {
  position: sticky;
  top: 160px;
}

.ksajbdjabsd213.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.ksajbdjabsd213.wide {
  max-width: 800px;
}

.ksajbdjabsd213.left-copy, .ksajbdjabsd213.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  width: 600px;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.text-big-copy-copy-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy-copy-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy-copy-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-big-copy-copy-copy.text-grey-copy-copy {
  color: #4b4b4b;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-big-copy-copy-copy.text-grey-copy-copy-copy {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  margin-right: -30px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-copy-copy-copy.t3p2pt1 {
  color: #4b4b4b;
  text-align: right;
  margin-bottom: -48px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-big-copy-copy-copy.lajsdnasdbnlqwnelkqwne {
  color: #727272;
  text-align: right;
  margin-bottom: -48px;
  margin-right: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.h2-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.t1p1s2 {
  background-color: #fff8f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.t3p1p234y {
  max-width: 600px;
  margin-left: 40px;
  padding-left: 20px;
}

.t1p2s2 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

.asdhwqe {
  direction: rtl;
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.asdasdasdqwef {
  background-color: #4b50b4;
  padding-top: 76px;
  padding-bottom: 60px;
  overflow: visible;
}

.ssdfsdfpjwer {
  color: #fff;
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.adhqwheqwdh {
  background-color: #f5f5f5;
  padding-top: 17px;
}

.qwelkqwdqwdqwihd {
  color: #eee;
  font-size: 22px;
  font-weight: 400;
}

.bold-tex345-copy {
  color: #2d2d4e;
  font-weight: 500;
}

.qweqwduhouqwbdo {
  color: #fff;
  font-weight: 500;
}

.sdbosjaasfdas {
  max-width: 1300px;
}

.sectioasdasd1234 {
  background-color: #fff8f0;
  padding-top: 86px;
  padding-bottom: 71px;
}

.asdasdasdqwefqwe {
  background-color: #fff8f0;
  padding-top: 59px;
  padding-bottom: 98px;
}

.footercta {
  background-color: #fff;
  padding-top: 17px;
}

.anbsjkqwbjbsojqw {
  background-color: #eee;
}

.asdqwdqwdq {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}

.image-12342342342346 {
  max-width: 1450px;
  padding-top: 81px;
}

.headinsoduhfuwefwef {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.section-3122342344235, .section-3122342344236, .section-3122342344237 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.header-p1-copy {
  direction: rtl;
  color: #6f6f6f;
  padding-bottom: 36px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.askdjggqwdiuqwd {
  direction: rtl;
  color: #6f6f6f;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.asdhqwljdqwdh {
  max-width: 78%;
  margin-top: 32px;
  margin-bottom: -220px;
  margin-left: 67px;
}

.section-3122342344238 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-46 {
  display: block;
}

.div-block-47, .div-block-48, .div-block-49 {
  display: none;
}

.section-pricing {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-50 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -121px;
  padding-bottom: 40px;
  display: flex;
}

.toggle-button {
  margin-top: 38px;
}

.pricing-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-intro.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.pricing-intro.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.pricing-intro.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-intro.left.sticky {
  position: sticky;
  top: 160px;
}

.pricing-intro.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.pricing-intro.wide {
  max-width: 800px;
}

.pricing-intro.no-margin-bottom-copy, .pricing-intro.no-margin-bottom-copy-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.pricing-text-month {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.pricing-v2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  display: none;
}

.pricing-v1 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 60px;
}

.toggle-circle {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 0;
}

.toggle {
  text-align: left;
  cursor: pointer;
  background-color: #bbc5da;
  border-radius: 20px;
  justify-content: flex-start;
  width: 56px;
  height: 28px;
  padding: 0;
  display: flex;
}

.bold-tasdasdasd {
  max-width: none;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
}

.mobile-pricing-headline {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.image-12342342342347 {
  width: 30px;
}

.text-block-23 {
  direction: rtl;
  color: #2d2d4e;
  text-align: center;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

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

.text-block-23-copy {
  direction: rtl;
  color: #a1a1a1;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.mobile-pricing-tagline {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  margin-bottom: 15px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.asdfasdfsdaf-copy {
  padding-top: 160px;
  padding-bottom: 110px;
}

.asdasdqwedff {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 70px;
  line-height: 90px;
  display: block;
}

.adasdasdwq {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  margin-left: 0;
  padding-bottom: 22px;
  font-size: 55px;
  line-height: 70px;
  display: block;
}

.bold-text-11-copy-copy-copy {
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-52 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 600px;
  display: flex;
}

.asdasdqwd {
  max-width: 130%;
  margin-right: 10px;
}

.asdfasdfsdaf-copy-copy {
  background-color: #f1f5ff;
  padding-top: 120px;
  padding-bottom: 90px;
}

.asdasdqwdqwd {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.im34542342346-copy {
  max-width: 1500px;
  padding-top: 6px;
}

.asdnwjqdnew {
  background-color: #333781;
  padding-top: 71px;
  padding-bottom: 76px;
}

.asdasdqwedf {
  max-width: 120px;
  height: auto;
  margin-bottom: 24px;
  margin-left: 6px;
  padding-left: 0;
}

.bold-text-asdasdpy {
  color: #727272;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.paragraphqwewqey {
  direction: rtl;
  color: #838383;
  margin-bottom: 44px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.licence-item-copy {
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-width: 700px;
  max-width: 700px;
  margin-top: 73px;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

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

._123a1 {
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 500px;
  padding: 10px 20px;
  display: flex;
}

.bold-text-112312313 {
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-ass22y {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}

.div-block-54 {
  background-color: #fff;
  border-radius: 13px;
  width: auto;
  min-width: 170px;
  height: auto;
  margin: 60px 40px;
  padding: 20px 40px 35px;
  box-shadow: 1px 1px 15px #c2cbd4e6;
}

.heading-123125 {
  direction: rtl;
  color: var(--black);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 26px;
}

.text-block-24 {
  color: #646464;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-hs4 {
  background-image: url('../images/207.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  display: flex;
}

.div-bloasdasdw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1450px;
  padding-bottom: 70px;
  display: flex;
}

.asodhisaodjwe {
  justify-content: center;
  max-width: 1450px;
  display: flex;
}

.asdjkqwgbejkbeqw {
  background-color: #fff;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.d12iv-block-55-copy {
  background-image: url('../images/209.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: -63px;
  display: flex;
}

.bold-text-112312314 {
  direction: rtl;
}

.dskfnkdpsf {
  background-image: url('../images/211.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: 54px;
  padding-top: 16px;
  display: flex;
}

.dsk23445 {
  background-image: url('../images/212.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: -57px;
  display: flex;
}

.section-qwwey {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 124px;
}

.t2p1p3-copy {
  max-width: 550px;
  padding-left: 60px;
}

.asdqwdy {
  background-color: #f5f6f6;
  padding-top: 80px;
  padding-bottom: 124px;
}

.section-qwwey-copy {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 124px;
}

.sec345tion-4-copy {
  background-color: #f5f6f6;
  padding-top: 10px;
  padding-bottom: 140px;
}

.t2pasdasdcopy {
  max-width: 750px;
  padding-left: 60px;
}

.div-block-56 {
  flex-direction: column;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

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

.dasdasdpy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.grid-32234234235 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.div-block-57 {
  box-shadow: 1px 1px 3px #000;
}

.pricing-v4 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 40px 35px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.ti-py {
  color: #9165f7;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.ti-py.dark-bg {
  color: #fff;
  background-color: #ffffff1a;
}

.ti-py.gradient {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6784;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  padding: 8px 11px;
  font-family: Heebo, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.ti-py.gradient-copy {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6784;
  padding: 8px 11px;
  font-family: Heebo, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.ti-py.gradi123 {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6784;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.ti-py.gradi123-copy {
  direction: rtl;
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff6784;
  margin-bottom: 32px;
  padding: 10px 12px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.b234234324py {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  height: 48px;
  padding: 12px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.b234234324py:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.b234234324py.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.b234234324py.ghost:hover {
  box-shadow: none;
}

.b234234324py.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.b234234324py.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.b234234324py.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.b234234324py.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.b234234324py.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.b234234324py.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.b234234324py.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.b234234324py.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.wefwefwe {
  direction: rtl;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.pricing-v1-billing-qwee {
  direction: rtl;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feature-im234 {
  direction: rtl;
  width: 70px;
  max-width: none;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0;
}

.pricing-v5 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 27px 48px 65px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.sdfsdf {
  direction: rtl;
  color: #822eec;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.pricing-text-mon123123y {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.pricing-text-month-copy, .pricing-text-month-copy-copy {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.asd-py {
  max-width: 550px;
}

.asfdasdqwd {
  background-color: #fff;
  padding-top: 17px;
}

.sectionasasd9-copy {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

._212323 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 124px;
}

.secswwerewry {
  background-color: #fafafa;
  padding-top: 0;
  padding-bottom: 84px;
}

.section-3122342344240 {
  background-image: url('../images/220.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 760px;
  padding-top: 400px;
  padding-bottom: 400px;
}

.login-header-1 {
  direction: rtl;
  text-align: right;
  margin-bottom: 22px;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  line-height: 32px;
}

.qweqwe {
  direction: rtl;
  color: #404041;
  text-align: center;
  max-width: 547.016px;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-58 {
  flex-direction: column;
  align-items: center;
  padding-right: 180px;
  display: flex;
}

.button-2346 {
  background-color: #37c998;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}

.section-3122342344240-copy {
  background-color: #0000;
  min-width: 760px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.asdfasdfs {
  background-color: #fdf7f4;
  padding-top: 120px;
  padding-bottom: 90px;
}

.ksajdvfijbsdfsd {
  max-width: 175%;
  margin-right: 10px;
}

.paragraphqwewqey2 {
  direction: rtl;
  color: #838383;
  margin-bottom: 44px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.grid-32234234236 {
  direction: rtl;
  text-align: right;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.licence-item-copy {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  min-width: auto;
  max-width: 700px;
  margin: 20px 10px;
  padding: 32px 40px 56px;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.div-block-30-copy {
  text-align: right;
  border-bottom: 1px solid #f0f0f0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 500px;
  max-width: none;
  padding: 10px 20px;
  display: flex;
}

.div-block-30-copy-copy {
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  width: 700px;
  padding: 10px 20px;
  display: flex;
}

.text-block-25 {
  direction: rtl;
  text-align: center;
  font-family: Heebo, sans-serif;
}

.asasa {
  flex-direction: column;
  justify-content: space-between;
  min-width: auto;
  display: flex;
}

.text-bl2344 {
  direction: rtl;
  text-align: center;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.bold-tqweewqr {
  font-size: 28px;
}

.text-bl2334 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.div-blsafdy {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 57px;
  padding: 10px 20px 15px;
  display: flex;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.section-3122342344241 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bold-text-9-copy {
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
}

.headi3453212 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.div-blsafdy-copy {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 86px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.asfdasdasdas {
  background-color: #f8f8f8;
  padding-top: 17px;
}

.div-blosadopy {
  justify-content: center;
  align-items: center;
  margin-right: -178px;
  display: flex;
}

.div-block-59-copy {
  background-image: url('../images/226.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-bottom: 63px;
  display: flex;
}

.image-12342342342348 {
  max-width: 650px;
}

.div-block-58-copy {
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.button-2346-copy {
  background-color: #8a39f4;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
}

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

.imagasdwqd {
  max-width: 650px;
}

.boasdasdsad {
  background-color: #fdf7f4;
}

.dsaokdnipendiew, .dsaokdnipendie2 {
  background-color: #fff8e7;
}

.pricing-pic-v1 {
  direction: rtl;
  max-width: 70px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 0;
}

.pricing-v1-card-copy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex: 1;
  padding: 27px 48px 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v43 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 650px;
  padding: 27px 20px 37px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.bold-text-copy {
  direction: rtl;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.pricing-v234 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 650px;
  padding: 41px 20px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.bold-text174y {
  direction: rtl;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.buttoasd {
  border: 1px solid var(--black);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.buttoasd:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

.buttoasd.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.buttoasd.ghost:hover {
  box-shadow: none;
}

.buttoasd.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.buttoasd.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.buttoasd.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.buttoasd.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.buttoasd.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.buttoasd.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.buttoasd.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.buttoasd.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.bold-text174y-copy {
  direction: rtl;
  color: #0e0e0f;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.buasdasd {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.buasdasd:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.buasdasd.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.buasdasd.ghost:hover {
  box-shadow: none;
}

.buasdasd.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.buasdasd.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.buasdasd.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.buasdasd.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.buasdasd.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.buasdasd.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.buasdasd.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.buasdasd.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.headiasdqwdqewd {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  margin-bottom: 35px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.page-wrapper-pricing {
  background-color: #0000;
  position: relative;
  overflow: visible;
}

.column {
  padding-left: 10px;
  display: block;
}

.pricing-plan-2342345 {
  text-align: center;
  flex-direction: column;
  width: 25%;
  padding: 20px 20px 16px;
  display: none;
  box-shadow: -1px 0 #ededff;
}

.pricing-plan-2342345.no-divider {
  box-shadow: none;
}

.section-100-copy {
  color: var(--black);
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 52px;
}

._123231321 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
}

.pricing-v3-cell-22qwedsa {
  text-align: center;
  border-right: 1px solid #ededff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px;
  font-weight: 500;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.text-blo2334 {
  text-align: right;
  cursor: auto;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  padding-left: 32px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.pricing---header {
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.header-1-homepage {
  direction: rtl;
  color: #2a2f3b;
  text-align: right;
  max-width: 600px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.section-01 {
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 83px;
  display: block;
}

.homepage-p {
  direction: rtl;
  color: #727272;
  text-align: right;
  max-width: 500px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.wiv-1 {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  display: flex;
}

.t3p4p41 {
  max-width: 900px;
}

.exstra-ser {
  background-color: #fdf7f4;
  padding-top: 120px;
  padding-bottom: 90px;
  display: none;
}

.secqwer44241-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.home-image {
  max-width: 700px;
  margin-right: 40px;
  display: block;
}

.diw2 {
  justify-content: space-between;
  display: flex;
}

.hs2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.s2grid {
  direction: rtl;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.heading-123126 {
  direction: rtl;
  color: #040405;
  border-bottom: 1px #000;
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.paragraph-123124 {
  direction: rtl;
  color: var(--black);
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.home---icon {
  width: 40px;
  max-width: none;
  height: 40.3281px;
}

.div-block-60 {
  direction: ltr;
  flex-direction: row-reverse;
  max-width: 380px;
  margin: 25px 25px 20px;
  display: flex;
}

.div-block-61 {
  margin-top: -5px;
  padding: 0 5px 10px;
}

.div-block-62 {
  direction: rtl;
  max-width: none;
}

.div-block-63 {
  align-self: stretch;
  max-width: 1400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hs3 {
  background-color: #202020;
  background-image: none;
  background-size: auto;
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.link-4 {
  color: #5d6d92;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.heder-uweh {
  color: var(--black);
  text-align: center;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.hs3p1 {
  width: auto;
  max-width: 1000px;
  height: auto;
}

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

.hs4 {
  background-color: #fff;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: none;
}

.text-block-24234 {
  direction: rtl;
  color: #8a8c8b;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hs5 {
  margin-bottom: 100px;
}

.heading-123127 {
  direction: rtl;
  color: var(--black);
  text-align: center;
  margin-bottom: 48px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.grid-32234234238 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-right: 40px;
  padding-left: 40px;
}

.pic-vlock {
  margin: 20px;
}

.logo-pic {
  max-width: 100px;
  height: auto;
}

.div-block-65 {
  flex-direction: column;
  align-items: center;
  margin-bottom: -82px;
  padding: 40px;
  display: flex;
}

.imagasdasdwe {
  max-width: 497px;
  height: auto;
  margin-right: 10px;
}

.section-23456 {
  background-color: #f2f5f7;
  padding-top: 110px;
  padding-bottom: 110px;
}

.div-block-18-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-b123123123312 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-18-copy-copy {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 178px;
  margin-right: 20px;
}

.section-23456-copy {
  background-color: #f2f5f7;
  padding-top: 0;
  padding-bottom: 110px;
}

.sectioasdasdsdasaopy {
  background-color: #f8f8f8;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.hs6 {
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hs1 {
  background-color: #fff;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 50px;
  display: none;
}

.pic-0312452 {
  max-width: 150%;
  margin-right: 41px;
}

.heading-hsadwqedwef {
  direction: ltr;
  color: #2d2c4d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

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

.asdasdads {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.asdasasddsa-123123123 {
  color: var(--black);
  max-width: 800px;
  font-size: 50px;
  font-weight: 500;
}

.pic-university {
  max-width: 1200px;
  height: auto;
  padding-top: 43px;
}

.buttoasdasdwqew {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  max-width: none;
  margin-bottom: 13px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.hs7 {
  padding-top: 90px;
}

.heasdasdwe {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 10px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.paragrasdasdasdqwe {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.heading-h7-copy {
  color: #1b1c1d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 62px;
}

.paragasdasdasdy {
  direction: rtl;
  color: var(--black);
  margin-bottom: 41px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.asdasdasdafssdf {
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: 152px;
}

.button-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy-copy:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-copy-copy.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.button-copy-copy.ghost:hover {
  box-shadow: none;
}

.button-copy-copy.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button-copy-copy.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.button-copy-copy.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-copy-copy.small-copy {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy.small-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy.small-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  border-radius: 20px;
  max-width: none;
  height: 36px;
  margin-right: 0;
  font-size: 17px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy.sdfsdfsdfsdfsdf:hover {
  box-shadow: 0 6px 12px -2px #3d79f880;
}

.button-copy-copy.small-copy-copy {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy.small-copy-copy.white-copy-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy-copy.asdasdadqw123123 {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.button-copy-copy.small-copy-copy.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy.small-copy-copy.white-copy-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy.small-copy-copy.white-copy-copy:hover {
  box-shadow: 0 6px 12px -2px #3d78f880;
}

.button-copy-copy.small-copy-copy.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.asdasdasdwds {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3d79f8;
  background-image: none;
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.asdasdasdwds:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #1b8ef680;
}

.asdasdasdwds.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.asdasdasdwds.ghost:hover {
  box-shadow: none;
}

.asdasdasdwds.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.asdasdasdwds.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.asdasdasdwds.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.asdasdasdwds.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.asdasdasdwds.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.asdasdasdwds.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.asdasdasdwds.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.asdasdasdwds.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-2-copy-copy {
  background-color: var(--black);
  direction: rtl;
  border-radius: 30px;
  margin-top: 16px;
  padding: 14px 26px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.dsfsdfwefwefewf {
  direction: rtl;
  color: #2d2c4d;
  text-align: right;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.adasdasd34132 {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  margin-left: 0;
  padding-bottom: 22px;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
  display: block;
}

.footer-link-copy {
  color: #e7e7e7;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.footer-link-copy.w--current {
  color: #fff;
}

.footer-headasdqwf {
  color: #fff;
  margin-top: 29px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.footer-asdasdqwey {
  color: #e7e7e7;
  padding: 6px 15px;
  font-family: Heebo, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.footer-asdasdqwey:hover {
  text-decoration: underline;
}

.footer-asdasdqwey.w--current {
  color: #fff;
}

.teasdasdasdxt-block-copy {
  direction: rtl;
  color: #e2e2e2;
  padding-bottom: 15px;
}

.footer-colasdasdasdasd {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18 {
  text-decoration: none;
}

.imaasdasddopy {
  max-width: 497px;
  height: auto;
  margin-right: 10px;
}

.div-b123123123312-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pic-0312452-copy {
  max-width: 150%;
  margin-right: 41px;
}

.wiv-1-copy {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  margin-right: 15px;
  display: flex;
}

.pic-0312452-copy-copy {
  max-width: 150%;
  margin-right: 41px;
}

.headinsoduhfuwasdasd {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px;
}

.paragsddsfsdfer {
  direction: rtl;
  color: #8f8f8f;
  text-align: center;
  width: 150%;
  max-width: 900px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.t1p1s3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.asdasdasdqwd {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  margin-bottom: 89px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.asdasdasdasd {
  direction: rtl;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: space-between space-around;
  place-items: stretch center;
  max-width: 1500px;
}

.text-block-24234-copy {
  direction: rtl;
  color: #8a8c8b;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.heading-113-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 48px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.footer-heaasdasdsda {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.bold-text-112312316 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-weight: 500;
}

.imaasasdasdadsy {
  max-width: 400px;
  margin-left: 111px;
}

.image-44-copy {
  max-width: 650px;
  margin-left: -25px;
}

.qweqweqweqwe {
  max-width: 550px;
  margin-left: -25px;
}

.sdfwefwef {
  background-image: url('../images/207.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  display: flex;
}

._123123123213 {
  background-image: url('../images/211.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: 83px;
  display: flex;
}

.sdfwefwefwef {
  background-color: #fff;
  border-radius: 13px;
  width: auto;
  min-width: 170px;
  height: auto;
  margin: 60px 40px;
  padding: 20px 40px 35px;
  box-shadow: 1px 1px 15px #c2cbd4e6;
}

.wefwefwfeerf {
  background-image: url('../images/212.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: -57px;
  display: flex;
}

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

.asdasdqwdqwdqwqw {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.asdasdqwdqwdqwqw.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.asdqw213123 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
}

.qweqwe123 {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.nav-dropdownewqwer {
  clear: none;
  direction: rtl;
  font-family: Heebo, sans-serif;
  display: block;
  overflow: visible;
}

.t1p2123123 {
  background-color: #f5f6f6;
  padding-top: 170px;
}

.asidjaidqwwqe {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.asidjaidqwwqe.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

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

.main-gqweqweqwe1234 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  padding-bottom: 33px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.sdfwerbfojwefnoiwehf {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.sdfwerbfojwefnoiwehf.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.asdqwedqdwqd {
  color: #8f8f8f;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.asdqwedqdwqd.text-grey {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.asdqwedqdwqd.text-grey-copy {
  color: #414141;
  text-align: right;
  text-align: right;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.intro-430-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-430-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-430-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-430-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-430-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-430-copy.wide {
  max-width: 800px;
}

.intro-430-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-430-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-430-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.werwefwfer {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.werwefwfer.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.asdasdasdqwe12jfgh {
  direction: rtl;
  color: var(--black);
  text-align: right;
  width: auto;
  min-width: auto;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}

.sdfsdfsdfjyf {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sdfsdfsdfjyf.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.sdfsdfsdfjyf.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.sdfsdfsdfjyf.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdfsdfjyf.left.sticky {
  position: sticky;
  top: 160px;
}

.sdfsdfsdfjyf.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sdfsdfsdfjyf.wide {
  max-width: 800px;
}

.sdfsdfsdfjyf.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdfsdfjyf.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.sdfsdfsdfjyf.margin-bottom {
  margin-bottom: 80px;
}

.sdfsdfsdfjyf.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sdfsdfsdfjyf.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdfsdfjyf.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdfsdfjyf.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.ghjghjghj {
  color: var(--black);
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

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

.qweasdwefwe {
  color: #727272;
  text-align: right;
  max-width: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.sdfsdfsdfwec {
  z-index: 2;
  direction: ltr;
  text-align: right;
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.sdfsdfsdfwec.nav-bar-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.sdfsdsdfsdffsdfjyf-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sdfsdsdfsdffsdfjyf-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.sdfsdsdfsdffsdfjyf-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.sdfsdsdfsdffsdfjyf-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.sdfsdsdfsdffsdfjyf-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sdfsdsdfsdffsdfjyf-copy.wide {
  max-width: 800px;
}

.sdfsdsdfsdffsdfjyf-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.sdfsdsdfsdffsdfjyf-copy.margin-bottom {
  margin-bottom: 80px;
}

.sdfsdsdfsdffsdfjyf-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sdfsdsdfsdffsdfjyf-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdfwewerwerwr {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: auto;
  max-width: 800px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.secqweqwetion-2-copy {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 124px;
}

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

.automations2, .sectiowerwerfy {
  background-color: #f5f6f6;
  padding-top: 110px;
  padding-bottom: 113px;
}

.t2p11234234 {
  max-width: 550px;
  padding-left: 60px;
}

.hkjhkgjkdin234234234-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.h2-copy-copy-copy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  max-width: 700px;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: block;
}

.t32345 {
  max-width: 750px;
}

.sectasdasdqwe {
  background-color: var(--white);
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.dasasdwed {
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
  top: -2px;
  left: 39px;
}

.t2p1wer {
  max-width: 650px;
}

.asdasdqwdf {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectasdasdwdd {
  background-color: #f5f6f6;
  padding-top: 65px;
  padding-bottom: 59px;
}

.intasdasdw2py {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intasdasdw2py.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intasdasdw2py.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intasdasdw2py.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intasdasdw2py.left.sticky {
  position: sticky;
  top: 160px;
}

.intasdasdw2py.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intasdasdw2py.wide {
  max-width: 800px;
}

.intasdasdw2py.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intasdasdw2py.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intasdasdw2py.margin-bottom {
  margin-bottom: 80px;
}

.intasdasdw2py.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intasdasdw2py.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.s234234234sd12234 {
  background-color: #f5f6f6;
  padding-top: 110px;
  padding-bottom: 113px;
}

.automations1 {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 59px;
}

.imagqwed {
  max-width: 530px;
}

.s234234qweepy {
  background-color: #fff;
  padding-top: 133px;
  padding-bottom: 113px;
}

.s23423124234copy {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 113px;
}

.t2p1w234234432y {
  max-width: 370px;
}

.asdasdqwdef {
  opacity: 1;
  background-color: #fdf7f4;
  padding-bottom: 0;
}

.image-12342342342351 {
  max-width: 450px;
  margin-left: 51px;
}

.section-3122342344243 {
  background-color: #2a256c;
  background-image: url('../images/279.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 80px;
}

.heading-123128 {
  direction: rtl;
  color: #fff;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.paragraph-123125 {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 650px;
  margin-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

._1231231234asdc {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.butasdasdasd {
  direction: rtl;
  background-color: #3d79f8;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.butasdasd123213 {
  background-color: var(--black);
  direction: rtl;
  color: var(--white);
  border-radius: 20px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.asdasdadqwddw {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-block-67 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.section-3122342344244 {
  justify-content: flex-end;
  display: flex;
}

.div-block-68 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.asdasdqwxeqw {
  justify-content: flex-end;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.boasdasdqwdqwy {
  direction: rtl;
  color: #202731;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.developers-button {
  direction: rtl;
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 22px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.developers-button:hover {
  background-color: #d6d6d6;
}

.div-block-69 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  min-width: 1200px;
  display: flex;
}

.section-3122342344245 {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

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

.secsdfsdf-copy {
  justify-content: center;
  margin-top: 44px;
  margin-bottom: 73px;
  display: flex;
}

.div-block-71 {
  justify-content: center;
  display: flex;
}

.grid-32234234239 {
  direction: rtl;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._98723894hr {
  color: #2b303b;
  max-width: 300px;
  height: auto;
  margin-bottom: 5px;
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.div-block-72 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  min-height: 418px;
  max-height: none;
  margin: 15px;
  padding: 30px 40px 50px;
  box-shadow: 1px 1px 12px 1px #0000000f;
}

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

.link-5 {
  direction: rtl;
  color: #1c3d85;
  max-width: 230px;
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.link-5:hover {
  color: #4b73c9;
}

.bold-text-112312317 {
  font-size: 22px;
  font-weight: 500;
}

.div-block-72-copy {
  background-color: #fff;
  border-radius: 16px;
  min-height: 418px;
  max-height: none;
  margin: 15px;
  padding: 27px 40px 50px;
  box-shadow: 1px 1px 12px 1px #eee;
}

.butasdasdasd-copy {
  direction: rtl;
  background-color: #f1f4f9;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.asdasdasddqw {
  direction: rtl;
  color: #303047;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.asdaasdasdasdwef {
  background-color: #f4f7ff;
  padding-top: 86px;
  padding-bottom: 60px;
}

.image-39-copy-copy {
  max-width: 600px;
}

.t2p11234234-copy {
  max-width: 550px;
  padding-left: 60px;
}

.sdfsdfwefwfwe {
  max-width: 600px;
  padding-left: 60px;
}

.asdasdqwdqwdqwdqwd {
  align-items: center;
  display: flex;
}

._12ssca {
  min-width: auto;
}

.butasdasasdasdpy {
  direction: rtl;
  background-color: #dbe8ff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.sdfsdf-opy {
  background-color: #f5f8ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-blo {
  margin-bottom: 20px;
}

.t3p1h1-2-2334 {
  direction: rtl;
  color: #0c2866;
  text-align: center;
  width: auto;
  max-width: 900px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.t3p344555 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

._2234234-text-9-copy-copy, .bold-text-9-copy-copy, .bold-text-9-copy-copy {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.t3p2asdasdasd {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sdfsdsdfsdffsdfjyf-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sdfsdsdfsdffsdfjyf-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.sdfsdsdfsdffsdfjyf-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.sdfsdsdfsdffsdfjyf-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sdfsdsdfsdffsdfjyf-copy-copy.wide {
  max-width: 800px;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.t2p1w23423443asdy {
  max-width: 550px;
}

.qweqweqweqweqwe {
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  min-width: 1200px;
  display: flex;
}

.qweqweqweqweqwe-copy {
  background-image: url('../images/281.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  min-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.asdf21312 {
  max-width: 600px;
}

.t4p5h2-copy {
  color: #fff;
  max-width: 800px;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.heaasdasdasopy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1000px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-9-copy-copy {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.youtube-3 {
  border: 1px solid #b6b6b6;
  border-radius: 2px;
  width: 100%;
  min-width: 800px;
  height: auto;
}

.youtube-2 {
  width: 85%;
  max-width: 100%;
  display: none;
}

.text-grey-9 {
  direction: rtl;
  color: #404041;
  text-align: right;
  width: auto;
  max-width: 800px;
  padding-bottom: 59px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  position: static;
}

.text-grey-9.lawyered {
  text-align: justify;
}

.play-button-2 {
  background-image: url('../images/play-color_1.svg'), linear-gradient(#fff, #ededff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 18px;
  transition: transform .4s;
  display: none;
  position: relative;
  box-shadow: 0 4px 12px #30364d33;
}

.play-button-2:hover {
  transform: scale(1.1);
}

.div-block-76 {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.div-block-77 {
  border-bottom: 0 solid #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  padding-top: 33px;
  padding-bottom: 2px;
  display: flex;
}

.wrapper-7 {
  z-index: 2;
  direction: rtl;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-110-copy-2 {
  direction: rtl;
  align-self: flex-start;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.bold-text-5-copy-2 {
  font-size: 36px;
  font-weight: 500;
}

.sidebar-video {
  text-align: left;
  background-image: url('../images/123_4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 900px;
  min-width: auto;
  max-width: none;
  height: 500px;
  max-height: none;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  transition: filter .4s;
  display: none;
}

.sidebar-video:hover {
  filter: brightness(96%);
}

.h1-234456 {
  direction: rtl;
  color: #2d2c4d;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  max-width: 1200px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.section-3122342344246 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.werwefwrfger {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 105px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.asdasdqweqwd {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 29px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.pricing-text-mon123123y-copy {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.pricing-v234-copy {
  color: #30364d;
  text-align: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v234-copy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-pic-v1-copy {
  direction: rtl;
  max-width: 55px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 0;
}

.pricing-v1-billing-copy-copy {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-9-copy-copy {
  font-size: 32px;
  font-weight: 300;
}

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

.footer-colasdasdasdasd-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.image-11-copy {
  max-width: 640px;
}

.div-block-14-copy {
  max-width: 445px;
}

.section-13-copy {
  display: block;
}

.section-2345 {
  background-color: #f5f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-card-6-copy, .feature-c3434-6-copy, .featu234234-6-copy, .feature-car1233y, .feature-car1233y-copy, .fe12ature-card-6-copy, ._3123123123, .featur-rd-6-copy, .feat-334opy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 0;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.t3p3asdqweds {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.heading-asdasdqwe {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.t3p6h1-asdasdasd {
  color: #0c2866;
  max-width: 800px;
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
}

.headinasdasdasdasd {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.section-3122342344248 {
  display: block;
}

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

.pricing-v234-copy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 650px;
  padding: 41px 20px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v234-copy-copy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.bold-tasd123123 {
  max-width: none;
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
}

.bold-text174y-copy-copy {
  direction: rtl;
  color: #275dcf;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.headiasdghuqwe-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.headiasdghuq123 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-v234-copy-copy-copy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 650px;
  padding: 41px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.int234234234234 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.int234234234234.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.int234234234234.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.int234234234234.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 81px;
  padding-left: 0;
  padding-right: 0;
}

.int234234234234.left.sticky {
  position: sticky;
  top: 160px;
}

.int234234234234.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.int234234234234.wide {
  max-width: 800px;
}

.int234234234234.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.page-wrapp123123123y {
  background-color: #0000;
  position: relative;
  overflow: visible;
}

.wra234234234py {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.sectiasdasdasd {
  background-color: #f9f9f9;
  padding-top: 43px;
  padding-bottom: 67px;
}

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

._123button1123 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 35px;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
}

._123button1123:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

._123button1123.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

._123button1123.ghost:hover {
  box-shadow: none;
}

._123button1123.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

._123button1123.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

._123button1123.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

._123button1123.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

._123button1123.small.white {
  color: #fff;
  background-color: #8a39f4;
}

._123button1123.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

._123button1123.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

._123button1123.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

._123button1123.unlimited {
  margin-top: 20px;
}

._123button1123.padding {
  margin-bottom: 35px;
  display: inline-block;
}

.asda123123123 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  background-image: none;
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 35px;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.asda123123123:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #1b8ef680;
}

.asda123123123.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.asda123123123.ghost:hover {
  box-shadow: none;
}

.asda123123123.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.asda123123123.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.asda123123123.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.asda123123123.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.asda123123123.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.asda123123123.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.asda123123123.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.asda123123123.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.buttoasd-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #3d79f8;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.buttoasd-copy:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

.buttoasd-copy.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.buttoasd-copy.ghost:hover {
  box-shadow: none;
}

.buttoasd-copy.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.buttoasd-copy.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.buttoasd-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.buttoasd-copy.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.buttoasd-copy.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.buttoasd-copy.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.buttoasd-copy.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.buttoasd-copy.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.secti234234324 {
  margin-top: 162px;
  margin-bottom: 105px;
}

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

.image-12342342342352 {
  width: auto;
  max-width: 20%;
  height: auto;
  display: none;
}

.wiv-134 {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  margin-right: 15px;
  display: flex;
}

.button-hs3 {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.d12iv-block-hs42 {
  background-image: url('../images/209.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 364.75px;
  max-height: 340px;
  margin-top: -63px;
  display: flex;
}

.hs8 {
  background-color: var(--white);
  justify-content: center;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.hs9 {
  opacity: 1;
  background-color: #fdf7f4;
  padding-bottom: 0;
}

.social-link-small-v2 {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small-v2:hover {
  border-color: #a9aec3;
}

.social-icon-small-v2 {
  opacity: .6;
  width: 16px;
  max-width: 120%;
  height: auto;
}

.social-icon-small-v3 {
  opacity: .6;
  width: 13px;
  max-width: 100%;
}

.social-icon-small-v4 {
  opacity: .6;
  width: 15px;
  max-width: 120%;
}

.bold-text-112312319 {
  color: #2a2968;
}

.footer-column-v2 {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-right: 73px;
  display: flex;
}

.link-14 {
  color: #5d6d92;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.main-grid-9 {
  float: none;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 430px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.text-grey-10 {
  color: #d4d4d4;
}

.feature-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.text-block-24235 {
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-24235:hover {
  color: var(--black);
}

.heading-123130 {
  color: var(--black);
  text-align: right;
  font-family: Heebo, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.heading-123131 {
  text-align: right;
  font-family: Heebo, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.image-12342342342353 {
  width: 610px;
  min-width: 610px;
  max-width: none;
  height: auto;
  padding-right: 0;
  display: block;
}

.image-12342342342354 {
  width: 610px;
  min-width: 610px;
  max-width: none;
  padding-right: 0;
  display: block;
}

.image-12342342342355, .image-12342342342356 {
  width: 610px;
  min-width: 610px;
  max-width: none;
  display: block;
}

.intro-430-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-430-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-430-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-430-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-430-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-430-copy-copy.wide {
  max-width: 800px;
}

.intro-430-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-430-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-430-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-430-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.main-gqweqweqw234234 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: rtl;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 33px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.feature-imag234 {
  max-width: 150px;
  height: auto;
  margin-bottom: 0;
}

.tabs-2 {
  padding-top: 40px;
}

.heasdasdwe-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-pic-v1-2y {
  direction: rtl;
  max-width: 70px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 0;
}

.bold-tasda23 {
  max-width: none;
  font-size: 40px;
  font-weight: 500;
  line-height: 70px;
}

.bold-te2334 {
  color: #8f8f8f;
  font-size: 20px;
  font-weight: 400;
}

.image-12342342342357 {
  max-width: 50px;
  padding-bottom: 40px;
}

.div-block-79 {
  display: block;
}

.section-3122342344249 {
  display: none;
}

.plans-yearly {
  border: 1px #e6e7e8;
  padding-top: 95px;
}

.plans-yearly.hide {
  display: none;
}

.main-grid-7-m {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.hs4---tabs-mobile-1 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.tabs-mobile-pic {
  max-width: 115%;
  margin-right: 10px;
}

.div-blsafdy-1 {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 10px 20px 15px;
  display: flex;
}

.div-blsafdy-copy-2 {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  min-width: 500px;
  margin-top: 50px;
  margin-bottom: 86px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.werwefwrfger-3 {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 105px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.t3p3s8-23 {
  background-color: #fef6ee;
  padding-top: 97px;
  padding-bottom: 63px;
}

.sdfwefwerwer22 {
  color: #727272;
  text-align: right;
  margin-bottom: 38px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.sdfwefwerwer22.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.sdfwefwerwer22.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.sdfwefwerwer22.text-g2345 {
  color: #f0f0f0;
  padding-left: 143px;
  font-size: 22px;
}

.sdfwefwerwer22.qweqweqweqqwe {
  color: #f0f0f0;
  text-align: right;
  padding-left: 143px;
  font-size: 22px;
}

.bold-text-1324 {
  font-size: 40px;
  font-weight: 500;
}

.head234324-copy {
  color: #2d2c4d;
  text-align: right;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.bold-tex123213y {
  max-width: 500px;
  font-weight: 500;
}

.heading-12w3123123y {
  color: #2d2c4d;
  text-align: right;
  max-width: 600px;
  margin-bottom: 19px;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.bold-text-9-copy-copy-copy, .bold-text-9-123123y, .bold-text-9-copy-123123y {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.feature-im234-12312 {
  direction: rtl;
  width: 70px;
  max-width: none;
  height: auto;
  margin-top: -29px;
  margin-bottom: 0;
  padding-top: 0;
}

.pricing-v1-billing-qwee-copy {
  direction: rtl;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.prici222 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 60px;
}

.hs4---tabs-mobile-2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.tabs-mobile-pic-copy {
  max-width: 115%;
  margin-right: 10px;
}

.div-block-17-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hs4---tabs-mobile-4 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  display: none;
}

.bold-text-9-copy-copy-copy {
  color: var(--black);
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.im234age-212345 {
  max-width: 650px;
}

.t3p4s6-copy {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.r12234234 {
  color: var(--black);
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.im232age-47-copy {
  max-width: 650px;
}

.t2pasdasdpy {
  direction: rtl;
  color: #2d2c4d;
  width: auto;
  max-width: 700px;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 65px;
  display: block;
}

.section-3122342344250 {
  padding-top: 110px;
}

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

.heading-123132 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.asdqwejnqdwe {
  color: #8f8f8f;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-24236 {
  text-align: center;
  max-width: 1000px;
  font-family: Heebo, sans-serif;
}

.grid-32234234240 {
  direction: rtl;
  grid-template-rows: auto auto auto;
  max-width: 1200px;
}

.s2-card-2 {
  cursor: auto;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  margin: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.s2-card-2:hover {
  background-color: #fff;
}

.image-12342342342358 {
  max-width: 20%;
  height: 37%;
  padding-top: 20px;
}

.s2-header {
  text-align: center;
  font-size: 26px;
}

.bold-text-112312321 {
  color: var(--black);
  font-size: 23px;
}

.s2-text {
  color: #858585;
  text-align: center;
  max-width: 70%;
  padding-top: 0;
  padding-bottom: 38px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.s2-h12323 {
  text-align: center;
  margin-top: 16px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
}

.section-3122342344251 {
  flex-direction: column;
  align-items: center;
  margin-top: 111px;
  display: flex;
}

.paragraph-123125-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.im-y {
  max-width: 260px;
}

.secqweqwetion-1231233 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 124px;
}

.inasdasdasdpy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.inasdasdasdpy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.inasdasdasdpy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.inasdasdasdpy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.inasdasdasdpy.left.sticky {
  position: sticky;
  top: 160px;
}

.inasdasdasdpy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.inasdasdasdpy.wide {
  max-width: 800px;
}

.inasdasdasdpy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.inasdasdasdpy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.inasdasdasdpy.margin-bottom {
  margin-bottom: 80px;
}

.inasdasdasdpy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.t2pasdfsdfsdfdsfy {
  max-width: 350px;
  padding-left: 60px;
}

.t2pasdfsdfsdqwewqey {
  max-width: 260px;
  margin-right: -117px;
  padding-left: 0;
}

.sectiasdasdasasdy {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 84px;
}

.safet2p7s1 {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 110px;
  display: none;
}

.safesection {
  background-color: #f5f6f6;
  padding-top: 79px;
  padding-bottom: 79px;
  display: none;
}

.section-8qwe123 {
  background-color: #392897;
  padding-top: 71px;
  padding-bottom: 76px;
  display: none;
}

.butasdasdy {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.s2-card3 {
  cursor: auto;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px #ebebeb;
  flex-direction: column;
  align-items: center;
  margin: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.s2-card3:hover {
  background-color: #fff;
}

.s2-card-4 {
  cursor: auto;
  border-bottom: 1px #ebebeb;
  border-left: 1px #ebebeb;
  flex-direction: column;
  align-items: center;
  margin: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.s2-card-4:hover {
  background-color: #fff;
}

.s2-card-5 {
  cursor: auto;
  border-bottom: 1px #ebebeb;
  border-left: 1px solid #ebebeb;
  flex-direction: column;
  align-items: center;
  margin: -8px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.s2-card-5:hover {
  background-color: #fff;
}

.heading-12-y {
  direction: rtl;
  color: var(--black);
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.heading-123128-copy {
  direction: rtl;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-family: Heebo, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

.section-3122342233py {
  background-color: #2a256c;
  background-image: url('../images/279.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 159px;
  padding-bottom: 80px;
}

.maasdqwepy {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  padding-left: 106px;
  padding-right: 121px;
  display: grid;
  position: relative;
}

.secqweqwetion-mobile {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 124px;
  display: none;
}

.sectiasdasdasasdy-mobile {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 84px;
  display: none;
}

.im-asdasdy {
  max-width: 260px;
}

.paragraph-123126 {
  color: #696969;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.t1p1s3-123 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.section-3123213-copy {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-112312322 {
  font-size: 42px;
  font-weight: 500;
}

.sectionourpeople-hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.section-4-info {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mercaziaa-text {
  direction: rtl;
  text-align: right;
  margin-left: 0;
  font-family: Heebo, sans-serif;
}

.container-3 {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 10px 35px 15px 46px;
  display: flex;
}

.link-block-25 {
  border-bottom: 0 #000;
  text-decoration: none;
}

.text-block-24238 {
  display: block;
}

.pricing-v2-billing {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  width: 170px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.feature-image-medium-234y {
  max-width: 150px;
  height: 34.8281px;
  margin-top: 10px;
  margin-bottom: 38px;
}

.feature-card---email-marketing, .feature-card---content-manager, .feature-card---product-manager {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.t5p1s1-monthly-mobile {
  border: 1px #e6e7e8;
  padding-top: 95px;
  display: none;
}

.pricing-v234-copy-co2324, .pricing-v234-copy-c2345py-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-plan-cell-2-hidqweqwe {
  text-align: center;
  flex-direction: column;
  width: 56%;
  padding: 24px 24px 24px 127px;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-plan-cell-2-hidqweqwe.no-divider {
  box-shadow: none;
}

.pricing-v234-coasdfsdfopy-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.div-block-81 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 120px;
  display: flex;
}

.heading-123133 {
  color: #447aef;
  text-align: center;
  font-size: 101px;
  line-height: 120px;
}

.paragraph-123127 {
  color: #231f20;
  text-align: center;
  margin-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.button-2347 {
  background-color: #37c998;
  border-radius: 6px;
  max-width: 130px;
}

.image-12342342342359 {
  min-width: 600px;
  max-width: 1200px;
  margin-top: 32px;
}

.utility-page-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.section-3122342344252 {
  margin-top: 50px;
}

.heading-11234 {
  margin-top: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.pricing-pic-v1-2334 {
  direction: rtl;
  max-width: 55px;
  height: auto;
  margin-top: -13px;
  margin-bottom: 32px;
  padding-top: 0;
}

.link-block-26, .link-block-27 {
  color: #333;
  text-decoration: none;
}

.paragraph-402 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.logo-image {
  object-fit: fill;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.text-block-angle {
  text-transform: none;
  margin-top: -3px;
  padding-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-13-tax {
  flex-direction: column;
  align-items: center;
  max-width: 445px;
  margin-bottom: 29px;
  display: flex;
}

.bold-text-3-cop123y-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 90px;
  display: block;
}

.hasdqwfy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  width: 800px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.wrapper-2334 {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-2334.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.headi223232y {
  color: #2d2c4d;
  text-align: right;
  margin-left: -41px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.feature-ima223py {
  max-width: 120px;
  height: auto;
  margin-bottom: 24px;
}

.feat-6-c12234, .feature-card-61, .feature-c3434-63, .feature-car123234, .feature-car123we, .fe12ature-card-123, .feature-card-643, ._312312312234, .featu234234-566, .feature-card-6876, .featur-rd-623, .feat-2345py, .feat-6-c12335, .feat-334y {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 0;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.bold-text-112312323, .bold-text-112312324, .bold-text-112312325 {
  font-weight: 500;
}

.footer-column-v11 {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-right: 0;
  display: flex;
}

.section-3122342344253 {
  background-color: #f2f5f7;
  background-image: url('../images/182asdjnas.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 151px;
  padding-bottom: 350px;
}

.div-block-82 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 17px;
  display: flex;
}

.header-h1-2 {
  direction: rtl;
  color: var(--black);
  text-align: center;
  max-width: 1000px;
  margin-bottom: 35px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  line-height: 90px;
}

.bold-text-112312326 {
  text-align: center;
  max-width: none;
  font-weight: 500;
}

.section-3122342344254 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-83 {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.youtube-6 {
  border-radius: 20px;
  justify-content: center;
  width: 900px;
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-112312327 {
  font-weight: 500;
}

.main-grid-10 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.t3p6s5-2 {
  max-width: 500px;
  margin-left: 40px;
  margin-right: 10px;
}

.asdadsasdasd {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 10px;
}

.heading-123134 {
  color: #2d2c4d;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.bold-text-112312328 {
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 400;
}

.t3p6p2-2 {
  max-width: 600px;
  margin-left: -63px;
}

.wrapper-2335 {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.t3p6s3-2 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}

.intro-3234234235 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.t3p6p1-2 {
  max-width: 900px;
}

.t3p6s2-2 {
  background-color: #fdf7f4;
  background-image: url('../images/185.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.heading-123135 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 22px;
  padding-bottom: 11px;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.bold-text-9-copy-2 {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.paragraph-copy-copy23-2 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-112312329 {
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 400;
}

.t3p3s8-24 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hgrwehjgriyweg3467-2 {
  max-width: 500px;
  margin-left: 40px;
}

.t3p3i6-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.qweqweqweqwe123-2 {
  color: #2d2c4d;
  text-align: right;
  max-width: 550px;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.hbkshdbfkjbewkjfbew-2 {
  color: #2d2d4e;
  max-width: 550px;
  font-weight: 500;
}

.sdfwefwerwerwer-2 {
  color: #8f8f8f;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.t3p3i223236-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-32342342341231233y {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.intro-32342342341231233y.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-32342342341231233y.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-32342342341231233y.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -35px;
  padding: 102px 0 57px;
}

.intro-32342342341231233y.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-32342342341231233y.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-32342342341231233y.wide {
  max-width: 800px;
}

.intro-32342342341231233y.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-32342342341231233y.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-32342342341231233y.margin-bottom {
  margin-bottom: 80px;
}

.intro-32342342341231233y.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-32342342341231233y.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-right: -60px;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-32342342341231233y.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.heading-12w3-qw123asddsa {
  color: #2d2c4d;
  text-align: right;
  max-width: none;
  margin-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.qweqweqdasd {
  background-color: #f2f5f7;
  background-image: url('../images/196.png');
  background-position: 50% 40%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 151px;
  padding-bottom: 350px;
}

.asdasdqwjehqwe {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtubasdwe {
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  width: 900px;
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t3pasdasdqwe {
  max-width: 400px;
  margin-left: -63px;
}

.t3pasdasddwq {
  background-color: #fdf7f4;
  background-image: url('../images/193.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.boldasdfasdfsadf {
  color: #f1f1f1;
  font-size: 22px;
  font-weight: 400;
}

.t3pqweqweqwewqe {
  max-width: 700px;
}

.bold-text-asdfasdfasdf {
  color: #fff;
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.hgrwehjasdasdasd {
  max-width: 400px;
  margin-left: 40px;
}

.t4p5s3-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 40px;
}

.div-block123-2 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-1231233 {
  direction: rtl;
  color: #1f1e1e;
  text-align: right;
  justify-content: center;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.grid-v5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.div-logo-v2 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-26 {
  text-align: center;
  padding-top: 3px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.logo-image-3 {
  max-width: 120%;
}

.logo-image-4 {
  max-width: 140%;
}

.asdadsasda1234 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
  display: none;
}

.boldwerwerzf {
  width: auto;
  max-width: none;
  font-weight: 500;
}

.t3p6s4-2-copy {
  background-color: #fff;
  padding-top: 84px;
  padding-bottom: 103px;
}

.heading-12123214 {
  color: #2d2c4d;
  text-align: right;
  max-width: 700px;
  margin-left: -41px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.asdasdqwgeigwq-2 {
  max-width: 550px;
}

.secti12234 {
  padding-top: 80px;
  padding-bottom: 29px;
}

.bold-text-112312330 {
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 400;
}

.t3p2s3-2 {
  max-width: 800px;
  margin-top: 20px;
}

.t3p2s9123 {
  background-color: #f3f5f7;
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.sec234y {
  background-color: #fff;
  padding-top: 70px;
}

.headi-py {
  color: var(--black);
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
}

.text-block-2234 {
  direction: rtl;
  color: #555;
  text-align: center;
  max-width: 700px;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.image-12342342342361 {
  max-width: 1200px;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.feature-card-hr-manager, .feature-card-technical-customer-support {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.section-3122342344255 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 90px;
}

.section-3122342344256 {
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 65px;
  display: flex;
}

.asdjdasqwe341 {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.div-block-84 {
  flex-direction: column;
  align-items: flex-end;
  width: 1000px;
  max-width: 1200px;
  display: flex;
}

.div-block-85 {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  display: flex;
}

.image-12342342342362 {
  max-width: 400px;
}

.image-123423423422332 {
  max-width: 400px;
  margin-right: 51px;
}

.div-block-82332 {
  flex-direction: column;
  align-items: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-bottom: 24px;
  display: flex;
}

.paragrasdasda223y {
  direction: rtl;
  color: #a7a7a7;
  text-align: right;
  width: 150%;
  max-width: 800px;
  padding-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-t1212233y {
  color: #727272;
  font-size: 18px;
  font-weight: 400;
}

.sect-py {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-82345-copy {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-bottom: 102px;
  display: flex;
}

.div-block-82234 {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.div-blo2334-copy {
  flex-direction: column;
  align-items: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block-8222234 {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.div-block-82asdawdfy {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  margin-top: 51px;
  display: flex;
}

.div-blo2334234 {
  flex-direction: column;
  align-items: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-top: 165px;
  padding-bottom: 0;
  display: flex;
}

.sewesdfwefy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 116px;
  display: flex;
}

.div-block-8234234 {
  justify-content: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-bottom: 10px;
  display: flex;
}

.div-blo233423445 {
  flex-direction: column;
  align-items: flex-end;
  width: 1000px;
  max-width: 1200px;
  padding-top: 111px;
  padding-bottom: 0;
  display: flex;
}

.button-copy-copy-copy.small-copy-copy.asdasdadqw123123 {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy-copy-copy.small-copy-copy {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy-copy.small-copy-copy.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.app-section-1 {
  background-color: #fbf6f0;
  padding-top: 125px;
  padding-bottom: 0;
}

.div-app-1 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-app-2 {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  margin-right: 57px;
  display: flex;
}

.div-app-3 {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 178px;
  margin-right: 20px;
}

.header-1-homepage-copy {
  direction: rtl;
  color: #2a2f3b;
  text-align: right;
  max-width: 600px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.header-1-homepage-app {
  direction: rtl;
  color: #2a2f3b;
  text-align: right;
  max-width: 560px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.bold-text-112312331 {
  font-weight: 500;
}

.bold-text-app1 {
  color: #000;
  width: auto;
  font-size: 45px;
  font-weight: 500;
  line-height: 53px;
}

.div-buttons-app {
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.image-app-1 {
  width: auto;
  max-width: 135%;
  height: auto;
}

.app-section-2 {
  background-color: #fdf7f4;
  padding-top: 65px;
  padding-bottom: 0;
}

.app-dib-section-2-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.app {
  direction: rtl;
  color: #727272;
  text-align: right;
  max-width: 500px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.app-p-1 {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.app-pic-2 {
  width: auto;
  max-width: 900px;
  height: auto;
}

.heading-h5-copy {
  color: #2d2c4d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.heading-h8 {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.asdasasd343234234y {
  color: var(--black);
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.dsfsdfrewwerwerwerwery {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.heading-h9 {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 62px;
}

.app-section-3 {
  background-color: #f8f8f8;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.dsf234234234y {
  direction: rtl;
  color: #2d2c4d;
  text-align: right;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.feature-card-motion-marketing {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-ux-ui {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-cs-manager, .feature-card-cem {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-jd, .feature-card-csrm, .feature-card-cpmm {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.bold-text-102-copy {
  color: #727272;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.qweasdwefwe-copy {
  color: #8f8f8f;
  text-align: right;
  max-width: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.qweasdwsdfsdfewfw {
  color: var(--black);
  text-align: right;
  max-width: none;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.text-big-copy-copy.sdfsfwerwerrew, .text-big-copy-copy.werwerwef34234, .text-big-copy-copy.asdfasdfasfdwerwer, .text-big-copy-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy.text-grey, .text-big-copy-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy-copy {
  color: #e7e7e7;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy-copy-copy.sdfsfwerwerrew, .text-big-copy-copy-copy.werwerwef34234, .text-big-copy-copy-copy.asdfasdfasfdwerwer, .text-big-copy-copy-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy-copy.textasdasdasdasdopy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-big-copy-copy-copy.text-grey {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy-copy.text-grey-copy, .text-big-copy-copy-copy.text-grey-copy-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.image-1sdfsdfwef {
  max-width: 580px;
}

.t2p1pqweasdasdsady {
  direction: rtl;
  max-width: 600px;
  margin-right: 40px;
}

.tasdasdasdy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.tasdasdasdy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.tasdasdasdy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tasdasdasdy.qwe1-23123 {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tasdasdasdy.text-grey-copy, .tasdasdasdy.text-grey-copy-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-big-copy.text-grey-copy-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.te-z-zx-zxy {
  color: #727272;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.te-z-zx-zxy.text-grey {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.te-z-zx-zxy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.te-z-zx-zxy.qwe1-23123 {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.te-z-zx-zxy.text-grey-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.bold-text-11qweqwe {
  color: #727272;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.asdasdasdaqweqweqwe {
  direction: rtl;
  text-align: right;
  align-self: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: 89px;
}

.text-big-copy-copy {
  color: #e7e7e7;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy-copy.sdfsfwerwerrew, .text-big-copy-copy.werwerwef34234, .text-big-copy-copy.asdfasdfasfdwerwer, .text-big-copy-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy.textasdasdasdasdopy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-big-copy-copy.text-grey {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy.text-grey-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  line-height: 34px;
}

.text-big-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy.text-grey {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-big-copy.qwe1-23123 {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-big-copy.text-grey-copy, .text-big-copy.text-grqweqwefq {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12asasdasdpy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-bi12asasdasdpy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  padding-left: 143px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-bi12asasdasdpy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  padding-bottom: 29px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.text-bi12asasdasdpy.t3p1t2 {
  color: #8f8f8f;
  text-align: right;
  max-width: 600px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 22px;
}

.text-bi12asasdasdpy.text-grey-copy {
  color: #8f8f8f;
  padding-left: 0;
  font-size: 22px;
}

.text-bi12asasdasdpy.text-gasdasdasdasdy {
  color: #727272;
  text-align: right;
  padding-left: 0;
  font-size: 22px;
  line-height: 34px;
}

.section-3122342344257 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.app-section-1-1 {
  padding-top: 148px;
  padding-bottom: 46px;
}

.section-3122342344257-copy {
  padding-top: 200px;
  padding-bottom: 200px;
}

.div-block-8234235 {
  justify-content: center;
  display: flex;
}

.image-123423423422333 {
  max-height: 600px;
  padding-right: 103px;
}

.div-block-8234236 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 33px;
  padding-right: 40px;
  display: flex;
}

.image-123423423422334 {
  max-width: 500px;
}

.app-section-2-1 {
  background-color: #fdf7f4;
  padding-top: 65px;
  padding-bottom: 0;
}

.app-section-4 {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding-top: 113px;
  padding-bottom: 100px;
  display: flex;
}

.grid-32234234241 {
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.image-123423423422335 {
  max-width: 45px;
  margin-bottom: 10px;
}

.headline-app-tabs {
  text-align: center;
  width: 150px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-8234237 {
  flex-direction: row;
  align-items: center;
  max-width: 130px;
  display: flex;
}

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

.div-block-8234239 {
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.text-block-24239 {
  direction: rtl;
  text-align: right;
  flex: none;
  padding-bottom: 13px;
  padding-right: 5px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.main {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 146px 20px 90px;
}

.jrejejerjkerj {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-8234241 {
  direction: ltr;
  flex-direction: column;
  align-items: flex-end;
  min-width: 400px;
  max-width: 500px;
  margin-left: 70px;
  display: flex;
}

.image-123423423422336 {
  max-width: 80%;
}

.tm-section-2 {
  background-color: #f5e6e3;
  padding: 113px 20px 114px;
}

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

.header-tm2 {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 70%;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.tm-section-3 {
  padding: 160px 40px 140px;
}

.image-2-3 {
  max-width: 100%;
}

.div-block-8234243 {
  justify-content: center;
  display: flex;
}

.tm-section-4 {
  background-color: #f9f8f8;
  max-width: none;
  padding: 60px 40px 100px;
  display: none;
  overflow: hidden;
}

.div-block-8234244, .div-block-8234241-234 {
  direction: rtl;
  flex-direction: column;
  align-items: flex-end;
  max-width: 500px;
  display: flex;
}

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

.image-123423423422337 {
  max-width: 80%;
}

.div-block-8234246 {
  justify-content: center;
  display: flex;
}

.tm-section-5 {
  background-color: #f9f8f8;
  padding: 80px 40px 140px;
}

.div-block-8234241-233 {
  direction: ltr;
  flex-direction: column;
  align-items: flex-end;
  max-width: 500px;
  display: flex;
}

.heading-h {
  color: #2d2c4d;
  text-align: right;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.image-2-3-copy, .image-23424 {
  max-width: 80%;
}

.tm-section-4-copy {
  background-color: #f9f8f8;
  max-width: none;
  padding: 60px 40px 100px;
}

.tm-section-6 {
  background-color: #fff;
  max-width: none;
  padding: 60px 40px 100px;
}

.div-block-8223452 {
  direction: rtl;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.image-2-123423423422337-copy {
  max-width: 90%;
}

.sction-7 {
  background-color: #f9f8f8;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-8234247 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 500px;
  display: flex;
}

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

.div-block-823422343 {
  direction: ltr;
  flex-direction: column;
  align-items: flex-end;
  max-width: 500px;
  display: flex;
}

.headin-y {
  direction: rtl;
  color: #1b1c1d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 62px;
}

.tm-section-7 {
  background-color: #f9f8f8;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 80px;
}

.tm-section-8 {
  background-image: url('../images/bckgrnd2.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.header-tm2-copy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 70%;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.header-tmqweqwdqwd {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: 70%;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.headqwdqwdwdopy {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  width: auto;
  max-width: none;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
}

.asdasaqwdqwdqwdy {
  color: var(--black);
  max-width: 800px;
  font-size: 36px;
  font-weight: 500;
}

.div-blocasdasdasd {
  direction: ltr;
  flex-direction: column;
  align-items: flex-end;
  max-width: 600px;
  margin-top: -48px;
  display: flex;
}

.imag123-py, .image-23456y {
  max-width: 80%;
}

.image-123423423422338 {
  max-width: 650px;
}

.header-1-homepage-tm {
  direction: rtl;
  color: #2a2f3b;
  text-align: right;
  min-width: 550px;
  max-width: 600px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

._23455635 {
  max-width: 100%;
}

.app-page-section-1 {
  background-color: #fff0f1;
  padding-top: 111px;
}

.bold-text-112312332 {
  font-family: Heebo, sans-serif;
}

.heading-12123215 {
  direction: rtl;
  color: #284167;
  text-align: right;
  font-weight: 400;
}

.text-block-24240 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-823422345 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 600px;
  margin-bottom: -168px;
  margin-right: -200px;
  display: flex;
}

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

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

.div-buttons-app-2 {
  direction: rtl;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.image-52323 {
  max-width: 170px;
  height: auto;
  margin-left: 10px;
  margin-right: 0;
}

.div-block-823422347 {
  padding-top: 68px;
}

.image-123423423422339 {
  margin-left: -13px;
}

.app-page-section-01 {
  background-color: var(--misty-rose);
  padding-top: 105px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-12123216 {
  text-align: right;
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.bold-text-112312333 {
  direction: rtl;
  color: #284167;
  text-align: right;
  font-weight: 500;
  line-height: 48px;
}

.text-block-24241 {
  direction: rtl;
  color: #464646;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-823422348 {
  flex-direction: row-reverse;
  display: flex;
}

.div-block-823422349 {
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  padding-bottom: 71px;
  display: flex;
}

.image-123423423422340 {
  max-width: 470px;
  margin-bottom: 19px;
  margin-right: 51px;
}

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

.image-5app-page {
  max-width: 170px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.pricing-text-mon123123y-copy-copy {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.pricing-v1-23123123 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-823422351 {
  flex-direction: column-reverse;
  align-items: center;
  min-width: 150px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-823422352 {
  z-index: 99;
  background-color: #c2c2c2;
  width: 1px;
  height: 150px;
  position: static;
}

.section-3122342344258 {
  background-image: url('../images/bg-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 122px 40px 67px;
  display: flex;
}

.heading-12123217 {
  direction: rtl;
  color: #2d2c4d;
  text-align: right;
  margin-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.text-block-24242 {
  direction: rtl;
  color: #787878;
  text-align: right;
  padding-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-823422353 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.div-block-823422354 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 450px;
  display: flex;
}

.image-123423423422341 {
  max-width: 410px;
}

.div-block-823422355 {
  flex-direction: column;
  align-items: center;
  margin-right: 44px;
  display: flex;
}

.section-3122342344259 {
  background-image: url('../images/6-1.png');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  padding: 32px 40px 16px;
  display: flex;
}

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

.image-123423423422342 {
  max-width: 450px;
  margin-left: 79px;
}

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

.section-31223423443353y {
  background-image: url('../images/7_3.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 100px 40px 114px;
  display: flex;
}

.section-5-app-page {
  background-color: #fff;
  justify-content: center;
  padding-top: 121px;
  padding-bottom: 97px;
  display: flex;
}

.imagasdasdwe-app-page {
  max-width: 400px;
  height: auto;
  margin-right: 10px;
}

.paragraph-asdasdasd {
  direction: rtl;
  color: #727272;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.bold-text-112312334, .bold-text-112312335 {
  font-weight: 500;
}

.section-3122342344259-2 {
  justify-content: center;
  padding: 97px 40px 89px;
  display: flex;
}

.image-123423423422342-2 {
  max-width: 340px;
  margin-left: 79px;
}

.div-block-823422354-23445 {
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  margin-right: -200px;
  display: flex;
}

.heading-12123217-yesdf {
  direction: rtl;
  color: #2d2c4d;
  text-align: center;
  margin-bottom: 22px;
  font-family: Heebo, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.text-block-24242-wersdf {
  direction: rtl;
  color: #787878;
  text-align: center;
  padding-bottom: 32px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-823422354-2344asfsdfopy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.headingsdfsdfsdfpy {
  color: #2d2c4d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.heading-14gdfgdfgpy {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.div-block-823422349asdasdy {
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  padding-bottom: 49px;
  padding-right: 20px;
  display: flex;
}

.heading-12123 {
  text-align: right;
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.div-block-823-4238-copy {
  flex-direction: column;
  align-items: center;
  display: block;
}

.image-4-app-page {
  max-width: 1200px;
  height: auto;
  margin-bottom: -1px;
  padding-top: 63px;
  padding-bottom: 0;
}

.text-block-24243 {
  direction: rtl;
  text-align: center;
  padding-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
}

.t3p2p-y {
  max-width: 500px;
  margin-left: 40px;
}

.text-block-24243-free {
  direction: rtl;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-buttons-app-23weq {
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  display: flex;
}

.asdasdasdqwefqwgjjuy {
  background-color: #f2f5f8;
  padding-top: 71px;
  padding-bottom: 73px;
}

.tasdasdasdy-copy {
  color: #8f8f8f;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.tasdasdasdy-copy.text-grey {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.tasdasdasdy-copy.text-grey-copy {
  color: #8f8f8f;
  text-align: right;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tasdasdasdy-copy.qwe1-23123 {
  color: #8f8f8f;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tasdasdasdy-copy.text-grey-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.tasdasdasdy-copy.text-grey-copy-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.text-big-copy-copy-copy-copy {
  color: #e7e7e7;
  font-size: 17px;
  line-height: 28px;
}

.text-big-copy-copy-copy-copy.sdfsfwerwerrew, .text-big-copy-copy-copy-copy.werwerwef34234, .text-big-copy-copy-copy-copy.asdfasdfasfdwerwer, .text-big-copy-copy-copy-copy.text-grey-copy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy-copy-copy.textasdasdasdasdopy {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-big-copy-copy-copy-copy.text-grey {
  color: #878787;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
}

.text-big-copy-copy-copy-copy.text-grey-copy {
  color: #727272;
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.text-big-copy-copy-copy-copy.text-grey-copy-copy {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 29px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.feature-card-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-seo-contact, .feature-card-inbound-product, .feature-card-marketing-analyst, .feature-card-data, .feature-card-marketing, .feature-card-account-manager, .feature-card-project-manager, .feature-card-cem-12, .feature-card-cs-manager-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.sdfsdfpsdokfwejwer-v23 {
  background-color: #f5f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.heading-132-copy {
  font-family: Heebo, sans-serif;
}

.feature-imag234-copy {
  max-width: 90px;
  height: auto;
  margin-bottom: 24px;
}

.feature-imag23454-copy {
  max-width: 150px;
  height: auto;
  margin-bottom: 24px;
}

.feature-i25mag234-copy {
  max-width: 80px;
  height: auto;
  margin-bottom: 24px;
}

.bold-text-112312336 {
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.paragraph-nond {
  direction: rtl;
  color: #706767;
  text-align: center;
  width: 150%;
  max-width: 1000px;
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.bold-text-ss112312330-copy {
  color: #707070;
  font-size: 17px;
  font-weight: 400;
}

.nextchats {
  max-width: 120px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.feature-card-hidden, .feature-card-hidden1 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-cs-manager-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.feature-card-hidden2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: -44px;
  padding: 20% 12%;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.image-123423423422343 {
  max-width: 70px;
}

.div-block-823422358 {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
}

.licence-item-copyhidden {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  min-width: auto;
  margin: 20px;
  padding: 32px 32px 56px;
  display: block;
  box-shadow: 0 15px 30px #30364d1a;
}

.div-block-823422359 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.ryse-logo {
  max-width: 130px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.hidden-positions {
  background-color: #f3f3f3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.main-grid-11 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.wrapper-2336 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(50px, .25fr);
  grid-auto-columns: minmax(200px, .25fr);
  justify-content: stretch;
  margin-bottom: -24px;
  display: grid;
}

.question-v1 {
  flex-direction: row;
  align-items: flex-start;
  width: 500px;
  padding-right: 4%;
  display: flex;
}

.junior-full-stack---position {
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  display: block;
}

.junior-full-stack---position:hover {
  color: #447aef;
}

.text-grey-11 {
  color: #798099;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.position-headeing {
  color: #2d2c4d;
  font-size: 22px;
  text-decoration: none;
  display: block;
}

.position-headeing:hover {
  color: #2d2c4d;
}

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

.operationsprojectmanager {
  text-decoration: none;
}

.operationsprojectmanager:hover {
  color: #447aef;
}

.div-block-823422360 {
  margin-top: 0;
  display: flex;
}

.text-block-24244 {
  color: #447aef;
  padding-top: 2px;
}

.intro-responsive {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-responsive.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-responsive.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-responsive.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-responsive.left.sticky {
  text-align: left;
  margin-top: -20px;
  margin-left: 0;
  position: sticky;
  top: 160px;
}

.intro-responsive.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-responsive.wide {
  max-width: 800px;
}

.intro-responsive.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-responsive.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-responsive.margin-bottom {
  margin-bottom: 80px;
}

.intro-responsive.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-responsive.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.cs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.cs.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-123423423422344 {
  max-width: 120%;
  margin-right: 60px;
  padding-right: 0;
}

.image-123423423422345 {
  max-width: 120%;
  margin-right: 60px;
}

.main-grid-12 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.wrapper-2337 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.play-button-3 {
  background-image: url('../images/play-color_1.svg'), linear-gradient(#fff, #ededff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 18px;
  transition: transform .4s;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 0 4px 12px #30364d33;
}

.play-button-3:hover {
  transform: scale(1.1);
}

.lightbox-link {
  background-image: url('../images/יקנ.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.lightbox-link-2 {
  background-image: url('../images/יקנ.png');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-3 {
  width: NaN% ;
  background-image: url('../images/יקנ.png');
  background-position: 50%;
  background-size: cover;
  max-width: 400px;
}

.lightbox-link-4 {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.grid-32234234242 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  height: 400px;
  max-height: 900px;
  margin-top: 90px;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.image-123423423422346 {
  max-width: 90%;
}

.plan-bullets {
  direction: rtl;
  text-align: right;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 170px;
  min-width: 170px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: disc;
  display: block;
}

.list-item-5 {
  direction: rtl;
  text-align: right;
  width: 81%;
  margin-right: 10px;
  padding-left: 0;
  font-family: Heebo, sans-serif;
  list-style-type: disc;
  position: static;
}

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

.pricing-v43-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 27px 48px 37px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-plan-card {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 89px 48px 17px;
  display: block;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.heading-12123219 {
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.pricing-v1-tag-3 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.pricing-v1-billing-copy {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: capitalize;
  width: 220px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pricing---header-2 {
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.main-grid-7-m-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 6.4rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.pricing-v1-billing-copy-copy-2 {
  direction: rtl;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.min-users {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 60px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
  position: static;
  inset: auto 0% 33%;
}

.pricing-plan-card-badge {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 40px 48px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v234-coasdfsdfopy-copy-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v234-copy-co2324-3 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.heading-12123220 {
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.pricing-v1-billing-copy-2 {
  direction: rtl;
  color: #464646;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.asda123123123-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3d79f8;
  background-image: none;
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  padding: 8px 38px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.asda123123123-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #1b8ef680;
}

.main-grid-7-m-3 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.pricing-v2-billing-3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

._123button1123-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #3d79f8;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  padding: 8px 38px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

._123button1123-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

.pricing-v23456 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 41px 48px 48px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.plan-details {
  align-self: center;
  width: 100%;
  margin-right: 0;
}

.plan-details.business {
  margin-top: 28px;
}

.pricing-feature-flip {
  color: #30364d;
  border: 1px #000;
  align-items: center;
  width: auto;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-flip.no {
  color: #a9aec3;
}

.min-users-business {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 137px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
  position: static;
  inset: auto 0% 33%;
}

.min-users-b {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 89px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
  position: static;
  inset: auto 0% 33%;
}

.min-users-expert {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 79px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
  position: static;
  inset: auto 0% 33%;
}

.div-block-8234239-copy {
  align-items: flex-end;
  display: flex;
}

.min-users-business-res {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 137px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 33%;
}

.min-users-expert-res {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 79px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 33%;
}

._123button1123-2-res {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #3d79f8;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 25px;
  padding: 8px 38px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

._123button1123-2-res:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

.min-users-b-res {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 89px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 33%;
}

.pricing-plan-card-res, .pricing-plan-card-res-business {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 17px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.min-users-mobile {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 137px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 33%;
}

.pricing-plan-card-mobile {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 17px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v1-billing-22 {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: capitalize;
  width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-8234239-copy-2 {
  align-items: flex-end;
  display: flex;
}

.div-block-8234239-unlimited {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.image-123423423422347 {
  max-width: 55%;
  margin-left: -10px;
}

.footer-link-3 {
  color: #e7e7e7;
  max-width: 230px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.footer-link-3.w--current {
  color: #fff;
}

.social-icon-small-v2-2 {
  opacity: .6;
  width: 16px;
  max-width: 120%;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-v1-billing-22-copy {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: capitalize;
  width: 220px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.plan-details-copy {
  width: 100%;
}

.plan-details-copy.business {
  margin-top: 28px;
}

.image-123423423422348 {
  max-width: 80%;
}

.homepage-p-2 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  max-width: 500px;
  height: auto;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.header-1-homepage-2 {
  direction: rtl;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.div-b123123123312-copy-2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: none;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-123423423422349 {
  max-width: 150%;
  display: block;
}

.hs1-2 {
  background-color: #fff;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 50px;
  display: flex;
}

.button-2-copy-copy-2 {
  direction: rtl;
  background-color: #000;
  border-radius: 30px;
  margin-top: 16px;
  padding: 14px 26px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.wiv-135 {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  margin-right: 15px;
  display: flex;
}

.image-123423423422350 {
  object-fit: scale-down;
  max-width: 150%;
  padding-right: 20px;
  font-size: 14px;
}

.pricing-v1-billing-copy-copy {
  direction: rtl;
  color: #464646;
  text-align: right;
  text-transform: capitalize;
  width: 220px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.lightbox-link-6 {
  display: flex;
}

.r-d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.r-d.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.tabs-3 {
  display: none;
}

.pricing-feature-icon-2 {
  background-image: url('../images/check-color.svg');
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-feature-icon-2.no {
  opacity: .33;
  background-image: url('../images/x-dark.svg');
}

.pricing-feature-2 {
  color: #30364d;
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-2.no {
  color: #a9aec3;
}

.main-grid-13 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.pricing-v1-card-3 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v1-tag-4 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.billing-tab-active {
  color: #3c79f8;
  font-family: Heebo, sans-serif;
}

.billing-tab-inactive {
  color: #b4b4b4;
  font-family: Heebo, sans-serif;
}

.main-grid-8m {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.pricing-plan-card-mobilr, .pricing-plan-card-copy, .pricing-plan-card-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 17px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.main-grid-9m, .main-grid-9m-copy {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.main-grid-7-m-4 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.small {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-24245 {
  margin-top: 8px;
}

.text-block-24246 {
  text-align: right;
}

.marketing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: -51px;
  display: grid;
}

.marketing.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.bold-text-112312337 {
  position: relative;
  top: 12px;
}

.pic-312453 {
  max-width: 1400px;
  margin-bottom: -63px;
  margin-left: auto;
  margin-right: auto;
}

.field-deletion {
  background-color: #f9f8f8;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.field-deletion.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-2338 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.paragraph-small {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.form {
  width: 100%;
}

.row {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.button-2349 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2349:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.margin-bottom {
  text-align: right;
  margin-bottom: 40px;
}

.sm-align-centre {
  text-align: right;
}

.side-image {
  margin-top: 16px;
}

.heading-12123221 {
  text-align: right;
}

.margin-bottom-2 {
  direction: rtl;
  text-align: right;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.div-block-8234240-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.a1, .a2, .a3 {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 146px 20px 90px;
}

.a4 {
  padding: 160px 40px 140px;
}

.gray {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: row;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: grid;
  position: relative;
}

._23455635-copy {
  max-width: 100%;
}

.div-block-8234241-copy {
  direction: ltr;
  flex-direction: column;
  align-items: flex-end;
  min-width: 400px;
  max-width: 500px;
  display: flex;
}

.a3-copy {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 146px 20px 90px;
}

.header-1-homepage-tm-copy {
  direction: rtl;
  color: #2a2f3b;
  text-align: right;
  min-width: 550px;
  max-width: 600px;
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.button-2-copy-copy-copy {
  direction: rtl;
  background-color: #336eee;
  border-radius: 30px;
  margin-top: 16px;
  padding: 14px 26px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

._23455635-copy-copy {
  max-width: 100%;
  margin-left: 70px;
}

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

.au1 {
  background-color: #f9f8f8;
  padding: 146px 20px 90px;
}

.upper, .au2 {
  padding: 146px 20px 90px;
}

.pe {
  background-color: #f9f8f8;
  padding: 146px 20px 90px;
}

.no {
  padding: 146px 20px 90px;
}

.homepage-p-copy {
  direction: rtl;
  color: #727272;
  text-align: right;
  max-width: 500px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.iso {
  background-color: #f9f8f8;
  padding: 146px 20px 90px;
}

.homepage-p-copy-copy {
  direction: rtl;
  color: #727272;
  text-align: right;
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  max-width: 500px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.tm-section-2-copy {
  background-image: url('../images/bckgrnd1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding: 113px 20px 114px;
}

.asdasasd343234234y-copy {
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.bold-text-10-copy {
  color: #727272;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.bold-text-10-copy-copy {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.test {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  padding: 146px 20px 90px;
}

.div-block-8234248-copy {
  display: flex;
}

.bold-text-112312340, .bold-text-112312341, .bold-text-112312342 {
  font-weight: 500;
}

.bold-text-112312343, .bold-text-112312344 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.bold-text-112312345 {
  font-weight: 500;
}

.paragrasdasdasdqwe-copy {
  direction: rtl;
  color: #a7a7a7;
  text-align: center;
  width: 150%;
  max-width: 800px;
  padding-bottom: 19px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.headin-y-copy, .headin-y-copy-copy {
  direction: rtl;
  color: #1b1c1d;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 62px;
}

.sm-align-centre-3 {
  text-align: right;
  padding-bottom: 20px;
}

.button-2350 {
  background-color: #f36565;
  border: 1px solid #f36565;
  border-radius: 40px;
  margin-left: 220px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.button-2350:hover {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  transform: translate(0, -4px);
}

.button-2350.margin-bottom {
  box-shadow: none;
  background-color: #fa6d6d;
  border-color: #fa6d6d;
  font-family: Heebo, sans-serif;
}

.heading-12123223 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.mobileapp {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobileapp.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobileapp.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.mobileapp.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.margin-bottom {
  direction: rtl;
  color: #333;
  text-align: center;
  padding-top: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.wrapper-2339 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.btn {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 44px;
  display: flex;
}

.btn.bottom-margin {
  direction: ltr;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
}

.margin-bottom-3 {
  direction: rtl;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  display: block;
}

.phone-image {
  margin-top: 32px;
  margin-bottom: 35px;
  margin-left: 38px;
}

.app-download-container {
  text-align: right;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start flex-end;
  align-items: stretch;
  margin-left: auto;
  display: flex;
}

.div-block-823422365 {
  width: 100%;
}

.app-download-button {
  float: left;
  text-align: right;
  margin-left: 41px;
  margin-right: 0;
  display: block;
}

.bold-2 {
  font-weight: 500;
}

.bold-2.margin-bottom {
  direction: rtl;
  text-align: center;
  margin-left: -25px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.bold-text-112312346 {
  color: #333;
  font-size: 58px;
  line-height: 54px;
}

.bold-text-112312347 {
  direction: rtl;
}

.heading-12123224 {
  direction: rtl;
  font-family: Heebo, sans-serif;
}

.margin-bottom-2-copy {
  direction: rtl;
  text-align: center;
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.heading-12123225 {
  direction: rtl;
  font-family: Heebo, sans-serif;
}

.ttt {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  margin-left: -89px;
  padding-left: 0;
  padding-right: 32px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.margin-bottom-2-copy-copy-copy {
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.customer-training {
  background-color: #fff;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.customer-training.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.callcenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.callcenter.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3122342344261-copy.full-screen {
  background-image: url('../images/bckgrnd1.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 60px;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section-3122342344261-copy.full-screen.background-image-side {
  background-color: #611b1b;
  background-image: url('../images/Depositphotos_133693586_XL.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-3122342344261-copy.bo-bottom-padding {
  padding-bottom: 0;
}

.foot {
  background-image: url('../images/Group-1555.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.foot.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.foot.full-screen.background-image-side {
  background-color: #611b1b;
  background-image: url('../images/Depositphotos_133693586_XL.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foot.bo-bottom-padding {
  padding-bottom: 0;
}

.heading-12123226 {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.margin-bottom-2-copy-copy {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
}

.image-123423423422351 {
  margin-top: 57px;
  margin-bottom: 83px;
  margin-left: -6px;
}

.margin-bottom-3-copy {
  direction: rtl;
  text-align: left;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.design {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.design.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.webinar {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.webinar.full-screen {
  background-image: url('../images/release-2022-v1-copy-42.png');
  background-position: 100% 100%;
  background-size: cover;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 420px;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.webinar.full-screen.background-image-side {
  background-color: #611b1b;
  background-image: url('../images/Depositphotos_133693586_XL.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.webinar.bo-bottom-padding {
  padding-bottom: 0;
}

.div-block-823422366 {
  margin-left: 44px;
}

.feat-6-c12335-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  margin-bottom: 0;
  padding: 20% 12%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.heading-132-copy {
  font-family: Heebo, sans-serif;
  font-style: normal;
}

.automations2-copy {
  background-color: #f5f6f6;
  padding-top: 110px;
  padding-bottom: 113px;
}

.section-3122342344261-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-3122342344261-copy.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-3122342344261-copy.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.section-3122342344261-copy.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.section-3122342344261-copy.full-screen-copy {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-3122342344261-copy.full-screen-copy.background-image-side, .section-3122342344261-copy.full-screen-copy.background-image-side-copy {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.col-copy.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.auto1 {
  text-align: right;
  padding-bottom: 20px;
}

.bold-text-112312347-copy {
  direction: rtl;
  font-size: 40px;
}

.heading-12123223-copy {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.margin-bottom-2-copy {
  direction: rtl;
  text-align: right;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
}

.auto1b {
  background-color: #00cc94;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.auto1b:hover {
  color: #fff;
  background-color: #46756f;
  border: 1px solid #46756f;
  transform: translate(0, -4px);
}

.auto1b.margin-bottom {
  font-family: Heebo, sans-serif;
}

.auto2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.auto2.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.auto2.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.auto2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.auto2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.auto2.lg-8 {
  width: 66.66%;
}

.auto2.lg-5 {
  width: 41.66%;
}

.auto2.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.auto2h {
  direction: rtl;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.auto2t1 {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.auto2b {
  background-color: #00cc94;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.auto2b:hover {
  color: #fff;
  background-color: #46756f;
  border: 1px solid #46756f;
  transform: translate(0, -4px);
}

.auto2b.margin-bottom {
  font-family: Heebo, sans-serif;
}

.per1 {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.per1.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.per1.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.per2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.per2.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.per2.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.per2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.per2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.per2.lg-8 {
  width: 66.66%;
}

.per2.lg-5 {
  width: 41.66%;
}

.per2.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.perh1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.perh1.bottom-margin, .perh1.perh2 {
  direction: ltr;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
}

.pert {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.perb {
  background-color: #00cc94;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.perb:hover {
  color: #fff;
  background-color: #46756f;
  border: 1px solid #46756f;
  transform: translate(0, -4px);
}

.perb.margin-bottom {
  font-family: Heebo, sans-serif;
}

.noti1 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.noti1.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.noti1.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.noti1.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.noti1.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.noti1.lg-8 {
  width: 66.66%;
}

.noti1.lg-5 {
  width: 41.66%;
}

.noti1.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.noti2 {
  text-align: right;
  padding-bottom: 20px;
}

.notih {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.notit1 {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.notit2 {
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.notib {
  background-color: #00cc94;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.notib:hover {
  color: #fff;
  background-color: #46756f;
  border: 1px solid #46756f;
  transform: translate(0, -4px);
}

.notib.margin-bottom {
  font-family: Heebo, sans-serif;
}

.iso1 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.iso1.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.iso1.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.iso1.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.iso1.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.iso1.lg-8 {
  width: 66.66%;
}

.iso1.lg-5 {
  width: 41.66%;
}

.iso1.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.iso2 {
  text-align: right;
  padding-bottom: 20px;
}

.isoh {
  direction: rtl;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.isot {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.isob {
  background-color: #00cc94;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.isob:hover {
  color: #fff;
  background-color: #46756f;
  border: 1px solid #46756f;
  transform: translate(0, -4px);
}

.isob.margin-bottom {
  font-family: Heebo, sans-serif;
}

.ddd {
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.br-formula {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.br-formula.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.br-formula.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.br-formula.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.head {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.head.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.head.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.head.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.head.full-screen-copy {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.head.full-screen-copy.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.head.full-screen-copy.background-image-side-copy {
  background-color: #fff;
  background-image: url('../images/release-summer-header-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
}

.auto1h {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.record1 {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.auto1a {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.auto1a.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.auto1a.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.auto1a.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.auto1a.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.auto1a.lg-8 {
  width: 66.66%;
}

.auto1a.lg-5 {
  width: 41.66%;
}

.auto1a.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.auto2a {
  text-align: right;
  padding-bottom: 20px;
}

.bold-text-112312348 {
  font-size: 40px;
  line-height: 40px;
}

.spring-release-2022 {
  color: #e7e7e7;
  max-width: 230px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.spring-release-2022:hover {
  text-decoration: underline;
}

.spring-release-2022.w--current {
  color: #fff;
}

.feature-info-right-2-copy {
  flex-direction: column;
  flex: 1;
  padding-left: 24px;
  display: block;
}

.marketing-lead {
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  display: none;
}

.marketing-lead:hover {
  color: #447aef;
}

.hr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.hr.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.feature-info-right-2-copy {
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  display: block;
}

.feature-info-right-2-copy:hover {
  color: #447aef;
}

.position-headeing-copy {
  color: #2d2c4d;
  font-size: 22px;
  text-decoration: none;
  display: block;
}

.position-headeing-copy:hover {
  color: #2d2c4d;
}

.div-block-823422360-copy {
  margin-top: 0;
  display: flex;
}

.heading-margin-big-copy {
  direction: rtl;
  color: #447aef;
  text-align: right;
  margin-top: 0;
  margin-bottom: 28px;
}

.operations {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: none;
}

.operations.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.product.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.customer-success {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.customer-success.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.statuspage {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.statuspage.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.record-studio {
  background-color: #f9f8f8;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.record-studio.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-12123227 {
  color: #fff;
  font-size: 20px;
}

.margin-bottom-3-copy {
  direction: rtl;
  text-align: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  display: block;
}

.sidetextmobile {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.mobiletexttitle {
  direction: rtl;
  text-align: right;
  width: 550px;
  font-family: Heebo, sans-serif;
}

.mobiletextside1 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.mobiletextside1.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.mobiletextside1.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.mobiletextside1.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.mobiletextside1.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.mobiletextside1.lg-8 {
  width: 66.66%;
}

.mobiletextside1.lg-5 {
  width: 41.66%;
}

.mobiletextside1.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.qa {
  text-decoration: none;
}

.qa:hover {
  color: #447aef;
}

.margin-bottom-3-copy-copy {
  direction: rtl;
  text-align: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  display: block;
}

.footerbtn {
  background-color: #f36565;
  border: 1px solid #f36565;
  border-radius: 40px;
  margin-left: -41px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.footerbtn:hover {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  transform: translate(0, -4px);
}

.footerbtn.margin-bottom {
  box-shadow: none;
  background-color: #fa6d6d;
  border-color: #fa6d6d;
  font-family: Heebo, sans-serif;
}

.headerbtn {
  background-color: #f36565;
  border: 1px solid #00cc94;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.headerbtn:hover {
  color: #fff;
  background-color: #00cc94;
  border: 1px solid #00cc94;
  transform: translate(0, -4px);
}

.headerbtn.margin-bottom {
  box-shadow: none;
  background-color: #fa6d6d;
  border-color: #fa6d6d;
  font-family: Heebo, sans-serif;
}

.headerbtn.margin-bottom:hover {
  background-color: #ff8a00;
  border-color: #ff8a00;
}

.header-title {
  color: #333;
  font-size: 30px;
  line-height: 54px;
}

.side-image-call-center {
  margin-top: 76px;
}

.bold-text-112312349 {
  font-size: 40px;
}

.ttt-copy {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  margin-left: -29px;
  padding-left: 0;
  padding-right: 32px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.button-2350-copy {
  background-color: #f36565;
  border: 1px solid #f36565;
  border-radius: 40px;
  margin-left: 220px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.button-2350-copy:hover {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  transform: translate(0, -4px);
}

.button-2350-copy.margin-bottom {
  box-shadow: none;
  background-color: #fa6d6d;
  border-color: #fa6d6d;
  font-family: Heebo, sans-serif;
}

.bold-text-112312350, .bold-text-112312351, .bold-text-112312352 {
  font-size: 40px;
}

.button-2351 {
  color: #000;
  background-color: #fff;
}

.div-block-823422379, .arrow-down {
  background-image: url('../images/arrow-down-sign-to-navigate.svg');
  background-position: 50%;
  background-size: cover;
}

.record1-copy {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.record-title {
  direction: rtl;
  font-size: 40px;
}

.br-text {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.call-center-text {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.delete-field {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.status-page-text, .sidetextmobile-copy {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.webinar-btn {
  background-color: #f36565;
  border: 1px solid #f36565;
  border-radius: 40px;
  margin-left: 220px;
  padding: 10px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.webinar-btn:hover {
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  transform: translate(0, -4px);
}

.webinar-btn.margin-bottom {
  box-shadow: none;
  background-color: #fa6d6d;
  border-color: #fa6d6d;
  font-family: Heebo, sans-serif;
}

.webinar-section {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.webinar-section.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.webinar-section.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.webinar-section.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.webinar-section.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.webinar-section.lg-8 {
  width: 66.66%;
}

.webinar-section.lg-8.centre-align.sm-2 {
  margin-bottom: 51px;
  margin-left: 200px;
}

.webinar-section.lg-5 {
  width: 41.66%;
}

.webinar-section.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.appsdivblock {
  margin-left: 44px;
}

.appssection4 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.appssection4.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.appssection4.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.appssection4.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.appssection4.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.appssection4.lg-8 {
  width: 66.66%;
}

.appssection4.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.appssection4.lg-5 {
  width: 41.66%;
}

.appssection4.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.appssection5 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.appssection5.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.appssection5.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.appssection5.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.appssection5.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.appssection5.lg-8 {
  width: 66.66%;
}

.appssection5.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.appssection5.lg-5 {
  width: 41.66%;
}

.appssection5.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.appssection6 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.appssection6.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.appssection6.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.appssection6.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.appssection6.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.appssection6.lg-8 {
  width: 66.66%;
}

.appssection6.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.appssection6.lg-5 {
  width: 41.66%;
}

.appssection6.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: -3px;
  padding-bottom: 192px;
  padding-right: 168px;
  display: flex;
}

.fullscreen1 {
  direction: rtl;
  text-align: center;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  display: block;
}

.col-apps {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-apps.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-apps.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-apps.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-apps.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-apps.lg-8 {
  width: 66.66%;
}

.col-apps.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-apps.lg-5 {
  width: 41.66%;
}

.col-apps.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.row-apps {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-apps.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-apps.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.col-copy {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-copy.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-copy.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-copy.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-copy.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-copy.lg-8 {
  width: 66.66%;
}

.col-copy.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-copy.lg-5 {
  width: 41.66%;
}

.col-copy.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.col-1-copy {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-1-copy.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-1-copy.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-1-copy.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-1-copy.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-1-copy.lg-8 {
  width: 66.66%;
}

.col-1-copy.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-1-copy.lg-5 {
  width: 41.66%;
}

.col-1-copy.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.col-1-copy.lg-5.centre-align {
  margin-left: -200px;
}

.mobileapp-copy-1 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobileapp-copy-1.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobileapp-copy-1.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.mobileapp-copy-1.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.mobile-section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-section.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobile-section.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.mobile-section.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.image-mobile {
  margin-top: 57px;
  margin-bottom: 83px;
  margin-left: -6px;
}

.br-text-copy {
  direction: rtl;
  text-align: center;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.bold-text-112312351-copy, .bold-text-112312351-copy-copy {
  font-size: 40px;
}

.margin-bottom-3-copy-copy {
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.col-co111py {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-co111py.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-co111py.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-co111py.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-co111py.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-co111py.lg-8 {
  width: 66.66%;
}

.col-co111py.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-co111py.lg-5 {
  width: 41.66%;
}

.col-co111py.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.phone-image-copy {
  margin-top: 32px;
  margin-bottom: 35px;
  margin-left: 38px;
}

.mobileapp-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobileapp-copy.full-screen {
  background-color: #f9f8f8;
  align-items: center;
  min-height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobileapp-copy.full-screen.background-image-side {
  background-color: #fff;
  background-image: url('../images/Artboard_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.mobileapp-copy.bo-bottom-padding {
  background-color: #f9f7f7;
  padding-top: 20px;
  padding-bottom: 0;
}

.col-111 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-111.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-111.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-111.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-111.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-111.lg-8 {
  width: 66.66%;
}

.col-111.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-111.lg-5 {
  width: 41.66%;
}

.col-111.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.row-copy-111 {
  flex-flow: wrap;
  place-content: stretch flex-end;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-copy-111.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-copy-111.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.summer-h1-111 {
  font-size: 40px;
}

.margin-bottom-mobile {
  direction: rtl;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  display: block;
}

.margin-bottom-3-copy-copy-111 {
  direction: rtl;
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
}

.heading-mobile-summer {
  direction: rtl;
  text-align: right;
  font-family: Heebo, sans-serif;
}

.mobile-summer-side {
  text-align: right;
  padding-bottom: 20px;
}

.bold-text-123-copy {
  font-size: 40px;
}

.delete-field-123 {
  direction: rtl;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.app-download-button-copy {
  float: left;
  text-align: right;
  float: left;
  text-align: right;
  margin-left: 41px;
  margin-right: 0;
  display: block;
}

.col-111-copy {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-111-copy.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col-111-copy.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col-111-copy.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-111-copy.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col-111-copy.lg-8 {
  width: 66.66%;
}

.col-111-copy.lg-8.centre-align.sm-2 {
  margin-left: 181px;
}

.col-111-copy.lg-5 {
  width: 41.66%;
}

.col-111-copy.lg-5.align-vertically {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 192px;
  display: flex;
}

.customersupport {
  text-decoration: none;
  display: inline-block;
}

.customersupport:hover {
  color: #447aef;
}

.question-v1-copy {
  flex-direction: row;
  align-items: flex-start;
  width: 500px;
  padding-right: 4%;
  display: flex;
}

.junior-full-stack-title {
  color: #2d2c4d;
  font-size: 22px;
  text-decoration: none;
  display: block;
}

.junior-full-stack-title:hover {
  color: #2d2c4d;
}

.junior-full-stack-link {
  margin-top: 0;
  display: flex;
}

.junior-full-stack, .customer-support {
  display: none;
}

.partnershipmanager {
  text-decoration: none;
}

.partnershipmanager:hover {
  color: #447aef;
}

.partnership-manager {
  display: none;
}

.seniorproductdesigner {
  text-decoration: none;
}

.seniorproductdesigner:hover {
  color: #447aef;
}

.contentwriter {
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  display: block;
}

.contentwriter:hover {
  color: #447aef;
}

.contentwriter1 {
  text-decoration: none;
}

.contentwriter1:hover {
  color: #447aef;
}

.marketingcontentwriter {
  text-decoration: none;
}

.marketingcontentwriter:hover {
  color: #447aef;
}

.productmanager {
  text-decoration: none;
}

.productmanager:hover {
  color: #447aef;
}

.fullstackteamlead {
  text-decoration: none;
}

.fullstackteamlead:hover {
  color: #447aef;
}

.operationsprojectmanager-copy {
  text-decoration: none;
}

.operationsprojectmanager-copy:hover {
  color: #447aef;
}

.seniorfullstack {
  text-decoration: none;
}

.seniorfullstack:hover {
  color: #447aef;
}

.customer-success-title {
  direction: rtl;
  color: #447aef;
  text-align: right;
  margin-top: 0;
  margin-bottom: 28px;
}

.supportteamlead {
  text-decoration: none;
}

.supportteamlead:hover {
  color: #447aef;
}

.sales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.sales.hide {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.globalsalesmanager {
  text-decoration: none;
}

.globalsalesmanager:hover {
  color: #447aef;
}

.officemanager {
  text-decoration: none;
}

.officemanager:hover {
  color: #447aef;
}

.marketingdesigner {
  text-decoration: none;
}

.marketingdesigner:hover {
  color: #447aef;
}

.select-field {
  background-color: var(--white);
}

.submit-button {
  background-color: #8a39f4;
  border-radius: 20px;
}

.submit, .heading-12123228 {
  text-align: center;
}

.column-2 {
  padding-right: 60px;
}

.column-3 {
  padding-left: 8%;
}

.intro-101 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-101.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-101.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-101.left {
  direction: rtl;
  text-align: left;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-101.left.sticky {
  text-align: left;
  margin-top: -20px;
  margin-left: 0;
  position: sticky;
  top: 160px;
}

.intro-101.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  display: block;
}

.intro-101.wide {
  max-width: 800px;
}

.intro-101.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-101.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-101.margin-bottom {
  margin-bottom: 80px;
}

.intro-101.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-101.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-101.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-101.margin-bottom-101 {
  direction: ltr;
  text-align: left;
  align-self: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 0%;
  display: block;
}

.feature-101 {
  direction: rtl;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 8%;
  display: flex;
}

.feature-101.hide {
  display: none;
}

.feature-101.padding {
  padding-top: 0;
}

.feature-102 {
  direction: rtl;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.feature-102.hide {
  display: none;
}

.feature-102.padding, .feature-102.padding-copy102 {
  padding-top: 0;
}

.main-grid-6-101 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 29px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.heading-112-copy11 {
  direction: ltr;
  align-self: flex-end;
  padding-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-112-copy11.hide {
  text-align: center;
  display: block;
}

.heading-112-copy11.hide-cop11y {
  text-align: left;
  display: block;
}

.column-3-c101opy {
  padding-left: 8%;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  background-color: #6ca7a7;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  text-align: right;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.hero2.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.herotitle {
  direction: ltr;
  color: var(--black);
  text-align: left;
  width: auto;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.herosubtitle {
  color: var(--black);
  text-align: left;
  white-space: normal;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.herocta {
  direction: rtl;
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  margin-top: 20px;
  padding: 11px 22px 10px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.meetthepeople {
  padding-top: 62px;
  padding-bottom: 0;
}

.imagemeetthep {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.imagemeetthep.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.imagemeetthep.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.imagemeetthep.left {
  direction: rtl;
  text-align: left;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.imagemeetthep.left.sticky {
  text-align: left;
  margin-top: -20px;
  margin-left: 0;
  position: sticky;
  top: 160px;
}

.imagemeetthep.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: auto;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  display: block;
}

.imagemeetthep.wide {
  max-width: 800px;
}

.imagemeetthep.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.imagemeetthep.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.imagemeetthep.margin-bottom {
  margin-bottom: 80px;
}

.imagemeetthep.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.imagemeetthep.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.imagemeetthep.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.imagemeetthep.no-margin-bottom-copy-meet {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.imagemeet11 {
  max-width: 1400px;
  margin-bottom: -63px;
  margin-left: auto;
  margin-right: auto;
}

.section-4-info-copy {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.thecompany-section {
  background-color: #f0f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.the-company {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.the-company.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.the-company.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.the-company.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.the-company.left.sticky {
  position: sticky;
  top: 160px;
}

.the-company.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.the-company.wide {
  max-width: 800px;
}

.the-company.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.the-company.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.the-company.margin-bottom {
  margin-bottom: 80px;
}

.the-company.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.the-company.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.the-company.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.link-the-company {
  text-decoration: none;
}

.paragraph-the-company {
  direction: ltr;
  color: #727272;
  text-align: center;
  width: 150%;
  max-width: 930px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.the-people-title {
  direction: rtl;
  color: #2d2c4d;
  text-align: left;
  width: auto;
  max-width: 1100px;
  margin-left: -200px;
  padding-bottom: 11px;
  padding-right: 550px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph---the-people {
  direction: ltr;
  color: #727272;
  text-align: center;
  width: 150%;
  max-width: 930px;
  padding-bottom: 21px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.cta---about-us {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.cta---about-us:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.cta---about-us.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.cta---about-us.ghost:hover {
  box-shadow: none;
}

.cta---about-us.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.cta---about-us.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.cta---about-us.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.cta---about-us.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.cta---about-us.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.cta---about-us.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.cta---about-us.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.cta---about-us.small.asdasdasqwe {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d79f8;
  background-image: none;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.cta---about-us.small.asdasdasqwe:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.cta---about-us.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.cta---about-us.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.position-card-section {
  background-color: var(--white);
  padding-top: 22px;
  padding-bottom: 100px;
}

.hero-div-block {
  margin-top: 0;
  position: relative;
}

.grid-32234234243 {
  padding-left: 0%;
  padding-right: 0%;
}

.r-d-section {
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.text-block-13-copy-copy {
  direction: rtl;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

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

.card-small-2 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-right: 5px solid #ffd6ca;
  border-radius: 1px;
  flex-direction: row-reverse;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 430px;
  margin: 10px 15px;
  padding: 32px 32px 20px 20px;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.card-small-2:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.card-small-1 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-right: 5px solid #cacaed;
  border-radius: 1px;
  flex-direction: row-reverse;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 430px;
  margin: 10px 15px;
  padding: 32px 32px 20px 20px;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.card-small-1:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.card-small-3 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-right: 5px solid #cadded;
  border-radius: 1px;
  flex-direction: row-reverse;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 430px;
  margin: 10px 15px;
  padding: 32px 32px 20px 20px;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.card-small-3:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.text-block-14-copy-copy {
  direction: rtl;
  color: #929292;
  text-align: right;
  height: 100px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text {
  direction: rtl;
  color: #575757;
  text-align: right;
  padding-right: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.div-block-823422385 {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.text-block-14-copy-copy-2 {
  direction: rtl;
  color: #929292;
  text-align: right;
  height: 100px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.card-small {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-right: 5px solid #eccdff;
  border-radius: 1px;
  flex-direction: row-reverse;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 430px;
  margin: 10px 15px;
  padding: 32px 32px 20px 20px;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.card-small:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.clock1 {
  width: 18px;
  max-width: none;
  height: 18px;
}

.text-block-13-copy-2 {
  direction: rtl;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-823422386 {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 340px;
  display: flex;
}

.text-span {
  color: #fff;
}

.text-block-24250 {
  direction: ltr;
}

.subtitle---the-people-section {
  direction: rtl;
  color: #2d2c4d;
  text-align: left;
  align-self: auto;
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  padding-bottom: 11px;
  padding-right: 350px;
  font-family: Assistant, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.title---the-people-section {
  direction: rtl;
  color: #2d2c4d;
  text-align: left;
  width: auto;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 200px;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-112312353 {
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.full-ststackacl-lead {
  direction: rtl;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.location {
  direction: rtl;
  color: #575757;
  text-align: right;
  padding-right: 10px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
}

.r-d-title {
  direction: rtl;
  color: #2d2c4d;
  text-align: left;
  width: auto;
  max-width: 1100px;
  margin-bottom: -35px;
  margin-left: -580px;
  padding-bottom: 11px;
  padding-right: 200px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.product-section {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.full-ststackacl-lead-copy {
  direction: rtl;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.grid-32234234245 {
  flex: 0 auto;
  grid-template-rows: auto minmax(auto, 1fr) 20px;
}

.full-stack-description {
  direction: rtl;
  color: #929292;
  text-align: right;
  height: 100px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.full-stack-location {
  align-items: center;
  display: flex;
}

.product-section1, .design-section {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

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

.full-ststackacl-lead-342423423-copy {
  direction: rtl;
  text-align: right;
  padding-bottom: 13px;
  font-family: Heebo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.full-stack-d-escription-copy {
  direction: rtl;
  color: #929292;
  text-align: right;
  height: 100px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.div-block-82342234486-copy {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 340px;
  display: flex;
}

.div-block-823422385-copy {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.full-stack-lo3444cation-copy {
  align-items: center;
  display: flex;
}

.div-block-823422387 {
  flex: 1;
}

.f {
  color: #30364d;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-left: 5px solid #30364d;
  border-radius: 2px;
  flex-direction: row-reverse;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  max-width: 430px;
  margin: auto auto auto 8px;
  padding: 20px 26px 20px 20px;
  text-decoration: none;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.f:hover {
  background-color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.div-block-heading-fullstack {
  margin-top: auto;
  margin-bottom: auto;
}

.bold-text-112312358 {
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-block-24252 {
  margin-top: -6px;
  font-family: Assistant, sans-serif;
}

.locationfullstack {
  color: #1b72e8;
  margin-top: 20px;
  font-family: Assistant, sans-serif;
}

.image-123423423422352, .image-123423423422353, .image-123423423422354, .image-123423423422355, .image-123423423422356, .image-123423423422357 {
  border-radius: 20px;
  line-height: 10px;
}

.productmanagercard {
  font-size: 24px;
  font-weight: 400;
}

.customersuccesssection, .hrsection, .saels-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.findyourpositiontitle {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.findyourpositiontitle.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.findyourpositiontitle.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.findyourpositiontitle.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle.left.sticky {
  position: sticky;
  top: 160px;
}

.findyourpositiontitle.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.findyourpositiontitle.wide {
  max-width: 800px;
}

.findyourpositiontitle.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.findyourpositiontitle.margin-bottom {
  margin-bottom: 80px;
}

.findyourpositiontitle.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.findyourpositiontitle.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.findyourpositiontitle.no-margin-bottom-copy-copy1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
  display: flex;
}

.findyourpositiontitle-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle-copy.no-margin-bottom-copy, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.sd234234234-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sd234234234-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.sd234234234-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.sd234234234-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.sd234234234-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.sd234234234-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sd234234234-copy-copy.wide {
  max-width: 800px;
}

.sd234234234-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.sd234234234-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.sd234234234-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.sd234234234-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sd234234234-copy-copy.no-margin-bottom-copy, .sd234234234-copy-copy.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section11 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.r-d-title-section11.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.r-d-title-section11.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section11.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section11.left.sticky {
  position: sticky;
  top: 160px;
}

.r-d-title-section11.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.r-d-title-section11.wide {
  max-width: 800px;
}

.r-d-title-section11.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section11.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.r-d-title-section11.margin-bottom {
  margin-bottom: 80px;
}

.r-d-title-section11.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.r-d-title-section11.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section11.no-margin-bottom-copy-copy1 {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
  display: flex;
}

.product-title11 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-title11.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-title11.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-title11.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-title11.left.sticky {
  position: sticky;
  top: 160px;
}

.product-title11.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-title11.wide {
  max-width: 800px;
}

.product-title11.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-title11.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-title11.margin-bottom {
  margin-bottom: 80px;
}

.product-title11.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-title11.no-margin-bottom-copy, .product-title11.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-title-111 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.design-title-111.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.design-title-111.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-title-111.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.design-title-111.left.sticky {
  position: sticky;
  top: 160px;
}

.design-title-111.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.design-title-111.wide {
  max-width: 800px;
}

.design-title-111.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.design-title-111.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.design-title-111.margin-bottom {
  margin-bottom: 80px;
}

.design-title-111.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.design-title-111.no-margin-bottom-copy, .design-title-111.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section11-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.r-d-title-section11-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.r-d-title-section11-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section11-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section11-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.r-d-title-section11-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.r-d-title-section11-copy.wide {
  max-width: 800px;
}

.r-d-title-section11-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section11-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.r-d-title-section11-copy.margin-bottom {
  margin-bottom: 80px;
}

.r-d-title-section11-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.r-d-title-section11-copy.no-margin-bottom-copy, .r-d-title-section11-copy.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-positions-section.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-positions-section.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section.left.sticky {
  position: sticky;
  top: 160px;
}

.product-positions-section.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-positions-section.wide {
  max-width: 800px;
}

.product-positions-section.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-positions-section.margin-bottom {
  margin-bottom: 80px;
}

.product-positions-section.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-positions-section.no-margin-bottom-copy, .product-positions-section.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-a {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-positions-section-a.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-positions-section-a.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-a.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-a.left.sticky {
  position: sticky;
  top: 160px;
}

.product-positions-section-a.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-positions-section-a.wide {
  max-width: 800px;
}

.product-positions-section-a.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-a.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-positions-section-a.margin-bottom {
  margin-bottom: 80px;
}

.product-positions-section-a.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-positions-section-a.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-a.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
}

.product-positions-section-a.r-d-sec, .product-positions-section-a.marketing-sec {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  display: none;
}

.product-title {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-title.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-title.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-title.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-title.left.sticky {
  position: sticky;
  top: 160px;
}

.product-title.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-title.wide {
  max-width: 800px;
}

.product-title.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-title.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-title.margin-bottom {
  margin-bottom: 80px;
}

.product-title.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-title.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-title.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
}

.design-title-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.design-title-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.design-title-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-title-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.design-title-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.design-title-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.design-title-copy.wide {
  max-width: 800px;
}

.design-title-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.design-title-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.design-title-copy.margin-bottom {
  margin-bottom: 80px;
}

.design-title-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.design-title-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-title-copy.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
}

.design-section11 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.design-section11.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.design-section11.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-section11.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.design-section11.left.sticky {
  position: sticky;
  top: 160px;
}

.design-section11.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.design-section11.wide {
  max-width: 800px;
}

.design-section11.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.design-section11.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.design-section11.margin-bottom {
  margin-bottom: 80px;
}

.design-section11.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.design-section11.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.design-section11.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-section-copy, .design-section-copy-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.customer-success-section11 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.customer-success-section11.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.customer-success-section11.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.customer-success-section11.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.customer-success-section11.left.sticky {
  position: sticky;
  top: 160px;
}

.customer-success-section11.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.customer-success-section11.wide {
  max-width: 800px;
}

.customer-success-section11.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.customer-success-section11.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.customer-success-section11.margin-bottom {
  margin-bottom: 80px;
}

.customer-success-section11.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.customer-success-section11.no-margin-bottom-copy, .customer-success-section11.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hr-section.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hr-section.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section.left.sticky {
  position: sticky;
  top: 160px;
}

.hr-section.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hr-section.wide {
  max-width: 800px;
}

.hr-section.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.hr-section.margin-bottom {
  margin-bottom: 80px;
}

.hr-section.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.hr-section.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
}

.hr-section11-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hr-section11-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hr-section11-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section11-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section11-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.hr-section11-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hr-section11-copy.wide {
  max-width: 800px;
}

.hr-section11-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section11-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.hr-section11-copy.margin-bottom {
  margin-bottom: 80px;
}

.hr-section11-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.hr-section11-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section11-copy.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
}

.sales-section-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sales-section-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.sales-section-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.sales-section-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.sales-section-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.sales-section-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.sales-section-copy.wide {
  max-width: 800px;
}

.sales-section-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.sales-section-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.sales-section-copy.margin-bottom {
  margin-bottom: 80px;
}

.sales-section-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.sales-section-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.sales-section-copy.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.sales-section-copy-copy-copy, .marketing-copy-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.marketing-section {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.marketing-section.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.marketing-section.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.marketing-section.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.marketing-section.left.sticky {
  position: sticky;
  top: 160px;
}

.marketing-section.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.marketing-section.wide {
  max-width: 800px;
}

.marketing-section.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.marketing-section.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.marketing-section.margin-bottom {
  margin-bottom: 80px;
}

.marketing-section.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.marketing-section.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.marketing-section.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
}

.sales-section, .marketing-section-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.r-d-title-section1135435435-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.r-d-title-section1135435435-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.r-d-title-section1135435435-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section1135435435-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section1135435435-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.r-d-title-section1135435435-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.r-d-title-section1135435435-copy.wide {
  max-width: 800px;
}

.r-d-title-section1135435435-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section1135435435-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.r-d-title-section1135435435-copy.margin-bottom {
  margin-bottom: 80px;
}

.r-d-title-section1135435435-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.r-d-title-section1135435435-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section1135435435-copy.no-margin-bottom-copy-copy1 {
  text-align: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.bold-text-112312353-copy {
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.customersuccesstitle {
  direction: rtl;
  color: #2d2c4d;
  text-align: left;
  align-self: auto;
  width: auto;
  max-width: 1100px;
  margin-left: auto;
  padding-bottom: 11px;
  padding-right: 350px;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

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

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

.centered-heading {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-bottom: 24px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.r-d-section-copy {
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  max-width: 1300px;
  display: flex;
}

.grid-32234234211145-copy {
  flex: 0 auto;
  grid-template-rows: auto minmax(auto, 1fr) 20px;
}

.grid-32221234234245-copy {
  flex: 0 auto;
  grid-template-rows: auto minmax(auto, 1fr);
}

.grid-32234234246 {
  grid-template-rows: auto 20px;
}

.heading-gfdgfdgfdgfdgfdgcopy {
  direction: rtl;
  color: #fff;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 42px;
}

.herotitle-gfdgfdgdfcopy {
  direction: rtl;
  color: var(--black);
  text-align: left;
  width: auto;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.column-4 {
  margin-top: 6%;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 4%;
}

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

.column-5 {
  margin-top: 70px;
  margin-bottom: 0%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-123130 {
  direction: ltr;
  margin-top: 20px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
}

.columns {
  background-color: #fff;
  padding: 5%;
}

.hr-section1331-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hr-section1331-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hr-section1331-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section1331-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section1331-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.hr-section1331-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hr-section1331-copy-copy.wide {
  max-width: 800px;
}

.hr-section1331-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section1331-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.hr-section1331-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.hr-section1331-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.hr-section1331-copy-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section1331-copy-copy.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.grid-32234234543544245-copy {
  flex: 0 auto;
  grid-template-rows: auto minmax(auto, 1fr);
}

.hr-section-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hr-section-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hr-section-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.hr-section-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hr-section-copy.wide {
  max-width: 800px;
}

.hr-section-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.hr-section-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.hr-section-copy.margin-bottom {
  margin-bottom: 80px;
}

.hr-section-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.hr-section-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.hr-section-copy.no-margin-bottom-copy-copy1 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
}

.grid-32234234245-copy {
  flex: 0 auto;
  grid-template-rows: auto minmax(auto, 1fr) 20px;
}

.grid-3223423424656-copy {
  grid-template-rows: auto auto 20px;
}

.grid-32234234246-copy {
  grid-template-rows: auto 20px;
}

.product-positions-section-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-positions-section-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-positions-section-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.product-positions-section-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-positions-section-copy-copy.wide {
  max-width: 800px;
}

.product-positions-section-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-positions-section-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.product-positions-section-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-positions-section-copy-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-copy-copy.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
}

.findyourpositiontitle-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.findyourpositiontitle-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.findyourpositiontitle-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.findyourpositiontitle-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.findyourpositiontitle-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.findyourpositiontitle-copy.wide {
  max-width: 800px;
}

.findyourpositiontitle-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.findyourpositiontitle-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.findyourpositiontitle-copy.margin-bottom {
  margin-bottom: 80px;
}

.findyourpositiontitle-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.findyourpositiontitle-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 0;
  display: flex;
}

.r-d-title-section1135435435-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.r-d-title-section1135435435-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.r-d-title-section1135435435-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section1135435435-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section1135435435-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.r-d-title-section1135435435-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.r-d-title-section1135435435-copy-copy.wide {
  max-width: 800px;
}

.r-d-title-section1135435435-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.r-d-title-section1135435435-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.r-d-title-section1135435435-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.r-d-title-section1135435435-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.r-d-title-section1135435435-copy-copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.r-d-title-section1135435435-copy-copy.no-margin-bottom-copy-copy1 {
  text-align: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.product-positions-section-copy-1copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-positions-section-copy-1copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.product-positions-section-copy-1copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-copy-1copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-copy-1copy.left.sticky {
  position: sticky;
  top: 160px;
}

.product-positions-section-copy-1copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.product-positions-section-copy-1copy.wide {
  max-width: 800px;
}

.product-positions-section-copy-1copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.product-positions-section-copy-1copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.product-positions-section-copy-1copy.margin-bottom {
  margin-bottom: 80px;
}

.product-positions-section-copy-1copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.product-positions-section-copy-1copy.no-margin-bottom-copy {
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
}

.product-positions-section-copy-1copy.no-margin-bottom-copy-copy1 {
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  display: none;
}

.heading-3-copy, .heading-3-cowpy {
  color: #2d2c4d;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.logo-image-powerlink, .logo-image-powerlink1 {
  object-fit: fill;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.nav-bar-fireberry {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image-powerlink1-copy, .logo-image-fireberry {
  object-fit: fill;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.logo-image-fireberry.fireberry {
  flex: 0 auto;
}

.image-12342342342353-copy {
  width: 610px;
  min-width: 610px;
  max-width: none;
  height: auto;
  padding-right: 0;
  display: block;
}

.image-logo {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-left: 10px;
}

.text-block-16-copy {
  direction: rtl;
  color: #303030;
  font-family: Heebo, sans-serif;
}

.body-3 {
  background-color: #0000;
  font-family: Heebo, sans-serif;
}

.image-123423423422359 {
  max-width: 130%;
  margin-top: -19%;
  margin-left: -25%;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.border-radius-1000px {
  border-radius: 1000px;
}

.image-wrapper.border-radius-1000px.moderator {
  justify-content: center;
  max-width: 150px;
  margin-left: 0;
  margin-right: 0;
}

.split-content2.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.split-content2.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.rich-text {
  direction: rtl;
  color: #201d1e;
  text-align: right;
  margin-bottom: 16px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rich-text h2 {
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-weight: 500;
}

.page-wrapper-2 {
  min-height: 100vh;
}

.section-3122342344261 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-3122342344261.padding-top-reduced-160px {
  padding-top: 128px;
}

.section-3122342344261.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-image: linear-gradient(#f4f4f4, #fefcfc 59%, #fff);
}

.success-message-3 {
  color: #4a3aff;
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
}

.container-default {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1, .container-default.z-index-1-copy, .container-default.z-index-1-4 {
  max-width: none;
  margin-bottom: 0;
}

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

.split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
  justify-content: center;
  margin-right: 40px;
}

.image-123423423422360.webinar-about-icon {
  max-width: 24px;
  margin-left: 8px;
  margin-right: 0;
  font-weight: 500;
}

.image-123423423422360.cover {
  text-align: center;
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-123423423422360.success-message-icon {
  border-radius: 15px;
  width: 86px;
  min-width: 86px;
  min-height: 86px;
  max-height: 86px;
  margin-bottom: 20px;
}

.image-123423423422360.style-1 {
  border-radius: 0;
}

.title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.div-block-823422389 {
  direction: rtl;
  color: #676767;
  text-align: center;
  max-width: 100px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card.style-7.landing-form {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  min-height: 657px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 0;
  position: sticky;
  inset: 10% 0% 0%;
}

.subtitle-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Assistant, sans-serif;
}

.bold-text-112312359 {
  color: #000;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.input-wrapper {
  max-width: 100%;
}

.bold-text-112312360 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.column-6 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-112312361 {
  direction: ltr;
  color: #000;
  font-family: Heebo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.13em;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.content-top.webinar-form {
  margin-bottom: -40px;
}

.content-top.flex-c.children-wrap {
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.horizontal-divider {
  background-color: #dcddeb;
  width: 100%;
  min-height: 1px;
}

.horizontal-divider.margin-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.horizontal-divider.margin-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f93d3d;
  border-radius: 15px;
  padding: 20px;
}

.input-2 {
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 10px;
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.input-2:hover {
  border-color: #4a3aff;
}

.input-2:focus {
  color: #14142b;
  border-color: #4a3aff;
}

.input-2::placeholder {
  color: #8184a3;
}

.flex-c {
  align-items: center;
  display: flex;
}

.flex-c.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.flex-c.webinar-about {
  opacity: 1;
  direction: rtl;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
}

.flex-c.webinar-about-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  background-color: #c6abdc;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.paragraph-123131.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-123131.margin-bottom-default {
  margin-bottom: 48px;
}

.contact-form-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.bold-text-112312362 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border: 1px solid #4a3aff;
  border-radius: 10px;
  padding: 22px 40px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary-2:hover {
  color: #fff;
  background-color: #3022cd;
  border-color: #3022cd;
  transform: translate3d(0, -2px, .01px);
}

.column-1 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.content-top-copy.flex-c.children-wrap {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: padding-box;
  margin-top: 16px;
  display: block;
}

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

.image-copy.webinar-about-icon {
  max-width: 24px;
  margin-left: 8px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.heading-12123231 {
  direction: rtl;
  color: var(--black);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.hero-2 {
  align-items: center;
  max-width: 1480px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.hero-2.hero-lessons {
  background-image: url('../images/lessons-banner.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  padding-bottom: 256px;
}

.container-6 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.row-2 {
  padding-top: 40px;
  position: relative;
}

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

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

.display-heading {
  margin-top: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.25;
}

.display-subheading {
  direction: rtl;
  color: var(--black);
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.content-block {
  direction: rtl;
  text-align: right;
  padding-top: 128px;
}

.card-image-tag {
  color: #fff;
  background-color: #0009;
  border-radius: 24px;
  padding: 10px 16px 3px;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  inset: auto auto 24px 24px;
}

.inline-item {
  margin-left: 8px;
  margin-right: 8px;
}

.lessons-label {
  padding-bottom: 6px;
  display: inline-block;
}

.icon-circle {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-circle.small {
  width: 32px;
  height: 32px;
  padding: 8px;
}

.card-body {
  padding-top: 0;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.small-text {
  font-size: 16px;
  line-height: 24px;
}

.lesson-count {
  margin-right: 8px;
  display: inline-block;
}

.body-small {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
}

.body-small.text-primary {
  text-decoration: none;
}

.text-primary {
  color: #270d5b;
}

.card-image {
  border-radius: 4px;
  min-height: 0;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  display: block;
  position: relative;
}

.inline-list {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.item-icon {
  min-width: 40px;
  padding-right: 8px;
}

.card-14 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  transition: transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
}

.card-14:hover {
  text-decoration: none;
  transform: translate(0, -8px);
  box-shadow: 0 2px 4px #00000014, 0 28px 24px -24px #0000003d;
}

.card-14.height-100 {
  height: 100%;
  text-decoration: none;
}

.body-4 {
  background-color: #f9f7f1;
}

.text-block-24254 {
  color: var(--black);
}

.div-block-823422390 {
  background-color: var(--black);
  text-align: left;
  margin-top: 40px;
}

.paragraph-123132 {
  direction: ltr;
  color: var(--black);
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.paragraph-123133 {
  direction: ltr;
  color: var(--black);
  text-align: center;
  font-family: Assistant, sans-serif;
  font-size: 14px;
}

._22222 {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

._22222.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-cosdvfsdfgsdpy-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.subtitle-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-cdsgsdgopy-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-copy-csfgsdgfopy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.subtitle-copy44-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-copy34-34-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subti33tle-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subti33tle-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subtitle-555copy-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-555copy-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.subtitle-co-py {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-co-py.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle-cop325235y-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.subtitle-copy-c35345opy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.flex-c-copy.webinar-about {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
  display: none;
}

.subti33tle-copy-555copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.subtitle-555copy-copy-c235235opy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-555copy-copy-c235235opy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.split-co-ntent2-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.split-co-ntent2-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
  display: none;
}

.card-c-opy {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-c-opy.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-c-opy.style-7.landing-form {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.form1.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.form1.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.div-block-823422392 {
  display: none;
}

.split-content2-sdgsdgcopy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy.webinar-landing-page-left-copy {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.section-312234234sdfsdfsdf4261-copy {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px {
  padding-top: 128px;
}

.section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy {
  display: none;
}

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

.split-content-wrapsdfgsdfgsdgfper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
  text-align: right;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: Heebo, sans-serif;
  position: static;
}

.flex-c-c-opy {
  align-items: center;
  display: flex;
}

.flex-c-c-opy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.flex-c-c-opy.webinar-about {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
  display: none;
}

.flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

.flex-c-copy-c-opy {
  align-items: center;
  display: flex;
}

.flex-c-copy-c-opy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

.flex-c-copy-c-opy-copy {
  align-items: center;
  display: flex;
}

.flex-c-copy-c-opy-copy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

._235235235235 {
  align-items: center;
  display: flex;
}

._235235235235.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

._235235235235.webinar-about, ._235235235235.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

._235235235235-c346346opy {
  align-items: center;
  display: flex;
}

._235235235235-c346346opy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

._235235235235-c346346opy.webinar-about {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

._235235235235-c346346opy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
  display: none;
}

.content-top-copy-copy.flex-c.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap-copy {
  margin-top: 16px;
  display: block;
}

.subti33tle-copwqrqwry-555copy-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
  direction: rtl;
  color: #44087d;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

._235235235235-c346346346346opy-copy {
  align-items: center;
  display: flex;
}

._235235235235-c346346346346opy-copy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

._235235235235-c346346346346opy-copy.webinar-about {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

._235235235235-c346346346346opy-copy.webinar-about-copy {
  direction: rtl;
  text-align: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.sdgsdgsdg {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.image222, .image222-copy {
  max-width: 130%;
  margin-left: -25%;
}

.columns-2-copy {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-3122342344262 {
  margin-top: 60px;
}

.hs3-fireberry {
  background-image: url('../images/Integration-section.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-wrapper-copy, .page-wrapper---fireberry {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.hs1-2-copy {
  background-color: #fff;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 50px;
  display: flex;
}

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

.hs3p1fireberry {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin-top: 25px;
}

.image-fireberry-copy-copy {
  width: 610px;
  min-width: 610px;
  max-width: none;
  height: auto;
  padding-right: 0;
  display: block;
}

.imagasdasdwe-fireberry {
  max-width: 497px;
  height: auto;
  margin-right: 10px;
}

.asdasasd343234234y-fireberry-copy {
  color: #000;
  max-width: 800px;
  font-size: 40px;
  font-weight: 500;
}

.imaasdasddopy-sgsdgsdgcopy {
  max-width: 497px;
  height: auto;
  margin-right: 10px;
}

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

.heading-123127-copy {
  direction: rtl;
  color: #000;
  text-align: center;
  margin-bottom: 48px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.footer-cta {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.headin123123-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Assistant, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.try-for-free {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.text-block-14-copy {
  color: #2d2b4d;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.title-2-copy.mg-bottom-16px {
  direction: rtl;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 48px;
  font-weight: 700;
}

._235235235235-c346346346346opy-copy-copy {
  align-items: center;
  display: flex;
}

._235235235235-c346346346346opy-copy-copy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

._235235235235-c346346346346opy-copy-copy.webinar-about, ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

.paragraph-123131-copy.margin-bottom-40px {
  direction: rtl;
  color: #676767;
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.flex-c-copy.webinar-about {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

.subtitle-copy-copy {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
  color: #44087d29;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Assistant, sans-serif;
  display: none;
}

.sdfsdf36346346346opy-copy-copy-copy {
  align-items: center;
  display: flex;
}

.sdfsdf36346346346opy-copy-copy-copy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.sdfsdf36346346346opy-copy-copy-copy.webinar-about, .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 18px;
}

.webinar-section1 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-section1.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.workshop-section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.workshop-section.padding-top-reduced-160px {
  padding-top: 128px;
}

.workshop-section.padding-top-reduced-160px.position-relative {
  background-color: var(--snow);
  color: #8184a3;
  padding-top: 60px;
}

.re {
  padding-top: 176px;
  padding-bottom: 176px;
}

.re.padding-top-reduced-160px {
  padding-top: 128px;
}

.re.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-release-qa---recorded-page {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-release-qa---recorded-page.padding-top-reduced-160px {
  padding-top: 128px;
}

.webinar-release-qa---recorded-page.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.rich-text-copy {
  direction: rtl;
  color: #201d1e;
  text-align: right;
  margin-bottom: 16px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.columns-2-copy-copy {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.webinar-release-qa---recorded-page-copy {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-release-qa---recorded-page-copy.padding-top-reduced-160px {
  padding-top: 128px;
}

.webinar-release-qa---recorded-page-copy.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-release-qa---recorded-page-copy-copy {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px {
  padding-top: 128px;
}

.webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.speakers {
  padding-top: 176px;
  padding-bottom: 176px;
}

.speakers.padding-top-reduced-160px {
  padding-top: 128px;
}

.speakers.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

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

.team-circles {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 20px;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-12123232 {
  direction: rtl;
}

.heading-12123233 {
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-123134, .paragraph-123135 {
  direction: rtl;
  font-size: 20px;
}

.herotext {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 24px;
}

.about {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.about-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-without-image-copy {
  background-color: #eb5345;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.about-copy-1copy {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.shadow-two-copy1 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-split-copy, .hero-split-c555555opy {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

.shadow-tw4444o-copy1-copy {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-wrapper-copy-33copy, .hero-wrapper-44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-copy-copy {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  margin-top: -67px;
  display: flex;
}

.shadow-44y {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-44 {
  direction: rtl;
}

.herotext-cop44y {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 24px;
}

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

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

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

.shadow-44y-copy, .shadow-44y-copy-55copy, .shadow-55 {
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text-55 {
  font-family: Heebo, sans-serif;
}

.herotext-cop44y-copy {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 24px;
}

.button-primary-copy55 {
  direction: rtl;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-right-copy {
  background-color: #f7e8e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.shadow-55-copy {
  max-width: 60%;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-123423423422366-copy-copy, .div-block-823422393, .image-123423423422367 {
  display: none;
}

.hero-split-copy-copy-copy {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  margin-top: -67px;
  display: flex;
}

.hero-wrapper-44-copy {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.image111-copy, .mobileimage {
  display: none;
}

.centered-heading-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.centered-heading-copy.margin-bottom-32px {
  margin-bottom: 32px;
}

.team-member-name-copy {
  margin-bottom: 6px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-name-copy {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-copy {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 20px;
}

.hero-heading-right-copy-copy {
  background-color: #f7e8e5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.title1 {
  font-family: Heebo, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.herotext-cop44y-copy-copy {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 24px;
}

.herotext-cop44y-copy-copy._55 {
  font-size: 19px;
}

.team-member-position-copy-copy {
  direction: rtl;
  margin-bottom: 24px;
  font-size: 20px;
}

.bold-text-112312365 {
  color: #040505;
  text-align: right;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.html-embed-2 {
  text-align: center;
  border-radius: 3px;
  position: static;
}

.image-partners {
  max-width: 130%;
  margin-top: -19%;
  margin-left: -25%;
}

.split-content.story-left {
  max-width: 574px;
  margin-right: 40px;
}

.split-content.story-right {
  text-align: right;
  min-width: 439px;
  max-width: 45%;
}

.breaking-no-wrap {
  white-space: nowrap;
}

.heading-12123235 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  font-family: Heebo, sans-serif;
}

.paragraph-123136 {
  direction: rtl;
  font-family: Heebo, sans-serif;
  font-size: 20px;
}

.body-5 {
  background-color: #f7e8e5;
}

.h2-webinar-page {
  color: #fff;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.position-card-section-copy {
  background-color: var(--white);
  padding-top: 22px;
  padding-bottom: 100px;
}

.r-d-section---inbound-product-manager {
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  max-width: 1300px;
  display: none;
}

.about-us-powerlink {
  color: #6c6c6c;
  width: 100%;
  padding-bottom: 59px;
  padding-left: 15px;
  padding-right: 0;
  font-family: Heebo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.about-us-powerlink.hide {
  display: none;
}

.about-us-title {
  align-self: flex-start;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.image-large-buble {
  max-width: 130%;
  margin-top: -19%;
  margin-left: -25%;
  display: none;
}

.nav-buttons-mobile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.brand-2 {
  color: #fff;
  text-align: left;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-823422395 {
  align-items: center;
  display: none;
}

.nav-link-copy-copy-2 {
  color: #383b52;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .4s;
  display: none;
}

.nav-link-copy-copy-2:hover {
  background-color: #30364d1a;
}

.nav-link-copy-copy-2.w--current {
  color: #30364d;
  font-size: 15px;
  font-weight: 500;
}

.text-block-24257 {
  padding-left: 8px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-dropdown-link-v2-2 {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2-2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-2.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown2-2 {
  clear: none;
  direction: rtl;
  font-family: Heebo, sans-serif;
  display: none;
  overflow: visible;
}

.image-123423423422368 {
  max-width: 100%;
  margin-left: 10px;
  padding-left: 0;
}

.no-margin-3 {
  text-align: right;
  margin: 0;
}

.logo-icon-2 {
  height: 50px;
  margin-right: 12px;
  padding-top: 10px;
}

.nav-link-2 {
  direction: rtl;
  color: #383b52;
  border-radius: 4px;
  padding: 8px 27px 8px 20px;
  transition: background-color .4s;
}

.nav-link-2:hover {
  background-color: #30364d1a;
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-bar-landing {
  z-index: 999;
  background-color: #fdf5f4;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.webinars {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.webinars:hover {
  background-color: #f8f8ff;
}

.webinars.w--current {
  color: #30364d;
  font-weight: 700;
}

.body-3-copy, .bodywebinar {
  font-family: Heebo, sans-serif;
}

.div-block-823422396 {
  display: block;
}

.nav-bar-webinar {
  z-index: 999;
  background-color: #fdf5f4;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block-24258 {
  font-family: Heebo, sans-serif;
  font-size: 12px;
}

.text-block-24259 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.text5454 {
  color: var(--black);
  font-weight: 400;
}

.title-2--3.mg-bottom-16px {
  direction: rtl;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.bold-text-112312367 {
  color: #fff;
}

.split-content2-sdgsdgcopy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.section-3122342344263 {
  background-color: #1c2326;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  display: flex;
}

.container-8 {
  background-color: #1c2326;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.text-block-24259-copy {
  text-align: right;
  background-color: #0000;
  padding: 10px 10px 10px 0;
  font-size: 22px;
  font-weight: 600;
}

.div-block-823422397 {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  max-width: 533px;
  margin-right: 40px;
  display: flex;
}

.paragraph-123137, .heading-12123236, .heading-12123236-copy {
  text-align: right;
}

.paragraph-123137-copy {
  color: var(--snow);
  text-align: right;
  max-width: 533px;
}

.abstract-image {
  object-fit: fill;
  max-width: 533px;
}

.container-8-copy {
  background-color: #1c2326;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.paragraph-123138 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.containeada8-copy-copy {
  background-color: #1c2326;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-123423423422369 {
  margin-top: -300px;
}

.nav-bar-webinar-copy {
  z-index: 999;
  background-color: #0000;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.image-123423423422369-copy {
  margin-top: -300px;
}

.content-top-copy.webinar-form {
  margin-bottom: -40px;
}

.content-top-copy.flex-c.children-wrap, .content-top-copy.flex-c.children-wrap-copy, .content-top-copy.flex-c-copy.children-wrap {
  direction: rtl;
  text-align: right;
  background-image: url('../images/caption-bg.png');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-top-copy.flex-c-copy.children-wrap-copy {
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-c-copy {
  align-items: center;
  display: flex;
}

.flex-c-copy.children-wrap {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0%;
  padding-right: 0;
}

.flex-c-copy.webinar-about {
  direction: rtl;
  color: var(--black);
  text-align: center;
  background-color: #c6abdc;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.flex-c-copy.webinar-about-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.nav-bar-webinar-4 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.body-3-2 {
  background-color: #0000;
  font-family: Heebo, sans-serif;
}

.wrapper-navbar1-copy {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar1-copy.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar1-copy.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar1-copy.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar1-copy.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar4 {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar4.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar4.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar4.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.webinar-section1-4 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-section1-4.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1-4.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section1-4.padding-top-reduced-160px-4 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1-4.padding-top-reduced-160px-4.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.container-default-4 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-4.z-index-1, .container-default-4.z-index-1-copy, .container-default-4.z-index-1-4 {
  max-width: none;
  margin-bottom: 0;
}

.split-content-wrapsd44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-wrapsd44.mobile-max-width-660px, .split-content-wrapsd44.mobile-max-width-660px-4, .split-content-wrapsd44.mobile-max-width-660px-4-copy, .split-content-wrapsd44.mobile-max-width-660px-10-5 {
  text-align: right;
  flex-wrap: nowrap;
  justify-content: center;
  position: static;
}

.form1-4.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.form1-4.webinar-landing-page-right, .form1-4.webinar-landing-page-right4 {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.form1-4.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
  display: block;
}

.split-content2-sdgsdgcopy-4.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-4.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.section-3122342344263-4 {
  background-color: #1c2326;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.containeada8-4 {
  background-color: #1c2326;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-right: 24px;
  display: flex;
}

.split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
  text-align: left;
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  max-width: 533px;
  max-height: 600px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-823422399 {
  text-align: right;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  max-width: 550px;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.content-top-4.webinar-form {
  margin-bottom: -40px;
}

.content-top-4.flex-c.children-wrap, .content-top-4.flex-c-4.children-wrap {
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-top-4.flex-c-4.children-wrap-4 {
  direction: rtl;
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: block;
}

.margin-bottom-20px-4 {
  background-color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border: 2px solid #000;
  border-radius: 14px;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  box-shadow: 3px 3px 0 1px #1bdda1;
}

.div-block-823422400 {
  background-image: url('../images/Group-12.png');
  background-position: 50%;
  background-size: cover;
  max-height: 500px;
  padding-top: 60px;
}

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

.text-block-24261, .text-block-24261-copy {
  font-size: 24px;
}

.text-block-24262 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.split-con4copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-con4copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-con4copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy {
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  flex: none;
  align-self: flex-start;
  align-items: flex-end;
  max-width: 533px;
  max-height: 1200px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.div-block-823422401 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-123423423422370 {
  color: #333;
  flex: 1;
  align-self: center;
  max-width: 30px;
  margin-left: 20px;
}

.paragraph-123138-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-checkbox {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-823oo01-copy {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.image-123423423422371 {
  margin-left: 0;
  padding-left: 0;
}

.image-123423423422372 {
  margin-right: -30px;
  padding-top: 20px;
}

.host {
  background-color: #a8abee;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.host-text {
  direction: rtl;
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-12123237 {
  direction: rtl;
  color: #fff;
  text-align: right;
  margin-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.form1-4-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.form1-4-copy.webinar-landing-page-right, .form1-4-copy.webinar-landing-page-right4 {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.form1-4-copy.webinar-landing-page-right4.form1 {
  position: static;
  top: 0;
}

.image-123423423422370-copy, .yarden {
  flex: 1;
  max-width: 90px;
  margin-left: 20px;
}

.div-block-823422404 {
  max-width: 400px;
}

.split-con4copy-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-con4copy-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-con4copy-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 533px;
  max-height: 1200px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.image-123423423422373 {
  min-width: 477px;
  padding-top: 60px;
  padding-right: 60px;
}

.container-10 {
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: stretch center;
  align-self: stretch;
  align-items: flex-end;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 533px;
  max-height: 1200px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  max-width: 533px;
  max-height: 1200px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.div-block-823422405 {
  min-width: 477px;
  max-width: none;
  min-height: 657px;
}

.webinar-section1-4-copy {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-section1-4-copy.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1-4-copy.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section1-4-copy.padding-top-reduced-160px-4 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1-4-copy.padding-top-reduced-160px-4.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section1-4-copy.padding-top-reduced-160px-4-copy.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.image_22.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.image_22.webinar-landing-page-right, .image_22.webinar-landing-page-right4 {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.image_22.webinar-landing-page-right4.form1 {
  position: static;
  top: 0;
}

.image_22.webinar-landing-page-right4-_xx {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.image_22.webinar-landing-page-right4-_xx.form1 {
  position: static;
  top: 0;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.container-default-2-copy {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2-copy.z-index-1, .container-default-2-copy.z-index-1-copy, .container-default-2-copy.z-index-1-4 {
  max-width: none;
  margin-bottom: 0;
}

.container-default-2-copy.z-index-1-4-copy {
  background-color: #1b2326;
  max-width: none;
  margin-bottom: 0;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.wrapper-navbar4-copy {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar4-copy.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar4-copy.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar4-copy.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.nav-bar-webinar-5 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.main-grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1.5fr;
  grid-auto-flow: row;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.div-block-823422406 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.t3p1s4-copy, .t3p1s4-copy-copy {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body_15 {
  background-color: #0000;
  max-width: 100%;
  max-height: 100%;
}

.div-block-823422407 {
  object-fit: fill;
  background-color: #1c2326;
  flex-direction: column;
  align-items: center;
  max-height: none;
  margin-left: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.text-block-24263 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.heading-12123238 {
  direction: rtl;
  color: var(--white);
  text-align: right;
  font-family: Assistant, sans-serif;
  font-weight: 500;
}

.div-block-823422408 {
  align-self: flex-end;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 350px;
}

.div-block-823422409 {
  background-color: #1b2326;
  align-self: flex-end;
  max-width: 560px;
  margin-bottom: 250px;
  margin-right: 60px;
  padding-top: 350px;
}

.column-7 {
  max-height: 100%;
}

.columns-3 {
  justify-content: center;
  display: flex;
}

.div-block-823422410 {
  background-color: var(--white);
  flex: 1;
  max-width: 860px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
}

.container-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
}

.wiv-135-copy {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin-top: -38px;
  margin-left: -22px;
  margin-right: 15px;
  display: flex;
}

.image-123423423422374 {
  color: #4286f4;
  padding-top: 140px;
  text-decoration: underline;
}

.div-block-18-copy-copy-copy {
  direction: rtl;
  text-align: right;
  max-width: 445px;
  margin-left: 0;
  margin-right: 20px;
}

.wiv-135-copy-copy {
  direction: ltr;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  margin: -38px 15px 0 -22px;
  padding-bottom: 0;
  display: flex;
}

.card-mobile-form-01 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-mobile-form-01.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-01.style-7.landing-form, .card-mobile-form-01.style-7.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-01.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-01.style-7-copy.landing-form, .card-mobile-form-01.style-7-copy.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.link-15, .link-16, .link-17, .link-18 {
  color: #4286f4;
  text-decoration: underline;
}

.hero-stack {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  justify-content: space-between;
  margin-top: 40px;
  padding: 60px 0 20px;
  display: flex;
  position: relative;
}

.container-12 {
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Assistant, sans-serif;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  min-height: 200px;
  margin-top: 40px;
}

.heading-12123239 {
  direction: rtl;
  text-align: right;
  font-family: Assistant, sans-serif;
}

.container-13 {
  max-width: 750px;
}

.secondary-headline {
  direction: rtl;
  text-align: right;
  margin-bottom: 24px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.secondary-headlline {
  direction: rtl;
  text-align: right;
}

.webinar-video {
  margin-top: 40px;
}

.webinar-description {
  direction: rtl;
  text-align: right;
}

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

.speaker-image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
}

.speaker-name {
  flex: 1;
  padding-right: 12px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.speakers-box {
  justify-content: flex-end;
  margin-left: 20px;
  padding-top: 0;
  display: flex;
}

.speaker-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.text-block-24264 {
  float: none;
  clear: none;
  direction: rtl;
  text-align: left;
  justify-content: flex-start;
  padding-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  display: flex;
  position: static;
}

.date {
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.speaker-and-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-flow: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between flex-end;
  align-self: stretch;
  align-items: center;
  max-width: none;
  margin-top: 20px;
  display: flex;
  position: static;
}

.webinar-duration, .webinar-duration-copy {
  direction: rtl;
  text-align: right;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-823422413 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-123423423422375 {
  margin-left: 6px;
}

.speaker-and-date-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.div-block-823422414 {
  justify-content: space-between;
  display: flex;
}

.text-block-24265 {
  flex: 1;
}

.container-14 {
  flex-wrap: wrap;
  place-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.text-block-24266 {
  color: var(--white);
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-top: 40px;
  padding: 10px;
}

.webinar-card {
  direction: rtl;
  text-align: right;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  padding: 24px;
  box-shadow: 0 5px 20px #00000014;
}

.webinar-card:hover {
  transform: translate(0, -8px);
  box-shadow: 0 5px 20px #afafaf42;
}

.image-123423423422376 {
  border-radius: 0;
  padding-bottom: 10px;
}

.button-2354 {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 40px;
}

.div-block-823422406-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.host-amir {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 10px 20px;
  display: flex;
}

.host-name {
  direction: rtl;
  color: var(--black);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-112312369 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.host-position {
  direction: rtl;
  color: var(--black);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.bold-text-112312369-copy {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
}

.bold-text-112312361-copy {
  direction: ltr;
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.13em;
}

.second-section-h {
  direction: ltr;
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.13em;
}

.title-2-copy-copy.mg-bottom-16px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 400;
}

.second-text {
  color: #201d1e;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.second-image {
  text-align: right;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  max-width: 400px;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
}

.image-123423423422372-copy-copy {
  max-width: 200px;
  margin-right: -30px;
  padding-top: 20px;
}

.image-123423423422370-copy {
  flex: 1;
  max-width: 30px;
  margin-left: 20px;
}

.paragraph-123138-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  direction: rtl;
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.title-2-copy-copy-copy.mg-bottom-16px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.title-2-copy-copy-copy.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 400;
}

.title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  font-weight: 400;
}

.checkbox-list-copy-copy {
  margin-bottom: 60px;
}

.host-amir-copy, .host-amir-copy-copy {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 10px 20px;
  display: flex;
}

.host-position-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.body-3-2-copy {
  background-color: #0000;
  background-image: url('../images/desktop_02.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.host-copy {
  background-color: #a7dbee;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.body-3-3 {
  background-color: #0000;
  background-image: url('../images/bg01.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.body-3-4 {
  background-color: #0000;
  background-image: url('../images/bg-mobile_1.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.host-amir-5 {
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 0 20px;
  display: flex;
}

.body-3-3-copy {
  background-color: #0000;
  background-image: url('../images/bg-xxl_1.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.paragraph-123138-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-checkbox-back {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-new-black {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.black-checkbox-1 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.final-text {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 9%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3122342344265 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.collection-item {
  max-width: 100%;
  padding: 0;
}

.content-block-primary {
  direction: rtl;
  text-align: right;
  margin-bottom: 60px;
  padding-top: 40px;
  overflow: scroll;
}

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

.content-block-copy {
  direction: rtl;
  text-align: right;
  padding-top: 0;
}

.card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-01-copy.style-7-copy-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-01-copy.style-7-copy-copy.landing-form, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.button-2355 {
  background-color: var(--black);
  border-radius: 20px;
  margin-top: 40px;
}

.body-3-6 {
  background-color: #bbebfc;
  background-image: url('../images/blue-bg-m.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.developertools {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.developertools:hover {
  background-color: #f8f8ff;
}

.developertools.w--current {
  color: #30364d;
  font-weight: 700;
}

.navdropdown {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.support {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.support:hover {
  background-color: #f8f8ff;
}

.support.w--current {
  color: #30364d;
  font-weight: 700;
}

.university {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.university:hover {
  background-color: #f8f8ff;
}

.university.w--current {
  color: #30364d;
  font-weight: 700;
}

.blog {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.blog:hover {
  background-color: #f8f8ff;
}

.blog.w--current {
  color: #30364d;
  font-weight: 700;
}

.body-3-6-getting-started-03 {
  background-color: #000;
  background-image: url('../images/getting-started-03-bg-m.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.margin-bottom-20px-4-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/time-bg.png');
  background-position: 0 0;
  background-size: 100% 100%;
  background-clip: content-box;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.content-top-4-copy.webinar-form {
  margin-bottom: -40px;
}

.content-top-4-copy.flex-c.children-wrap, .content-top-4-copy.flex-c-4.children-wrap {
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
  direction: rtl;
  text-align: right;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: block;
}

.bold-text-1opy {
  direction: ltr;
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.13em;
}

.text5454-copy {
  color: #fff;
  font-weight: 400;
}

.paragraph-123131-copy.margin-bottom-40px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.host-copy-copy {
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.host-textsss-copy {
  direction: rtl;
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-823422406-copy {
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.host-textsss-copy-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-123423423422372-copy {
  margin-right: -30px;
  padding-top: 20px;
}

.div-block-823422399-copy {
  text-align: right;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  max-width: 550px;
  max-height: none;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.logo-icon-2-copy {
  height: 50px;
  margin-right: 12px;
}

.bold-text-55544-copy {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.text5454-copy-copy {
  color: #fff;
  font-weight: 400;
}

.margin-bottom-20px-4-copy-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Group-12.png');
  background-position: 0 0;
  background-size: 100% 100%;
  background-clip: content-box;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

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

.pricing-v3-cell-2-with-text {
  text-align: center;
  border-right: 1px solid #ededff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  box-shadow: -1px 0 #ededff;
}

.pricing-v3-cell-2-with-text.hide {
  display: none;
}

.call-us-tagline {
  direction: rtl;
  color: var(--black);
  text-align: center;
  width: 150%;
  max-width: 800px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.call-us {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}

.intro-323-sms {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-323-sms.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-323-sms.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-323-sms.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-sms.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-323-sms.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-323-sms.wide {
  max-width: 800px;
}

.intro-323-sms.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-sms.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-323-sms.margin-bottom {
  margin-bottom: 80px;
}

.intro-323-sms.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-323-sms.left-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-sms.left {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 700px;
  max-width: none;
  padding-bottom: 129px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-sms.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 92px;
  padding-left: 0;
  padding-right: 0;
}

.intro-323-sms.margin-bottom {
  direction: rtl;
  text-align: left;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.intro-323-sms.left {
  text-align: left;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.text-grey-sms {
  direction: rtl;
  color: #404041;
  text-align: right;
  width: auto;
  max-width: 800px;
  padding-bottom: 59px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  position: static;
}

.text-grey-sms.lawyered {
  text-align: justify;
}

.text-grey-sms.lawyered-copy {
  text-align: justify;
  padding-bottom: 10px;
}

.div-block-77-copy {
  border-bottom: 0 solid #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  padding-top: 33px;
  padding-bottom: 2px;
  display: flex;
}

.div-block-77-sms-terms {
  border-bottom: 0 solid #e7e7e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  padding-top: 0;
  padding-bottom: 2px;
  display: flex;
}

.text-grey-sms-copy {
  direction: rtl;
  color: #404041;
  text-align: right;
  width: auto;
  max-width: 800px;
  padding-bottom: 59px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  position: static;
}

.text-grey-sms-copy.lawyered {
  text-align: justify;
}

.text-grey-sms-copy.lawyered-copy {
  text-align: justify;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.bold-text-11dhdhdhd2312367-copy {
  color: #000;
}

.paragraph-123www131-copy.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-123www131-copy.margin-bottom-default {
  margin-bottom: 48px;
}

.bold-text-11wwq2312359-copy {
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.paragraph-123uih131-copy.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-123uih131-copy.margin-bottom-default {
  margin-bottom: 48px;
}

.bold-text-1ods12312359-copy {
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.host-black {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.getting-started-number {
  color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.getting-started-number-black {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.host-01 {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.heading-01-black {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-01-black {
  direction: rtl;
  color: #000;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.div-block-checkbox-01-black {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-01-black-01 {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pricing-support-category {
  width: 100%;
  display: none;
}

.body-referral {
  background-color: #ffe6da;
  background-image: url('../images/bg-M.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.section-referral {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-referral.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.section-referral.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.section-referral.padding-top-reduced-160px-4 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.section-referral.padding-top-reduced-160px-4.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.container-referral {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-referral.z-index-1, .container-referral.z-index-1-copy, .container-referral.z-index-1-4 {
  max-width: none;
  margin-bottom: 0;
}

.split-contentreferraly.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-contentreferraly.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-contentreferraly.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-contentreferraly.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-contentreferraly.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.title-2--3-creferralopy.mg-bottom-16px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.paragraph-referral.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-referral.margin-bottom-default {
  margin-bottom: 48px;
}

.paragraph-referral.margin-bottom-40px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 0%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.text-referral {
  color: var(--black);
  font-weight: 400;
}

.bold-text-55544-referral-copy {
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.heading-ref-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-top: 0;
  padding-bottom: 21px;
  font-family: Assistant, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-ref {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-r-ef-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-823422ref399-copy-copy {
  text-align: right;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  max-width: 550px;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-ref-copy-copy {
  margin-right: -30px;
  padding-top: 20px;
}

.div-block-ref-copy {
  max-width: 400px;
}

.wrapper-navbar4-cddopy-copy {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar4-cddopy-copy.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.card-mobile-form-ref {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-mobile-form-ref.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-ref.style-7.landing-form, .card-mobile-form-ref.style-7.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-ref.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-ref.style-7-copy.landing-form, .card-mobile-form-ref.style-7-copy.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.paragraph-r-ef-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-checkboxtop {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.title-webinar-033.mg-bottom-16px {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.title-webinar-033.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.bold-text-033-copy {
  direction: ltr;
  color: var(--white);
  font-family: Assistant, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.13em;
}

.logo-icon-2-white {
  height: 50px;
  margin-right: 12px;
}

.image-123423423422334443py-copy {
  margin-bottom: 40px;
  margin-right: -30px;
  padding-top: 20px;
}

.body-3-6-sale-fireberry {
  background-color: #000;
  background-image: url('../images/bg-medium.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Heebo, sans-serif;
}

.split-content2-sale-fireberryopy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sale-fireberryopy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sale-fireberryopy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sale-fireberryopy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  overflow: visible;
}

.split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.image-12342342sale3422334443py-copy-copy {
  margin-bottom: 40px;
  margin-right: -30px;
  padding-top: 20px;
}

.bold-text-1123123black59-copy {
  color: var(--black);
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667em;
}

.gil {
  flex: 1;
  max-width: 90px;
  margin-left: 20px;
}

.host-name-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  text-transform: none;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-11312369-copy {
  background-color: #fbbbbb;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
}

.div-block-823422416 {
  max-width: none;
}

.div-block-8234224s06-copy-copy {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.youtube-7 {
  width: 831px;
}

.youtube-8 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 50px;
  padding-left: 0;
  font-size: 14px;
}

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

.youtube-9 {
  float: none;
  text-align: left;
  width: 100%;
  position: relative;
}

.heading-12123241 {
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  font-family: Heebo, sans-serif;
}

.nav-bar-webinar-whatsapp {
  z-index: 999;
  background-color: #0000;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.wrapper-navbar-whatdapp {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar-whatdapp.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar-whatdapp.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar-whatdapp.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.body-whatsapp {
  mix-blend-mode: normal;
  background-color: #e9e9e9;
  background-image: url('../images/whatsapp-bg.png');
  background-position: 0 0;
  background-size: contain;
  font-family: Heebo, sans-serif;
}

.image-whatsapp {
  margin-right: 0;
  padding-top: 20px;
}

.div-block-whatsapp-copy {
  text-align: right;
  object-fit: contain;
  justify-content: flex-end;
  align-items: center;
  max-width: 550px;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-copy {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-copy.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-copy.style-7.landing-form {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.card-copy.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.card-copy-whatsapp {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-copy-whatsapp.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-copy-whatsapp.style-7.landing-form {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.card-copy-whatsapp.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.card-copy-whatsapp.style-7-copy-whatsapp {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
  z-index: auto;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #1bdda1b8;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  inset: 10% 0% 0%;
}

.host-black-copy {
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.host-black-whatsapp-copy {
  background-color: #0000;
  border: 2px #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 53390px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 53390px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 53390px;
  margin-left: 4%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.heading-new-black-whatsapp {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.67rem;
}

.heading-new-black-whatsapp-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-top: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.67rem;
}

.yarden-copy {
  flex: 1;
  max-width: 90px;
  margin-left: 20px;
}

.div-block-whatsap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.card-mobile-form-01-copy {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-mobile-form-01-copy.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-01-copy.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.homepage-p-2-copy, .homepage-p-2-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  max-width: 500px;
  height: auto;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

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

.body-10-5 {
  background-color: #f1f1f1;
  background-image: url('../images/sales-bg-desktop-m.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.webinar-section-10-5 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-section-10-5.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section-10-5.padding-top-reduced-160px-4 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5.padding-top-reduced-160px-4.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section-10-5.padding-top-reduced-160px-10-5 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5.padding-top-reduced-160px-10-5.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.container-default-10-5 {
  max-width: 1221px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-10-5.z-index-1, .container-default-10-5.z-index-1-copy, .container-default-10-5.z-index-1-4, .container-default-10-5.z-index-10-5 {
  max-width: none;
  margin-bottom: 0;
}

.form-10-5.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 5%;
  margin-right: 40px;
}

.form-10-5.webinar-landing-page-right, .form-10-5.webinar-landing-page-right4 {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.form-10-5.webinar-landing-page-right4.form1 {
  position: static;
  top: 0;
}

.form-10-5.webinar-landing-page-right-10-5 {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.form-10-5.webinar-landing-page-right-10-5.form1, .form-10-5.webinar-landing-page-right-10-5.form1-10-5 {
  position: static;
  top: 0;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5 {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.split-content10-5.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content10-5.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content10-5.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content10-5.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content10-5.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.split-content10-5.webinar-landing-page-left-10-5 {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  overflow: visible;
}

.host-10-5 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-content-10-5.webinar-landing-page-left {
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
}

.split-content-10-5.webinar-landing-page-right {
  align-self: stretch;
  width: 100%;
  max-width: 574px;
}

.split-content-10-5.webinar-landing-page-left-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content-10-5.webinar-landing-page-lefjjt-copy-copy {
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  max-width: 533px;
  margin-top: 60px;
  margin-left: 4%;
  margin-right: 0;
  overflow: visible;
}

.split-content-10-5.webinar-landing-page-left-4py {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  overflow: visible;
}

.split-content-10-5.webinar-landing-page-left-4psssy-copy, .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  overflow: visible;
}

.split-content-10-5.webinar-landing-10-5-y-copy, .split-content-10-5.webinar-landing-10-5-yjune-copy {
  text-align: left;
  object-fit: fill;
  align-self: stretch;
  max-width: 533px;
  margin-left: 4%;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: inline;
  overflow: visible;
}

.image-10-5-copy {
  max-width: 80%;
  margin-right: 0;
  padding-top: 20px;
}

.div-block-10-5-copy {
  text-align: right;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  max-height: none;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-01-black-01-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.card-mobile-form-10-5 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-mobile-form-10-5.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-10-5.style-7.landing-form, .card-mobile-form-10-5.style-7.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.card-mobile-form-10-5.style-7-copy {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-mobile-form-10-5.style-7-copy.landing-form, .card-mobile-form-10-5.style-7-copy.landing-form-copy {
  background-color: #fff;
  flex: 0 auto;
  align-items: center;
  min-width: 477px;
  min-height: 657px;
  display: none;
  position: sticky;
  top: 10px;
}

.body-10-5-copy {
  background-color: #f1f1f1;
  background-image: url('../images/sales-bg-desktop-m.png');
  background-position: 0 0;
  background-size: cover;
  font-family: Heebo, sans-serif;
}

.body-release-june-23 {
  background-color: #0a0b09;
  font-family: Heebo, sans-serif;
}

.nav-bar-webinar-5-copy {
  z-index: 999;
  background-color: #0000;
  border-bottom: 0 solid #eee;
  flex-direction: row;
  justify-content: center;
  height: 70px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.webinar-section-10-5-copy {
  padding-top: 176px;
  padding-bottom: 176px;
}

.webinar-section-10-5-copy.padding-top-reduced-160px {
  background-color: #fdf5f4;
  margin-bottom: -200px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5-copy.padding-top-reduced-160px.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section-10-5-copy.padding-top-reduced-160px-4 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5-copy.padding-top-reduced-160px-4.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
  background-color: #0000;
  margin-bottom: -180px;
  padding-top: 60px;
  padding-bottom: 0;
  font-family: Assistant, sans-serif;
}

.webinar-section-10-5-copy.padding-top-reduced-160px-10-5.position-relative {
  color: #8184a3;
  background-color: #fdffe5;
  background-image: linear-gradient(#fdffef, #fff);
}

.paragraph-01-black-01-june {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.image-june {
  max-width: 250px;
  margin-right: 0;
  padding-top: 20px;
}

.div-block-checkbox-juney {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-123139, .paragraph-123140, .paragraph-123141, .paragraph-123142 {
  direction: rtl;
  color: var(--white);
}

.paragraph-01-black-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.image-june-copy {
  max-width: 350px;
  margin-right: 0;
  padding-top: 20px;
}

.paragraph-123www131-copy-copy.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-123www131-copy-copy.margin-bottom-default {
  margin-bottom: 48px;
}

.paragraph-123www131-copy-copy.margin-bottom-40px-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.title-2-copy.mg-bottom-16px-copy {
  direction: rtl;
  color: var(--white);
  text-align: right;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.host-text-copy {
  direction: rtl;
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.host-10-5-copy {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.paragraph-01-black-june {
  direction: rtl;
  color: #000;
  text-align: right;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.bold-text-112312371 {
  color: #fff;
}

.wrapper-navbar4-copy-copy {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar4-copy-copy.nav-bar-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 0;
  padding-left: 44px;
  padding-right: 0;
  display: flex;
}

.wrapper-navbar4-copy-copy.nav-bar-wrapper-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.wrapper-navbar4-copy-copy.nav-bar-wrapper-copy.testit {
  padding-left: 11px;
  padding-right: 11px;
}

.wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
  background-color: #0000;
  flex-direction: row-reverse;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 12px 0 12px 44px;
  display: flex;
  position: relative;
  top: 0;
}

.host-10-5-copy-copy {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  display: flex;
}

.paragraph-4-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

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

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-dashboard {
  background-color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.dashboard-icon {
  flex: 0 auto;
  order: -1;
  max-width: 60px;
  margin-left: 10px;
  padding-left: 0;
  display: block;
}

.dashboard-block {
  border: 1px solid #8a8a8a;
  border-radius: 6px;
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 150px;
  padding: 20px;
  display: flex;
}

.dashboard-text {
  color: var(--white);
  text-align: right;
  -webkit-text-stroke-color: var(--white);
  margin-left: 5px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.dashboard-number {
  color: var(--white);
  text-align: right;
  -webkit-text-stroke-color: var(--white);
  margin-left: 5px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.heder-white-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.hp-white-text {
  direction: rtl;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.link-block-aaaaa17-copy {
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}

.integration-img-copy {
  width: auto;
  max-width: 1000px;
  height: auto;
  padding-top: 40px;
}

.button-hs3-inverse {
  background-color: var(--white);
  direction: rtl;
  color: #000;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.button-hs3-inverse:hover {
  background-color: #1ac688;
}

.hero-stack-2 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-image-3.shadow-two {
  box-shadow: none;
  margin-top: -20px;
}

.homepage-p-2-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  max-width: 500px;
  height: auto;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.homepage-p-2-copy-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  max-width: 800px;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Heebo, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.subscript {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.press-section {
  background-color: var(--dark-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 96px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  border-radius: 0;
  height: 280px;
  padding: 20px 20px 24px;
}

.team-member-image-two-2 {
  direction: ltr;
  text-align: center;
  width: 160px;
  margin-bottom: 0;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two-2 {
  direction: rtl;
  text-align: right;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.collection-item-2 {
  background-color: var(--white);
  margin-bottom: 20px;
}

.press-headline-he {
  direction: rtl;
  text-align: right;
  margin-bottom: 12px;
  font-family: Heebo, sans-serif;
  font-weight: 600;
}

.image-123423423422377 {
  align-self: flex-start;
  width: 120px;
}

.press-headline-en {
  direction: ltr;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.team-block-info-en {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-link-arrow-en {
  color: #1a1b1f;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-823422418 {
  text-align: center;
  border: 2px #000;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.press-headline {
  direction: rtl;
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.text-block-24267 {
  margin-right: 6px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-24268 {
  margin-left: 10px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hs7copy {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 70px;
}

.mobile-img {
  max-width: 380px;
  height: auto;
  margin-right: 10px;
}

.button-secondaryhp {
  background-color: var(--white);
  direction: rtl;
  color: var(--black);
  border: 2px solid #000;
  border-radius: 30px;
  margin-top: 16px;
  margin-right: 10px;
  padding: 14px 26px 13px;
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button-secondaryhp:hover {
  background-color: var(--black);
  color: var(--white);
  border-style: solid;
}

.image-123423423422378 {
  width: 110px;
}

.image-123423423422379 {
  width: 110px;
  margin-right: 20px;
  padding-right: 0;
}

.reviews {
  margin-top: 30px;
}

.div-block-823422417-copy {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.button-hs3-inverse-copy {
  background-color: var(--white);
  direction: rtl;
  color: #000;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.button-hs3-inverse-copy:hover {
  background-color: #f0f0f0;
}

.footer-link-container-he {
  margin-bottom: 6px;
}

.column-9-copy {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.hero-wrapper-3-copy-copy {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-icon-2 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-123423423423522 {
  max-width: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.dropdown-toggle-2--he {
  direction: rtl;
  color: #231f20;
  text-align: right;
  background-color: #0000;
  flex-flow: row-reverse;
  justify-content: flex-start;
  padding: 20px 40px 20px 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-2--he:hover {
  color: #516ab8;
  font-family: Assistant, sans-serif;
}

.footerblock-copy {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 25px 0;
  display: block;
}

.footergrid-he {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  text-align: right;
  order: 0;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: auto;
  place-items: start end;
  max-width: 1080px;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.social-icon-small-3 {
  opacity: .6;
  width: 16px;
  max-width: 120%;
}

.wrapper-9 {
  z-index: 2;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.brand-he {
  color: #fff;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-he.w--current {
  padding-right: 0;
}

.footer-title-he {
  direction: rtl;
  color: #222;
  text-align: right;
  border-bottom: 0 solid #666;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.nav-buttons-new-he {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: rtl;
  border-radius: 10px;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.text-block-24240-copy-copy {
  color: #000;
  text-transform: none;
  padding-left: 20px;
  padding-right: 19px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.contact-us-div-he {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.nav-dropdown-link-v2-2-he {
  direction: ltr;
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link-v2-2-he:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-2-he.w--current {
  color: #30364d;
  font-weight: 700;
}

.footerblock-he {
  direction: rtl;
  text-align: right;
  align-items: flex-start;
  max-width: none;
  margin: 25px 0;
  padding-left: 40px;
  display: block;
}

.div-block-38-he {
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.automations-he {
  display: block;
}

.dropdown-list-he {
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding: 8px 12px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 40px);
  box-shadow: 1px 1px 7px #f4f6f6;
}

.dropdown-list-he.w--open {
  direction: ltr;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  inset: 0% 0% auto auto;
  box-shadow: 0 6px 24px #30364d38;
}

.button-2356 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2356:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-2356.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2356.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-2356.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.nav-right-he {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-wide-nonprofit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.link-block-contact-us-he-mobile {
  order: 1;
  align-self: center;
  text-decoration: none;
  display: none;
}

.text-block-24293-he {
  direction: rtl;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.customer-he {
  display: block;
}

.column-8-copy {
  text-align: right;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.html-become-a-partner-form-copy-copy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  margin: 0 0 400px;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
  position: static;
}

.btn-cta {
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  flex: 0 auto;
  width: 140px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 20px;
  font-family: Assistant, sans-serif;
  font-size: .93rem;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
  display: inline;
  position: static;
}

.btn-cta:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 99px;
  box-shadow: 2px 3px #000;
}

.industries-text-box-he {
  order: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-8 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-2-he {
  filter: saturate(0%);
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  display: flex;
}

.non-profits-he {
  text-align: right;
  display: block;
}

.demo-form-page-text-mobile {
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: -153px;
  display: block;
}

.link-block-26-he {
  order: 1;
  align-self: center;
  text-decoration: none;
}

.sales-he {
  display: block;
}

.columns-4 {
  max-width: 110px;
  margin-bottom: 30px;
  display: flex;
}

.link-block-35 {
  direction: ltr;
  margin-left: 0;
  margin-right: 10px;
}

.text-block-24246-copy-copy {
  direction: rtl;
  text-align: right;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.social-icon-small-v4-2 {
  opacity: .6;
  width: 15px;
  max-width: 120%;
}

.industries-he {
  text-align: left;
  flex-direction: row-reverse;
  order: 1;
  display: block;
}

.image-123423423423524 {
  max-width: 50px;
  padding-top: 1px;
}

.bold-text-112312375 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.real-estate-industry-he {
  text-align: right;
  display: block;
}

.headin123123-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-79-he {
  direction: ltr;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.section-he-copy {
  background-color: #f4f5fb;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.tryfreebutton-he {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  flex: 0 auto;
  width: 130px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 20px;
  font-family: Assistant, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: block;
}

.tryfreebutton-he:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 99px;
  box-shadow: 2px 3px #000;
}

.try-for-free-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free-2:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.social-icon-small-v3-2 {
  opacity: .6;
  width: 13px;
  max-width: 100%;
}

.footer-v1-bottom-235 {
  color: #798099;
  text-align: left;
  border-top: 1px #e6e8f0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: static;
}

.div-block-823422381-copy {
  direction: ltr;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: 0;
  display: flex;
}

.icon-3-he {
  flex-direction: row;
  margin-right: 10px;
  position: static;
}

.div-block-823422419-he {
  text-align: center;
  order: 1;
  align-self: center;
}

.paragrph-left-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  max-width: 450px;
  margin: 24px 0% 24px 13%;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}

.wrapper-navbar-he {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar-he.nav-bar-wrapper2-hebrew {
  background-color: #0000;
  flex-direction: column-reverse;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1260px;
  height: 100%;
  padding: 0 5%;
  display: flex;
  position: relative;
  top: 0;
}

.fb-footer {
  text-align: center;
  background-color: #f4f4f6;
  border: 1px #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.products-he {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  font-size: 13px;
  font-weight: 700;
}

.hero-split-3 {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.social-icon-2 {
  text-align: left;
  width: 50px;
  max-width: 40px;
}

.solutionsforindustries-he {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  font-size: 13px;
  font-weight: 700;
}

.nav-dropdown-link-info-he {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.column-8-copy-2 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.div-img {
  text-align: right;
  background-color: #0000;
  border-radius: 13px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.secondary-button {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 20px;
  width: 80px;
  height: 40px;
  margin-left: 19px;
  margin-right: 0;
  padding: 8px 20px;
  font-family: Assistant, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: inline;
}

.secondary-button:hover {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: 2px 3px #000;
}

.social-icon-small-v2-3 {
  opacity: .6;
  width: 16px;
  max-width: 120%;
}

.nav-buttons-mobile-he {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.logo-icon-he {
  flex: 0 auto;
  order: 0;
  width: auto;
  max-width: 100%;
  height: 34px;
  margin-right: 12px;
  padding-left: 14px;
}

.container-13-he {
  justify-content: flex-end;
  display: flex;
}

.product-text-box {
  direction: rtl;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-list-copy-he {
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding: 8px 12px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, 40px);
  box-shadow: 1px 1px 7px #f4f6f6;
}

.dropdown-list-copy-he.w--open {
  direction: ltr;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.text-block-24240-he-copy {
  color: #000;
  text-transform: none;
  padding-left: 20px;
  padding-right: 19px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.columns-5 {
  margin-top: 20px;
  margin-bottom: 29px;
  display: flex;
}

.image-123423423423523 {
  text-align: left;
  width: 300px;
  min-width: 200px;
  min-height: 0;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -9px;
}

.social-icons---en {
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  margin-left: -3px;
  margin-right: -3px;
  display: none;
}

.h2-regular-left-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: none;
  margin: 0 0% 0 10%;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
  display: inline;
}

.dropdown-2-he {
  text-align: left;
  order: 1;
}

.pricing-div-he {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: block;
}

.div-block-823422419 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.text-block-24258-he {
  text-align: right;
  display: block;
}

.div-block-823422420 {
  align-items: center;
  display: none;
}

.nav-bar-ticket-form-he {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.productsmenu-he {
  text-align: right;
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
}

.footer-link-4-he {
  color: #333;
  text-align: left;
  width: 0%;
  min-width: 0%;
  max-width: 0%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Assistant, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-4-he:hover {
  text-decoration: none;
}

.footer-link-4-he.w--current {
  color: #333;
}

.text-block-24240-copy {
  color: #000;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.link-block-49-he {
  color: #798099;
  margin-right: 20px;
  text-decoration: none;
}

.footer-cta-2 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 15% 0;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.integrations-he {
  display: block;
}

.become-a-partner-sec-01-he {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.page-wrapper-3-he {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.form-partner-mobile {
  margin-left: 140px;
  margin-right: 140px;
  display: none;
}

.pricing-div-he-mobile {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: block;
}

.image-123423423423526 {
  max-width: 50px;
}

.menu-icon-3 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-123423423423527 {
  max-width: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.wrapper-2340 {
  z-index: 2;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.button-2357 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2357:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-2357.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2357.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-2357.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.column-9 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.columns-6 {
  max-width: 110px;
  margin-bottom: 30px;
  display: flex;
}

.link-block-37 {
  direction: ltr;
  margin-left: 0;
  margin-right: 10px;
}

.image-123423423423528 {
  max-width: 50px;
  padding-top: 1px;
}

.bold-text-112312376 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.try-for-free-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free-3:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.footer-v1-bottom-236 {
  color: #798099;
  text-align: left;
  border-top: 1px #e6e8f0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: static;
}

.hero-split-4 {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.column-8-copy-3 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.columns-7 {
  margin-top: 20px;
  margin-bottom: 29px;
  display: flex;
}

.image-123423423423529 {
  text-align: left;
  width: 300px;
  min-width: 200px;
  min-height: 0;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -9px;
}

.div-block-823422421 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.div-block-823422422 {
  align-items: center;
  display: none;
}

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

.footer-cta-3 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 15% 0;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.image-123423423423530 {
  max-width: 50px;
}

.demo-form-page-text-desktop {
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 0;
  display: flex;
}

.demo-form-desktop-wrapper {
  order: -1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-823422423 {
  direction: rtl;
  text-align: right;
  align-self: flex-end;
}

.paragrph-left-demo {
  direction: rtl;
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  max-width: 450px;
  margin: 24px 0% 24px 13%;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}

.demo-form-page-text-mobile-copy, .demo-form-page-text-mobile-copy-copy {
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: -153px;
  display: flex;
}

.demo-form-mobile-wrapper-copy {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-container-desktop {
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demo-container-mobile {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

._4-plans-old-version {
  border: 1px #e6e7e8;
  padding-top: 95px;
  display: none;
}

.old-table {
  background-color: #f9f9f9;
  padding-top: 43px;
  padding-bottom: 67px;
  display: none;
}

.signup-section {
  background-color: #fff;
  padding-top: 17px;
}

.pricing-plan-card-base {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 17px;
  display: block;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-plan-card-badge-monthly {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 33px 48px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-plan-card-monthly {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 30px;
  display: block;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-pic-v1-disabled {
  opacity: .51;
  direction: rtl;
  max-width: 70px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 0;
}

.pricing---header-2-disabled {
  opacity: .39;
  width: 100%;
  font-family: Heebo, sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.price-disabled {
  opacity: .38;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.users-disabled {
  opacity: .43;
  direction: rtl;
  color: #414141;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
}

.users-disabled.unlimited {
  margin-top: 10px;
}

.btn-disabled {
  opacity: .19;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 35px;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
}

.btn-disabled:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #275dcf6b;
}

.btn-disabled.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.btn-disabled.ghost:hover {
  box-shadow: none;
}

.btn-disabled.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.btn-disabled.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.btn-disabled.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  height: 36px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.btn-disabled.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.btn-disabled.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.btn-disabled.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.btn-disabled.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.btn-disabled.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.btn-disabled.unlimited {
  margin-top: 20px;
}

.btn-disabled.padding {
  margin-bottom: 35px;
}

.pricing-feature-disabled {
  opacity: .4;
  direction: ltr;
  color: #30364d;
  text-align: right;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-disabled.no {
  color: #a9aec3;
}

.pricing-feature-dis {
  opacity: .4;
  direction: ltr;
  color: #30364d;
  text-align: right;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-dis.no {
  color: #a9aec3;
}

.release-form-btn {
  display: none;
}

.t2p1s1-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 76px;
  position: relative;
  overflow: hidden;
}

.t2p1s1-copy.intro-hero {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: 0;
  padding-top: 216px;
  padding-bottom: 224px;
  overflow: hidden;
}

.t2p1s1-copy.footer-section {
  background-color: #292969;
  border-top: 1px solid #e6e8f0;
  padding-top: 52px;
  padding-bottom: 0;
}

.t2p1s1-copy.mask {
  overflow: hidden;
}

.t2p1s1-copy.gradient {
  color: #fff;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  overflow: hidden;
}

.t2p1s1-copy.haze {
  background-color: #fff;
  padding-top: 63px;
  padding-bottom: 0;
}

.t2p1s1-copy.top-section {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: -88px;
  padding-top: 192px;
  padding-bottom: 144px;
  overflow: hidden;
}

.sectasdasdqwe-copy {
  background-color: var(--white);
  padding-top: 76px;
  padding-bottom: 0;
  overflow: visible;
}

.s234234qweepy-copy {
  background-color: #fff;
  padding-top: 133px;
  padding-bottom: 113px;
}

.automations1-copy {
  background-color: #f9f8f8;
  padding-top: 65px;
  padding-bottom: 59px;
}

.s23423124234copy-copy {
  background-color: #f9f8f8;
  padding-top: 110px;
  padding-bottom: 113px;
}

.div-block-22-copy {
  background-color: #0000;
  justify-content: center;
  height: auto;
  display: flex;
}

.dasasdwed-copy {
  width: 450px;
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
  top: -2px;
  left: 39px;
}

.imagqwed-copy, .imagqwed-copy-copy, .imagqwed-copy-copy-copy {
  max-width: 400px;
}

.div-block-823422423-copy {
  text-align: right;
  align-self: flex-end;
}

.div-img-copy {
  text-align: right;
  text-align: right;
  background-color: #0000;
  border-radius: 13px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.paragrph-left-demo-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  max-width: 450px;
  margin: 24px 0% 24px 13%;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}

.demo-form-desktop-wrapper-copy {
  order: -1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-2-c23opy-copy {
  background-color: var(--black);
  direction: rtl;
  border-radius: 20px;
  max-width: none;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-weight: 500;
}

.paragrph-left-demo-copy-copy {
  direction: rtl;
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  max-width: 450px;
  margin: 24px 0% 24px 13%;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}

.main-grid-7-m-2-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 6.4rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tabs-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-copy.hide {
  display: none;
}

.pricing-plan-card-copy {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 89px 48px 17px;
  display: block;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.tabs-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-copy-copy.hide {
  display: none;
}

.bold-text-112312378 {
  color: #67d9a5;
}

.bold-text-112312379 {
  -webkit-text-stroke-color: #67d9a5;
}

.bold-text-112312380 {
  color: #67d9a5;
}

.bold-text-112312381 {
  color: #6adaa7;
}

.bold-text-112312382 {
  color: #7edfb2;
}

.page-wrapper-pricing-he {
  background-color: #0000;
  position: relative;
  overflow: visible;
}

.pricing-feature-3 {
  direction: ltr;
  color: #30364d;
  text-align: right;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature-icon-3 {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-feature-icon-3.hide {
  display: none;
}

.bold-text-112312383 {
  color: #6adaa7;
}

.bold-text-112312384 {
  color: #67d9a5;
}

.button-2-copy-copy {
  background-color: var(--black);
  direction: rtl;
  text-align: center;
  border-radius: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 11px 22px 10px;
  font-family: Heebo, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.text-block-16-copy {
  direction: rtl;
  color: #303030;
  margin-right: 60px;
  font-family: Heebo, sans-serif;
}

.footer-link-container-copy {
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 6px;
  display: inline-block;
}

.menu-icon-4 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footerblock {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 25px 40px 25px 0;
  display: block;
}

.image-123423423423531 {
  max-width: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.nav-buttons-mobile-3 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.html-embed-3 {
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  width: auto;
  max-width: none;
  margin-left: 0;
}

.div-block-823422425 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.page-h1-text {
  direction: rtl;
  color: #000;
  text-align: left;
  padding-right: 40px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1em;
}

.blog-lin-footer {
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 6px;
  display: inline;
}

.wrapper-2341 {
  z-index: 2;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.dropdown-2, .industries {
  text-align: left;
  order: 1;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-823422426 {
  direction: ltr;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card-18 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-18.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-18.style-7.landing-form {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: 550px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 10px 40px;
  position: static;
  top: 10px;
}

.text-block-24269 {
  direction: rtl;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.image-123423423423559 {
  max-width: 350px;
  margin-bottom: 20px;
}

.integrations {
  display: block;
}

.container-125 {
  display: flex;
}

.columns-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 140px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.link-block-39 {
  order: 1;
  align-self: center;
  text-decoration: none;
}

.column-46 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-block-24270 {
  color: #000;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.partners-link {
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 6px;
  display: inline-block;
}

.button-2359 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2359:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-2359.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2359.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-2359.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.html-embed-mobile {
  text-align: center;
  max-width: 650px;
  display: none;
}

.sales-2 {
  display: block;
}

.nav-dropdown-link-v2-3 {
  direction: ltr;
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-dropdown-link-v2-3:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-3.w--current {
  color: #30364d;
  font-weight: 700;
}

.column-47 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-ipad {
  text-align: center;
  max-width: 650px;
  display: none;
}

.footer-link-4 {
  color: #333;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 0%;
  min-width: 0%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Assistant, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: inline;
}

.footer-link-4:hover {
  text-decoration: none;
}

.footer-link-4.w--current {
  color: #333;
}

.html-embed-mobile-landscape {
  text-align: center;
  max-width: 650px;
  display: none;
}

.div-block-823422427 {
  order: 0;
}

.text-block-24240-copy-2 {
  direction: ltr;
  color: #000;
  text-align: right;
  text-transform: none;
  white-space: nowrap;
  object-position: 50% 50%;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  overflow: visible;
}

.nonprofit {
  direction: ltr;
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nonprofit:hover {
  background-color: #f8f8ff;
}

.nonprofit.w--current {
  color: #30364d;
  font-weight: 700;
}

.text-block-24293 {
  direction: ltr;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-2 {
  filter: saturate(0%);
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  display: flex;
}

.footer-link-container {
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 6px;
  display: inline-block;
}

.columns-9 {
  max-width: 110px;
  margin-bottom: 30px;
  display: flex;
}

.link-block-40 {
  direction: ltr;
  margin-left: 0;
  margin-right: 10px;
}

.icon-3 {
  order: 0;
  margin-right: 20px;
  padding-right: 0;
  position: absolute;
}

.industries-text-box {
  direction: ltr;
  order: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-123423423423560 {
  max-width: 50px;
  padding-top: 1px;
}

.column-44 {
  padding-left: 0;
  display: block;
}

.customer {
  display: block;
}

.bold-text-112312385 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-3122342344270 {
  background-color: #f4f5fb;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.column-27-copy {
  background-color: #0000;
  border: 0 solid #44086d;
  border-radius: 44px;
  flex: 1;
  order: 1;
  align-self: flex-start;
  padding: 0;
  display: flex;
  position: static;
  top: -200px;
}

.try-for-free-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free-4:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.image-123423423423561 {
  align-self: center;
  height: 250px;
  display: none;
}

.link-block-contact-us {
  order: 1;
  align-self: center;
  text-decoration: none;
  display: none;
}

.link-block-49 {
  color: #798099;
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-toggle-2 {
  direction: ltr;
  color: #231f20;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-toggle-2:hover {
  color: #516ab8;
  font-family: Assistant, sans-serif;
}

.div-block-823422428 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.footer-v1-bottom-237 {
  color: #798099;
  text-align: left;
  border-top: 1px #e6e8f0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: static;
}

.nav-buttons-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  direction: rtl;
  text-align: center;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.tryfreebutton {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 20px;
  width: 120px;
  min-width: 0;
  height: 40px;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 8px 20px;
  font-family: Assistant, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: block;
}

.tryfreebutton:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 99px;
  box-shadow: 2px 3px #000;
}

.div-block-823422429 {
  direction: ltr;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: 0;
  display: flex;
}

.non-profits {
  display: block;
}

.footer-title {
  color: #222;
  text-align: left;
  border-bottom: 0 solid #666;
  margin-bottom: 10px;
  margin-right: 22px;
  padding-bottom: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.solutionsforindustries {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  font-size: 13px;
  font-weight: 700;
}

.automations {
  display: block;
}

.logo-icon-3 {
  flex: 0 auto;
  order: 0;
  width: auto;
  max-width: 100%;
  height: 30px;
  margin-right: 20px;
}

.real-estate-industry {
  display: block;
}

.columns-17 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.page-h1-copy {
  text-align: right;
  align-self: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  font-family: Assistant, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.brand-3 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-3.w--current {
  padding-right: 0;
}

.footer-link-4-copy {
  color: #333;
  text-align: left;
  width: 0%;
  min-width: 0%;
  max-width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Assistant, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: inline;
}

.footer-link-4-copy:hover {
  text-decoration: none;
}

.footer-link-4-copy.w--current {
  color: #333;
}

.section-3122342344274 {
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 10%;
}

.image-123423423423559-copy {
  max-width: 500px;
  margin-bottom: 20px;
}

.login-div {
  direction: ltr;
  text-align: justify;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.columns-18 {
  margin-top: 20px;
  margin-bottom: 29px;
  display: flex;
}

.footerblock-copy-2 {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 25px 40px 25px 0;
  display: block;
}

.page-wrapper-3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-123423423423562 {
  text-align: left;
  width: 300px;
  min-width: 200px;
  min-height: 0;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -9px;
}

.productsmenu {
  text-align: left;
  order: 1;
  margin-left: 8px;
  margin-right: 8px;
}

.nav-bar-ticket-form {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-123423423423558 {
  max-width: 50px;
  margin-right: 20px;
}

.footergrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  text-align: left;
  grid-template: ". . Area . . Area-2"
  / .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: .5fr;
  place-content: start;
  place-items: start;
  max-width: 1080px;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

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

.bold-text-1122332360 {
  color: #000;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-823422430 {
  align-items: center;
  display: none;
}

.wrapper-navbar {
  z-index: 2;
  direction: rtl;
  text-align: right;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-navbar.nav-bar-wrapper2 {
  background-color: #0000;
  flex-direction: column-reverse;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0 2%;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-823422431 {
  display: none;
}

.products {
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  font-size: 13px;
  font-weight: 700;
}

.footer-cta-4 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 15% 0;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.paragraph-123143 {
  margin-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
}

.text-block-24294 {
  display: block;
}

.column-32 {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #fff0;
  border-radius: 22px;
  flex: 1;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  padding: 0;
}

.dropdown-list-3 {
  background-color: #0000;
  border: 1px solid #eee;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding: 8px 12px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 40px);
  box-shadow: 1px 1px 7px #f4f6f6;
}

.dropdown-list-3.w--open {
  direction: ltr;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: wrap;
  align-items: stretch;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.pricing-div {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: block;
}

.nav-right-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-123423423423563 {
  max-width: 50px;
}

.menu-icon-5 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-123423423423564 {
  max-width: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.nav-buttons-mobile-4 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.html-embed-4 {
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  width: auto;
  max-width: none;
  margin-left: 0;
}

.div-block-823422432 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrapper-2342 {
  z-index: 2;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-823422433 {
  direction: ltr;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card-19 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-19.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-19.style-7.landing-form {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: 550px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 10px 40px;
  position: static;
  top: 10px;
}

.text-block-24295 {
  direction: rtl;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.image-123423423423565 {
  direction: rtl;
  text-align: right;
  max-width: 350px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
}

.container-126 {
  display: flex;
}

.columns-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.link-block-51 {
  order: 1;
  align-self: center;
  text-decoration: none;
}

.column-49 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-block-24296 {
  color: #000;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.button-2360 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2360:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-2360.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2360.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-2360.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.column-50 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.div-block-823422434 {
  order: 0;
}

.text-block-24297 {
  direction: ltr;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-3 {
  filter: saturate(0%);
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  display: flex;
}

.columns-20 {
  max-width: 110px;
  margin-bottom: 30px;
  display: flex;
}

.link-block-52 {
  direction: ltr;
  margin-left: 0;
  margin-right: 10px;
}

.image-123423423423566 {
  max-width: 50px;
  padding-top: 1px;
}

.bold-text-1122332371 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-3122342344275 {
  background-color: #f4f5fb;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.try-for-free-5 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free-5:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.image-123423423423567 {
  align-self: center;
  height: 250px;
  display: none;
}

.link-block-53 {
  color: #798099;
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-toggle-3 {
  direction: ltr;
  color: #231f20;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-toggle-3:hover {
  color: #516ab8;
  font-family: Assistant, sans-serif;
}

.div-block-823422435 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.footer-v1-bottom-238 {
  color: #798099;
  text-align: left;
  border-top: 1px #e6e8f0;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 28px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: static;
}

.div-block-823422436 {
  direction: ltr;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: 0;
  display: flex;
}

.columns-21 {
  direction: ltr;
  text-align: right;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.brand-4 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-4.w--current {
  padding-right: 0;
}

.section-3122342344276 {
  text-align: right;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 10%;
}

.columns-22 {
  margin-top: 20px;
  margin-bottom: 29px;
  display: flex;
}

.footerblock-copy-3 {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 25px 40px 25px 0;
  display: block;
}

.image-123423423423568 {
  text-align: left;
  width: 300px;
  min-width: 200px;
  min-height: 0;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -9px;
}

.image-123423423423569 {
  max-width: 50px;
  margin-bottom: 10px;
  margin-right: -2px;
  padding-left: 10px;
}

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

.bold-text-1122332373 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-823422437 {
  align-items: center;
  display: none;
}

.heared-mobile-cs {
  display: none;
}

.footer-cta-5 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 15% 0;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.paragraph-123144 {
  direction: rtl;
  text-align: right;
  text-transform: none;
  margin-left: 10px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
}

.text-block-24298 {
  display: block;
}

.column-51 {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #fff0;
  border-radius: 22px;
  flex: 1;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  padding: 0;
}

.image-123423423423570 {
  max-width: 50px;
}

.menu-icon-6 {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.image-123423423423571 {
  max-width: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.nav-buttons-mobile-5 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.html-embed-5 {
  text-align: left;
  background-color: #fff;
  border-radius: 14px;
  width: auto;
  max-width: none;
  margin-left: 0;
}

.div-block-823422439 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrapper-2343 {
  z-index: 2;
  direction: rtl;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-823422440 {
  direction: ltr;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.card-20 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 26px;
  overflow: hidden;
  box-shadow: 0 4px 22px #080f3408;
}

.card-20.style-7 {
  justify-content: space-between;
  padding: 53px 40px;
  display: flex;
}

.card-20.style-7.landing-form {
  box-shadow: none;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: 550px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 10px 40px;
  position: static;
  top: 10px;
}

.text-block-24299 {
  direction: rtl;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.image-123423423423572 {
  max-width: 350px;
  margin-bottom: 20px;
}

.container-127 {
  display: flex;
}

.columns-23 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 140px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.link-block-55 {
  order: 1;
  align-self: center;
  text-decoration: none;
}

.column-53 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-block-24300 {
  color: #000;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.button-2361 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(#8a39f3, #8a39f3);
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-2361:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-2361.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2361.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-2361.small.ghost-bg:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.column-54 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.div-block-823422441 {
  order: 0;
}

.text-block-24301 {
  direction: ltr;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.columns-24 {
  max-width: 110px;
  margin-bottom: 30px;
  display: flex;
}

.link-block-56 {
  direction: ltr;
  margin-left: 0;
  margin-right: 10px;
}

.image-123423423423573 {
  max-width: 50px;
  padding-top: 1px;
}

.column-55 {
  padding-left: 0;
  display: block;
}

.bold-text-1122332374 {
  color: #383b51;
  text-transform: capitalize;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-3122342344277 {
  background-color: #f4f5fb;
  border-radius: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.try-for-free-6 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1.8px solid #000;
  border-radius: 4px;
  width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 18px;
  font-family: Assistant, sans-serif;
  font-size: .93375rem;
  font-weight: 600;
  line-height: 1em;
  transition: box-shadow .3s, background-color .3s;
  box-shadow: 2px 2px #000;
}

.try-for-free-6:hover {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1em;
  box-shadow: 2px 3px #0000;
}

.image-123423423423574 {
  align-self: center;
  height: 250px;
  display: none;
}

.link-block-57 {
  color: #798099;
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-toggle-4 {
  direction: ltr;
  color: #231f20;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-toggle-4:hover {
  color: #516ab8;
  font-family: Assistant, sans-serif;
}

.div-block-823422442 {
  background-image: url('../images/Screen-Shot-2020-02-27-at-14.12.15.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dadada;
  border-radius: 40px;
  width: 50px;
  max-width: none;
  height: 50px;
  margin-left: 16px;
}

.div-block-823422443 {
  direction: ltr;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-right: 0;
  display: flex;
}

.columns-25 {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.brand-5 {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-5.w--current {
  padding-right: 0;
}

.section-3122342344278 {
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 10%;
}

.columns-26 {
  margin-top: 20px;
  margin-bottom: 29px;
  display: flex;
}

.footerblock-copy-4 {
  direction: ltr;
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin: 25px 40px 25px 0;
  display: block;
}

.image-123423423423575 {
  text-align: left;
  width: 300px;
  min-width: 200px;
  min-height: 0;
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: -9px;
}

.image-123423423423576 {
  max-width: 50px;
  margin-right: 20px;
}

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

.bold-text-1122332376 {
  color: #000;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-823422444 {
  align-items: center;
  display: none;
}

.div-block-823422445 {
  display: none;
}

.footer-cta-6 {
  float: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -15px 15% 0;
  padding: 30px 100px;
  font-family: Assistant, sans-serif;
  display: block;
  position: static;
  transform: translate(0, -86px);
  box-shadow: 4px 4px 0 -1px #000;
}

.paragraph-123145 {
  margin-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
}

.text-block-24302 {
  display: block;
}

.column-56 {
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #fff0;
  border-radius: 22px;
  flex: 1;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  padding: 0;
}

.image-123423423423577 {
  max-width: 50px;
}

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

.subscript-2 {
  font-size: 2rem;
}

.support-cubs {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.support-cubs.side-paddings {
  padding-top: 49px;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-copy-copy {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-copy-copy.margin-bottom {
  margin-bottom: 48px;
  padding-top: 40px;
}

.intro-copy-copy.no-margin-bottom {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 0;
}

.intro-copy-copy.left {
  direction: rtl;
  text-align: right;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 57px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-copy-copy.margin-bottom {
  direction: ltr;
  text-align: left;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.intro-copy-copy.wide {
  max-width: 800px;
}

.intro-copy-copy.left-copy {
  direction: rtl;
  text-align: right;
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 78px;
  padding-left: 0;
  padding-right: 0;
}

.intro-copy-copy.left-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 44px 19px 0;
}

.intro-copy-copy.margin-bottom {
  margin-bottom: 80px;
}

.intro-copy-copy.left-copy-copy-copy {
  direction: rtl;
  text-align: right;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 38px 79px 19px 0;
}

.intro-copy-copy.margin-bottom-copy {
  margin-bottom: 6px;
  padding-top: 0;
}

.link-block-59, .link-block-60 {
  order: 1;
  align-self: center;
  text-decoration: none;
}

.tryforfreebutton {
  background-color: var(--black);
  direction: rtl;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border: 1px solid #000;
  border-radius: 20px;
  width: 125px;
  height: 40px;
  padding: 8px 20px;
  font-family: Heebo, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .3s, box-shadow .3s;
}

.tryforfreebutton:hover {
  background-color: var(--white);
  box-shadow: 2px 3px 0 0 var(--black);
  color: var(--black);
  border-radius: 99px;
}

.loginbutton {
  direction: ltr;
  color: var(--black);
  text-align: justify;
  background-color: #0000;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 20px;
  padding: 8px 0;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.become-a-partner-img {
  direction: rtl;
  text-align: right;
  background-color: #0000;
  border-radius: 13px;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: 146px;
  padding-left: 0;
}

.form-partner-desktop {
  margin-left: 0;
  margin-right: 0;
}

.html-embed-12-mobile {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  margin: -100px 0 140px;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
  position: static;
}

.hero-wrapper-3 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.h2-regular-left {
  direction: rtl;
  color: #000;
  text-align: right;
  text-transform: none;
  max-width: 100%;
  margin: 0 5% 0 18%;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  display: inline;
}

.html-become-a-partner-form {
  text-align: center;
  background-color: #fff;
  border: 2px solid #eff0f6;
  border-radius: 16px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  margin: 0 0 60px;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
  position: static;
}

.bold-text-1122332433 {
  max-width: 800px;
  margin-right: 0;
  font-family: Heebo, sans-serif;
  font-weight: 400;
}

.paragrph-left {
  direction: rtl;
  color: #000;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin: 24px 20px 24px 0%;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  position: relative;
}

.hero-split-3-b-a-p {
  text-align: right;
  flex-flow: column;
  place-content: center flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.bold-text-1122332434 {
  width: 0;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Heebo, sans-serif;
}

.press-headline-copy {
  direction: rtl;
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}

.paragraph-large {
  text-align: right;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.contact-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 86px;
}

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

.paragraph-regular {
  font-family: Heebo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-secondary {
  background-color: var(--dark-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-card {
  outline-offset: 0px;
  border-radius: 24px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  align-items: flex-end;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.contact-card:hover {
  outline-offset: 0px;
  background-color: #e9eced;
  outline: 1px solid #e9eced;
}

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

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.icon-medium {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.heading-wrapper-large {
  text-align: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-large {
  padding: 0 5%;
  position: relative;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.contact-text {
  text-align: right;
  font-weight: 500;
  line-height: 24px;
}

.button-secondey {
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: -.02em;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-800 {
  color: #323c3e;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.contact-icon-wrap {
  color: #323c3e;
  background-image: url('../images/support.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-24303 {
  font-family: Heebo, sans-serif;
  font-size: 16px;
}

.contact-heading-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 86px;
}

.section-dashboard-copy {
  background-color: var(--dark-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-column-blog, .footer-column-business-s {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.licence-item-copy-copy {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  min-width: auto;
  max-width: 700px;
  margin: 20px 10px;
  padding: 32px 40px 56px;
  display: none;
  box-shadow: 0 15px 30px #30364d1a;
}

.div-block-29-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.asasa-copy {
  flex-direction: column;
  justify-content: space-between;
  min-width: auto;
  display: none;
}

.div-blsafdy-copy-2-copy {
  background-color: #f7f7f7;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  min-width: 500px;
  margin-top: 50px;
  margin-bottom: 86px;
  padding: 10px 35px 15px 46px;
  display: none;
}

.button-copy-copy-copy {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-image: none;
  border: 1px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-copy-copy-copy:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button-copy-copy-copy.ghost {
  color: #9165f7;
  background-color: #0000;
  background-image: none;
  border: 1px solid #9165f7;
}

.button-copy-copy-copy.ghost:hover {
  box-shadow: none;
}

.button-copy-copy-copy.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button-copy-copy-copy.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy-copy.small.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.small.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy-copy.small.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy-copy.small.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy-copy.white {
  box-shadow: none;
  color: #fff;
  background-color: #8a39f3;
  background-image: none;
}

.button-copy-copy-copy.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button-copy-copy-copy.small-copy {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy-copy.small-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.small-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy-copy.small-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy-copy.small-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy-copy.small-copy-copy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 40px;
  padding: 8px 20px 8px 0;
  font-size: 17px;
  line-height: 20px;
  display: flex;
}

.button-copy-copy-copy.small-copy-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.small-copy-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy-copy.small-copy-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy-copy.small-copy-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy-copy.small-copy-copy.white-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy-copy.small-copy-copy.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy-copy.small-copy-copy.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy-copy.small-copy-copy.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy-copy.sasdasdqweqwe {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-copy-copy-copy.sasdasdqweqwe.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.sasdasdqweqwe.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy-copy.sasdasdqweqwe.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy-copy.sasdasdqweqwe.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy-copy.sasdasdqweqwe.white-copy {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.sasdasdqweqwe.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy-copy.sasdasdqweqwe.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy-copy.sasdasdqweqwe.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy-copy.small-copy-copy-copy {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  height: 40px;
  padding: 8px 20px 8px 0;
  font-size: 17px;
  line-height: 20px;
  display: none;
}

.button-copy-copy-copy.small-copy-copy-copy.white {
  color: #fff;
  text-transform: capitalize;
  background-color: #8a39f4;
  border-radius: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.button-copy-copy-copy.small-copy-copy-copy.ghost-bg {
  color: #fff;
  border-style: none;
  border-color: #0000;
  border-radius: 20px;
}

.button-copy-copy-copy.small-copy-copy-copy.white {
  color: #fff;
  background-color: #8a39f4;
}

.button-copy-copy-copy.small-copy-copy-copy.ghost-bg {
  color: #344653;
  border-color: #344553;
}

.button-copy-copy-copy.small-copy-copy-copy.white-copy {
  background-color: var(--black);
  color: #fff;
  text-transform: capitalize;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.button-copy-copy-copy.small-copy-copy-copy.white-copy:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.button-copy-copy-copy.small-copy-copy-copy.asdasdadqw123123 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3d78f8;
  background-image: none;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.button-copy-copy-copy.small-copy-copy-copy.asdasdadqw123123:hover {
  box-shadow: 0 6px 12px -2px #3d79f885;
}

.heading-121-copy {
  color: #324a7a;
  font-family: Heebo, sans-serif;
  font-size: 32px;
}

.contact-icon-wrap-copy {
  color: #323c3e;
  background-image: url('../images/address.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.contact-icon-wrap-2 {
  color: #323c3e;
  background-image: url('../images/email.png'), url('../images/address.png');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.text-block-24304 {
  font-family: Heebo, sans-serif;
}

.pricing-v1-billing-copy {
  direction: rtl;
  color: #414141;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 28px;
  font-family: Heebo, sans-serif;
  font-size: 15px;
}

.pricing-v1-billing-copy.unlimited {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}

.section_insurence-hero {
  padding-top: 150px;
  padding-bottom: 150px;
}

._1516-container {
  width: 90%;
  max-width: 1516px;
  margin-left: auto;
  margin-right: auto;
}

.insirence-h1 {
  direction: rtl;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Heebo, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.insirence-h1-p {
  direction: rtl;
  color: #000;
  text-align: center;
  max-width: 1082px;
  margin-bottom: 91px;
  margin-left: auto;
  margin-right: auto;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.insurence-hero-image {
  width: 1676px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section_insurence-logos {
  padding-top: 46px;
  padding-bottom: 69px;
  box-shadow: 0 4px 40px #3a78f21a;
}

.insurence-h2 {
  direction: rtl;
  color: #000;
  text-align: center;
  margin-bottom: 114px;
  font-family: Heebo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

.insirence-logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.insurence-logo {
  height: 150px;
}

.insirence-logos-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_insirence-main {
  padding-top: 187px;
}

.insirence-main-wrapper {
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  margin-bottom: 54px;
  padding-left: 2.4%;
  padding-right: 8%;
  display: flex;
}

.insirence-main-wrapper.blue {
  background-image: linear-gradient(#f3f7ff, #eaf1fe);
  border-radius: 30px;
  padding-right: 6%;
}

.insirence-main-wrapper.purple {
  background-image: linear-gradient(#f2f4ff, #edecff);
}

.insirence-main-wrapper.green {
  background-image: linear-gradient(#dbf5fa, #c7faf3);
}

.insirence-main-text-wrapper {
  width: 533px;
  max-width: 50%;
}

.insurence-main-image {
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  height: auto;
  position: relative;
}

.insirence-main-h2 {
  direction: rtl;
  color: #000;
  margin-bottom: 8px;
  font-family: Heebo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.insirence-main-h2._360 {
  max-width: 360px;
  margin-left: auto;
}

.insirence-main-h2._460 {
  max-width: 460px;
  margin-left: auto;
}

.insirence-main-h2-p {
  direction: rtl;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.insirence-main-h2-p._390 {
  max-width: 390px;
  margin-left: auto;
}

.insirence-main-h2-p._450 {
  max-width: 450px;
  margin-left: auto;
}

.insirence-main-image-wrapper {
  position: relative;
}

.insirence-main-image-wrapper.blue {
  align-self: flex-end;
  max-width: 40%;
}

.insirence-main-image-wrapper.purple {
  width: 669px;
}

.insirence-main-image-wrapper.green {
  align-self: flex-end;
  width: 516px;
  max-width: 34%;
}

.insirence-main-image-wrapper.circle {
  width: 623px;
  max-width: 41%;
}

.insirence-main-image-wrapper.rectangle {
  background-image: linear-gradient(#f2f4ff, #edecff);
  border-radius: 30px;
  flex: none;
  width: 947px;
  max-width: 62%;
  height: auto;
  padding-top: 40%;
}

.insirence-main-image-wrapper.messeges {
  width: 856px;
  max-width: 54%;
}

.insirence-main-image-wrapper.calender {
  width: 896px;
  max-width: 60%;
}

.insirence-main-image-wrapper.circle2 {
  width: 571px;
  max-width: 40%;
}

.insirence-main-image-wrapper.comp {
  width: 823px;
  max-width: 55%;
}

.insirence-main-image-wrapper.graphs {
  width: 636px;
  max-width: 42%;
}

.insirence-main-image-wrapper.mobile-visual {
  justify-content: center;
  align-items: center;
  width: 731px;
  max-width: 48%;
  display: flex;
}

.insirence-small-image {
  z-index: 1;
  max-width: 60%;
  position: absolute;
  inset: 20% -23% auto auto;
}

.insiuence-small-image-2 {
  width: 85%;
  height: auto;
  position: absolute;
  inset: auto -62% 0% auto;
}

.insirence-secondery-wrapper {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.insirence-secondery-wrapper.blue {
  background-image: linear-gradient(#f3f7ff, #eaf1fe);
  border-radius: 30px;
}

.insirence-secondery-wrapper.purple {
  background-image: linear-gradient(#f2f4ff, #edecff);
}

.insirence-secondery-wrapper.green {
  background-image: linear-gradient(#dbf5fa, #c7faf3);
}

.insirence-secondery-text-wrapper {
  width: 533px;
  max-width: 45%;
}

.insirence-secondery-text-wrapper.out-of-container {
  margin-left: -6%;
}

.insirence-secondery-text-wrapper.dont-shrink {
  flex: none;
  margin-left: -2%;
}

.insiuence-absolute-image {
  width: 85%;
  height: auto;
  position: absolute;
  inset: auto -62% 0% auto;
}

.insiuence-absolute-image._1 {
  z-index: 1;
  width: 9%;
  inset: 20% auto auto 20%;
}

.insiuence-absolute-image._3 {
  z-index: 1;
  width: 9%;
  inset: auto 2% 20% auto;
}

.insiuence-absolute-image.rectangle-1 {
  z-index: 1;
  width: 55%;
  inset: 0% 0% auto auto;
}

.insiuence-absolute-image.rectangle-2 {
  z-index: 2;
  width: 67%;
  inset: auto auto 0% 0%;
}

.insiuence-absolute-image.rectangle-3 {
  z-index: 1;
  width: 34%;
  inset: -30% auto auto 14%;
}

.insiuence-absolute-image.messeges-1 {
  z-index: 1;
  width: 55%;
  inset: 11% -1% auto auto;
}

.insiuence-absolute-image.messeges-2 {
  z-index: 1;
  width: 41%;
  inset: 35% -2% auto auto;
}

.insiuence-absolute-image.messeges-3 {
  z-index: 1;
  width: 48%;
  inset: 60% -4% auto auto;
}

.insiuence-absolute-image.calender-1 {
  z-index: 1;
  width: 330px;
  max-width: 38%;
  inset: auto auto 5% -5%;
}

.insiuence-absolute-image.circle2-1 {
  z-index: 1;
  width: 20%;
  inset: 1% auto auto 11%;
}

.insiuence-absolute-image.circle2-2 {
  z-index: 1;
  width: 20%;
  inset: 8% 14% auto auto;
}

.insiuence-absolute-image.circle2-3 {
  z-index: 1;
  width: 20%;
  inset: auto auto 14% 10%;
}

.insiuence-absolute-image.circle2-4 {
  z-index: 1;
  width: 20%;
  inset: auto 10% 2% auto;
}

.insiuence-absolute-image.comp-1 {
  z-index: 1;
  width: 50%;
  inset: 10% auto auto 5%;
}

.insiuence-absolute-image.comp-2 {
  z-index: 1;
  width: 52%;
  inset: auto auto 3% -5%;
}

.insiuence-absolute-image.graphs-1 {
  z-index: 1;
  width: 48%;
  inset: auto -26% -31% auto;
}

.insiuence-absolute-image.graphs-2 {
  z-index: 1;
  width: 30%;
  inset: auto 20% -41% auto;
}

.insiuence-absolute-image.mobile-visual {
  z-index: 1;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0%;
}

.insiuence-small-image-1 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.section_support {
  padding-top: 125px;
  padding-bottom: 250px;
}

._1475-container {
  width: 90%;
  max-width: 1575px;
  margin-left: auto;
  margin-right: auto;
}

.support-links-flex-wrpaper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.support-links-wrpaper {
  border-radius: 17px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 403px;
  max-width: 31.5%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 25.99px 8.66px #9296971a;
}

.support-links-image {
  display: block;
}

.support-links-image.img-1 {
  width: 143px;
}

.support-links-image.img-2 {
  width: 149px;
}

.support-links-image.img-3 {
  width: 140px;
}

.support-links-image.img-6 {
  width: 167px;
}

.support-links-image.img-5 {
  width: 168px;
}

.support-links-image.img-4 {
  width: 176px;
}

.support-links-text {
  direction: rtl;
  color: #231f20;
  margin-top: 20px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  display: block;
}

.support-linked-h2 {
  direction: rtl;
  color: #0a0b09;
  text-align: center;
  margin-top: 108px;
  margin-bottom: 107px;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 152%;
}

.support-h2-snap {
  color: #0a0b09;
}

.support-linked-h2-subtext {
  direction: rtl;
  color: #0a0b09;
  text-align: center;
  margin-bottom: 8px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.support-linked-h2-subtext-data {
  direction: rtl;
  text-align: center;
  margin-bottom: 92px;
  font-family: Heebo, sans-serif;
  font-size: 26px;
  line-height: 100%;
}

.support-table-main-wrapper {
  border-radius: 23px;
  max-width: 1224px;
  margin-bottom: 197px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4.63px 46.31px #3a78f21a;
}

.support-table-inner-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.support-table-box-wrapper-1 {
  direction: rtl;
  color: #000;
  text-align: center;
  width: 40%;
  padding: 27px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 200%;
}

.support-table-box-wrapper-2 {
  color: #000;
  text-align: center;
  width: 20%;
  padding: 27px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.support-table-box-wrapper-embed {
  background-color: #01ecb1;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 10.43px #0003;
}

.support-table-divider {
  background-color: #e1e9ff;
  width: 100%;
  height: 2px;
}

.support-data-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.support-data-image {
  border-radius: 10px;
  width: 608px;
  max-width: 48%;
}

.support-data-text-wrapper {
  max-width: 48%;
}

.support-data-h2 {
  color: #0a0b09;
  text-align: right;
  margin-bottom: 34px;
  font-family: Heebo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.support-data-gradient-box {
  background-image: linear-gradient(#f2f4ff, #eeedff);
  border-radius: 20px;
  margin-bottom: 21px;
  padding: 24px 30px;
}

.support-data-gradient-top-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  direction: rtl;
  color: #3a78f2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-family: Heebo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.support-data-gradient-top-img {
  width: 28px;
  height: auto;
}

.support-data-gradient-bottom-text {
  direction: rtl;
  color: #000;
  text-align: right;
  max-width: 500px;
  font-family: Heebo, sans-serif;
  font-size: 24px;
  line-height: 130%;
}

.support-table-box-wrapper-v-icon {
  width: 20px;
  height: auto;
}

.support-table-box-wrapper-3 {
  color: #000;
  text-align: center;
  width: 20%;
  padding: 27px;
  font-family: Heebo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.support-table-slider, .hide, .page-styles {
  display: none;
}

.text-block-24305, .text-block-24306, .text-block-24307, .text-block-24308, .text-block-24309, .text-block-24310, .text-block-24311, .text-block-24312 {
  font-size: 26px;
}

.text-block-24313, .text-block-24314, .text-block-24315 {
  direction: rtl;
  font-size: 24px;
}

.text-block-24308-copy {
  color: #000;
  font-size: 18px;
  line-height: 100%;
}

.logo-pic-copy {
  max-width: 100px;
  height: auto;
  padding-top: 8px;
}

.column-1-copy {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.heading-12123231-copy {
  direction: rtl;
  color: var(--black);
  text-align: center;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.paragraph-123133-copy {
  direction: ltr;
  color: var(--black);
  text-align: center;
  font-family: Assistant, sans-serif;
  font-size: 12px;
  display: none;
}

.paragraph-123131-copy.margin-bottom-40px {
  direction: rtl;
  color: var(--black);
  text-align: right;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-123131-copy.margin-bottom-default {
  margin-bottom: 48px;
}

.heading-12123242, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  font-family: Heebo, sans-serif;
}

.bold-text-1122332435, .bold-text-1122332436, .bold-text-1122332437 {
  font-weight: 400;
}

.host-text-copy-copy {
  direction: rtl;
  color: var(--black);
  text-align: right;
  direction: rtl;
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 10px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.container-128 {
  max-width: 160px;
  margin-right: 0;
  overflow: clip;
}

.text-block-24316 {
  font-family: Heebo, sans-serif;
}

.text-block-24317 {
  color: #e7e7e7;
  font-family: Heebo, sans-serif;
  line-height: 24px;
}

.pricing-v1-billing-copy {
  direction: rtl;
  color: #414141;
  text-align: center;
  text-transform: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-v1-billing-copy.unlimited {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  ul {
    font-family: Heebo, sans-serif;
    list-style-type: disc;
  }

  .footer-v1-bottom {
    margin-top: 0;
  }

  .nav-menu {
    padding-right: 15px;
  }

  .button.small.white {
    background-color: var(--black);
  }

  .scroll-mouse {
    background-color: #fa6d6d;
    border: 3px solid #000;
    border-radius: 50px;
    width: 30px;
    height: 50px;
  }

  .main-grid {
    background-color: #f9f8f800;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.footer-section {
    background-color: #5e0090;
  }

  .section.footer-section.ghdgdhgdfgdfgdgfd {
    background-color: var(--black);
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

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

  .intro.no-margin-bottom {
    max-width: none;
    margin-right: 40px;
    position: static;
  }

  .intro.margin-bottom {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    display: block;
  }

  .nav-dropdown-link-v2.w--current {
    font-weight: 400;
  }

  .components {
    clear: both;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .title.gradient-copy {
    background-color: #0268fd;
  }

  .text-big.text-grey {
    font-size: 18px;
    line-height: 27px;
  }

  .heading {
    direction: ltr;
    text-align: left;
    text-decoration: none;
  }

  .heading-2 {
    font-weight: 500;
  }

  .cta-card-info {
    background-image: none;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .button-2 {
    font-size: 17px;
  }

  .section-18, .section-19 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-3 {
    align-items: center;
    padding-left: 10px;
  }

  .section-66 {
    display: none;
  }

  .text-grey-101 {
    width: auto;
    padding-left: 0%;
  }

  .tab-link.w--current {
    color: var(--black);
  }

  .tabs-menu-v2.dark-bg {
    background-color: #0000000d;
  }

  .tab-link-v2.white {
    color: #9b9b9b;
    font-family: Heebo, sans-serif;
  }

  .tab-link-v2.white.w--current {
    background-color: var(--black);
    color: #fff;
    font-family: Heebo, sans-serif;
  }

  .pricing-v1-billing {
    margin-top: 10px;
    padding-top: 0;
  }

  .feature-image-small-2 {
    max-width: 60%;
  }

  .image-39-copy {
    max-width: 600px;
  }

  .bold-text-9-copy {
    font-size: 45px;
    line-height: 65px;
  }

  .intro-copy-copy.left {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-38-copy {
    line-height: 55px;
  }

  .button-copy-copy.small-copy-copy.white-copy, .button-copy-copy.small-copy-copy-copy.white-copy {
    background-color: var(--black);
    flex: 0 auto;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy {
    order: -1;
    justify-content: flex-start;
  }

  .div-block-31 {
    display: block;
  }

  .text-block-16 {
    direction: rtl;
    text-align: left;
  }

  .div-block-36, .div-block-38 {
    display: none;
  }

  .h2-copy-copy {
    font-size: 40px;
    line-height: 60px;
  }

  .button-2-copy {
    background-color: var(--black);
  }

  .div-block-44 {
    width: 160px;
    height: 160px;
  }

  .grid-3234 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .button-copy.small.white-copy {
    background-color: var(--black);
    font-size: 17px;
  }

  .button-copy.small.asdasdasdas, .button-copy.small.asdasdasdasd {
    background-color: var(--black);
  }

  .button-copy.small.asdasdasdasd:hover {
    box-shadow: 0 6px 12px -2px #3d78f885;
  }

  .button-copy.small.asdasdqw, .button-copy.small.asdasdw, .button-copy.small.asdasdasdw, .button-copy.small.asdasdasdqwe, .button-copy.small.asdasdasdwe, .button-copy.small.qwesrr {
    background-color: var(--black);
  }

  .t3p3h2 {
    font-size: 50px;
    font-weight: 500;
  }

  .t3p3p6 {
    max-width: 400px;
  }

  .t3p3s8 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .t2p1s1 {
    background-color: #fff;
  }

  .p3p3p234 {
    padding-bottom: 51px;
  }

  .t3p1p212345 {
    max-width: 550px;
  }

  .t3p3p34 {
    max-width: 450px;
  }

  .hgrwehjgriyweg3467 {
    max-width: 600px;
  }

  ._123123123 {
    padding-top: 50px;
  }

  .aksndwqnl24 {
    margin-right: 29px;
  }

  .asdqwehorho {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-big-copy-copy-copy.lajsdnasdbnlqwnelkqwne {
    font-size: 24px;
  }

  .h2-copy {
    font-size: 50px;
  }

  .pricing-v1 {
    font-size: 35px;
  }

  .asdasdqwd {
    max-width: 120%;
  }

  .asdfasdfsdaf-copy-copy {
    padding-bottom: 62px;
  }

  .asodhisaodjwe {
    flex-direction: row;
  }

  .grid-32234234236 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: stretch center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .licence-item-copy {
    max-width: 500px;
  }

  .div-block-30-copy {
    min-width: 350px;
  }

  .div-block-59-copy {
    background-image: none;
    background-size: auto;
    max-width: 1800px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-v43 {
    padding-bottom: 22px;
  }

  .buttoasd {
    border-color: var(--black);
  }

  .bold-text174y-copy {
    color: var(--black);
  }

  .header-1-homepage {
    max-width: none;
  }

  .homepage-p {
    max-width: 900px;
    font-size: 18px;
    line-height: 27px;
  }

  .secqwer44241-copy {
    background-image: url('../images/226.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1440px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .paragraph-123124 {
    max-width: 300px;
  }

  .imagasdasdwe {
    max-width: 130%;
  }

  .hs1 {
    padding-bottom: 50px;
    display: none;
  }

  .buttoasdasdwqew {
    font-size: 18px;
  }

  .paragrasdasdasdqwe {
    font-size: 16px;
  }

  .button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
    font-size: 17px;
  }

  .button-copy-copy.small-copy.sdfsdfsdfsdfsdf:hover {
    box-shadow: 0 6px 12px -2px #3d79f885;
  }

  .button-copy-copy.small-copy-copy.white-copy-copy {
    background-color: var(--black);
  }

  .button-2-copy-copy {
    direction: rtl;
    text-align: left;
    align-self: flex-end;
  }

  .adasdasd34132 {
    font-size: 40px;
    line-height: 55px;
  }

  .div-b123123123312-copy {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-left: 60px;
    padding-right: 60px;
  }

  .asdqw213123 {
    border-radius: 2px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .nav-dropdownewqwer {
    display: block;
  }

  .asidjaidqwwqe {
    flex-direction: row;
    padding-left: 130px;
    padding-right: 49px;
  }

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

  .sdfsdfsdfwec {
    padding-left: 100px;
    padding-right: 67px;
  }

  .automations2 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-copy-copy-copy {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 60px;
  }

  .t32345 {
    max-width: 650px;
  }

  .sectasdasdqwe {
    background-color: #f5f6f6;
  }

  .dasasdwed {
    margin-top: 0;
  }

  .t2p1wer {
    max-width: 650px;
  }

  .sectasdasdwdd {
    background-color: #f5f6f6;
  }

  .automations1 {
    background-color: #f9f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .t2p1w234234432y {
    max-width: 400px;
  }

  .section-3122342344243 {
    background-color: #150b9b;
    background-image: url('../images/279.png');
    background-size: cover;
  }

  .paragraph-123125 {
    font-weight: 300;
  }

  .butasdasd123213 {
    background-color: var(--black);
  }

  .asdasdadqwddw {
    margin-bottom: 20px;
  }

  .asdasdqwxeqw {
    justify-content: flex-end;
  }

  .boasdasdqwdqwy {
    font-size: 14px;
  }

  .developers-button {
    padding: 8px 18px;
  }

  .div-block-69 {
    flex-direction: column;
    align-items: flex-end;
    min-width: 1250px;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-3122342344245 {
    justify-content: center;
    margin-bottom: 57px;
    display: flex;
  }

  .secsdfsdf-copy {
    background-image: none;
    justify-content: center;
    display: flex;
  }

  ._98723894hr {
    height: auto;
  }

  .div-block-72 {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .link-5 {
    color: #1c3d85;
  }

  .link-5:hover {
    color: #4b73c9;
  }

  .div-block-72-copy {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .asdaasdasdasdwef {
    padding-bottom: 29px;
  }

  .sdfsdfwefwfwe {
    max-width: 700px;
  }

  .butasdasasdasdpy {
    background-color: #e8eef6;
  }

  .t2p1w23423443asdy {
    max-width: 600px;
  }

  .qweqweqweqweqwe {
    flex-direction: column;
    align-items: flex-end;
    min-width: 1250px;
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .qweqweqweqweqwe-copy {
    background-image: url('../images/281.png');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    align-items: flex-end;
    min-width: 1250px;
    max-width: 1500px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .bold-text-9-copy-copy {
    font-size: 45px;
    font-weight: 400;
    line-height: 65px;
  }

  .div-block-77 {
    padding-top: 10px;
  }

  .section-3122342344246 {
    padding-top: 41px;
    display: flex;
  }

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

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

  .section-13-copy {
    display: block;
  }

  .bold-text-9-copy-copy-copy {
    font-size: 45px;
    line-height: 65px;
  }

  .pricing-v234-copy-copy {
    padding-bottom: 35px;
  }

  ._123button1123 {
    border-color: var(--black);
    padding-left: 34px;
    padding-right: 34px;
  }

  .asda123123123 {
    background-color: var(--black);
    padding-left: 34px;
    padding-right: 34px;
  }

  .secti234234324 {
    margin-bottom: 95px;
  }

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

  .image-12342342342352 {
    max-width: 150%;
  }

  .wiv-134 {
    max-width: none;
  }

  .image-12342342342357 {
    max-width: 50px;
    padding-bottom: 32px;
  }

  .div-block-79 {
    display: block;
  }

  .tabs-mobile-pic {
    max-width: 130%;
  }

  .div-blsafdy-1 {
    margin-bottom: 115px;
  }

  .div-blsafdy-copy-2, .werwefwrfger-3 {
    min-width: 350px;
    margin-bottom: 51px;
  }

  .t3p3s8-23 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bold-text-9-copy-copy-copy {
    font-size: 45px;
    font-weight: 500;
    line-height: 65px;
  }

  .bold-text-9-123123y {
    font-size: 45px;
    line-height: 65px;
  }

  .tabs-mobile-pic-copy {
    max-width: 130%;
  }

  .s2-card-2 {
    cursor: auto;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    margin: -8px;
  }

  .s2-card-2:hover {
    background-color: #fff;
  }

  .image-12342342342358 {
    max-width: 20%;
  }

  .bold-text-112312321 {
    font-size: 23px;
  }

  .paragraph-123125-copy {
    font-weight: 300;
  }

  .butasdasdy {
    background-color: var(--black);
  }

  .s2-card3 {
    cursor: auto;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    margin: -8px;
  }

  .s2-card3:hover {
    background-color: #fff;
  }

  .s2-card-4 {
    cursor: auto;
    border-bottom: 1px #f1f1f1;
    border-radius: 0;
    margin: -8px;
  }

  .s2-card-4:hover {
    background-color: #fff;
  }

  .s2-card-5 {
    cursor: auto;
    border-bottom: 1px #f1f1f1;
    border-radius: 0;
    margin: -8px;
  }

  .s2-card-5:hover {
    background-color: #fff;
  }

  .section-3122342233py {
    background-image: url('../images/279.png');
    background-size: cover;
  }

  .t1p1s3-123 {
    align-items: center;
  }

  .container-3 {
    min-width: 350px;
    margin-bottom: 51px;
  }

  .t4p5s3-2 {
    justify-content: center;
    display: flex;
  }

  .grid-v5 {
    justify-items: stretch;
    width: 1200px;
    max-width: 1200px;
  }

  .div-logo-v2 {
    width: 160px;
    height: 160px;
  }

  .t3p2s3-2 {
    max-width: 900px;
    padding-bottom: 43px;
  }

  .bold-text-app1 {
    font-size: 45px;
  }

  .image-app-1 {
    max-width: 150%;
  }

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

  .app-section-4 {
    background-color: #fff;
  }

  .grid-32234234241 {
    max-width: 1000px;
  }

  .headline-app-tabs {
    height: 56px;
  }

  .div-block-8234238 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-24239 {
    padding-bottom: 13px;
  }

  .main {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .jrejejerjkerj {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .div-block-8234241 {
    margin-left: 73px;
  }

  .image-123423423422336 {
    max-width: 450px;
    margin-right: 73px;
  }

  .image-2-3 {
    max-width: 500px;
    margin-right: 54px;
  }

  .image-123423423422337 {
    max-width: 500px;
  }

  .heading-h {
    direction: rtl;
  }

  .tm-section-6 {
    padding-top: 94px;
  }

  .image-2-123423423422337-copy {
    max-width: 550px;
    margin-left: 95px;
  }

  .tm-section-8 {
    background-image: url('../images/bckgrnd2_1.png');
    padding-top: 167px;
    padding-bottom: 156px;
  }

  .div-blocasdasdasd {
    margin-top: 29px;
    padding-left: 80px;
  }

  .imag123-py {
    max-width: 400px;
    margin-left: 83px;
  }

  .image-23456y {
    max-width: 500px;
    margin-right: 79px;
  }

  .image-123423423422338 {
    max-width: 650px;
    margin-left: 100px;
  }

  .header-1-homepage-tm {
    min-width: 600px;
    font-size: 40px;
    line-height: 55px;
  }

  ._23455635 {
    max-width: 650px;
    margin-right: 73px;
  }

  .app-page-section-01 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-823422348 {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }

  .image-123423423422340 {
    max-width: 500px;
  }

  .div-block-823422350 {
    max-width: 500px;
    margin-right: 92px;
    display: block;
  }

  .imagasdasdwe-app-page {
    max-width: 400px;
  }

  .div-block-823422349asdasdy {
    max-width: 550px;
  }

  .heading-12123 {
    direction: rtl;
  }

  .div-block-823-4238-copy {
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .image-4-app-page {
    padding-top: 48px;
  }

  .tasdasdasdy-copy.text-grey-copy-copy {
    font-size: 18px;
    line-height: 27px;
  }

  .sdfsdfpsdokfwejwer-v23 {
    display: none;
  }

  .div-block-823422359 {
    margin-left: 0;
    margin-right: 0;
  }

  .main-grid-11 {
    justify-content: center;
  }

  .wrapper-2336 {
    max-width: 100%;
    position: relative;
  }

  .questions-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, .25fr);
    justify-content: center;
    justify-items: start;
    margin-bottom: 0;
    display: flex;
  }

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

  .image-123423423422344 {
    max-width: 150%;
  }

  .grid-32234234242 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    margin-top: 90px;
    margin-bottom: 100px;
    display: grid;
  }

  .image-123423423422346 {
    max-width: 80%;
  }

  .pricing-plan-card {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-v1-billing-copy {
    margin-top: 0;
  }

  .main-grid-7-m-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 6.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    place-items: stretch stretch;
  }

  .pricing-v234-coasdfsdfopy-copy-2 {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .asda123123123-2, ._123button1123-2 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .plan-details {
    width: 90%;
    margin-right: 0;
  }

  .plan-details.business {
    margin-top: 25px;
  }

  .min-users-business, .min-users-business-res {
    padding-top: 121px;
  }

  ._123button1123-2-res {
    padding-left: 34px;
    padding-right: 34px;
  }

  .pricing-plan-card-res, .pricing-plan-card-res-business {
    padding-top: 90px;
  }

  .min-users-mobile {
    padding-top: 121px;
  }

  .pricing-plan-card-mobile {
    padding-top: 90px;
  }

  .pricing-v1-billing-22-copy {
    justify-content: space-between;
    display: block;
  }

  .plan-details-copy {
    margin-top: -2px;
    padding-top: 0;
    display: block;
  }

  .plan-details-copy.business {
    margin-top: 25px;
  }

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

  .lightbox-link-5 {
    max-width: 72%;
  }

  .image-123423423422349 {
    max-width: 150%;
    display: block;
  }

  .hs1-2 {
    padding-bottom: 50px;
  }

  .image-123423423422350 {
    object-fit: scale-down;
    max-width: 150%;
    padding-right: 20px;
  }

  .pricing-v1-billing-copy-copy {
    margin-top: 0;
  }

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

  .main-grid-8m {
    align-content: stretch;
    align-items: stretch;
  }

  .pricing-plan-card-mobilr, .pricing-plan-card-copy, .pricing-plan-card-copy {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-grid-9m, .main-grid-9m-copy, .main-grid-7-m-4 {
    align-content: stretch;
    align-items: stretch;
  }

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

  .paragraph-123128 {
    text-align: right;
    font-size: 15px;
  }

  .paragraph-123129 {
    direction: rtl;
    text-align: right;
  }

  .field-deletion {
    background-color: #f9f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .wrapper-2338 {
    text-align: left;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .button-2349 {
    text-align: right;
  }

  .col.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .side-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-align-centre-2 {
    text-align: right;
  }

  .heading-12123222 {
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 45px;
  }

  .bold-text-112312338 {
    text-align: right;
    line-height: 60px;
  }

  .div-block-8234240-copy {
    background-color: #0000;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .bold-text-112312339 {
    font-size: 40px;
    line-height: 55px;
  }

  .a1, .a2 {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .a3 {
    background-color: #fff;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .a4 {
    background-color: #bd1515;
  }

  .gray {
    background-color: #f9f8f8;
    grid-auto-flow: row;
    padding: 80px;
    display: block;
  }

  ._23455635-copy {
    max-width: 650px;
    margin-left: 73px;
    margin-right: 0;
  }

  .div-block-8234241-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .a3-copy {
    background-color: #fff;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-1-homepage-tm-copy {
    min-width: 550px;
    font-weight: 500;
  }

  .homepage-p-copy {
    max-width: 900px;
    line-height: 27px;
  }

  .button-2-copy-copy-copy {
    direction: rtl;
    text-align: left;
    align-self: flex-end;
  }

  ._23455635-copy-copy {
    max-width: 650px;
    margin-left: 73px;
    margin-right: 0;
  }

  .jrejejerjkerj-copy {
    background-color: #f9f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .au1 {
    background-color: #f9f8f8;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .upper {
    background-color: #f6e3e3;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .au2 {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pe {
    background-color: #f9f8f8;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .no {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .homepage-p-copy {
    max-width: 900px;
    font-size: 14px;
    line-height: 27px;
  }

  .iso {
    background-color: #f9f8f8;
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .homepage-p-copy-copy {
    max-width: 900px;
    font-size: 18px;
    line-height: 27px;
  }

  .tm-section-2-copy {
    background-image: url('../images/bckgrnd1.png');
  }

  .bold-text-10-copy {
    font-size: 20px;
  }

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

  .test {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-8234248-copy {
    margin-left: 40px;
  }

  .bold-text-112312341, .bold-text-112312342, .bold-text-112312343, .bold-text-112312344, .bold-text-112312345 {
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
  }

  .paragrasdasdasdqwe-copy {
    font-size: 16px;
  }

  .button-2350 {
    text-align: center;
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: 265px;
    font-size: 14px;
  }

  .button-2350:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .button-2350.margin-bottom, .button-2350.margin-bottom:hover {
    background-color: #fa6d6d;
    border-color: #fa6d6d;
  }

  .mobileapp.full-screen {
    background-color: #f9f8f8;
  }

  .mobileapp.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .mobileapp.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .short-paragraph.margin-bottom {
    color: #061b43;
    padding-top: 20px;
  }

  .wrapper-2339 {
    max-width: 1160px;
  }

  .margin-bottom-3 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .phone-image {
    margin-bottom: 54px;
    margin-left: 89px;
  }

  .app-download-button {
    text-align: right;
    margin-bottom: 38px;
    margin-left: 0;
    padding-left: 29px;
  }

  .bold-2.margin-bottom {
    font-size: 34px;
  }

  .bold-text-112312346 {
    color: #061b43;
    border: 1px solid #0000;
  }

  .heading-12123224 {
    margin-bottom: 20px;
  }

  .ttt {
    margin-bottom: 54px;
    padding-right: 71px;
    font-size: 20px;
    line-height: 24px;
  }

  .customer-training {
    background-color: #fff;
    position: relative;
  }

  .callcenter {
    position: relative;
  }

  .section-3122342344261-copy.full-screen {
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .foot {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: url('../images/Group-1555.png');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
  }

  .image-123423423422351 {
    margin-top: 40px;
    margin-left: -22px;
    font-size: 15px;
  }

  .margin-bottom-3-copy {
    float: right;
    text-align: right;
    margin-bottom: 40px;
    overflow: scroll;
  }

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

  .webinar.full-screen {
    background-image: url('../images/release-2022-v1-copy-42.png');
    background-position: 50%;
    background-size: cover;
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-823422366 {
    float: right;
    text-align: right;
    margin-left: 19px;
  }

  .automations2-copy {
    background-color: #f5f6f6;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-3122342344261-copy.full-screen {
    background-color: #f9f8f8;
  }

  .section-3122342344261-copy.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .section-3122342344261-copy.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .section-3122342344261-copy.full-screen-copy {
    background-color: #f9f8f8;
  }

  .section-3122342344261-copy.full-screen-copy.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .section-3122342344261-copy.full-screen-copy.background-image-side-copy {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 100vh;
  }

  .col-copy.lg-5.align-vertically {
    align-items: flex-end;
  }

  .heading-12123223-copy {
    font-size: 34px;
    line-height: 40px;
  }

  .margin-bottom-2-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .auto1b {
    text-align: center;
    background-color: #00cc94;
    border-color: #00cc94;
    font-size: 14px;
  }

  .auto1b:hover {
    background-color: #46756f;
    border-color: #46756f;
  }

  .auto2.lg-5.align-vertically {
    align-items: flex-end;
  }

  .auto2h {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .auto2t1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .auto2b {
    text-align: center;
    background-color: #00cc94;
    border-color: #00cc94;
    font-size: 14px;
  }

  .auto2b:hover {
    background-color: #46756f;
    border-color: #46756f;
  }

  .per2.lg-5.align-vertically {
    align-items: flex-end;
  }

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

  .perb {
    text-align: center;
    background-color: #00cc94;
    border-color: #00cc94;
    font-size: 14px;
  }

  .perb:hover {
    background-color: #46756f;
    border-color: #46756f;
  }

  .noti1.lg-5.align-vertically {
    align-items: flex-end;
  }

  .notih {
    font-size: 34px;
    line-height: 40px;
  }

  .notit1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
  }

  .notib {
    text-align: center;
    background-color: #00cc94;
    border-color: #00cc94;
    font-size: 14px;
  }

  .notib:hover {
    background-color: #46756f;
    border-color: #46756f;
  }

  .iso1.lg-5.align-vertically {
    align-items: flex-end;
  }

  .isoh {
    font-size: 34px;
  }

  .isot {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
  }

  .isob {
    text-align: center;
    background-color: #00cc94;
    border-color: #00cc94;
    font-size: 14px;
  }

  .isob:hover {
    background-color: #46756f;
    border-color: #46756f;
  }

  .ddd {
    font-size: 14px;
  }

  .br-formula.full-screen {
    background-color: #f9f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .br-formula.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .br-formula.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .head.full-screen {
    background-color: #f9f8f8;
  }

  .head.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .head.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .head.full-screen-copy {
    background-color: #f9f8f8;
  }

  .head.full-screen-copy.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .head.full-screen-copy.background-image-side-copy {
    background-color: #fff;
    background-image: url('../images/release-summer-header-white.png');
    background-position: 50% 75%;
    min-height: 90vh;
    margin-bottom: -51px;
  }

  .auto1h {
    font-size: 34px;
    line-height: 40px;
  }

  .record1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
  }

  .auto1a.lg-5.align-vertically {
    align-items: flex-end;
  }

  .hr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

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

  .product, .customer-success {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .statuspage {
    position: relative;
  }

  .record-studio {
    background-color: #f9f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

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

  .margin-bottom-3-copy {
    text-align: center;
    margin-bottom: -38px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 37px;
  }

  .sidetextmobile {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
  }

  .mobiletexttitle {
    font-size: 34px;
    line-height: 40px;
  }

  .mobiletextside1.lg-5.align-vertically {
    align-items: flex-end;
  }

  .margin-bottom-3-copy-copy {
    text-align: center;
    margin-bottom: -38px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 37px;
  }

  ._154---mouse {
    background-color: #fa6d6d;
    border: 3px solid #f2ff00;
    border-radius: 50px;
    width: 30px;
    height: 50px;
  }

  ._154---circle {
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    justify-content: center;
    align-items: stretch;
    width: 6px;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  ._154---circle-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    border-radius: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mouse-wrapper {
    color: #0000;
    background-color: #0000;
    border: 1px solid #fff;
  }

  .section-mouse {
    color: #e4e4e4;
    border: 1px solid #f8f4f4;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 13px;
    padding-top: 0;
    display: flex;
  }

  ._154-1-circle {
    background-color: #ce0000;
    border-radius: 50px;
    width: 30px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .circledot {
    width: 6px;
    height: 6px;
  }

  .mouse {
    color: #f6f2f2;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 50px;
    justify-content: center;
    align-items: flex-start;
    width: 30px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mousedot {
    background-color: #000;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footerbtn {
    text-align: center;
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: -29px;
    font-size: 14px;
  }

  .footerbtn:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .footerbtn.margin-bottom, .footerbtn.margin-bottom:hover {
    background-color: #fa6d6d;
    border-color: #fa6d6d;
  }

  .headerbtn {
    text-align: center;
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: 260px;
    font-size: 14px;
  }

  .headerbtn:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .headerbtn.margin-bottom {
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: -3px;
  }

  .headerbtn.margin-bottom:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .text-block-24248 {
    color: #000;
  }

  .div-block-823422378 {
    margin-left: 280px;
  }

  .text-block-24249 {
    margin-left: 0;
    font-family: Heebo, sans-serif;
    font-size: 20px;
  }

  .header-title {
    color: #061b43;
    border: 1px solid #0000;
    font-size: 40px;
  }

  .side-image-call-center {
    margin-top: 102px;
    margin-bottom: 20px;
  }

  .col-copy.lg-8.centre-align.sm-2 {
    margin-top: -44px;
    margin-left: 86px;
  }

  .col-copy.lg-5.align-vertically {
    align-items: flex-end;
    padding-bottom: 140px;
  }

  .bold-text-112312349 {
    margin-left: -92px;
  }

  .ttt-copy {
    margin-bottom: 54px;
    margin-left: -6px;
    padding-right: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .button-2350-copy {
    text-align: center;
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: 270px;
    font-size: 14px;
  }

  .button-2350-copy:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .button-2350-copy.margin-bottom, .button-2350-copy.margin-bottom:hover {
    background-color: #fa6d6d;
    border-color: #fa6d6d;
  }

  .button-2351 {
    color: #030303;
    background-color: #fff;
  }

  .div-block-823422379 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 50%;
    background-size: cover;
    border: 1px #0000;
    margin-top: 146px;
  }

  .arrow-down {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 50%;
    background-size: cover;
    background-clip: padding-box;
    border: 0 #0000;
    margin-top: 146px;
  }

  .record1-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .section-3122342344260 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-823422380 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 50%;
    background-size: contain;
  }

  .button-2352 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 50%;
    background-size: 24px 24px;
  }

  .div-block-823422381 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-5 {
    background-image: url('../images/arrow-down-sign-to-navigate.svg');
    background-position: 0 0;
    background-size: contain;
  }

  .br-text {
    font-size: 22px;
    line-height: 28px;
  }

  .call-center-text, .delete-field, .status-page-text {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .sidetextmobile-copy {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 24px;
  }

  .top-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .webinar-btn {
    text-align: center;
    background-color: #fa6d6d;
    border-color: #fa6d6d;
    margin-left: 270px;
    font-size: 14px;
  }

  .webinar-btn:hover {
    background-color: #ff8a00;
    border-color: #ff8a00;
  }

  .webinar-btn.margin-bottom, .webinar-btn.margin-bottom:hover {
    background-color: #fa6d6d;
    border-color: #fa6d6d;
  }

  .webinar-section.lg-8.centre-align.sm-2 {
    margin-top: -44px;
    margin-left: 86px;
  }

  .webinar-section.lg-5.align-vertically {
    align-items: flex-end;
    padding-bottom: 140px;
  }

  .appsdivblock {
    float: right;
    text-align: right;
    margin-left: -114px;
    margin-right: 168px;
  }

  .appssection4.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .appssection4.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .appssection5.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .appssection5.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .appssection6.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .appssection6.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 121px;
    padding-bottom: 140px;
  }

  .fullscreen1 {
    text-align: center;
    margin-bottom: -38px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 37px;
  }

  .col-apps.lg-1 {
    margin-left: -79px;
  }

  .col-apps.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-apps.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .col-copy.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-copy.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .col-copy.lg-5.centre-align {
    margin-left: -168px;
  }

  .col-1-copy.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-1-copy.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .col-1-copy.lg-5.centre-align {
    margin-left: -168px;
  }

  .mobileapp-copy-1.full-screen {
    background-color: #f9f8f8;
  }

  .mobileapp-copy-1.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .mobileapp-copy-1.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .mobile-section.full-screen {
    background-color: #f9f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mobile-section.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .mobile-section.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .image-mobile {
    margin-top: 40px;
    margin-left: -22px;
    font-size: 15px;
  }

  .br-text-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .margin-bottom-3-copy-copy {
    float: right;
    clear: left;
    text-align: right;
    margin-bottom: 40px;
    position: relative;
    overflow: scroll;
  }

  .col-co111py.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-co111py.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .phone-image-copy {
    margin-bottom: 54px;
    margin-left: 89px;
  }

  .mobileapp-copy.full-screen {
    background-color: #f9f8f8;
  }

  .mobileapp-copy.full-screen.background-image-side {
    background-color: #fff;
    background-image: url('../images/Artboard_2.png');
    background-position: 50%;
    min-height: 80vh;
  }

  .mobileapp-copy.bo-bottom-padding {
    background-color: #f9f7f7;
    padding-bottom: 0;
  }

  .col-111.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-111.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .margin-bottom-mobile {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .margin-bottom-3-copy-copy-111 {
    float: right;
    clear: left;
    text-align: right;
    margin-bottom: 40px;
    font-size: 19px;
    position: relative;
    overflow: scroll;
  }

  .delete-field-123 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .app-download-button-copy {
    text-align: right;
    text-align: right;
    margin-bottom: 38px;
    margin-left: 0;
    padding-left: 29px;
  }

  .col-111-copy.lg-8.centre-align.sm-2 {
    margin-top: 67px;
  }

  .col-111-copy.lg-5.align-vertically {
    align-items: flex-end;
    margin-left: 111px;
    padding-bottom: 140px;
  }

  .partnership-manager {
    display: none;
  }

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

  .form-2 {
    padding-right: 0;
  }

  .select-field {
    background-color: var(--white);
    margin-bottom: 20px;
  }

  .submit-button {
    text-align: left;
    background-color: #8a39f4;
    border-radius: 20px;
  }

  .submit {
    text-align: center;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
    margin-bottom: 20px;
  }

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

  .column-2 {
    padding-right: 8%;
  }

  .intro-101.margin-bottom-101 {
    max-width: none;
    padding-left: 0;
  }

  .main-grid-6-101 {
    padding-left: 0;
    padding-right: 0;
  }

  .success-message-2 {
    background-color: #62f58c;
  }

  .hero {
    background-image: none;
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero2 {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 500px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 15%;
    bottom: auto;
    left: 0%;
  }

  .herotitle {
    direction: ltr;
    text-align: left;
    font-family: Assistant, sans-serif;
    font-size: 60px;
    line-height: 80px;
  }

  .herosubtitle {
    direction: ltr;
    letter-spacing: 0;
    text-indent: 0;
    white-space: normal;
    object-fit: fill;
    min-width: 0;
    padding-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 26px;
    line-height: 40px;
    position: static;
    overflow: scroll;
  }

  .herocta {
    z-index: 0;
    float: left;
    color: #fff;
    text-align: left;
    background-color: #000;
    border-radius: 30px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 200px;
    padding: 11px 22px 10px;
    font-family: Assistant, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
  }

  .meetthepeople {
    padding-top: 0;
    padding-bottom: 0;
  }

  .imagemeetthep.margin-bottom {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    display: block;
  }

  .thecompany-section {
    background-color: #f0f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .position-card-section {
    background-color: #fff;
    padding-top: 1%;
  }

  .hero-div-block {
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    position: static;
  }

  .hero-image {
    width: 100%;
    max-width: none;
  }

  .grid-32234234243 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .r-d-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .text-block-13-copy-copy {
    color: var(--black);
    text-align: left;
    text-decoration: none;
  }

  .div-block-823422384 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-small-2 {
    border: 1px dashed #000;
  }

  .text-block-14-copy-copy {
    color: #5c6771;
    text-align: left;
    text-decoration: none;
  }

  .text {
    color: #1b72e8;
    text-align: left;
    padding-right: 205px;
    text-decoration: none;
  }

  .text-block-14-copy-copy-2 {
    color: #5c6771;
    text-align: left;
  }

  .card-small {
    outline-offset: 0px;
    text-align: left;
    border-left: 5px solid #eccdff;
    border-right-width: 1px;
    border-right-color: #0000;
    outline: 1px solid #979797;
    align-self: auto;
    box-shadow: 1px 1px 3px #0000001f;
  }

  .div-block-823422386 {
    text-align: left;
  }

  .text-block-24250 {
    direction: ltr;
    text-align: left;
  }

  .subtitle---the-people-section {
    margin-left: auto;
    padding-right: 0;
    font-size: 28px;
    font-weight: 400;
  }

  .title---the-people-section {
    color: var(--black);
    margin-left: auto;
  }

  .bold-text-112312353 {
    color: var(--black);
    padding-right: 220px;
    font-size: 45px;
  }

  .bold-text-112312354 {
    color: var(--black);
    text-align: left;
    margin-left: -127px;
    text-decoration: none;
    display: inline;
  }

  .full-ststackacl-lead {
    text-align: center;
    border-left: 1px solid #0000;
    text-decoration: none;
  }

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

  .location {
    color: #1b72e8;
    text-align: left;
    margin-left: auto;
    margin-right: 225px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .r-d-title {
    color: var(--black);
  }

  .bold-text-112312356 {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .bold-text-112312357 {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-size: 40px;
  }

  .product-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-top: 0;
    padding-top: 22px;
    display: flex;
  }

  .heading-12123229 {
    font-style: normal;
    text-decoration: none;
  }

  .body-2, .grid-32234234244 {
    background-color: #fff;
  }

  .qa-card {
    color: var(--black);
    text-align: left;
    margin-left: 22px;
    text-decoration: none;
    display: block;
  }

  .full-ststackacl-lead-copy {
    text-align: center;
    border-left: 1px solid #0000;
    margin-left: 83px;
    text-decoration: none;
  }

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

  .full-stack-description {
    color: #5c6771;
    text-align: left;
    margin-left: 41px;
    text-decoration: none;
  }

  .full-stack-location {
    display: block;
  }

  .product-section1, .design-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .design-title {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .cc-title {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-size: 28px;
    display: flex;
  }

  .div-block-82342235654645684-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .full-ststackacl-lead-342423423-copy {
    text-align: center;
    border-left: 1px solid #0000;
    margin-left: 83px;
    text-decoration: none;
  }

  .full-stack-d-escription-copy {
    color: #5c6771;
    text-align: left;
    margin-left: 41px;
    text-decoration: none;
  }

  .div-block-82342234486-copy {
    text-align: left;
  }

  .full-stack-lo3444cation-copy {
    display: block;
  }

  .div-block-823422387 {
    clear: none;
    flex: 1;
    text-decoration: none;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .f {
    outline-offset: 0px;
    text-align: left;
    border: 1px solid #c9c9c9;
    border-left: 5px solid #000;
    border-radius: 2px;
    outline: 1px solid #dfdfdf;
    align-self: auto;
    margin: auto;
    padding-top: 20px;
    text-decoration: none;
    box-shadow: 1px 1px 3px #0000001f;
  }

  .heading-12123230 {
    font-size: 22px;
    text-decoration: none;
  }

  .div-block-heading-fullstack {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 22px;
    text-decoration: none;
  }

  .bold-text-112312358 {
    font-size: 24px;
    font-weight: 400;
  }

  .text-block-24251 {
    color: #1b72e8;
    margin-top: 29px;
  }

  .text-block-24252 {
    color: #5c6771;
    margin-top: -6px;
    padding-top: 0;
  }

  .locationfullstack {
    color: #1b72e8;
    margin-top: 29px;
  }

  .seniorfullstacktitlecard {
    font-size: 24px;
  }

  .div-block-seniorfullstack {
    flex: 0 auto;
    text-decoration: none;
    display: block;
    position: relative;
    bottom: 22px;
    left: -121px;
  }

  .div-block-qa {
    flex: 0 auto;
    text-decoration: none;
    display: block;
    position: relative;
    bottom: 22px;
    left: -76px;
  }

  .image-123423423422352, .image-123423423422353, .image-123423423422354, .image-123423423422355, .image-123423423422356, .image-123423423422357 {
    border-radius: 20px;
    max-width: 100%;
    line-height: 10px;
  }

  .div-block-823422388 {
    padding-top: 0;
  }

  .productmanagercard {
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .customersuccesssection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .customer-success-title-section {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .hrsection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .salestitle-section {
    border-left: 1px solid #0000;
    margin-left: 640px;
    font-family: Heebo, sans-serif;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .saels-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .findyourpositiontitle.no-margin-bottom-copy-copy1, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1, .sd234234234-copy-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
  }

  .r-d-title-section11.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

  .product-title11.no-margin-bottom-copy-copy1, .design-title-111.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
  }

  .r-d-title-section11-copy.no-margin-bottom-copy-copy1, .product-positions-section.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

  .product-positions-section-a.no-margin-bottom-copy-copy1, .product-positions-section-a.r-d-sec, .product-positions-section-a.marketing-sec {
    direction: ltr;
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #0000;
    border-right: 1px solid #fff;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
  }

  .product-title.no-margin-bottom-copy-copy1, .design-title-copy.no-margin-bottom-copy-copy1, .design-section11.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

  .r-d-section-copy, .design-section-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .customer-success-section11.no-margin-bottom-copy-copy1, .hr-section.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

  .hr-section11-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    display: none;
  }

  .sales-section-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

  .sales-section-copy-copy-copy, .marketing-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .marketing-section.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

  .sales-section, .marketing-section-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    padding-left: 0%;
  }

  .bold-text-112312353-copy {
    color: var(--black);
    font-size: 45px;
    font-weight: 600;
  }

  .customersuccesstitle {
    margin-left: auto;
    padding-right: 0;
    font-size: 28px;
    font-weight: 400;
  }

  .hero-heading-center {
    background-color: #9fe1f8;
  }

  .container {
    max-width: 1500px;
  }

  .centered-heading {
    color: #000;
    text-align: right;
  }

  .hero-split {
    direction: rtl;
    text-align: right;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    direction: rtl;
    color: #fff;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .button-primary {
    font-family: Assistant, sans-serif;
    font-size: 18px;
  }

  .r-d-section-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

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

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

  .grid-32234234246 {
    grid-template-rows: auto auto;
    margin-left: 1%;
  }

  .heading-gfdgfdgfdgfdgfdgcopy {
    direction: ltr;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
  }

  .herotitle-gfdgfdgdfcopy {
    direction: ltr;
    text-align: left;
    font-family: Heebo, sans-serif;
    font-size: 60px;
    line-height: 80px;
  }

  .column-4 {
    justify-content: flex-end;
    height: 100%;
    margin-top: 7%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .image-123423423422358 {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .column-5 {
    margin-top: 70px;
    margin-bottom: 0%;
    display: flex;
  }

  .paragraph-123130 {
    direction: ltr;
    font-family: Assistant, sans-serif;
    font-size: 20px;
  }

  .columns {
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .fgfdgfgfdg5456654654ghgf {
    border-left: 5px solid var(--black);
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    display: flex;
  }

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

  .hr-section-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
  }

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

  .grid-3223423424656-copy {
    grid-template-rows: auto auto auto;
    margin-left: 1%;
  }

  .grid-32234234246-copy {
    grid-template-rows: auto auto;
    margin-left: 1%;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    display: none;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    padding-left: 0%;
    display: flex;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy-copy1 {
    direction: ltr;
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #0000;
    border-right: 1px solid #fff;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 0;
  }

  .logo-image-fireberry.fireberry.dfgdfg {
    flex: 0 auto;
  }

  .body-3 {
    background-color: #0000;
    background-image: none;
  }

  .image-123423423422359 {
    margin-top: -19%;
    display: block;
  }

  .rich-text {
    color: #201d1e;
    font-size: 20px;
  }

  .rich-text h2 {
    color: var(--black);
  }

  .section-3122342344261.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#f4f4f4, #fefcfc 59%, #fff);
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    justify-content: center;
  }

  .image-123423423422360.webinar-about-icon {
    margin-left: 8px;
    margin-right: 0;
  }

  .title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
    margin-bottom: 10px;
  }

  .div-block-823422389 {
    color: #676767;
    font-size: 20px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bold-text-112312359 {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-112312360 {
    font-size: 24px;
  }

  .column-6 {
    padding-left: 0;
  }

  .bold-text-112312361 {
    direction: rtl;
    text-align: left;
    font-size: 48px;
    display: inline;
  }

  .subtitle.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    font-size: 18px;
    font-weight: 500;
  }

  .content-top.flex-c.children-wrap {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .flex-c.webinar-about, .flex-c.webinar-about-copy {
    direction: rtl;
    text-align: right;
    background-color: #0000;
    flex-direction: row-reverse;
  }

  .paragraph-123131.margin-bottom-40px {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .bold-text-112312362 {
    font-size: 24px;
  }

  .column-1 {
    direction: rtl;
    text-align: right;
  }

  .content-top-copy.flex-c.children-wrap {
    text-align: center;
    background-image: none;
  }

  .image-copy.webinar-about-icon {
    color: #44087d;
    margin-left: 8px;
    margin-right: 0;
  }

  .container-6 {
    border: 1px solid #0000;
  }

  .display-subheading {
    color: var(--black);
  }

  .paragraph-123132 {
    direction: rtl;
    color: var(--black);
    text-align: center;
    font-family: Assistant, sans-serif;
    font-size: 14px;
  }

  .paragraph-123133 {
    text-align: center;
    font-family: Assistant, sans-serif;
    font-size: 14px;
  }

  .bold-text-112312363 {
    text-align: center;
    font-weight: 400;
  }

  ._22222.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
  }

  .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
  }

  .subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px, .subti33tle-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
  }

  .subtitle-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subtitle-co-py.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    font-size: 18px;
    font-weight: 500;
  }

  .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
    display: none;
  }

  .subtitle-555copy-copy-c235235opy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .split-co-ntent2-copy.webinar-landing-page-right {
    display: none;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .div-block-77777-co58sdfsdfsdfsdfpy-copy-copy-copy-copy, .div-block-77777-sdfsdfsdfco58py-copy-copy-copy-copy, .div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy, .div-block-77777-sdfssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy, .div-block-77777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy, .div-block-77sdfsdfsdf777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy-copy, .dd {
    display: none;
  }

  .split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
    justify-content: center;
  }

  .flex-c-c-opy.webinar-about {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
    display: none;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy, .flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy, .flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy, ._235235235235.webinar-about, ._235235235235.webinar-about-copy, ._235235235235-c346346opy.webinar-about, ._235235235235-c346346opy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
  }

  ._235235235235-c346346346346opy-copy.webinar-about {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  ._235235235235-c346346346346opy-copy.webinar-about-copy {
    direction: rtl;
    text-align: center;
    flex-direction: row-reverse;
  }

  .sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image222-copy {
    display: none;
  }

  .columns-2-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .section-3122342344262 {
    margin-top: 80px;
  }

  .hs1-2-copy {
    padding-bottom: 50px;
  }

  .imagasdasdwe-fireberry {
    max-width: 130%;
  }

  .footer-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin-bottom: -41px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .headin123123-2 {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: 600;
  }

  .try-for-free {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    border-radius: 20px;
    width: 160px;
    margin-left: 10px;
    margin-right: 0;
    padding: 6px 16px;
    font-size: .93375rem;
    box-shadow: 2px 3px #0000;
  }

  .try-for-free:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .title-2-copy.mg-bottom-16px {
    margin-bottom: 10px;
    font-size: 32px;
    display: inline-block;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about, ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    margin-bottom: 40px;
    display: none;
  }

  .flex-c-copy.webinar-about {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    padding-left: 12px;
    padding-right: 12px;
    display: none;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about, .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .webinar-section1.padding-top-reduced-160px.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    background-color: var(--snow);
    background-image: none;
  }

  .re.padding-top-reduced-160px.position-relative, .webinar-release-qa---recorded-page.padding-top-reduced-160px.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .rich-text-copy {
    color: #201d1e;
    font-size: 20px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px.position-relative, .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px.position-relative, .speakers.padding-top-reduced-160px.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .hero-heading-right {
    background-color: #f7e8e5;
    padding-bottom: 0;
  }

  .team-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: end;
    justify-items: end;
  }

  .team-member-position {
    font-size: 16px;
  }

  .heading-12123233 {
    color: #fff;
    font-family: Heebo, sans-serif;
    font-weight: 400;
  }

  .paragraph-123134, .paragraph-123135 {
    display: none;
  }

  .herotext {
    font-size: 24px;
  }

  .about-copy {
    text-align: right;
  }

  .hero-without-image-copy {
    background-color: #eb5345;
  }

  .button-primary-copy {
    border-radius: 20px;
    font-size: 16px;
  }

  .about-copy-1copy {
    direction: rtl;
    text-align: right;
    align-items: flex-start;
  }

  .container-copy-copy {
    direction: rtl;
    text-align: right;
    flex-flow: column wrap;
    place-content: flex-start flex-end;
    align-items: center;
    max-width: 1800px;
    display: flex;
  }

  .hero-split-copy {
    direction: rtl;
    text-align: right;
    align-items: flex-start;
    margin-top: -70px;
  }

  .hero-split-c555555opy {
    direction: rtl;
    text-align: right;
    align-items: flex-start;
  }

  .shadow-tw4444o-copy1-copy {
    margin-bottom: auto;
  }

  .hero-split-copy-copy {
    direction: rtl;
    text-align: right;
    align-items: flex-start;
    margin-top: -70px;
  }

  .shadow-44y {
    margin-bottom: auto;
  }

  .herotext-cop44y {
    font-size: 24px;
  }

  .button-primary-copy-44copy {
    border-radius: 20px;
    font-size: 16px;
  }

  .shadow-44y-copy, .shadow-44y-copy-55copy, .shadow-55 {
    margin-bottom: auto;
  }

  .bold-text-55 {
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
  }

  .herotext-cop44y-copy {
    font-size: 24px;
  }

  .herotext-cop44y-copy._55 {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .button-primary-copy55 {
    border-radius: 20px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
  }

  .hero-heading-right-copy {
    background-color: #f7e8e5;
    padding-bottom: 0;
  }

  .shadow-55-copy {
    max-width: 60%;
    margin-bottom: auto;
  }

  .image-123423423422366-copy, .image-123423423422366-copy-copy {
    display: none;
  }

  .hero-split-copy-copy-copy {
    direction: rtl;
    text-align: right;
    align-items: flex-end;
    margin-top: -70px;
    display: block;
  }

  .hero-wrapper-44-copy {
    flex-wrap: wrap;
    place-content: center;
    max-width: 1500px;
  }

  .mobileimage {
    display: none;
  }

  .centered-heading-copy {
    color: #000;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-weight: 400;
  }

  .team-member-name-copy {
    font-family: Assistant, sans-serif;
    font-size: 20px;
  }

  .team-member-position-copy {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .team-member-name-copy {
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .team-member-position-copy {
    font-size: 19px;
  }

  .hero-heading-right-copy-copy {
    background-color: #f7e8e5;
    padding-bottom: 0;
  }

  .title1 {
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
  }

  .herotext-cop44y-copy-copy {
    font-size: 24px;
  }

  .herotext-cop44y-copy-copy._55 {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .team-member-position-copy-copy {
    font-size: 19px;
  }

  .bold-text-112312365 {
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .image-partners {
    margin-top: 51px;
    display: block;
  }

  .paragraph-123136 {
    font-size: 24px;
  }

  .h2-webinar-page {
    color: #fff;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .position-card-section-copy {
    background-color: #fff;
    padding-top: 1%;
  }

  .r-d-section---inbound-product-manager {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: none;
  }

  .about-us-powerlink {
    width: auto;
    padding-left: 0%;
  }

  .image-large-buble {
    margin-top: 51px;
    display: none;
  }

  .brand-2 {
    order: 0;
    justify-content: flex-start;
  }

  .nav-bar-landing {
    background-color: #fdf5f4;
  }

  .webinars.w--current {
    font-weight: 400;
  }

  .bodywebinar {
    background-color: var(--snow);
  }

  .nav-bar-webinar {
    background-color: #fdf5f4;
    flex-direction: row;
    justify-content: center;
  }

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

  .title-2--3.mg-bottom-16px {
    margin-bottom: 10px;
  }

  .text-block-24259-copy {
    font-size: 24px;
  }

  .abstract-image {
    background-image: url('../images/Group-2sssq2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .paragraph-123138 {
    font-size: 20px;
    font-weight: 300;
  }

  .image-123423423422369 {
    margin-top: 300px;
  }

  .nav-bar-webinar-copy {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
  }

  .image-123423423422369-copy {
    margin-top: 300px;
  }

  .content-top-copy.flex-c.children-wrap, .content-top-copy.flex-c.children-wrap-copy, .content-top-copy.flex-c-copy.children-wrap {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .content-top-copy.flex-c-copy.children-wrap-copy {
    direction: rtl;
    text-align: right;
    background-image: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    background-color: #0000;
    flex-direction: row-reverse;
  }

  .nav-bar-webinar-4 {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
  }

  .body-3-2 {
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy {
    order: -1;
    justify-content: flex-start;
  }

  .wrapper-navbar4.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar4.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
    order: -1;
    justify-content: flex-start;
  }

  .webinar-section1-4.padding-top-reduced-160px.position-relative, .webinar-section1-4.padding-top-reduced-160px-4.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .split-content-wrapsd44.mobile-max-width-660px, .split-content-wrapsd44.mobile-max-width-660px-4, .split-content-wrapsd44.mobile-max-width-660px-4-copy, .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    justify-content: center;
  }

  .section-3122342344263-4 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 40px;
  }

  .containeada8-4 {
    justify-content: center;
    padding-right: 0;
  }

  .content-top-4.flex-c.children-wrap, .content-top-4.flex-c-4.children-wrap, .content-top-4.flex-c-4.children-wrap-4 {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .paragraph-123138-copy, .host-text {
    font-size: 20px;
    font-weight: 300;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px.position-relative, .webinar-section1-4-copy.padding-top-reduced-160px-4.position-relative, .webinar-section1-4-copy.padding-top-reduced-160px-4-copy.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
    order: -1;
    justify-content: flex-start;
  }

  .nav-bar-webinar-5 {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
  }

  .main-grid-copy {
    background-color: #f9f8f800;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-823422407 {
    margin-left: 220px;
  }

  .div-block-823422410 {
    max-width: 860px;
  }

  .div-block-18-copy-copy-copy {
    margin-left: 0;
  }

  .host-text-copy, .host-name, .host-position {
    font-size: 20px;
    font-weight: 300;
  }

  .bold-text-112312361-copy {
    direction: rtl;
    text-align: left;
    font-size: 48px;
    display: inline;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy {
    margin-bottom: 10px;
  }

  .second-section-h {
    direction: rtl;
    text-align: left;
    font-size: 48px;
    display: inline;
  }

  .title-2-copy-copy.mg-bottom-16px, .title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy {
    margin-bottom: 10px;
  }

  .second-text {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-123138-copy-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .title-2-copy-copy-copy.mg-bottom-16px, .title-2-copy-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
    margin-bottom: 10px;
  }

  .host-position-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .body-3-2-copy {
    background-color: #0000;
    background-image: url('../images/desktop_3.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3 {
    background-color: #0000;
    background-image: url('../images/bg01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-4 {
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3-copy {
    background-color: #0000;
    background-image: url('../images/bg-xxl_1.png');
    background-position: 0 0;
    background-size: cover;
  }

  .paragraph-123138-copy, .black-checkbox-1, .final-text {
    font-size: 20px;
    font-weight: 300;
  }

  .content-block-primary {
    margin: 0;
    padding: 0;
  }

  .body-3-6 {
    background-color: #bbebfc;
    background-image: url('../images/blue-bg-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .developertools.w--current, .support.w--current, .university.w--current, .blog.w--current {
    font-weight: 400;
  }

  .body-3-6-getting-started-03 {
    background-color: #1b2326;
    background-image: url('../images/getting-started-03-bg-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .content-top-4-copy.flex-c.children-wrap, .content-top-4-copy.flex-c-4.children-wrap, .content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
  }

  .bold-text-1opy {
    direction: rtl;
    text-align: left;
    font-size: 48px;
    display: inline;
  }

  .paragraph-123131-copy.margin-bottom-40px, .paragraph-123131-copy.margin-bottom-40px-copy {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .host-copy-copy {
    margin-bottom: 0;
  }

  .host-textsss-copy, .host-textsss-copy-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .bold-text-55544-copy {
    color: var(--white);
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-77-copy, .div-block-77-sms-terms {
    padding-top: 10px;
  }

  .paragraph-123www131-copy.margin-bottom-40px {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .bold-text-11wwq2312359-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-123uih131-copy.margin-bottom-40px {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .bold-text-1ods12312359-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-01-black, .paragraph-01-black-01 {
    font-size: 20px;
    font-weight: 300;
  }

  .body-referral {
    background-color: #ffd2d2;
    background-image: url('../images/bg-M.png');
    background-position: 0 0;
    background-size: cover;
  }

  .section-referral.padding-top-reduced-160px.position-relative, .section-referral.padding-top-reduced-160px-4.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy, .title-2--3-creferralopy.mg-bottom-16px {
    margin-bottom: 10px;
  }

  .paragraph-referral.margin-bottom-40px {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .paragraph-referral.margin-bottom-40px-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .bold-text-55544-referral-copy {
    color: var(--black);
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .heading-ref-copy {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .paragraph-ref {
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-r-ef-copy {
    font-size: 14px;
    font-weight: 300;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
    order: -1;
    justify-content: flex-start;
  }

  .paragraph-r-ef-copy-copy {
    font-size: 14px;
    font-weight: 300;
  }

  .title-webinar-033.mg-bottom-16px, .title-webinar-033.mg-bottom-16px-copy {
    margin-bottom: 10px;
  }

  .bold-text-033-copy {
    direction: rtl;
    text-align: left;
    font-size: 48px;
    display: inline;
  }

  .body-3-6-sale-fireberry {
    background-color: #1b2326;
    background-image: url('../images/bg-medium.png');
    background-position: 0 0;
    background-size: cover;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy {
    padding-top: 0;
  }

  .image-12342342sale3422334443py-copy-copy {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .bold-text-1123123black59-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .host-name-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .nav-bar-webinar-whatsapp {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
    order: -1;
    justify-content: flex-start;
  }

  .body-whatsapp {
    background-color: #e9e9e9;
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: contain;
  }

  .body-10-5 {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .webinar-section-10-5.padding-top-reduced-160px.position-relative, .webinar-section-10-5.padding-top-reduced-160px-4.position-relative, .webinar-section-10-5.padding-top-reduced-160px-10-5.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .paragraph-01-black-01-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .body-10-5-copy {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-release-june-23 {
    background-color: #0a0b09;
  }

  .nav-bar-webinar-5-copy {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px.position-relative, .webinar-section-10-5-copy.padding-top-reduced-160px-4.position-relative, .webinar-section-10-5-copy.padding-top-reduced-160px-10-5.position-relative {
    background-color: #fef7ff;
    background-image: linear-gradient(#fdffef, #fefcfc 59%, #fff);
    background-size: auto;
  }

  .paragraph-01-black-01-june, .paragraph-01-black-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-123www131-copy-copy.margin-bottom-40px, .paragraph-123www131-copy-copy.margin-bottom-40px-copy {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .title-2-copy.mg-bottom-16px-copy {
    margin-bottom: 10px;
  }

  .host-text-copy, .paragraph-01-black-june {
    font-size: 20px;
    font-weight: 300;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy {
    padding-right: 44px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
    order: -1;
    justify-content: flex-start;
  }

  .june-text {
    color: #fff;
  }

  .hero-wrapper-two-3 {
    max-width: 1200px;
  }

  .mobile-img {
    max-width: 130%;
  }

  .button-secondaryhp {
    padding-top: 13px;
  }

  .hero-wrapper-3-copy-copy {
    padding-bottom: 60px;
  }

  .image-123423423423522 {
    border-radius: 5px;
    max-width: 120px;
    margin-right: 10px;
    transition: all .3s;
  }

  .image-123423423423522:hover {
    filter: invert();
    box-shadow: 2px 2px #fff;
  }

  .footerblock-copy {
    direction: ltr;
    text-align: left;
  }

  .footergrid-he {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    max-width: 100%;
    display: grid;
  }

  .social-icon-small-3 {
    width: 20px;
  }

  .wrapper-9 {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .brand-he.w--current {
    padding-left: 0;
  }

  .footer-title-he {
    font-size: 19px;
    font-weight: 700;
  }

  .nav-buttons-new-he {
    direction: rtl;
    flex: 1;
    justify-content: flex-start;
  }

  .nav-dropdown-link-v2-2-he.w--current {
    font-weight: 700;
  }

  .footerblock-he {
    direction: ltr;
    text-align: left;
  }

  .div-block-38-he {
    flex: 1;
    justify-content: flex-end;
  }

  .dropdown-list-he.w--open {
    direction: ltr;
    justify-content: flex-start;
  }

  .link-block-contact-us-he-mobile {
    direction: rtl;
    order: 1;
  }

  .column-8-copy {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .html-become-a-partner-form-copy-copy {
    margin-top: 0;
  }

  .btn-cta {
    text-align: right;
    white-space: normal;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 120px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 0;
    padding: 10px 0;
    font-size: .93375rem;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .btn-cta:hover {
    color: #000;
    background-color: #ffffffe0;
    border: 2px solid #000;
    border-radius: 20px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 40px;
    min-height: 0;
    padding: 10px 0;
    display: flex;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .nav-menu-2-he {
    direction: rtl;
    text-align: left;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .link-block-26-he {
    direction: rtl;
    order: 1;
  }

  .columns-4 {
    display: inline-block;
  }

  .link-block-35 {
    margin-right: 0;
  }

  .social-icon-small-v4-2 {
    width: 20px;
  }

  .image-123423423423524 {
    max-width: 50px;
    margin-right: 10px;
  }

  .headin123123-3 {
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
  }

  .div-block-79-he {
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .tryfreebutton-he {
    white-space: normal;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: .93375rem;
    font-style: normal;
    text-decoration: none;
    display: block;
  }

  .tryfreebutton-he:hover {
    color: #000;
    background-color: #ffffffe0;
    border: 2px solid #000;
    border-radius: 20px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 40px;
    min-height: 0;
    padding: 10px 20px;
    display: flex;
  }

  .try-for-free-2 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.8px solid #000;
    border-radius: 4px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    font-size: .93375rem;
    box-shadow: 2px 2px #000;
  }

  .try-for-free-2:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .social-icon-small-v3-2 {
    width: 18px;
  }

  .footer-v1-bottom-235 {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-823422381-copy {
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .paragrph-left-copy {
    color: #000;
    text-align: right;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0%;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .wrapper-navbar-he.nav-bar-wrapper2-hebrew {
    flex: 1;
  }

  .fb-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f3f3f3;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    min-width: 100%;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .products-he {
    color: #000;
  }

  .social-icon-2 {
    text-align: left;
    border-radius: 999px;
    max-width: 40px;
    margin-right: 0;
    transition: all .3s;
  }

  .social-icon-2:hover {
    box-shadow: 2px 3px #fff;
  }

  .solutionsforindustries-he {
    color: #000;
  }

  .column-8-copy-2 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .div-img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .secondary-button {
    color: #000;
    background-color: #0000;
    border: 2px solid #000;
    border-radius: 20px;
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 0;
    padding: 8px 16px;
    font-size: .93375rem;
    display: flex;
  }

  .secondary-button:hover {
    color: #000;
    background-color: #ffffffe0;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-width: 0;
    max-width: 80px;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: scroll;
  }

  .social-icon-small-v2-3 {
    width: 18px;
  }

  .logo-icon-he {
    clear: left;
    height: 33px;
    position: relative;
  }

  .dropdown-list-copy-he.w--open {
    direction: ltr;
    justify-content: flex-start;
  }

  .columns-5 {
    object-fit: fill;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .image-123423423423523 {
    text-align: left;
    width: 250px;
    margin-left: -8px;
  }

  .h2-regular-left-copy {
    text-align: right;
    max-width: 600px;
    margin: 0 auto 16px 0%;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
  }

  .div-block-823422420 {
    display: none;
  }

  .nav-bar-ticket-form-he {
    display: block;
  }

  .footer-link-4-he {
    color: #535869;
    text-align: left;
  }

  .footer-cta-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin: -55px 0% -41px;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .become-a-partner-sec-01-he {
    padding-bottom: 0;
  }

  .page-wrapper-3-he {
    color: #000;
    text-align: center;
    background-color: #fff;
    background-image: none;
  }

  .form-partner-mobile {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-123423423423526 {
    max-width: 50px;
  }

  .image-123423423423527 {
    border-radius: 5px;
    max-width: 120px;
    margin-right: 10px;
    transition: all .3s;
  }

  .image-123423423423527:hover {
    filter: invert();
    box-shadow: 2px 2px #fff;
  }

  .wrapper-2340 {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .columns-6 {
    display: inline-block;
  }

  .link-block-37 {
    margin-right: 0;
  }

  .image-123423423423528 {
    max-width: 50px;
    margin-right: 10px;
  }

  .try-for-free-3 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.8px solid #000;
    border-radius: 4px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    font-size: .93375rem;
    box-shadow: 2px 2px #000;
  }

  .try-for-free-3:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .footer-v1-bottom-236 {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-8-copy-3 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .columns-7 {
    object-fit: fill;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .image-123423423423529 {
    text-align: left;
    width: 250px;
    margin-left: -8px;
  }

  .div-block-823422422 {
    display: none;
  }

  .footer-cta-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin: -55px 0% -41px;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .image-123423423423530 {
    max-width: 50px;
  }

  .demo-form-page-text-desktop {
    align-items: flex-end;
  }

  .demo-form-desktop-wrapper {
    padding-bottom: 60px;
  }

  .div-block-823422424 {
    max-width: 100%;
  }

  .paragrph-left-demo {
    color: #000;
    text-align: right;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .demo-form-mobile-wrapper-copy {
    padding-bottom: 60px;
  }

  .pricing-plan-card-base, .pricing-plan-card-monthly {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .users-disabled {
    margin-top: 10px;
    padding-top: 0;
  }

  .btn-disabled {
    border-color: var(--black);
    padding-left: 34px;
    padding-right: 34px;
  }

  .t2p1s1-copy {
    background-color: #fff;
  }

  .sectasdasdqwe-copy {
    background-color: #f5f6f6;
  }

  .automations1-copy {
    background-color: #f9f8f8;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dasasdwed-copy {
    margin-top: 0;
  }

  .div-img-copy {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .paragrph-left-demo-copy {
    color: #000;
    text-align: right;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .demo-form-desktop-wrapper-copy {
    padding-bottom: 60px;
  }

  .paragrph-left-demo-copy-copy {
    color: #000;
    text-align: right;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .main-grid-7-m-2-copy {
    place-content: stretch center;
    align-items: stretch;
    display: flex;
  }

  .pricing-plan-card-copy {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-2-copy-copy {
    opacity: 1;
    text-align: center;
    border: 1px solid #000;
    border-radius: 25px;
    width: 200px;
  }

  .text-block-16-copy {
    direction: rtl;
    text-align: left;
  }

  .footerblock {
    direction: ltr;
    text-align: left;
  }

  .image-123423423423531 {
    border-radius: 5px;
    max-width: 120px;
    margin-right: 10px;
    transition: all .3s;
  }

  .image-123423423423531:hover {
    filter: invert();
    box-shadow: 2px 2px #fff;
  }

  .div-block-823422425 {
    flex: 1;
    justify-content: flex-end;
  }

  .page-h1-text {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
  }

  .wrapper-2341 {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .column-45 {
    align-self: center;
    align-items: center;
  }

  .div-block-823422426 {
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .card-18.style-7.landing-form {
    min-width: 400px;
    margin-bottom: 100px;
    position: static;
  }

  .image-123423423423559 {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .columns-8 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 100px;
    margin-bottom: 0;
    padding-right: 5%;
  }

  .link-block-39 {
    direction: rtl;
    order: 1;
  }

  .nav-dropdown-link-v2-3.w--current {
    font-weight: 700;
  }

  .column-47 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .footer-link-4 {
    color: #535869;
    text-align: left;
  }

  .nonprofit.w--current {
    font-weight: 700;
  }

  .nav-menu-2 {
    direction: rtl;
    text-align: left;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .columns-9 {
    display: inline-block;
  }

  .link-block-40 {
    margin-right: 0;
  }

  .image-123423423423560 {
    max-width: 50px;
    margin-right: 10px;
  }

  .column-44 {
    right: -24px;
  }

  .column-27-copy {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    flex: 1;
    order: 1;
    display: flex;
  }

  .try-for-free-4 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.8px solid #000;
    border-radius: 4px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    font-size: .93375rem;
    box-shadow: 2px 2px #000;
  }

  .try-for-free-4:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .image-123423423423561 {
    align-self: center;
    max-width: none;
    height: 250px;
  }

  .link-block-contact-us {
    direction: rtl;
    order: 1;
  }

  .footer-v1-bottom-237 {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-buttons-2 {
    direction: rtl;
    flex: 1;
    justify-content: flex-start;
  }

  .tryfreebutton {
    white-space: normal;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 20px;
    min-height: 20px;
    margin-right: 0;
    padding: 8px 20px;
    font-size: .93375rem;
    font-style: normal;
    text-decoration: none;
    display: block;
  }

  .tryfreebutton:hover {
    color: #000;
    background-color: #ffffffe0;
    border: 2px solid #000;
    border-radius: 20px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 0;
    height: 40px;
    min-height: 0;
    padding: 10px 20px;
    display: flex;
  }

  .div-block-823422429 {
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-title {
    font-size: 19px;
    font-weight: 700;
  }

  .solutionsforindustries {
    color: #000;
  }

  .logo-icon-3 {
    clear: left;
    height: 30px;
    position: relative;
  }

  .columns-17 {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .page-h1-copy {
    color: #333;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.6rem;
  }

  .brand-3.w--current {
    padding-left: 0;
  }

  .footer-link-4-copy {
    color: #535869;
    text-align: left;
  }

  .section-3122342344274 {
    margin-top: 0;
    margin-bottom: 100px;
    margin-right: 5%;
    padding-top: 0;
  }

  .image-123423423423559-copy {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .columns-18 {
    object-fit: fill;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .footerblock-copy-2 {
    direction: ltr;
    text-align: left;
  }

  .page-wrapper-3 {
    color: #000;
    text-align: center;
    background-color: #fff;
    background-image: none;
    margin-bottom: -135px;
  }

  .image-123423423423562 {
    text-align: left;
    width: 250px;
    margin-left: -8px;
  }

  .nav-bar-ticket-form {
    display: block;
  }

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

  .footergrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    max-width: 100%;
    display: grid;
  }

  .div-block-823422430 {
    display: none;
  }

  .wrapper-navbar.nav-bar-wrapper2 {
    flex: 1;
  }

  .products {
    color: #000;
  }

  .footer-cta-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin: -55px 0% -41px;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .paragraph-123143 {
    color: #000;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }

  .column-32 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .dropdown-list-3.w--open {
    direction: ltr;
    justify-content: flex-start;
  }

  .image-123423423423563 {
    max-width: 50px;
  }

  .image-123423423423564 {
    border-radius: 5px;
    max-width: 120px;
    margin-right: 10px;
    transition: all .3s;
  }

  .image-123423423423564:hover {
    filter: invert();
    box-shadow: 2px 2px #fff;
  }

  .div-block-823422432 {
    flex: 1;
    justify-content: flex-end;
  }

  .wrapper-2342 {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .column-48 {
    align-self: center;
    align-items: center;
  }

  .div-block-823422433 {
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .card-19.style-7.landing-form {
    min-width: 400px;
    margin-bottom: 100px;
    position: static;
  }

  .image-123423423423565 {
    max-width: 500px;
    margin-bottom: 20px;
    margin-right: -77px;
    padding-right: 40px;
    display: block;
  }

  .columns-19 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 100px;
    margin-bottom: 0;
    padding-right: 5%;
  }

  .link-block-51 {
    direction: rtl;
    order: 1;
  }

  .column-50 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .nav-menu-3 {
    direction: rtl;
    text-align: left;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .columns-20 {
    display: inline-block;
  }

  .link-block-52 {
    margin-right: 0;
  }

  .image-123423423423566 {
    max-width: 50px;
    margin-right: 10px;
  }

  .try-for-free-5 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.8px solid #000;
    border-radius: 4px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    font-size: .93375rem;
    box-shadow: 2px 2px #000;
  }

  .try-for-free-5:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .image-123423423423567 {
    align-self: center;
    max-width: none;
    height: 250px;
  }

  .footer-v1-bottom-238 {
    text-align: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-823422436 {
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .columns-21 {
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-4.w--current {
    padding-left: 0;
  }

  .section-3122342344276 {
    margin-top: 0;
    margin-bottom: 100px;
    margin-right: 5%;
    padding-top: 0;
  }

  .columns-22 {
    object-fit: fill;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .footerblock-copy-3 {
    direction: ltr;
    text-align: left;
  }

  .image-123423423423568 {
    text-align: left;
    width: 250px;
    margin-left: -8px;
  }

  .image-123423423423569 {
    max-width: 70%;
    margin-right: 20px;
  }

  .div-block-823422437 {
    display: none;
  }

  .footer-cta-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin: -55px 0% -41px;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .paragraph-123144 {
    color: #000;
    text-align: right;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: -20px;
    display: block;
  }

  .column-51 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .image-123423423423570 {
    max-width: 50px;
  }

  .image-123423423423571 {
    border-radius: 5px;
    max-width: 120px;
    margin-right: 10px;
    transition: all .3s;
  }

  .image-123423423423571:hover {
    filter: invert();
    box-shadow: 2px 2px #fff;
  }

  .div-block-823422439 {
    flex: 1;
    justify-content: flex-end;
  }

  .wrapper-2343 {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .column-52 {
    align-self: center;
    align-items: center;
  }

  .div-block-823422440 {
    direction: ltr;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .card-20.style-7.landing-form {
    min-width: 400px;
    margin-bottom: 100px;
    position: static;
  }

  .image-123423423423572 {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .columns-23 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 100px;
    margin-bottom: 0;
    padding-right: 5%;
  }

  .link-block-55 {
    direction: rtl;
    order: 1;
  }

  .column-54 {
    padding-left: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .columns-24 {
    display: inline-block;
  }

  .link-block-56 {
    margin-right: 0;
  }

  .image-123423423423573 {
    max-width: 50px;
    margin-right: 10px;
  }

  .try-for-free-6 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.8px solid #000;
    border-radius: 4px;
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 18px;
    font-size: .93375rem;
    box-shadow: 2px 2px #000;
  }

  .try-for-free-6:hover {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1.9px solid #000;
    padding: 6px 16px;
    box-shadow: 2px 3px #000;
  }

  .image-123423423423574 {
    align-self: center;
    max-width: none;
    height: 250px;
  }

  .div-block-823422443 {
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .columns-25 {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .brand-5.w--current {
    padding-left: 0;
  }

  .section-3122342344278 {
    margin-top: 0;
    margin-bottom: 100px;
    margin-right: 5%;
    padding-top: 0;
  }

  .columns-26 {
    object-fit: fill;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .footerblock-copy-4 {
    direction: ltr;
    text-align: left;
  }

  .image-123423423423575 {
    text-align: left;
    width: 250px;
    margin-left: -8px;
  }

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

  .div-block-823422444 {
    display: none;
  }

  .footer-cta-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 22px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1000px;
    margin: -55px 0% -41px;
    padding: 35px 140px;
    display: block;
    transform: translate(0, -43px);
    box-shadow: 4px 4px #000;
  }

  .paragraph-123145 {
    color: #000;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }

  .column-56 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .image-123423423423577 {
    max-width: 50px;
  }

  .link-block-59, .link-block-60 {
    direction: rtl;
    order: 1;
  }

  .become-a-partner-img {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .form-partner-desktop {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-12-mobile {
    margin-top: -80px;
  }

  .hero-wrapper-3 {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .h2-regular-left {
    text-align: right;
    max-width: 600px;
    margin: 0 auto 16px 0%;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
  }

  .html-become-a-partner-form {
    margin-top: 0;
    margin-left: 80px;
  }

  .paragrph-left {
    color: #000;
    text-align: right;
    max-width: 500px;
    margin: 0 0 10px 0%;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .hero-split-3-b-a-p {
    direction: rtl;
    margin-left: 100px;
    margin-right: 60px;
  }

  .bold-text-1122332434 {
    font-size: 40px;
  }

  .licence-item-copy-copy {
    max-width: 500px;
    display: none;
  }

  .div-block-29-copy, .asasa-copy {
    display: none;
  }

  .div-blsafdy-copy-2-copy {
    min-width: 350px;
    margin-bottom: 51px;
    display: none;
  }

  .button-copy-copy-copy.small-copy-copy.white-copy {
    background-color: var(--black);
    flex: 0 auto;
  }

  .button-copy-copy-copy.small-copy-copy-copy {
    display: none;
  }

  .button-copy-copy-copy.small-copy-copy-copy.white-copy {
    background-color: var(--black);
    flex: 0 auto;
  }

  .pricing-v1-billing-copy {
    text-align: center;
    width: 240px;
    margin-top: 10px;
    padding-top: 0;
  }

  .unlimited {
    direction: rtl;
  }

  .column-1-copy {
    direction: rtl;
    text-align: right;
  }

  .paragraph-123133-copy {
    text-align: center;
    font-family: Assistant, sans-serif;
    font-size: 14px;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    color: #201d1e;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .host-text-copy-copy {
    font-size: 20px;
    font-weight: 300;
  }

  .pricing-v1-billing-copy {
    margin-top: 10px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding-left: 8px;
    padding-right: 15px;
  }

  .title.gradient-copy {
    background-color: #0268fd;
  }

  .cta-card-info {
    background-image: none;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .text-block-16 {
    text-align: right;
  }

  .footercta {
    padding-top: 0;
  }

  .grid-32234234236 {
    display: flex;
  }

  .div-block-30-copy {
    padding-right: 0;
  }

  .div-blsafdy-1 {
    margin-bottom: 120px;
  }

  .main-grid-7-m-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 6.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .hero2 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .herocta {
    font-size: 16px;
  }

  .container {
    max-width: 1500px;
    margin-bottom: 29px;
  }

  .centered-heading {
    color: #010102;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .hero-split {
    direction: ltr;
    align-items: flex-end;
  }

  .margin-bottom-24px {
    direction: rtl;
    color: #fff;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .button-primary {
    direction: rtl;
    border-radius: 20px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .column-4 {
    align-items: stretch;
  }

  .image-123423423422358 {
    max-width: 80%;
  }

  .body-3 {
    background-color: var(--white);
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    justify-content: center;
  }

  .title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
    margin-top: 40px;
  }

  .card.style-7.landing-form {
    position: sticky;
  }

  .bold-text-112312361 {
    display: inline;
  }

  .flex-c.webinar-about {
    background-color: #0000;
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-c.webinar-about-copy {
    background-color: #c6abdc;
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .display-subheading {
    color: var(--black);
  }

  .split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
    justify-content: center;
    position: static;
  }

  .columns-2-copy {
    justify-content: center;
    align-items: flex-end;
  }

  .section-3122342344262 {
    margin-top: 70px;
  }

  .webinar-section1.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    background-color: var(--snow);
    background-image: none;
  }

  .hero-heading-right {
    background-color: #f7e8e5;
    padding-bottom: 33px;
  }

  .team-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-items: end;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .team-member-position {
    font-family: Assistant, sans-serif;
  }

  .heading-12123232 {
    text-align: right;
  }

  .bold-text-112312364 {
    direction: rtl;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    display: flex;
  }

  .heading-12123233 {
    direction: rtl;
    color: #fee;
    border: 1px solid #0000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .paragraph-123134, .paragraph-123135 {
    direction: rtl;
    display: none;
  }

  .herotext {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .about-copy {
    text-align: right;
    align-items: flex-end;
  }

  .hero-without-image-copy {
    background-color: #eb5345;
    border: 1px solid #eb5345;
  }

  .button-primary-copy {
    direction: rtl;
    text-align: right;
    border-radius: 20px;
    font-size: 16px;
  }

  .about-copy-1copy {
    text-align: right;
    align-items: flex-start;
  }

  .container-copy-copy {
    direction: rtl;
    text-align: right;
    flex-flow: column wrap;
    place-content: flex-start flex-end;
    align-items: flex-end;
    max-width: 1800px;
    margin-left: auto;
    display: flex;
  }

  .hero-wrapper-copy {
    margin-bottom: -63px;
  }

  .hero-split-copy {
    direction: ltr;
    align-items: flex-end;
    padding-bottom: 113px;
  }

  .hero-split-c555555opy {
    direction: ltr;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .shadow-tw4444o-copy1-copy {
    margin-bottom: auto;
  }

  .hero-wrapper-copy-33copy, .hero-wrapper-44 {
    margin-bottom: -63px;
  }

  .hero-split-copy-copy {
    direction: ltr;
    align-items: flex-end;
    padding-bottom: 113px;
  }

  .shadow-44y {
    margin-bottom: auto;
  }

  .heading-44 {
    text-align: right;
  }

  .herotext-cop44y {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .button-primary-copy-44copy {
    direction: rtl;
    text-align: right;
    border-radius: 20px;
    font-size: 16px;
  }

  .shadow-44y-copy, .shadow-44y-copy-55copy, .shadow-55 {
    margin-bottom: auto;
  }

  .bold-text-55 {
    direction: rtl;
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
    display: flex;
  }

  .herotext-cop44y-copy {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .herotext-cop44y-copy._55 {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .button-primary-copy55 {
    direction: rtl;
    text-align: right;
    border-radius: 20px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .hero-heading-right-copy {
    background-color: #f7e8e5;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .shadow-55-copy {
    max-width: 60%;
    margin-top: auto;
    margin-bottom: 3px;
  }

  .image-123423423422366, .image-123423423422366-copy, .image-123423423422366-copy-copy {
    display: none;
  }

  .hero-split-copy-copy-copy {
    direction: ltr;
    order: 1;
    align-self: center;
    align-items: flex-end;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-wrapper-44-copy {
    flex-wrap: wrap;
    max-width: 1500px;
    margin-bottom: -32px;
  }

  .mobileimage {
    display: none;
  }

  .centered-heading-copy {
    color: #010102;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .team-member-name-copy {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .team-member-position-copy {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .hero-heading-right-copy-copy {
    background-color: #f7e8e5;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .title1 {
    direction: rtl;
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
    display: flex;
  }

  .herotext-cop44y-copy-copy {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 24px;
  }

  .herotext-cop44y-copy-copy._55, .team-member-position-copy-copy {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .bold-text-112312365 {
    text-align: right;
    justify-content: flex-end;
    display: flex;
  }

  .paragraph-123136 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h2-webinar-page {
    direction: rtl;
    color: #fee;
    border: 1px solid #0000;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .r-d-section---inbound-product-manager {
    display: none;
  }

  .nav-bar-landing {
    background-color: #fdf5f4;
  }

  .body-3-copy {
    background-color: var(--misty-rose);
  }

  .bodywebinar {
    background-color: var(--white);
  }

  .nav-bar-webinar {
    background-color: #0000;
  }

  .text-block-24259 {
    text-align: center;
    flex: 1;
    padding-right: 0;
  }

  .text5454 {
    color: #000;
    font-weight: 400;
  }

  .title-2--3.mg-bottom-16px {
    margin-top: 0;
    font-weight: 300;
  }

  .bold-text-112312367 {
    color: #000;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
    position: static;
  }

  .section-3122342344263 {
    background-color: #1c2326;
  }

  .text-block-24259-copy {
    text-align: center;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar-webinar-copy {
    background-color: #0000;
  }

  .content-top-copy.flex-c-copy.children-wrap-copy {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-c-copy.webinar-about {
    background-color: #c6abdc;
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-c-copy.webinar-about-copy {
    background-color: #0000;
    flex: 1;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar-webinar-4 {
    background-color: #0000;
  }

  .body-3-2 {
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy.testit, .wrapper-navbar4.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .webinar-section1-4.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .webinar-section1-4.padding-top-reduced-160px-4 {
    background-color: #0000;
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .split-content-wrapsd44.mobile-max-width-660px, .split-content-wrapsd44.mobile-max-width-660px-4, .split-content-wrapsd44.mobile-max-width-660px-4-copy, .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    justify-content: center;
    position: static;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py {
    position: static;
  }

  .section-3122342344263-4 {
    background-color: #1c2326;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
    position: static;
  }

  .content-top-4.flex-c-4.children-wrap-4 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    position: static;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4, .webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
    background-color: #0000;
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    position: static;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .nav-bar-webinar-5 {
    background-color: #0000;
  }

  .div-block-823422407 {
    margin-left: 220px;
    padding-left: 140px;
  }

  .div-block-823422410 {
    max-width: 100%;
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-block-18-copy-copy-copy {
    margin-left: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    position: static;
  }

  .bold-text-112312361-copy {
    display: inline;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy {
    margin-top: 40px;
  }

  .second-section-h {
    display: inline;
  }

  .title-2-copy-copy.mg-bottom-16px, .title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy, .title-2-copy-copy-copy.mg-bottom-16px, .title-2-copy-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
    margin-top: 40px;
  }

  .body-3-2-copy {
    background-color: #0000;
    background-image: url('../images/bg-desktop-1.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3 {
    background-color: #0000;
    background-image: url('../images/bg02.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-4 {
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3-copy {
    background-color: #0000;
    background-image: url('../images/bg-xxl_1.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-6 {
    background-color: #bbebfc;
    background-image: url('../images/blue-bg-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-6-getting-started-03 {
    background-color: #1b2326;
    background-image: url('../images/getting-started-03-bg-m.png');
    background-position: 0 0;
    background-size: cover;
  }

  .content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .bold-text-1opy {
    display: inline;
  }

  .text5454-copy {
    color: #000;
    font-weight: 400;
  }

  .bold-text-55544-copy {
    color: var(--white);
  }

  .text5454-copy-copy {
    color: #fff;
    font-weight: 400;
  }

  .bold-text-11dhdhdhd2312367-copy {
    color: #000;
  }

  .body-referral {
    background-color: #ffd2d2;
    background-image: url('../images/bg-M.png');
    background-position: 0 0;
    background-size: cover;
  }

  .section-referral.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .section-referral.padding-top-reduced-160px-4 {
    background-color: #0000;
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .split-contentreferraly.webinar-landing-page-left-copy, .split-contentreferraly.webinar-landing-page-lefjjt-copy-copy, .split-contentreferraly.webinar-landing-page-left-4py {
    position: static;
  }

  .title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy {
    margin-top: 40px;
  }

  .title-2--3-creferralopy.mg-bottom-16px {
    margin-top: 0;
    font-weight: 300;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
    position: static;
  }

  .text-referral {
    color: var(--black);
    font-weight: 400;
  }

  .bold-text-55544-referral-copy {
    color: var(--black);
  }

  .div-block-823422ref399-copy-copy {
    justify-content: center;
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-ref-copy {
    max-width: none;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .title-webinar-033.mg-bottom-16px, .title-webinar-033.mg-bottom-16px-copy {
    margin-top: 40px;
  }

  .bold-text-033-copy {
    display: inline;
  }

  .body-3-6-sale-fireberry {
    background-color: #1b2326;
    background-image: url('../images/bg-medium.png');
    background-position: 0 0;
    background-size: cover;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-copy, .split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4py, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
    position: static;
  }

  .nav-bar-webinar-whatsapp {
    background-color: #0000;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .body-whatsapp {
    background-color: #e9e9e9;
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: contain;
  }

  .card-copy.style-7.landing-form, .card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy, .card-copy-whatsapp.style-7.landing-form, .card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
    position: sticky;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
    position: static;
  }

  .body-10-5 {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-xl.png');
    background-position: 0 0;
    background-size: cover;
  }

  .webinar-section-10-5.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4, .webinar-section-10-5.padding-top-reduced-160px-10-5 {
    background-color: #0000;
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5, .split-content10-5.webinar-landing-page-left-copy, .split-content10-5.webinar-landing-page-lefjjt-copy-copy, .split-content10-5.webinar-landing-page-left-4py, .split-content10-5.webinar-landing-page-left-10-5, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-page-left-copy, .split-content-10-5.webinar-landing-page-lefjjt-copy-copy, .split-content-10-5.webinar-landing-page-left-4py, .split-content-10-5.webinar-landing-page-left-4psssy-copy, .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-10-5-y-copy, .split-content-10-5.webinar-landing-10-5-yjune-copy {
    position: static;
  }

  .body-10-5-copy {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-xl.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-release-june-23 {
    background-color: #0a0b09;
  }

  .nav-bar-webinar-5-copy {
    background-color: #0000;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px {
    background-color: #fdf5f4;
    margin-bottom: -200px;
    padding-bottom: 0;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4, .webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
    background-color: #0000;
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .image-june {
    max-width: 350px;
  }

  .image-june-copy {
    max-width: 450px;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .title-2-copy.mg-bottom-16px-copy {
    margin-top: 40px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy.testit {
    padding-left: 44px;
    padding-right: 44px;
  }

  .hero-wrapper-3-copy-copy {
    justify-content: space-between;
    align-items: center;
  }

  .nav-buttons-new-he {
    direction: rtl;
    justify-content: flex-start;
  }

  .nav-dropdown-link-v2-2-he.w--current {
    font-weight: 700;
  }

  .btn-cta {
    direction: ltr;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .demo-form-page-text-mobile {
    text-align: left;
    align-self: flex-start;
  }

  .tryfreebutton-he {
    height: auto;
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .paragrph-left-copy {
    max-width: 500px;
  }

  .products-he {
    color: #000;
  }

  .hero-split-3 {
    text-align: left;
    align-self: flex-start;
  }

  .solutionsforindustries-he {
    color: #000;
  }

  .div-img {
    max-width: 100%;
  }

  .h2-regular-left-copy {
    direction: ltr;
    align-self: flex-start;
    max-width: 500px;
    font-weight: 700;
  }

  .page-wrapper-3-he {
    background-color: #0000;
    background-image: none;
  }

  .form-partner-mobile {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-4, .demo-form-page-text-desktop {
    text-align: left;
    align-self: flex-start;
  }

  .demo-form-desktop-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .paragrph-left-demo {
    max-width: 500px;
  }

  .demo-form-page-text-mobile-copy, .demo-form-page-text-mobile-copy-copy {
    text-align: left;
    align-self: flex-start;
  }

  .demo-form-mobile-wrapper-copy {
    justify-content: space-between;
    align-items: center;
  }

  .signup-section {
    padding-top: 0;
  }

  .div-img-copy {
    max-width: 100%;
  }

  .paragrph-left-demo-copy {
    max-width: 500px;
  }

  .demo-form-desktop-wrapper-copy {
    justify-content: space-between;
    align-items: center;
  }

  .paragrph-left-demo-copy-copy {
    max-width: 500px;
  }

  .main-grid-7-m-2-copy {
    justify-content: center;
    display: flex;
  }

  .button-2-copy-copy {
    margin-left: 120px;
    margin-right: 60px;
    font-size: 13px;
  }

  .text-block-16-copy {
    text-align: right;
  }

  .html-embed-3 {
    max-width: none;
  }

  .column-45 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .card-18.style-7.landing-form {
    color: #0000;
    background-color: #0000;
    justify-content: center;
    min-width: auto;
    min-height: auto;
    margin-bottom: 100px;
  }

  .image-123423423423559 {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .columns-8 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .html-embed-mobile {
    max-width: none;
  }

  .nav-dropdown-link-v2-3.w--current {
    font-weight: 700;
  }

  .html-embed-ipad, .html-embed-mobile-landscape {
    max-width: none;
  }

  .nonprofit.w--current {
    font-weight: 700;
  }

  .column-44 {
    padding-right: 0;
    display: block;
  }

  .column-27-copy {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    display: flex;
  }

  .image-123423423423561 {
    align-self: center;
    max-width: none;
    height: 250px;
    max-height: 0%;
  }

  .nav-buttons-2 {
    direction: rtl;
    justify-content: flex-start;
  }

  .tryfreebutton {
    height: auto;
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .solutionsforindustries {
    color: #000;
  }

  .logo-icon-3 {
    height: 30px;
  }

  .columns-17 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .page-h1-copy {
    margin-bottom: 50px;
    margin-right: 22px;
    padding-left: 0;
  }

  .section-3122342344274 {
    background-color: #0000;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .image-123423423423559-copy {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .page-wrapper-3 {
    background-color: #0000;
    background-image: none;
  }

  .image-123423423423558 {
    max-width: 60%;
    display: block;
  }

  .products {
    color: #000;
  }

  .paragraph-123143 {
    color: #000;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .column-32 {
    padding-top: 0;
    padding-left: 0;
  }

  .html-embed-4 {
    max-width: none;
  }

  .column-48 {
    direction: rtl;
    text-align: right;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .card-19.style-7.landing-form {
    color: #0000;
    background-color: #0000;
    justify-content: center;
    min-width: auto;
    min-height: auto;
    margin-bottom: 100px;
  }

  .image-123423423423565 {
    text-align: right;
    max-width: 500px;
    margin-bottom: 20px;
    margin-right: 80px;
    padding-right: 0;
    display: block;
  }

  .columns-19 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 5%;
  }

  .image-123423423423567 {
    align-self: center;
    max-width: none;
    height: 250px;
    max-height: 0%;
  }

  .columns-21 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .section-3122342344276 {
    background-color: #0000;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .image-123423423423569 {
    max-width: 60%;
    margin-right: 0;
    display: block;
  }

  .paragraph-123144 {
    color: #000;
    text-align: right;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
    display: block;
  }

  .column-51 {
    padding-top: 0;
    padding-left: 0;
  }

  .html-embed-5 {
    max-width: none;
  }

  .column-52 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .card-20.style-7.landing-form {
    color: #0000;
    background-color: #0000;
    justify-content: center;
    min-width: auto;
    min-height: auto;
    margin-bottom: 100px;
  }

  .image-123423423423572 {
    max-width: 500px;
    margin-bottom: 20px;
    display: block;
  }

  .columns-23 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-55 {
    display: block;
  }

  .image-123423423423574 {
    align-self: center;
    max-width: none;
    height: 250px;
    max-height: 0%;
  }

  .columns-25 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .section-3122342344278 {
    background-color: #0000;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .image-123423423423576 {
    max-width: 60%;
    display: block;
  }

  .paragraph-123145 {
    color: #000;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .column-56 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-823422446 {
    direction: rtl;
    text-align: right;
    margin-right: -74px;
  }

  .become-a-partner-img {
    max-width: 350px;
  }

  .form-partner-desktop {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper-3 {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .h2-regular-left {
    direction: rtl;
    text-align: right;
    align-self: flex-start;
    max-width: 500px;
    font-weight: 700;
  }

  .paragrph-left {
    text-align: right;
    max-width: 500px;
    margin-top: 0;
  }

  .hero-split-3-b-a-p {
    direction: rtl;
    text-align: right;
    align-self: flex-start;
    margin-left: 140px;
    margin-right: 0;
  }

  .licence-item-copy-copy, .div-block-29-copy, .asasa-copy, .div-blsafdy-copy-2-copy, .button-copy-copy-copy.small-copy-copy-copy {
    display: none;
  }

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

  .pricing-v1-billing-copy {
    width: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .title.gradient-copy {
    background-color: #0268fd;
  }

  .cta-card-info {
    background-image: none;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image-5 {
    color: #f3f3f3;
  }

  .heading-141 {
    color: var(--black);
  }

  .text-block-14 {
    color: #000;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy {
    max-width: none;
  }

  .bold-text-9-copy {
    text-align: center;
  }

  .headi3453212 {
    margin-left: 220px;
  }

  .div-block-59-copy {
    display: block;
  }

  .bold-text-112312316 {
    color: #2d2c4d;
  }

  .div-blsafdy-1 {
    margin-bottom: 195px;
  }

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

  .pricing-plan-card {
    display: block;
  }

  .main-grid-7-m-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 6.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .herotitle {
    font-size: 70px;
  }

  .herosubtitle {
    font-size: 29px;
    line-height: 41px;
  }

  .container {
    text-align: right;
    max-width: 1500px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
  }

  .centered-heading {
    direction: rtl;
    color: #000;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 500;
  }

  .hero-split {
    flex: 0 auto;
  }

  .margin-bottom-24px {
    direction: rtl;
    color: #fff;
    text-align: right;
    max-width: 1200px;
    padding-top: 24px;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .button-primary {
    text-align: right;
    border-radius: 20px;
    align-self: flex-end;
    font-size: 18px;
  }

  .shadow-two {
    flex: 0 auto;
    margin-top: auto;
    display: block;
  }

  .image-123423423422358 {
    max-width: 80%;
  }

  .paragraph-123130 {
    font-size: 30px;
  }

  .body-3 {
    background-color: var(--white);
    background-image: none;
  }

  .image-123423423422359 {
    max-width: 130%;
    margin-left: -32%;
    padding-right: 0;
    display: inline;
    overflow: visible;
  }

  .image-wrapper.border-radius-1000px.moderator {
    max-width: 150px;
    margin-right: 0;
  }

  .split-content2.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .rich-text {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-top: 42px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .page-wrapper-2 {
    background-color: var(--white);
    margin-top: 0;
    font-family: Assistant, sans-serif;
  }

  .section-3122342344261 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-3122342344261.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .section-3122342344261.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-image: linear-gradient(#f4f4f4, #fdf8f8 59%, #fff);
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .container-default.z-index-1, .container-default.z-index-1-copy, .container-default.z-index-1-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    justify-content: center;
  }

  .image-123423423422360.webinar-about-icon {
    max-width: 20px;
    margin-left: 8px;
    margin-right: 0;
  }

  .image-123423423422360.cover {
    direction: rtl;
    text-align: center;
    object-fit: cover;
    flex: 1;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    padding-right: 0;
    line-height: 20px;
  }

  .title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .image-123423423422361 {
    flex: 1;
  }

  .div-block-823422389 {
    direction: rtl;
    color: #676767;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .card.style-7.landing-form {
    justify-content: center;
    align-items: flex-start;
    position: sticky;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-112312359 {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-112312360 {
    color: #0a0b09;
    font-size: 24px;
    font-weight: 400;
  }

  .column-6 {
    padding-right: 0;
  }

  .bold-text-112312361 {
    direction: rtl;
    color: #000;
    text-align: right;
    object-position: 50% 50%;
    margin-bottom: 32px;
    margin-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 50px;
    line-height: 1.13em;
    display: inline;
    overflow: auto;
  }

  .subtitle.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .content-top.flex-c.children-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: right;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .columns-2 {
    text-align: right;
    align-self: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c.children-wrap {
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c.webinar-about {
    background-color: #0000;
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .flex-c.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .paragraph-123131.margin-bottom-40px {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .bold-text-112312362 {
    color: #0a0b09;
    font-size: 24px;
  }

  .button-primary-2.contact-form-button {
    background-color: #3ab7ff;
    border-style: none;
  }

  .column-1 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .content-top-copy.flex-c.children-wrap {
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .margin-bottom-20px {
    text-align: center;
    margin-bottom: 8px;
    display: block;
  }

  .image-copy.webinar-about-icon {
    max-width: 20px;
    margin-left: 8px;
    margin-right: 0;
    font-size: 16px;
  }

  .heading-12123231 {
    color: #221f20;
    font-size: 20px;
    font-weight: 500;
  }

  .hero-2.hero-lessons {
    background-color: #00744a;
    background-image: none;
  }

  .container-6 {
    border-color: #0000;
  }

  .display-heading {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
  }

  .display-subheading {
    color: var(--black);
  }

  .small-text.text-primary {
    padding-top: 0;
  }

  .text-primary {
    padding-top: 20px;
  }

  .card-image {
    min-height: auto;
    padding-bottom: 0;
  }

  .paragraph-123132, .paragraph-123133 {
    font-size: 17px;
  }

  ._22222.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px, .subti33tle-copy.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .subtitle-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .subtitle-co-py.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px {
    color: #676767;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: none;
  }

  .subtitle-555copy-copy-c235235opy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: none;
  }

  .split-co-ntent2-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-co-ntent2-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
    display: none;
  }

  .form1.webinar-landing-page-left {
    margin-left: 108px;
  }

  .form1.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left-copy {
    margin-left: 108px;
  }

  .section-312234234sdfsdfsdf4261-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .div-block-77777-co58py-copy-copy-copy, .sgsdgsdgsdg, .div-block-77777-co58sdfsdfsdfsdfpy-copy-copy-copy-copy, .div-block-77777-sdfsdfsdfco58py-copy-copy-copy-copy, .div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy, .div-block-77777-sdfssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy, .sgsdgsdgsdg-copy, .asdfasf, .div-block-77777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy, .div-block-77sdfsdfsdf777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy-copy, .dd {
    display: none;
  }

  .split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
    font-size: 24px;
  }

  .flex-c-c-opy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c-c-opy.webinar-about {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    display: none;
  }

  .flex-c-copy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .flex-c-copy-c-opy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .flex-c-copy-c-opy-copy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  ._235235235235.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  ._235235235235.webinar-about, ._235235235235.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  ._235235235235-c346346opy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  ._235235235235-c346346opy.webinar-about, ._235235235235-c346346opy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .content-top-copy-copy.flex-c.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap-copy {
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    direction: rtl;
    color: #44087d;
    text-align: right;
    text-transform: capitalize;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  ._235235235235-c346346346346opy-copy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  ._235235235235-c346346346346opy-copy.webinar-about {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  ._235235235235-c346346346346opy-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    font-size: 24px;
  }

  .sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .image222, .image222-copy {
    max-width: 130%;
    margin-left: -20%;
    padding-right: 0;
    overflow: visible;
  }

  .columns-2-copy {
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .section-3122342344262 {
    background-color: #0000;
    margin-top: auto;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .footer-cta {
    margin-bottom: 0;
  }

  .try-for-free {
    border-radius: 4px;
    font-size: 18px;
  }

  .text-block-14-copy {
    color: #000;
  }

  ._235235235235-c346346346346opy-copy-copy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about, ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    direction: rtl;
    text-align: right;
    margin-bottom: 10px;
    display: none;
  }

  .flex-c-copy.children-wrap {
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    margin-top: 38px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d;
    text-transform: capitalize;
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Assistant, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: none;
  }

  .sdfsdf36346346346opy-copy-copy-copy.children-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    font-family: Heebo, sans-serif;
    display: flex;
  }

  .webinar-section1 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-section1.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .workshop-section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .workshop-section.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    background-color: var(--snow);
    color: #0000;
    background-image: none;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .re {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .re.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .re.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-release-qa---recorded-page {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #f7e8e5;
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .rich-text-copy {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-top: 42px;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: none;
  }

  .columns-2-copy-copy {
    align-self: auto;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .text-block-24256 {
    text-align: right;
  }

  .container-7 {
    display: flex;
  }

  .webinar-release-qa---recorded-page-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #f7e8e5;
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-release-qa---recorded-page-copy-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #f7e8e5;
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .speakers {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .speakers.padding-top-reduced-160px {
    padding-top: 160px;
  }

  .speakers.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .image-123423423422361-copy {
    flex: 1;
    display: none;
  }

  .hero-heading-right {
    background-color: #f7e8e5;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
  }

  .team-circles {
    background-color: #fff;
    font-family: Heebo, sans-serif;
    font-weight: 400;
    overflow: visible;
  }

  .team-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: end;
    justify-items: end;
  }

  .team-card {
    text-align: right;
  }

  .team-member-image {
    text-align: right;
    align-self: flex-end;
    width: 150px;
    height: 150px;
  }

  .team-member-name {
    direction: rtl;
    align-self: flex-end;
    font-size: 24px;
    font-weight: 500;
  }

  .team-member-position {
    align-self: flex-end;
    font-size: 20px;
  }

  .hero-without-image {
    background-color: #eb5345;
  }

  .hero-wrapper-two {
    text-align: right;
    align-items: flex-end;
  }

  .heading-12123232 {
    direction: rtl;
    text-align: right;
    align-self: flex-end;
  }

  .bold-text-112312364 {
    direction: rtl;
    text-align: right;
    font-size: 48px;
    display: flex;
  }

  .heading-12123233 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .paragraph-123134 {
    direction: rtl;
    align-self: flex-end;
    font-size: 20px;
    display: none;
  }

  .paragraph-123135 {
    direction: rtl;
    font-size: 20px;
    display: none;
  }

  .herotext {
    direction: rtl;
    color: #000;
    text-align: right;
    font-size: 24px;
  }

  .about {
    text-align: right;
    align-items: flex-end;
  }

  .container-copy {
    direction: ltr;
    text-align: right;
    white-space: normal;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    display: inline;
  }

  .about-copy {
    direction: rtl;
    text-align: right;
    align-items: flex-end;
    margin-left: 37%;
    display: block;
  }

  .hero-without-image-copy {
    background-color: #eb5345;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-copy {
    border-radius: 20px;
    align-self: flex-end;
    font-size: 16px;
  }

  .about-copy-1copy {
    direction: ltr;
    text-align: right;
    flex: none;
    align-items: flex-end;
    max-width: 900px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    display: flex;
  }

  .container-copy-copy {
    direction: ltr;
    text-align: right;
    white-space: normal;
    flex-flow: column wrap;
    place-content: flex-end;
    align-items: center;
    max-width: 1500px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .shadow-two-copy1 {
    flex: 1;
    margin-top: 200px;
    margin-left: -67px;
    display: block;
  }

  .image-123423423422365 {
    margin-top: -86px;
    display: block;
  }

  .hero-split-copy, .hero-split-c555555opy {
    flex: 0 auto;
  }

  .shadow-tw4444o-copy1-copy {
    flex: 1;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: -67px;
    display: block;
  }

  .hero-split-copy-copy {
    flex: 0 auto;
  }

  .shadow-44y {
    flex: 1;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: -67px;
    display: block;
  }

  .heading-44 {
    direction: rtl;
    text-align: right;
    align-self: flex-end;
  }

  .herotext-cop44y {
    direction: rtl;
    color: #000;
    text-align: right;
    font-size: 24px;
  }

  .button-primary-copy-44copy {
    border-radius: 20px;
    align-self: flex-end;
    font-size: 16px;
  }

  .shadow-44y-copy, .shadow-44y-copy-55copy, .shadow-55 {
    flex: 1;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: -67px;
    display: block;
  }

  .bold-text-55 {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
    display: flex;
  }

  .herotext-cop44y-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    font-size: 24px;
  }

  .herotext-cop44y-copy._55 {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .button-primary-copy55 {
    border-radius: 20px;
    align-self: flex-end;
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .hero-heading-right-copy {
    background-color: #f7e8e5;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
  }

  .shadow-55-copy {
    box-shadow: none;
    flex: 1;
    max-width: 70%;
    margin-top: 200px;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
  }

  .image-123423423422366, .image-123423423422366-copy, .image-123423423422366-copy-copy {
    display: none;
  }

  .hero-split-copy-copy-copy {
    flex: none;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .hero-wrapper-44-copy {
    justify-content: flex-end;
    max-width: 1500px;
    margin-bottom: -29px;
  }

  .mobileimage {
    display: none;
  }

  .centered-heading-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .team-member-name-copy {
    direction: rtl;
    align-self: flex-end;
    font-family: Heebo, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .team-member-position-copy {
    align-self: flex-end;
    font-family: Heebo, sans-serif;
    font-size: 19px;
    font-weight: 400;
  }

  .team-member-name-copy {
    direction: rtl;
    align-self: flex-end;
    font-size: 24px;
    font-weight: 500;
  }

  .team-member-position-copy {
    align-self: flex-end;
    font-size: 19px;
  }

  .hero-heading-right-copy-copy {
    background-color: #f7e8e5;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
  }

  .title1 {
    direction: rtl;
    text-align: right;
    font-family: Heebo, sans-serif;
    font-size: 45px;
    font-weight: 500;
    display: flex;
  }

  .herotext-cop44y-copy-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    font-size: 24px;
  }

  .herotext-cop44y-copy-copy._55 {
    font-family: Heebo, sans-serif;
    font-size: 19px;
  }

  .team-member-position-copy-copy {
    align-self: flex-end;
    font-size: 19px;
  }

  .bold-text-112312365 {
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 48px;
    display: flex;
  }

  .heading-12123234 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .html-embed-2 {
    flex: 0 auto;
  }

  .image-partners {
    max-width: 130%;
    margin-left: -32%;
    padding-right: 0;
    display: inline;
    overflow: visible;
  }

  .h2-webinar-page {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Heebo, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .r-d-section---inbound-product-manager {
    display: none;
  }

  .image-large-buble {
    max-width: 130%;
    margin-left: -32%;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .logo-icon-2 {
    max-width: 150px;
  }

  .body-3-copy, .bodywebinar {
    background-color: var(--snow);
  }

  .title-2--3.mg-bottom-16px {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .text-block-24259-copy {
    text-align: center;
    padding-right: 0;
  }

  .content-top-copy.flex-c.children-wrap, .content-top-copy.flex-c.children-wrap-copy, .content-top-copy.flex-c-copy.children-wrap, .content-top-copy.flex-c-copy.children-wrap-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: right;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .image-123423423422361-copy {
    flex: 1;
  }

  .flex-c-copy.children-wrap {
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
  }

  .body-3-2 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
    max-width: none;
  }

  .webinar-section1-4 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-section1-4.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1-4.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section1-4.padding-top-reduced-160px-4 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section1-4.padding-top-reduced-160px-4.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .container-default-4.z-index-1, .container-default-4.z-index-1-copy, .container-default-4.z-index-1-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content-wrapsd44.mobile-max-width-660px {
    font-size: 24px;
  }

  .split-content-wrapsd44.mobile-max-width-660px-4 {
    object-fit: fill;
    margin-bottom: -60px;
    font-size: 24px;
  }

  .split-content-wrapsd44.mobile-max-width-660px-4-copy {
    font-size: 24px;
  }

  .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    object-fit: fill;
    margin-bottom: -60px;
    font-size: 24px;
  }

  .form1-4.webinar-landing-page-left {
    margin-left: 108px;
  }

  .form1-4.webinar-landing-page-right, .form1-4.webinar-landing-page-right4, .form1-4.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py {
    flex: 0 auto;
    order: 0;
    max-width: 750px;
    margin-left: 108px;
    margin-right: 0;
    position: static;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin-left: 108px;
  }

  .div-block-823422399 {
    justify-content: space-between;
    max-width: 550px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .content-top-4.flex-c.children-wrap, .content-top-4.flex-c-4.children-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: right;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .content-top-4.flex-c-4.children-wrap-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 0;
  }

  .margin-bottom-20px-4 {
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 140px;
    display: flex;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-con4copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin-left: 108px;
  }

  .image-123423423422372 {
    margin-right: 0;
  }

  .host {
    justify-content: center;
  }

  .form1-4-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .form1-4-copy.webinar-landing-page-right, .form1-4-copy.webinar-landing-page-right4 {
    background-image: none;
    transition: opacity;
  }

  .form1-4-copy.webinar-landing-page-right4.form1 {
    top: 10px;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    margin-left: 108px;
  }

  .webinar-section1-4-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .image_22.webinar-landing-page-left {
    margin-left: 108px;
  }

  .image_22.webinar-landing-page-right, .image_22.webinar-landing-page-right4, .image_22.webinar-landing-page-right4-_xx {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy {
    margin-left: 108px;
  }

  .container-default-2-copy.z-index-1, .container-default-2-copy.z-index-1-copy, .container-default-2-copy.z-index-1-4, .container-default-2-copy.z-index-1-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
    max-width: none;
  }

  .body_15 {
    display: flex;
  }

  .div-block-823422407 {
    margin-left: 300px;
  }

  .column-7 {
    max-height: 0%;
    margin-top: 100px;
  }

  .div-block-823422410 {
    background-color: var(--misty-rose);
    flex-direction: row;
    flex: 1;
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: right;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-18-copy-copy-copy {
    margin-left: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .host-amir {
    justify-content: center;
  }

  .bold-text-112312361-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    object-position: 50% 50%;
    margin-bottom: 32px;
    margin-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 50px;
    line-height: 1.13em;
    display: inline;
    overflow: auto;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .second-section-h {
    direction: rtl;
    color: #000;
    text-align: right;
    object-position: 50% 50%;
    margin-bottom: 32px;
    margin-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 50px;
    line-height: 1.13em;
    display: inline;
    overflow: auto;
  }

  .title-2-copy-copy.mg-bottom-16px, .title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .second-text {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .second-image {
    justify-content: flex-end;
    max-width: 550px;
    padding-left: 100px;
    padding-right: 0;
  }

  .image-123423423422372-copy-copy {
    margin-right: 0;
  }

  .title-2-copy-copy-copy.mg-bottom-16px, .title-2-copy-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .host-amir-copy, .host-amir-copy-copy {
    justify-content: center;
  }

  .body-3-2-copy {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-desktop-5.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .host-copy {
    justify-content: center;
  }

  .body-3-3 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-xxl.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .body-3-4 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-01.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .host-amir-5 {
    text-align: right;
    justify-content: flex-end;
  }

  .body-3-3-copy {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-xxl_1.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .body-3-6 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #bbebfc;
    background-image: url('../images/blue-bg-xxl.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .body-3-6-getting-started-03 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/getting-started-03-bg-m.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .margin-bottom-20px-4-copy {
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 140px;
    display: flex;
  }

  .content-top-4-copy.flex-c.children-wrap, .content-top-4-copy.flex-c-4.children-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: right;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 10px;
  }

  .content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    direction: rtl;
    text-align: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 16px;
    margin-left: 0;
  }

  .bold-text-1opy {
    direction: rtl;
    color: var(--black);
    text-align: right;
    object-position: 50% 50%;
    margin-bottom: 32px;
    margin-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 50px;
    line-height: 1.13em;
    display: inline;
    overflow: auto;
  }

  .paragraph-123131-copy.margin-bottom-40px, .paragraph-123131-copy.margin-bottom-40px-copy {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .host-copy-copy {
    justify-content: flex-end;
  }

  .image-123423423422372-copy {
    margin-right: 0;
  }

  .div-block-823422399-copy {
    justify-content: space-between;
    max-width: 550px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .logo-icon-2-copy {
    max-width: 150px;
  }

  .bold-text-55544-copy {
    color: #fff;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .margin-bottom-20px-4-copy-copy {
    text-align: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 140px;
    display: flex;
  }

  .paragraph-123www131-copy.margin-bottom-40px {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    position: static;
  }

  .bold-text-11wwq2312359-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-123uih131-copy.margin-bottom-40px {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .bold-text-1ods12312359-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .host-black {
    justify-content: flex-end;
  }

  .host-01 {
    justify-content: center;
  }

  .paragraph-01-black {
    font-size: 24px;
  }

  .body-referral {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #ffd2d2;
    background-image: url('../images/bg-xxl_2.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .section-referral {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-referral.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .section-referral.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .section-referral.padding-top-reduced-160px-4 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .section-referral.padding-top-reduced-160px-4.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .container-referral.z-index-1, .container-referral.z-index-1-copy, .container-referral.z-index-1-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .split-contentreferraly.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-contentreferraly.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-contentreferraly.webinar-landing-page-left-copy, .split-contentreferraly.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .split-contentreferraly.webinar-landing-page-left-4py {
    flex: 0 auto;
    order: 0;
    max-width: 750px;
    margin-left: 108px;
    margin-right: 0;
    position: static;
  }

  .title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy, .title-2--3-creferralopy.mg-bottom-16px {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .paragraph-referral.margin-bottom-40px, .paragraph-referral.margin-bottom-40px-copy {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .bold-text-55544-referral-copy {
    color: var(--black);
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-823422ref399-copy-copy {
    justify-content: space-between;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-ref-copy-copy {
    margin-right: 0;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
    max-width: none;
  }

  .title-webinar-033.mg-bottom-16px {
    direction: rtl;
    color: var(--white);
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .title-webinar-033.mg-bottom-16px-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .bold-text-033-copy {
    direction: rtl;
    color: var(--white);
    text-align: right;
    object-position: 50% 50%;
    margin-bottom: 32px;
    margin-left: 0;
    font-family: Assistant, sans-serif;
    font-size: 50px;
    line-height: 1.13em;
    display: inline;
    overflow: auto;
  }

  .logo-icon-2-white {
    max-width: 150px;
  }

  .image-123423423422334443py-copy {
    margin-right: 0;
  }

  .body-3-6-sale-fireberry {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/bg-medium.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-copy, .split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-12342342sale3422334443py-copy-copy {
    margin-right: 0;
  }

  .bold-text-1123123black59-copy {
    color: #201d1e;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
    max-width: none;
  }

  .body-whatsapp {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #e9e9e9;
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: contain;
    background-clip: border-box;
  }

  .image-whatsapp {
    margin-right: 0;
  }

  .div-block-whatsapp-copy {
    justify-content: space-between;
    max-width: 550px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .card-copy.style-7.landing-form, .card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy, .card-copy-whatsapp.style-7.landing-form, .card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
    justify-content: center;
    align-items: flex-start;
    position: sticky;
  }

  .host-black-copy, .host-black-whatsapp-copy {
    justify-content: flex-end;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
    flex: 0 auto;
    order: 0;
    max-width: 750px;
    margin-left: 108px;
    margin-right: 0;
    position: static;
  }

  .homepage-p-2-copy-copy {
    max-width: 600px;
  }

  .body-10-5 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-xl.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .webinar-section-10-5 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-section-10-5.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .container-default-10-5.z-index-1, .container-default-10-5.z-index-1-copy, .container-default-10-5.z-index-1-4, .container-default-10-5.z-index-10-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-10-5.webinar-landing-page-left {
    margin-left: 108px;
  }

  .form-10-5.webinar-landing-page-right, .form-10-5.webinar-landing-page-right4 {
    background-image: none;
    transition: opacity;
  }

  .form-10-5.webinar-landing-page-right4.form1 {
    top: 10px;
  }

  .form-10-5.webinar-landing-page-right-10-5 {
    background-image: none;
    transition: opacity;
  }

  .form-10-5.webinar-landing-page-right-10-5.form1, .form-10-5.webinar-landing-page-right-10-5.form1-10-5 {
    top: 10px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5 {
    flex: 0 auto;
    order: 0;
    max-width: 750px;
    margin-left: 108px;
    margin-right: 0;
    position: static;
  }

  .split-content10-5.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content10-5.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content10-5.webinar-landing-page-left-copy, .split-content10-5.webinar-landing-page-lefjjt-copy-copy {
    margin-left: 108px;
  }

  .split-content10-5.webinar-landing-page-left-4py, .split-content10-5.webinar-landing-page-left-10-5 {
    flex: 0 auto;
    order: 0;
    max-width: 750px;
    margin-left: 108px;
    margin-right: 0;
    position: static;
  }

  .host-10-5 {
    justify-content: center;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content-10-5.webinar-landing-page-left {
    margin-left: 108px;
  }

  .split-content-10-5.webinar-landing-page-right {
    background-image: none;
    transition: opacity;
  }

  .split-content-10-5.webinar-landing-page-left-copy, .split-content-10-5.webinar-landing-page-lefjjt-copy-copy, .split-content-10-5.webinar-landing-page-left-4py {
    margin-left: 108px;
  }

  .split-content-10-5.webinar-landing-page-left-4psssy-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content-10-5.webinar-landing-10-5-y-copy {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .split-content-10-5.webinar-landing-10-5-yjune-copy {
    text-align: right;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-10-5-copy {
    margin-right: 0;
  }

  .div-block-10-5-copy {
    justify-content: space-between;
    max-width: 550px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .body-10-5-copy {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-desktop-xl.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
  }

  .body-release-june-23 {
    white-space: normal;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0a0b09;
    background-clip: border-box;
  }

  .webinar-section-10-5-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
    margin-bottom: -90px;
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5.position-relative {
    color: #0000;
    background-color: #c3e07e;
    background-image: linear-gradient(#fdffef, #fdf8f8 59%, #fff);
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    display: flex;
  }

  .paragraph-01-black-01-june {
    font-size: 32px;
  }

  .image-june {
    margin-right: 0;
  }

  .paragraph-01-black-copy {
    font-size: 24px;
  }

  .image-june-copy {
    flex: 1;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph-123www131-copy-copy.margin-bottom-40px, .paragraph-123www131-copy-copy.margin-bottom-40px-copy {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-family: Assistant, sans-serif;
    font-size: 24px;
    position: static;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .title-2-copy.mg-bottom-16px-copy {
    direction: rtl;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
  }

  .host-10-5-copy {
    justify-content: center;
  }

  .paragraph-01-black-june {
    font-size: 24px;
  }

  .bold-text-112312371 {
    font-size: 40px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
    max-width: none;
  }

  .bold-text-112312372 {
    color: #fff;
  }

  .bold-text-112312373 {
    color: #fff;
    font-size: 40px;
  }

  .host-10-5-copy-copy {
    justify-content: center;
    margin-top: 20px;
  }

  .dashboard-block {
    width: 700px;
  }

  .container-16 {
    font-family: Heebo, sans-serif;
  }

  .integration-img-copy {
    max-width: 1200px;
  }

  .hero-wrapper-two-3 {
    max-width: 1400px;
  }

  .nav-buttons-new-he {
    direction: rtl;
    flex: 1;
    order: 0;
    justify-content: flex-start;
  }

  .nav-dropdown-link-v2-2-he.w--current {
    font-weight: 700;
  }

  .div-block-38-he {
    direction: rtl;
    text-align: right;
    order: 1;
  }

  .content-wide-nonprofit {
    display: none;
  }

  .html-become-a-partner-form-copy-copy {
    flex: 0 auto;
  }

  .btn-cta {
    text-transform: none;
    font-size: 16px;
  }

  .demo-form-page-text-mobile {
    margin-left: 200px;
    margin-right: -200px;
  }

  .link-block-35 {
    direction: rtl;
    text-align: left;
  }

  .tryfreebutton-he {
    text-transform: none;
  }

  .paragrph-left-copy {
    color: #221f20;
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .products-he, .solutionsforindustries-he {
    color: #000;
  }

  .div-img {
    max-width: 100%;
  }

  .h2-regular-left-copy {
    color: #221f20;
    text-align: right;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-bottom: auto;
    font-weight: 700;
  }

  .footer-cta-2 {
    margin-bottom: 0;
  }

  .page-wrapper-3-he {
    background-image: none;
    margin-bottom: auto;
  }

  .form-partner-mobile {
    justify-content: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .link-block-37 {
    direction: rtl;
    text-align: left;
  }

  .footer-cta-3 {
    margin-bottom: 0;
  }

  .demo-form-page-text-desktop {
    margin-left: 0;
    margin-right: 0;
  }

  .paragrph-left-demo {
    color: #221f20;
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .demo-form-page-text-mobile-copy, .demo-form-page-text-mobile-copy-copy {
    margin-left: 200px;
    margin-right: -200px;
  }

  .sectasdasdqwe-copy {
    background-color: var(--white);
  }

  .div-img-copy {
    max-width: 100%;
  }

  .paragrph-left-demo-copy, .paragrph-left-demo-copy-copy {
    color: #221f20;
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .main-grid-7-m-2-copy {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: stretch stretch;
    display: flex;
  }

  .button-2-copy-copy {
    margin-left: 110px;
  }

  .div-block-823422425 {
    direction: rtl;
    text-align: right;
    order: 1;
  }

  .page-h1-text {
    padding-right: 0;
  }

  .card-18.style-7.landing-form {
    justify-content: center;
    align-items: flex-start;
  }

  .columns-8 {
    color: #fff;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-dropdown-link-v2-3.w--current, .nonprofit.w--current {
    font-weight: 700;
  }

  .link-block-40 {
    direction: rtl;
    text-align: left;
  }

  .column-44 {
    padding-left: 0;
  }

  .column-27-copy {
    order: 1;
    justify-content: flex-start;
  }

  .nav-buttons-2 {
    direction: rtl;
    flex: 1;
    order: 0;
    justify-content: flex-start;
  }

  .tryfreebutton {
    text-transform: none;
  }

  .solutionsforindustries {
    color: #000;
  }

  .logo-icon-3 {
    height: 30px;
  }

  .page-h1-copy {
    margin-top: 0;
    margin-right: 24px;
    padding-left: 0;
  }

  .section-3122342344274 {
    color: #fff;
    background-color: #0000;
    border-radius: 1px;
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-wrapper-3 {
    background-image: none;
    margin-top: 10px;
    margin-bottom: -80px;
  }

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

  .products {
    color: #000;
  }

  .footer-cta-4 {
    margin-bottom: 0;
  }

  .column-32 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .div-block-823422432 {
    direction: rtl;
    text-align: right;
    order: 1;
  }

  .card-19.style-7.landing-form {
    justify-content: center;
    align-items: flex-start;
  }

  .columns-19 {
    color: #fff;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-52 {
    direction: rtl;
    text-align: left;
  }

  .columns-21 {
    padding-left: 0;
  }

  .section-3122342344276 {
    color: #fff;
    background-color: #0000;
    border-radius: 1px;
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-123423423423569 {
    max-width: 50%;
    margin-right: 20px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .bold-text-1122332373 {
    font-size: 3rem;
  }

  .footer-cta-5 {
    margin-bottom: 0;
  }

  .paragraph-123144 {
    font-size: 22px;
  }

  .column-51 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .div-block-823422439 {
    direction: rtl;
    text-align: right;
    order: 1;
  }

  .card-20.style-7.landing-form {
    justify-content: center;
    align-items: flex-start;
  }

  .columns-23 {
    color: #fff;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block-56 {
    direction: rtl;
    text-align: left;
  }

  .section-3122342344278 {
    color: #fff;
    background-color: #0000;
    border-radius: 1px;
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .footer-cta-6 {
    margin-bottom: 0;
  }

  .column-56 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .subscript-2 {
    font-size: 3rem;
    font-weight: 300;
  }

  .become-a-partner-img {
    max-width: 350px;
  }

  .form-partner-desktop {
    justify-content: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .html-embed-12-mobile {
    flex: 0 auto;
  }

  .hero-wrapper-3 {
    margin-top: 10px;
  }

  .h2-regular-left {
    color: #221f20;
    text-align: right;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-bottom: auto;
    font-weight: 700;
  }

  .html-become-a-partner-form {
    flex: 0 auto;
  }

  .bold-text-1122332433 {
    clear: none;
  }

  .paragrph-left {
    direction: rtl;
    color: #221f20;
    text-align: right;
    max-width: 550px;
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .hero-split-3-b-a-p {
    direction: rtl;
    text-align: right;
    margin-left: 220px;
    margin-right: -40px;
  }

  .bold-text-1122332434 {
    font-size: 42px;
    line-height: 46px;
  }

  .licence-item-copy-copy, .div-block-29-copy, .asasa-copy, .div-blsafdy-copy-2-copy, .button-copy-copy-copy.small-copy-copy-copy {
    display: none;
  }

  .column-1-copy {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .heading-12123231-copy {
    color: #221f20;
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-123133-copy {
    font-size: 17px;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    direction: rtl;
    color: #201d1e;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .footer-v1-bottom {
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .components-link {
    border-radius: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .wave-bottom {
    height: 6vw;
  }

  .button.small.ghost-bg {
    border: 2px solid var(--black);
    background-color: var(--white);
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.ghost-bg:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .wrapper {
    flex-direction: column;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-icon {
    height: 20px;
    margin-top: 10px;
    display: block;
  }

  .circle-small {
    width: 10vw;
    top: 20%;
    right: 4%;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-icon-link {
    display: none;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    text-align: right;
    flex-direction: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-elements {
    min-height: 420px;
  }

  .layout-name {
    margin-bottom: 24px;
  }

  .circle-big {
    width: 32vw;
    bottom: -19%;
  }

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

  .footer-info {
    padding-right: 0%;
  }

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .no-margin {
    margin: 0;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 0;
  }

  .section.intro-hero {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .section.footer-section {
    background-color: #5e0090;
  }

  .section.top-section {
    margin-top: -64px;
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .nav-dropdown2 {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .layout {
    overflow: hidden;
  }

  .layouts {
    border-radius: 0;
    margin-bottom: 48px;
    margin-left: -9px;
    margin-right: -9px;
  }

  .menu-icon-line-top {
    background-color: #000;
  }

  .footer-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand {
    order: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 16px;
    display: block;
  }

  .menu-button {
    z-index: 2147483647;
    background-color: #0000;
    display: block;
  }

  .menu-button.w--open {
    color: #30364d;
    background-color: #0000;
  }

  ._2-buttons {
    grid-column-gap: 12px;
    margin-right: 8px;
  }

  .dropdown-bridge {
    display: none;
  }

  .nav-buttons {
    grid-column-gap: 12px;
    display: none;
  }

  .menu-icon-line-bottom, .menu-icon-line-middle {
    background-color: #000;
  }

  .nav-dropdown-icon {
    opacity: .4;
    margin-right: 76px;
    display: inline-block;
  }

  .nav-link {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    justify-content: flex-start;
    padding: 12px 24px;
    display: flex;
  }

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

  .nav-link.w--current {
    color: #30364d;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .footer-top {
    margin-bottom: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .layout-box {
    padding: 12%;
  }

  .intro {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0;
    margin-right: 0;
  }

  .intro.left {
    direction: ltr;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .intro.wide {
    max-width: 83.33%;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: #30364d;
  }

  .components {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    max-width: 140px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-corner, .home-button-text {
    display: none;
  }

  .iphone-v1-image {
    width: 64%;
    position: static;
  }

  .nav-bar-2 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    margin-left: 8px;
    margin-right: 8px;
  }

  .macbook {
    width: 87%;
  }

  .side-tab {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .home-button {
    width: 32px;
  }

  .play-button {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .promo-video {
    height: 48vw;
  }

  .text-big.text-grey {
    direction: rtl;
    text-align: center;
  }

  .text-big.qwe1-23123, .text-big.text-grey-copy {
    text-align: center;
  }

  .paragraph {
    width: auto;
  }

  ._1 {
    max-width: 650px;
    margin-left: 37px;
  }

  .heading-2 {
    max-width: 700px;
  }

  .image-2 {
    max-width: 450px;
    margin-left: 0;
  }

  .heading-3 {
    direction: rtl;
    text-align: center;
    align-self: center;
  }

  .image-3 {
    max-width: 300px;
    margin-left: -68px;
  }

  .heading-4 {
    direction: rtl;
    text-align: center;
    align-self: center;
    margin-left: 0;
  }

  .cta-card-info {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
  }

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

  .image-5 {
    max-width: 25%;
  }

  .section-18 {
    padding-top: 83px;
    padding-bottom: 48px;
  }

  .section-19 {
    padding-top: 90px;
  }

  .section-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    max-width: 750px;
  }

  .image-11 {
    max-width: 400px;
  }

  .image-20 {
    max-width: 800px;
  }

  .image-21 {
    max-width: 450px;
  }

  .image-22 {
    max-width: 800px;
  }

  .image-24 {
    max-width: 360px;
  }

  .image-25 {
    max-width: 300px;
  }

  .image-28 {
    max-width: 280px;
  }

  .image-31 {
    max-width: 350px;
  }

  .image-32 {
    max-width: 500px;
  }

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

  .image-35 {
    max-width: 400px;
    margin-left: 0;
  }

  .image-36 {
    max-width: 300px;
  }

  .image-37 {
    max-width: 180px;
  }

  .dynamic-column {
    grid-row-gap: 40px;
  }

  .dynamic-column.margin-top {
    grid-row-gap: 32px;
    margin-top: 73px;
  }

  .wrapper-2 {
    width: 90%;
    max-width: 1000px;
    margin-left: -73px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-card {
    margin-bottom: 0;
    padding: 5vw;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-margin-big {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 20px;
    font-style: normal;
    display: inline-block;
  }

  .feature-image-medium {
    height: 14vw;
  }

  .image-39 {
    max-width: 700px;
  }

  .wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-3.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-40 {
    max-width: 370px;
  }

  .sidebar-promo-circle {
    width: 13vw;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .sidebar {
    max-width: 50%;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-author:hover {
    background-color: #0000;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-menu {
    flex-direction: row;
    max-width: 500px;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
    padding: 12vw;
    box-shadow: 0 0 0 1px #ededff;
  }

  .feature-block-image {
    margin-top: 6vw;
  }

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

  .feature-image-medium-2 {
    height: auto;
  }

  .main-grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-small {
    height: 14vw;
  }

  .feature-card-hover {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .main-grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 63px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-section {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .contact-form-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 80px;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .image-41 {
    margin-top: 20px;
  }

  .text-grey-101 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3.pricing-cell-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .tab-link {
    padding: 24px 16px;
  }

  .tab-link:hover {
    color: var(--black);
  }

  .tab-link.w--current {
    box-shadow: inset 0 -3px 0 0 var(--black);
    color: var(--black);
  }

  .feature-image-big {
    height: 27vw;
  }

  .main-grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-11-copy-copy {
    padding-bottom: 0;
  }

  .wrapper-3-copy, .wrapper-3-copy.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-116 {
    font-size: 40px;
  }

  .intro-copy.no-margin-bottom-copy {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .bold-text-10 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .text-big-copy.text-grey, .text-big-copy.sdfsfwerwerrew, .text-big-copy.werwerwef34234, .text-big-copy.asdfasdfasfdwerwer, .text-big-copy.textasdasdasdasdopy, .bold-text-11, .bold-text-12 {
    text-align: center;
  }

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

  .tab-link-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-feature {
    text-align: right;
    flex-direction: row;
  }

  .main-grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-v1-card {
    flex: 0 auto;
    width: 100%;
  }

  .info {
    flex: none;
  }

  .feature-image-medium-copy {
    height: 27vw;
  }

  .heading-118 {
    font-size: 45px;
  }

  .nav-dropdown-link-v2-copy {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-copy:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-copy.w--current {
    color: #30364d;
  }

  .pricing-v3-plans {
    top: 0;
  }

  .wrapper-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-v3-plan-name {
    font-size: 14px;
  }

  .pricing-v3-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v3 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .pricing-v3-category-header {
    padding-left: 18px;
    padding-right: 20px;
    top: 124px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .pricing-plan-cell {
    padding: 20px;
  }

  .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .pricing-v3-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .feature-image-medium-copy-copy {
    height: 6vw;
  }

  .pricing-v3-plan-name-copy {
    font-size: 14px;
  }

  .pricing-v3-plans-2 {
    min-width: 977px;
    top: 60px;
  }

  .wrapper-5 {
    width: auto;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-v3-plan-name-2 {
    font-size: 13px;
  }

  .pricing-v3-row-2 {
    width: 1200px;
  }

  .pricing-v3-row-header-2 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v3-category-header-2 {
    padding-left: 18px;
    padding-right: 20px;
    top: 190px;
  }

  .pricing-plan-cell-2 {
    width: 23%;
    padding: 20px;
  }

  .pricing-v3-header-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .comparasin {
    object-fit: fill;
    display: none;
  }

  .pricing-plan-cell-2-hide {
    width: 80%;
    padding: 20px;
  }

  .text-block-11 {
    width: auto;
    padding-left: 0;
  }

  .paragraph-3-copy {
    font-size: 28px;
    line-height: 38px;
  }

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

  .feature-image-medium-copy-copy-copy {
    height: 6vw;
  }

  .wrapper-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-small-2 {
    max-width: 40%;
    height: auto;
  }

  .pricing-v1-card-2 {
    flex: 0 auto;
    width: 100%;
  }

  .feature-image-small-2-copy {
    max-width: 60px;
    height: auto;
  }

  .pricing-v1-card-copy {
    flex: 0 auto;
    width: 100%;
  }

  .main-grid-7-copy {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy.wide-copy {
    max-width: 83.33%;
  }

  .image-34-copy {
    max-width: 300px;
  }

  .paragraph-copy {
    width: 130%;
    max-width: 600px;
  }

  .image-45 {
    max-width: 800px;
  }

  .intro-copy.margin-bottom, .intro-copy.margin-bottom-copy {
    margin-bottom: 64px;
  }

  .image-39-copy {
    max-width: 400px;
  }

  .heading-141 {
    font-size: 40px;
  }

  .wrapper-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-copy.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-copy-copy.left {
    left: auto;
  }

  .heading-143 {
    font-size: 40px;
    line-height: 48px;
  }

  .image-18-copy {
    max-width: 800px;
  }

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

  .intro-copy213 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy213.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy213.wide {
    max-width: 83.33%;
  }

  .intro-copy213.margin-bottom {
    margin-bottom: 64px;
  }

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

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

  .heading-151 {
    font-size: 40px;
    line-height: 48px;
  }

  .image-29-copy {
    max-width: 700px;
  }

  .intro-copy-copy-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-copy-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-copy-copy-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-1.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-1.wide {
    max-width: 83.33%;
  }

  .intro-copy-1.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-2.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-2.wide {
    max-width: 83.33%;
  }

  .intro-copy-2.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-3.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-3.wide {
    max-width: 83.33%;
  }

  .intro-copy-3.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-3.left-copy {
    margin-right: 0;
  }

  .intro-copy-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-4.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-4.wide {
    max-width: 83.33%;
  }

  .intro-copy-4.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-5.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-5.wide {
    max-width: 83.33%;
  }

  .intro-copy-5.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-5.left-copy {
    margin-right: 0;
  }

  .intro-copy-5-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-5-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-5-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy-5-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-5-copy.left-copy {
    margin-right: 0;
  }

  .bold-text-102 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-big-copy-copy.text-grey-copy-copy-copy {
    text-align: center;
  }

  .intro-430 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-430.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430.wide {
    max-width: 83.33%;
  }

  .intro-430.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-323 {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-323.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323.wide {
    max-width: 83.33%;
  }

  .intro-323.margin-bottom {
    margin-bottom: 64px;
  }

  .text-big-copy-copy.text-grey-copy-copy {
    padding-bottom: 10px;
  }

  .h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .bold-text-11-copy {
    text-align: center;
    line-height: 30px;
  }

  .intro-copy.left {
    margin-left: auto;
    padding-left: 40px;
  }

  .intro-copy.no-margin-bottom-copy, .intro-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .feature-card-2 {
    padding: 5vw;
  }

  .main-grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-medium-3, .feature-image-medium-3-copy {
    height: 27vw;
  }

  ._1-c-opy {
    max-width: 650px;
    margin-left: 37px;
  }

  .feature-card-2-copy, .card-13 {
    padding: 5vw;
  }

  ._1-copy {
    max-width: 650px;
    margin-left: 37px;
  }

  .intro-copy-copy.left-copy-copy {
    margin-left: 0;
    padding-right: 0;
  }

  ._1-copy-copy, ._1-copy-copy-copy {
    max-width: 650px;
    margin-left: 37px;
  }

  .feature-card-c234opy {
    margin-bottom: -48px;
    padding: 5vw;
  }

  .feature-image-medium-3-copy-copy, .feature-image-medium-3-copy-copy-copy {
    height: 27vw;
  }

  ._1-copy-copy {
    max-width: 650px;
    margin-left: 37px;
  }

  .button-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    border-radius: 19px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .header-h1 {
    text-align: center;
  }

  .div-block-9 {
    padding-bottom: 37px;
  }

  .section-93 {
    padding-top: 160px;
  }

  .image-51 {
    max-width: 100%;
    margin-bottom: -86px;
    margin-left: 0;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .heading-h3 {
    padding-right: 35px;
    font-size: 35px;
  }

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

  .client-4, .image-53 {
    max-width: 100%;
  }

  .section-96 {
    padding-right: 19px;
  }

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

  .heading-h5 {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-18 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    max-width: none;
  }

  .grid-3 {
    justify-content: stretch;
    width: 500px;
  }

  .div-block-21 {
    justify-content: center;
    max-width: 500px;
    display: flex;
  }

  .button-2-c23opy {
    text-align: center;
    display: inline-block;
  }

  .div-block-18-copy {
    margin-right: 51px;
  }

  .div-block-22 {
    justify-content: center;
    margin-right: 0;
  }

  .div-block-23 {
    display: none;
  }

  .section-98 {
    padding-top: 29px;
    padding-bottom: 57px;
  }

  .paragraph-5 {
    max-width: 500px;
  }

  .div-block-24 {
    justify-content: center;
  }

  .nav-dropdown-link-v2-copy-copy {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-copy-copy:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-copy-copy.w--current {
    color: #30364d;
  }

  .nav-dropdown-link-v2-copy-copy-copy {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-copy-copy-copy:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-copy-copy-copy.w--current {
    color: #30364d;
  }

  .bold-text-109 {
    font-size: 80px;
  }

  .image-56, .image-57 {
    max-width: 130%;
  }

  .image-58 {
    max-width: 130%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9-copy {
    padding-bottom: 37px;
  }

  .nav-dropdown-link-v2-co23py {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-co23py:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-co23py.w--current {
    color: #30364d;
  }

  .feature-card-hover-14 {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .pricing-v3-plans-2-copy {
    top: 0;
  }

  .feature-card-customer-seccess {
    padding: 5vw;
  }

  .nav-link-copy-copy {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    justify-content: flex-end;
    padding: 12px 24px;
    display: flex;
  }

  .nav-link-copy-copy:hover {
    background-color: #fff;
  }

  .nav-link-copy-copy.w--current {
    color: #30364d;
  }

  .nav-link-copy-copy.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .nav-link-cop233y {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link-cop233y:hover {
    background-color: #fff;
  }

  .nav-link-cop233y.w--current {
    color: #30364d;
  }

  .nav-link-cop233y.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .slide-3 {
    background-position: 50% 100%;
    background-size: 1500px;
  }

  .main-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-4 {
    background-position: 50% 100%;
    background-size: 1100px;
  }

  .slide-6 {
    background-position: 50% 100%;
    background-size: 1200px;
  }

  .wrapper-navbar1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar1.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-v3-row-header-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .intro-copy-copy-copy.no-margin-bottom-copy, .intro-copy-copy-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .section-93-copy {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .nav-buttons-mobile {
    grid-column-gap: 12px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-54-cop234y-c123opy {
    display: none;
  }

  .grid-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-105 {
    background-image: url('../images/PU32.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 79px;
  }

  .heading-h4-copy {
    margin-bottom: 0;
  }

  .bold-text-108-copy {
    font-size: 40px;
  }

  .paragraph-copy-copy {
    width: 130%;
  }

  .h2 {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .intro-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .intro-copy-copy.no-margin-bottom-copy, .intro-copy-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .link-block-6 {
    text-align: center;
  }

  .feature-card-5, .feature-card-6 {
    margin-bottom: 0;
    padding: 5vw;
  }

  .paragraph-copy-copy {
    width: 130%;
    max-width: 750px;
  }

  .h2-copy, .h2-copy-copy {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .image-54-cop234y-c123ofsdfpy-copy {
    display: none;
  }

  .h2-copy-copy-copy {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .h2-copy-copy {
    font-size: 40px;
    line-height: 55px;
  }

  .feature-image-sm345all-copy {
    height: 14vw;
  }

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

  .paragraph-copy-copy23 {
    width: 130%;
    max-width: 700px;
  }

  .intro-copy-123 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-123.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-123.wide {
    max-width: 83.33%;
  }

  .intro-copy-123.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-123.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .intro-3234234234 {
    max-width: none;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-3234234234.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234.wide {
    max-width: 83.33%;
  }

  .intro-3234234234.margin-bottom {
    margin-bottom: 64px;
  }

  .heading-123123 {
    text-align: center;
    align-self: center;
  }

  .image-123455, .image-1qwe {
    max-width: 750px;
  }

  .button-copy.small {
    justify-content: center;
    align-self: center;
    max-width: none;
  }

  .button-copy.small.white-copy {
    background-color: var(--black);
    margin-left: 73%;
    display: block;
  }

  .button-copy.small.white-copy.mbkb {
    margin-left: 0;
  }

  .button-copy.small.asdasdasdas {
    background-color: var(--black);
  }

  .button-copy.small.white-copy {
    margin-left: 0%;
  }

  .button-copy.small.qwesrr {
    align-self: center;
  }

  .paragraph-123123 {
    width: 130%;
    max-width: 700px;
  }

  .t3p2s3 {
    max-width: 750px;
  }

  .intro-copy-123-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-123-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-123-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy-123-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-123-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .main-123123123 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-bi12312332-copy.text-grey-copy {
    text-align: center;
  }

  .intro-3234234234-co-py {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-3234234234-co-py.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-co-py.wide {
    max-width: 83.33%;
  }

  .intro-3234234234-co-py.margin-bottom {
    margin-bottom: 64px;
  }

  .text-bi12312332312-copy.text-grey-copy, .text-bi12312332312-copy.text-grey-copy-copy {
    text-align: center;
  }

  .image-1qwey {
    max-width: 750px;
  }

  .t3p2s4 {
    padding-bottom: 116px;
  }

  .image-1qw234e-co234 {
    max-width: 680px;
  }

  .paragraph-12312sd2 {
    width: 130%;
    max-width: 600px;
  }

  .t3p1s3 {
    display: none;
  }

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

  .h2-cop123y {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .text-big-c34y.text-grey34545 {
    text-align: center;
  }

  .heading-2234 {
    max-width: 700px;
  }

  .h24-cop123y-copy {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .intro-2344 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-2344.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-2344.wide {
    max-width: 83.33%;
  }

  .intro-2344.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-2344.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p4p5 {
    max-width: 500px;
    margin-left: 0;
  }

  .bold-tex34t-11 {
    text-align: center;
    max-width: none;
  }

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

  .intro-3234234234-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-3234234234-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-copy.wide {
    max-width: 83.33%;
  }

  .intro-3234234234-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .text-bi12312err.text-grey-copy, .text-bi12312err.text-grey-copy-copy {
    text-align: center;
  }

  .t3p1p2 {
    margin-left: 0;
  }

  .ima867rf {
    max-width: 750px;
  }

  .text-bi1212.text-g2345 {
    text-align: center;
  }

  .qwer1234 {
    max-width: 750px;
  }

  .t4p5p5 {
    max-width: 600px;
  }

  .intro-3234234234-c234 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-3234234234-c234.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-c234.wide {
    max-width: 83.33%;
  }

  .intro-3234234234-c234.margin-bottom {
    margin-bottom: 64px;
  }

  .v {
    padding-bottom: 100px;
  }

  .qwer123465 {
    max-width: 750px;
  }

  .h234456 {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .t3p1i1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p1i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i1.wide {
    max-width: 83.33%;
  }

  .t3p1i1.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p1i1.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p1s1 {
    padding-bottom: 80px;
  }

  .t3p1p1, .t3p1p4 {
    max-width: 750px;
  }

  .t3p1p6 {
    margin-left: 0;
  }

  .t3p1t1.t3p1t2 {
    text-align: center;
  }

  .t3p1i2 {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p1i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i2.wide {
    max-width: 83.33%;
  }

  .t3p1i2.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p1i3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p1i3.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i3.wide {
    max-width: 83.33%;
  }

  .t3p1i3.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p2h1 {
    text-align: center;
    padding-bottom: 14px;
    font-size: 40px;
    line-height: 45px;
  }

  .t3p2pt2.t3p2pt1 {
    text-align: center;
    font-size: 24px;
  }

  .t3p2pt1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p2pt1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2pt1.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p2pt1.wide {
    max-width: 83.33%;
  }

  .t3p2p2i1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p2p2i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2p2i1.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p2p2i1.wide {
    max-width: 83.33%;
  }

  .t3p2s1 {
    padding-bottom: 124px;
  }

  .t3p2h2 {
    text-align: center;
  }

  .t3p2p1 {
    max-width: 550px;
  }

  .t3p2s5 {
    padding-bottom: 43px;
  }

  .t3p2i2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p2i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i2.wide {
    max-width: 83.33%;
  }

  .t3p2i2.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p2i3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p2i3.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i3.wide {
    max-width: 83.33%;
  }

  .t3p2i3.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p2i3.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p2s7 {
    padding-top: 75px;
    padding-bottom: 63px;
  }

  .t3p2h3 {
    text-align: center;
  }

  .t3p2i4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p2i4.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i4.wide {
    max-width: 83.33%;
  }

  .t3p2i4.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p3h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .t3p3p1 {
    width: 130%;
    max-width: 700px;
  }

  .t3p3s2 {
    display: none;
  }

  .image-123455-copy, .t3p3p3 {
    max-width: 750px;
  }

  .t3p3p4 {
    max-width: 400px;
    margin-left: 0;
  }

  .t3p3p5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p3p5.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p3p5.wide {
    max-width: 83.33%;
  }

  .t3p3p5.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p3p6 {
    max-width: 350px;
  }

  .t3p4s2 {
    padding-top: 94px;
  }

  .t3p4h2 {
    text-align: center;
    padding-bottom: 6px;
    font-size: 45px;
  }

  .t3p4p3 {
    max-width: 400px;
  }

  .t3p4p4 {
    max-width: 750px;
  }

  .t3p4p6 {
    margin-left: 0;
  }

  .t3p4p7 {
    max-width: 650px;
  }

  .t3p4s9 {
    max-width: 450px;
    margin-left: 0;
  }

  .t3p4i1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p4i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p4i1.wide {
    max-width: 83.33%;
  }

  .t3p4i1.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p4i1.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p4p1, .t4p5p1 {
    max-width: 750px;
  }

  .t4p5s3 {
    display: none;
  }

  .t4p5i2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t4p5i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t4p5i2.wide {
    max-width: 83.33%;
  }

  .t4p5i2.margin-bottom {
    margin-bottom: 64px;
  }

  .t4p5i2.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t4p5p4 {
    max-width: 750px;
  }

  .t4p5p6 {
    max-width: 600px;
    margin-left: 0;
  }

  .t4p5p7, .t3p6p1 {
    max-width: 750px;
  }

  .t3p6p2 {
    max-width: 450px;
  }

  .t3p6s3 {
    padding-bottom: 40px;
  }

  .t3p6s4 {
    padding-bottom: 90px;
  }

  .t3p6s5 {
    max-width: 400px;
  }

  .t3p6s7 {
    max-width: 750px;
  }

  .t3p7p1 {
    max-width: 500px;
  }

  .t3p7i1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p7i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p7i1.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p7i1.wide {
    max-width: 83.33%;
  }

  .t3p7h1 {
    text-align: center;
    padding-bottom: 29px;
    font-size: 45px;
  }

  .t3p7p2 {
    max-width: 600px;
    margin-left: 0;
  }

  .t3p7s6 {
    padding-top: 62px;
  }

  .t3p7p4 {
    max-width: 750px;
  }

  .t3p7s8 {
    padding-top: 81px;
  }

  .t3p7s9, .t3p7p7 {
    margin-left: 0;
  }

  .t1p2s1 {
    direction: ltr;
  }

  .t1p3s1 {
    padding-top: 168px;
  }

  .t2p1s1 {
    padding-top: 104px;
    padding-bottom: 41px;
  }

  .t2p1s1.intro-hero {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .t2p1s1.top-section {
    margin-top: -64px;
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .t2p3h1 {
    padding-bottom: 29px;
    font-size: 40px;
    line-height: 50px;
  }

  .t3p3i6 {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p3i6.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p3i6.wide {
    max-width: 83.33%;
  }

  .t3p3i6.margin-bottom {
    margin-bottom: 64px;
  }

  .t3p1p8 {
    width: 130%;
    max-width: 750px;
  }

  .t3p1p9 {
    margin-left: 0;
  }

  .t3p2p8 {
    max-width: 300px;
    margin-left: 0;
  }

  .t3p2p234 {
    max-width: 400px;
  }

  .asdasdasdqweqw {
    max-width: 750px;
    margin-top: 0;
  }

  .t3p1p212345, .t3p3p34 {
    max-width: 350px;
  }

  .hbkshdbfkjbewkjfbew {
    text-align: center;
  }

  .hgrwehjgriyweg3467 {
    max-width: 400px;
  }

  .t3p2p1324 {
    max-width: 450px;
  }

  .t4p5p345 {
    max-width: 750px;
  }

  .t4p5p3456 {
    max-width: 450px;
    margin-left: 0;
  }

  .t4p5p34567 {
    max-width: 450px;
  }

  .t3p7p2345 {
    max-width: 300px;
  }

  .image-12342342342345 {
    max-width: 750px;
  }

  .t3p2p20 {
    max-width: 600px;
  }

  .div-block-24-copy {
    align-self: center;
  }

  .text-bi1212-copy.text-g2345 {
    text-align: center;
  }

  .asodhoiasdhoiasdh123, .paragraph-copy-cop123123 {
    width: auto;
  }

  .intro-copqweqwer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copqweqwer.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copqweqwer.wide {
    max-width: 83.33%;
  }

  .intro-copqweqwer.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .text-big-copy.text-grey-copy {
    text-align: center;
  }

  .section-3123213 {
    padding-top: 103px;
    padding-bottom: 43px;
  }

  .intro-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-cop123123123y {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-cop123123123y.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-cop123123123y.wide {
    max-width: 83.33%;
  }

  .intro-cop123123123y.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .intro-coeqwewqy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-coeqwewqy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-coeqwewqy.wide {
    max-width: 83.33%;
  }

  .intro-coeqwewqy.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-coeqwewqy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .grid-323asdaosdnasdjpi, .grid-32234234234 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._123123123 {
    padding-top: 89px;
  }

  .image-54-cop234yasdasd-c123ofsdfpy-copy-copy {
    max-width: 450px;
    margin-right: 0;
    padding-bottom: 44px;
    display: block;
  }

  .div-asdqwe-copy {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .intro-copy-casdasdasd {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-casdasdasd.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-casdasdasd.margin-bottom {
    margin-bottom: 64px;
  }

  .intro-copy-casdasdasd.wide {
    max-width: 83.33%;
  }

  .t2p1p1 {
    max-width: 500px;
  }

  .t2p1p2 {
    max-width: 750px;
    margin-top: -16px;
  }

  .t2p1p3 {
    max-width: 600px;
    padding-left: 0;
  }

  .t2p1p4 {
    max-width: 500px;
  }

  .t2p1p5 {
    max-width: 650px;
  }

  .t2p1p6 {
    max-width: 550px;
  }

  .image-123123y {
    max-width: 800px;
  }

  .t2p2p3 {
    max-width: 450px;
  }

  .introasdasdasddas-copy {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .introasdasdasddas-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .introasdasdasddas-copy.wide {
    max-width: 83.33%;
  }

  .introasdasdasddas-copy.margin-bottom {
    margin-bottom: 64px;
  }

  ._123123123123123 {
    max-width: 800px;
  }

  .intro-323-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-323-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323-copy.wide {
    max-width: 83.33%;
  }

  .intro-323-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .paragraph-copy-copy-copy, .paragraph-co {
    width: 130%;
  }

  .asvdkas12asd312-copy {
    padding-top: 94px;
  }

  .im234age-21-copy {
    max-width: 450px;
  }

  .t2p3p1, .sdfwertgq {
    max-width: 650px;
    margin-left: 37px;
  }

  .sectiasdasdasln {
    padding-bottom: 41px;
  }

  .asdasdqwe {
    max-width: 550px;
  }

  .qweqwe1235 {
    max-width: 400px;
  }

  .kasjbdfjklasbdlqwe {
    max-width: 500px;
  }

  .sectio234563 {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  ._1-copy-copy-copy {
    max-width: 650px;
    margin-left: 37px;
  }

  .aksndwqnl24 {
    max-width: 650px;
    margin-left: 0;
  }

  .ojhwqasdlhaslkd {
    max-width: 450px;
  }

  .ashgdhqi3231 {
    max-width: 550px;
    margin-left: 0;
  }

  .hjfggjfufdut548 {
    align-items: center;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hjfggjfufdut548.no-margin-bottom {
    margin-bottom: 0;
  }

  .hjfggjfufdut548.wide {
    max-width: 83.33%;
  }

  .hjfggjfufdut548.margin-bottom {
    margin-bottom: 64px;
  }

  .ashdaljgdlqlwekhqwe {
    min-width: auto;
    font-size: 40px;
    line-height: 52px;
  }

  .ksajbdjabsd213 {
    align-self: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ksajbdjabsd213.no-margin-bottom {
    margin-bottom: 0;
  }

  .ksajbdjabsd213.margin-bottom {
    margin-bottom: 64px;
  }

  .ksajbdjabsd213.wide {
    max-width: 83.33%;
  }

  .text-big-copy-copy-copy.lajsdnasdbnlqwnelkqwne {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .h2-copy {
    padding-bottom: 8px;
    font-size: 50px;
  }

  .t3p1p234y {
    max-width: 450px;
  }

  .asdhwqe {
    align-self: center;
  }

  .sdbosjaasfdas {
    max-width: 750px;
  }

  .footercta {
    background-color: #0000;
    padding-top: 0;
  }

  .asdhqwljdqwdh {
    max-width: 100%;
    margin-bottom: -86px;
    margin-left: 0;
  }

  .pricing-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .pricing-intro.margin-bottom {
    margin-bottom: 64px;
  }

  .pricing-intro.wide {
    max-width: 83.33%;
  }

  .pricing-intro.no-margin-bottom-copy, .pricing-intro.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .pricing-v1 {
    direction: ltr;
  }

  .bold-tasdasdasd {
    max-width: none;
    font-size: 40px;
  }

  .mobile-pricing-headline {
    max-width: 600px;
  }

  .mobile-pricing-tagline {
    width: 130%;
    max-width: 750px;
  }

  .asdasdqwedff {
    padding-bottom: 29px;
    font-size: 60px;
  }

  .asdasdqwd {
    max-width: 450px;
    display: block;
  }

  .asdasdqwedf {
    height: 27vw;
  }

  .paragraphqwewqey {
    text-align: center;
  }

  .t2p1p3-copy {
    max-width: 350px;
  }

  .sec345tion-4-copy {
    padding-bottom: 62px;
  }

  .t2pasdasdcopy {
    max-width: 700px;
    padding-left: 0;
  }

  .grid-32234234235 {
    grid-template-columns: 1fr;
  }

  .pricing-v4 {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 10px;
    padding: 40px 60px;
  }

  .feature-im234 {
    width: 100px;
    height: auto;
    padding-top: 13px;
  }

  .pricing-v5 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._212323 {
    padding-bottom: 48px;
  }

  .ksajdvfijbsdfsd {
    display: none;
  }

  .grid-32234234236 {
    grid-template-columns: 1fr;
  }

  .licence-item-copy {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .pricing-pic-v1 {
    height: auto;
  }

  .pricing-v1-card-copy-copy {
    flex: 0 auto;
    width: 100%;
  }

  .pricing-v43 {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 653px;
    padding-bottom: 60px;
  }

  .pricing-v234 {
    flex: 0 auto;
    width: 100%;
    height: 653px;
    padding-bottom: 56px;
  }

  .headiasdqwdqewd {
    padding-right: 35px;
    font-size: 35px;
  }

  .pricing-plan-2342345 {
    width: 18.5%;
    padding: 20px;
  }

  .text-blo2334 {
    width: 200px;
    padding-left: 0;
  }

  .homepage-p {
    direction: rtl;
    text-align: center;
  }

  .t3p4p41 {
    max-width: 750px;
  }

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

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

  .heder-uweh {
    max-width: none;
  }

  .hs3p1 {
    max-width: 700px;
  }

  .grid-32234234238 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
    margin-right: 0;
    padding-right: 40px;
  }

  .imagasdasdwe {
    max-width: 110%;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-23456 {
    padding-right: 19px;
  }

  .div-block-18-copy {
    text-align: center;
    max-width: none;
    margin-right: 0;
  }

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

  .div-block-18-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
  }

  .section-23456-copy {
    padding-right: 19px;
  }

  .sectioasdasdsdasaopy {
    padding-top: 54px;
    padding-right: 19px;
  }

  .hs6 {
    padding-top: 49px;
    padding-right: 19px;
  }

  .hs1 {
    text-align: left;
    padding-top: 146px;
    padding-bottom: 60px;
    padding-right: 19px;
    display: none;
  }

  .pic-0312452 {
    max-width: 130%;
    margin-bottom: 41px;
    margin-right: 0;
  }

  .heading-hsadwqedwef {
    font-size: 35px;
    line-height: 45px;
  }

  .asdasasddsa-123123123 {
    font-size: 40px;
  }

  .pic-university {
    max-width: 700px;
  }

  .buttoasdasdwqew {
    text-align: left;
  }

  .heasdasdwe {
    padding-bottom: 0;
  }

  .paragrasdasdasdqwe {
    text-align: center;
    align-self: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h7-copy {
    font-size: 40px;
  }

  .paragasdasdasdy {
    text-align: center;
    max-width: 500px;
  }

  .asdasdasdafssdf {
    text-align: center;
    margin-right: auto;
  }

  .button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
    align-self: center;
  }

  .button-2-copy-copy {
    text-align: right;
  }

  .dsfsdfwefwefewf {
    font-size: 35px;
    line-height: 45px;
  }

  .adasdasd34132 {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .imaasdasddopy {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 25px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-b123123123312-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .pic-0312452-copy, .pic-0312452-copy-copy {
    max-width: 130%;
    margin-bottom: 41px;
    margin-right: 0;
  }

  .paragsddsfsdfer {
    width: 130%;
    max-width: 650px;
  }

  .asdasdasdqwd {
    padding-right: 35px;
    font-size: 35px;
  }

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

  .heading-113-copy, .bold-text-112312316 {
    font-size: 40px;
  }

  .imaasasdasdadsy {
    max-width: 300px;
    margin-left: 10px;
  }

  .qweqweqweqwe {
    max-width: 400px;
  }

  .asdasdqwdqwdqwqw {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .asdasdqwdqwdqwqw.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .asdqw213123 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .qweqwe123 {
    padding-bottom: 0;
    font-size: 50px;
  }

  .nav-dropdownewqwer {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .t1p2123123 {
    direction: ltr;
    padding-top: 152px;
  }

  .asidjaidqwwqe {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .asidjaidqwwqe.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .main-gqweqweqwe1234 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .sdfwerbfojwefnoiwehf {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfwerbfojwefnoiwehf.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .asdqwedqdwqd {
    text-align: center;
  }

  .intro-430-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-430-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430-copy.wide {
    max-width: 83.33%;
  }

  .intro-430-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .werwefwfer {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .werwefwfer.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .asdasdasdqwe12jfgh {
    text-align: center;
  }

  .sdfsdfsdfjyf {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfsdfsdfjyf.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdfsdfjyf.wide {
    max-width: 83.33%;
  }

  .sdfsdfsdfjyf.margin-bottom {
    margin-bottom: 64px;
  }

  .qweasdwefwe {
    text-align: center;
  }

  .sdfsdfsdfwec {
    flex-direction: column-reverse;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfsdfsdfwec.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfsdsdfsdffsdfjyf-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy.wide {
    max-width: 83.33%;
  }

  .sdfsdsdfsdffsdfjyf-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .sdfsdfwewerwerwr {
    width: auto;
    max-width: none;
  }

  .secqweqwetion-2-copy {
    padding-top: 73px;
    padding-bottom: 0;
  }

  .t2p11234234 {
    max-width: 450px;
  }

  .hkjhkgjkdin234234234-copy {
    max-width: none;
  }

  .h2-copy-copy-copy {
    margin-bottom: 0;
    font-size: 40px;
  }

  .image-12342342342350 {
    max-width: 90%;
  }

  .t32345 {
    max-width: 550px;
  }

  .dasasdwed {
    max-width: 750px;
    margin-top: -16px;
  }

  .t2p1wer {
    max-width: 500px;
  }

  .asdasdqwdf {
    padding-bottom: 41px;
  }

  .intasdasdw2py {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intasdasdw2py.no-margin-bottom {
    margin-bottom: 0;
  }

  .intasdasdw2py.wide {
    max-width: 83.33%;
  }

  .intasdasdw2py.margin-bottom {
    margin-bottom: 64px;
  }

  .imagqwed {
    max-width: 500px;
  }

  .s234234qweepy {
    padding-bottom: 57px;
  }

  .t2p1w234234432y {
    max-width: 300px;
  }

  .asdasdqwdef {
    background-color: #f9f8f8;
    padding-top: 29px;
    padding-bottom: 57px;
  }

  .image-12342342342351 {
    max-width: 350px;
    padding-bottom: 33px;
  }

  .developers-button {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .div-block-69 {
    min-width: 700px;
  }

  .grid-32234234239 {
    grid-template-columns: 1fr 1fr;
  }

  .image-39-copy-copy {
    max-width: 400px;
  }

  .t2p11234234-copy {
    max-width: 450px;
  }

  .sdfsdfwefwfwe {
    max-width: 500px;
  }

  .asdasdqwdqwdqwdqwd {
    text-align: center;
    justify-content: center;
  }

  .sdfsdf-opy {
    padding-top: 24px;
  }

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

  .div-blo {
    padding-right: 30px;
  }

  .t3p1h1-2-2334 {
    font-size: 40px;
    line-height: 58px;
  }

  .t3p344555 {
    width: 130%;
    max-width: 750px;
    padding-bottom: 63px;
  }

  .bold-text-9-copy-copy {
    max-width: 600px;
  }

  .t3p2asdasdasd {
    display: none;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.wide {
    max-width: 83.33%;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .t2p1w23423443asdy {
    max-width: 500px;
  }

  .qweqweqweqweqwe, .qweqweqweqweqwe-copy {
    min-width: 700px;
  }

  .asdf21312 {
    max-width: 400px;
  }

  .heaasdasdasopy {
    max-width: 700px;
  }

  .youtube-3 {
    min-width: auto;
  }

  .play-button-2 {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .div-block-77 {
    min-width: 760px;
  }

  .wrapper-7 {
    min-width: auto;
    max-width: 700px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-video {
    height: 30vw;
  }

  .pricing-v234-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: -51px;
    padding-bottom: 44px;
  }

  .pricing-pic-v1-copy {
    height: auto;
    margin-bottom: 0;
  }

  .pricing-v1-billing-copy-copy {
    margin-bottom: 19px;
  }

  .image-11-copy {
    max-width: 400px;
  }

  .div-block-14-copy {
    margin-top: 73px;
  }

  .feature-card-6-copy, .feature-c3434-6-copy {
    margin-top: -22px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .featu234234-6-copy {
    margin-top: -29px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-car1233y {
    margin-top: 6px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-car1233y-copy, .fe12ature-card-6-copy {
    margin-top: -25px;
    margin-bottom: 0;
    padding: 5vw;
  }

  ._3123123123 {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .featur-rd-6-copy {
    margin-top: -35px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feat-334opy {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .heading-asdasdqwe, .headinasdasdasdasd {
    max-width: 700px;
  }

  .section-3122342344248 {
    background-color: #f9f9f9;
    display: none;
  }

  .div-block-78 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
  }

  .pricing-v234-copy-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: -51px;
    padding-bottom: 56px;
  }

  .pricing-v234-copy-copy-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: -51px;
    padding-bottom: 24px;
  }

  .bold-tasd123123 {
    max-width: none;
    font-size: 45px;
  }

  .buttoasd-copy {
    background-color: #3d79f8;
  }

  .bold-text174y-copy-copy {
    color: #fff;
  }

  .headiasdghuqwe-copy {
    max-width: 600px;
  }

  .headiasdghuq123 {
    max-width: 600px;
    padding-bottom: 11px;
  }

  .pricing-v234-copy-copy-copy-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: -51px;
    padding-bottom: 35px;
  }

  .int234234234234 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .int234234234234.no-margin-bottom {
    margin-bottom: 0;
  }

  .int234234234234.margin-bottom {
    margin-bottom: 64px;
  }

  .int234234234234.wide {
    max-width: 83.33%;
  }

  .int234234234234.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .wra234234234py {
    width: 1200px;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sectiasdasdasd {
    object-fit: fill;
    display: block;
  }

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

  .image-12342342342352 {
    padding-top: 30px;
  }

  .wiv-134 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-end;
  }

  .hs8 {
    padding-top: 54px;
    padding-right: 19px;
  }

  .hs9 {
    padding-top: 29px;
    padding-bottom: 57px;
  }

  .bold-text-9-copy-copy-copy {
    max-width: 600px;
  }

  .footer-column-v2 {
    margin-right: 13px;
  }

  .main-grid-9 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-24235:hover {
    color: var(--black);
  }

  .intro-430-copy-copy {
    align-self: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-430-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430-copy-copy.wide {
    max-width: 83.33%;
  }

  .intro-430-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .main-gqweqweqw234234 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .feature-imag234 {
    height: auto;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heasdasdwe-copy {
    padding-bottom: 0;
  }

  .pricing-pic-v1-2y {
    max-width: 70px;
    height: auto;
    margin-bottom: 24px;
  }

  .bold-tasda23 {
    max-width: none;
    font-size: 40px;
  }

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

  .div-block-79, .plans-yearly {
    display: none;
  }

  .main-grid-7-m {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: column;
    grid-template: ". Area"
    / 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hs4---tabs-mobile-1 {
    padding-top: 49px;
    padding-right: 19px;
  }

  .tabs-mobile-pic {
    max-width: 110%;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sdfwefwerwer22, .head234324-copy, .bold-tex123213y, .heading-12w3123123y {
    text-align: center;
  }

  .feature-im234-12312 {
    width: 100px;
    height: auto;
    padding-top: 13px;
  }

  .hs4---tabs-mobile-2 {
    padding-top: 49px;
    padding-right: 19px;
  }

  .tabs-mobile-pic-copy {
    max-width: 110%;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-17-copy {
    flex-direction: column;
  }

  .hs4---tabs-mobile-4 {
    padding-top: 49px;
    padding-right: 19px;
  }

  .im234age-212345 {
    max-width: 450px;
  }

  .t2pasdasdpy {
    max-width: none;
    padding-bottom: 29px;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-123125-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .im-y {
    max-width: 200px;
  }

  .secqweqwetion-1231233 {
    padding-top: 73px;
    padding-bottom: 60px;
  }

  .inasdasdasdpy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .inasdasdasdpy.no-margin-bottom {
    margin-bottom: 0;
  }

  .inasdasdasdpy.wide {
    max-width: 83.33%;
  }

  .inasdasdasdpy.margin-bottom {
    margin-bottom: 64px;
  }

  .t2pasdfsdfsdfdsfy {
    max-width: 600px;
  }

  .t2pasdfsdfsdqwewqey {
    max-width: 200px;
    margin-right: 0;
  }

  .heading-123128-copy {
    line-height: 60px;
  }

  .maasdqwepy {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    text-align: right;
    flex-direction: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .secqweqwetion-mobile {
    padding-top: 73px;
  }

  .im-asdasdy {
    max-width: 200px;
  }

  .paragraph-123126 {
    direction: rtl;
    text-align: center;
  }

  .section-3123213-copy {
    padding-top: 103px;
    padding-bottom: 43px;
  }

  .feature-image-medium-234y {
    height: auto;
  }

  .feature-card---email-marketing, .feature-card---content-manager, .feature-card---product-manager {
    margin-bottom: 0;
    padding: 5vw;
  }

  .t5p1s1-monthly-mobile {
    display: flex;
  }

  .t5p1s1-monthly-mobile.hide {
    display: none;
  }

  .pricing-v234-copy-co2324 {
    flex: 0 auto;
    width: 100%;
    height: 653px;
    margin-top: 0;
    padding-bottom: 56px;
  }

  .pricing-v234-copy-c2345py-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 35px;
  }

  .pricing-plan-cell-2-hidqweqwe {
    width: 80%;
    padding: 20px;
  }

  .pricing-v234-coasdfsdfopy-copy {
    flex: 0 auto;
    width: 100%;
    height: 653px;
    margin-top: 0;
    padding-bottom: 35px;
  }

  .pricing-pic-v1-2334 {
    height: auto;
    margin-bottom: 0;
  }

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

  .logo-image {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .text-block-angle {
    margin-top: -4px;
  }

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

  .hasdqwfy {
    width: auto;
    font-size: 50px;
    line-height: 62px;
  }

  .wrapper-2334 {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2334.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .headi223232y {
    text-align: center;
  }

  .feature-ima223py {
    height: auto;
  }

  .feat-6-c12234 {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-card-61, .feature-c3434-63 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-car123234 {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-car123we {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5vw;
  }

  .fe12ature-card-123 {
    margin-top: -25px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-card-643 {
    margin-bottom: 0;
    padding: 5vw;
  }

  ._312312312234 {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .featu234234-566 {
    margin-top: -29px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-card-6876 {
    margin-bottom: 0;
    padding: 5vw;
  }

  .featur-rd-623 {
    margin-top: -35px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feat-2345py {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feat-6-c12335 {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .feat-334y {
    margin-top: -32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .footer-column-v11 {
    margin-right: 13px;
  }

  .section-3122342344253 {
    background-position: 35% 35%;
    background-size: cover;
  }

  .div-block-82 {
    padding-bottom: 37px;
  }

  .header-h1-2 {
    text-align: center;
    max-width: 600px;
  }

  .bold-text-112312326 {
    font-size: 60px;
    line-height: 60px;
  }

  .youtube-6 {
    width: 700px;
  }

  .main-grid-10 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2335, .intro-3234234235 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .t3p6p1-2 {
    max-width: 750px;
  }

  .paragraph-copy-copy23-2 {
    width: 130%;
    max-width: 750px;
  }

  .t3p3i6-2, .t3p3i223236-2, .intro-32342342341231233y {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-32342342341231233y.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-32342342341231233y.wide {
    max-width: 83.33%;
  }

  .intro-32342342341231233y.margin-bottom {
    margin-bottom: 64px;
  }

  .qweqweqdasd {
    background-position: 35% 35%;
    background-size: cover;
  }

  .youtubasdwe {
    width: 700px;
  }

  .t3pqweqweqwewqe {
    max-width: 600px;
  }

  .t4p5s3-2 {
    display: none;
  }

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

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

  .t3p6s4-2-copy {
    padding-bottom: 38px;
  }

  .secti12234 {
    padding-bottom: 41px;
  }

  .bold-text-112312330 {
    font-size: 20px;
  }

  .t3p2s3-2 {
    max-width: 750px;
  }

  .t3p2s9123 {
    padding-bottom: 40px;
  }

  .sec234y {
    padding-top: 48px;
  }

  .headi-py {
    font-size: 40px;
  }

  .image-12342342342361 {
    max-width: 700px;
  }

  .feature-card-hr-manager, .feature-card-technical-customer-support {
    margin-bottom: 0;
    padding: 5vw;
  }

  .asdjdasqwe341 {
    font-size: 40px;
  }

  .div-block-85 {
    width: auto;
    max-width: none;
  }

  .image-12342342342362, .image-123423423422332 {
    max-width: 300px;
  }

  .div-block-82332 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragrasdasda223y {
    width: 130%;
    max-width: 750px;
  }

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

  .div-block-82345-copy, .div-block-82234 {
    width: auto;
  }

  .div-blo2334-copy {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8222234, .div-block-82asdawdfy {
    width: auto;
    max-width: none;
  }

  .div-blo2334234 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8234234 {
    width: auto;
  }

  .div-blo233423445 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-app-1 {
    flex-direction: column;
  }

  .image-app-1 {
    padding-top: 30px;
  }

  .app-p-1 {
    width: 130%;
    max-width: 750px;
  }

  .app-pic-2 {
    max-width: 700px;
  }

  .heading-h5-copy {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-h8 {
    text-align: center;
    align-self: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .asdasasd343234234y {
    font-size: 40px;
  }

  .dsfsdfrewwerwerwerwery {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-h9 {
    font-size: 40px;
  }

  .app-section-3 {
    padding-top: 54px;
    padding-right: 19px;
  }

  .dsf234234234y {
    font-size: 35px;
    line-height: 45px;
  }

  .feature-card-motion-marketing, .feature-card-copy, .feature-card-ux-ui, .feature-card-cs-manager, .feature-card-cem, .feature-card-jd, .feature-card-csrm, .feature-card-cpmm {
    margin-bottom: 0;
    padding: 5vw;
  }

  .bold-text-102-copy {
    font-size: 24px;
    line-height: 36px;
  }

  .qweasdwsdfsdfewfw {
    text-align: center;
  }

  .image-1sdfsdfwef {
    max-width: 400px;
  }

  .t2p1pqweasdasdsady {
    max-width: 500px;
  }

  .text-big-copy.text-grey-copy-copy {
    text-align: center;
    max-width: none;
  }

  .te-z-zx-zxy, .bold-text-11qweqwe {
    text-align: center;
  }

  .asdasdasdaqweqweqwe {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-32234234241 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-8234239 {
    direction: ltr;
  }

  .jrejejerjkerj {
    flex-direction: column;
  }

  .div-block-8234241 {
    align-self: auto;
    align-items: center;
    margin-top: 70px;
    margin-left: 0;
  }

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

  .div-block-8234242 {
    direction: ltr;
    text-align: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-tm2 {
    text-align: center;
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .image-2-3 {
    max-width: 400px;
    padding-bottom: 37px;
  }

  .div-block-8234245 {
    direction: ltr;
    flex-direction: column-reverse;
  }

  .heading-h {
    direction: rtl;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .image-2-123423423422337-copy {
    max-width: 400px;
    padding-bottom: 43px;
  }

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

  .headin-y {
    font-size: 40px;
  }

  .tm-section-7 {
    padding-bottom: 0;
    padding-right: 40px;
    display: block;
  }

  .tm-section-8 {
    background-position: 0%;
  }

  .header-tm2-copy, .header-tmqweqwdqwd {
    padding-bottom: 0;
  }

  .headqwdqwdwdopy {
    text-align: center;
    min-width: auto;
    padding-bottom: 0;
  }

  .asdasaqwdqwdqwdy {
    text-align: right;
    font-size: 40px;
  }

  .div-blocasdasdasd {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .imag123-py {
    max-width: 50%;
    padding-bottom: 44px;
  }

  .image-23456y {
    max-width: 400px;
    padding-bottom: 59px;
  }

  .image-123423423422338 {
    display: block;
  }

  .div-block-823422344 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .header-1-homepage-tm {
    text-align: center;
  }

  ._23455635 {
    max-width: 550px;
    margin-left: 20px;
  }

  .app-page-section-01 {
    padding-bottom: 46px;
  }

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

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

  .image-123423423422340 {
    max-width: 400px;
    margin-right: 0;
  }

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

  .image-123423423422341 {
    max-width: 350px;
  }

  .section-3122342344259 {
    padding-bottom: 46px;
  }

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

  .image-123423423422342 {
    max-width: 300px;
  }

  .section-5-app-page {
    padding-top: 49px;
    padding-right: 19px;
  }

  .imagasdasdwe-app-page {
    max-width: 300px;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .image-123423423422342-2 {
    max-width: 300px;
  }

  .headingsdfsdfsdfpy {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-14gdfgdfgpy {
    font-size: 40px;
    line-height: 48px;
  }

  .div-block-823422349asdasdy {
    align-items: center;
  }

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

  .image-4-app-page {
    max-width: 700px;
  }

  .t3p2p-y {
    max-width: 600px;
  }

  .tasdasdasdy-copy.text-grey-copy-copy, .text-big-copy-copy-copy-copy.text-grey-copy-copy {
    text-align: center;
  }

  .feature-card-copy, .feature-card-seo-contact, .feature-card-inbound-product, .feature-card-marketing-analyst, .feature-card-data, .feature-card-marketing, .feature-card-account-manager, .feature-card-project-manager, .feature-card-cem-12, .feature-card-cs-manager-2 {
    margin-bottom: 0;
    padding: 5vw;
  }

  .feature-imag234-copy, .feature-imag23454-copy, .feature-i25mag234-copy {
    height: auto;
  }

  .paragraph-nond {
    width: 130%;
    max-width: 700px;
  }

  .bold-text-ss112312330-copy {
    font-size: 20px;
  }

  .nextchats {
    height: auto;
  }

  .feature-card-hidden, .feature-card-hidden1, .feature-card-cs-manager-copy, .feature-card-hidden2 {
    margin-bottom: 0;
    padding: 5vw;
  }

  .licence-item-copyhidden {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .ryse-logo {
    height: auto;
  }

  .main-grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2336 {
    margin-bottom: 120px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .questions-list {
    margin-top: -10px;
  }

  .intro-responsive {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-responsive.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-responsive.wide {
    max-width: 83.33%;
  }

  .intro-responsive.margin-bottom {
    margin-bottom: 64px;
  }

  .cs {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .main-grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2337 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .play-button-3 {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .grid-32234234242 {
    display: none;
  }

  .plan-bullets {
    width: 270px;
  }

  .list-item-5 {
    direction: rtl;
    text-align: right;
  }

  .pricing-v43-2 {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }

  .pricing-plan-card {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 56px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .pricing-plan-card.centered {
    position: relative;
    left: 0%;
  }

  .pricing-v1-billing-copy {
    width: 250px;
  }

  .main-grid-7-m-2 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .pricing-v1-billing-copy-copy-2 {
    text-transform: capitalize;
    margin-bottom: 19px;
  }

  .min-users {
    padding-top: 78px;
  }

  .pricing-plan-card-badge {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 56px;
  }

  .pricing-plan-card-badge.mobile.condenced {
    order: -9999;
  }

  .pricing-v234-coasdfsdfopy-copy-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 35px;
  }

  .pricing-v234-copy-co2324-3 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-bottom: 56px;
  }

  .heading-12123220 {
    direction: ltr;
  }

  .pricing-v1-billing-copy-2 {
    text-transform: capitalize;
    margin-bottom: 19px;
  }

  .main-grid-7-m-3 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-v23456 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 24px 20px 35px;
    display: flex;
  }

  .plan-details {
    text-align: center;
    width: 100%;
  }

  .div-block-8234239-copy {
    direction: ltr;
    white-space: break-spaces;
  }

  .plan-details-business {
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }

  .min-users-business-res {
    padding-top: 127px;
    display: none;
  }

  .min-users-expert-res {
    padding-top: 120px;
    display: none;
  }

  .min-users-b-res {
    padding-top: 125px;
  }

  ._123button1123-2-res {
    justify-content: center;
    margin-top: 0;
    padding-top: 8px;
  }

  .pricing-plan-card-res {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: 83px;
    padding-bottom: 56px;
  }

  .plan-details-res {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .pricing-plan-card-res-business {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .min-users-mobile {
    padding-top: 127px;
  }

  .pricing-plan-card-mobile {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .pricing-v1-billing-22 {
    width: 250px;
  }

  .div-block-8234239-unlimited {
    direction: ltr;
  }

  .footer-grid-2 {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-123423423422347 {
    max-width: 25%;
  }

  .footer-link-3 {
    max-width: 140px;
  }

  .pricing-v1-billing-22-copy {
    width: 250px;
  }

  .plan-details-copy {
    text-align: center;
    width: 100%;
  }

  .image-123423423422348 {
    direction: rtl;
    max-width: 85%;
    display: inline-block;
  }

  .lightbox-link-5 {
    flex: 1;
    margin-top: 60px;
  }

  .homepage-p-2 {
    text-align: center;
  }

  .header-1-homepage-2 {
    text-align: center;
    margin-top: 0;
  }

  .div-b123123123312-copy-2 {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    padding-left: 20px;
  }

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

  .hs1-2 {
    padding-top: 146px;
    padding-bottom: 41px;
    padding-right: 19px;
  }

  .wiv-135 {
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423422350 {
    padding-top: 40px;
  }

  .pricing-v1-billing-copy-copy {
    width: 250px;
  }

  .r-d {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .div-block-823422363, .div-block-823422364 {
    display: none;
  }

  .main-grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-v1-card-3 {
    flex: 0 auto;
    width: 100%;
  }

  .main-grid-8m {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .pricing-plan-card-mobilr {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 56px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .pricing-plan-card-mobilr.centered {
    position: relative;
    left: 0%;
  }

  .main-grid-9m {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .main-grid-9m-copy {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-flow: column;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .main-grid-7-m-4 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .text-block-24247 {
    margin-top: 8px;
  }

  .marketing {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .pic-312453 {
    width: auto;
    max-width: 1074px;
    height: auto;
  }

  .field-deletion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-2338 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.align-centre {
    justify-content: center;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.align-vertically {
    padding-bottom: 62px;
  }

  .margin-bottom, .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .div-block-8234240-copy {
    flex-direction: column;
  }

  .gray {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    text-align: right;
    flex-direction: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  ._23455635-copy {
    max-width: 80%;
  }

  .div-block-8234241-copy {
    align-items: flex-end;
    margin-top: 70px;
  }

  ._23455635-copy-copy {
    max-width: 80%;
    margin-top: 70px;
    margin-left: 0;
  }

  .jrejejerjkerj-copy {
    flex-direction: column;
  }

  .au1, .pe {
    padding-top: 80px;
  }

  .homepage-p-copy {
    direction: rtl;
  }

  .iso {
    padding-top: 80px;
  }

  .homepage-p-copy-copy {
    direction: rtl;
    direction: rtl;
    direction: rtl;
  }

  .tm-section-2-copy {
    background-position: 100% 100%;
  }

  .asdasasd343234234y-copy {
    text-align: right;
    font-size: 40px;
  }

  .bold-text-10-copy {
    text-align: center;
    font-size: 18px;
  }

  .bold-text-10-copy-copy {
    text-align: center;
    margin-left: 140px;
    font-size: 16px;
  }

  .div-block-8234248-copy {
    flex-direction: column;
  }

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

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

  .paragrasdasdasdqwe-copy {
    text-align: center;
    width: 130%;
    max-width: 750px;
    padding-right: 0;
  }

  .headin-y-copy, .headin-y-copy-copy {
    text-align: center;
    padding-right: 40px;
    font-size: 40px;
  }

  .button-2350 {
    margin-left: 171px;
  }

  .mobileapp {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobileapp.full-screen {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-2339 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom-3 {
    margin-bottom: 40px;
  }

  .phone-image {
    max-width: 82%;
    margin-bottom: 44px;
    margin-left: 10px;
  }

  .app-download-container {
    display: flex;
  }

  .app-download-button {
    width: 130px;
  }

  .bold-2.margin-bottom {
    text-align: center;
    margin-left: 48px;
  }

  .ttt {
    margin-bottom: 73px;
    margin-left: 22px;
    padding-right: 0;
  }

  .margin-bottom-2-copy-copy-copy {
    margin-bottom: 40px;
  }

  .customer-training, .callcenter, .section-3122342344261-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .foot {
    background-image: url('../images/Group-1555.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .foot.full-screen {
    min-height: 800px;
  }

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

  .margin-bottom-2-copy-copy {
    margin-bottom: 40px;
  }

  .image-123423423422351 {
    margin-left: 0;
  }

  .design {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .webinar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .webinar.full-screen {
    min-height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-823422366 {
    margin-left: -41px;
  }

  .feat-6-c12335-copy {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 5vw;
  }

  .section-3122342344261-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-3122342344261-copy.full-screen, .section-3122342344261-copy.full-screen-copy {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-copy.lg-1, .col-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .margin-bottom-2-copy {
    margin-bottom: 40px;
  }

  .auto2 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auto2.lg-4 {
    width: 50%;
  }

  .auto2.lg-6.md-3 {
    width: 75%;
  }

  .auto2.lg-1, .auto2.lg-1.hidden-lg-down {
    display: none;
  }

  .auto2.lg-8.md-4 {
    width: 100%;
  }

  .auto2.lg-5 {
    width: 50%;
  }

  .auto2t1 {
    margin-bottom: 40px;
  }

  .per1 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .per1.align-centre {
    justify-content: center;
  }

  .per2 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .per2.lg-4 {
    width: 50%;
  }

  .per2.lg-6.md-3 {
    width: 75%;
  }

  .per2.lg-1, .per2.lg-1.hidden-lg-down {
    display: none;
  }

  .per2.lg-8.md-4 {
    width: 100%;
  }

  .per2.lg-5 {
    width: 50%;
  }

  .pert {
    margin-bottom: 40px;
  }

  .noti1 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .noti1.lg-4 {
    width: 50%;
  }

  .noti1.lg-6.md-3 {
    width: 75%;
  }

  .noti1.lg-1, .noti1.lg-1.hidden-lg-down {
    display: none;
  }

  .noti1.lg-8.md-4 {
    width: 100%;
  }

  .noti1.lg-5 {
    width: 50%;
  }

  .notit1, .notit2 {
    margin-bottom: 40px;
  }

  .iso1 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .iso1.lg-4 {
    width: 50%;
  }

  .iso1.lg-6.md-3 {
    width: 75%;
  }

  .iso1.lg-1, .iso1.lg-1.hidden-lg-down {
    display: none;
  }

  .iso1.lg-8.md-4 {
    width: 100%;
  }

  .iso1.lg-5 {
    width: 50%;
  }

  .isot, .ddd {
    margin-bottom: 40px;
  }

  .br-formula {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .br-formula.full-screen {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .head {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .head.full-screen, .head.full-screen-copy {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .record1 {
    margin-bottom: 40px;
  }

  .auto1a {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auto1a.lg-4 {
    width: 50%;
  }

  .auto1a.lg-6.md-3 {
    width: 75%;
  }

  .auto1a.lg-1, .auto1a.lg-1.hidden-lg-down {
    display: none;
  }

  .auto1a.lg-8.md-4 {
    width: 100%;
  }

  .auto1a.lg-5 {
    width: 50%;
  }

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

  .spring-release-2022 {
    max-width: 140px;
  }

  .hr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-823422368 {
    display: none;
  }

  .div-block-823422369 {
    display: block;
  }

  .div-block-823422370, .position-headeing-copy, .div-block-823422360-copy {
    display: none;
  }

  .div-block-823422374, .div-block-823422376 {
    display: block;
  }

  .heading-margin-big-copy {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
    font-style: normal;
    display: none;
  }

  .operations {
    grid-template-columns: 50% 1fr;
    display: none;
  }

  .product, .customer-success {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .statuspage, .record-studio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-3-copy {
    margin-bottom: 40px;
  }

  .sidetextmobile {
    text-align: center;
    margin-bottom: 40px;
  }

  .mobiletexttitle {
    text-align: center;
  }

  .mobiletextside1 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobiletextside1.lg-4 {
    width: 50%;
  }

  .mobiletextside1.lg-6.md-3 {
    width: 75%;
  }

  .mobiletextside1.lg-1, .mobiletextside1.lg-1.hidden-lg-down {
    display: none;
  }

  .mobiletextside1.lg-8.md-4 {
    width: 100%;
  }

  .mobiletextside1.lg-5 {
    width: 50%;
  }

  .margin-bottom-3-copy-copy {
    margin-bottom: 40px;
  }

  .footerbtn {
    margin-left: 48px;
  }

  .side-image-call-center {
    margin-top: 159px;
  }

  .col-copy.lg-1, .col-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .col-copy.lg-8.centre-align.sm-2 {
    text-align: center;
    margin-left: -22px;
  }

  .bold-text-112312349 {
    margin-top: -29px;
  }

  .ttt-copy {
    margin-bottom: 73px;
    margin-left: 22px;
    padding-right: 0;
  }

  .button-2350-copy {
    margin-left: 171px;
  }

  .button-2351 {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
  }

  .record1-copy, .br-text, .call-center-text, .delete-field, .status-page-text {
    margin-bottom: 40px;
  }

  .sidetextmobile-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .webinar-btn {
    margin-left: 171px;
  }

  .webinar-section {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .webinar-section.lg-4 {
    width: 50%;
  }

  .webinar-section.lg-6.md-3 {
    width: 75%;
  }

  .webinar-section.lg-1, .webinar-section.lg-1.hidden-lg-down {
    display: none;
  }

  .webinar-section.lg-8.md-4 {
    width: 100%;
  }

  .webinar-section.lg-8.centre-align.sm-2 {
    text-align: center;
    margin-left: -22px;
  }

  .webinar-section.lg-5 {
    width: 50%;
  }

  .webinar-section.lg-5.align-vertically {
    padding-bottom: 2px;
  }

  .appsdivblock {
    margin-left: -41px;
  }

  .appssection4 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .appssection4.lg-4 {
    width: 50%;
  }

  .appssection4.lg-6.md-3 {
    width: 75%;
  }

  .appssection4.lg-1, .appssection4.lg-1.hidden-lg-down {
    display: none;
  }

  .appssection4.lg-8.md-4 {
    width: 100%;
  }

  .appssection4.lg-5 {
    width: 50%;
  }

  .appssection4.lg-5.align-vertically {
    margin-left: 187px;
    padding-bottom: 2px;
  }

  .appssection5 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .appssection5.lg-4 {
    width: 50%;
  }

  .appssection5.lg-6.md-3 {
    width: 75%;
  }

  .appssection5.lg-1, .appssection5.lg-1.hidden-lg-down {
    display: none;
  }

  .appssection5.lg-8.md-4 {
    width: 100%;
  }

  .appssection5.lg-5 {
    width: 50%;
  }

  .appssection5.lg-5.align-vertically {
    margin-left: 187px;
    padding-bottom: 2px;
  }

  .appssection6 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .appssection6.lg-4 {
    width: 50%;
  }

  .appssection6.lg-6.md-3 {
    width: 75%;
  }

  .appssection6.lg-1, .appssection6.lg-1.hidden-lg-down {
    display: none;
  }

  .appssection6.lg-8.md-4 {
    width: 100%;
  }

  .appssection6.lg-5 {
    width: 50%;
  }

  .appssection6.lg-5.align-vertically {
    margin-left: 187px;
    padding-bottom: 2px;
  }

  .fullscreen1 {
    margin-bottom: 40px;
  }

  .col-apps {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-apps.lg-4 {
    width: 50%;
  }

  .col-apps.lg-6.md-3 {
    width: 75%;
  }

  .col-apps.lg-1, .col-apps.lg-1.hidden-lg-down {
    display: none;
  }

  .col-apps.lg-8.md-4 {
    width: 100%;
  }

  .col-apps.lg-5 {
    width: 50%;
  }

  .col-apps.lg-5.align-vertically {
    padding-bottom: 2px;
  }

  .row-apps {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-apps.align-centre {
    justify-content: center;
  }

  .col-copy {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-copy.lg-4 {
    width: 50%;
  }

  .col-copy.lg-6.md-3 {
    width: 75%;
  }

  .col-copy.lg-1, .col-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .col-copy.lg-8.md-4 {
    width: 100%;
  }

  .col-copy.lg-5 {
    width: 50%;
  }

  .col-copy.lg-5.align-vertically {
    padding-bottom: 2px;
  }

  .col-1-copy {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-copy.lg-4 {
    width: 50%;
  }

  .col-1-copy.lg-6.md-3 {
    width: 75%;
  }

  .col-1-copy.lg-1, .col-1-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .col-1-copy.lg-8.md-4 {
    width: 100%;
  }

  .col-1-copy.lg-5 {
    width: 50%;
  }

  .col-1-copy.lg-5.align-vertically {
    padding-bottom: 2px;
  }

  .mobileapp-copy-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobileapp-copy-1.full-screen {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile-section.full-screen {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-mobile {
    margin-left: 0;
  }

  .br-text-copy, .margin-bottom-3-copy-copy {
    margin-bottom: 40px;
  }

  .col-co111py {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-co111py.lg-4 {
    width: 50%;
  }

  .col-co111py.lg-6.md-3 {
    width: 75%;
  }

  .col-co111py.lg-1, .col-co111py.lg-1.hidden-lg-down {
    display: none;
  }

  .col-co111py.lg-8.md-4 {
    width: 100%;
  }

  .col-co111py.lg-5 {
    width: 50%;
  }

  .col-co111py.lg-5.align-vertically {
    padding-bottom: 2px;
  }

  .phone-image-copy {
    max-width: 82%;
    margin-bottom: 44px;
    margin-left: 10px;
  }

  .mobileapp-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobileapp-copy.full-screen {
    min-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-111 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-111.lg-4 {
    width: 50%;
  }

  .col-111.lg-6.md-3 {
    width: 75%;
  }

  .col-111.lg-1, .col-111.lg-1.hidden-lg-down {
    display: none;
  }

  .col-111.lg-8.md-4 {
    width: 100%;
  }

  .col-111.lg-5 {
    width: 50%;
  }

  .col-111.lg-5.align-vertically {
    padding-bottom: 62px;
  }

  .row-copy-111 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-copy-111.align-centre {
    justify-content: center;
  }

  .margin-bottom-mobile, .margin-bottom-3-copy-copy-111 {
    margin-bottom: 40px;
  }

  .heading-mobile-summer {
    text-align: center;
  }

  .delete-field-123 {
    margin-bottom: 40px;
  }

  .app-download-button-copy {
    width: 130px;
  }

  .col-111-copy {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-111-copy.lg-4 {
    width: 50%;
  }

  .col-111-copy.lg-6.md-3 {
    width: 75%;
  }

  .col-111-copy.lg-1, .col-111-copy.lg-1.hidden-lg-down {
    display: none;
  }

  .col-111-copy.lg-8.md-4 {
    width: 100%;
  }

  .col-111-copy.lg-5 {
    width: 50%;
  }

  .col-111-copy.lg-5.align-vertically {
    padding-bottom: 62px;
  }

  .partnership-manager {
    display: none;
  }

  .customer-success-title {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
    font-style: normal;
    display: inline-block;
  }

  .support-team-lead {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-823422382 {
    display: block;
  }

  .sales {
    grid-template-columns: 50% 1fr;
    display: block;
  }

  .global-sales-manager, .office-manager {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-2 {
    padding-left: 60px;
  }

  .intro-101 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-101.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-101.left {
    direction: ltr;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .intro-101.wide {
    max-width: 83.33%;
  }

  .intro-101.margin-bottom, .intro-101.margin-bottom-101 {
    margin-bottom: 64px;
  }

  .main-grid-6-101 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3-c101opy {
    padding-left: 10px;
  }

  .hero {
    direction: ltr;
    padding-top: 152px;
  }

  .hero2 {
    flex-direction: column;
    margin-left: auto;
    padding-left: 0;
    padding-right: 8px;
  }

  .hero2.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .herotitle {
    direction: ltr;
    padding-bottom: 0;
    font-size: 40px;
  }

  .herosubtitle {
    font-size: 18px;
    line-height: 30px;
  }

  .herocta {
    border-radius: 30px;
    margin-top: 20px;
  }

  .imagemeetthep {
    padding-left: 8px;
    padding-right: 8px;
  }

  .imagemeetthep.no-margin-bottom {
    margin-bottom: 0;
  }

  .imagemeetthep.left {
    direction: ltr;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .imagemeetthep.wide {
    max-width: 83.33%;
  }

  .imagemeetthep.margin-bottom {
    margin-bottom: 64px;
  }

  .imagemeetthep.no-margin-bottom-copy-meet {
    margin-bottom: 0;
  }

  .imagemeet11 {
    width: auto;
    max-width: 1074px;
    height: auto;
  }

  .thecompany-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .the-company {
    padding-left: 8px;
    padding-right: 8px;
  }

  .the-company.no-margin-bottom {
    margin-bottom: 0;
  }

  .the-company.wide {
    max-width: 83.33%;
  }

  .the-company.margin-bottom {
    margin-bottom: 64px;
  }

  .the-company.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .the-company.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph-the-company, .paragraph---the-people {
    width: 130%;
    max-width: 600px;
  }

  .r-d-section {
    justify-content: flex-start;
    padding-left: 0%;
  }

  .card-small-2, .card-small-1, .card-small-3, .card-small {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 6%;
  }

  .div-block-823422386 {
    width: 340px;
  }

  .subtitle---the-people-section {
    flex: 0 auto;
    margin-top: auto;
    padding-right: 0;
  }

  .title---the-people-section {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .bold-text-112312353 {
    color: #000;
    font-size: 40px;
  }

  .grid-32234234245 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-82342234486-copy {
    width: 340px;
  }

  .f {
    border-radius: 2px;
    flex-wrap: nowrap;
    align-content: stretch;
    max-width: 400px;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-heading-fullstack {
    margin-top: auto;
    margin-bottom: auto;
  }

  .bold-text-112312358 {
    font-weight: 400;
  }

  .text-block-24252 {
    color: #5c6771;
  }

  .image-123423423422352, .image-123423423422353, .image-123423423422354, .image-123423423422355, .image-123423423422356, .image-123423423422357 {
    border-radius: 10px;
  }

  .findyourpositiontitle {
    padding-left: 8px;
    padding-right: 8px;
  }

  .findyourpositiontitle.no-margin-bottom {
    margin-bottom: 0;
  }

  .findyourpositiontitle.wide {
    max-width: 83.33%;
  }

  .findyourpositiontitle.margin-bottom {
    margin-bottom: 64px;
  }

  .findyourpositiontitle.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .findyourpositiontitle.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .sd234234234-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sd234234234-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sd234234234-copy-copy.wide {
    max-width: 83.33%;
  }

  .sd234234234-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .sd234234234-copy-copy.no-margin-bottom-copy, .sd234234234-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .r-d-title-section11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .r-d-title-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section11.wide {
    max-width: 83.33%;
  }

  .r-d-title-section11.margin-bottom {
    margin-bottom: 64px;
  }

  .r-d-title-section11.no-margin-bottom-copy, .r-d-title-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-title11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-title11.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-title11.wide {
    max-width: 83.33%;
  }

  .product-title11.margin-bottom {
    margin-bottom: 64px;
  }

  .product-title11.no-margin-bottom-copy, .product-title11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .design-title-111 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .design-title-111.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-title-111.wide {
    max-width: 83.33%;
  }

  .design-title-111.margin-bottom {
    margin-bottom: 64px;
  }

  .design-title-111.no-margin-bottom-copy, .design-title-111.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .r-d-title-section11-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .r-d-title-section11-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section11-copy.wide {
    max-width: 83.33%;
  }

  .r-d-title-section11-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .r-d-title-section11-copy.no-margin-bottom-copy, .r-d-title-section11-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-positions-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-positions-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section.wide {
    max-width: 83.33%;
  }

  .product-positions-section.margin-bottom {
    margin-bottom: 64px;
  }

  .product-positions-section.no-margin-bottom-copy, .product-positions-section.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-positions-section-a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-positions-section-a.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-a.wide {
    max-width: 83.33%;
  }

  .product-positions-section-a.margin-bottom {
    margin-bottom: 64px;
  }

  .product-positions-section-a.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-a.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: inline;
  }

  .product-positions-section-a.r-d-sec, .product-positions-section-a.marketing-sec {
    margin-bottom: 0;
    display: none;
  }

  .product-title {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-title.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-title.wide {
    max-width: 83.33%;
  }

  .product-title.margin-bottom {
    margin-bottom: 64px;
  }

  .product-title.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-title.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .design-title-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .design-title-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-title-copy.wide {
    max-width: 83.33%;
  }

  .design-title-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .design-title-copy.no-margin-bottom-copy, .design-title-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .design-section11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .design-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-section11.wide {
    max-width: 83.33%;
  }

  .design-section11.margin-bottom {
    margin-bottom: 64px;
  }

  .design-section11.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .design-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: inline;
  }

  .design-section-copy-copy {
    justify-content: flex-start;
  }

  .customer-success-section11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .customer-success-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .customer-success-section11.wide {
    max-width: 83.33%;
  }

  .customer-success-section11.margin-bottom {
    margin-bottom: 64px;
  }

  .customer-success-section11.no-margin-bottom-copy, .customer-success-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .hr-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hr-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section.wide {
    max-width: 83.33%;
  }

  .hr-section.margin-bottom {
    margin-bottom: 64px;
  }

  .hr-section.no-margin-bottom-copy, .hr-section.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .hr-section11-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hr-section11-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section11-copy.wide {
    max-width: 83.33%;
  }

  .hr-section11-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .hr-section11-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section11-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: none;
  }

  .sales-section-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sales-section-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sales-section-copy.wide {
    max-width: 83.33%;
  }

  .sales-section-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .sales-section-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .sales-section-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: inline;
  }

  .marketing-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .marketing-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .marketing-section.wide {
    max-width: 83.33%;
  }

  .marketing-section.margin-bottom {
    margin-bottom: 64px;
  }

  .marketing-section.no-margin-bottom-copy, .marketing-section.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .sales-section {
    justify-content: flex-start;
  }

  .r-d-title-section1135435435-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy.wide {
    max-width: 83.33%;
  }

  .r-d-title-section1135435435-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy-copy1 {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-112312353-copy {
    color: var(--black);
  }

  .customersuccesstitle {
    margin-top: auto;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    color: #fff;
  }

  .grid-32234234211145-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-32221234234245-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .grid-32234234246 {
    grid-template-rows: auto 20px;
    display: block;
  }

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

  .herotitle-gfdgfdgdfcopy {
    padding-bottom: 0;
    font-size: 40px;
  }

  .column-4 {
    margin-top: 0%;
    padding-top: 8%;
    padding-bottom: 0%;
  }

  .column-5 {
    flex-wrap: nowrap;
    align-content: stretch;
    margin-top: 65px;
    padding: 0% 0;
    display: flex;
    position: relative;
  }

  .paragraph-123130 {
    font-family: Assistant, sans-serif;
    font-size: 10px;
  }

  .columns {
    padding: 5%;
  }

  .hr-section1331-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hr-section1331-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section1331-copy-copy.wide {
    max-width: 83.33%;
  }

  .hr-section1331-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: inline;
  }

  .grid-32234234543544245-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .hr-section-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hr-section-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section-copy.wide {
    max-width: 83.33%;
  }

  .hr-section-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .hr-section-copy.no-margin-bottom-copy, .hr-section-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .grid-32234234245-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-3223423424656-copy {
    grid-template-rows: auto;
    display: block;
  }

  .grid-32234234246-copy {
    grid-template-rows: auto 20px;
    display: block;
  }

  .product-positions-section-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-positions-section-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-copy-copy.wide {
    max-width: 83.33%;
  }

  .product-positions-section-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: none;
  }

  .findyourpositiontitle-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .findyourpositiontitle-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .findyourpositiontitle-copy.wide {
    max-width: 83.33%;
  }

  .findyourpositiontitle-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .r-d-title-section1135435435-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy-copy.wide {
    max-width: 83.33%;
  }

  .r-d-title-section1135435435-copy-copy.margin-bottom {
    margin-bottom: 64px;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy-copy1 {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-positions-section-copy-1copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-positions-section-copy-1copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-copy-1copy.wide {
    max-width: 83.33%;
  }

  .product-positions-section-copy-1copy.margin-bottom {
    margin-bottom: 64px;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    display: none;
  }

  .heading-3-copy, .heading-3-cowpy {
    text-align: center;
  }

  .logo-image-powerlink, .logo-image-powerlink1 {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .nav-bar-fireberry {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-image-powerlink1-copy, .logo-image-fireberry {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .image-logo {
    width: auto;
    margin-top: 0;
  }

  .body-3 {
    background-color: #0000;
    font-family: Assistant, sans-serif;
  }

  .image-123423423422359 {
    max-width: 110%;
    margin-top: -100%;
    margin-left: -6%;
    display: none;
    overflow: visible;
  }

  .image-wrapper.border-radius-1000px.moderator {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .split-content2.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .split-content2.webinar-landing-page-right {
    max-width: 100%;
  }

  .rich-text {
    margin-bottom: 0;
  }

  .section-3122342344261 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-3122342344261.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .section-3122342344261.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdf8f8 59%, #fff);
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content-wrapper {
    flex-direction: column;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .image-123423423422360.webinar-about-icon {
    font-size: 16px;
  }

  .image-123423423422360.cover {
    flex: 1;
  }

  .image-123423423422360.style-1 {
    max-width: none;
    height: 300px;
    max-height: 50%;
    margin-top: 10px;
  }

  .div-block-823422389 {
    display: block;
  }

  .card {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.style-7 {
    flex-direction: column;
  }

  .card.style-7.landing-form {
    align-items: stretch;
    min-width: auto;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d29;
    margin-bottom: 0;
  }

  .bold-text-112312359 {
    font-family: Assistant, sans-serif;
  }

  .column-6 {
    flex: 0 auto;
    position: relative;
  }

  .bold-text-112312361 {
    direction: rtl;
    font-family: Assistant, sans-serif;
    display: block;
  }

  .subtitle.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
  }

  .columns-2 {
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .flex-c.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .flex-c.webinar-about, .flex-c.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .column-1 {
    justify-content: center;
    align-self: auto;
  }

  .content-top-copy.flex-c.children-wrap {
    font-family: Assistant, sans-serif;
  }

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

  .image-copy.webinar-about-icon {
    font-size: 10px;
  }

  .hero-2 {
    padding-top: 64px;
  }

  .container-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row-2 {
    padding-top: 40px;
  }

  .grid-32234234247 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .display-heading {
    margin-bottom: 16px;
    font-family: Heebo, sans-serif;
    font-size: 50px;
  }

  .display-subheading {
    color: var(--black);
    font-family: Heebo, sans-serif;
  }

  .content-block {
    padding-top: 64px;
  }

  .card-image-tag {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 0;
    left: 0;
  }

  .inline-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .icon-circle {
    padding: 0;
  }

  .card-body {
    padding-top: 0;
  }

  .body-small {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .card-image {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .inline-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .item-icon {
    min-width: 32px;
    padding-right: 8px;
  }

  .paragraph-123133 {
    font-family: Heebo, sans-serif;
  }

  ._22222.text-color-neutral-600.margin-bottom-0px, .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-csfgsdgfopy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
  }

  .subti33tle-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
    display: flex;
  }

  .subtitle-co-py.text-color-neutral-600.margin-bottom-0px, .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px, .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
  }

  .subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px, .subtitle-555copy-copy-c235235opy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
    display: none;
  }

  .split-co-ntent2-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .split-co-ntent2-copy.webinar-landing-page-right {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .card-c-opy {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-c-opy.style-7 {
    flex-direction: column;
  }

  .card-c-opy.style-7.landing-form {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .form1.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .form1.webinar-landing-page-right {
    max-width: 100%;
    display: none;
  }

  .div-block-82342-2391-copy {
    text-align: center;
  }

  .button-235352353-copy {
    background-color: #000;
    border-radius: 20px;
  }

  .div-block-77777-copy-copy, .div-block-77777-co58py-copy-copy {
    text-align: center;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .section-312234234sdfsdfsdf4261-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .div-block-77777-co58py-copy-copy-copy {
    text-align: center;
  }

  .button-235352353-copy-copy {
    background-color: #000;
    border-radius: 20px;
  }

  .button-235352353-copy-sdfsdfcopy-copy, .button-235352353-copsdfgsdgfsdgy-sdfsdfcopy-copy-copy {
    background-color: #000;
    border-radius: 20px;
    display: none;
  }

  .sgsdgsdgsdg {
    background-color: #000;
    border-radius: 20px;
  }

  .div-block-77777-co58sdfsdfsdfsdfpy-copy-copy-copy-copy, .div-block-77777-sdfsdfsdfco58py-copy-copy-copy-copy, .div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy, .div-block-77777-sdfssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy {
    text-align: center;
  }

  .sgsdgsdgsdg-copy, .asdfasf {
    background-color: #000;
    border-radius: 20px;
  }

  .asdfasf.ddsafsadfsadf {
    font-family: Assistant, sans-serif;
    font-size: 17px;
  }

  .div-block-77777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy, .div-block-77sdfsdfsdf777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy-copy {
    text-align: center;
  }

  .dd {
    text-align: center;
    display: block;
    overflow: hidden;
  }

  .split-content-wrapsdfgsdfgsdgfper-copy {
    flex-direction: column;
  }

  .split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
    color: var(--black);
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
  }

  .flex-c-c-opy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .flex-c-c-opy.webinar-about {
    direction: rtl;
    text-align: right;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .flex-c-copy-c-opy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .flex-c-copy-c-opy-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  ._235235235235.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  ._235235235235.webinar-about, ._235235235235.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  ._235235235235-c346346opy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  ._235235235235-c346346opy.webinar-about {
    direction: rtl;
    text-align: right;
  }

  ._235235235235-c346346opy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    display: none;
  }

  .content-top-copy-copy.flex-c.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap-copy {
    font-family: Assistant, sans-serif;
  }

  .subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
    display: flex;
  }

  ._235235235235-c346346346346opy-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  ._235235235235-c346346346346opy-copy.webinar-about, ._235235235235-c346346346346opy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 0;
    display: flex;
  }

  .image222 {
    max-width: 110%;
    margin-left: -6%;
  }

  .image222-copy {
    text-align: center;
    object-fit: fill;
    max-width: 100%;
    margin-top: -800px;
    margin-bottom: 100px;
    margin-left: 0;
    display: block;
  }

  .columns-2-copy {
    text-align: center;
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hs1-2-copy {
    padding-top: 146px;
    padding-bottom: 41px;
    padding-right: 19px;
  }

  .hs3p1fireberry {
    max-width: 700px;
  }

  .tabs-2-copy, .tabs-2-c11opy-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .imagasdasdwe-fireberry {
    max-width: 110%;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .asdasasd343234234y-fireberry-copy {
    font-size: 40px;
  }

  .imaasdasddopy-sgsdgsdgcopy {
    max-width: 110%;
    margin-left: 0;
    margin-right: 25px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-cta {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .headin123123-2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .try-for-free {
    font-size: 14px;
  }

  ._235235235235-c346346346346opy-copy-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about, ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .flex-c-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    color: #44087d29;
    margin-bottom: 0;
  }

  .sdfsdf36346346346opy-copy-copy-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about, .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .webinar-section1 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-section1.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .workshop-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .workshop-section.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    padding-top: 0;
  }

  .re {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .re.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .re.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-release-qa---recorded-page {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .rich-text-copy {
    margin-bottom: 0;
  }

  .columns-2-copy-copy {
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .webinar-release-qa---recorded-page-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-release-qa---recorded-page-copy-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .speakers {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .speakers.padding-top-reduced-160px {
    padding-top: 102px;
  }

  .speakers.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .team-circles {
    background-color: var(--white);
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .heading-12123233 {
    color: #fff;
  }

  .herotext {
    direction: rtl;
    font-size: 20px;
  }

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

  .button-primary-copy {
    font-size: 16px;
  }

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

  .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-copy, .hero-split-c555555opy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-copy-33copy, .hero-wrapper-44 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .herotext-cop44y {
    direction: rtl;
    font-size: 20px;
  }

  .button-primary-copy-44copy {
    font-size: 16px;
  }

  .shadow-55 {
    flex: 0 auto;
    order: 1;
  }

  .herotext-cop44y-copy {
    direction: rtl;
    font-size: 20px;
  }

  .button-primary-copy55 {
    margin-bottom: 40px;
    font-family: Heebo, sans-serif;
    font-size: 18px;
  }

  .shadow-55-copy {
    flex: 0 auto;
    order: 1;
    display: none;
  }

  .image-123423423422366-copy-copy {
    display: block;
  }

  .hero-split-copy-copy-copy {
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-44-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .div-block-823422394 {
    display: block;
  }

  .mobileimage {
    float: none;
    text-align: left;
    display: inline-block;
  }

  .centered-heading-copy {
    font-weight: 500;
  }

  .team-member-position-copy {
    direction: ltr;
  }

  .herotext-cop44y-copy-copy {
    direction: rtl;
    font-size: 20px;
  }

  .herotext-cop44y-copy-copy._55 {
    font-family: Heebo, sans-serif;
  }

  .team-member-position-copy-copy {
    direction: ltr;
  }

  .image-partners {
    max-width: 110%;
    margin-top: 10%;
    margin-left: -6%;
  }

  .split-content.story-left {
    max-width: 100%;
    margin-right: 0;
  }

  .split-content.story-right {
    min-width: auto;
    max-width: 100%;
    margin-bottom: -60px;
  }

  .heading-12123235 {
    font-weight: 500;
  }

  .paragraph-123136 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .bold-text-112312366 {
    font-size: 42px;
  }

  .h2-webinar-page {
    color: #fff;
    font-weight: 500;
  }

  .r-d-section---inbound-product-manager {
    justify-content: flex-start;
    padding-left: 0%;
  }

  .about-us-powerlink {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-large-buble {
    max-width: 110%;
    margin-top: -100%;
    margin-left: -6%;
    display: none;
    overflow: visible;
  }

  .nav-buttons-mobile-2 {
    grid-column-gap: 12px;
  }

  .brand-2 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .nav-link-copy-copy-2 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    justify-content: flex-end;
    padding: 12px 24px;
    display: flex;
  }

  .nav-link-copy-copy-2:hover {
    background-color: #fff;
  }

  .nav-link-copy-copy-2.w--current {
    color: #30364d;
  }

  .nav-link-copy-copy-2.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .nav-dropdown-link-v2-2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-2.w--current {
    color: #30364d;
  }

  .nav-dropdown2-2 {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .no-margin-3 {
    margin: 0;
  }

  .logo-icon-2 {
    display: block;
  }

  .nav-link-2 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    justify-content: flex-start;
    padding: 12px 24px;
    display: flex;
  }

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

  .nav-link-2.w--current {
    color: #30364d;
  }

  .nav-link-2.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .nav-bar-landing {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .webinars {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .webinars:hover {
    background-color: #0000;
  }

  .webinars.w--current {
    color: #30364d;
  }

  .nav-bar-webinar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .abstract-image {
    display: none;
  }

  .nav-bar-webinar-copy {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-c-copy.children-wrap {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    place-content: stretch flex-end;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
  }

  .nav-bar-webinar-4 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-3-2 {
    background-color: #0000;
    background-image: url('../images/bg-mobile.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Assistant, sans-serif;
  }

  .wrapper-navbar1-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar4.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-section1-4 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-section1-4.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1-4.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section1-4.padding-top-reduced-160px-4.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .container-default-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content-wrapsd44 {
    flex-direction: column;
  }

  .split-content-wrapsd44.mobile-max-width-660px {
    color: var(--black);
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
  }

  .split-content-wrapsd44.mobile-max-width-660px-4 {
    color: var(--black);
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin-bottom: -60px;
  }

  .split-content-wrapsd44.mobile-max-width-660px-4-copy {
    color: var(--black);
    flex-flow: column wrap;
    place-content: stretch flex-end;
    align-items: center;
    margin-bottom: -60px;
  }

  .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    color: var(--black);
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .form1-4.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .form1-4.webinar-landing-page-right, .form1-4.webinar-landing-page-right4 {
    max-width: 100%;
    display: none;
  }

  .form1-4.webinar-landing-page-right {
    width: auto;
    max-width: none;
    display: block;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py {
    text-align: center;
    align-self: flex-end;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .section-3122342344263-4 {
    flex-direction: column;
    display: flex;
  }

  .containeada8-4 {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .div-block-823422399 {
    justify-content: center;
    padding-left: 140px;
    padding-right: 20px;
  }

  .margin-bottom-20px-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-con4copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .image-123423423422370 {
    max-width: 30px;
  }

  .div-block-checkbox {
    justify-content: flex-end;
  }

  .host {
    justify-content: center;
  }

  .form1-4-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .form1-4-copy.webinar-landing-page-right, .form1-4-copy.webinar-landing-page-right4 {
    max-width: 100%;
    display: none;
  }

  .form1-4-copy.webinar-landing-page-right4.form1 {
    display: none;
  }

  .div-block-823422402 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .image-123423423422370-copy, .yarden {
    max-width: 90px;
  }

  .container-9 {
    background-image: url('../images/mobile-image-2.png');
    background-position: 0 0;
    background-size: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-823422403 {
    max-width: 100%;
    max-height: 600px;
    margin-bottom: 60px;
  }

  .section-3122342344264 {
    background-color: #1c2326;
    background-image: url('../images/mobile-image-2.png');
    background-position: 0 100%;
    background-size: contain;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .webinar-section1-4-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .image_22.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .image_22.webinar-landing-page-right, .image_22.webinar-landing-page-right4, .image_22.webinar-landing-page-right4-_xx {
    max-width: 100%;
    display: none;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .container-default-2-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .wrapper-navbar4-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-webinar-5 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    text-align: right;
    flex-direction: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wiv-135-copy {
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423422374 {
    padding-top: 40px;
  }

  .div-block-18-copy-copy-copy {
    margin-top: 20px;
    margin-left: 20px;
  }

  .wiv-135-copy-copy {
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .card-mobile-form-01 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-mobile-form-01.style-7 {
    flex-direction: column;
  }

  .card-mobile-form-01.style-7.landing-form, .card-mobile-form-01.style-7.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-01.style-7-copy {
    flex-direction: column;
  }

  .card-mobile-form-01.style-7-copy.landing-form, .card-mobile-form-01.style-7-copy.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

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

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .host-amir {
    justify-content: center;
  }

  .bold-text-112312361-copy, .second-section-h {
    direction: rtl;
    font-family: Assistant, sans-serif;
    display: block;
  }

  .second-text {
    font-family: Assistant, sans-serif;
  }

  .second-image {
    justify-content: flex-end;
    padding-left: 140px;
    padding-right: 20px;
  }

  .image-123423423422370-copy {
    max-width: 30px;
  }

  .host-amir-copy, .host-amir-copy-copy {
    text-align: right;
    justify-content: flex-end;
  }

  .body-3-2-copy {
    background-color: #0000;
    background-image: url('../images/bg-mobile.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Assistant, sans-serif;
  }

  .host-copy {
    justify-content: center;
  }

  .body-3-3 {
    background-color: #0000;
    background-image: url('../images/ipad-bg.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Assistant, sans-serif;
  }

  .body-3-4 {
    background-color: #0000;
    background-image: url('../images/bg-mobile.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Assistant, sans-serif;
  }

  .host-amir-5 {
    text-align: right;
    justify-content: flex-end;
  }

  .body-3-3-copy {
    background-color: #0000;
    background-image: url('../images/small-bg.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Assistant, sans-serif;
  }

  .div-block-checkbox-back {
    justify-content: flex-end;
  }

  .content-block-primary {
    padding-top: 20px;
  }

  .content-block-copy {
    padding-top: 64px;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-01-copy.style-7-copy-copy {
    flex-direction: column;
  }

  .card-mobile-form-01-copy.style-7-copy-copy.landing-form, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .body-3-6 {
    -webkit-text-fill-color: inherit;
    background-color: #bbebfc;
    background-image: url('../images/blue-bg-s.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .developertools {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .developertools:hover {
    background-color: #0000;
  }

  .developertools.w--current {
    color: #30364d;
  }

  .support {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .support:hover {
    background-color: #0000;
  }

  .support.w--current {
    color: #30364d;
  }

  .university {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .university:hover {
    background-color: #0000;
  }

  .university.w--current {
    color: #30364d;
  }

  .blog {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog:hover {
    background-color: #0000;
  }

  .blog.w--current {
    color: #30364d;
  }

  .body-3-6-getting-started-03 {
    -webkit-text-fill-color: inherit;
    background-color: #0c0b0b;
    background-image: url('../images/Frame-99.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .margin-bottom-20px-4-copy {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: content-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-1opy {
    direction: rtl;
    font-family: Assistant, sans-serif;
    display: block;
  }

  .host-copy-copy {
    justify-content: flex-end;
  }

  .div-block-823422399-copy {
    justify-content: center;
    padding-left: 140px;
    padding-right: 20px;
  }

  .logo-icon-2-copy {
    display: block;
  }

  .bold-text-55544-copy {
    font-family: Assistant, sans-serif;
  }

  .margin-bottom-20px-4-copy-copy {
    -webkit-text-fill-color: inherit;
    background-size: 100% 100%;
    background-clip: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .call-us-tagline {
    width: 130%;
    max-width: 750px;
  }

  .call-us {
    font-size: 20px;
  }

  .intro-323-sms {
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-323-sms.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323-sms.wide {
    max-width: 83.33%;
  }

  .intro-323-sms.margin-bottom {
    margin-bottom: 64px;
  }

  .div-block-77-copy, .div-block-77-sms-terms {
    min-width: 760px;
  }

  .bold-text-11wwq2312359-copy, .bold-text-1ods12312359-copy {
    font-family: Assistant, sans-serif;
  }

  .host-black {
    justify-content: flex-end;
  }

  .host-01 {
    justify-content: center;
  }

  .div-block-checkbox-01-black {
    justify-content: flex-end;
  }

  .body-referral {
    -webkit-text-fill-color: inherit;
    background-color: #ffd2d2;
    background-image: url('../images/SMALL.png');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .section-referral {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-referral.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .section-referral.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .section-referral.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .section-referral.padding-top-reduced-160px-4.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .container-referral {
    flex-direction: column;
    align-items: stretch;
  }

  .split-contentreferraly.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-contentreferraly.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-contentreferraly.webinar-landing-page-left-copy, .split-contentreferraly.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-contentreferraly.webinar-landing-page-left-4py {
    text-align: center;
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .bold-text-55544-referral-copy {
    font-family: Assistant, sans-serif;
  }

  .div-block-823422ref399-copy-copy {
    justify-content: center;
    padding-left: 140px;
    padding-right: 20px;
  }

  .wrapper-navbar4-cddopy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .card-mobile-form-ref {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-mobile-form-ref.style-7 {
    flex-direction: column;
  }

  .card-mobile-form-ref.style-7.landing-form, .card-mobile-form-ref.style-7.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-ref.style-7-copy {
    flex-direction: column;
  }

  .card-mobile-form-ref.style-7-copy.landing-form, .card-mobile-form-ref.style-7-copy.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .paragraph-r-ef-copy-copy {
    margin-bottom: 40px;
  }

  .div-block-checkboxtop {
    justify-content: flex-end;
  }

  .bold-text-033-copy {
    direction: rtl;
    font-family: Assistant, sans-serif;
    display: block;
  }

  .logo-icon-2-white {
    display: block;
  }

  .body-3-6-sale-fireberry {
    -webkit-text-fill-color: inherit;
    background-color: #0c0b0b;
    background-image: url('../images/bg-small.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-copy, .split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4py {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .image-12342342sale3422334443py-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-1123123black59-copy {
    font-family: Assistant, sans-serif;
  }

  .gil {
    max-width: 90px;
  }

  .nav-bar-webinar-whatsapp {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar-whatdapp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .body-whatsapp {
    background-color: #e9e9e9;
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: contain;
    font-family: Assistant, sans-serif;
  }

  .image-whatsapp {
    padding-top: 40px;
  }

  .div-block-whatsapp-copy {
    justify-content: flex-end;
    padding-left: 140px;
    padding-right: 0;
  }

  .card-copy {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-copy.style-7 {
    flex-direction: column;
  }

  .card-copy.style-7.landing-form {
    align-items: stretch;
    min-width: auto;
  }

  .card-copy.style-7-copy {
    flex-direction: column;
  }

  .card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy {
    align-items: stretch;
    min-width: auto;
  }

  .card-copy-whatsapp {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-copy-whatsapp.style-7 {
    flex-direction: column;
  }

  .card-copy-whatsapp.style-7.landing-form {
    align-items: stretch;
    min-width: auto;
  }

  .card-copy-whatsapp.style-7-copy {
    flex-direction: column;
  }

  .card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy {
    align-items: stretch;
    min-width: auto;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp {
    flex-direction: column;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
    align-items: stretch;
    min-width: auto;
  }

  .host-black-copy, .host-black-whatsapp-copy {
    justify-content: flex-end;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
    text-align: center;
    align-self: flex-end;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .yarden-copy {
    max-width: 90px;
  }

  .card-mobile-form-01-copy {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-mobile-form-01-copy.style-7 {
    flex-direction: column;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-01-copy.style-7-copy {
    flex-direction: column;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .homepage-p-2-copy, .homepage-p-2-copy-copy {
    text-align: center;
  }

  .body-10-5 {
    -webkit-text-fill-color: inherit;
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-s.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .webinar-section-10-5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-section-10-5.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .container-default-10-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .form-10-5.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .form-10-5.webinar-landing-page-right, .form-10-5.webinar-landing-page-right4 {
    max-width: 100%;
    display: none;
  }

  .form-10-5.webinar-landing-page-right4.form1 {
    display: none;
  }

  .form-10-5.webinar-landing-page-right-10-5 {
    max-width: 100%;
    display: none;
  }

  .form-10-5.webinar-landing-page-right-10-5.form1, .form-10-5.webinar-landing-page-right-10-5.form1-10-5 {
    display: none;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5 {
    text-align: center;
    align-self: flex-end;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .split-content10-5.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content10-5.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content10-5.webinar-landing-page-left-copy, .split-content10-5.webinar-landing-page-lefjjt-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content10-5.webinar-landing-page-left-4py {
    text-align: center;
    align-self: flex-end;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .split-content10-5.webinar-landing-page-left-10-5 {
    text-align: center;
    align-self: flex-end;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
    padding-bottom: 20px;
  }

  .host-10-5 {
    justify-content: center;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-page-left {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content-10-5.webinar-landing-page-right {
    max-width: 100%;
  }

  .split-content-10-5.webinar-landing-page-left-copy, .split-content-10-5.webinar-landing-page-lefjjt-copy-copy, .split-content-10-5.webinar-landing-page-left-4py, .split-content-10-5.webinar-landing-page-left-4psssy-copy, .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 5%;
  }

  .split-content-10-5.webinar-landing-10-5-y-copy, .split-content-10-5.webinar-landing-10-5-yjune-copy {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 5%;
    display: inline-block;
  }

  .div-block-10-5-copy {
    justify-content: center;
    padding-left: 140px;
    padding-right: 20px;
  }

  .card-mobile-form-10-5 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-mobile-form-10-5.style-7 {
    flex-direction: column;
  }

  .card-mobile-form-10-5.style-7.landing-form, .card-mobile-form-10-5.style-7.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-10-5.style-7-copy {
    flex-direction: column;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form-copy {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    min-width: auto;
    max-width: 600px;
    margin-top: 40px;
    padding-left: 40px;
    display: flex;
    position: sticky;
    overflow: hidden;
  }

  .body-10-5-copy {
    -webkit-text-fill-color: inherit;
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-s.png');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .body-release-june-23 {
    -webkit-text-fill-color: inherit;
    background-color: #0a0b09;
    background-clip: border-box;
    font-family: Assistant, sans-serif;
  }

  .nav-bar-webinar-5-copy {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-section-10-5-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px {
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
    margin-bottom: -100px;
    padding-top: 60px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5.position-relative {
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .div-block-checkbox-juney {
    justify-content: flex-end;
  }

  .paragraph-01-black-copy {
    color: #fff;
  }

  .host-10-5-copy {
    justify-content: center;
  }

  .wrapper-navbar4-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .host-10-5-copy-copy {
    justify-content: center;
  }

  .paragraph-4-copy {
    text-align: center;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-16 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .heder-white-copy {
    max-width: none;
  }

  .hp-white-text {
    text-align: center;
  }

  .integration-img-copy {
    max-width: 700px;
  }

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

  .homepage-p-2-copy-copy, .homepage-p-2-copy-copy-copy {
    text-align: center;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-nav-2 {
    display: block;
  }

  .press-headline {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .hs7copy {
    padding-top: 49px;
    padding-right: 19px;
  }

  .mobile-img {
    max-width: 110%;
    margin-left: 0;
    margin-right: -38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper-3-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .menu-icon-2 {
    flex: 0 auto;
  }

  .image-123423423423522 {
    border-radius: 5px;
    max-width: 120px;
    margin-bottom: 10px;
    transition: all .3s;
    box-shadow: 2px 3px #0000;
  }

  .image-123423423423522:hover {
    box-shadow: none;
  }

  .dropdown-toggle-2--he {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .footerblock-copy {
    text-align: left;
  }

  .footergrid-he {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .wrapper-9 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-he {
    align-self: center;
    padding-left: 0;
    padding-right: 16px;
    display: block;
  }

  .brand-he.w--current {
    flex: 1;
    align-self: flex-start;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .nav-buttons-new-he {
    grid-column-gap: 12px;
    display: block;
  }

  .text-block-24240-copy-copy {
    padding-left: 12px;
  }

  .contact-us-div-he {
    flex-direction: row-reverse;
  }

  .nav-dropdown-link-v2-2-he {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-2-he:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-2-he.w--current {
    color: #30364d;
  }

  .footerblock-he {
    text-align: left;
  }

  .div-block-38-he {
    z-index: 10000;
    opacity: 0;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    height: 0;
    max-height: 0;
    margin-top: -60px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .dropdown-list-he {
    padding-left: 34px;
    transform: none;
  }

  .dropdown-list-he.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-right-he {
    padding-left: 20px;
    display: none;
  }

  .link-block-contact-us-he-mobile {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .html-become-a-partner-form-copy-copy {
    margin-left: 80px;
    margin-right: 80px;
  }

  .btn-cta {
    width: 160px;
    font-size: 14px;
  }

  .industries-text-box-he {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-2-he {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    width: 100%;
    max-height: 90vh;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .demo-form-page-text-mobile {
    align-self: center;
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .link-block-26-he {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .link-block-35 {
    margin-left: 0;
  }

  .text-block-24246-copy-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .industries-he {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .bold-text-112312375 {
    font-family: Assistant, sans-serif;
  }

  .headin123123-3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .div-block-79-he {
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .tryfreebutton-he {
    font-size: 14px;
    display: inline;
  }

  .try-for-free-2 {
    margin-left: 10px;
    font-size: 14px;
  }

  .menu-button-he {
    z-index: 2147483647;
    object-fit: fill;
    background-color: #0000;
    flex: 1;
    order: 1;
    justify-content: space-around;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button-he.w--open {
    color: #30364d;
    background-color: #0000;
  }

  .footer-v1-bottom-235 {
    align-self: center;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-823422381-copy {
    direction: ltr;
    flex-direction: row;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .paragrph-left-copy {
    direction: ltr;
    text-align: right;
    align-self: center;
    max-width: none;
    margin-left: 0%;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .wrapper-navbar-he {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar-he.nav-bar-wrapper2-hebrew {
    direction: ltr;
    flex-direction: row-reverse;
    align-self: center;
    min-width: auto;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .fb-footer {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .products-he {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 14px;
    font-size: 14px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  .social-icon-2 {
    width: 35px;
  }

  .solutionsforindustries-he {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 14px;
    font-size: 14px;
  }

  .div-img {
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .secondary-button {
    width: 160px;
  }

  .nav-buttons-mobile-he {
    grid-column-gap: 12px;
    justify-content: center;
    display: flex;
  }

  .logo-icon-he {
    margin-top: 0;
    display: block;
  }

  .product-text-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-list-copy-he {
    padding-left: 34px;
    transform: none;
  }

  .dropdown-list-copy-he.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .text-block-24240-he-copy {
    padding-left: 12px;
  }

  .h2-regular-left-copy {
    text-align: right;
    max-width: none;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .dropdown-2-he {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .pricing-div-he {
    flex-direction: row-reverse;
  }

  .nav-bar-ticket-form-he {
    align-items: center;
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .productsmenu-he {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .footer-link-4-he {
    text-align: left;
    max-width: 140px;
  }

  .footer-link-4-he.w--current {
    color: #333;
  }

  .footer-cta-2 {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .form-partner-mobile {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .pricing-div-he-mobile {
    flex-direction: row-reverse;
  }

  .menu-icon-3 {
    flex: 0 auto;
  }

  .image-123423423423527 {
    border-radius: 5px;
    max-width: 120px;
    margin-bottom: 10px;
    transition: all .3s;
    box-shadow: 2px 3px #0000;
  }

  .image-123423423423527:hover {
    box-shadow: none;
  }

  .wrapper-2340 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-block-37 {
    margin-left: 0;
  }

  .bold-text-112312376 {
    font-family: Assistant, sans-serif;
  }

  .try-for-free-3 {
    margin-left: 10px;
    font-size: 14px;
  }

  .footer-v1-bottom-236 {
    align-self: center;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
  }

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

  .footer-cta-3 {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .demo-form-page-text-desktop {
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
    display: none;
  }

  .demo-form-desktop-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

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

  .div-block-823422424 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
  }

  .paragrph-left-demo {
    direction: rtl;
    text-align: right;
    align-self: center;
    max-width: none;
    margin-left: 0%;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .demo-form-page-text-mobile-copy, .demo-form-page-text-mobile-copy-copy {
    align-self: center;
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .demo-form-mobile-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .demo-container-desktop {
    max-width: 728px;
    display: none;
  }

  .demo-container-mobile {
    max-width: 728px;
    display: block;
  }

  .signup-section {
    background-color: #0000;
  }

  .pricing-plan-card-base {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 56px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .pricing-plan-card-base.centered {
    position: relative;
    left: 0%;
  }

  .pricing-plan-card-badge-monthly {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 56px;
  }

  .pricing-plan-card-monthly {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 56px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .pricing-plan-card-monthly.centered {
    position: relative;
    left: 0%;
  }

  .pricing-pic-v1-disabled {
    height: auto;
  }

  .price-disabled {
    direction: ltr;
  }

  .pricing-feature-disabled, .pricing-feature-dis {
    text-align: right;
    flex-direction: row;
  }

  .button-2358 {
    opacity: 1;
    background-color: #09b27b;
    border-radius: 80px;
    width: 120px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
  }

  .button-2358:hover {
    outline-offset: 0px;
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    background-color: #fff;
    border: 2px solid #000;
    outline: 3px #000;
    box-shadow: 2px 2px #0aa774;
  }

  .release-form-btn {
    opacity: 1;
    background-color: #09b27b;
    border-radius: 80px;
    width: 120px;
    height: 48px;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
  }

  .release-form-btn:hover {
    outline-offset: 0px;
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    background-color: #fff;
    border: 2px solid #000;
    outline: 3px #000;
    box-shadow: 2px 2px #0aa774;
  }

  .t2p1s1-copy {
    padding-top: 104px;
    padding-bottom: 41px;
  }

  .t2p1s1-copy.intro-hero {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .t2p1s1-copy.top-section {
    margin-top: -64px;
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .s234234qweepy-copy {
    padding-bottom: 57px;
  }

  .div-block-22-copy {
    justify-content: center;
    margin-right: 0;
  }

  .dasasdwed-copy {
    max-width: 750px;
    margin-top: -16px;
  }

  .imagqwed-copy, .imagqwed-copy-copy {
    max-width: 500px;
  }

  .imagqwed-copy-copy-copy {
    max-width: 400px;
  }

  .div-block-823422423-copy {
    text-align: right;
  }

  .div-img-copy {
    text-align: center;
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragrph-left-demo-copy {
    direction: rtl;
    text-align: right;
    align-self: center;
    max-width: none;
    margin-left: 0%;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .demo-form-desktop-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .button-2-c23opy-copy {
    text-align: center;
    display: inline-block;
  }

  .paragrph-left-demo-copy-copy {
    direction: rtl;
    text-align: right;
    align-self: center;
    max-width: none;
    margin-left: 0%;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .main-grid-7-m-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    direction: rtl;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .pricing-plan-card-copy {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-bottom: 56px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .pricing-plan-card-copy.centered {
    position: relative;
    left: 0%;
  }

  .pricing-feature-3 {
    text-align: right;
    flex-direction: row;
  }

  .button-2-copy-copy {
    border-radius: 25px;
  }

  .text-block-16-copy {
    text-align: left;
    margin-right: 60px;
  }

  .menu-icon-4 {
    flex: 0 auto;
  }

  .footerblock {
    text-align: left;
  }

  .image-123423423423531 {
    border-radius: 5px;
    max-width: 120px;
    margin-bottom: 10px;
    transition: all .3s;
    box-shadow: 2px 3px #0000;
  }

  .image-123423423423531:hover {
    box-shadow: none;
  }

  .nav-buttons-mobile-3 {
    grid-column-gap: 12px;
    justify-content: center;
    display: flex;
  }

  .html-embed-3 {
    justify-content: center;
    display: flex;
  }

  .div-block-823422425 {
    z-index: 10000;
    opacity: 0;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    height: 0;
    max-height: 0;
    margin-top: -60px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .page-h1-text {
    text-align: center;
    padding-right: 0;
    font-size: 2rem;
  }

  .wrapper-2341 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dropdown-2, .industries {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .div-block-823422426 {
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .card-18 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-18.style-7 {
    flex-direction: column;
  }

  .card-18.style-7.landing-form {
    flex-wrap: nowrap;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .text-block-24269 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-123423423423559 {
    max-width: 20%;
    margin-bottom: 10px;
  }

  .columns-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 120px;
    display: block;
  }

  .link-block-39 {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .text-block-24270 {
    padding-left: 12px;
  }

  .html-embed-mobile {
    align-self: center;
    max-width: none;
    display: none;
  }

  .nav-dropdown-link-v2-3 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-3:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-3.w--current {
    color: #30364d;
  }

  .html-embed-ipad {
    align-self: center;
    max-width: none;
    display: none;
  }

  .footer-link-4 {
    text-align: left;
    max-width: 140px;
    font-size: 15px;
  }

  .footer-link-4.w--current {
    color: #333;
  }

  .html-embed-mobile-landscape {
    align-self: center;
    max-width: none;
    display: none;
  }

  .nonprofit {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nonprofit:hover {
    background-color: #0000;
  }

  .nonprofit.w--current {
    color: #30364d;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    width: 100%;
    max-height: 90vh;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .link-block-40 {
    margin-left: 0;
  }

  .industries-text-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .bold-text-112312385 {
    font-family: Assistant, sans-serif;
  }

  .column-27-copy {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0%;
    display: flex;
  }

  .try-for-free-4 {
    margin-left: 10px;
    font-size: 14px;
  }

  .link-block-contact-us {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .footer-v1-bottom-237 {
    align-self: center;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-buttons-2 {
    grid-column-gap: 12px;
    display: block;
  }

  .tryfreebutton {
    font-size: 14px;
    display: inline;
  }

  .div-block-823422429 {
    direction: ltr;
    flex-direction: row;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .footer-title {
    margin-right: 22px;
    font-size: 16px;
  }

  .solutionsforindustries {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 14px;
    font-size: 14px;
  }

  .menu-button-2 {
    z-index: 2147483647;
    object-fit: fill;
    background-color: #0000;
    flex: 1;
    order: 1;
    justify-content: space-around;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .menu-button-2.w--open {
    color: #30364d;
    background-color: #0000;
  }

  .logo-icon-3 {
    margin-top: 0;
    display: block;
  }

  .columns-17 {
    display: none;
  }

  .page-h1-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 1.3em;
  }

  .brand-3 {
    align-self: center;
    padding-left: 0;
    padding-right: 16px;
    display: block;
  }

  .brand-3.w--current {
    flex: 1;
    align-self: flex-start;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .footer-link-4-copy {
    text-align: left;
    max-width: 140px;
    font-size: 15px;
  }

  .footer-link-4-copy.w--current {
    color: #333;
  }

  .section-3122342344274 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    margin-top: 20px;
    margin-right: 0%;
    display: block;
  }

  .image-123423423423559-copy {
    max-width: 400px;
    margin-bottom: 10px;
    padding-top: 40px;
  }

  .login-div {
    flex-direction: row-reverse;
  }

  .footerblock-copy-2 {
    text-align: left;
  }

  .page-wrapper-3 {
    margin-bottom: -45px;
  }

  .productsmenu {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: static;
  }

  .nav-bar-ticket-form {
    align-items: center;
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .footergrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: .5fr;
    justify-items: center;
    padding-left: 3%;
    padding-right: 3%;
    display: grid;
  }

  .bold-text-1122332370 {
    font-size: 16px;
  }

  .wrapper-navbar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-navbar.nav-bar-wrapper2 {
    direction: ltr;
    flex-direction: row-reverse;
    align-self: center;
    min-width: auto;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-823422431 {
    text-align: center;
    order: -1;
    margin-top: 40px;
    display: block;
  }

  .products {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 14px;
    font-size: 14px;
  }

  .footer-cta-4 {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .column-32 {
    align-items: stretch;
    padding-left: 0;
    display: none;
  }

  .dropdown-list-3 {
    padding-left: 34px;
    transform: none;
  }

  .dropdown-list-3.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .pricing-div {
    flex-direction: row-reverse;
  }

  .nav-right-2 {
    padding-left: 20px;
    display: none;
  }

  .menu-icon-5 {
    flex: 0 auto;
  }

  .image-123423423423564 {
    border-radius: 5px;
    max-width: 120px;
    margin-bottom: 10px;
    transition: all .3s;
    box-shadow: 2px 3px #0000;
  }

  .image-123423423423564:hover {
    box-shadow: none;
  }

  .nav-buttons-mobile-4 {
    grid-column-gap: 12px;
    justify-content: center;
    display: flex;
  }

  .html-embed-4 {
    justify-content: center;
    display: flex;
  }

  .div-block-823422432 {
    z-index: 10000;
    opacity: 0;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    height: 0;
    max-height: 0;
    margin-top: -60px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .wrapper-2342 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-823422433 {
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .card-19 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-19.style-7 {
    flex-direction: column;
  }

  .card-19.style-7.landing-form {
    flex-wrap: nowrap;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .text-block-24295 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-123423423423565 {
    max-width: 20%;
    margin-bottom: 10px;
  }

  .columns-19 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 120px;
    display: block;
  }

  .link-block-51 {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .text-block-24296 {
    padding-left: 12px;
  }

  .nav-menu-3 {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    width: 100%;
    max-height: 90vh;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .link-block-52 {
    margin-left: 0;
  }

  .bold-text-1122332371 {
    font-family: Assistant, sans-serif;
  }

  .try-for-free-5 {
    margin-left: 10px;
    font-size: 14px;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .footer-v1-bottom-238 {
    align-self: center;
    margin-top: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-823422436 {
    direction: ltr;
    flex-direction: row;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .columns-21 {
    display: none;
  }

  .brand-4 {
    align-self: center;
    padding-left: 0;
    padding-right: 16px;
    display: block;
  }

  .brand-4.w--current {
    flex: 1;
    align-self: flex-start;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .section-3122342344276 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    margin-top: 20px;
    margin-right: 0%;
    display: block;
  }

  .footerblock-copy-3 {
    text-align: left;
  }

  .bold-text-1122332372 {
    font-size: 16px;
  }

  .heared-mobile-cs {
    text-align: center;
    order: -1;
    margin-top: 40px;
    display: block;
  }

  .footer-cta-5 {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .column-51 {
    align-items: stretch;
    padding-left: 0;
    display: none;
  }

  .menu-icon-6 {
    flex: 0 auto;
  }

  .image-123423423423571 {
    border-radius: 5px;
    max-width: 120px;
    margin-bottom: 10px;
    transition: all .3s;
    box-shadow: 2px 3px #0000;
  }

  .image-123423423423571:hover {
    box-shadow: none;
  }

  .nav-buttons-mobile-5 {
    grid-column-gap: 12px;
    justify-content: center;
    display: flex;
  }

  .html-embed-5 {
    justify-content: center;
    display: flex;
  }

  .div-block-823422439 {
    z-index: 10000;
    opacity: 0;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    height: 0;
    max-height: 0;
    margin-top: -60px;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .wrapper-2343 {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-823422440 {
    text-align: left;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .card-20 {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card-20.style-7 {
    flex-direction: column;
  }

  .card-20.style-7.landing-form {
    flex-wrap: nowrap;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  .text-block-24299 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-123423423423572 {
    max-width: 20%;
    margin-bottom: 10px;
  }

  .columns-23 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 120px;
    display: block;
  }

  .link-block-55 {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .text-block-24300 {
    padding-left: 12px;
  }

  .link-block-56 {
    margin-left: 0;
  }

  .bold-text-1122332374 {
    font-family: Assistant, sans-serif;
  }

  .try-for-free-6 {
    margin-left: 10px;
    font-size: 14px;
  }

  .dropdown-toggle-4 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .div-block-823422443 {
    direction: ltr;
    flex-direction: row;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .columns-25 {
    display: none;
  }

  .brand-5 {
    align-self: center;
    padding-left: 0;
    padding-right: 16px;
    display: block;
  }

  .brand-5.w--current {
    flex: 1;
    align-self: flex-start;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .section-3122342344278 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    margin-top: 20px;
    margin-right: 0%;
    display: block;
  }

  .footerblock-copy-4 {
    text-align: left;
  }

  .bold-text-1122332375 {
    font-size: 16px;
  }

  .div-block-823422445 {
    text-align: center;
    order: -1;
    margin-top: 40px;
    display: block;
  }

  .footer-cta-6 {
    margin-bottom: -183px;
    padding-left: 60px;
    padding-right: 60px;
    transform: translate(0, -71px);
  }

  .column-56 {
    align-items: stretch;
    padding-left: 0;
    display: none;
  }

  .support-cubs, .support-cubs.side-paddings, .intro-copy-copy {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy.wide {
    max-width: 83.33%;
  }

  .intro-copy-copy.margin-bottom, .intro-copy-copy.margin-bottom-copy {
    margin-bottom: 64px;
  }

  .link-block-59 {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
  }

  .link-block-60 {
    order: 1;
    justify-content: flex-end;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    display: flex;
    overflow: hidden;
  }

  .tryforfreebutton {
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    overflow: visible;
  }

  .loginbutton {
    display: none;
  }

  .become-a-partner-img {
    max-width: 240px;
    margin-left: 100px;
  }

  .form-partner-desktop {
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-12-mobile {
    margin-left: 80px;
    margin-right: 80px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -100px;
    margin-bottom: -40px;
  }

  .h2-regular-left {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0;
    font-size: 30px;
    line-height: 32px;
  }

  .html-become-a-partner-form {
    margin-left: 80px;
    margin-right: 80px;
  }

  .bold-text-1122332433 {
    direction: rtl;
    font-weight: 400;
  }

  .paragrph-left {
    direction: rtl;
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .hero-split-3-b-a-p {
    text-align: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin: 80px auto 40px;
    padding-right: 40px;
  }

  .press-headline-copy {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .grid-three-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    justify-items: stretch;
  }

  .licence-item-copy-copy {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .button-copy-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    border-radius: 19px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .section_insurence-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .insirence-h1 {
    font-size: 40px;
  }

  .insurence-h2 {
    margin-bottom: 60px;
    font-size: 40px;
  }

  .insurence-logo {
    height: 80px;
  }

  .section_insirence-main {
    padding-top: 120px;
  }

  .insirence-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
    padding: 32px;
  }

  .insirence-main-wrapper.blue, .insirence-main-wrapper.green {
    padding-bottom: 0;
  }

  .insirence-main-text-wrapper {
    order: -1;
    max-width: 100%;
  }

  .insirence-main-h2 {
    font-size: 32px;
  }

  .insirence-main-h2._360 {
    max-width: 100%;
  }

  .insirence-main-h2-p {
    font-size: 20px;
  }

  .insirence-main-h2-p._390, .insirence-main-h2-p._450 {
    max-width: 100%;
  }

  .insirence-main-image-wrapper.blue {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .insirence-main-image-wrapper.purple {
    max-width: 90%;
  }

  .insirence-main-image-wrapper.green {
    align-self: center;
    max-width: 50%;
    left: -10%;
  }

  .insirence-main-image-wrapper.circle {
    max-width: 70%;
  }

  .insirence-main-image-wrapper.rectangle {
    border-radius: 16px;
    max-width: 80%;
    padding-top: 60%;
  }

  .insirence-main-image-wrapper.messeges, .insirence-main-image-wrapper.calender {
    max-width: 80%;
  }

  .insirence-main-image-wrapper.circle2 {
    max-width: 70%;
  }

  .insirence-main-image-wrapper.comp {
    max-width: 80%;
  }

  .insirence-main-image-wrapper.graphs, .insirence-main-image-wrapper.mobile-visual {
    max-width: 70%;
  }

  .insirence-secondery-wrapper {
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .insirence-secondery-wrapper.margin-bottom {
    margin-bottom: 180px;
  }

  .insirence-secondery-text-wrapper {
    order: -1;
    max-width: 100%;
  }

  .section_support {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .support-links-flex-wrpaper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    margin-bottom: 26px;
  }

  .support-links-wrpaper {
    width: 100%;
    max-width: 100%;
  }

  .support-links-image.img-1 {
    width: 131px;
  }

  .support-links-image.img-2, .support-links-image.img-3 {
    width: 125px;
  }

  .support-links-image.img-6 {
    width: 145px;
  }

  .support-links-image.img-5 {
    width: 147px;
  }

  .support-links-image.img-4 {
    width: 158px;
  }

  .support-links-text {
    font-size: 26px;
  }

  .support-linked-h2 {
    max-width: 240px;
    margin: 68px auto;
    font-size: 26px;
    line-height: 140%;
  }

  .support-linked-h2-subtext {
    margin-bottom: 4px;
    font-size: 36px;
    line-height: 125%;
  }

  .support-linked-h2-subtext-data {
    max-width: 250px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
  }

  .support-table-main-wrapper {
    margin-bottom: 47px;
    display: none;
  }

  .support-table-box-wrapper-1 {
    width: 52%;
    padding: 9.5px 12px;
    font-size: 18px;
    line-height: 130%;
  }

  .support-table-box-wrapper-2 {
    width: 100%;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 140%;
  }

  .support-table-box-wrapper-embed {
    width: 22px;
    height: 22px;
  }

  .support-table-divider {
    height: 1px;
  }

  .support-data-wrapper {
    flex-flow: column;
  }

  .support-data-image {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .support-data-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .support-data-h2 {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .support-data-gradient-box {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .support-data-gradient-top-wrapper {
    font-size: 20px;
  }

  .support-data-gradient-top-img {
    width: 16px;
  }

  .support-data-gradient-bottom-text {
    font-size: 18px;
  }

  .support-table-box-wrapper-v-icon {
    width: 11px;
  }

  .support-table-box-wrapper-3 {
    direction: rtl;
    flex: 1;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
  }

  .support-table-slider {
    background-color: #0000;
    height: auto;
    margin-bottom: 47px;
    display: block;
  }

  .support-table-mask {
    border-radius: 10px;
    margin-bottom: 26px;
    box-shadow: 0 2.12px 21.25px #3a78f21a;
  }

  .support-table-slide-nav {
    height: auto;
    position: static;
  }

  .support-table-heading {
    margin-bottom: 24px;
  }

  .support-table-small-text {
    font-size: 14px;
    line-height: 150%;
  }

  .column-1-copy {
    justify-content: center;
    align-self: auto;
  }

  .paragraph-123133-copy {
    font-family: Heebo, sans-serif;
  }

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

@media screen and (max-width: 767px) {
  ul {
    font-family: Heebo, sans-serif;
  }

  .components-link {
    flex-basis: 40%;
    padding: 20px;
  }

  .button.small.ghost-bg {
    border: 2px solid var(--black);
    background-color: var(--white);
    color: var(--white);
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.ghost-bg:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .wrapper.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .logo-icon {
    height: 18px;
    margin-top: 6px;
    display: block;
  }

  .full-width {
    justify-content: center;
    display: block;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .circle-small {
    width: 15vw;
    top: 17%;
  }

  .nav-bar {
    height: 60px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template: ". . . . ."
                   ". . . . Area"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-self: center;
    position: static;
  }

  .layout-name {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .circle-big {
    bottom: -2%;
    right: 14%;
  }

  .dots {
    width: 226px;
    height: 71px;
    top: 38%;
  }

  .no-margin {
    margin: 0;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.top-section {
    margin-top: -60px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .layouts {
    margin-bottom: 32px;
  }

  .menu-icon-line-top {
    background-color: #3e4553;
  }

  .brand {
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 8px;
    display: block;
  }

  .nav-buttons {
    display: none;
  }

  .menu-icon-line-bottom, .menu-icon-line-middle {
    background-color: #3e4553;
  }

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

  .layout-box {
    padding: 10%;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0;
    margin-right: 0;
  }

  .intro.left {
    padding-bottom: 0;
    position: relative;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .components {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    max-width: 120px;
    font-size: 13px;
    line-height: 20px;
  }

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

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

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .nav-bar-2 {
    height: 60px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .side-tab {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 28px;
  }

  .text-big.qwe1-23123 {
    direction: rtl;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .footer-link-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .bold-text-3 {
    padding-bottom: 35px;
  }

  .paragraph {
    width: 90%;
  }

  ._1 {
    max-width: 450px;
    margin-left: 23px;
  }

  .heading-2 {
    width: 90%;
  }

  .section-2 {
    padding-top: 87px;
  }

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

  .image-3 {
    max-width: 300px;
    margin-left: -43px;
  }

  .heading-4 {
    align-self: center;
  }

  .section-5 {
    padding-top: 81px;
    padding-bottom: 105px;
  }

  .cta-card-info {
    background-image: none;
  }

  .image-4 {
    max-width: 550px;
  }

  .section-19 {
    padding-bottom: 21px;
  }

  .image-22 {
    max-width: 450px;
  }

  .image-27, .image-32 {
    max-width: 400px;
  }

  .image-35 {
    max-width: 350px;
    margin-left: 0;
  }

  .image-36 {
    max-width: 350px;
  }

  .image-37 {
    max-width: 140px;
  }

  .dynamic-column {
    grid-row-gap: 32px;
  }

  .main-grid-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 70%;
  }

  .heading-margin-big {
    direction: ltr;
    text-align: left;
    padding-left: 20px;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .image-39 {
    max-width: 600px;
  }

  .main-grid-3 {
    grid-row-gap: 48px;
  }

  .sidebar-promo-circle {
    width: 16vw;
  }

  .sidebar {
    max-width: 320px;
  }

  .sidebar-promo-dots {
    width: 231px;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
  }

  .feature-image-medium-2 {
    height: auto;
  }

  .main-grid-4 {
    grid-row-gap: 48px;
  }

  .feature-image-small {
    height: auto;
  }

  .main-grid-5 {
    grid-row-gap: 48px;
  }

  .tabs-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-form-card {
    padding: 64px 12%;
  }

  .button-3.pricing-cell-button {
    margin-bottom: -8px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .tab-link:hover {
    color: var(--black);
  }

  .tab-link.w--current {
    box-shadow: inset 0 -3px 0 0 var(--black);
    color: var(--black);
  }

  .feature-image-big {
    width: 100%;
    height: auto;
  }

  .main-grid-6 {
    grid-row-gap: 48px;
  }

  .feature {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-116 {
    text-align: center;
    line-height: 48px;
  }

  .intro-copy.no-margin-bottom-copy-copy {
    max-width: none;
    margin-bottom: 0;
  }

  .bold-text-10 {
    text-align: center;
    margin-left: 0%;
    margin-right: auto;
    display: block;
  }

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

  .heading-117 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabs-menu-v2 {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .main-grid-7 {
    grid-row-gap: 48px;
  }

  .pricing-v1-card {
    padding: 32px;
  }

  .pricing-v1-billing {
    margin-top: 10px;
    padding-top: 0;
  }

  .pricing-v1-tag, .pricing-v1-tag-copy {
    font-size: 40px;
    line-height: 48px;
  }

  .feature-image-medium-copy {
    height: 25vw;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-sticky {
    display: flex;
    position: sticky;
    top: 0;
  }

  .pricing-v3-plans.bottom {
    border-top: 1px solid #ededff;
    display: flex;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 13px;
    display: none;
    position: sticky;
  }

  .pricing-v3-row {
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    border-bottom: 1px solid #ededff;
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-category-header {
    padding-left: 14px;
    padding-right: 16px;
    position: static;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .pricing-plan-cell {
    width: 33.33%;
  }

  .pricing-plan-cell.no-divider {
    display: none;
  }

  .pricing-v3-category {
    width: 1200px;
  }

  .pricing-v3-currency {
    margin-top: 0;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-plan-mobile {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 13px;
    position: sticky;
  }

  .heading-3234y {
    width: 90%;
  }

  .feature-image-medium-copy-copy {
    height: 6vw;
  }

  .pricing-v3-plan-name-copy {
    font-size: 13px;
    display: none;
    position: sticky;
  }

  .pricing-v3-plans-2.mobile-sticky {
    display: none;
  }

  .pricing-v3-plans-2.bottom {
    border-top: 1px solid #ededff;
    display: flex;
  }

  .pricing-v3-cells-2 {
    display: flex;
  }

  .pricing-v3-plan-name-2 {
    font-size: 13px;
    position: sticky;
  }

  .pricing-v3-row-2 {
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: -1px;
    display: flex;
  }

  .pricing-v3-row-header-2 {
    border-bottom: 1px solid #ededff;
    line-height: 16px;
  }

  .pricing-v3-category-header-2 {
    width: 1200px;
    padding-left: 14px;
    padding-right: 16px;
    top: 178px;
  }

  .pricing-v3-cell-2 {
    flex-direction: row;
  }

  .pricing-v3-tag-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-plan-cell-2-hide.no-divider {
    display: none;
  }

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

  .paragraph-3-copy {
    font-size: 26px;
  }

  .feature-image-medium-copy-copy-copy {
    height: 6vw;
  }

  .feature-image-small-2 {
    height: auto;
  }

  .pricing-v1-card-2 {
    min-width: auto;
    padding: 32px;
  }

  .pricing-v1-tag-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .feature-image-small-2-copy {
    height: auto;
  }

  .pricing-v1-card-copy {
    padding: 32px;
  }

  .main-grid-7-copy {
    grid-row-gap: 48px;
  }

  .image-34-copy {
    max-width: 250px;
  }

  .image-44 {
    max-width: 400px;
  }

  .intro-copy.margin-bottom, .intro-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .paragraph-copy {
    width: 90%;
  }

  .heading-138 {
    font-size: 40px;
  }

  .intro-copy-copy.margin-bottom, .intro-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy.margin-bottom, .intro-copy.margin-bottom-copy {
    margin-bottom: 48px;
  }

  .image-46-copy {
    max-width: 460px;
  }

  .wrapper-copy.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .intro-copy.margin-bottom, .intro-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-copy.left {
    align-items: center;
    left: 0;
  }

  .intro-copy-copy.left.sdgsd {
    left: 0;
  }

  .heading-143 {
    text-align: center;
    font-size: 40px;
  }

  .intro-copy.margin-bottom, .intro-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .heading-145 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro-copy213.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy213.left.sticky {
    position: static;
  }

  .intro-copy213.margin-bottom {
    margin-bottom: 48px;
  }

  .heading-2-copy-copy {
    width: 90%;
  }

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

  .image-29-copy {
    max-width: 450px;
  }

  .heading-157 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 48px;
  }

  .intro-copy-copy-copy.margin-bottom, .intro-copy-copy-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-copy-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy-copy-copy.left.sticky {
    position: static;
  }

  .intro-copy-copy-copy-copy.margin-bottom, .intro-copy-1.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-1.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-1.left.sticky {
    position: static;
  }

  .intro-copy-1.margin-bottom, .intro-copy-2.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-2.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-2.left.sticky {
    position: static;
  }

  .intro-copy-2.margin-bottom, .intro-copy-3.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-3.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-3.left.sticky {
    position: static;
  }

  .intro-copy-3.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-3.left-copy {
    margin-right: 0;
  }

  .intro-copy-4.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-4.left.sticky {
    position: static;
  }

  .intro-copy-4.margin-bottom, .intro-copy-5.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-5.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-5.left.sticky {
    position: static;
  }

  .intro-copy-5.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-5.left-copy {
    padding-right: 0;
  }

  .intro-copy-5-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-5-copy.left.sticky {
    position: static;
  }

  .intro-copy-5-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .bold-text-5-copy {
    padding-bottom: 35px;
  }

  .bold-text-102 {
    line-height: 32px;
  }

  .bold-text-3-copy, .bold-text-104 {
    padding-bottom: 35px;
  }

  .intro-copy-copy-copy.margin-bottom, .intro-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy.left-copy.sticky {
    position: static;
  }

  .intro-430.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430.left.sticky {
    position: static;
  }

  .intro-430.margin-bottom {
    margin-bottom: 48px;
  }

  .bold-text-23-copy {
    padding-bottom: 35px;
  }

  .intro-323 {
    align-items: flex-end;
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .intro-323.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323.left.sticky {
    position: static;
  }

  .intro-323.margin-bottom, .intro-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .bold-text-3-co12py {
    padding-bottom: 35px;
  }

  .heading-2-copy-copy-cop12y, .heading-2-copy-copy-344y {
    width: 90%;
  }

  .bold-text-3-cop123y {
    padding-bottom: 35px;
  }

  .text-big-copy-copy.text-grey-copy-copy {
    line-height: 36px;
  }

  .intro-copy-copy.left-copy.sticky {
    position: static;
  }

  .bold-text-3-copy, .bold-text-3-copsdwe, .h1 {
    padding-bottom: 35px;
  }

  .bold-text-11-copy {
    max-width: none;
  }

  .bold-text-13-copy {
    text-align: center;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .intro-copy.left {
    padding-left: 0;
  }

  .intro-copy.no-margin-bottom-copy, .intro-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .bold-text-3-copsdsdy {
    padding-bottom: 35px;
  }

  .main-grid-8 {
    grid-row-gap: 48px;
  }

  .feature-image-medium-3, .feature-image-medium-3-copy {
    height: 25vw;
  }

  ._1-c-opy {
    max-width: 450px;
    margin-left: 23px;
  }

  .heading-2-c123opy {
    width: 90%;
  }

  ._1-copy {
    max-width: 450px;
    margin-left: 23px;
  }

  .intro-copy-copy.margin-bottom, .intro-copy-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-copy-copy.left-copy.sticky, .intro-copy-copy-copy.left-copy-copy.sticky {
    position: static;
  }

  ._1-copy-copy, ._1-copy-copy-copy {
    max-width: 450px;
    margin-left: 23px;
  }

  .feature-card-c234opy {
    margin-bottom: -35px;
  }

  .feature-image-medium-3-copy-copy, .feature-image-medium-3-copy-copy-copy {
    height: 25vw;
  }

  ._1-copy-copy {
    max-width: 450px;
    margin-left: 23px;
  }

  .button-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .header-p1 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .section-93 {
    padding-top: 179px;
    padding-bottom: 94px;
  }

  .heading-h2 {
    font-size: 25px;
  }

  .div-block-10 {
    max-width: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-13 {
    max-width: 445px;
  }

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

  .bold-text-108 {
    font-size: 50px;
  }

  .section-96 {
    padding-top: 90px;
    padding-bottom: 86px;
  }

  .heading-h5 {
    font-size: 32px;
  }

  .image-54 {
    display: none;
  }

  .grid-3 {
    width: 450px;
  }

  .section-96-copy {
    padding-top: 56px;
    padding-bottom: 65px;
  }

  .div-block-18-copy {
    margin-left: 10px;
    margin-right: 20px;
  }

  .div-block-18-copy-copy-copy-copy {
    max-width: 600px;
  }

  .bold-text-109 {
    font-size: 60px;
    line-height: 60px;
  }

  .pricing-cell-icon-copy {
    width: 20px;
  }

  .image-54-cop234y {
    display: none;
  }

  .pricing-v3-plans-2-copy {
    position: static;
  }

  .pricing-v3-plans-2-copy.mobile-sticky {
    display: flex;
    position: sticky;
    top: 0;
  }

  .pricing-v3-plans-2-copy.bottom {
    border-top: 1px solid #ededff;
    display: flex;
  }

  .slide-3 {
    background-size: 1100px;
  }

  .main-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1.5fr;
    display: grid;
  }

  .slide-4, .slide-6 {
    background-size: 900px;
  }

  .wrapper-navbar1.nav-bar-wrapper, .wrapper-navbar1.nav-bar-wrapper-copy, .wrapper-navbar1.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
  }

  .pricing-v3-row-2-add {
    flex-wrap: wrap;
  }

  .pricing-v3-row-header-2-copy {
    border-bottom: 1px solid #ededff;
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .intro-copy-copy-copy.no-margin-bottom-copy, .intro-copy-copy-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .section-93-copy {
    padding-top: 0;
    padding-bottom: 94px;
  }

  .nav-buttons-mobile {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-54-cop234y-c123opy {
    display: none;
  }

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

  .bold-text-108-copy {
    font-size: 50px;
  }

  .dropdown-toggle {
    min-width: 380px;
  }

  .h2, .h3 {
    padding-bottom: 35px;
  }

  .heading-2-copy {
    width: 90%;
  }

  .h2asdasd-copy, .h2-copy {
    padding-bottom: 35px;
  }

  .intro-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .h2-copy {
    padding-bottom: 35px;
  }

  .intro-copy-copy.no-margin-bottom-copy, .intro-copy-copy.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .heading-2-copy-copy {
    width: 90%;
    line-height: 55px;
  }

  .paragraph-copy-copy {
    width: 90%;
  }

  .h2-copy-copy, .bold-text-3-copsdsdy-copy, .h2-copy {
    padding-bottom: 35px;
  }

  ._2, ._2-c123123opy {
    width: 90%;
  }

  .bold-text-3-copsdsdy-copy-copy {
    padding-bottom: 35px;
  }

  .bold-text-3-copsdsdy-coasdf-copy {
    padding-bottom: 10px;
  }

  .image-54-cop234y-c123ofsdfpy-copy {
    display: none;
  }

  .h2-copy-copy, .h2-copy-copy-copy, .h2-copy-copy {
    padding-bottom: 35px;
  }

  .feature-image-sm345all-copy {
    height: auto;
  }

  .paragraph-copy-copy23 {
    width: 90%;
  }

  .bold-text-23-copy-copy233 {
    padding-bottom: 35px;
  }

  .section-2213 {
    padding-top: 87px;
  }

  .intro-copy-123.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-123.left.sticky {
    position: static;
  }

  .intro-copy-123.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-123.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .intro-323-copy.margin-bottom, .intro-3234234234.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-3234234234.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234.left.sticky {
    position: static;
  }

  .intro-3234234234.margin-bottom {
    margin-bottom: 48px;
  }

  .button-copy.small.white-copy.mbkb {
    align-self: center;
    margin-left: 0;
  }

  .paragraph-123123 {
    width: 90%;
  }

  .t3p2s3 {
    max-width: 450px;
  }

  .intro-copy-123-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-123-copy.left.sticky {
    position: static;
  }

  .intro-copy-123-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-123-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .main-123123123 {
    grid-row-gap: 48px;
  }

  .intro-3234234234-co-py.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-co-py.left.sticky {
    position: static;
  }

  .intro-3234234234-co-py.margin-bottom {
    margin-bottom: 48px;
  }

  .text-bi12312332312-copy.text-grey-copy-copy {
    font-size: 20px;
  }

  .t3p2s4 {
    padding-top: 87px;
  }

  .image-1qw234e-co234 {
    max-width: 500px;
  }

  .paragraph-12312sd2 {
    width: 90%;
  }

  .h2-cop123y {
    padding-bottom: 35px;
  }

  .heading-2234 {
    width: 90%;
  }

  .h24-cop123y-copy {
    padding-bottom: 35px;
  }

  .intro-2344 {
    max-width: 650px;
  }

  .intro-2344.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-2344.left.sticky {
    position: static;
  }

  .intro-2344.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-2344.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p4p5 {
    max-width: 400px;
  }

  ._23245 {
    padding-top: 87px;
  }

  .intro-3234234234-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-copy.left.sticky {
    position: static;
  }

  .intro-3234234234-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .text-bi12312err.text-grey-copy {
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .text-bi12312err.t3p1t2 {
    text-align: center;
  }

  .text-bi12312err.text-grey-copy-copy {
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .t3p1p2 {
    max-width: 400px;
  }

  .qwer1234 {
    max-width: 450px;
  }

  .t4p5p5 {
    max-width: 400px;
    margin-left: 0;
  }

  .t4p5s9 {
    padding-top: 87px;
  }

  .intro-3234234234-c234.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-3234234234-c234.left.sticky {
    position: static;
  }

  .intro-3234234234-c234.margin-bottom {
    margin-bottom: 48px;
  }

  .h234456 {
    padding-bottom: 35px;
  }

  .t3p1h1-2 {
    width: 90%;
  }

  .t3p1i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i1.left.sticky {
    position: static;
  }

  .t3p1i1.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p1i1.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p1s1 {
    text-align: center;
    padding-bottom: 80px;
  }

  .t3p1s2 {
    display: none;
  }

  .t3p1p1 {
    text-align: center;
    max-width: 500px;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .t3p1p4 {
    max-width: 400px;
    margin-left: 0;
  }

  .t3p1s8 {
    padding-top: 87px;
  }

  .t3p1p6 {
    max-width: 400px;
  }

  .t3p1p7 {
    max-width: 400px;
    margin-left: 0;
  }

  .t3p1i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i2.left.sticky {
    position: static;
  }

  .t3p1i2.margin-bottom, .t3p1i3.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p1i3.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p1i3.left.sticky {
    position: static;
  }

  .t3p1i3.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p2h1 {
    padding-bottom: 11px;
    line-height: 50px;
  }

  .t3p2pt2.t3p2pt1 {
    font-size: 24px;
  }

  .t3p2pt1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2pt1.left.sticky {
    position: static;
  }

  .t3p2pt1.margin-bottom, .t3p2p2i1.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p2p2i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2p2i1.left.sticky {
    position: static;
  }

  .t3p2p2i1.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p2p1 {
    max-width: 400px;
  }

  .t3p2i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i2.left.sticky {
    position: static;
  }

  .t3p2i2.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p2i3 {
    margin-right: 0;
  }

  .t3p2i3.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i3.left.sticky {
    position: static;
  }

  .t3p2i3.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p2i3.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t3p2i4.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p2i4.left.sticky {
    position: static;
  }

  .t3p2i4.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p3h1, .t3p3p1 {
    width: 90%;
  }

  .b {
    padding-top: 87px;
  }

  .t3p3s4 {
    padding-top: 87px;
    padding-bottom: 89px;
  }

  .t3p3p3 {
    max-width: 500px;
    margin-top: 51px;
  }

  .t3p3s6 {
    padding-top: 87px;
    padding-bottom: 57px;
  }

  .t3p3p5.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p3p5.left.sticky {
    position: static;
  }

  .t3p3p5.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p3s8 {
    padding-bottom: 63px;
  }

  .t3p4s1 {
    padding-top: 80px;
  }

  .t3p4h2 {
    padding-bottom: 17px;
  }

  .t3p4s5 {
    padding-top: 87px;
  }

  .t3p4s6 {
    padding-top: 95px;
  }

  .t3p4p6 {
    max-width: 400px;
  }

  .t3p4p7 {
    max-width: 500px;
  }

  .t3p4s9 {
    max-width: 400px;
  }

  .t3p4i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p4i1.left.sticky {
    position: static;
  }

  .t3p4i1.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p4i1.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t4p5i2.no-margin-bottom {
    margin-bottom: 0;
  }

  .t4p5i2.left.sticky {
    position: static;
  }

  .t4p5i2.margin-bottom {
    margin-bottom: 48px;
  }

  .t4p5i2.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .t4p5p4 {
    max-width: 550px;
  }

  .t4p5s6 {
    padding-top: 87px;
  }

  .t4p5p6 {
    max-width: 500px;
  }

  .t3p6p1 {
    max-width: 550px;
  }

  .t3p6p2 {
    max-width: 400px;
  }

  .t3p6s3 {
    padding-top: 87px;
  }

  .t3p6s7 {
    max-width: 450px;
  }

  .t3p6s8 {
    padding-top: 87px;
  }

  .t3p6s12 {
    max-width: 400px;
  }

  .t3p7p1 {
    max-width: 350px;
  }

  .t3p7i1.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p7i1.left.sticky {
    position: static;
  }

  .t3p7i1.margin-bottom {
    margin-bottom: 48px;
  }

  .t3p7h1 {
    padding-bottom: 35px;
  }

  .t3p7s4 {
    padding-top: 87px;
    padding-bottom: 25px;
  }

  .t3p7p2 {
    max-width: 400px;
  }

  .t3p7s6 {
    padding-bottom: 89px;
  }

  .t3p7s8 {
    padding-bottom: 37px;
  }

  .t3p7s9 {
    max-width: 450px;
  }

  .t3p7s10 {
    padding-top: 87px;
    padding-bottom: 38px;
  }

  .t3p7p7 {
    max-width: 500px;
  }

  .t3s4s9 {
    padding-top: 87px;
  }

  .t2p1s1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .t2p1s1.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .t2p1s1.top-section {
    margin-top: -60px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .t2p3h1 {
    padding-bottom: 35px;
  }

  .t3p3i6.no-margin-bottom {
    margin-bottom: 0;
  }

  .t3p3i6.left.sticky {
    position: static;
  }

  .t3p3i6.margin-bottom {
    margin-bottom: 48px;
  }

  .qweqweqweqwe123 {
    text-align: center;
  }

  .t3p1p8 {
    width: 90%;
  }

  .t3p1p9 {
    max-width: 400px;
  }

  .t3p2p8 {
    max-width: 300px;
  }

  .t3p3i32 {
    background-color: #fef6ee;
  }

  .asdasdasdqweqw {
    max-width: 500px;
  }

  .p3p3p234 {
    padding-top: 76px;
    padding-bottom: 75px;
  }

  .t3p1p212345 {
    max-width: 300px;
  }

  .sdfwefwerwerwer {
    margin-bottom: 32px;
    line-height: 32px;
  }

  .swehrjh2kjh23h234j {
    font-size: 45px;
    line-height: 55px;
  }

  .t3p2p1324 {
    max-width: 350px;
  }

  .t4p5p345 {
    max-width: 550px;
  }

  .t4p5p34567 {
    max-width: 350px;
  }

  .t3p2p20 {
    max-width: 450px;
    margin-left: 0;
  }

  .h1-234455, .asodhoiasdhoiasdh123 {
    padding-bottom: 35px;
  }

  .headin234234234, .paragraph-copy-cop123123 {
    width: 90%;
  }

  .intro-copqweqwer.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copqweqwer.left.sticky {
    position: static;
  }

  .intro-copqweqwer.margin-bottom, .intro-copy-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy-copy.left.sticky {
    position: static;
  }

  .intro-copy-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .section-3123213 {
    padding-bottom: 63px;
  }

  .intro-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy.left.sticky {
    position: static;
  }

  .intro-copy.margin-bottom, .intro-cop123123123y.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-cop123123123y.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-cop123123123y.left.sticky {
    position: static;
  }

  .intro-cop123123123y.margin-bottom, .intro-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .intro-coeqwewqy {
    max-width: none;
    padding-left: 0;
  }

  .intro-coeqwewqy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-coeqwewqy.left.sticky {
    position: static;
  }

  .intro-coeqwewqy.margin-bottom {
    margin-bottom: 48px;
  }

  .intro-coeqwewqy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .image-54-cop234yasdasd-c123ofsdfpy-copy-copy {
    max-width: 350px;
    display: block;
  }

  .intro-copy-casdasdasd.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-casdasdasd.left.sticky {
    position: static;
  }

  .intro-copy-casdasdasd.margin-bottom {
    margin-bottom: 48px;
  }

  .p2p1h1 {
    padding-bottom: 35px;
  }

  .t2p1p2 {
    max-width: 450px;
  }

  .t2p1p3, .t2p1p4 {
    max-width: 400px;
  }

  .t2p1p5 {
    max-width: 450px;
  }

  .t2p1p6 {
    max-width: 400px;
  }

  .image-123123y {
    max-width: 500px;
  }

  .t2p2p3 {
    max-width: 400px;
  }

  .introasdasdasddas-copy {
    align-items: center;
    max-width: none;
  }

  .introasdasdasddas-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .introasdasdasddas-copy.left.sticky {
    position: static;
  }

  .introasdasdasddas-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .sdfsdfpsdokfwejwer {
    padding-top: 56px;
  }

  ._123123123123123 {
    max-width: 550px;
  }

  .intro-323-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323-copy.left.sticky {
    position: static;
  }

  .intro-323-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .paragraph-copy-copy-copy, .paragraph-co {
    width: 90%;
  }

  .t2p3p1, .sdfwertgq {
    max-width: 450px;
    margin-left: 23px;
  }

  .asdasdqwgeigwq, .asdasdqwe {
    max-width: 400px;
  }

  .secqwe123asdasdasdasd-copy {
    padding-bottom: 95px;
  }

  .qweqwe1235 {
    max-width: 300px;
  }

  .kasjbdfjklasbdlqwe {
    max-width: 400px;
  }

  ._1-copy-copy-copy {
    max-width: 450px;
    margin-left: 23px;
  }

  .aksndwqnl24 {
    max-width: 450px;
    margin-top: 44px;
    margin-left: 23px;
  }

  .ojhwqasdlhaslkd {
    max-width: 400px;
  }

  .ashgdhqi3231 {
    max-width: 350px;
  }

  .asdqwehorho {
    padding-bottom: 63px;
  }

  .hjfggjfufdut548.no-margin-bottom {
    margin-bottom: 0;
  }

  .hjfggjfufdut548.left.sticky {
    position: static;
  }

  .hjfggjfufdut548.margin-bottom {
    margin-bottom: 48px;
  }

  .hjfggjfufdut548.left-copy.sticky, .hjfggjfufdut548.left-copy-copy.sticky {
    position: static;
  }

  .ashdaljgdlqlwekhqwe {
    text-align: center;
    padding-bottom: 35px;
  }

  .ksajbdjabsd213.no-margin-bottom {
    margin-bottom: 0;
  }

  .ksajbdjabsd213.left.sticky {
    position: static;
  }

  .ksajbdjabsd213.margin-bottom {
    margin-bottom: 48px;
  }

  .h2-copy {
    padding-bottom: 6px;
    font-size: 40px;
  }

  .sdbosjaasfdas {
    max-width: 450px;
  }

  .sectioasdasd1234 {
    padding-bottom: 0;
  }

  .headinsoduhfuwefwef {
    width: 90%;
  }

  .header-p1-copy, .askdjggqwdiuqwd {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-50 {
    margin-left: -124px;
  }

  .pricing-intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .pricing-intro.left.sticky {
    position: static;
  }

  .pricing-intro.margin-bottom {
    margin-bottom: 48px;
  }

  .pricing-intro.no-margin-bottom-copy, .pricing-intro.no-margin-bottom-copy-copy {
    margin-bottom: 0;
  }

  .pricing-v2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-v1 {
    font-size: 40px;
    line-height: 48px;
  }

  .bold-tasdasdasd {
    line-height: 55px;
  }

  .mobile-pricing-headline, .mobile-pricing-tagline {
    width: 90%;
  }

  .asdasdqwedff, .adasdasdwq {
    padding-bottom: 35px;
  }

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

  .asdasdqwd {
    max-width: 350px;
    padding-bottom: 11px;
    display: block;
  }

  .asdasdqwedf {
    height: 25vw;
  }

  .d12iv-block-55-copy {
    margin-top: -29px;
  }

  .dskfnkdpsf {
    margin-top: 0;
  }

  .section-qwwey {
    padding-top: 87px;
  }

  .t2p1p3-copy {
    padding-left: 0;
  }

  .asdqwdy, .section-qwwey-copy {
    padding-top: 87px;
  }

  .t2pasdasdcopy {
    max-width: 400px;
  }

  .pricing-v4 {
    padding: 32px;
  }

  .feature-im234 {
    height: auto;
  }

  .pricing-v5 {
    padding: 32px;
  }

  .asd-py {
    max-width: 350px;
  }

  ._212323 {
    padding-top: 87px;
  }

  .login-header-1, .qweqwe {
    text-align: center;
  }

  .section-3122342344240-copy {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .ksajdvfijbsdfsd {
    display: none;
  }

  .licence-item-copy {
    max-width: 450px;
  }

  .div-block-30-copy {
    min-width: 350px;
  }

  .headi3453212 {
    width: 90%;
  }

  .image-12342342342348 {
    max-width: 450px;
  }

  .div-block-58-copy {
    max-width: 490px;
  }

  .bold-text-112312315 {
    text-align: center;
    line-height: 40px;
  }

  .imagasdwqd {
    max-width: 450px;
  }

  .pricing-pic-v1 {
    height: auto;
  }

  .pricing-v1-card-copy-copy {
    padding: 32px;
  }

  .pricing-v43 {
    height: auto;
    margin-bottom: 35px;
    padding: 32px;
  }

  .pricing-v234 {
    height: auto;
    padding: 32px 32px 43px;
  }

  .pricing-plan-2342345 {
    width: 33.33%;
    display: none;
  }

  .pricing-plan-2342345.no-divider {
    display: none;
  }

  .pricing-v3-cell-22qwedsa {
    min-height: 48px;
    font-size: 13px;
  }

  .homepage-p {
    font-size: 20px;
    line-height: 22px;
  }

  .t3p4p41 {
    max-width: 450px;
  }

  .hs2 {
    padding-bottom: 63px;
  }

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

  .heder-uweh {
    text-align: center;
  }

  .hs3p1 {
    max-width: 450px;
    padding-top: 17px;
  }

  .hs4 {
    padding-top: 40px;
  }

  .heading-123127 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-32234234238 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-pic {
    max-width: 70px;
  }

  .imagasdasdwe {
    max-width: 400px;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-23456 {
    padding-top: 90px;
    padding-bottom: 86px;
  }

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

  .div-block-18-copy-copy {
    margin-top: 25px;
    margin-left: 20px;
  }

  .section-23456-copy {
    padding-top: 90px;
    padding-bottom: 86px;
  }

  .sectioasdasdsdasaopy {
    padding-top: 67px;
    padding-bottom: 86px;
  }

  .hs6 {
    padding-top: 65px;
    padding-bottom: 86px;
    padding-right: 0;
  }

  .hs1 {
    padding-top: 157px;
    padding-bottom: 54px;
    padding-right: 0;
  }

  .pic-0312452 {
    display: block;
  }

  .heading-hsadwqedwef {
    font-size: 32px;
  }

  .pic-university {
    max-width: 500px;
  }

  .buttoasdasdwqew {
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: block;
  }

  .hs7 {
    padding-top: 57px;
  }

  .heasdasdwe {
    width: 90%;
  }

  .paragrasdasdasdqwe {
    text-align: right;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .heading-h7-copy {
    font-size: 40px;
  }

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

  .asdasdasdafssdf {
    margin-left: 10px;
    margin-right: 20px;
  }

  .button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
    align-self: center;
  }

  .button-2-copy-copy {
    font-size: 14px;
  }

  .dsfsdfwefwefewf {
    font-size: 32px;
  }

  .adasdasd34132 {
    padding-bottom: 0;
    font-weight: 500;
  }

  .footer-link-copy, .footer-asdasdqwey {
    font-size: 13px;
    line-height: 20px;
  }

  .imaasdasddopy {
    max-width: 400px;
    margin-right: 0;
    display: block;
  }

  .div-b123123123312-copy {
    flex-direction: column;
  }

  .pic-0312452-copy {
    display: block;
  }

  .pic-0312452-copy-copy {
    max-width: 160%;
    display: block;
  }

  .headinsoduhfuwasdasd {
    width: 90%;
    font-size: 40px;
  }

  .paragsddsfsdfer {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }

  .t1p1s3 {
    padding-top: 40px;
  }

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

  .heading-113-copy {
    line-height: 54px;
  }

  .bold-text-112312316 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .imaasasdasdadsy {
    max-width: 250px;
    margin-left: 0;
  }

  .image-44-copy {
    max-width: 400px;
  }

  .qweqweqweqwe {
    max-width: 400px;
    margin-left: 0;
  }

  .sdfwefwef {
    margin-bottom: 57px;
  }

  ._123123123213 {
    margin-top: 3px;
  }

  .wefwefwfeerf {
    margin-top: 19px;
  }

  .asdasdqwdqwdqwqw.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .asdqw213123 {
    margin-bottom: 0;
  }

  .qweqwe123 {
    padding-bottom: 0;
  }

  .asidjaidqwwqe.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .main-gqweqweqwe1234 {
    grid-row-gap: 48px;
  }

  .sdfwerbfojwefnoiwehf.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .intro-430-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430-copy.left.sticky {
    position: static;
  }

  .intro-430-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .werwefwfer {
    width: auto;
    max-width: none;
  }

  .werwefwfer.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .asdasdasdqwe12jfgh {
    text-align: center;
    padding-bottom: 35px;
  }

  .sdfsdfsdfjyf.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdfsdfjyf.left.sticky {
    position: static;
  }

  .sdfsdfsdfjyf.margin-bottom {
    margin-bottom: 48px;
  }

  .ghjghjghj {
    text-align: center;
  }

  .sdfsdfsdfwec {
    padding-top: 43px;
  }

  .sdfsdfsdfwec.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .sdfsdsdfsdffsdfjyf-copy {
    align-items: center;
  }

  .sdfsdsdfsdffsdfjyf-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy.left.sticky {
    position: static;
  }

  .sdfsdsdfsdffsdfjyf-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .sdfsdfwewerwerwr {
    width: 90%;
  }

  .secqweqwetion-2-copy {
    padding-top: 87px;
  }

  .automations2, .sectiowerwerfy {
    padding-top: 81px;
    padding-bottom: 105px;
  }

  .t2p11234234 {
    max-width: 400px;
    padding-left: 0;
  }

  .hkjhkgjkdin234234234-copy {
    width: 90%;
  }

  .h2-copy-copy-copy {
    padding-bottom: 35px;
  }

  .dasasdwed {
    max-width: 450px;
    left: auto;
  }

  .t2p1wer {
    max-width: 400px;
  }

  .intasdasdw2py.no-margin-bottom {
    margin-bottom: 0;
  }

  .intasdasdw2py.left.sticky {
    position: static;
  }

  .intasdasdw2py.margin-bottom {
    margin-bottom: 48px;
  }

  .s234234234sd12234 {
    padding-top: 81px;
    padding-bottom: 105px;
  }

  .imagqwed {
    max-width: 400px;
  }

  .s234234qweepy {
    padding-top: 81px;
    padding-bottom: 10px;
  }

  .s23423124234copy {
    padding-top: 35px;
    padding-bottom: 105px;
  }

  .image-12342342342351 {
    margin-left: 0;
  }

  .butasdasd123213 {
    background-color: var(--black);
  }

  .div-block-69 {
    min-width: 500px;
  }

  .grid-32234234239 {
    grid-template-columns: 1fr;
  }

  .asdasdasddqw {
    font-size: 12px;
  }

  .asdaasdasdasdwef {
    padding-bottom: 38px;
  }

  .t2p11234234-copy {
    max-width: 380px;
  }

  .sdfsdfwefwfwe {
    max-width: 350px;
    padding-left: 0;
  }

  ._12ssca {
    min-width: auto;
  }

  .sdfsdf-opy {
    padding-top: 56px;
  }

  .div-blo {
    padding-right: 35px;
  }

  .t3p1h1-2-2334, .t3p344555 {
    width: 90%;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy {
    align-items: center;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.left.sticky {
    position: static;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .t2p1w23423443asdy {
    max-width: 400px;
  }

  .qweqweqweqweqwe {
    min-width: 500px;
  }

  .qweqweqweqweqwe-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    min-width: 500px;
  }

  .heaasdasdasopy {
    width: 90%;
  }

  .wrapper-7 {
    width: 500px;
    min-width: 500px;
  }

  .heading-110-copy-2 {
    text-align: right;
  }

  .sidebar-video {
    height: 216px;
  }

  .h1-234456 {
    width: 684px;
  }

  .pricing-v234-copy, .pricing-v234-copy-copy {
    padding: 32px;
  }

  .pricing-pic-v1-copy {
    height: auto;
  }

  .div-block-14-copy {
    margin-top: 44px;
  }

  .feature-card-copy {
    margin-top: -79px;
  }

  .t3p3asdqweds, .heading-asdasdqwe, .headinasdasdasdasd {
    width: 90%;
  }

  .pricing-v234-copy-copy, .pricing-v234-copy-copy-copy {
    padding: 32px;
  }

  .bold-tasd123123 {
    line-height: 55px;
  }

  .headiasdghuqwe-copy, .headiasdghuq123 {
    width: 90%;
  }

  .pricing-v234-copy-copy-copy-copy {
    padding: 32px;
  }

  .int234234234234.no-margin-bottom {
    margin-bottom: 0;
  }

  .int234234234234.left.sticky {
    position: static;
  }

  .int234234234234.margin-bottom {
    margin-bottom: 48px;
  }

  .int234234234234.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .sectiasdasdasd {
    width: 1200px;
  }

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

  .image-12342342342352 {
    padding-top: 59px;
  }

  .d12iv-block-hs42 {
    margin-top: -29px;
  }

  .hs8 {
    padding-top: 67px;
    padding-bottom: 86px;
  }

  .main-grid-9 {
    float: none;
    clear: none;
    text-align: center;
    width: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .feature-2 {
    width: 100%;
  }

  .text-block-24235:hover {
    color: var(--black);
  }

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

  .image-12342342342353 {
    direction: rtl;
    text-align: center;
    width: auto;
    min-width: auto;
    max-width: 450px;
    margin-right: 0;
    padding-right: 0;
    font-size: 2px;
    display: inline-block;
  }

  .intro-430-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-430-copy-copy.left.sticky {
    position: static;
  }

  .intro-430-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .main-gqweqweqw234234 {
    grid-row-gap: 48px;
  }

  .feature-imag234 {
    height: auto;
  }

  .tabs-2 {
    text-align: center;
  }

  .heasdasdwe-copy {
    text-align: right;
    width: auto;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .pricing-pic-v1-2y {
    height: auto;
  }

  .bold-tasda23 {
    line-height: 55px;
  }

  .main-grid-7-m {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hs4---tabs-mobile-1 {
    padding-top: 65px;
    padding-bottom: 86px;
  }

  .tabs-mobile-pic {
    max-width: 80%;
    margin-right: 16px;
    padding-bottom: 0;
    display: block;
  }

  .div-blsafdy-copy-2 {
    min-width: 350px;
    margin-bottom: 50px;
  }

  .werwefwrfger-3 {
    margin-bottom: 50px;
  }

  .t3p3s8-23 {
    padding-bottom: 63px;
  }

  .sdfwefwerwer22 {
    margin-bottom: 32px;
    line-height: 32px;
  }

  .feature-im234-12312 {
    height: auto;
  }

  .prici222 {
    font-size: 40px;
    line-height: 48px;
  }

  .hs4---tabs-mobile-2 {
    padding-top: 65px;
    padding-bottom: 86px;
  }

  .tabs-mobile-pic-copy {
    max-width: 80%;
    margin-right: 16px;
    padding-bottom: 0;
    display: block;
  }

  .hs4---tabs-mobile-4 {
    padding-top: 65px;
    padding-bottom: 86px;
  }

  .im234age-212345 {
    max-width: 400px;
  }

  .t3p4s6-copy {
    padding-top: 95px;
  }

  .t2pasdasdpy {
    padding-bottom: 35px;
  }

  .grid-32234234240 {
    grid-template-columns: 1fr;
  }

  .secqweqwetion-1231233 {
    padding-top: 87px;
    padding-bottom: 60px;
  }

  .inasdasdasdpy.no-margin-bottom {
    margin-bottom: 0;
  }

  .inasdasdasdpy.left.sticky {
    position: static;
  }

  .inasdasdasdpy.margin-bottom {
    margin-bottom: 48px;
  }

  .s2-card-4 {
    border-top: 1px solid #ebebeb;
  }

  .heading-12-y {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .maasdqwepy {
    grid-row-gap: 48px;
  }

  .secqweqwetion-mobile {
    padding-top: 87px;
  }

  .paragraph-123126 {
    direction: rtl;
  }

  .t1p1s3-123 {
    padding-top: 40px;
  }

  .section-3123213-copy {
    padding-bottom: 63px;
  }

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

  .feature-image-medium-234y {
    height: auto;
  }

  .pricing-v234-copy-co2324 {
    height: auto;
    padding: 32px;
  }

  .pricing-v234-copy-c2345py-copy {
    padding: 32px;
  }

  .pricing-plan-cell-2-hidqweqwe.no-divider {
    display: none;
  }

  .pricing-v234-coasdfsdfopy-copy {
    height: auto;
    padding: 32px;
  }

  .image-12342342342359 {
    min-width: 500px;
  }

  .pricing-pic-v1-2334 {
    height: auto;
  }

  .paragraph-402 {
    text-align: center;
    margin-left: 0%;
  }

  .logo-image {
    height: auto;
    margin-top: -5px;
    display: block;
  }

  .div-block-13-tax {
    max-width: 445px;
    margin-bottom: 3px;
  }

  .bold-text-3-cop123y-copy {
    padding-bottom: 35px;
  }

  .hasdqwfy {
    text-align: center;
    padding-bottom: 35px;
  }

  .wrapper-2334.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .feature-ima223py {
    height: auto;
  }

  .bold-text-112312326 {
    font-size: 60px;
    line-height: 60px;
  }

  .youtube-6 {
    width: 500px;
  }

  .main-grid-10 {
    grid-row-gap: 48px;
  }

  .t3p6s5-2, .t3p6p2-2 {
    max-width: 500px;
  }

  .t3p6s3-2 {
    padding-top: 87px;
  }

  .t3p6p1-2 {
    max-width: 500px;
  }

  .heading-123135, .paragraph-copy-copy23-2 {
    width: 90%;
  }

  .hgrwehjgriyweg3467-2 {
    max-width: 500px;
  }

  .intro-32342342341231233y.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-32342342341231233y.left.sticky {
    position: static;
  }

  .intro-32342342341231233y.margin-bottom {
    margin-bottom: 48px;
  }

  .youtubasdwe {
    width: 500px;
  }

  .t3pasdasdqwe {
    max-width: 500px;
  }

  .t3pqweqweqwewqe {
    max-width: 400px;
  }

  .hgrwehjasdasdasd {
    max-width: 500px;
  }

  .asdasdqwgeigwq-2 {
    max-width: 520px;
  }

  .t3p2s3-2 {
    max-width: 550px;
  }

  .headi-py {
    text-align: center;
  }

  .text-block-2234 {
    max-width: 500px;
  }

  .image-12342342342361 {
    max-width: 550px;
  }

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

  .image-123423423422332 {
    padding-bottom: 25px;
  }

  .paragrasdasda223y {
    width: 90%;
  }

  .div-block-82345-copy, .div-block-82234, .div-block-8222234, .div-block-82asdawdfy, .div-block-8234234, .div-app-1 {
    flex-direction: column;
  }

  .div-app-3 {
    margin-top: 25px;
    margin-left: 200px;
  }

  .image-app-1 {
    padding-top: 59px;
  }

  .app-p-1 {
    width: 90%;
  }

  .app-pic-2 {
    max-width: 550px;
    padding-top: 17px;
  }

  .heading-h5-copy, .heading-h8 {
    font-size: 32px;
  }

  .asdasasd343234234y {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dsfsdfrewwerwerwerwery {
    font-size: 32px;
  }

  .heading-h9 {
    color: #2d2c4d;
    font-size: 40px;
  }

  .app-section-3 {
    padding-top: 67px;
    padding-bottom: 86px;
  }

  .dsf234234234y {
    font-size: 32px;
  }

  .feature-card-cem, .feature-card-csrm {
    margin-top: -79px;
  }

  .bold-text-102-copy {
    line-height: 32px;
  }

  .qweasdwsdfsdfewfw {
    text-align: center;
  }

  .t2p1pqweasdasdsady {
    max-width: 450px;
    margin-right: 0;
  }

  .text-big-copy.text-grey-copy-copy {
    text-align: center;
  }

  .bold-text-11qweqwe {
    max-width: none;
  }

  .asdasdasdaqweqweqwe {
    margin-left: 10px;
    margin-right: 20px;
  }

  .text-bi12asasdasdpy.text-grey-copy {
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .text-bi12asasdasdpy.text-gasdasdasdasdy {
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .grid-32234234241 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 400px;
  }

  .text-block-24239 {
    padding-bottom: 5px;
  }

  .tm-section-2 {
    background-image: url('../images/bg-2.png');
    background-size: cover;
  }

  .div-block-8234242 {
    text-align: right;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-tm2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
    display: block;
  }

  .image-2-3 {
    width: 550px;
  }

  .heading-h {
    font-size: 32px;
  }

  .image-2-123423423422337-copy {
    width: 600px;
    max-width: 400px;
  }

  .headin-y {
    font-size: 30px;
    line-height: 45px;
  }

  .tm-section-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tm-section-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-tm2-copy, .header-tmqweqwdqwd {
    width: auto;
  }

  .headqwdqwdwdopy {
    width: auto;
    min-width: auto;
  }

  .asdasaqwdqwdqwdy {
    max-width: none;
    font-size: 30px;
    line-height: 45px;
  }

  .imag123-py {
    width: 550px;
  }

  .image-23456y {
    width: 600px;
  }

  ._23455635 {
    width: 500px;
  }

  .pricing-v1-23123123 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-12123217, .text-block-24242 {
    text-align: center;
  }

  .div-block-823422353 {
    flex-direction: column-reverse;
  }

  .image-123423423422341 {
    margin-right: -95px;
    padding-bottom: 57px;
  }

  .section-3122342344259 {
    padding-bottom: 52px;
  }

  .div-block-823422356 {
    flex-direction: column-reverse;
  }

  .image-123423423422342 {
    margin-left: 0;
  }

  .section-5-app-page {
    padding-top: 65px;
    padding-bottom: 86px;
  }

  .imagasdasdwe-app-page {
    max-width: 280px;
    margin-right: 16px;
    padding-bottom: 46px;
    display: block;
  }

  .image-123423423422342-2 {
    max-width: 250px;
    margin-left: 0;
    padding-bottom: 68px;
  }

  .headingsdfsdfsdfpy {
    font-size: 32px;
  }

  .heading-14gdfgdfgpy {
    text-align: center;
    font-size: 40px;
  }

  .div-block-823-4238-copy {
    display: flex;
  }

  .image-4-app-page {
    max-width: 550px;
  }

  .t3p2p-y {
    max-width: 500px;
  }

  .tasdasdasdy-copy.text-grey-copy-copy, .text-big-copy-copy-copy-copy.text-grey-copy-copy {
    text-align: center;
  }

  .feature-card-cem-12 {
    margin-top: -79px;
  }

  .sdfsdfpsdokfwejwer-v23 {
    padding-top: 56px;
  }

  .feature-imag234-copy, .feature-imag23454-copy, .feature-i25mag234-copy {
    height: auto;
  }

  .paragraph-nond {
    width: 90%;
  }

  .nextchats, .ryse-logo {
    height: auto;
  }

  .main-grid-11 {
    grid-row-gap: 48px;
  }

  .intro-responsive {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 24px;
  }

  .intro-responsive.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-responsive.left {
    padding-bottom: 0;
  }

  .intro-responsive.left.sticky {
    position: static;
  }

  .intro-responsive.margin-bottom {
    margin-bottom: 48px;
  }

  .cs {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .main-grid-12 {
    grid-row-gap: 48px;
  }

  .plan-bullets {
    width: auto;
    min-width: 170px;
  }

  .list-item-5 {
    width: 100%;
  }

  .pricing-v43-2 {
    margin-bottom: 35px;
    padding: 32px;
  }

  .pricing-plan-card {
    width: 100%;
    margin-bottom: 60px;
    padding: 32px;
  }

  .pricing-plan-card.mobile {
    flex-wrap: nowrap;
    width: 70%;
  }

  .pricing-plan-card.mobile.condenced {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .pricing-plan-card.condenced {
    width: 70%;
    margin-bottom: 60px;
  }

  .pricing-v1-tag-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .pricing-v1-billing-copy {
    width: 108%;
    padding-right: 0;
  }

  .main-grid-7-m-2 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-items: center;
    display: grid;
  }

  .pricing-plan-card-badge {
    padding: 32px 32px 43px;
  }

  .pricing-plan-card-badge.mobile.condenced {
    width: 100%;
    margin-bottom: 60px;
  }

  .pricing-v234-coasdfsdfopy-copy-2, .pricing-v234-copy-co2324-3 {
    padding: 32px;
  }

  .pricing-v1-billing-copy-2 {
    text-align: right;
  }

  .asda123123123-2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .main-grid-7-m-3 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-v23456 {
    padding: 32px;
  }

  .plan-details {
    width: 115%;
  }

  .pricing-feature-flip {
    justify-content: center;
    max-width: 80%;
  }

  .plan-details-business {
    margin-top: 35px;
  }

  ._123button1123-2, ._123button1123-2-res {
    padding-left: 36px;
    padding-right: 36px;
  }

  .pricing-plan-card-res {
    padding: 81px 32px 32px;
  }

  .pricing-plan-card-res-business, .pricing-plan-card-mobile {
    padding: 32px;
  }

  .footer-link-3 {
    max-width: 120px;
    font-size: 13px;
    line-height: 20px;
  }

  .homepage-p-2 {
    max-width: 140%;
  }

  .header-1-homepage-2 {
    text-align: center;
    max-width: 600px;
    margin-top: 0;
  }

  .div-b123123123312-copy-2 {
    flex-direction: column;
    margin-left: 0;
  }

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

  .hs1-2 {
    padding-top: 157px;
    padding-bottom: 54px;
  }

  .wiv-135 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423422350 {
    text-align: right;
    object-fit: scale-down;
    flex: 0 auto;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .pricing-v1-billing-copy {
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .pricing-v1-billing-copy-copy {
    justify-content: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .r-d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .main-grid-13 {
    grid-row-gap: 48px;
  }

  .pricing-v1-card-3 {
    padding: 32px;
  }

  .pricing-v1-tag-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .main-grid-8m {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-items: center;
    display: block;
  }

  .pricing-plan-card-mobilr {
    padding: 32px;
  }

  .pricing-plan-card-mobilr.mobile {
    width: 100%;
  }

  .pricing-plan-card-mobilr.mobile.condenced {
    flex-direction: column;
    align-items: center;
    width: 70%;
  }

  .pricing-plan-card-mobilr.condenced {
    width: 70%;
    margin-bottom: 60px;
  }

  .pricing-plan-card-copy {
    width: 70%;
    padding: 32px;
  }

  .pricing-plan-card-copy.mobile {
    width: 100%;
  }

  .pricing-plan-card-copy {
    padding: 32px;
  }

  .main-grid-9m, .main-grid-9m-copy {
    float: none;
    clear: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-content: center;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .main-grid-7-m-4 {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-items: center;
    display: grid;
  }

  .marketing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .pic-312453 {
    max-width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .col.lg-4.sm-2, .col.lg-6, .col.lg-8.centre-align.sm-2, .col.lg-5 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .sm-align-centre-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gray {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._23455635-copy {
    width: 500px;
  }

  .button-2-copy-copy-copy {
    font-size: 14px;
  }

  ._23455635-copy-copy {
    width: 500px;
  }

  .homepage-p-copy-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .tm-section-2-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .asdasasd343234234y-copy {
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    min-width: 450px;
    max-width: 400px;
    font-size: 30px;
    line-height: 45px;
    display: flex;
  }

  .bold-text-10-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-10-copy-copy {
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-112312340, .bold-text-112312341, .bold-text-112312342, .bold-text-112312343 {
    font-size: 30px;
    line-height: 45px;
  }

  .bold-text-112312344 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }

  .bold-text-112312345 {
    font-size: 30px;
    line-height: 45px;
  }

  .paragrasdasdasdqwe-copy {
    text-align: right;
    width: 90%;
    min-width: 500px;
  }

  .headin-y-copy, .headin-y-copy-copy {
    font-size: 30px;
    line-height: 45px;
  }

  .sm-align-centre-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-2350 {
    border-color: #f36565;
    margin-left: 187px;
  }

  .mobileapp.full-screen {
    min-height: 600px;
  }

  .mobileapp.full-screen.background-image-side {
    background-position: 50%;
  }

  .phone-image {
    border-bottom: 1px solid #0000;
    max-width: 60%;
    margin-top: -51px;
    margin-bottom: 0;
    margin-left: 83px;
  }

  .bold-2.margin-bottom {
    text-align: center;
    margin-left: -29px;
  }

  .section-3122342344261-copy.full-screen, .foot.full-screen {
    min-height: 600px;
  }

  .image-123423423422351 {
    margin-left: -3px;
  }

  .design {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .webinar.full-screen {
    min-height: 600px;
  }

  .div-block-823422366 {
    text-align: center;
    align-self: center;
    margin-left: 0;
    display: flex;
  }

  .main-grid-copy {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .automations2-copy {
    padding-top: 81px;
    padding-bottom: 105px;
  }

  .section-3122342344261-copy.full-screen {
    min-height: 600px;
  }

  .section-3122342344261-copy.full-screen.background-image-side {
    background-position: 50%;
  }

  .section-3122342344261-copy.full-screen-copy {
    min-height: 600px;
  }

  .section-3122342344261-copy.full-screen-copy.background-image-side, .section-3122342344261-copy.full-screen-copy.background-image-side-copy {
    background-position: 50%;
  }

  .col-copy.lg-4.sm-2, .col-copy.lg-6, .col-copy.lg-8.centre-align.sm-2, .col-copy.lg-5 {
    width: 100%;
  }

  .auto1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .auto2.lg-4.sm-2, .auto2.lg-6, .auto2.lg-8.centre-align.sm-2, .auto2.lg-5 {
    width: 100%;
  }

  .per1 {
    flex-wrap: wrap;
  }

  .per1.sm-reverse {
    flex-direction: column-reverse;
  }

  .per2.lg-4.sm-2, .per2.lg-6, .per2.lg-8.centre-align.sm-2, .per2.lg-5 {
    width: 100%;
  }

  .pert {
    text-align: right;
  }

  .noti1.lg-4.sm-2, .noti1.lg-6, .noti1.lg-8.centre-align.sm-2, .noti1.lg-5 {
    width: 100%;
  }

  .noti2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .iso1.lg-4.sm-2, .iso1.lg-6, .iso1.lg-8.centre-align.sm-2, .iso1.lg-5 {
    width: 100%;
  }

  .iso2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .br-formula.full-screen {
    min-height: 600px;
  }

  .br-formula.full-screen.background-image-side {
    background-position: 50%;
  }

  .head.full-screen {
    min-height: 600px;
  }

  .head.full-screen.background-image-side {
    background-position: 50%;
  }

  .head.full-screen-copy {
    min-height: 600px;
  }

  .head.full-screen-copy.background-image-side, .head.full-screen-copy.background-image-side-copy {
    background-position: 50%;
  }

  .auto1a.lg-4.sm-2, .auto1a.lg-6, .auto1a.lg-8.centre-align.sm-2, .auto1a.lg-5 {
    width: 100%;
  }

  .auto2a {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spring-release-2022 {
    max-width: 120px;
    font-size: 13px;
    line-height: 20px;
  }

  .hr {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-823422367 {
    display: block;
  }

  .div-block-823422368, .div-block-823422369, .div-block-823422370, .div-block-823422371, .position-headeing-copy, .div-block-823422360-copy {
    display: none;
  }

  .div-block-823422372, .div-block-823422373, .div-block-823422374 {
    display: block;
  }

  .div-block-823422376 {
    display: none;
  }

  .heading-margin-big-copy {
    direction: ltr;
    text-align: left;
    padding-left: 20px;
  }

  .operations {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .product, .customer-success {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mobiletextside1.lg-4.sm-2, .mobiletextside1.lg-6, .mobiletextside1.lg-8.centre-align.sm-2, .mobiletextside1.lg-5 {
    width: 100%;
  }

  .footerbtn {
    border-color: #f36565;
    margin-left: -32px;
  }

  .headerbtn {
    border-color: #f36565;
  }

  .side-image-call-center {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .col-copy.lg-4.sm-2, .col-copy.lg-6, .col-copy.lg-8.centre-align.sm-2, .col-copy.lg-5 {
    width: 100%;
  }

  .button-2350-copy {
    border-color: #f36565;
    margin-left: 200px;
  }

  .br-text {
    text-align: right;
  }

  .top-image {
    margin-bottom: 20px;
  }

  .webinar-btn {
    border-color: #f36565;
    margin-left: 200px;
  }

  .webinar-section.lg-4.sm-2, .webinar-section.lg-6, .webinar-section.lg-8.centre-align.sm-2, .webinar-section.lg-5, .appssection4.lg-4.sm-2, .appssection4.lg-6, .appssection4.lg-8.centre-align.sm-2, .appssection4.lg-5, .appssection5.lg-4.sm-2, .appssection5.lg-6, .appssection5.lg-8.centre-align.sm-2, .appssection5.lg-5, .appssection6.lg-4.sm-2, .appssection6.lg-6, .appssection6.lg-8.centre-align.sm-2, .appssection6.lg-5 {
    width: 100%;
  }

  .appssection6.lg-5.align-vertically {
    margin-left: 38px;
  }

  .col-apps.lg-4.sm-2, .col-apps.lg-6, .col-apps.lg-8.centre-align.sm-2, .col-apps.lg-5 {
    width: 100%;
  }

  .row-apps {
    flex-wrap: wrap;
  }

  .row-apps.sm-reverse {
    flex-direction: column-reverse;
  }

  .col-copy.lg-4.sm-2, .col-copy.lg-6, .col-copy.lg-8.centre-align.sm-2, .col-copy.lg-5, .col-1-copy.lg-4.sm-2, .col-1-copy.lg-6, .col-1-copy.lg-8.centre-align.sm-2, .col-1-copy.lg-5 {
    width: 100%;
  }

  .mobileapp-copy-1.full-screen {
    min-height: 600px;
  }

  .mobileapp-copy-1.full-screen.background-image-side {
    background-position: 50%;
  }

  .mobile-section.full-screen {
    min-height: 600px;
  }

  .mobile-section.full-screen.background-image-side {
    background-position: 50%;
  }

  .image-mobile {
    margin-left: -3px;
  }

  .br-text-copy {
    text-align: right;
  }

  .col-co111py.lg-4.sm-2, .col-co111py.lg-6, .col-co111py.lg-8.centre-align.sm-2, .col-co111py.lg-5 {
    width: 100%;
  }

  .phone-image-copy {
    border-bottom: 1px solid #0000;
    max-width: 60%;
    margin-top: -51px;
    margin-bottom: 0;
    margin-left: 83px;
  }

  .mobileapp-copy.full-screen {
    min-height: 600px;
  }

  .mobileapp-copy.full-screen.background-image-side {
    background-position: 50%;
  }

  .col-111.lg-4.sm-2, .col-111.lg-6, .col-111.lg-8.centre-align.sm-2, .col-111.lg-5 {
    width: 100%;
  }

  .row-copy-111 {
    flex-wrap: wrap;
  }

  .row-copy-111.sm-reverse {
    flex-direction: column-reverse;
  }

  .mobile-summer-side {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .col-111-copy.lg-4.sm-2, .col-111-copy.lg-6, .col-111-copy.lg-8.centre-align.sm-2, .col-111-copy.lg-5 {
    width: 100%;
  }

  .customer-success-title {
    direction: ltr;
    text-align: left;
    padding-left: 20px;
  }

  .sales {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-2 {
    padding-left: 40px;
  }

  .column-2 {
    padding-left: 60px;
  }

  .intro-101.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-101.left {
    padding-bottom: 0;
  }

  .intro-101.left.sticky {
    position: static;
  }

  .intro-101.margin-bottom, .intro-101.margin-bottom-101 {
    margin-bottom: 48px;
  }

  .feature-101, .feature-102 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-grid-6-101 {
    grid-row-gap: 48px;
  }

  .hero2 {
    margin-right: 10%;
  }

  .hero2.nav-bar-wrapper {
    flex-direction: row-reverse;
  }

  .herotitle {
    padding-bottom: 0;
    font-size: 40px;
  }

  .herosubtitle {
    line-height: 28px;
  }

  .herocta {
    border-radius: 30px;
    margin-top: 20px;
  }

  .imagemeetthep.no-margin-bottom {
    margin-bottom: 0;
  }

  .imagemeetthep.left {
    padding-bottom: 0;
  }

  .imagemeetthep.left.sticky {
    position: static;
  }

  .imagemeetthep.margin-bottom {
    margin-bottom: 48px;
  }

  .imagemeetthep.no-margin-bottom-copy-meet {
    margin-bottom: 0;
  }

  .imagemeet11 {
    max-width: 100%;
  }

  .thecompany-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .the-company.no-margin-bottom {
    margin-bottom: 0;
  }

  .the-company.left.sticky {
    position: static;
  }

  .the-company.margin-bottom {
    margin-bottom: 48px;
  }

  .the-company.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .the-company.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-the-company {
    width: 90%;
  }

  .the-people-title {
    width: 90%;
    line-height: 55px;
  }

  .paragraph---the-people {
    width: 90%;
  }

  .position-card-section {
    margin-left: 5%;
    margin-right: 10%;
  }

  .r-d-section {
    justify-content: flex-start;
  }

  .subtitle---the-people-section {
    flex: 1;
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 55px;
    display: block;
  }

  .title---the-people-section {
    width: 90%;
    margin-left: auto;
    padding-right: 0;
    line-height: 55px;
  }

  .bold-text-112312353 {
    direction: ltr;
    color: #000;
    border-radius: 19px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5%;
    margin-left: auto;
    padding-left: 0%;
    display: flex;
  }

  .r-d-title {
    width: 90%;
    line-height: 55px;
  }

  .grid-32234234245 {
    line-height: 10px;
    display: block;
  }

  .div-block-heading-fullstack {
    padding-bottom: 0;
  }

  .findyourpositiontitle.no-margin-bottom {
    margin-bottom: 0;
  }

  .findyourpositiontitle.left.sticky {
    position: static;
  }

  .findyourpositiontitle.margin-bottom {
    margin-bottom: 48px;
  }

  .findyourpositiontitle.no-margin-bottom-copy, .findyourpositiontitle.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .sd234234234-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sd234234234-copy-copy.left.sticky {
    position: static;
  }

  .sd234234234-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .sd234234234-copy-copy.no-margin-bottom-copy, .sd234234234-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .r-d-title-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section11.left.sticky {
    position: static;
  }

  .r-d-title-section11.margin-bottom {
    margin-bottom: 48px;
  }

  .r-d-title-section11.no-margin-bottom-copy, .r-d-title-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-title11.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-title11.left.sticky {
    position: static;
  }

  .product-title11.margin-bottom {
    margin-bottom: 48px;
  }

  .product-title11.no-margin-bottom-copy, .product-title11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .design-title-111.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-title-111.left.sticky {
    position: static;
  }

  .design-title-111.margin-bottom {
    margin-bottom: 48px;
  }

  .design-title-111.no-margin-bottom-copy, .design-title-111.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .r-d-title-section11-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section11-copy.left.sticky {
    position: static;
  }

  .r-d-title-section11-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .r-d-title-section11-copy.no-margin-bottom-copy, .r-d-title-section11-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-positions-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section.left.sticky {
    position: static;
  }

  .product-positions-section.margin-bottom {
    margin-bottom: 48px;
  }

  .product-positions-section.no-margin-bottom-copy, .product-positions-section.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .product-positions-section-a.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-a.left.sticky {
    position: static;
  }

  .product-positions-section-a.margin-bottom {
    margin-bottom: 48px;
  }

  .product-positions-section-a.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-a.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .product-positions-section-a.r-d-sec, .product-positions-section-a.marketing-sec {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .product-title.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-title.left.sticky {
    position: static;
  }

  .product-title.margin-bottom {
    margin-bottom: 48px;
  }

  .product-title.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-title.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-top: 5%;
  }

  .design-title-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-title-copy.left.sticky {
    position: static;
  }

  .design-title-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .design-title-copy.no-margin-bottom-copy, .design-title-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .design-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .design-section11.left.sticky {
    position: static;
  }

  .design-section11.margin-bottom {
    margin-bottom: 48px;
  }

  .design-section11.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .design-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .design-section-copy-copy {
    justify-content: flex-start;
  }

  .customer-success-section11.no-margin-bottom {
    margin-bottom: 0;
  }

  .customer-success-section11.left.sticky {
    position: static;
  }

  .customer-success-section11.margin-bottom {
    margin-bottom: 48px;
  }

  .customer-success-section11.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .customer-success-section11.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .hr-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section.left.sticky {
    position: static;
  }

  .hr-section.margin-bottom {
    margin-bottom: 48px;
  }

  .hr-section.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section.no-margin-bottom-copy-copy1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hr-section11-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section11-copy.left.sticky {
    position: static;
  }

  .hr-section11-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .hr-section11-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section11-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .sales-section-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .sales-section-copy.left.sticky {
    position: static;
  }

  .sales-section-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .sales-section-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .sales-section-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .marketing-section.no-margin-bottom {
    margin-bottom: 0;
  }

  .marketing-section.left.sticky {
    position: static;
  }

  .marketing-section.margin-bottom {
    margin-bottom: 48px;
  }

  .marketing-section.no-margin-bottom-copy, .marketing-section.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .sales-section {
    justify-content: flex-start;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy.left.sticky {
    position: static;
  }

  .r-d-title-section1135435435-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .bold-text-112312353-copy {
    color: var(--black);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .customersuccesstitle {
    flex: 0 auto;
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 55px;
    display: block;
  }

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

  .r-d-section-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-32234234211145-copy, .grid-32221234234245-copy {
    line-height: 10px;
    display: block;
  }

  .herotitle-gfdgfdgdfcopy {
    padding-bottom: 0;
  }

  .column-4 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .paragraph-123130 {
    font-size: 25px;
    line-height: 1.667px;
  }

  .columns {
    background-color: #fff;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .hr-section1331-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section1331-copy-copy.left.sticky {
    position: static;
  }

  .hr-section1331-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .grid-32234234543544245-copy {
    line-height: 10px;
    display: block;
  }

  .hr-section-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .hr-section-copy.left.sticky {
    position: static;
  }

  .hr-section-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .hr-section-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .hr-section-copy.no-margin-bottom-copy-copy1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .grid-32234234245-copy {
    line-height: 10px;
    display: block;
  }

  .grid-3223423424656-copy {
    display: block;
  }

  .product-positions-section-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-copy-copy.left.sticky {
    position: static;
  }

  .product-positions-section-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .findyourpositiontitle-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .findyourpositiontitle-copy.left.sticky {
    position: static;
  }

  .findyourpositiontitle-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy-copy.left.sticky {
    position: static;
  }

  .r-d-title-section1135435435-copy-copy.margin-bottom {
    margin-bottom: 48px;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .product-positions-section-copy-1copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .product-positions-section-copy-1copy.left.sticky {
    position: static;
  }

  .product-positions-section-copy-1copy.margin-bottom {
    margin-bottom: 48px;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy {
    margin-bottom: 0;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy-copy1 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .logo-image-powerlink, .logo-image-powerlink1 {
    height: auto;
    margin-top: -5px;
    display: block;
  }

  .nav-bar-fireberry {
    height: 60px;
  }

  .logo-image-powerlink1-copy, .logo-image-fireberry {
    height: auto;
    margin-top: -5px;
    display: block;
  }

  .image-12342342342353-copy {
    font-size: 2px;
  }

  .image-123423423422359 {
    text-align: center;
    max-width: 80%;
    max-height: 80%;
    margin-top: -1200px;
    margin-left: 60px;
    display: none;
  }

  .image-wrapper.border-radius-1000px.moderator {
    margin-left: 0;
    margin-right: 0;
  }

  .split-content2.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .rich-text {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 18px;
  }

  .rich-text h2 {
    color: var(--black);
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .section-3122342344261 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-3122342344261.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .section-3122342344261.padding-top-reduced-160px.position-relative {
    background-image: linear-gradient(#fdf8f8 59%, #fff);
  }

  .split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-123423423422360.webinar-about-icon {
    order: 1;
    max-width: 20px;
    display: none;
  }

  .image-123423423422360.style-1 {
    border-radius: 0;
    margin-top: -140px;
  }

  .title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
    direction: rtl;
    font-size: 40px;
  }

  .image-123423423422361 {
    margin-left: 0%;
  }

  .card {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card.style-7 {
    padding: 44px 35px;
  }

  .card.style-7.landing-form {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

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

  .column-6 {
    direction: rtl;
    text-align: right;
    flex: 0 auto;
    order: 0;
    display: block;
  }

  .bold-text-112312361 {
    direction: rtl;
    font-size: 40px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .subtitle.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  .flex-c.children-wrap {
    width: 100%;
  }

  .flex-c.webinar-about {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around center;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .flex-c.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .paragraph-123131.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-123131.margin-bottom-default {
    margin-bottom: 40px;
  }

  .contact-form-2 {
    grid-template-columns: 1fr;
  }

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

  .content-top-copy.flex-c.children-wrap {
    direction: ltr;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .margin-bottom-20px {
    direction: rtl;
  }

  .image-copy.webinar-about-icon {
    order: 1;
    max-width: 20px;
    display: none;
  }

  .heading-12123231 {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .hero-2 {
    min-height: 480px;
  }

  .hero-2.hero-lessons {
    background-size: 200%;
    padding-bottom: 192px;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-2 {
    padding-top: 16px;
  }

  .grid-32234234247 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display-heading {
    font-size: 40px;
  }

  .display-subheading {
    font-size: 24px;
    line-height: 32px;
  }

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

  .card-body {
    padding-top: 0;
  }

  .card-image {
    margin-top: -32px;
    margin-left: -32px;
    margin-right: -32px;
  }

  .inline-list.wrap-mobile-l {
    flex-wrap: wrap;
  }

  .paragraph-123132, .paragraph-123133 {
    color: var(--black);
    font-size: 18px;
  }

  ._22222 {
    margin-bottom: 15px;
  }

  ._22222.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
  }

  .subtitle-cosdvfsdfgsdpy-copy, .subtitle-copy {
    margin-bottom: 15px;
  }

  .subtitle-cdsgsdgopy-copy {
    margin-bottom: 15px;
  }

  .subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
  }

  .subtitle-copy-csfgsdgfopy, .subtitle-copy-copy {
    margin-bottom: 15px;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subtitle-copy44-copy {
    margin-bottom: 15px;
  }

  .subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
    display: none;
  }

  .subtitle-copy {
    margin-bottom: 15px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
  }

  .subtitle-copy34-34-copy {
    margin-bottom: 15px;
  }

  .subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
    display: none;
  }

  .subti33tle-copy {
    margin-bottom: 15px;
  }

  .subti33tle-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
  }

  .subtitle-555copy-copy, .subtitle-co-py {
    margin-bottom: 15px;
  }

  .subtitle-co-py.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
    display: flex;
  }

  .subtitle-cop325235y-copy {
    margin-bottom: 15px;
  }

  .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px {
    display: flex;
  }

  .subtitle-copy-c35345opy {
    margin-bottom: 15px;
  }

  .subtitle-copy-c35345opy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subti33tle-copy-555copy {
    margin-bottom: 15px;
  }

  .subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
    display: none;
  }

  .subtitle-555copy-copy-c235235opy {
    margin-bottom: 15px;
  }

  .subtitle-555copy-copy-c235235opy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .split-co-ntent2-copy.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .split-co-ntent2-copy.webinar-landing-page-right {
    text-align: center;
    align-self: center;
    display: flex;
  }

  .card-c-opy {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-c-opy.style-7 {
    padding: 44px 35px;
  }

  .card-c-opy.style-7.landing-form {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .form1.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .button-2353 {
    background-color: var(--black);
    text-align: center;
    border-radius: 20px;
  }

  .div-block-82342-2391-copy {
    text-align: center;
  }

  .button-235352353-copy {
    background-color: var(--black);
    text-align: center;
    border-radius: 20px;
  }

  .div-block-77777-copy-copy, .div-block-77777-co58py-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left, .split-content2-sdgsdgcopy.webinar-landing-page-left-copy {
    margin-bottom: 0;
  }

  .section-312234234sdfsdfsdf4261-copy {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .div-block-77777-co58py-copy-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .button-235352353-copy-copy, .button-235352353-copy-sdfsdfcopy-copy, .button-235352353-copsdfgsdgfsdgy-sdfsdfcopy-copy-copy, .sgsdgsdgsdg {
    background-color: var(--black);
    text-align: center;
    border-radius: 20px;
  }

  .div-block-77777-co58sdfsdfsdfsdfpy-copy-copy-copy-copy, .div-block-77777-sdfsdfsdfco58py-copy-copy-copy-copy, .div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy, .div-block-77777-sdfssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .sgsdgsdgsdg-copy, .asdfasf {
    background-color: var(--black);
    text-align: center;
    border-radius: 20px;
  }

  .asdfasf.ddsafsadfsadf {
    font-family: Assistant, sans-serif;
    font-size: 17px;
  }

  .div-block-77777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy, .div-block-77sdfsdfsdf777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy-copy, .dd {
    text-align: center;
    margin-bottom: 40px;
  }

  .flex-c-c-opy.children-wrap {
    width: 100%;
  }

  .flex-c-c-opy.webinar-about {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: none;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .flex-c-copy-c-opy.children-wrap {
    width: 100%;
  }

  .flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .flex-c-copy-c-opy-copy.children-wrap {
    width: 100%;
  }

  .flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  ._235235235235.children-wrap {
    width: 100%;
  }

  ._235235235235.webinar-about, ._235235235235.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  ._235235235235-c346346opy.children-wrap {
    width: 100%;
  }

  ._235235235235-c346346opy.webinar-about {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  ._235235235235-c346346opy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: none;
  }

  .content-top-copy-copy.flex-c.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap-copy {
    direction: ltr;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .subti33tle-copwqrqwry-555copy-copy {
    margin-bottom: 15px;
  }

  .subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 16px;
    display: flex;
  }

  ._235235235235-c346346346346opy-copy.children-wrap {
    width: 100%;
  }

  ._235235235235-c346346346346opy-copy.webinar-about, ._235235235235-c346346346346opy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .sdgsdgsdg {
    margin-bottom: 15px;
  }

  .sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
    display: flex;
  }

  .image222 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .image222-copy {
    flex: 0 auto;
    align-self: auto;
    max-width: 100%;
    margin-top: -670px;
    margin-bottom: 220px;
    margin-left: auto;
    display: block;
    overflow: auto;
  }

  .hs1-2-copy {
    padding-top: 157px;
    padding-bottom: 54px;
  }

  .hs3p1fireberry {
    max-width: 550px;
    padding-top: 17px;
  }

  .image-fireberry-copy-copy {
    font-size: 2px;
  }

  .imagasdasdwe-fireberry {
    max-width: 80%;
    margin-right: 16px;
    padding-bottom: 0;
    display: block;
  }

  .asdasasd343234234y-fireberry-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imaasdasddopy-sgsdgsdgcopy {
    max-width: 130%;
    margin-right: 54px;
    display: block;
  }

  .heading-123127-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-cta {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .headin123123-2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .try-for-free {
    margin-bottom: 0;
    box-shadow: 2px 3px #0000;
  }

  .title-2-copy.mg-bottom-16px {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  ._235235235235-c346346346346opy-copy-copy.children-wrap {
    width: 100%;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about, ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .subtitle-copy-copy {
    margin-bottom: 15px;
  }

  .sdfsdf36346346346opy-copy-copy-copy.children-wrap {
    width: 100%;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about, .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .webinar-section1 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-section1.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section1.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .workshop-section {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .workshop-section.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    background-color: var(--snow);
  }

  .re {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .re.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .re.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-release-qa---recorded-page {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .rich-text-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .webinar-release-qa---recorded-page-copy {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-release-qa---recorded-page-copy-copy {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .speakers {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .speakers.padding-top-reduced-160px {
    padding-top: 82px;
  }

  .speakers.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .hero-heading-right, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-without-image-copy {
    padding: 60px 20px;
  }

  .button-primary-copy55 {
    font-family: Heebo, sans-serif;
  }

  .hero-heading-right-copy {
    padding: 60px 15px 0;
  }

  .shadow-55-copy {
    display: none;
  }

  .image-123423423422366-copy-copy {
    margin-top: 24px;
    margin-bottom: -41px;
  }

  .hero-wrapper-44-copy {
    margin-bottom: 0;
  }

  .mobileimage {
    margin-top: 24px;
    margin-bottom: -41px;
  }

  .team-member-position-copy {
    font-family: Heebo, sans-serif;
  }

  .hero-heading-right-copy-copy {
    padding: 60px 15px 0;
  }

  .title1.h1-234456 {
    color: var(--black);
    padding-left: 20px;
    font-size: 34px;
  }

  .team-member-position-copy-copy, .bold-text-112312365 {
    font-family: Heebo, sans-serif;
  }

  .html-embed-2 {
    text-align: center;
    flex: 1;
    align-self: auto;
    padding-left: 0;
  }

  .image-partners {
    max-width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }

  .split-content.story-right {
    margin-bottom: 60px;
  }

  .heading-12123235 {
    font-size: 40px;
    font-weight: 500;
  }

  .paragraph-123136 {
    padding-left: 20px;
  }

  .position-card-section-copy {
    margin-left: 5%;
    margin-right: 10%;
  }

  .r-d-section---inbound-product-manager {
    justify-content: flex-start;
  }

  .image-large-buble {
    text-align: center;
    max-width: 80%;
    max-height: 80%;
    margin-top: -1200px;
    margin-left: 60px;
    display: none;
  }

  .nav-buttons-mobile-2 {
    display: none;
  }

  .brand-2 {
    display: block;
  }

  .no-margin-3 {
    margin: 0;
  }

  .logo-icon-2 {
    display: block;
  }

  .nav-bar-landing {
    height: 60px;
  }

  .bodywebinar {
    background-color: #fdf5f4;
  }

  .nav-bar-webinar {
    height: 60px;
  }

  .title-2--3.mg-bottom-16px {
    direction: rtl;
    font-size: 40px;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-bottom: 0;
  }

  .nav-bar-webinar-copy {
    height: 60px;
  }

  .image-123423423422361-copy {
    margin-left: 0%;
  }

  .flex-c-copy.children-wrap {
    width: 100%;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: space-around flex-end;
    width: 100%;
    margin-left: auto;
    font-size: 15px;
    display: flex;
  }

  .nav-bar-webinar-4 {
    height: 60px;
  }

  .body-3-2 {
    background-color: #0000;
    background-image: url('../images/bg-mobile-01.png');
    background-size: cover;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper, .wrapper-navbar1-copy.nav-bar-wrapper-copy, .wrapper-navbar1-copy.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper, .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
    flex-direction: row-reverse;
  }

  .webinar-section1-4 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-section1-4.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section1-4.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4.padding-top-reduced-160px-4 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section1-4.padding-top-reduced-160px-4.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .split-content-wrapsd44.mobile-max-width-660px-4, .split-content-wrapsd44.mobile-max-width-660px-4-copy, .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    margin-bottom: 0;
  }

  .form1-4.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left, .split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin-bottom: 0;
  }

  .content-top-4.flex-c-4.children-wrap-4 {
    text-align: center;
  }

  .margin-bottom-20px-4 {
    direction: rtl;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left, .split-con4copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin-bottom: 0;
  }

  .form1-4-copy.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .checkbox-list {
    margin-bottom: 20px;
  }

  .yarden {
    max-width: 80px;
  }

  .container-9 {
    background-image: none;
  }

  .section-3122342344264 {
    background-position: 100%;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left, .split-con4copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    margin-bottom: 0;
  }

  .webinar-section1-4-copy {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4-copy.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .image_22.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper, .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
  }

  .nav-bar-webinar-5 {
    height: 60px;
  }

  .main-grid-copy {
    grid-row-gap: 48px;
    grid-template: ". . . . ."
                   ". . . . Area"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wiv-135-copy {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423422374 {
    margin-top: 50px;
    padding-top: 0;
  }

  .div-block-18-copy-copy-copy {
    margin-top: 25px;
    margin-left: 20px;
  }

  .wiv-135-copy-copy {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-mobile-form-01 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-mobile-form-01.style-7 {
    padding: 44px 35px;
  }

  .card-mobile-form-01.style-7.landing-form, .card-mobile-form-01.style-7.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-01.style-7-copy {
    padding: 44px 35px;
  }

  .card-mobile-form-01.style-7-copy.landing-form, .card-mobile-form-01.style-7-copy.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .div-block-823422406-copy {
    align-self: flex-end;
  }

  .checkbox-list-copy {
    margin-bottom: 20px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
  }

  .bold-text-112312361-copy, .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .second-section-h, .title-2-copy-copy.mg-bottom-16px, .title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy {
    direction: rtl;
    font-size: 40px;
  }

  .second-text {
    font-size: 18px;
  }

  .title-2-copy-copy-copy.mg-bottom-16px, .title-2-copy-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
    direction: rtl;
    font-size: 40px;
  }

  .checkbox-list-copy-copy {
    margin-bottom: 20px;
  }

  .body-3-2-copy {
    background-color: #0000;
    background-image: url('../images/bg-mobile-01.png');
    background-size: cover;
  }

  .body-3-3 {
    background-color: #0000;
    background-image: url('../images/bg05.png');
    background-size: cover;
  }

  .body-3-4 {
    background-color: #0000;
    background-image: url('../images/mobile-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .host-amir-5 {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    display: flex;
  }

  .body-3-3-copy {
    background-color: #0000;
    background-image: url('../images/new-mobile.png');
    background-size: cover;
  }

  .content-block-copy, .content-block-primary, .content-block-copy {
    padding-top: 40px;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-01-copy.style-7-copy-copy {
    padding: 44px 35px;
  }

  .card-mobile-form-01-copy.style-7-copy-copy.landing-form, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy, .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .body-3-6 {
    background-color: #bbebfc;
    background-image: url('../images/blue-bg-xs.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-6-getting-started-03 {
    background-color: var(--black);
    background-image: url('../images/Frame-99.png');
    background-position: 0 0;
    background-size: cover;
  }

  .margin-bottom-20px-4-copy {
    direction: rtl;
  }

  .content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
    text-align: center;
  }

  .bold-text-1opy {
    direction: rtl;
    font-size: 40px;
  }

  .paragraph-123131-copy.margin-bottom-40px-copy {
    margin-top: 10px;
    font-size: 18px;
  }

  .logo-icon-2-copy {
    display: block;
  }

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

  .margin-bottom-20px-4-copy-copy {
    direction: rtl;
  }

  .pricing-v3-cell-2-with-text {
    flex-direction: row;
  }

  .call-us-tagline {
    width: 90%;
  }

  .intro-323-sms {
    align-items: flex-end;
    max-width: none;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .intro-323-sms.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-323-sms.left.sticky {
    position: static;
  }

  .intro-323-sms.margin-bottom {
    margin-bottom: 48px;
  }

  .paragraph-123www131-copy.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-123www131-copy.margin-bottom-default {
    margin-bottom: 40px;
  }

  .bold-text-11wwq2312359-copy {
    font-size: 18px;
  }

  .paragraph-123uih131-copy.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-123uih131-copy.margin-bottom-default {
    margin-bottom: 40px;
  }

  .bold-text-1ods12312359-copy {
    font-size: 18px;
  }

  .pricing-support-category {
    width: 1200px;
  }

  .body-referral {
    background-color: #ffd2d2;
    background-image: url('../images/XS.png');
    background-position: 50% 0;
    background-size: auto;
  }

  .section-referral {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-referral.padding-top-reduced-160px {
    padding-top: 0;
  }

  .section-referral.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .section-referral.padding-top-reduced-160px-4 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .section-referral.padding-top-reduced-160px-4.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .split-contentreferraly.webinar-landing-page-left, .split-contentreferraly.webinar-landing-page-left-copy, .split-contentreferraly.webinar-landing-page-lefjjt-copy-copy, .split-contentreferraly.webinar-landing-page-left-4py {
    margin-bottom: 0;
  }

  .title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy, .title-2--3-creferralopy.mg-bottom-16px {
    direction: rtl;
    font-size: 40px;
  }

  .paragraph-referral.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-referral.margin-bottom-default {
    margin-bottom: 40px;
  }

  .paragraph-referral.margin-bottom-40px-copy {
    margin-top: 10px;
    font-size: 18px;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
    margin-bottom: 0;
  }

  .bold-text-55544-referral-copy {
    font-size: 18px;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
  }

  .card-mobile-form-ref {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-mobile-form-ref.style-7 {
    padding: 44px 35px;
  }

  .card-mobile-form-ref.style-7.landing-form, .card-mobile-form-ref.style-7.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-ref.style-7-copy {
    padding: 44px 35px;
  }

  .card-mobile-form-ref.style-7-copy.landing-form, .card-mobile-form-ref.style-7-copy.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .title-webinar-033.mg-bottom-16px, .title-webinar-033.mg-bottom-16px-copy, .bold-text-033-copy {
    direction: rtl;
    font-size: 40px;
  }

  .logo-icon-2-white {
    display: block;
  }

  .body-3-6-sale-fireberry {
    background-color: var(--black);
    background-image: url('../images/bg-xs.png');
    background-position: 0 0;
    background-size: cover;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left, .split-content2-sale-fireberryopy.webinar-landing-page-left-copy, .split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4py, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
  }

  .bold-text-1123123black59-copy {
    font-size: 18px;
  }

  .gil {
    max-width: 80px;
  }

  .bold-text-11312369-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8234224s06-copy-copy {
    align-self: center;
  }

  .nav-bar-webinar-whatsapp {
    height: 60px;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper, .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
  }

  .body-whatsapp {
    background-color: #e9e9e9;
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-whatsapp-copy {
    padding-right: 0;
  }

  .card-copy {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-copy.style-7 {
    padding: 44px 35px;
  }

  .card-copy.style-7.landing-form {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

  .card-copy.style-7-copy {
    padding: 44px 35px;
  }

  .card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

  .card-copy-whatsapp {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-copy-whatsapp.style-7 {
    padding: 44px 35px;
  }

  .card-copy-whatsapp.style-7.landing-form {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

  .card-copy-whatsapp.style-7-copy {
    padding: 44px 35px;
  }

  .card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp {
    padding: 44px 35px;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
    min-height: 1005px;
    margin-left: 0;
    padding-left: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
    margin-bottom: 0;
  }

  .yarden-copy {
    max-width: 80px;
  }

  .div-block-whatsap {
    align-self: flex-end;
  }

  .card-mobile-form-01-copy {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-mobile-form-01-copy.style-7 {
    padding: 44px 35px;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-01-copy.style-7-copy {
    padding: 44px 35px;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form, .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .homepage-p-2-copy, .homepage-p-2-copy-copy {
    max-width: 140%;
  }

  .body-10-5 {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-xs.png');
    background-position: 0 0;
    background-size: cover;
  }

  .webinar-section-10-5 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-section-10-5.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section-10-5.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5.padding-top-reduced-160px-4 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section-10-5.padding-top-reduced-160px-10-5.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .form-10-5.webinar-landing-page-left {
    margin-bottom: 80px;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5, .split-content10-5.webinar-landing-page-left, .split-content10-5.webinar-landing-page-left-copy, .split-content10-5.webinar-landing-page-lefjjt-copy-copy, .split-content10-5.webinar-landing-page-left-4py, .split-content10-5.webinar-landing-page-left-10-5, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-page-left, .split-content-10-5.webinar-landing-page-left-copy, .split-content-10-5.webinar-landing-page-lefjjt-copy-copy, .split-content-10-5.webinar-landing-page-left-4py, .split-content-10-5.webinar-landing-page-left-4psssy-copy, .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-10-5-y-copy, .split-content-10-5.webinar-landing-10-5-yjune-copy {
    margin-bottom: 0;
  }

  .div-block-10-5-copy {
    text-align: center;
  }

  .card-mobile-form-10-5 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-mobile-form-10-5.style-7 {
    padding: 44px 35px;
  }

  .card-mobile-form-10-5.style-7.landing-form, .card-mobile-form-10-5.style-7.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-10-5.style-7-copy {
    padding: 44px 35px;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: 500px;
    min-height: 600px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .body-10-5-copy {
    background-color: #f1f1f1;
    background-image: url('../images/sales-bg-xs.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-release-june-23 {
    background-color: #0a0b09;
  }

  .nav-bar-webinar-5-copy {
    height: 60px;
  }

  .webinar-section-10-5-copy {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
    margin-bottom: -20px;
    padding-top: 0;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-10-5.position-relative {
    background-color: #fdffef;
    background-image: linear-gradient(#fdffef 59%, #fff);
  }

  .paragraph-123www131-copy-copy.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-123www131-copy-copy.margin-bottom-default {
    margin-bottom: 40px;
  }

  .paragraph-123www131-copy-copy.margin-bottom-40px-copy {
    margin-top: 10px;
    font-size: 18px;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .title-2-copy.mg-bottom-16px-copy {
    direction: rtl;
    font-size: 40px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper, .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
    flex-direction: row-reverse;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .heder-white-copy {
    text-align: center;
  }

  .integration-img-copy {
    max-width: 450px;
    padding-top: 17px;
  }

  .hero-stack-2 {
    padding: 60px 15px 0;
  }

  .homepage-p-2-copy-copy, .homepage-p-2-copy-copy-copy {
    max-width: 140%;
  }

  .press-section {
    padding: 60px 15px 80px;
  }

  .team-slider-nav-2 {
    display: block;
  }

  .press-headline {
    font-size: 32px;
  }

  .hs7copy {
    padding-top: 65px;
    padding-bottom: 86px;
    padding-right: 0;
  }

  .mobile-img {
    max-width: 400px;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-link-container-he {
    text-align: center;
  }

  .hero-wrapper-3-copy-copy {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .menu-icon-2 {
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-123423423423522 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .footerblock-copy {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .footergrid-he {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .wrapper-9 {
    background-color: #0000;
    margin-top: 67px;
    margin-right: 0;
    padding-top: 24px;
  }

  .brand-he {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-title-he {
    text-align: center;
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .nav-buttons-new-he {
    display: none;
  }

  .text-block-24240-copy-copy {
    padding-left: 12px;
  }

  .footerblock-he {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: relative;
  }

  .link-block-contact-us-he-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .html-become-a-partner-form-copy-copy {
    text-align: center;
    flex: 1;
    align-self: auto;
    padding-left: 0;
  }

  .btn-cta {
    width: 160px;
  }

  .demo-form-page-text-mobile {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .link-block-26-he {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-35 {
    direction: ltr;
    margin-left: 0;
    margin-right: 0;
  }

  .industries-he {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-123423423423524 {
    max-width: 60px;
  }

  .headin123123-3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .div-block-79-he {
    flex-flow: row;
    place-content: space-around center;
    align-items: center;
    display: flex;
  }

  .try-for-free-2 {
    margin-bottom: 0;
    box-shadow: 2px 2px #000;
  }

  .menu-button-he {
    order: 1;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;
    display: block;
  }

  .div-block-823422381-copy {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .paragrph-left-copy {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .wrapper-navbar-he.nav-bar-wrapper2-hebrew {
    flex-direction: row;
    align-self: center;
    align-items: center;
    padding-left: 7.5%;
    padding-right: 7.5%;
    display: flex;
  }

  .fb-footer {
    margin-top: 0;
  }

  .hero-split-3 {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .social-icon-2 {
    max-width: 30px;
    margin-right: 10px;
  }

  .div-img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 100%;
  }

  .secondary-button {
    width: 160px;
  }

  .nav-buttons-mobile-he {
    justify-content: center;
    display: flex;
  }

  .logo-icon-he {
    margin-top: 0;
    display: block;
    position: relative;
  }

  .container-13-he {
    flex: 0 auto;
    display: block;
  }

  .text-block-24240-he-copy {
    padding-left: 12px;
  }

  .columns-5 {
    display: flex;
  }

  .image-123423423423523 {
    width: 150px;
    min-width: 150px;
    margin-left: -5px;
  }

  .h2-regular-left-copy {
    text-align: right;
    padding-right: 0;
    font-size: 28px;
  }

  .dropdown-2-he {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar-ticket-form-he {
    height: 60px;
  }

  .productsmenu-he {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link-4-he {
    text-align: center;
    max-width: 120px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer-cta-2 {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .become-a-partner-sec-01-he {
    padding: 60px 15px;
  }

  .page-wrapper-3-he {
    margin-top: 0;
  }

  .form-partner-mobile {
    display: block;
  }

  .image-123423423423526 {
    max-width: 60px;
  }

  .menu-icon-3 {
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-123423423423527 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .wrapper-2340 {
    background-color: #0000;
    margin-top: 67px;
    margin-right: 0;
    padding-top: 24px;
  }

  .link-block-37 {
    direction: ltr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423423528 {
    max-width: 60px;
  }

  .try-for-free-3 {
    margin-bottom: 0;
    box-shadow: 2px 2px #000;
  }

  .hero-split-4 {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .columns-7 {
    display: flex;
  }

  .image-123423423423529 {
    width: 150px;
    min-width: 150px;
    margin-left: -5px;
  }

  .footer-cta-3 {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .image-123423423423530 {
    max-width: 60px;
  }

  .demo-form-page-text-desktop {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .demo-form-desktop-wrapper {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .div-block-823422423 {
    text-align: right;
    align-self: flex-end;
  }

  .paragrph-left-demo {
    text-align: right;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .demo-form-page-text-mobile-copy, .demo-form-page-text-mobile-copy-copy {
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .demo-form-mobile-wrapper-copy {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .pricing-plan-card-base {
    width: 100%;
    margin-bottom: 60px;
    padding: 32px;
  }

  .pricing-plan-card-base.mobile {
    flex-wrap: nowrap;
    width: 70%;
  }

  .pricing-plan-card-base.mobile.condenced {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .pricing-plan-card-base.condenced {
    width: 70%;
    margin-bottom: 60px;
  }

  .pricing-plan-card-badge-monthly {
    padding: 32px 32px 43px;
  }

  .pricing-plan-card-badge-monthly.mobile.condenced {
    width: 100%;
    margin-bottom: 60px;
  }

  .pricing-plan-card-monthly {
    width: 100%;
    margin-bottom: 60px;
    padding: 32px;
  }

  .pricing-plan-card-monthly.mobile {
    flex-wrap: nowrap;
    width: 70%;
  }

  .pricing-plan-card-monthly.mobile.condenced {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .pricing-plan-card-monthly.condenced {
    width: 70%;
    margin-bottom: 60px;
  }

  .pricing-pic-v1-disabled {
    height: auto;
  }

  .users-disabled {
    margin-top: 10px;
    padding-top: 0;
  }

  .t2p1s1-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .t2p1s1-copy.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .t2p1s1-copy.top-section {
    margin-top: -60px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .s234234qweepy-copy {
    padding-top: 81px;
    padding-bottom: 10px;
  }

  .s23423124234copy-copy {
    padding-top: 35px;
    padding-bottom: 105px;
  }

  .dasasdwed-copy {
    max-width: 450px;
    left: auto;
  }

  .imagqwed-copy, .imagqwed-copy-copy, .imagqwed-copy-copy-copy {
    max-width: 400px;
  }

  .div-block-823422423-copy {
    text-align: right;
    align-self: flex-end;
  }

  .div-img-copy {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 100%;
  }

  .paragrph-left-demo-copy {
    text-align: right;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .demo-form-desktop-wrapper-copy {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .paragrph-left-demo-copy-copy {
    text-align: right;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .main-grid-7-m-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-items: center;
    display: grid;
  }

  .pricing-plan-card-copy {
    width: 100%;
    margin-bottom: 60px;
    padding: 32px;
  }

  .pricing-plan-card-copy.mobile {
    flex-wrap: nowrap;
    width: 70%;
  }

  .pricing-plan-card-copy.mobile.condenced, .pricing-plan-card-copy.mobile.condenced-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .pricing-plan-card-copy.condenced {
    width: 70%;
    margin-bottom: 60px;
  }

  .pricing-plan-card-copy.mobile-copy {
    flex-wrap: nowrap;
    width: 70%;
  }

  .pricing-plan-card-copy.mobile-copy.condenced, .pricing-plan-card-copy.mobile-copy.condenced-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .button-2-copy-copy {
    width: 200px;
  }

  .footer-link-container-copy {
    text-align: center;
  }

  .menu-icon-4 {
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footerblock {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-123423423423531 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .nav-buttons-mobile-3 {
    justify-content: center;
    display: flex;
  }

  .html-embed-3 {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: none;
  }

  .page-h1-text {
    padding-right: 0;
    font-size: 2rem;
  }

  .blog-lin-footer {
    text-align: center;
  }

  .wrapper-2341 {
    background-color: #0000;
    margin-top: 67px;
    margin-right: 0;
    padding-top: 24px;
  }

  .dropdown-2, .industries {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-823422426 {
    flex-flow: row;
    place-content: space-around center;
    align-items: center;
    display: flex;
  }

  .card-18 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-18.style-7 {
    padding: 44px 35px;
  }

  .card-18.style-7.landing-form {
    min-height: 1005px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-123423423423559 {
    max-width: 300px;
  }

  .container-125 {
    flex: 0 auto;
    display: block;
  }

  .columns-8 {
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    padding-right: 3%;
  }

  .link-block-39 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-24270 {
    padding-left: 12px;
  }

  .partners-link {
    text-align: center;
  }

  .html-embed-mobile, .html-embed-ipad {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: none;
  }

  .footer-link-4 {
    text-align: center;
    object-fit: none;
    max-width: 120px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    overflow: visible;
  }

  .html-embed-mobile-landscape {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: block;
  }

  .footer-link-container {
    text-align: center;
  }

  .link-block-40 {
    direction: ltr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423423560 {
    max-width: 60px;
  }

  .column-27-copy {
    justify-content: center;
    padding-right: 0%;
    display: block;
  }

  .try-for-free-4 {
    margin-bottom: 0;
    box-shadow: 2px 2px #000;
  }

  .image-123423423423561 {
    display: none;
  }

  .link-block-contact-us {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-buttons-2 {
    display: none;
  }

  .div-block-823422429 {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .footer-title {
    text-align: center;
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .menu-button-2 {
    order: 1;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 0;
    display: block;
  }

  .logo-icon-3 {
    margin-top: 0;
    display: block;
    position: relative;
  }

  .page-h1-copy {
    text-align: center;
    max-width: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 30px;
    line-height: 1em;
  }

  .brand-3 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-link-4-copy {
    text-align: center;
    object-fit: none;
    max-width: 120px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    overflow: visible;
  }

  .section-3122342344274 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423423559-copy {
    max-width: 300px;
    padding-top: 40px;
  }

  .columns-18 {
    display: flex;
  }

  .footerblock-copy-2 {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .page-wrapper-3 {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: -80px;
  }

  .image-123423423423562 {
    width: 150px;
    min-width: 150px;
    margin-left: -5px;
  }

  .productsmenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar-ticket-form {
    height: 60px;
  }

  .footergrid {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .wrapper-navbar.nav-bar-wrapper2 {
    flex-direction: row;
    align-self: center;
    align-items: center;
    padding-left: 7.5%;
    padding-right: 7.5%;
    display: flex;
  }

  .div-block-823422431 {
    margin-top: 80px;
  }

  .footer-cta-4 {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .column-32 {
    text-align: center;
    padding-left: 0;
  }

  .image-123423423423563 {
    max-width: 60px;
  }

  .menu-icon-5 {
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-123423423423564 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .nav-buttons-mobile-4 {
    justify-content: center;
    display: flex;
  }

  .html-embed-4 {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: none;
  }

  .wrapper-2342 {
    background-color: #0000;
    margin-top: 67px;
    margin-right: 0;
    padding-top: 24px;
  }

  .div-block-823422433 {
    flex-flow: row;
    place-content: space-around center;
    align-items: center;
    display: flex;
  }

  .card-19 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-19.style-7 {
    padding: 44px 35px;
  }

  .card-19.style-7.landing-form {
    min-height: 1005px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-123423423423565 {
    max-width: 300px;
  }

  .container-126 {
    flex: 0 auto;
    display: block;
  }

  .columns-19 {
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    padding-right: 3%;
  }

  .link-block-51 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-24296 {
    padding-left: 12px;
  }

  .link-block-52 {
    direction: ltr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423423566 {
    max-width: 60px;
  }

  .try-for-free-5 {
    margin-bottom: 0;
    box-shadow: 2px 2px #000;
  }

  .image-123423423423567 {
    display: none;
  }

  .div-block-823422436 {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .brand-4 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-3122342344276 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-22 {
    display: flex;
  }

  .footerblock-copy-3 {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-123423423423568 {
    width: 150px;
    min-width: 150px;
    margin-left: -5px;
  }

  .heared-mobile-cs {
    margin-top: 80px;
  }

  .footer-cta-5 {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .column-51 {
    text-align: center;
    padding-left: 0;
  }

  .image-123423423423570 {
    max-width: 60px;
  }

  .menu-icon-6 {
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-123423423423571 {
    max-width: 90%;
    margin-bottom: 10px;
  }

  .nav-buttons-mobile-5 {
    justify-content: center;
    display: flex;
  }

  .html-embed-5 {
    text-align: center;
    flex: 1;
    align-self: auto;
    display: none;
  }

  .wrapper-2343 {
    background-color: #0000;
    margin-top: 67px;
    margin-right: 0;
    padding-top: 24px;
  }

  .div-block-823422440 {
    flex-flow: row;
    place-content: space-around center;
    align-items: center;
    display: flex;
  }

  .card-20 {
    border-radius: 20px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .card-20.style-7 {
    padding: 44px 35px;
  }

  .card-20.style-7.landing-form {
    min-height: 1005px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-123423423423572 {
    max-width: 300px;
  }

  .container-127 {
    flex: 0 auto;
    display: block;
  }

  .columns-23 {
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    padding-right: 3%;
  }

  .link-block-55 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-24300 {
    padding-left: 12px;
  }

  .link-block-56 {
    direction: ltr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-123423423423573 {
    max-width: 60px;
  }

  .try-for-free-6 {
    margin-bottom: 0;
    box-shadow: 2px 2px #000;
  }

  .image-123423423423574 {
    display: none;
  }

  .div-block-823422443 {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .brand-5 {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-3122342344278 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-26 {
    display: flex;
  }

  .footerblock-copy-4 {
    clear: none;
    text-align: center;
    object-fit: cover;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-123423423423575 {
    width: 150px;
    min-width: 150px;
    margin-left: -5px;
  }

  .div-block-823422445 {
    margin-top: 80px;
  }

  .footer-cta-6 {
    margin-bottom: -192px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(0, -81px);
  }

  .column-56 {
    text-align: center;
    padding-left: 0;
  }

  .image-123423423423577 {
    max-width: 60px;
  }

  .intro-copy-copy.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro-copy-copy.left.sticky {
    position: static;
  }

  .intro-copy-copy.margin-bottom, .intro-copy-copy.margin-bottom-copy {
    margin-bottom: 48px;
  }

  .link-block-59, .link-block-60 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tryforfreebutton {
    flex: 0 auto;
    display: none;
  }

  .become-a-partner-img {
    text-align: center;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 240px;
    margin-left: 110px;
  }

  .form-partner-desktop {
    display: none;
  }

  .html-embed-12-mobile {
    text-align: center;
    border-color: #eff0f6;
    flex: 1;
    align-self: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    margin-top: -85px;
    margin-bottom: 100px;
  }

  .h2-regular-left {
    text-align: center;
    padding-right: 0;
    font-size: 28px;
  }

  .html-become-a-partner-form {
    text-align: center;
    flex: 1;
    align-self: auto;
    padding-left: 0;
  }

  .bold-text-1122332433 {
    font-weight: 400;
  }

  .paragrph-left {
    text-align: center;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 0;
  }

  .hero-split-3-b-a-p {
    text-align: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .bold-text-1122332434 {
    margin-left: 0;
    margin-right: 0;
  }

  .press-headline-copy {
    font-size: 32px;
  }

  .paragraph-large {
    text-align: right;
  }

  .contact-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .contact-card {
    align-items: flex-end;
  }

  .icon-medium {
    justify-content: flex-end;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-text {
    text-align: right;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    text-align: right;
    align-self: flex-end;
  }

  .contact-heading-copy {
    font-size: 50px;
    line-height: 56px;
  }

  .licence-item-copy-copy {
    max-width: 450px;
  }

  .div-blsafdy-copy-2-copy {
    min-width: 350px;
    margin-bottom: 50px;
  }

  .button-copy-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    border-radius: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .insirence-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .insirence-secondery-wrapper.margin-bottom {
    margin-bottom: 140px;
  }

  .logo-pic-copy {
    max-width: 70px;
  }

  .heading-12123231-copy {
    font-family: Heebo, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-123133-copy {
    color: var(--black);
    font-size: 18px;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    margin-top: 10px;
    font-size: 18px;
  }

  .paragraph-123131-copy.margin-bottom-default {
    margin-bottom: 40px;
  }

  .pricing-v1-billing-copy {
    margin-top: 10px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  ul {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
  }

  .components-link {
    flex: 0 auto;
    width: 100%;
  }

  .nav-menu {
    direction: ltr;
    text-align: right;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

  .wave-bottom {
    height: 10vw;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button.small.ghost-bg {
    border: 2px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    transition: background-color .3s, box-shadow .3s;
  }

  .button.small.ghost-bg:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .button.small.asdasdasqwe {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button.white {
    max-width: 200px;
  }

  .footer-column {
    margin-bottom: 20px;
    margin-right: 14px;
  }

  .wrapper {
    max-width: none;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .logo-icon {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .circle-small {
    width: 17vw;
    top: 22%;
    right: 6%;
  }

  .inline-elements {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .main-grid {
    grid-row-gap: 40px;
    text-align: right;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .feature-icon-left {
    padding-right: 0;
  }

  .circle-big {
    width: 35vw;
    bottom: 12%;
  }

  .footer-info {
    padding-right: 11px;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .no-margin {
    margin: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section.footer-section.ghdgdhgdfgdfgdgfd {
    background-color: var(--black);
  }

  .section.footer-section {
    padding-top: 0;
  }

  .nav-dropdown2 {
    text-align: right;
    order: 1;
    align-self: flex-end;
  }

  .layouts {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 25px;
  }

  .brand {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 8px;
    display: flex;
  }

  .brand.w--current {
    justify-content: flex-start;
  }

  .menu-button {
    z-index: 2147483647;
    margin-top: 35px;
    display: block;
  }

  ._2-buttons {
    justify-items: center;
    width: 100%;
  }

  .nav-buttons {
    justify-items: center;
    width: 100%;
    display: none;
  }

  .nav-dropdown-icon {
    direction: ltr;
    margin-left: 24px;
    margin-right: auto;
    display: inline-block;
    inset: 0% auto 0% 0%;
  }

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

  .layout-box {
    margin-bottom: 0;
    margin-right: 0;
    box-shadow: 0 -1px #e6e8f0;
  }

  .feature-info-right {
    padding-left: 20px;
  }

  .intro {
    margin-left: 0;
    margin-right: 0;
  }

  .intro.no-margin-bottom {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 17px;
  }

  .intro.left {
    direction: ltr;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .intro.wide {
    max-width: 100%;
  }

  .intro.left-copy, .intro.left-copy-copy, .intro.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-macbook {
    width: 104%;
  }

  .components {
    margin-bottom: 60px;
  }

  .footer-link {
    padding-bottom: 10px;
  }

  .dropdown-list.v2 {
    display: none;
  }

  .page-wrapper {
    object-fit: fill;
    position: relative;
    overflow: hidden;
  }

  .bold-text {
    font-size: 14px;
  }

  .text-block-6 {
    direction: rtl;
    text-align: right;
    font-size: 16px;
    display: block;
  }

  .side-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .iphone-v1-image {
    width: 80%;
  }

  .macbook {
    width: 100%;
  }

  .side-tab {
    padding-left: 24px;
    padding-right: 24px;
  }

  .promo-video {
    height: 64vw;
  }

  .text-big {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big.text-grey {
    color: #8f8f8f;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big.qwe1-23123 {
    color: #8f8f8f;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big.text-grey-copy {
    color: #8f8f8f;
    text-align: center;
    margin-bottom: -16px;
    margin-left: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-3 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .section-3 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .paragraph {
    padding-bottom: 37px;
    font-size: 18px;
    line-height: 28px;
  }

  ._1 {
    text-align: center;
    max-width: 360px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-2 {
    width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .section-2 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .image-2 {
    max-width: 350px;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .heading-3 {
    text-align: center;
    align-self: center;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .section-4 {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .image-3 {
    max-width: 340px;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .heading-4 {
    text-align: center;
    flex: 1;
    align-self: center;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 41px;
  }

  .t1p1s9 {
    display: none;
  }

  .cta-card-info {
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .image-4 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .section-7 {
    padding-top: 103px;
    padding-bottom: 24px;
  }

  .bold-text-4 {
    font-size: 32px;
    line-height: 45px;
  }

  .section-8 {
    padding-top: 33px;
    padding-bottom: 0;
  }

  .section-9 {
    margin-top: -76px;
    padding-top: 0;
    display: block;
  }

  .section-10 {
    display: none;
  }

  .section-11 {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .image-5 {
    max-width: 45%;
    margin-left: 0;
  }

  .section-12 {
    padding-top: 22px;
    display: block;
  }

  .section-13 {
    background-color: #fff;
    margin-top: 0;
    display: block;
  }

  .section-14 {
    display: block;
  }

  .bold-text-5 {
    max-width: 360px;
    font-size: 30px;
    font-weight: 500;
  }

  .section-15, .section-16 {
    display: none;
  }

  .section-17 {
    padding-top: 14px;
    padding-bottom: 83px;
  }

  .bold-text-6 {
    max-width: 120%;
    font-size: 32px;
  }

  .section-18 {
    padding-top: 0;
    padding-bottom: 63px;
  }

  .section-19 {
    padding-top: 2px;
    padding-bottom: 68px;
  }

  .section-20 {
    padding-top: 46px;
    display: block;
  }

  .section-22 {
    padding-top: 29px;
  }

  .section-23 {
    padding-top: 0;
  }

  .section-24 {
    padding-top: 3px;
  }

  .section-26 {
    display: none;
  }

  .section-27 {
    display: block;
  }

  .section-28 {
    padding-top: 2px;
  }

  .section-29 {
    display: none;
  }

  .section-30 {
    padding-top: 35px;
  }

  .section-31 {
    padding-top: 21px;
  }

  .image-11, .image-12 {
    max-width: 300px;
  }

  .image-14 {
    max-width: 350px;
    margin-left: 13px;
  }

  .image-15, .image-16 {
    max-width: 300px;
  }

  .image-17 {
    max-width: 250px;
  }

  .image-19 {
    max-width: 350px;
  }

  .image-20 {
    max-width: 350px;
    padding-bottom: 32px;
  }

  .section-32 {
    padding-top: 0;
  }

  .image-21 {
    max-width: 320px;
  }

  .image-22 {
    max-width: 350px;
  }

  .section-33 {
    padding-top: 59px;
  }

  .image-23 {
    max-width: 350px;
  }

  .image-24 {
    max-width: 300px;
  }

  .image-25 {
    max-width: 230px;
    margin-left: -35px;
  }

  .section-34 {
    background-color: #282869;
    padding-top: 56px;
    display: block;
  }

  .image-26 {
    max-width: 375px;
    padding-top: 41px;
    padding-bottom: 35px;
  }

  .section-35 {
    padding-top: 108px;
  }

  .section-36 {
    padding-top: 0;
  }

  .image-27 {
    max-width: 375px;
  }

  .section-37 {
    padding-top: 8px;
  }

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

  .section-39 {
    padding-top: 14px;
  }

  .section-40 {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .section-41 {
    padding-top: 6px;
  }

  .image-30 {
    max-width: 350px;
  }

  .section-43 {
    padding-top: 13px;
    padding-bottom: 33px;
  }

  .image-31 {
    max-width: 300px;
  }

  .image-32 {
    max-width: 350px;
  }

  .image-33 {
    margin-left: 6px;
  }

  .section-46 {
    padding-top: 0;
  }

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

  .t1p1s4 {
    padding-top: 30px;
  }

  .t1p1s5 {
    padding-top: 46px;
  }

  .image-35 {
    max-width: 370px;
    margin-left: 0;
  }

  .t1p1s6 {
    padding-top: 43px;
    padding-bottom: 40px;
  }

  .image-36 {
    max-width: 80%;
  }

  .t1p1s7 {
    padding-top: 25px;
  }

  .t1p1s8 {
    padding-top: 48px;
  }

  .image-37 {
    max-width: 130px;
  }

  .heading-7 {
    font-family: Heebo, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .section-52 {
    padding-top: 25px;
  }

  .section-53 {
    display: none;
  }

  .section-54 {
    padding-top: 24px;
    padding-bottom: 62px;
  }

  .section-55 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .dynamic-column.margin-top {
    margin-top: 79px;
  }

  .wrapper-2 {
    padding-top: 3px;
  }

  .feature-card {
    padding: 13vw 10vw;
  }

  .main-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 190px;
  }

  .heading-margin-big {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    align-self: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .feature-image-medium {
    width: auto;
    height: 120px;
    padding-left: 0;
    padding-right: 11px;
  }

  .section-57 {
    display: block;
  }

  .section-58 {
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-38 {
    padding: 10px 10px 8px;
    display: inline-block;
  }

  .image-39 {
    max-width: 375px;
    padding-top: 10px;
  }

  .wrapper-3 {
    padding-top: 68px;
  }

  .main-grid-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 22px;
  }

  .section-59 {
    padding-top: 90px;
  }

  .image-40 {
    max-width: 240px;
    padding-bottom: 46px;
  }

  .sidebar-promo-circle {
    top: 6%;
  }

  .posts-2-cols {
    grid-template-columns: 100%;
  }

  .sidebar {
    max-width: none;
  }

  .sidebar-promo-dots {
    bottom: -12%;
  }

  .tabs-menu {
    border-bottom-style: none;
    min-width: 300px;
    max-width: none;
    margin-top: 35px;
    display: block;
  }

  .paragraph-2 {
    max-width: none;
  }

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

  .feature-image-medium-2 {
    width: 100%;
    height: auto;
  }

  .section-62 {
    padding-top: 0;
  }

  .section-63 {
    padding-top: 117px;
  }

  .main-grid-4 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-image-small {
    width: 100%;
    height: auto;
  }

  .text-small.text-grey {
    font-size: 16px;
    line-height: 28px;
  }

  .main-grid-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-section {
    padding-top: 5px;
    display: none;
  }

  .tabs-section.haze {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .contact-form-card {
    flex-direction: column;
    padding: 40px 10%;
  }

  .input {
    min-width: 0;
  }

  .review-v4-text {
    font-size: 24px;
    line-height: 38px;
  }

  .section-65 {
    padding-top: 11px;
  }

  .section-67 {
    padding-top: 2px;
  }

  .section-68 {
    padding-top: 8px;
  }

  .image-41 {
    max-width: 350px;
    padding-top: 10px;
  }

  .section-69 {
    padding-top: 46px;
    padding-bottom: 51px;
  }

  .text-grey-101 {
    width: auto;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .section-71 {
    padding-top: 27px;
  }

  .button-3.pricing-cell-button {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px #e6e8f0;
  }

  .main-grid-6 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-big-2.text-grey, .text-big-2.text-grey-copy, .text-big-2.text-grey-copy {
    text-align: right;
  }

  .text-big-2.text-grey-34 {
    text-align: left;
  }

  .heading-110-copy {
    padding-left: 8px;
  }

  .heading-112 {
    text-align: left;
  }

  .section-73 {
    margin-top: -44px;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .heading-11-copy-copy {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrapper-3-copy {
    padding-top: 32px;
  }

  .intro-copy.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy.no-margin-bottom-copy {
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: auto;
    padding-top: 38px;
    padding-right: 0;
    display: flex;
  }

  .intro-copy.no-margin-bottom-copy.gghghghjgh66666 {
    margin-left: 0;
  }

  .bold-text-9 {
    font-size: 48px;
    line-height: 55px;
  }

  .bold-text-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .text-big-copy.text-grey {
    text-align: center;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    line-height: 28px;
  }

  .text-big-copy.sdfsfwerwerrew {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy.werwerwef34234 {
    text-align: center;
    margin-bottom: 29px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy.asdfasdfasfdwerwer {
    text-align: center;
    margin-bottom: 19px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy, .text-big-copy.textasdasdasdasdopy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy.text-grey {
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .bold-text-11 {
    text-align: center;
    font-size: 18px;
  }

  .bold-text-12 {
    justify-content: flex-start;
    font-size: 32px;
    display: flex;
  }

  .bold-text-13 {
    font-size: 32px;
    font-weight: 500;
  }

  .section-15-copy {
    padding-top: 10px;
    display: block;
  }

  .section-8-copy {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .section-7-copy {
    padding-top: 76px;
    padding-bottom: 0;
    display: none;
  }

  .section-74 {
    padding-top: 27px;
  }

  .main-grid-7 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-v1-card {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-tab-content {
    float: none;
  }

  .feature-image-medium-copy {
    width: auto;
    height: 120px;
    padding-left: 0;
  }

  .pricing-v1-card-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-118, .heading-119, .heading-120 {
    font-weight: 400;
  }

  .wrapper-4 {
    padding-top: 51px;
  }

  .pricing-v3-billing {
    flex: 1;
  }

  .pricing-v3-row-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-v3 {
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
  }

  .no-margin-2 {
    margin: 0;
  }

  .pricing-plan-cell {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: flex;
  }

  .pricing-v3-currency {
    margin-left: -10px;
    margin-right: 2px;
  }

  .pricing-v3-plan-mobile {
    font-family: Heebo, sans-serif;
  }

  .heading-3234y {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .feature-image-medium-copy-copy {
    width: auto;
    height: 40px;
  }

  .pricing-v3-plans-2.mobile-sticky {
    position: static;
    top: 60px;
  }

  .wrapper-5 {
    padding-top: 51px;
  }

  .pricing-v3-billing-2 {
    flex: 1;
  }

  .pricing-v3-row-2 {
    margin-top: -1px;
  }

  .pricing-v3-row-header-2 {
    padding: 15px 12px;
  }

  .pricing-plan-cell-2 {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: flex;
  }

  .comparasin {
    padding-top: 16px;
    display: none;
  }

  .pricing-plan-cell-2-hide {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: block;
  }

  .bold-text-9-copy {
    max-width: 550px;
  }

  .text-block-11 {
    align-self: flex-start;
    width: 350px;
    padding-left: 0;
    line-height: 22px;
  }

  .bold-text-18 {
    width: 365px;
    font-size: 14px;
    text-decoration: none;
  }

  .section-6-copy {
    display: none;
  }

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

  .intro-copy.left-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
    font-size: 18px;
  }

  .heading-133 {
    color: var(--black);
    text-align: center;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    line-height: 40px;
  }

  .heading-134 {
    color: var(--black);
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .image-43 {
    max-width: 350px;
  }

  .section-77 {
    padding-top: 0;
  }

  .feature-image-medium-copy-copy-copy {
    width: auto;
    height: 40px;
  }

  .wrapper-6 {
    padding-top: 51px;
  }

  .feature-image-small-2 {
    width: 100%;
    max-width: 40%;
    height: auto;
  }

  .pricing-v1-card-2 {
    align-items: center;
    padding-top: 46px;
    padding-bottom: 51px;
  }

  .feature-image-small-2-copy {
    width: 100%;
    height: auto;
  }

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

  .heading-137 {
    text-align: right;
    align-self: auto;
  }

  .pricing-v1-card-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .main-grid-7-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bold-text-4-copy-copy {
    font-size: 40px;
    line-height: 44px;
  }

  .image-33-copy {
    max-width: 370px;
    margin-left: 6px;
    padding-top: 89px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.wide-copy {
    max-width: 100%;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .image-34-copy, .image-44 {
    max-width: 370px;
    margin-left: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .paragraph-copy {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .image-45 {
    max-width: 375px;
  }

  .heading-139 {
    padding-bottom: 10px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .bold-text-8-copy-copy {
    width: 370px;
    margin-left: -117px;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
  }

  .text-big-copy.text-grey-copy, .text-big-copy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: 41px;
    padding-bottom: 0;
  }

  .intro-copy-copy.left-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .heading-140 {
    color: var(--black);
    text-align: center;
    max-width: 360px;
    margin-bottom: 32px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .section-703 {
    padding-top: 13px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .image-39-copy {
    max-width: 375px;
    padding-top: 38px;
  }

  .image-46-copy {
    max-width: 370px;
  }

  .heading-142 {
    color: var(--black);
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .image-47 {
    max-width: 370px;
  }

  .wrapper-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-copy.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .intro-copy.left {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
  }

  .text-big-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
    left: 0;
  }

  .intro-copy-copy.left.sdgsd {
    flex: 0 auto;
    align-content: center;
    align-self: flex-start;
    width: 100%;
    margin-left: auto;
    display: flex;
    left: 0;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .bold-text-38 {
    font-size: 32px;
    font-weight: 500;
  }

  .heading-144 {
    color: var(--black);
    text-align: center;
    margin-bottom: 22px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    line-height: 40px;
  }

  .bold-text-4-copy {
    line-height: 44px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .heading-3-copy {
    margin-top: 16px;
    margin-left: -3px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .heading-146 {
    direction: rtl;
    color: var(--black);
    text-align: center;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .intro-copy213.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy213.left {
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy213.wide {
    max-width: 100%;
  }

  .intro-copy213.left-copy, .intro-copy213.left-copy-copy, .intro-copy213.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .image-48 {
    max-width: 370px;
  }

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

  .heading-148 {
    text-align: center;
    font-family: Heebo, sans-serif;
    line-height: 42px;
  }

  .section-81 {
    padding-top: 0;
  }

  .heading-150 {
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    line-height: 42px;
  }

  .image-32-copy {
    max-width: 350px;
  }

  .heading-152 {
    color: var(--black);
    text-align: center;
    margin-bottom: 19px;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .image-29-copy {
    max-width: 370px;
  }

  .image-14-copy {
    max-width: 350px;
    margin-left: 13px;
  }

  .image-15-copy {
    max-width: 300px;
  }

  .heading-154 {
    font-family: Heebo, sans-serif;
  }

  .heading-156 {
    color: var(--black);
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .heading-158 {
    color: var(--black);
    text-align: center;
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Heebo, sans-serif;
  }

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

  .intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-copy-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy-copy-copy.wide {
    max-width: 100%;
  }

  .intro-copy-copy-copy-copy.left-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy-copy-copy.left-copy-copy {
    align-items: flex-start;
    width: 350px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-1.wide {
    max-width: 100%;
  }

  .intro-copy-1.left-copy, .intro-copy-1.left-copy-copy, .intro-copy-1.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-1.left-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-2.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-2.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-2.wide {
    max-width: 100%;
  }

  .intro-copy-2.left-copy, .intro-copy-2.left-copy-copy, .intro-copy-2.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-2.left-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-3.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-3.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-3.wide {
    max-width: 100%;
  }

  .intro-copy-3.left-copy, .intro-copy-3.left-copy-copy, .intro-copy-3.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-3.left-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-4.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-4.left {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-4.wide {
    max-width: 100%;
  }

  .intro-copy-4.left-copy, .intro-copy-4.left-copy-copy, .intro-copy-4.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-5.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-5.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-5.wide {
    max-width: 100%;
  }

  .intro-copy-5.left-copy, .intro-copy-5.left-copy-copy, .intro-copy-5.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-5.left-copy {
    align-items: center;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-5-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-5-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-5-copy.wide {
    max-width: 100%;
  }

  .intro-copy-5-copy.left-copy, .intro-copy-5-copy.left-copy-copy, .intro-copy-5-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-5-copy.left-copy {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .heading-159 {
    color: var(--black);
    text-align: center;
    font-family: Heebo, sans-serif;
    font-weight: 500;
    line-height: 38px;
  }

  .bold-text-5-copy {
    text-align: right;
    width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-102 {
    width: 370px;
    margin-left: -6px;
  }

  .bold-text-3-copy, .bold-text-104 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy, .text-big-copy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-copy-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy-copy.text-grey-copy, .text-big-copy-copy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-copy-copy.text-grey-copy-copy-copy {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-big-copy-copy.t3p2pt1 {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-234 {
    max-width: 370px;
    font-size: 40px;
    line-height: 48px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy {
    width: 370px;
  }

  .intro-430.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-430.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-430.wide {
    max-width: 100%;
  }

  .intro-430.left-copy, .intro-430.left-copy-copy, .intro-430.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .bold-text-23-copy {
    text-align: right;
    width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-323.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-323.wide {
    max-width: 100%;
  }

  .intro-323.left-copy, .intro-323.left-copy-copy, .intro-323.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-323.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-323.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-323.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-323.margin-bottom {
    margin-bottom: -16px;
    padding-right: 0;
  }

  .bold-text-105 {
    font-size: 18px;
    line-height: 28px;
    display: none;
  }

  .bold-text-106 {
    font-size: 32px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .bold-text-4-copy-copy {
    line-height: 44px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .bold-text-4-copy-copy-copy {
    line-height: 44px;
  }

  .bold-text-4-c23opy {
    font-size: 32px;
    line-height: 45px;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .section-35-copy {
    padding-top: 108px;
  }

  .section-82 {
    padding-top: 57px;
  }

  .bold-text-3-co12py {
    text-align: center;
    width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-2-copy-copy-cop12y {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .heading-2-copy-copy-344y {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .bold-text-3-cop123y {
    text-align: right;
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
  }

  .text-big-copy-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
  }

  .text-big-copy-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: 41px;
    padding-bottom: 0;
  }

  .text-big-copy-copy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: 32px;
    padding-bottom: 0;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-copy.left-copy {
    width: 370px;
  }

  .bold-text-3-copy, .bold-text-3-copsdwe {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .h1 {
    text-align: right;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-11-copy {
    text-align: center;
    max-width: 350px;
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-13-copy {
    text-align: center;
    object-fit: fill;
    max-width: none;
    padding-left: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    position: static;
  }

  .bold-text-38-copy {
    font-size: 32px;
    font-weight: 500;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.no-margin-bottom-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 38px;
    padding-left: 0;
  }

  .intro-copy.no-margin-bottom-copy-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .bold-text-3-copsdsdy {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .section-79-copy {
    padding-top: 16px;
  }

  .section-83 {
    display: none;
  }

  .heading-235 {
    align-self: auto;
  }

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

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

  .button-copy.small-copy.white, .button-copy.small-copy.white-copy {
    max-width: 200px;
    margin-bottom: 35px;
  }

  .bold-text-107 {
    direction: rtl;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    font-size: 60px;
    line-height: 65px;
    display: flex;
  }

  .section-84 {
    padding-top: 6px;
  }

  .image-11-main {
    max-width: 375px;
  }

  .image-12-copy {
    max-width: 300px;
  }

  .lottie-animation {
    max-width: 15%;
    margin-top: 38px;
  }

  .div-block-4 {
    width: auto;
  }

  .image-50 {
    max-width: 375px;
  }

  .text-block-13-copy {
    max-width: 360px;
  }

  .heading-235-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 65px;
    display: flex;
  }

  .section-87 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy.small-copy.white, .button-copy.small-copy.white-copy, .button-copy.small-copy.white-copy-copy {
    max-width: 200px;
    margin-bottom: 35px;
  }

  .button-copy-copy.small-copy.white, .button-copy-copy.small-copy.white-copy {
    max-width: 200px;
    margin-bottom: 35px;
  }

  .section-89 {
    padding-bottom: 60px;
  }

  .feature-card-2 {
    padding: 10vw;
  }

  .main-grid-8 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-image-medium-3 {
    width: 100%;
    height: auto;
  }

  .feature-image-medium-3-copy {
    width: 100%;
    height: auto;
    padding-top: 25px;
  }

  .div-block-5-copy {
    padding-bottom: 0;
  }

  .section-90-copy {
    padding-top: 0;
  }

  .section-29-copy11 {
    display: none;
  }

  .bold-text-4-copy-copy-copy-c11opy {
    line-height: 44px;
  }

  .bold-text-4123-copy {
    font-size: 32px;
    line-height: 45px;
  }

  .button-copy.small-copy.white, .button-copy.small-copy.white-copy {
    max-width: 200px;
    margin-bottom: 35px;
  }

  .section-92340-copy {
    padding-top: 0;
  }

  .secti23on-10-copy {
    display: none;
  }

  ._1-c-opy {
    text-align: center;
    max-width: 360px;
    margin-left: 0;
    padding-top: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .feature-card-2-copy {
    padding: 10vw;
  }

  .card-13 {
    padding: 5vw 10vw 22vw;
  }

  .section-92340-copy-asdfcopy {
    padding-top: 13px;
  }

  .image-11-main-copy {
    max-width: 300px;
  }

  .wer12e {
    background-image: radial-gradient(circle, #4b2094, #482891 49%, #210a4b);
    padding-top: 108px;
    display: block;
  }

  .heading-2-c123opy {
    color: #fff;
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  ._1-copy {
    text-align: center;
    max-width: 375px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-13-copy {
    padding-bottom: 14px;
    font-size: 18px;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .section-59-copy {
    padding-top: 3px;
  }

  .intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy, .intro-copy-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy {
    width: 370px;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  ._1-copy-copy, ._1-copy-copy-copy {
    text-align: center;
    max-width: 360px;
    margin-left: 0;
    padding-top: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .feature-card-c234opy {
    margin-bottom: -16px;
    padding: 22vw 10vw 21vw;
  }

  .bold-text-7-copy {
    font-size: 32px;
  }

  .heading-3-copy {
    margin-top: 16px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .heading-235-copy-copsdffy-copy {
    margin-bottom: 41px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .feature-image-medium-3-copy-copy {
    width: 100%;
    height: auto;
  }

  .feature-image-medium-3-copy-copy-copy {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin-left: 3px;
    padding-top: 37px;
  }

  .section-90-copy-copy {
    padding-top: 0;
  }

  ._1-copy-copy {
    text-align: center;
    max-width: 360px;
    margin-left: 0;
    padding-top: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-copy.small.white, .button-copy.small._w-opy, .button-copy.small.whi123123123y, .button-copy.small.asdasdasdasd, .button-copy.small.asdasdqw {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.small-copy-copy {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.small-copy-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.small-copy-copy.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: none;
  }

  .button-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    margin-left: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .button-copy-copy.sasdasdqweqwe.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.sasdasdqweqwe.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: block;
  }

  .button-copy-copy.sasdasdqweqwe.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 10px;
    display: block;
  }

  .button-copy-copy.small-copy-copy-copy {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.small-copy-copy-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.small-copy-copy-copy.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: none;
  }

  .button-copy-copy.small-copy-copy-copy.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 10px;
    display: block;
  }

  .section-92 {
    display: none;
  }

  .header-h1 {
    text-align: center;
    margin-bottom: 19px;
    line-height: 60px;
  }

  .header-p1 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .section-93 {
    padding-bottom: 0;
  }

  .heading-h2 {
    font-size: 30px;
  }

  .div-block-10 {
    max-width: 80%;
    margin-bottom: 76px;
  }

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

  .div-block-11 {
    flex-wrap: wrap;
  }

  .button-copy.small-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy.small-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy.small-copy.ghost-bg-copy-copy-copy {
    max-width: 220px;
  }

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

  .section-94 {
    padding-top: 52px;
  }

  .heading-h3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-h4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .bold-text-108 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-95 {
    display: none;
  }

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

  .section-96 {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .div-block-17 {
    flex-wrap: wrap;
  }

  .heading-h5 {
    color: #2d2c4d;
  }

  .image-54 {
    margin-bottom: 32px;
    display: block;
  }

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

  .heading-h6 {
    font-size: 32px;
    line-height: 45px;
  }

  .grid-3 {
    width: 350px;
    padding-right: 30px;
  }

  .section-97 {
    padding-top: 43px;
  }

  .section-96-copy {
    padding-top: 37px;
    padding-bottom: 40px;
  }

  .heading-h7 {
    font-size: 32px;
    line-height: 55px;
  }

  .image-55 {
    max-width: 90%;
  }

  .div-block-18-copy-copy-copy {
    margin-right: 0;
  }

  .div-block-18-copy-copy-copy-copy {
    margin-bottom: 67px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-109 {
    text-align: center;
    font-size: 65px;
    line-height: 75px;
  }

  .section-92-copy {
    padding-top: 54px;
    display: block;
  }

  .div-block-9-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-95-copy {
    padding-top: 57px;
    display: block;
  }

  .image-59 {
    max-width: 35%;
    padding-top: 24px;
  }

  .image-54-cop234y {
    margin-bottom: 32px;
    display: block;
  }

  .section-76-copy {
    padding-top: 16px;
    display: none;
  }

  .pricing-v3-plans-2-copy {
    position: static;
  }

  .pricing-v3-plans-2-copy.mobile-sticky {
    position: static;
    top: 60px;
  }

  .div-block-25 {
    z-index: 999;
    position: sticky;
    top: 40px;
  }

  .feature-card-customer-seccess {
    padding: 22vw 10vw 21vw;
  }

  .nav-link-copy-copy {
    direction: rtl;
    text-align: right;
    display: block;
  }

  .nav-link-copy-copy.w--current {
    direction: ltr;
    justify-content: flex-end;
    display: flex;
  }

  .section-81-copy {
    padding-top: 0;
  }

  .section-37-234 {
    padding-top: 8px;
  }

  .main-grid-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-77-copy {
    padding-top: 0;
  }

  .heading-2-copy {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .t1p1s1 {
    display: none;
  }

  .bold-text-4-copy-copy-copy {
    font-size: 40px;
    line-height: 44px;
  }

  .wrapper-navbar1 {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar1.nav-bar-wrapper, .wrapper-navbar1.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar1.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .section-100 {
    max-width: 375px;
  }

  .pricing-v3-row-header-2-copy {
    padding: 15px 12px;
  }

  .text-block-11-copy {
    align-self: flex-start;
    width: 350px;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .licence-item {
    flex-direction: column;
    max-width: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .intro-copy-copy.no-margin-bottom-copy, .intro-copy-copy-copy.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-copy-copy.no-margin-bottom-copy, .intro-copy-copy-copy.no-margin-bottom-copy-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .div-block-28 {
    flex-direction: column;
    max-width: 375px;
  }

  .div-block-29 {
    align-self: auto;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-30 {
    justify-content: space-between;
    width: 360px;
  }

  .text-block-16 {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-30-copy {
    width: auto;
    min-width: auto;
    max-width: 300px;
  }

  .licence-item-copy {
    flex-direction: column;
    padding-top: 48px;
  }

  .div-block-29-copy-copy {
    display: none;
  }

  .section-101 {
    display: block;
  }

  .div-block-32 {
    padding-top: 0;
  }

  .section-93-copy {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-37-234-213opy {
    padding-top: 8px;
  }

  .nav-buttons-mobile {
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .section-103 {
    padding-top: 67px;
    padding-bottom: 22px;
  }

  .image-54-cop234y-c123opy {
    max-width: 100%;
    margin-bottom: 32px;
    display: block;
  }

  .text-block-17 {
    margin-bottom: 19px;
  }

  .button-copy {
    margin-right: 60px;
  }

  .section-104 {
    padding-bottom: 19px;
  }

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

  .div-block-34 {
    margin-bottom: 40px;
  }

  .section-105 {
    background-image: url('../images/PU33.png');
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .heading-h4-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .bold-text-108-copy {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-36 {
    display: none;
  }

  .dropdown-toggle {
    min-width: 270px;
  }

  .link-3 {
    display: none;
  }

  .image-126 {
    max-width: 330px;
  }

  .paragraph-copy-copy {
    color: #fff;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .h2 {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .h3 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-4-copy {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
  }

  .heading-2-copy {
    color: #fff;
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .section-106 {
    margin-top: 60px;
    display: block;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.no-margin-bottom-copy {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2asdasd-copy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 14px;
    font-size: 45px;
    line-height: 52px;
  }

  .bold-text-112, .bold-text-113 {
    font-weight: 500;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.no-margin-bottom-copy {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy-copy.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-copy.no-margin-bottom-copy, .intro-copy-copy.no-margin-bottom-copy-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .feature-card-5 {
    padding: 13vw 10vw;
  }

  .heading-2-copy-copy {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .feature-card-6 {
    padding: 13vw 10vw;
    display: flex;
  }

  .paragraph-copy-copy {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .bold-text-3-copsdsdy-copy {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .h2-copy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  ._2 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  ._2-c123123opy {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .bold-text-3-copsdsdy-copy-copy {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .bold-text-3-copsdsdy-coasdf-copy {
    text-align: right;
    width: 355px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .h2-copy-copy {
    text-align: right;
    width: 340px;
    max-width: 350px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-18-csdfdsopday-copy {
    margin-left: 19px;
  }

  .image-54-cop234y-c123ofsdfpy-copy {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 3px;
    display: block;
  }

  .h2-copy-copy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .h2-copy-copy-copy {
    text-align: right;
    width: 340px;
    max-width: 350px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

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

  .h2-copy-copy {
    text-align: center;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .feature-image-sm345all-copy {
    width: 100%;
    height: auto;
  }

  .image-4432 {
    max-width: 350px;
    padding-top: 10px;
  }

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

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

  .qweqwer12 {
    display: none;
  }

  .paragraph-copy-copy23 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .bold-text-23-copy-copy233 {
    text-align: right;
    width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  ._23123 {
    padding-top: 117px;
  }

  .section-2213 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .image-1234 {
    max-width: 300px;
  }

  .intro-copy-123.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy-123.wide {
    max-width: 100%;
  }

  .intro-copy-123.left-copy, .intro-copy-123.left-copy-copy, .intro-copy-123.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-123.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-123.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-323-copy.left-copy, .intro-323-copy.left-copy-copy, .intro-323-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-3234234234 {
    align-items: center;
    max-width: none;
    margin-right: 0;
  }

  .intro-3234234234.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-3234234234.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-3234234234.wide {
    max-width: 100%;
  }

  .intro-3234234234.left-copy, .intro-3234234234.left-copy-copy, .intro-3234234234.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-3234234234.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-3234234234.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .heading-123123 {
    justify-content: center;
    width: 340px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    line-height: 45px;
    display: flex;
  }

  .text-bi12312332 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12312332.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12312332.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .t4p5s8 {
    display: block;
  }

  .image-123455 {
    max-width: 375px;
  }

  .image-53443 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-1123123y, .section-3asdasdasd {
    display: block;
  }

  .image-1qwe {
    max-width: 375px;
  }

  .section-452-copy {
    padding-top: 25px;
  }

  .button-copy.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy.small.white-copy {
    background-color: var(--black);
    max-width: 200px;
    margin-bottom: -16px;
    margin-left: 27%;
    padding-right: 16px;
    font-size: 14px;
  }

  .button-copy.small.white-copy.mbkb {
    margin-left: 0%;
  }

  .button-copy.small.asdasdasdas, .button-copy.small.asdasdasdasd, .button-copy.small.white-copy, .button-copy.small.asdasdqw, .button-copy.small.asdasdw, .button-copy.small.asdasdasdw, .button-copy.small.white-copy, .button-copy.small.asdasdasdqwe, .button-copy.small.asdasdasdwe, .button-copy.small.qwesrr, .button-copy.small.qwesrr {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy.white {
    max-width: 200px;
  }

  .paragraph-123123 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .t3p2s3 {
    max-width: 350px;
    margin-top: 73px;
  }

  .intro-copy-123-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy-123-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-123-copy.wide {
    max-width: 100%;
  }

  .intro-copy-123-copy.left-copy, .intro-copy-123-copy.left-copy-copy, .intro-copy-123-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-123-copy.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-123-copy.left {
    align-items: center;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-3234234234-copy.left-copy, .intro-3234234234-copy.left-copy-copy, .intro-3234234234-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .main-123123123 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-bi12312332-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12312332-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12312332-copy.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .intro-3234234234-co-py.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-3234234234-co-py.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-3234234234-co-py.wide {
    max-width: 100%;
  }

  .intro-3234234234-co-py.left-copy, .intro-3234234234-co-py.left-copy-copy, .intro-3234234234-co-py.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-3234234234-co-py.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-3234234234-co-py.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .text-bi12312332312-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12312332312-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12312332312-copy.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .text-bi12312332312-copy.text-grey-copy-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 0;
  }

  .section-3a123y, .section-3a123456 {
    display: block;
  }

  .image-1qwey {
    max-width: 375px;
  }

  .section-3asdasd123123 {
    padding-right: 10px;
    display: block;
  }

  .t3p2s4 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .image-1qw234e-co234 {
    max-width: 370px;
  }

  .paragraph-12312sd2 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .t3p1s3 {
    display: none;
  }

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

  .h2-cop123y {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .text-big-c2345 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-c2345.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-c2345.text-grey-copy, .text-big-c2345.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-c2345.text-grey-copy-copy-copy, .text-big-c2345.text-grey-co2345 {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-big-c2234 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-c2234.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-c2234.text-grey-copy, .text-big-c2234.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-c2234.text-grey-copy-copy-copy, .text-big-c2234.text-grey-co2345 {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-big-c34y {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-c34y.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-c34y.text-grey-copy, .text-big-c34y.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-c34y.text-grey-copy-copy-copy {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-big-c34y.text-grey34545 {
    color: #ebebeb;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 33px;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-2234 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .h24-cop123y-copy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .intro-2344 {
    align-items: center;
  }

  .intro-2344.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-2344.wide {
    max-width: 100%;
  }

  .intro-2344.left-copy, .intro-2344.left-copy-copy, .intro-2344.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-2344.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-2344.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p4p5 {
    max-width: 300px;
    margin-left: 19px;
  }

  ._23245 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .heading-12w3123-copy {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .intro-3234234234-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-3234234234-copy.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-3234234234-copy.wide {
    max-width: 100%;
  }

  .intro-3234234234-copy.left-copy, .intro-3234234234-copy.left-copy-copy, .intro-3234234234-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-3234234234-copy.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-3234234234-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .text-bi12312err {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12312err.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12312err.text-grey-copy, .text-bi12312err.t3p1t2, .text-bi12312err.text-grey-copy, .text-bi12312err.text-grey-copy-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .t3p6s9 {
    display: none;
  }

  .ima867rf {
    max-width: 375px;
  }

  .sectio1234 {
    display: block;
  }

  .text-bi1212 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi1212.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi1212.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .text-bi1212.text-g2345 {
    color: #fff;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
    font-size: 20px;
  }

  .qwer1234 {
    max-width: 375px;
  }

  .t4p5p5 {
    max-width: 300px;
    margin-left: 0;
    padding-top: 25px;
  }

  .t4p5s9 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .intro-3234234234-c234.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-3234234234-c234.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-3234234234-c234.wide {
    max-width: 100%;
  }

  .intro-3234234234-c234.left-copy, .intro-3234234234-c234.left-copy-copy, .intro-3234234234-c234.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-3234234234-c234.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-3234234234-c234.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sectio13452 {
    display: block;
  }

  .image-5343456 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .v {
    text-align: center;
    padding-bottom: 0;
    padding-right: 10px;
    display: block;
  }

  .qwer123465 {
    max-width: 375px;
  }

  ._4356w2345 {
    display: none;
  }

  .image-34556234uj-copy {
    max-width: 300px;
  }

  .heading-34345y {
    margin-right: 0;
  }

  .h234456 {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  ._4356732345-copy, ._4356233473-copy {
    display: none;
  }

  .t3p1h1-2 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .t3p1i1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p1i1.wide {
    max-width: 100%;
  }

  .t3p1i1.left-copy, .t3p1i1.left-copy-copy, .t3p1i1.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p1i1.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p1i1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p1s1 {
    padding-top: 87px;
    padding-bottom: 79px;
    padding-right: 10px;
    display: block;
  }

  .t3p1p1 {
    width: auto;
    max-width: 375px;
    height: 220px;
    margin-top: 0;
    margin-left: 0;
  }

  .t3p1s4 {
    display: none;
  }

  .t3p1p3 {
    max-width: 300px;
  }

  .t3p1s6 {
    display: block;
    overflow: hidden;
  }

  .t3p1s7 {
    display: none;
  }

  .t3p1p4 {
    max-width: 375px;
    margin-left: 0;
  }

  .t3p1s8 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p1p5 {
    max-width: 300px;
  }

  .t3p1s9 {
    display: none;
  }

  .t3p1p6 {
    max-width: 300px;
    margin-left: -22px;
  }

  .t3p1t1 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .t3p1t1.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .t3p1t1.text-grey-copy, .t3p1t1.t3p1t2 {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .t3p1i2.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p1i2.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p1i2.wide {
    max-width: 100%;
  }

  .t3p1i2.left-copy, .t3p1i2.left-copy-copy, .t3p1i2.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p1i2.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p1i2.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p1i3.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p1i3.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p1i3.wide {
    max-width: 100%;
  }

  .t3p1i3.left-copy, .t3p1i3.left-copy-copy, .t3p1i3.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p1i3.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p1i3.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2h1 {
    text-align: center;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .t3p2pt2 {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .t3p2pt2.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .t3p2pt2.text-grey-copy, .t3p2pt2.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .t3p2pt2.text-grey-copy-copy-copy {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .t3p2pt2.t3p2pt1 {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 20px;
    line-height: 30px;
  }

  .t3p2pt1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p2pt1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2pt1.wide {
    max-width: 100%;
  }

  .t3p2pt1.left-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .t3p2p2i1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p2p2i1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2p2i1.wide {
    max-width: 100%;
  }

  .t3p2p2i1.left-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .t3p2s1 {
    padding-top: 60px;
    padding-bottom: 84px;
  }

  .t3p2s2 {
    display: none;
  }

  .t3p2p1 {
    max-width: 350px;
    padding-top: 10px;
  }

  .t3p2s5 {
    display: none;
  }

  .t3p2i2.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p2i2.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2i2.wide {
    max-width: 100%;
  }

  .t3p2i2.left-copy, .t3p2i2.left-copy-copy, .t3p2i2.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p2i2.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p2i2.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2i3 {
    align-items: center;
    margin-right: auto;
  }

  .t3p2i3.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p2i3.wide {
    max-width: 100%;
  }

  .t3p2i3.left-copy, .t3p2i3.left-copy-copy, .t3p2i3.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p2i3.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p2i3.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2s6 {
    display: block;
  }

  .t3p2s7 {
    padding-top: 60px;
    display: block;
  }

  .image-53443-copy, .t3p2p4 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .t3p2h3 {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .t3p2i4 {
    max-width: none;
  }

  .t3p2i4.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p2i4.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p2i4.wide {
    max-width: 100%;
  }

  .t3p2i4.left-copy, .t3p2i4.left-copy-copy, .t3p2i4.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p2i4.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p2i4.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p3h1 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .t3p3h2 {
    max-width: none;
    font-size: 35px;
    line-height: 50px;
  }

  .t3p3p1 {
    width: auto;
    max-width: none;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .t3p3s2 {
    display: none;
  }

  .b {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .undraw_projections_re_1mrh-svg, .undraw_projections_re_1mrh-svg-copy, .t3p3s5 {
    display: block;
  }

  .t3p3s4 {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .t3p3p2 {
    max-width: 300px;
  }

  .image-123455-copy, .t3p3p3 {
    max-width: 375px;
  }

  .t3p3s6 {
    padding-top: 17px;
    padding-bottom: 27px;
  }

  .t3p3p4 {
    max-width: 300px;
  }

  .t3p3s7 {
    display: none;
  }

  .t3p3p5.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p3p5.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p3p5.wide {
    max-width: 100%;
  }

  .t3p3p5.left-copy, .t3p3p5.left-copy-copy, .t3p3p5.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p3p5.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p3p5.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p3s8 {
    display: block;
  }

  .t3p3p7 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .t3p4s1 {
    padding-top: 80px;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .t3p4s2 {
    padding-top: 29px;
  }

  .t3p4h2 {
    text-align: center;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .t3p4p3 {
    max-width: 350px;
    padding-top: 10px;
  }

  .t3p4s4 {
    display: block;
    overflow: hidden;
  }

  .t3p4p4 {
    max-width: 375px;
  }

  .t3p4s5 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p4s6 {
    display: none;
  }

  .t3p4s7 {
    display: block;
  }

  .t3p4p7 {
    max-width: 375px;
  }

  .t3p4s8 {
    padding-top: 37px;
    display: block;
  }

  .t3p4s9 {
    max-width: 340px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .t4p5s1 {
    padding-right: 10px;
    display: block;
  }

  .t3p4i1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p4i1.wide {
    max-width: 100%;
  }

  .t3p4i1.left-copy, .t3p4i1.left-copy-copy, .t3p4i1.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p4i1.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p4i1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p4p1, .t4p5p1 {
    max-width: 375px;
  }

  .bold-text-10-copy, .t4p5p2 {
    font-size: 22px;
  }

  .t4p5s3 {
    display: none;
  }

  .t4p5s4 {
    display: block;
  }

  .t4p5i2.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t4p5i2.wide {
    max-width: 100%;
  }

  .t4p5i2.left-copy, .t4p5i2.left-copy-copy, .t4p5i2.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t4p5i2.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t4p5i2.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t4p5p3 {
    font-size: 22px;
  }

  .t4p5p4 {
    max-width: 375px;
  }

  .t4p5s6 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t4p5s7 {
    display: none;
  }

  .t4p5p7 {
    max-width: 375px;
  }

  .t4p5p8 {
    max-width: 300px;
  }

  .t3p6s1 {
    padding-right: 10px;
    display: block;
  }

  .t3p6h1 {
    font-size: 38px;
    line-height: 52px;
  }

  .t3p6p1 {
    max-width: 375px;
  }

  .t3p6s2 {
    display: block;
  }

  .t3p6p2 {
    max-width: 300px;
    margin-left: 0;
    padding-top: 41px;
  }

  .t3p6s3 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p6s4 {
    display: none;
  }

  .t3p6s6 {
    display: block;
  }

  .t3p6s7 {
    max-width: 375px;
  }

  .t3p6s8 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p6s11 {
    display: block;
  }

  .t3p6s12 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .t3p7s1 {
    padding-top: 60px;
  }

  .t3p7p1 {
    max-width: 350px;
    padding-top: 10px;
  }

  .t3p7i1.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .t3p7i1.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p7i1.wide {
    max-width: 100%;
  }

  .t3p7i1.left-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .t3p7h1 {
    text-align: center;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 19px;
    font-size: 35px;
    line-height: 40px;
  }

  .t3p7s3 {
    padding-top: 62px;
    display: block;
  }

  .t3p7s4 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p7p2 {
    max-width: 300px;
    margin-left: 0;
  }

  .t3p7s5, .t3p7s6 {
    display: none;
  }

  .t3p7s7 {
    padding-top: 44px;
    display: block;
  }

  .t3p7p4 {
    max-width: 375px;
    margin-top: 63px;
  }

  .t3p7s8 {
    padding-top: 27px;
    display: block;
  }

  .t3p7s9 {
    max-width: 375px;
    margin: 41px 20px 40px;
  }

  .t3p7s10 {
    padding-top: 2px;
    padding-bottom: 27px;
  }

  .t3p7p7 {
    max-width: 300px;
  }

  .t3s4s9 {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .t1p2s1 {
    padding-top: 25px;
  }

  .t1p3s1 {
    padding-top: 8px;
  }

  .t1p4s1 {
    padding-top: 3px;
  }

  .t1p5s1 {
    padding-top: 51px;
  }

  .t2p1s1 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .t2p1s1.footer-section {
    padding-top: 0;
  }

  .t2p2s1 {
    display: none;
  }

  .t2p3s1 {
    padding-top: 121px;
    padding-bottom: 0;
    display: block;
  }

  .t2p3h1 {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .t2p4s1 {
    padding-top: 57px;
  }

  .t2p5s1 {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .t2p6s1 {
    display: block;
  }

  .t2p7s1 {
    padding-top: 100px;
    padding-bottom: 22px;
  }

  .t5p1s1 {
    padding-top: 116px;
  }

  .t3p3i6.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .t3p3i6.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .t3p3i6.wide {
    max-width: 100%;
  }

  .t3p3i6.left-copy, .t3p3i6.left-copy-copy, .t3p3i6.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t3p3i6.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t3p3i6.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .asdasdasdasdasd {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .asdasdasdasdasd.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .asdasdasdasdasd.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .asdasdasdasdasd.text-g2345, .asdasdasdasdasd.qweqweqweqqwe {
    color: #fff;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .qweqweqweqwe123 {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .t3p1p8 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .t3p1p9 {
    max-width: 300px;
  }

  .t3p2s9 {
    display: block;
  }

  .t3p2p8 {
    max-width: 300px;
  }

  .t3p2p234 {
    max-width: 300px;
    margin: 44px 20px 0;
  }

  .t3p3i32 {
    background-color: #f8f8f8;
    padding-top: 0;
  }

  .asdasdasdqweqw {
    direction: ltr;
    text-align: center;
    max-width: 375px;
    height: 220px;
    margin-top: 0;
    margin-left: 0;
  }

  .p3p3p234 {
    display: none;
  }

  .t3p3p34 {
    max-width: 200px;
    margin-left: -32px;
  }

  .wehrohweorjh2394y023y4 {
    padding-top: 48px;
    display: block;
  }

  .sdfwefwerwerwer {
    color: #868686;
    max-width: 350px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .sdfwefwerwerwer.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .sdfwefwerwerwer.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .sdfwefwerwerwer.text-g2345, .sdfwefwerwerwer.qweqweqweqqwe {
    color: #fff;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .hgrwehjgriyweg3467 {
    max-width: 325px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .swehrjh2kjh23h234j {
    font-size: 36px;
    line-height: 48px;
  }

  .t3p2p1324 {
    max-width: 340px;
    padding-top: 10px;
  }

  .t4p5p345 {
    max-width: 375px;
  }

  .t4p5p3456 {
    max-width: 300px;
    margin-left: 0;
  }

  .image-12342342342345 {
    max-width: 375px;
  }

  .button-copy-copy.small-copy.white, .button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .text-bi1212-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi1212-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi1212-copy.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .text-bi1212-copy.text-g2345 {
    color: #909090;
    width: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 49px;
    padding-left: 24px;
    font-size: 20px;
  }

  .text-bi12312332-copy-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12312332-copy-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12312332-copy-copy.text-grey-copy, .text-bi12312332-copy-copy.text-grey-copy-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .t3p2s910 {
    display: block;
  }

  .section-234 {
    display: none;
  }

  .h1-234455 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .asodhoiasdhoiasdh123 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .headin234234234 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .paragraph-copy-cop123123 {
    color: #fff;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .bold-text-112312312 {
    font-size: 18px;
    line-height: 28px;
    display: none;
  }

  .intro-copqweqwer.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copqweqwer.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copqweqwer.wide {
    max-width: 100%;
  }

  .intro-copqweqwer.left-copy, .intro-copqweqwer.left-copy-copy, .intro-copqweqwer.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sectio234234234 {
    padding-top: 35px;
  }

  .intro-copy-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy-copy.wide {
    max-width: 100%;
  }

  .intro-copy-copy-copy.left-copy, .intro-copy-copy-copy.left-copy-copy, .intro-copy-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy {
    color: #8f8f8f;
    text-align: center;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .asvdkas128312 {
    padding-top: 0;
  }

  .cta-card-info-copy {
    align-items: center;
    display: flex;
  }

  .sectioqweqwe {
    display: none;
  }

  .bold-text-112312312-copy {
    font-size: 18px;
    line-height: 28px;
    display: none;
  }

  .section-3123213 {
    padding-top: 0;
  }

  .intro-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy.wide {
    max-width: 100%;
  }

  .intro-copy.left-copy, .intro-copy.left-copy-copy, .intro-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy.left-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-cop123123123y.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-cop123123123y.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-cop123123123y.wide {
    max-width: 100%;
  }

  .intro-cop123123123y.left-copy, .intro-cop123123123y.left-copy-copy, .intro-cop123123123y.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-cop123123123y.left-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-copy-copy.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-copy.left, .intro-copy-copy.left-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-coeqwewqy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-coeqwewqy.wide {
    max-width: 100%;
  }

  .intro-coeqwewqy.left-copy, .intro-coeqwewqy.left-copy-copy, .intro-coeqwewqy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-coeqwewqy.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-coeqwewqy.left, .intro-coeqwewqy.left-copy, .intro-coeqwewqy.left-casdasdasdasd {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .section-37-2asdasdasdasdasd {
    padding-top: 8px;
  }

  .section-3122342344234 {
    padding-top: 0;
  }

  .t3p1s3234 {
    display: none;
  }

  .grid-323asdaosdnasdjpi, .grid-32234234234 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._123123123 {
    padding-top: 2px;
    padding-bottom: 68px;
  }

  .image-54-cop234yasdasd-c123ofsdfpy-copy-copy {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 3px;
    padding-bottom: 16px;
    display: block;
  }

  .div-asdqwe-copy {
    margin-left: 19px;
  }

  .intro-copy-casdasdasd.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .intro-copy-casdasdasd.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-casdasdasd.wide {
    max-width: 100%;
  }

  .intro-copy-casdasdasd.left-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .p2p1h1 {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .t2p1pr1 {
    font-size: 18px;
    line-height: 28px;
    display: none;
  }

  .t2p1p1, .t2p1p2 {
    max-width: 350px;
  }

  .t2p1p3 {
    max-width: 360px;
  }

  .t2p1p4, .t2p1p6 {
    max-width: 350px;
  }

  .t2p2s23 {
    display: block;
  }

  .t2p2pr1 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .image-123123y {
    max-width: 375px;
  }

  .t2p2p3 {
    max-width: 350px;
  }

  .sectio234231234234-copy {
    padding-top: 35px;
  }

  .introasdasdasddas-copy {
    align-items: center;
  }

  .introasdasdasddas-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .introasdasdasddas-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .introasdasdasddas-copy.wide {
    max-width: 100%;
  }

  .introasdasdasddas-copy.left-copy, .introasdasdasddas-copy.left-copy-copy, .introasdasdasddas-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sdfsdfpsdokfwejwer {
    padding-top: 0;
    padding-bottom: 27px;
  }

  ._123123123123123 {
    max-width: 350px;
    padding-bottom: 32px;
  }

  .intro-323-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-323-copy.wide {
    max-width: 100%;
  }

  .intro-323-copy.left-copy, .intro-323-copy.left-copy-copy, .intro-323-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-323-copy.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-323-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-323-copy.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .paragraph-copy-copy-copy, .paragraph-co {
    color: #fff;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .asvdkas12asd312-copy {
    padding-top: 0;
  }

  .im234age-21-copy {
    max-width: 320px;
  }

  .t2p11233 {
    max-width: 300px;
  }

  .t2p3p1 {
    text-align: center;
    width: 300px;
    max-width: none;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sectiqweqwe {
    display: none;
  }

  .sdfwertgq {
    text-align: center;
    max-width: 360px;
    margin-left: 0;
    padding-top: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .t2p4s1-copy {
    padding-top: 60px;
  }

  .sectiasdasdasln {
    padding-top: 8px;
  }

  .asdasdqwgeigwq, .asdasdqwe {
    max-width: 375px;
  }

  .secqwe123asdasdasdasd-copy {
    padding-top: 8px;
  }

  .sasodihiqwo {
    padding-top: 6px;
  }

  .image-30-copy, .qweqwe1235, .kasjbdfjklasbdlqwe {
    max-width: 350px;
  }

  .sectio234563 {
    padding-top: 13px;
    padding-bottom: 33px;
  }

  .asdasdqwe-44-copy {
    padding-top: 21px;
  }

  ._1-copy-copy-copy, .aksndwqnl24 {
    text-align: center;
    max-width: 360px;
    margin-left: 0;
    padding-top: 44px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ashgdhqi3231 {
    max-width: 350px;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .asdqwehorho {
    padding-top: 14px;
    padding-bottom: 83px;
  }

  .dfgsertytyg {
    padding-top: 54px;
  }

  .hjfggjfufdut548 {
    max-width: none;
    margin-right: 0;
  }

  .hjfggjfufdut548.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .hjfggjfufdut548.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hjfggjfufdut548.wide {
    max-width: 100%;
  }

  .hjfggjfufdut548.left-copy, .hjfggjfufdut548.left-copy-copy, .hjfggjfufdut548.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .hjfggjfufdut548.left-copy, .hjfggjfufdut548.left-copy-copy {
    width: 370px;
  }

  .ashdaljgdlqlwekhqwe {
    text-align: center;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .asdasdqwe21 {
    padding-top: 40px;
  }

  .ksajbdjabsd213.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .ksajbdjabsd213.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .ksajbdjabsd213.wide {
    max-width: 100%;
  }

  .ksajbdjabsd213.left-copy, .ksajbdjabsd213.left-copy-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 370px;
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 10px;
  }

  .text-big-copy-copy-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.text-grey-copy, .text-big-copy-copy-copy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .text-big-copy-copy-copy.text-grey-copy-copy-copy, .text-big-copy-copy-copy.t3p2pt1 {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 17px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-big-copy-copy-copy.lajsdnasdbnlqwnelkqwne {
    color: #8f8f8f;
    max-width: 370px;
    margin-bottom: 0;
    padding-bottom: 49px;
    padding-left: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .h2-copy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .t1p1s2 {
    display: none;
  }

  .t1p2s2 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .asdasdasdqwef {
    display: block;
  }

  .ssdfsdfpjwer {
    font-size: 35px;
  }

  .adhqwheqwdh {
    display: none;
  }

  .qwelkqwdqwdqwihd {
    font-size: 22px;
  }

  .sdbosjaasfdas {
    max-width: 350px;
    margin-top: 67px;
  }

  .sectioasdasd1234 {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .asdasdasdqwefqwe {
    display: none;
  }

  .footercta {
    display: block;
  }

  .asdqwdqwdq {
    padding-top: 52px;
  }

  .headinsoduhfuwefwef {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .header-p1-copy, .askdjggqwdiuqwd {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-50 {
    margin-left: -25px;
  }

  .pricing-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .pricing-intro.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .pricing-intro.wide {
    max-width: 100%;
  }

  .pricing-intro.no-margin-bottom-copy, .pricing-intro.no-margin-bottom-copy-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .bold-tasdasdasd {
    font-size: 32px;
    line-height: 45px;
  }

  .mobile-pricing-headline {
    width: 100%;
    margin-top: 0;
    padding-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .image-12342342342347 {
    display: none;
  }

  .text-block-23 {
    width: 120px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-51 {
    max-width: 150px;
  }

  .mobile-pricing-tagline {
    padding-bottom: 21px;
    font-size: 17px;
    line-height: 28px;
  }

  .asdfasdfsdaf-copy {
    padding-top: 67px;
    padding-bottom: 22px;
  }

  .asdasdqwedff {
    text-align: right;
    width: 340px;
    max-width: 350px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .adasdasdwq {
    text-align: right;
    width: 355px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

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

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

  .asdasdqwd {
    max-width: 350px;
    margin-bottom: 32px;
    margin-right: 3px;
    display: block;
  }

  .asdfasdfsdaf-copy-copy {
    padding-top: 67px;
    padding-bottom: 70px;
  }

  .asdasdqwdqwd {
    padding-top: 52px;
  }

  .asdasdqwedf {
    width: 100%;
    height: auto;
  }

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

  .paragraphqwewqey {
    margin-bottom: 32px;
  }

  .licence-item-copy {
    flex-direction: column;
    max-width: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  ._123a1 {
    justify-content: space-between;
    width: 360px;
  }

  .section-ass22y, .asdjkqwgbejkbeqw {
    padding-top: 52px;
  }

  .d12iv-block-55-copy {
    margin-top: -25px;
  }

  .section-qwwey {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t2p1p3-copy {
    max-width: 300px;
  }

  .asdqwdy, .section-qwwey-copy {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .sec345tion-4-copy {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .t2pasdasdcopy {
    max-width: 300px;
  }

  .pricing-v4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .b234234324py.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .b234234324py.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .b234234324py.white {
    max-width: 200px;
  }

  .wefwefwe {
    font-size: 14px;
  }

  .feature-im234 {
    width: auto;
    height: 120px;
    padding-left: 0;
    padding-right: 11px;
  }

  .pricing-v5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .asd-py {
    max-width: 300px;
  }

  .asfdasdqwd {
    display: none;
  }

  ._212323, .secswwerewry {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .section-3122342344240-copy {
    max-width: 375px;
    display: block;
  }

  .asdfasdfs {
    padding-top: 67px;
    padding-bottom: 22px;
  }

  .ksajdvfijbsdfsd {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 3px;
    display: block;
  }

  .paragraphqwewqey2 {
    margin-bottom: 32px;
  }

  .grid-32234234236 {
    max-width: 350px;
  }

  .licence-item-copy {
    flex-direction: column;
    min-width: 350px;
    max-width: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30-copy {
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30-copy-copy {
    width: 360px;
  }

  .asasa {
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-blsafdy {
    display: none;
  }

  .bold-text-9-copy {
    text-align: center;
    max-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 48px;
    line-height: 55px;
  }

  .headi3453212 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .div-blsafdy-copy, .asfdasdasdas {
    display: none;
  }

  .div-blosadopy {
    flex-wrap: wrap;
  }

  .div-block-59-copy {
    text-align: center;
  }

  .image-12342342342348 {
    max-width: 370px;
  }

  .div-block-58-copy {
    max-width: 375px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

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

  .imagasdwqd {
    max-width: 370px;
  }

  .page-wrapper-copy {
    justify-content: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .body, .boasdasdsad {
    background-color: #fdf7f4;
  }

  .pricing-pic-v1 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 11px;
  }

  .pricing-v1-card-copy-copy, .pricing-v43 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-copy {
    font-size: 14px;
  }

  .pricing-v234 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text174y {
    font-size: 14px;
  }

  .buttoasd.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttoasd.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .buttoasd.white {
    max-width: 200px;
  }

  .bold-text174y-copy {
    font-size: 14px;
  }

  .buasdasd.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buasdasd.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .buasdasd.white {
    max-width: 200px;
  }

  .headiasdqwdqewd {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .page-wrapper-pricing {
    position: relative;
    overflow: hidden;
  }

  .pricing-plan-2342345 {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: none;
  }

  .section-100-copy {
    max-width: 375px;
  }

  .text-blo2334 {
    align-self: flex-start;
    width: 350px;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .pricing---header {
    font-family: Heebo, sans-serif;
    font-weight: 400;
  }

  .header-1-homepage {
    max-width: 360px;
    padding-right: 10px;
    font-size: 35px;
  }

  .homepage-p {
    max-width: 370px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .wiv-1 {
    margin-left: 0;
    padding-right: 20px;
  }

  .t3p4p41 {
    max-width: 375px;
    overflow: hidden;
  }

  .exstra-ser {
    padding-top: 67px;
    padding-bottom: 22px;
  }

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

  .paragraph-123124 {
    min-height: 70px;
    max-height: none;
    font-size: 20px;
    line-height: 26px;
  }

  .hs3 {
    padding-bottom: 60px;
  }

  .heder-uweh {
    color: var(--black);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .hs3p1 {
    flex: 0 auto;
    max-width: 100%;
  }

  .hs4 {
    padding-top: 52px;
  }

  .grid-32234234238 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .logo-pic {
    max-width: 100px;
  }

  .imagasdasdwe {
    max-width: 300px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
  }

  .section-23456 {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .div-block-18-copy {
    max-width: 370px;
    margin-right: 0;
  }

  .div-b123123123312 {
    flex-flow: column wrap;
    max-width: 370px;
    margin-right: 0;
  }

  .div-block-18-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .section-23456-copy, .sectioasdasdsdasaopy, .hs6 {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .hs1 {
    padding: 143px 30px 0 21px;
  }

  .pic-0312452 {
    max-width: 170%;
    margin-bottom: 32px;
    margin-right: 0;
    display: block;
  }

  .asdasasddsa-123123123 {
    max-width: 350px;
    font-size: 35px;
  }

  .pic-university {
    max-width: 375px;
    padding-top: 62px;
  }

  .buttoasdasdwqew {
    margin-top: 0;
    margin-right: 0;
  }

  .heasdasdwe {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .paragrasdasdasdqwe {
    margin-bottom: 32px;
    margin-left: 0%;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h7-copy {
    text-align: center;
    font-size: 32px;
    line-height: 55px;
  }

  .paragasdasdasdy {
    font-size: 14px;
    line-height: 22px;
  }

  .button-copy-copy.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.white {
    max-width: 200px;
  }

  .button-copy-copy.small-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.small-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy.small-copy.sdfsdfsdfsdfsdf {
    max-width: 200px;
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
  }

  .button-copy-copy.small-copy-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy.small-copy-copy.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 0;
    margin-bottom: 67px;
    padding-bottom: 10px;
    display: block;
  }

  .button-copy-copy.small-copy-copy.white-copy-copy, .button-copy-copy.small-copy-copy.white-copy {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .asdasdasdwds.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .asdasdasdwds.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .asdasdasdwds.white {
    max-width: 200px;
  }

  .button-2-copy-copy {
    clear: none;
    margin-right: 10px;
    position: static;
  }

  .adasdasd34132 {
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 44px;
  }

  .footer-asdasdqwey {
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-colasdasdasdasd {
    margin-bottom: 20px;
    padding-top: 17px;
  }

  .link-block-18 {
    margin-bottom: 15px;
  }

  .imaasdasddopy {
    max-width: 260px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 3px;
    display: block;
  }

  .div-b123123123312-copy {
    flex-flow: column wrap;
    max-width: 370px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pic-0312452-copy {
    max-width: 170%;
    margin-bottom: 32px;
    margin-right: 0;
    display: block;
  }

  .wiv-1-copy {
    min-width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .pic-0312452-copy-copy {
    max-width: 360px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 19px;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .headinsoduhfuwasdasd {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .paragsddsfsdfer {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .t1p1s3 {
    padding-top: 52px;
  }

  .asdasdasdqwd {
    text-align: center;
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .imaasasdasdadsy, .image-44-copy, .qweqweqweqwe {
    max-width: 370px;
    margin-left: 0;
  }

  .asdasdqwdqwdqwqw {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .asdasdqwdqwdqwqw.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .asdqw213123 {
    direction: ltr;
    margin-left: auto;
  }

  .qweqwe123 {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .nav-dropdownewqwer {
    text-align: right;
    order: 1;
    align-self: flex-end;
  }

  .t1p2123123 {
    padding-top: 25px;
  }

  .asidjaidqwwqe {
    padding-top: 152px;
    padding-bottom: 0;
  }

  .asidjaidqwwqe.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .main-gqweqweqwe1234 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 22px;
  }

  .sdfwerbfojwefnoiwehf {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .sdfwerbfojwefnoiwehf.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .asdqwedqdwqd {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .asdqwedqdwqd.text-grey {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    font-size: 18px;
    line-height: 28px;
  }

  .asdqwedqdwqd.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .intro-430-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-430-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-430-copy.wide {
    max-width: 100%;
  }

  .intro-430-copy.left-copy, .intro-430-copy.left-copy-copy, .intro-430-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .werwefwfer {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .werwefwfer.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .asdasdasdqwe12jfgh {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .sdfsdfsdfjyf.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .sdfsdfsdfjyf.wide {
    max-width: 100%;
  }

  .sdfsdfsdfjyf.left-copy, .sdfsdfsdfjyf.left-copy-copy, .sdfsdfsdfjyf.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sdfsdfsdfjyf.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .sdfsdfsdfjyf.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sdfsdfsdfjyf.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .ghjghjghj {
    max-width: none;
    font-size: 32px;
  }

  .qweasdwefwe {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .sdfsdfsdfwec {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .sdfsdfsdfwec.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .sdfsdsdfsdffsdfjyf-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .sdfsdsdfsdffsdfjyf-copy.wide {
    max-width: 100%;
  }

  .sdfsdsdfsdffsdfjyf-copy.left-copy, .sdfsdsdfsdffsdfjyf-copy.left-copy-copy, .sdfsdsdfsdffsdfjyf-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sdfsdsdfsdffsdfjyf-copy.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .sdfsdfwewerwerwr {
    color: #fff;
    width: auto;
    margin-right: 3px;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .secqweqwetion-2-copy {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .automations2 {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .sectiowerwerfy {
    padding-top: 8px;
    padding-bottom: 41px;
  }

  .t2p11234234 {
    max-width: 300px;
    padding-left: 0;
  }

  .hkjhkgjkdin234234234-copy {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .h2-copy-copy-copy {
    text-align: center;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 34px;
    line-height: 50px;
  }

  .text-big-copy {
    color: #868686;
    text-align: right;
    font-family: Heebo, sans-serif;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .t32345 {
    max-width: 350px;
    padding-top: 10px;
  }

  .sectasdasdqwe {
    padding-top: 51px;
    display: block;
  }

  .dasasdwed, .t2p1wer {
    max-width: 350px;
  }

  .asdasdqwdf {
    padding-top: 8px;
  }

  .sectasdasdwdd {
    padding-top: 10px;
    display: block;
  }

  .intasdasdw2py.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intasdasdw2py.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intasdasdw2py.wide {
    max-width: 100%;
  }

  .intasdasdw2py.left-copy, .intasdasdw2py.left-copy-copy, .intasdasdw2py.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intasdasdw2py.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .s234234234sd12234 {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .automations1 {
    padding-top: 10px;
    display: block;
  }

  .imagqwed {
    max-width: 370px;
  }

  .s234234qweepy, .s23423124234copy {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .t2p1w234234432y {
    max-width: 350px;
  }

  .image-12342342342351 {
    max-width: 250px;
    margin-left: 0;
  }

  .heading-123128 {
    max-width: 340px;
  }

  .paragraph-123125 {
    max-width: 620px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .butasdasd123213 {
    background-color: var(--black);
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .boasdasdqwdqwy {
    font-size: 14px;
  }

  .div-block-69 {
    min-width: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-70 {
    padding-right: 8px;
  }

  .secsdfsdf-copy {
    padding-bottom: 33px;
  }

  .butasdasdasd-copy {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .asdasdasddqw {
    font-size: 14px;
  }

  .asdaasdasdasdwef {
    padding-top: 30px;
  }

  .image-39-copy-copy {
    max-width: 375px;
    padding-top: 38px;
  }

  .t2p11234234-copy {
    max-width: 300px;
  }

  .sdfsdfwefwfwe {
    max-width: 300px;
    display: none;
  }

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

  ._12ssca {
    flex-direction: column;
    align-items: center;
    min-width: 310px;
    display: flex;
  }

  .sdfsdf-opy {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .div-blo {
    padding-right: 17px;
  }

  .div-block-75 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .t3p1h1-2-2334 {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
  }

  .t3p344555 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  ._2234234-text-9-copy-copy, .bold-text-9-copy-copy {
    font-size: 32px;
  }

  .t3p2asdasdasd {
    display: none;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.wide {
    max-width: 100%;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.left-copy, .sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy, .sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sdfsdsdfsdffsdfjyf-copy-copy.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .t2p1w23423443asdy {
    max-width: 360px;
  }

  .qweqweqweqweqwe, .qweqweqweqweqwe-copy {
    min-width: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .asdf21312 {
    max-width: 375px;
    padding-top: 38px;
  }

  .t4p5h2-copy {
    font-size: 32px;
    line-height: 40px;
  }

  .heaasdasdasopy {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .youtube-3 {
    width: 100%;
  }

  .youtube-2 {
    width: 350px;
  }

  .text-grey-9 {
    width: 350px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .div-block-77 {
    align-items: flex-start;
    width: 350px;
  }

  .wrapper-7 {
    width: 360px;
    min-width: auto;
    max-width: 350px;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-110-copy-2 {
    direction: rtl;
    text-align: right;
    max-width: 350px;
    padding-left: 8px;
  }

  .sidebar-video {
    width: 360px;
    height: 60vw;
    margin-right: -3px;
  }

  .h1-234456 {
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .werwefwrfger, .asdasdqweqwd {
    display: none;
  }

  .heading-123129 {
    margin-bottom: 29px;
  }

  .pricing-v234-copy, .pricing-v234-copy-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-pic-v1-copy {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 11px;
  }

  .pricing-v1-billing-copy-copy {
    justify-content: flex-start;
  }

  .bold-text-9-copy-copy {
    max-width: 550px;
    font-weight: 400;
  }

  .footer-colasdasdasdasd-copy {
    margin-bottom: 20px;
    margin-right: 14px;
    padding-top: 0;
  }

  .image-11-copy {
    max-width: 300px;
    margin-bottom: -63px;
  }

  .section-13-copy {
    background-color: #f3f3f3;
    display: block;
  }

  .feature-card-copy, .feature-card-6-copy, .feature-c3434-6-copy, .featu234234-6-copy, .feature-car1233y, .feature-car1233y-copy, .fe12ature-card-6-copy, ._3123123123, .featur-rd-6-copy, .feat-334opy {
    padding: 13vw 10vw;
  }

  .t3p3asdqweds {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .heading-asdasdqwe {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .t3p6h1-asdasdasd {
    font-size: 38px;
    line-height: 52px;
  }

  .headinasdasdasdasd {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .section-3122342344248 {
    display: none;
  }

  .pricing-v234-copy-copy {
    flex-direction: column;
    align-items: center;
    margin-top: -35px;
    display: flex;
  }

  .pricing-v234-copy-copy-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .bold-tasd123123 {
    font-size: 38px;
    line-height: 45px;
  }

  .bold-text174y-copy-copy {
    font-size: 14px;
  }

  .headiasdghuqwe-copy, .headiasdghuq123 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .pricing-v234-copy-copy-copy-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .int234234234234.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .int234234234234.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .int234234234234.wide {
    max-width: 100%;
  }

  .int234234234234.no-margin-bottom-copy {
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .page-wrapp123123123y {
    position: relative;
    overflow: visible;
  }

  .wra234234234py {
    padding-top: 51px;
  }

  .sectiasdasdasd {
    padding-top: 16px;
    display: block;
  }

  ._123button1123.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._123button1123.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  ._123button1123.white {
    max-width: 200px;
  }

  .asda123123123.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .asda123123123.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .asda123123123.white {
    max-width: 200px;
  }

  .buttoasd-copy.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttoasd-copy.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .buttoasd-copy.white {
    max-width: 200px;
  }

  .secti234234324 {
    margin-top: 95px;
    margin-bottom: 13px;
  }

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

  .image-12342342342352 {
    width: 100%;
    max-width: none;
    max-height: none;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .wiv-134 {
    min-width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .d12iv-block-hs42 {
    margin-top: -25px;
  }

  .hs8 {
    padding-top: 56px;
    padding-bottom: 67px;
  }

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

  .footer-column-v2 {
    margin-bottom: 20px;
  }

  .main-grid-9 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .image-12342342342353, .image-12342342342354, .image-12342342342355, .image-12342342342356 {
    min-width: auto;
  }

  .intro-430-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-430-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-430-copy-copy.wide {
    max-width: 100%;
  }

  .intro-430-copy-copy.left-copy, .intro-430-copy-copy.left-copy-copy, .intro-430-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .main-gqweqweqw234234 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 22px;
  }

  .feature-imag234 {
    width: 100%;
    height: auto;
  }

  .tabs-2 {
    direction: ltr;
    flex-direction: column-reverse;
    display: flex;
  }

  .heasdasdwe-copy {
    color: var(--black);
    text-align: right;
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .pricing-pic-v1-2y {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 11px;
  }

  .bold-tasda23 {
    font-size: 32px;
    line-height: 45px;
  }

  .bold-te2334 {
    font-size: 18px;
  }

  .plans-yearly {
    padding-top: 116px;
  }

  .main-grid-7-m {
    grid-row-gap: 40px;
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .hs4---tabs-mobile-1 {
    padding-top: 56px;
    padding-bottom: 67px;
    display: block;
  }

  .tabs-mobile-pic {
    max-width: 300px;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .div-blsafdy-1, .div-blsafdy-copy-2, .werwefwrfger-3 {
    display: none;
  }

  .t3p3s8-23 {
    display: block;
  }

  .sdfwefwerwer22 {
    color: #868686;
    max-width: 350px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .sdfwefwerwer22.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .sdfwefwerwer22.text-grey-copy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .sdfwefwerwer22.text-g2345, .sdfwefwerwer22.qweqweqweqqwe {
    color: #fff;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .bold-text-1324 {
    font-size: 32px;
  }

  .head234324-copy {
    text-align: center;
    margin-top: 16px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .heading-12w3123123y {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .bold-text-9-copy-123123y {
    font-size: 30px;
  }

  .feature-im234-12312 {
    width: auto;
    height: 120px;
    padding-left: 0;
    padding-right: 11px;
  }

  .hs4---tabs-mobile-2 {
    padding-top: 73px;
    padding-bottom: 49px;
    display: block;
  }

  .tabs-mobile-pic-copy {
    max-width: 300px;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-17-copy {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .hs4---tabs-mobile-4 {
    padding-top: 56px;
    padding-bottom: 46px;
    display: block;
  }

  .im234age-212345 {
    max-width: 320px;
  }

  .t3p4s6-copy {
    display: none;
  }

  .r12234234 {
    font-size: 40px;
    line-height: 50px;
  }

  .im232age-47-copy {
    max-width: 370px;
    padding-bottom: 32px;
  }

  .t2pasdasdpy {
    text-align: center;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
  }

  .asdqwejnqdwe {
    font-size: 18px;
  }

  .section-3122342344251 {
    margin-top: 54px;
  }

  .paragraph-123125-copy {
    max-width: 620px;
    line-height: 30px;
  }

  .im-y {
    max-width: 150px;
    margin-bottom: -63px;
  }

  .secqweqwetion-1231233 {
    direction: ltr;
    padding-top: 37px;
    padding-bottom: 27px;
    display: none;
  }

  .inasdasdasdpy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .inasdasdasdpy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .inasdasdasdpy.wide {
    max-width: 100%;
  }

  .inasdasdasdpy.left-copy, .inasdasdasdpy.left-copy-copy, .inasdasdasdpy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .t2pasdfsdfsdfdsfy {
    max-width: 360px;
  }

  .t2pasdfsdfsdqwewqey {
    max-width: 150px;
  }

  .sectiasdasdasasdy {
    padding-top: 0;
    padding-bottom: 27px;
    display: block;
  }

  .safet2p7s1 {
    padding-top: 100px;
    padding-bottom: 22px;
  }

  .safesection {
    padding-top: 16px;
  }

  .heading-123128-copy {
    max-width: 340px;
    font-size: 40px;
    line-height: 50px;
  }

  .section-3122342233py {
    padding-top: 113px;
    padding-bottom: 54px;
  }

  .maasdqwepy {
    grid-row-gap: 40px;
    direction: rtl;
    text-align: right;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .secqweqwetion-mobile {
    direction: ltr;
    padding-top: 37px;
    padding-bottom: 27px;
    display: block;
  }

  .sectiasdasdasasdy-mobile {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .im-asdasdy {
    max-width: 150px;
    margin-bottom: 32px;
  }

  .paragraph-123126 {
    direction: rtl;
  }

  .t1p1s3-123 {
    padding-top: 52px;
  }

  .section-3123213-copy {
    padding-top: 0;
  }

  .section-4-info {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 62px;
    display: flex;
  }

  .container-3 {
    display: none;
  }

  .text-block-24237, .text-block-24238 {
    font-size: 16px;
  }

  .feature-image-medium-234y {
    width: 100%;
    height: auto;
  }

  .feature-card---email-marketing, .feature-card---content-manager, .feature-card---product-manager {
    padding: 13vw 10vw;
  }

  .t5p1s1-monthly-mobile {
    padding-top: 116px;
  }

  .pricing-v234-copy-co2324 {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: -35px;
    display: flex;
  }

  .pricing-v234-copy-c2345py-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .pricing-plan-cell-2-hidqweqwe {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 8px;
    display: block;
  }

  .pricing-v234-coasdfsdfopy-copy {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
  }

  .image-12342342342359 {
    width: 475px;
    min-width: 375px;
    max-width: none;
  }

  .pricing-pic-v1-2334 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 11px;
  }

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

  .logo-image {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .text-block-angle {
    direction: rtl;
    text-align: right;
    font-size: 16px;
    display: block;
  }

  .image-12342342342360 {
    margin-top: 124px;
  }

  .bold-text-3-cop123y-copy {
    text-align: center;
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
  }

  .hasdqwfy {
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .wrapper-2334 {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-2334.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .headi223232y {
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
  }

  .feature-ima223py {
    width: 100%;
    height: auto;
  }

  .feat-6-c12234 {
    margin-top: 0;
    padding: 13vw 10vw;
  }

  .feature-card-61 {
    margin-top: -3px;
    padding: 13vw 10vw;
  }

  .feature-c3434-63 {
    margin-top: 6px;
    padding: 13vw 10vw;
  }

  .feature-car123234 {
    margin-top: 16px;
    padding: 13vw 10vw;
  }

  .feature-car123we {
    margin-top: 0;
    padding: 13vw 10vw;
  }

  .fe12ature-card-123 {
    margin-top: 3px;
    padding: 13vw 10vw;
  }

  .feature-card-643 {
    margin-top: 19px;
    padding: 13vw 10vw;
  }

  ._312312312234, .featu234234-566 {
    margin-top: 3px;
    padding: 13vw 10vw;
  }

  .feature-card-6876 {
    margin-top: 16px;
    padding: 13vw 10vw;
  }

  .featur-rd-623 {
    margin-top: 6px;
    padding: 13vw 10vw;
  }

  .feat-2345py {
    margin-top: 3px;
    padding: 13vw 10vw;
  }

  .feat-6-c12335 {
    margin-top: 19px;
    padding: 13vw 10vw;
  }

  .feat-334y {
    margin-top: 3px;
    padding: 13vw 10vw;
  }

  .footer-column-v11 {
    margin-top: -70px;
    margin-bottom: 20px;
  }

  .section-3122342344253 {
    padding-top: 120px;
    display: block;
  }

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

  .header-h1-2 {
    text-align: center;
    margin-bottom: 19px;
    line-height: 60px;
  }

  .bold-text-112312326 {
    text-align: center;
    font-size: 50px;
    line-height: 55px;
  }

  .youtube-6 {
    width: 350px;
  }

  .main-grid-10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .asdadsasdasd {
    display: block;
  }

  .heading-123134 {
    margin-top: 16px;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

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

  .t3p6p2-2 {
    max-width: 350px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 43px;
  }

  .wrapper-2335 {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .t3p6s3-2 {
    padding-top: 37px;
    padding-bottom: 27px;
  }

  .t3p6p1-2 {
    max-width: 370px;
  }

  .t3p6s2-2 {
    padding-bottom: 49px;
    display: block;
  }

  .heading-123135 {
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .paragraph-copy-copy23-2 {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .bold-text-112312329 {
    font-size: 22px;
  }

  .t3p3s8-24 {
    display: block;
  }

  .hgrwehjgriyweg3467-2 {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .t3p3i6-2 {
    align-items: flex-start;
  }

  .qweqweqweqwe123-2 {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .hbkshdbfkjbewkjfbew-2 {
    max-width: 375px;
  }

  .sdfwefwerwerwer-2 {
    color: #868686;
    max-width: 375px;
    padding-left: 27px;
    font-family: Heebo, sans-serif;
  }

  .t3p3i223236-2 {
    align-items: flex-start;
  }

  .intro-32342342341231233y.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-32342342341231233y.left {
    margin-right: -149px;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-32342342341231233y.wide {
    max-width: 100%;
  }

  .intro-32342342341231233y.left-copy, .intro-32342342341231233y.left-copy-copy, .intro-32342342341231233y.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-32342342341231233y.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-32342342341231233y.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .heading-12w3-qw123asddsa {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    padding-left: 27px;
    font-size: 32px;
    display: flex;
  }

  .qweqweqdasd {
    padding-top: 120px;
    display: block;
  }

  .youtubasdwe {
    width: 350px;
  }

  .t3pasdasdqwe {
    max-width: 350px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 43px;
  }

  .t3pasdasddwq {
    padding-bottom: 49px;
    display: block;
  }

  .boldasdfasdfsadf {
    font-size: 22px;
  }

  .t3pqweqweqwewqe {
    max-width: 370px;
  }

  .hgrwehjasdasdasd {
    max-width: 375px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .t4p5s3-2 {
    display: none;
  }

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

  .asdadsasda1234 {
    display: block;
  }

  .t3p6s4-2-copy {
    display: none;
  }

  .heading-12123214 {
    justify-content: center;
    width: 375px;
    margin-top: 32px;
    margin-left: 0;
    font-size: 32px;
    display: flex;
  }

  .asdasdqwgeigwq-2 {
    max-width: 300px;
  }

  .secti12234 {
    padding-top: 8px;
  }

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

  .t3p2s3-2 {
    max-width: 350px;
    margin-top: 73px;
  }

  .t3p2s9123, .sec234y {
    display: block;
  }

  .headi-py {
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-2234 {
    max-width: 340px;
  }

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

  .feature-card-hr-manager, .feature-card-technical-customer-support {
    padding: 13vw 10vw;
  }

  .asdjdasqwe341 {
    max-width: 350px;
    font-size: 35px;
  }

  .image-123423423422332 {
    margin-right: 0;
  }

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

  .paragrasdasda223y {
    text-align: center;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 28px;
  }

  .bold-t1212233y {
    text-align: center;
    font-size: 18px;
  }

  .button-copy-copy-copy.small-copy-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-app-1 {
    flex-flow: column wrap;
    max-width: 370px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-app-2 {
    min-width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .div-app-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .header-1-homepage-copy, .header-1-homepage-app {
    max-width: 360px;
    padding-right: 10px;
    font-size: 35px;
  }

  .image-app-1 {
    width: 375px;
    max-width: none;
    max-height: none;
    padding-top: 0;
    padding-bottom: 17px;
  }

  .app {
    max-width: 370px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .app-p-1 {
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 28px;
  }

  .asdasasd343234234y {
    color: #2d2c4d;
    text-align: center;
    max-width: none;
    font-size: 35px;
  }

  .heading-h9 {
    color: #2d2c4d;
    font-size: 32px;
    line-height: 55px;
  }

  .app-section-3 {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .feature-card-motion-marketing, .feature-card-copy, .feature-card-ux-ui, .feature-card-cs-manager, .feature-card-cem, .feature-card-jd, .feature-card-csrm, .feature-card-cpmm {
    padding: 13vw 10vw;
  }

  .bold-text-102-copy {
    width: 370px;
    margin-left: -6px;
  }

  .qweasdwefwe-copy, .qweasdwsdfsdfewfw {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .text-big-copy-copy.text-grey {
    text-align: right;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    line-height: 28px;
  }

  .text-big-copy-copy.text-grey-copy, .text-big-copy-copy.textasdasdasdasdopy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-copy-copy-copy.text-grey {
    text-align: right;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.sdfsfwerwerrew {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.werwerwef34234 {
    text-align: center;
    margin-bottom: 29px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.asdfasdfasfdwerwer {
    text-align: center;
    margin-bottom: 19px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.text-grey-copy, .text-big-copy-copy-copy.textasdasdasdasdopy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.text-grey {
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.text-grey-copy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy.text-grey-copy-copy {
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 28px;
  }

  .image-1sdfsdfwef {
    max-width: 300px;
    margin-bottom: -63px;
  }

  .t2p1pqweasdasdsady {
    max-width: 350px;
  }

  .tasdasdasdy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .tasdasdasdy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy.qwe1-23123 {
    color: #8f8f8f;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy.text-grey-copy, .tasdasdasdy.text-grey-copy-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy-copy {
    color: #8f8f8f;
    text-align: center;
    margin-bottom: 22px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .te-z-zx-zxy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .te-z-zx-zxy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .te-z-zx-zxy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .te-z-zx-zxy.qwe1-23123 {
    color: #8f8f8f;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .te-z-zx-zxy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-11qweqwe {
    text-align: center;
    max-width: 350px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-copy-copy.text-grey {
    text-align: right;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    line-height: 28px;
  }

  .text-big-copy-copy.sdfsfwerwerrew {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy.werwerwef34234 {
    text-align: center;
    margin-bottom: 29px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy.asdfasdfasfdwerwer {
    text-align: center;
    margin-bottom: 19px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy.text-grey-copy, .text-big-copy-copy.textasdasdasdasdopy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy.text-grey {
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy.text-grey-copy {
    text-align: center;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.qwe1-23123 {
    color: #8f8f8f;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy.text-grey-copy, .text-big-copy.text-grqweqwefq {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12asasdasdpy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-bi12asasdasdpy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .text-bi12asasdasdpy.text-grey-copy, .text-bi12asasdasdpy.t3p1t2, .text-bi12asasdasdpy.text-grey-copy, .text-bi12asasdasdpy.text-gasdasdasdasdy {
    color: #8f8f8f;
    width: 375px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 24px;
  }

  .app-section-4 {
    padding-bottom: 14px;
  }

  .grid-32234234241 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 370px;
  }

  .div-block-8234239 {
    direction: rtl;
    flex-direction: row-reverse;
    padding-bottom: 14px;
  }

  .text-block-24239 {
    padding-bottom: 5px;
    padding-right: 4px;
  }

  .jrejejerjkerj {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8234241 {
    clear: none;
    text-align: right;
    flex-wrap: nowrap;
    min-width: 300px;
    max-width: 300px;
    position: static;
  }

  .div-block-8234242 {
    direction: ltr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-tm2 {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    position: static;
  }

  .tm-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-2-3 {
    width: 360px;
    max-width: none;
  }

  .image-2-123423423422337-copy {
    width: 340px;
    max-width: 266px;
  }

  .headin-y {
    font-size: 26px;
    line-height: 40px;
  }

  .tm-section-7 {
    padding: 0;
  }

  .tm-section-8 {
    background-position: 0 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .header-tm2-copy, .header-tmqweqwdqwd {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .headqwdqwdwdopy {
    text-align: center;
    align-self: auto;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }

  .asdasaqwdqwdqwdy {
    text-align: center;
    object-fit: fill;
    max-width: none;
    font-size: 26px;
    position: static;
  }

  .div-blocasdasdasd {
    padding-left: 14px;
    padding-right: 14px;
  }

  .imag123-py {
    width: 320px;
    max-width: none;
  }

  .image-23456y {
    width: 335px;
    max-width: none;
  }

  .image-123423423422338 {
    display: block;
  }

  .header-1-homepage-tm {
    max-width: 360px;
    margin-bottom: 29px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  ._23455635 {
    text-align: right;
    width: 350px;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .image-52323 {
    max-width: 90%;
  }

  .image-123423423422340 {
    max-width: 350px;
    margin-right: 0;
  }

  .image-5app-page {
    max-width: 90%;
  }

  .div-block-823422351 {
    padding-bottom: 60px;
  }

  .heading-12123217 {
    font-size: 32px;
  }

  .image-123423423422341 {
    max-width: 340px;
    margin-right: -51px;
    padding-right: 0;
  }

  .section-3122342344259 {
    background-color: #f9f8f8;
    background-image: none;
    background-size: auto;
  }

  .image-123423423422342 {
    max-width: 250px;
  }

  .section-5-app-page {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .imagasdasdwe-app-page {
    max-width: 300px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
  }

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

  .div-block-823422349asdasdy {
    padding-right: 0;
  }

  .heading-12123 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-4-app-page {
    width: 375px;
    max-width: none;
    height: auto;
  }

  .asdasdasdqwefqwgjjuy {
    display: none;
  }

  .tasdasdasdy-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .tasdasdasdy-copy.text-grey {
    color: #8f8f8f;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy-copy.qwe1-23123 {
    color: #8f8f8f;
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy-copy.text-grey-copy {
    color: #8f8f8f;
    margin-bottom: -16px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .tasdasdasdy-copy.text-grey-copy-copy {
    color: #8f8f8f;
    text-align: center;
    margin-bottom: 19px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy {
    color: #868686;
    font-family: Heebo, sans-serif;
  }

  .text-big-copy-copy-copy-copy.text-grey {
    text-align: right;
    margin-bottom: -16px;
    padding-top: 10px;
    padding-bottom: 43px;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.sdfsfwerwerrew {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.werwerwef34234 {
    text-align: center;
    margin-bottom: 29px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.asdfasdfasfdwerwer {
    text-align: center;
    margin-bottom: 19px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.text-grey-copy, .text-big-copy-copy-copy-copy.textasdasdasdasdopy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.text-grey {
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.text-grey-copy {
    text-align: right;
    margin-bottom: -16px;
    padding-bottom: 0;
    line-height: 28px;
  }

  .text-big-copy-copy-copy-copy.text-grey-copy-copy {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    line-height: 28px;
  }

  .feature-card-copy, .feature-card-seo-contact, .feature-card-inbound-product, .feature-card-marketing-analyst, .feature-card-data, .feature-card-marketing, .feature-card-account-manager, .feature-card-project-manager, .feature-card-cem-12, .feature-card-cs-manager-2 {
    padding: 13vw 10vw;
  }

  .sdfsdfpsdokfwejwer-v23 {
    padding-top: 0;
    padding-bottom: 27px;
  }

  .feature-imag234-copy, .feature-imag23454-copy, .feature-i25mag234-copy {
    width: 100%;
    height: auto;
  }

  .paragraph-nond {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

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

  .nextchats {
    width: 100%;
    height: auto;
  }

  .feature-card-hidden, .feature-card-hidden1, .feature-card-cs-manager-copy, .feature-card-hidden2 {
    padding: 13vw 10vw;
  }

  .licence-item-copyhidden {
    flex-direction: column;
    max-width: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .ryse-logo {
    width: 100%;
    height: auto;
  }

  .main-grid-11 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
  }

  .wrapper-2336 {
    margin-bottom: 40px;
  }

  .question-v1 {
    width: 375px;
    padding-right: 0;
    display: block;
  }

  .junior-full-stack---position {
    max-width: 375px;
    padding-left: 20px;
  }

  .operationsprojectmanager {
    display: block;
  }

  .div-block-823422360 {
    align-items: center;
    width: 250px;
  }

  .intro-responsive.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-responsive.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-responsive.wide {
    max-width: 100%;
  }

  .intro-responsive.left-copy, .intro-responsive.left-copy-copy, .intro-responsive.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-responsive.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .heading-12123218 {
    align-self: flex-start;
  }

  .main-grid-12 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .list-item-5 {
    width: 100%;
    display: block;
  }

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

  .pricing-plan-card {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .pricing-plan-card.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card.mobile.condenced {
    width: 100%;
  }

  .pricing-plan-card.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-v1-billing-copy {
    margin-right: 13px;
    padding-right: 0;
  }

  .main-grid-7-m-2 {
    grid-row-gap: 40px;
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-plan-card-badge {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-plan-card-badge.mobile {
    margin-top: 20px;
  }

  .pricing-plan-card-badge.mobile.condenced {
    width: 100%;
  }

  .pricing-v234-coasdfsdfopy-copy-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
  }

  .pricing-v234-copy-co2324-3 {
    flex-direction: column;
    align-items: center;
    margin-top: -35px;
    display: flex;
  }

  .pricing-v1-billing-copy-2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
  }

  .main-grid-7-m-3 {
    grid-row-gap: 40px;
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-v23456 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
  }

  .plan-details {
    width: 105%;
  }

  .pricing-feature-flip {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-8234239-copy {
    direction: rtl;
    flex-direction: row-reverse;
    padding-bottom: 14px;
  }

  .plan-details-business {
    margin-top: 20px;
  }

  .pricing-plan-card-res {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-plan-card-res.mobile {
    padding-top: 40px;
  }

  .pricing-plan-card-res-business {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .min-users-mobile {
    padding-top: 40px;
  }

  .pricing-plan-card-mobile {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-8234239-copy-2 {
    flex-direction: row-reverse;
    padding-bottom: 14px;
  }

  .div-block-8234239-unlimited {
    direction: rtl;
    flex-direction: row-reverse;
    padding-bottom: 14px;
  }

  .footer-grid-2 {
    text-align: right;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 25px;
  }

  .image-123423423422347 {
    max-width: 45%;
    margin-left: 0;
  }

  .footer-link-3 {
    text-align: right;
    padding-bottom: 10px;
  }

  .footer-column-2 {
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 14px;
  }

  .homepage-p-2 {
    text-align: center;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-1-homepage-2 {
    text-align: center;
    max-width: 360px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .div-b123123123312-copy-2 {
    flex-flow: column wrap;
    max-width: 350px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-123423423422349 {
    max-width: 370px;
    padding-top: 13px;
    padding-bottom: 17px;
  }

  .hs1-2 {
    padding: 143px 30px 0 21px;
  }

  .button-2-copy-copy-2 {
    margin-right: 5px;
  }

  .wiv-135 {
    text-align: center;
    min-width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .image-123423423422350 {
    object-fit: scale-down;
    flex: 0 auto;
    max-width: 100%;
    padding-left: 0;
  }

  .pricing-v1-billing-copy-copy {
    margin-right: 13px;
    padding-right: 0;
  }

  .main-grid-13 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid-8m {
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .pricing-plan-card-mobilr {
    flex-direction: column;
    align-items: center;
    margin-top: -35px;
    display: flex;
  }

  .pricing-plan-card-mobilr.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-mobilr.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-copy {
    flex-direction: column;
    align-items: center;
    margin-top: -35px;
    display: flex;
  }

  .pricing-plan-card-copy.mobile, .pricing-plan-card-copy.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .main-grid-9m {
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .main-grid-9m-copy {
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .main-grid-7-m-4 {
    grid-row-gap: 40px;
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pic-312453 {
    max-width: 100%;
  }

  .row {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .row.sm-reverse {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.md-3.xs-2, .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.align-vertically {
    text-align: center;
    padding-bottom: 0;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .margin-bottom-2 {
    text-align: center;
  }

  .gray {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  ._23455635-copy {
    width: 350px;
    max-width: none;
  }

  .div-block-8234241-copy {
    min-width: 300px;
    max-width: 300px;
  }

  .header-1-homepage-tm-copy {
    max-width: 360px;
    margin-bottom: 29px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .button-2-copy-copy-copy {
    margin-right: 10px;
  }

  ._23455635-copy-copy {
    width: 300px;
    max-width: none;
  }

  .au1 {
    background-color: #f9f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pe {
    background-color: #f9f8f8;
    padding-top: 80px;
  }

  .homepage-p-copy {
    max-width: 370px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .iso {
    background-color: #f9f8f8;
    padding-top: 80px;
  }

  .homepage-p-copy-copy {
    max-width: 370px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .tm-section-2-copy {
    text-align: right;
    justify-content: flex-end;
    padding: 0;
    display: flex;
  }

  .asdasasd343234234y-copy {
    max-width: 350px;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 40px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .bold-text-10-copy {
    margin-top: 50px;
    font-size: 14px;
    position: absolute;
  }

  .bold-text-10-copy-copy {
    text-align: right;
    margin-top: 50px;
    margin-left: 0;
    font-size: 12px;
    display: block;
  }

  .bold-text-112312340 {
    text-align: right;
    font-size: 26px;
    display: inline;
  }

  .bold-text-112312341, .bold-text-112312342, .bold-text-112312343, .bold-text-112312344, .bold-text-112312345 {
    font-size: 26px;
    line-height: 40px;
  }

  .paragrasdasdasdqwe-copy {
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 17px;
    line-height: 28px;
  }

  .headin-y-copy, .headin-y-copy-copy {
    text-align: left;
    align-self: auto;
    margin-left: 40px;
    padding-bottom: 80px;
    font-size: 26px;
    line-height: 40px;
    position: absolute;
  }

  .button-2350 {
    margin-left: 67px;
  }

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

  .mobileapp.full-screen.background-image-side {
    background-position: 50%;
    background-size: cover;
  }

  .mobileapp.bo-bottom-padding {
    padding-bottom: 33px;
  }

  .short-paragraph {
    width: 100%;
  }

  .btn {
    margin-left: 0;
  }

  .phone-image {
    border-bottom-color: #0000;
    max-width: 80%;
    margin-top: 35px;
    margin-left: 16px;
  }

  .app-download-container {
    text-align: center;
    flex-direction: row;
  }

  .app-download-button {
    width: 110px;
    margin-left: 25px;
  }

  .bold-2.margin-bottom {
    text-align: center;
    margin-left: -6px;
  }

  .margin-bottom-2-copy {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .ttt, .margin-bottom-2-copy-copy-copy, .margin-bottom-2-copy-copy {
    text-align: center;
  }

  .image-123423423422351 {
    margin-left: 0;
  }

  .design {
    display: block;
  }

  .div-block-823422366 {
    margin-left: -35px;
  }

  .feat-6-c12335-copy {
    margin-top: 19px;
    padding: 13vw 10vw;
  }

  .main-grid-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: auto;
  }

  .automations2-copy {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .section-3122342344261-copy.full-screen.background-image-side, .section-3122342344261-copy.full-screen-copy.background-image-side, .section-3122342344261-copy.full-screen-copy.background-image-side-copy {
    background-position: 50%;
    background-size: cover;
  }

  .col-copy.lg-6.md-3.xs-2, .col-copy.lg-5 {
    width: 100%;
  }

  .col-copy.lg-5.align-vertically, .heading-12123223-copy, .margin-bottom-2-copy {
    text-align: center;
  }

  .auto2 {
    margin-bottom: 0;
  }

  .auto2.lg-4 {
    width: 100%;
  }

  .auto2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .auto2.lg-6.md-3.xs-2, .auto2.lg-5 {
    width: 100%;
  }

  .auto2.lg-5.align-vertically, .auto2t1 {
    text-align: center;
  }

  .auto2b:hover {
    background-color: #00cc94;
    border-color: #00cc94;
  }

  .per1 {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .per1.sm-reverse {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }

  .per2 {
    margin-bottom: 0;
  }

  .per2.lg-4 {
    width: 100%;
  }

  .per2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .per2.lg-6.md-3.xs-2, .per2.lg-5 {
    width: 100%;
  }

  .per2.lg-5.align-vertically, .pert {
    text-align: center;
  }

  .noti1 {
    margin-bottom: 0;
  }

  .noti1.lg-4 {
    width: 100%;
  }

  .noti1.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .noti1.lg-6.md-3.xs-2, .noti1.lg-5 {
    width: 100%;
  }

  .noti1.lg-5.align-vertically, .notih, .notit1, .notit2 {
    text-align: center;
  }

  .iso1 {
    margin-bottom: 0;
  }

  .iso1.lg-4 {
    width: 100%;
  }

  .iso1.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .iso1.lg-6.md-3.xs-2, .iso1.lg-5 {
    width: 100%;
  }

  .iso1.lg-5.align-vertically, .isot, .ddd {
    text-align: center;
  }

  .br-formula.full-screen.background-image-side, .head.full-screen.background-image-side, .head.full-screen-copy.background-image-side, .head.full-screen-copy.background-image-side-copy {
    background-position: 50%;
    background-size: cover;
  }

  .auto1h, .record1 {
    text-align: center;
  }

  .auto1a {
    margin-bottom: 0;
  }

  .auto1a.lg-4 {
    width: 100%;
  }

  .auto1a.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .auto1a.lg-6.md-3.xs-2, .auto1a.lg-5 {
    width: 100%;
  }

  .auto1a.lg-5.align-vertically {
    text-align: center;
  }

  .spring-release-2022 {
    padding-bottom: 10px;
  }

  .marketing-lead {
    max-width: 375px;
    padding-left: 20px;
  }

  .feature-info-right-2-copy {
    max-width: 375px;
    padding-left: 20px;
    display: none;
  }

  .div-block-823422367 {
    display: block;
  }

  .div-block-823422368 {
    display: none;
  }

  .div-block-823422369 {
    display: block;
  }

  .div-block-823422370, .div-block-823422371 {
    display: none;
  }

  .div-block-823422360-copy {
    align-items: center;
    width: 250px;
  }

  .div-block-823422372, .div-block-823422373, .div-block-823422374 {
    display: block;
  }

  .div-block-823422375, .div-block-823422376 {
    display: none;
  }

  .div-block-823422377 {
    display: block;
  }

  .heading-margin-big-copy {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    align-self: flex-start;
    margin-bottom: 0;
    display: none;
  }

  .sidetextmobile, .mobiletexttitle {
    text-align: center;
  }

  .mobiletextside1 {
    margin-bottom: 0;
  }

  .mobiletextside1.lg-4 {
    width: 100%;
  }

  .mobiletextside1.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .mobiletextside1.lg-6.md-3.xs-2, .mobiletextside1.lg-5 {
    width: 100%;
  }

  .mobiletextside1.lg-5.align-vertically {
    text-align: center;
  }

  .qa {
    display: block;
  }

  .footerbtn {
    margin-left: 6px;
  }

  .side-image-call-center {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .col-copy.lg-6.md-3.xs-2, .col-copy.lg-5 {
    width: 100%;
  }

  .col-copy.lg-5.align-vertically, .ttt-copy {
    text-align: center;
  }

  .button-2350-copy {
    margin-left: 105px;
  }

  .record1-copy, .br-text, .call-center-text, .delete-field, .status-page-text, .sidetextmobile-copy {
    text-align: center;
  }

  .top-image {
    margin-bottom: 20px;
  }

  .webinar-btn {
    margin-left: 105px;
  }

  .webinar-section {
    margin-bottom: 0;
  }

  .webinar-section.lg-4 {
    width: 100%;
  }

  .webinar-section.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .webinar-section.lg-6.md-3.xs-2, .webinar-section.lg-5 {
    width: 100%;
  }

  .webinar-section.lg-5.align-vertically {
    text-align: center;
  }

  .link-block-29 {
    margin-left: 38px;
    padding-right: 0;
  }

  .link-block-30 {
    margin-left: 60px;
  }

  .appsdivblock {
    margin-left: -60px;
  }

  .appssection4 {
    margin-bottom: 0;
  }

  .appssection4.lg-4 {
    width: 100%;
  }

  .appssection4.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .appssection4.lg-6.md-3.xs-2, .appssection4.lg-5 {
    width: 100%;
  }

  .appssection4.lg-5.align-vertically {
    text-align: center;
  }

  .appssection5 {
    margin-bottom: 0;
  }

  .appssection5.lg-4 {
    width: 100%;
  }

  .appssection5.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .appssection5.lg-6.md-3.xs-2, .appssection5.lg-5 {
    width: 100%;
  }

  .appssection5.lg-5.align-vertically {
    text-align: center;
    margin-left: 16px;
  }

  .appssection6 {
    margin-bottom: 0;
  }

  .appssection6.lg-4 {
    width: 100%;
  }

  .appssection6.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .appssection6.lg-6.md-3.xs-2, .appssection6.lg-5 {
    width: 100%;
  }

  .appssection6.lg-5.align-vertically {
    text-align: center;
    margin-left: 16px;
  }

  .col-apps {
    margin-bottom: 0;
  }

  .col-apps.lg-4 {
    width: 100%;
  }

  .col-apps.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-apps.lg-6.md-3.xs-2, .col-apps.lg-5 {
    width: 100%;
  }

  .col-apps.lg-5.align-vertically {
    text-align: center;
  }

  .row-apps {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .row-apps.sm-reverse {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }

  .col-copy {
    margin-bottom: 0;
  }

  .col-copy.lg-4 {
    width: 100%;
  }

  .col-copy.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-copy.lg-6.md-3.xs-2, .col-copy.lg-5 {
    width: 100%;
  }

  .col-copy.lg-5.align-vertically {
    text-align: center;
  }

  .col-1-copy {
    margin-bottom: 0;
  }

  .col-1-copy.lg-4 {
    width: 100%;
  }

  .col-1-copy.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-1-copy.lg-6.md-3.xs-2, .col-1-copy.lg-5 {
    width: 100%;
  }

  .col-1-copy.lg-5.align-vertically {
    text-align: center;
  }

  .mobileapp-copy-1.full-screen.background-image-side {
    background-position: 50%;
    background-size: cover;
  }

  .mobileapp-copy-1.bo-bottom-padding {
    padding-bottom: 33px;
  }

  .mobile-section.full-screen.background-image-side {
    background-position: 50%;
    background-size: cover;
  }

  .image-mobile {
    margin-left: 0;
  }

  .br-text-copy {
    text-align: center;
  }

  .col-co111py {
    margin-bottom: 0;
  }

  .col-co111py.lg-4 {
    width: 100%;
  }

  .col-co111py.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-co111py.lg-6.md-3.xs-2, .col-co111py.lg-5 {
    width: 100%;
  }

  .col-co111py.lg-5.align-vertically {
    text-align: center;
  }

  .phone-image-copy {
    border-bottom-color: #0000;
    max-width: 80%;
    margin-top: 35px;
    margin-left: 16px;
  }

  .mobileapp-copy.full-screen.background-image-side {
    background-position: 50%;
    background-size: cover;
  }

  .mobileapp-copy.bo-bottom-padding {
    padding-bottom: 33px;
  }

  .col-111 {
    margin-bottom: 0;
  }

  .col-111.lg-4 {
    width: 100%;
  }

  .col-111.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-111.lg-6.md-3.xs-2, .col-111.lg-5 {
    width: 100%;
  }

  .col-111.lg-5.align-vertically {
    text-align: center;
    padding-bottom: 0;
  }

  .row-copy-111 {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .row-copy-111.sm-reverse {
    flex-flow: row-reverse wrap;
    justify-content: center;
  }

  .delete-field-123 {
    text-align: center;
  }

  .app-download-button-copy {
    width: 110px;
    margin-left: 25px;
  }

  .col-111-copy {
    margin-bottom: 0;
  }

  .col-111-copy.lg-4 {
    width: 100%;
  }

  .col-111-copy.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-111-copy.lg-6.md-3.xs-2, .col-111-copy.lg-5 {
    width: 100%;
  }

  .col-111-copy.lg-5.align-vertically {
    text-align: center;
    padding-bottom: 0;
  }

  .customersupport {
    display: block;
  }

  .question-v1-copy {
    width: 375px;
    padding-right: 0;
    display: block;
  }

  .junior-full-stack-link {
    align-items: center;
    width: 250px;
  }

  .partnershipmanager, .seniorproductdesigner {
    display: block;
  }

  .contentwriter {
    max-width: 375px;
    padding-left: 20px;
  }

  .contentwriter1, .marketingcontentwriter, .productmanager, .fullstackteamlead, .operationsprojectmanager-copy, .seniorfullstack {
    display: block;
  }

  .customer-success-title {
    direction: ltr;
    text-align: left;
    flex-wrap: nowrap;
    align-self: flex-start;
    margin-bottom: 0;
    display: inline-block;
  }

  .supportteamlead, .globalsalesmanager, .officemanager, .marketingdesigner {
    display: block;
  }

  .form-2 {
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-101.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-101.left {
    direction: ltr;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .intro-101.wide {
    max-width: 100%;
  }

  .intro-101.left-copy, .intro-101.left-copy-copy, .intro-101.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-101.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-101.margin-bottom-101 {
    max-width: none;
    padding-right: 0%;
  }

  .feature-101, .feature-102 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-grid-6-101 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-112-copy11 {
    text-align: left;
  }

  .hero {
    padding-top: 25px;
  }

  .hero2 {
    direction: ltr;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero2.nav-bar-wrapper {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .herotitle {
    direction: ltr;
    text-align: left;
    max-width: 350px;
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
  }

  .herosubtitle {
    width: 370px;
    margin-left: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .herocta {
    text-align: center;
    border-radius: 30px;
    margin-top: 10px;
  }

  .meetthepeople {
    display: none;
  }

  .imagemeetthep.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .imagemeetthep.left {
    direction: ltr;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .imagemeetthep.wide {
    max-width: 100%;
  }

  .imagemeetthep.left-copy, .imagemeetthep.left-copy-copy, .imagemeetthep.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .imagemeetthep.left-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .imagemeetthep.no-margin-bottom-copy-meet {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .imagemeet11 {
    max-width: 100%;
  }

  .section-4-info-copy {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 62px;
    display: flex;
  }

  .thecompany-section {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5% 40px;
    display: flex;
  }

  .the-company.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .the-company.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .the-company.wide {
    max-width: 100%;
  }

  .the-company.left-copy, .the-company.left-copy-copy, .the-company.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .the-company.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .the-company.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-the-company {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .the-people-title {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .paragraph---the-people {
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 28px;
  }

  .cta---about-us.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta---about-us.small.white, .cta---about-us.small.asdasdasqwe {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .cta---about-us.white {
    max-width: 200px;
  }

  .position-card-section {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-32234234243 {
    margin-bottom: 5%;
  }

  .r-d-section {
    justify-content: space-around;
    max-width: 360px;
  }

  .card-small-2, .card-small-1, .card-small-3 {
    width: 350px;
    margin-bottom: 13px;
    padding-right: 8%;
  }

  .text-block-14-copy-copy-2 {
    color: #636363;
  }

  .card-small {
    width: 350px;
    margin-bottom: 13px;
    padding-right: 8%;
  }

  .clock1 {
    max-width: 18px;
  }

  .div-block-823422386 {
    width: 290px;
  }

  .subtitle---the-people-section {
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-right: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
  }

  .title---the-people-section {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    display: block;
  }

  .bold-text-112312353 {
    margin-left: auto;
    padding-bottom: 20px;
    padding-left: 0%;
    font-size: 34px;
    font-weight: 600;
  }

  .r-d-title {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .product-section {
    max-width: 360px;
  }

  .grid-32234234245 {
    z-index: 1;
    padding-bottom: 7px;
    position: relative;
  }

  .product-section1 {
    max-width: 360px;
    margin-top: 0%;
  }

  .design-section {
    max-width: 360px;
  }

  .div-block-82342234486-copy {
    width: 290px;
  }

  .f {
    width: 350px;
    margin-bottom: 13px;
    padding-right: 8%;
  }

  .div-block-heading-fullstack {
    margin-bottom: 0%;
    padding-bottom: 0;
  }

  .productmanagercard {
    font-family: Assistant, sans-serif;
  }

  .customersuccesssection, .hrsection, .saels-copy {
    max-width: 360px;
  }

  .findyourpositiontitle.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .findyourpositiontitle.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .findyourpositiontitle.wide {
    max-width: 100%;
  }

  .findyourpositiontitle.left-copy, .findyourpositiontitle.left-copy-copy, .findyourpositiontitle.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .findyourpositiontitle.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .findyourpositiontitle.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .findyourpositiontitle-copy.left-copy, .findyourpositiontitle-copy.left-copy-copy, .findyourpositiontitle-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy, .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .sd234234234-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .sd234234234-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sd234234234-copy-copy.wide {
    max-width: 100%;
  }

  .sd234234234-copy-copy.left-copy, .sd234234234-copy-copy.left-copy-copy, .sd234234234-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sd234234234-copy-copy.no-margin-bottom-copy, .sd234234234-copy-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-title-section11.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .r-d-title-section11.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .r-d-title-section11.wide {
    max-width: 100%;
  }

  .r-d-title-section11.left-copy, .r-d-title-section11.left-copy-copy, .r-d-title-section11.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .r-d-title-section11.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-title-section11.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .product-title11.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-title11.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-title11.wide {
    max-width: 100%;
  }

  .product-title11.left-copy, .product-title11.left-copy-copy, .product-title11.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-title11.no-margin-bottom-copy, .product-title11.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .design-title-111.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .design-title-111.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .design-title-111.wide {
    max-width: 100%;
  }

  .design-title-111.left-copy, .design-title-111.left-copy-copy, .design-title-111.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .design-title-111.no-margin-bottom-copy, .design-title-111.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-title-section11-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .r-d-title-section11-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .r-d-title-section11-copy.wide {
    max-width: 100%;
  }

  .r-d-title-section11-copy.left-copy, .r-d-title-section11-copy.left-copy-copy, .r-d-title-section11-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .r-d-title-section11-copy.no-margin-bottom-copy, .r-d-title-section11-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .product-positions-section.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-positions-section.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-positions-section.wide {
    max-width: 100%;
  }

  .product-positions-section.left-copy, .product-positions-section.left-copy-copy, .product-positions-section.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-positions-section.no-margin-bottom-copy, .product-positions-section.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .product-positions-section-a.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-positions-section-a.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-positions-section-a.wide {
    max-width: 100%;
  }

  .product-positions-section-a.left-copy, .product-positions-section-a.left-copy-copy, .product-positions-section-a.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-positions-section-a.no-margin-bottom-copy, .product-positions-section-a.no-margin-bottom-copy-copy1, .product-positions-section-a.r-d-sec, .product-positions-section-a.marketing-sec {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .product-title.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-title.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-title.wide {
    max-width: 100%;
  }

  .product-title.left-copy, .product-title.left-copy-copy, .product-title.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-title.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .product-title.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .design-title-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .design-title-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .design-title-copy.wide {
    max-width: 100%;
  }

  .design-title-copy.left-copy, .design-title-copy.left-copy-copy, .design-title-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .design-title-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .design-title-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .design-section11.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .design-section11.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .design-section11.wide {
    max-width: 100%;
  }

  .design-section11.left-copy, .design-section11.left-copy-copy, .design-section11.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .design-section11.no-margin-bottom-copy, .design-section11.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-section-copy, .design-section-copy-copy {
    max-width: 360px;
  }

  .customer-success-section11.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .customer-success-section11.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .customer-success-section11.wide {
    max-width: 100%;
  }

  .customer-success-section11.left-copy, .customer-success-section11.left-copy-copy, .customer-success-section11.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .customer-success-section11.no-margin-bottom-copy, .customer-success-section11.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .hr-section.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .hr-section.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hr-section.wide {
    max-width: 100%;
  }

  .hr-section.left-copy, .hr-section.left-copy-copy, .hr-section.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .hr-section.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .hr-section.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .hr-section11-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .hr-section11-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hr-section11-copy.wide {
    max-width: 100%;
  }

  .hr-section11-copy.left-copy, .hr-section11-copy.left-copy-copy, .hr-section11-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .hr-section11-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .hr-section11-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
    display: none;
  }

  .sales-section-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .sales-section-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .sales-section-copy.wide {
    max-width: 100%;
  }

  .sales-section-copy.left-copy, .sales-section-copy.left-copy-copy, .sales-section-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .sales-section-copy.no-margin-bottom-copy, .sales-section-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .sales-section-copy-copy-copy, .marketing-copy-copy {
    max-width: 360px;
  }

  .marketing-section.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .marketing-section.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .marketing-section.wide {
    max-width: 100%;
  }

  .marketing-section.left-copy, .marketing-section.left-copy-copy, .marketing-section.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .marketing-section.no-margin-bottom-copy, .marketing-section.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .sales-section, .marketing-section-copy {
    max-width: 360px;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .r-d-title-section1135435435-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .r-d-title-section1135435435-copy.wide {
    max-width: 100%;
  }

  .r-d-title-section1135435435-copy.left-copy, .r-d-title-section1135435435-copy.left-copy-copy, .r-d-title-section1135435435-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-title-section1135435435-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .bold-text-112312353-copy {
    margin-left: auto;
    font-size: 34px;
    font-weight: 600;
    display: inline;
  }

  .customersuccesstitle {
    width: 100%;
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .r-d-section-copy {
    max-width: 360px;
  }

  .grid-32234234246 {
    display: block;
  }

  .heading-gfdgfdgfdgfdgfdgcopy {
    direction: ltr;
  }

  .herotitle-gfdgfdgdfcopy {
    text-align: right;
    max-width: 350px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .text-span-hero {
    direction: ltr;
  }

  .column-4 {
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .paragraph-123130 {
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    display: block;
  }

  .columns {
    margin-bottom: 5%;
    padding-top: 25%;
  }

  .hr-section1331-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .hr-section1331-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hr-section1331-copy-copy.wide {
    max-width: 100%;
  }

  .hr-section1331-copy-copy.left-copy, .hr-section1331-copy-copy.left-copy-copy, .hr-section1331-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .hr-section1331-copy-copy.no-margin-bottom-copy, .hr-section1331-copy-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .grid-32234234543544245-copy {
    padding-bottom: 7px;
  }

  .hr-section-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .hr-section-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .hr-section-copy.wide {
    max-width: 100%;
  }

  .hr-section-copy.left-copy, .hr-section-copy.left-copy-copy, .hr-section-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .hr-section-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .hr-section-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
    bottom: 10px;
  }

  .grid-32234234245-copy {
    z-index: 1;
    padding-bottom: 20%;
    position: relative;
    bottom: 10%;
  }

  .grid-3223423424656-copy {
    display: block;
  }

  .text-block-24253 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .grid-32234234246-copy {
    display: block;
  }

  .product-positions-section-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-positions-section-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-positions-section-copy-copy.wide {
    max-width: 100%;
  }

  .product-positions-section-copy-copy.left-copy, .product-positions-section-copy-copy.left-copy-copy, .product-positions-section-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-positions-section-copy-copy.no-margin-bottom-copy, .product-positions-section-copy-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .findyourpositiontitle-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .findyourpositiontitle-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .findyourpositiontitle-copy.wide {
    max-width: 100%;
  }

  .findyourpositiontitle-copy.left-copy, .findyourpositiontitle-copy.left-copy-copy, .findyourpositiontitle-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .findyourpositiontitle-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .r-d-title-section1135435435-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .r-d-title-section1135435435-copy-copy.wide {
    max-width: 100%;
  }

  .r-d-title-section1135435435-copy-copy.left-copy, .r-d-title-section1135435435-copy-copy.left-copy-copy, .r-d-title-section1135435435-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .r-d-title-section1135435435-copy-copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .product-positions-section-copy-1copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 38px;
  }

  .product-positions-section-copy-1copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .product-positions-section-copy-1copy.wide {
    max-width: 100%;
  }

  .product-positions-section-copy-1copy.left-copy, .product-positions-section-copy-1copy.left-copy-copy, .product-positions-section-copy-1copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .product-positions-section-copy-1copy.no-margin-bottom-copy, .product-positions-section-copy-1copy.no-margin-bottom-copy-copy1 {
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 38px;
  }

  .heading-3-copy, .heading-3-cowpy {
    text-align: center;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .logo-image-powerlink, .logo-image-powerlink1 {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .nav-bar-fireberry {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .logo-image-powerlink1-copy, .logo-image-fireberry {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .image-12342342342353-copy {
    min-width: auto;
  }

  .image-logo {
    width: 50%;
    height: auto;
    margin-top: 4px;
    margin-left: 0;
  }

  .image-123423423422359 {
    margin-top: 0%;
    display: none;
  }

  .image-wrapper.border-radius-1000px.moderator {
    max-width: 73px;
    margin-bottom: 10px;
  }

  .split-content2.webinar-landing-page-right {
    display: block;
  }

  .rich-text {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Heebo, sans-serif;
    font-size: 20px;
  }

  .rich-text h2 {
    color: var(--black);
  }

  .page-wrapper-2 {
    margin-bottom: 0;
  }

  .section-3122342344261 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-3122342344261.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.z-index-1 {
    margin-bottom: 204px;
  }

  .container-default.z-index-1-copy, .container-default.z-index-1-4 {
    margin-bottom: 100px;
  }

  .image-123423423422360.webinar-about-icon {
    display: none;
  }

  .image-123423423422360.style-1 {
    border-radius: 15px;
    margin-top: 0;
  }

  .title-2.mg-bottom-16px, .title-2.mg-bottom-16px-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .card {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card.style-7 {
    padding: 37px 25px;
  }

  .card.style-7.landing-form {
    align-items: center;
    min-height: 988px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 2%;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
  }

  .bold-text-112312359 {
    font-size: 20px;
  }

  .column-6 {
    align-self: center;
    font-family: Heebo, sans-serif;
  }

  .bold-text-112312361 {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .subtitle.text-color-neutral-600.margin-bottom-0px {
    text-align: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
  }

  .flex-c.children-wrap {
    margin-top: 40px;
    display: none;
  }

  .flex-c.webinar-about {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-c.webinar-about-copy {
    text-align: center;
    flex-wrap: wrap;
  }

  .paragraph-123131.margin-bottom-40px {
    font-size: 20px;
  }

  .button-primary-2 {
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary-2.contact-form-button {
    white-space: normal;
  }

  .content-top-copy.flex-c.children-wrap {
    text-align: right;
    align-items: center;
    padding-right: 0%;
    display: block;
  }

  .image-copy.webinar-about-icon {
    display: none;
  }

  .heading-12123231 {
    padding-left: 0;
    font-family: Heebo, sans-serif;
    font-size: 16px;
  }

  .hero-2 {
    min-height: 360px;
  }

  .hero-2.hero-lessons {
    padding-bottom: 128px;
  }

  .row-2 {
    padding-top: 12px;
  }

  .grid-32234234247 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display-heading {
    font-size: 30px;
  }

  .display-subheading {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .card-image-tag {
    padding-left: 12px;
    font-size: 13px;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
  }

  .icon-circle.small {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .lesson-count {
    margin-right: 4px;
  }

  .text-primary {
    color: var(--black);
    margin-bottom: 4px;
  }

  .card-image {
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .card-14 {
    white-space: normal;
    width: auto;
    padding: 12px;
  }

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

  .paragraph-123133 {
    color: var(--black);
    font-size: 12px;
  }

  ._22222 {
    margin-bottom: 10px;
  }

  ._22222.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subtitle-cosdvfsdfgsdpy-copy {
    margin-bottom: 10px;
  }

  .subtitle-cosdvfsdfgsdpy-copy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subtitle-copy, .subtitle-cdsgsdgopy-copy {
    margin-bottom: 10px;
  }

  .subtitle-cdsgsdgopy-copy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subtitle-copy-csfgsdgfopy, .subtitle-copy-copy {
    margin-bottom: 10px;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .subtitle-copy44-copy {
    margin-bottom: 10px;
  }

  .subtitle-copy44-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 15px;
    display: none;
  }

  .subtitle-copy {
    margin-bottom: 10px;
  }

  .subtitle-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 14px;
  }

  .subtitle-copy34-34-copy {
    margin-bottom: 10px;
  }

  .subtitle-copy34-34-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 14px;
    display: none;
  }

  .subti33tle-copy {
    margin-bottom: 10px;
  }

  .subti33tle-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 14px;
  }

  .subtitle-555copy-copy, .subtitle-co-py {
    margin-bottom: 10px;
  }

  .subtitle-co-py.text-color-neutral-600.margin-bottom-0px {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
  }

  .subtitle-cop325235y-copy {
    margin-bottom: 10px;
  }

  .subtitle-cop325235y-copy.text-color-neutral-600.margin-bottom-0px {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-bottom: 2%;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
  }

  .subtitle-copy-c35345opy {
    margin-bottom: 10px;
  }

  .flex-c-copy.webinar-about {
    flex-wrap: wrap;
  }

  .subti33tle-copy-555copy {
    margin-bottom: 10px;
  }

  .subti33tle-copy-555copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 14px;
  }

  .subtitle-555copy-copy-c235235opy {
    margin-bottom: 10px;
  }

  .split-co-ntent2-copy.webinar-landing-page-right {
    display: flex;
  }

  .card-c-opy {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-c-opy.style-7 {
    padding: 37px 25px;
  }

  .card-c-opy.style-7.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .form1.webinar-landing-page-right {
    display: none;
  }

  .button-2353 {
    background-color: var(--black);
    direction: rtl;
    text-align: right;
    border-radius: 20px;
  }

  .div-block-823422391, .div-block-82342-2391-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .button-235352353-copy {
    background-color: var(--black);
    direction: rtl;
    text-align: right;
    border-radius: 20px;
  }

  .div-block-77777-copy-copy, .div-block-77777-co58py-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy.webinar-landing-page-left-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-312234234sdfsdfsdf4261-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-312234234sdfsdfsdf4261-copy.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .div-block-77777-co58py-copy-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .button-235352353-copy-copy, .button-235352353-copy-sdfsdfcopy-copy, .button-235352353-copsdfgsdgfsdgy-sdfsdfcopy-copy-copy, .sgsdgsdgsdg {
    background-color: var(--black);
    direction: rtl;
    text-align: right;
    border-radius: 20px;
  }

  .div-block-77777-co58sdfsdfsdfsdfpy-copy-copy-copy-copy, .div-block-77777-sdfsdfsdfco58py-copy-copy-copy-copy, .div-block-77777-co58ssdfsdfsdfdfsdfsdfsdfpy-copy-copy-copy-copy-copy, .div-block-77777-sdfssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .sgsdgsdgsdg-copy, .asdfasf {
    background-color: var(--black);
    direction: rtl;
    text-align: right;
    border-radius: 20px;
  }

  .asdfasf.ddsafsadfsadf {
    font-family: Assistant, sans-serif;
    font-size: 17px;
  }

  .div-block-77777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy, .div-block-77sdfsdfsdf777-sd235235235fssdfsdfsdfdfsdfco58py-copy-copy-copy-copy-copy-copy-copy {
    text-align: center;
    margin-bottom: 40px;
  }

  .dd {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .split-content-wrapsdfgsdfgsdgfper-copy.mobile-max-width-660px {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-c-c-opy.webinar-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    display: block;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy, .flex-c-copy-c-opy.webinar-about, .flex-c-copy-c-opy.webinar-about-copy, .flex-c-copy-c-opy-copy.webinar-about, .flex-c-copy-c-opy-copy.webinar-about-copy, ._235235235235.webinar-about, ._235235235235.webinar-about-copy, ._235235235235-c346346opy.webinar-about {
    text-align: center;
    flex-wrap: wrap;
  }

  ._235235235235-c346346opy.webinar-about-copy {
    text-align: right;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-24255 {
    display: none;
  }

  .image-123423423422362, .image-123423423422363 {
    margin-top: 10px;
  }

  .image-123423423422364 {
    margin-top: 0;
  }

  .content-top-copy-copy.flex-c.children-wrap, .content-top-copy-copy.flex-c-copy.children-wrap {
    text-align: right;
    align-items: center;
    padding-right: 0%;
    display: block;
  }

  .content-top-copy-copy.flex-c-copy.children-wrap-copy {
    direction: ltr;
    text-align: right;
    align-items: center;
    padding-right: 0%;
    display: block;
  }

  .subti33tle-copwqrqwry-555copy-copy {
    margin-bottom: 10px;
  }

  .subti33tle-copwqrqwry-555copy-copy.text-color-neutral-600.margin-bottom-0px {
    font-size: 14px;
    display: none;
  }

  ._235235235235-c346346346346opy-copy.webinar-about {
    text-align: center;
    flex-wrap: wrap;
  }

  ._235235235235-c346346346346opy-copy.webinar-about-copy {
    text-align: center;
    flex-wrap: wrap;
    display: none;
  }

  .sdgsdgsdg {
    margin-bottom: 10px;
  }

  .sdgsdgsdg.text-color-neutral-600.margin-bottom-0px {
    display: none;
  }

  .image222 {
    margin-top: 0%;
    display: block;
  }

  .image222-copy {
    margin-top: -700px;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .section-3122342344262 {
    margin-top: 60px;
  }

  .page-wrapper-copy, .page-wrapper---fireberry {
    object-fit: fill;
    position: relative;
    overflow: hidden;
  }

  .hs1-2-copy {
    padding: 143px 30px 0 21px;
  }

  .hs3p1fireberry {
    flex: 0 auto;
    max-width: 100%;
  }

  .image-fireberry-copy-copy {
    min-width: auto;
  }

  .tabs-2-copy, .tabs-2-c11opy-copy {
    direction: ltr;
    flex-direction: column-reverse;
    display: flex;
  }

  .imagasdasdwe-fireberry {
    max-width: 300px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
  }

  .asdasasd343234234y-fireberry-copy {
    color: #2d2c4d;
    text-align: right;
    max-width: 350px;
    font-size: 35px;
  }

  .imaasdasddopy-sgsdgsdgcopy {
    max-width: 260px;
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 3px;
    display: block;
  }

  .footer-cta {
    margin-bottom: -158px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

  .headin123123-2 {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 1.1em;
  }

  .try-for-free {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free:hover {
    margin-bottom: 10px;
  }

  .title-2-copy.mg-bottom-16px {
    text-align: right;
    margin-top: 0;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about {
    text-align: center;
    flex-wrap: wrap;
  }

  ._235235235235-c346346346346opy-copy-copy.webinar-about-copy {
    text-align: center;
    flex-wrap: wrap;
    display: none;
  }

  .flex-c-copy.children-wrap {
    margin-bottom: 20px;
  }

  .subtitle-copy-copy {
    margin-bottom: 10px;
  }

  .subtitle-copy-copy.text-color-neutral-600.margin-bottom-0px {
    margin-bottom: 2%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about {
    text-align: center;
    flex-wrap: wrap;
  }

  .sdfsdf36346346346opy-copy-copy-copy.webinar-about-copy {
    text-align: center;
    flex-wrap: wrap;
    display: none;
  }

  .webinar-section1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-section1.padding-top-reduced-160px {
    padding-top: 0;
  }

  .workshop-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .workshop-section.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .workshop-section.padding-top-reduced-160px.position-relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .re {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .re.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .webinar-release-qa---recorded-page {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-release-qa---recorded-page.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .rich-text-copy {
    margin-top: 40px;
    margin-bottom: 250px;
    font-size: 16px;
  }

  .webinar-release-qa---recorded-page-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-release-qa---recorded-page-copy.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .webinar-release-qa---recorded-page-copy-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-release-qa---recorded-page-copy-copy.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .speakers {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .speakers.padding-top-reduced-160px {
    padding-top: 65px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-copy, .container-copy-copy {
    max-width: none;
  }

  .hero-wrapper-44 {
    margin-bottom: -102px;
  }

  .heading-44 {
    font-family: Heebo, sans-serif;
    font-weight: 500;
  }

  .image-123423423422366, .image-123423423422366-copy {
    margin-top: 24px;
  }

  .image-123423423422366-copy-copy {
    max-width: 60%;
    margin-top: 24px;
    margin-bottom: 1px;
  }

  .hero-wrapper-44-copy {
    margin-bottom: -102px;
  }

  .mobileimage {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 61px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
  }

  .team-member-position-copy {
    font-family: Heebo, sans-serif;
  }

  .title1 {
    font-size: 45px;
    font-weight: 500;
  }

  .title1.h1-234456 {
    font-size: 30px;
  }

  .herotext-cop44y-copy-copy._55, .team-member-position-copy-copy {
    font-family: Heebo, sans-serif;
  }

  .bold-text-112312365 {
    text-align: center;
    justify-content: flex-end;
  }

  .html-embed-2 {
    clear: none;
    text-align: center;
    min-width: auto;
    max-width: none;
    position: static;
  }

  .image-partners {
    margin-top: 0%;
    display: none;
  }

  .split-content.story-right {
    margin-bottom: 50px;
  }

  .position-card-section-copy {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .r-d-section---inbound-product-manager {
    justify-content: space-around;
    max-width: 360px;
  }

  .about-us-powerlink {
    width: auto;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .about-us-title {
    padding-left: 8px;
  }

  .image-large-buble {
    margin-top: 0;
    display: block;
  }

  .nav-buttons-mobile-2 {
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .brand-2 {
    justify-content: flex-end;
    display: flex;
  }

  .brand-2.w--current {
    justify-content: flex-start;
  }

  .div-block-823422395 {
    display: none;
  }

  .nav-link-copy-copy-2 {
    direction: rtl;
    text-align: right;
    display: block;
  }

  .nav-link-copy-copy-2.w--current {
    direction: ltr;
    justify-content: flex-end;
    display: flex;
  }

  .text-block-24257 {
    direction: rtl;
    text-align: right;
    display: block;
  }

  .nav-dropdown2-2 {
    text-align: right;
    order: 1;
    align-self: flex-end;
  }

  .no-margin-3 {
    margin: 0;
  }

  .logo-icon-2 {
    display: block;
  }

  .nav-bar-landing {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .bodywebinar {
    margin-bottom: 0;
  }

  .nav-bar-webinar {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .title-2--3.mg-bottom-16px {
    margin-top: 0;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-block-24259-copy {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 32px;
  }

  .nav-bar-webinar-copy {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .flex-c-copy.children-wrap {
    margin-top: 40px;
  }

  .flex-c-copy.webinar-about, .flex-c-copy.webinar-about-copy {
    text-align: center;
    flex-wrap: wrap;
  }

  .nav-bar-webinar-4 {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .body-3-2 {
    background-image: url('../images/mobile-02.png');
    background-position: 0 0;
    background-size: cover;
  }

  .wrapper-navbar1-copy {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper, .wrapper-navbar1-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar1-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .wrapper-navbar4 {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar4.nav-bar-wrapper, .wrapper-navbar4.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar4.nav-bar-wrapper-copy, .wrapper-navbar4.nav-bar-wrapper4 {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .webinar-section1-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-section1-4.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section1-4.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 0;
  }

  .container-default-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-4.z-index-1, .container-default-4.z-index-1-copy, .container-default-4.z-index-1-4 {
    margin-bottom: 100px;
  }

  .split-content-wrapsd44.mobile-max-width-660px, .split-content-wrapsd44.mobile-max-width-660px-4, .split-content-wrapsd44.mobile-max-width-660px-4-copy, .split-content-wrapsd44.mobile-max-width-660px-10-5 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form1-4.webinar-landing-page-right, .form1-4.webinar-landing-page-right4 {
    display: none;
  }

  .form1-4.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4.webinar-landing-page-left-4py {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .containeada8-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-823422399 {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-top-4.flex-c-4.children-wrap-4 {
    display: flex;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-con4copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy.webinar-landing-page-le44444copy-copy {
    margin: 20px 0% 0;
  }

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

  .image-123423423422372 {
    margin-right: 0;
    padding-top: 0;
  }

  .form1-4-copy.webinar-landing-page-right, .form1-4-copy.webinar-landing-page-right4 {
    display: none;
  }

  .checkbox-list {
    padding-right: 0;
  }

  .section-3122342344264 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-823422404 {
    max-width: 100%;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    margin: 20px 0% 0;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy, .split-con4copy-copy-copy-copy-copy.webinar-landing-page-le44444copy-copy-copy {
    margin: 20px 0% 0;
  }

  .webinar-section1-4-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section1-4-copy.padding-top-reduced-160px-4, .webinar-section1-4-copy.padding-top-reduced-160px-4-copy {
    margin-bottom: -100px;
    padding-top: 0;
  }

  .image_22.webinar-landing-page-right, .image_22.webinar-landing-page-right4, .image_22.webinar-landing-page-right4-_xx {
    display: none;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4psssy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-default-2-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-2-copy.z-index-1, .container-default-2-copy.z-index-1-copy, .container-default-2-copy.z-index-1-4, .container-default-2-copy.z-index-1-4-copy {
    margin-bottom: 100px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4py {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .wrapper-navbar4-copy {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper, .wrapper-navbar4-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar4-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy.nav-bar-wrapper4, .wrapper-navbar4-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .nav-bar-webinar-5 {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .main-grid-copy {
    grid-row-gap: 40px;
    text-align: right;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .bold-text-112312368 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .t3p1s4-copy, .t3p1s4-copy-copy {
    display: none;
  }

  .wiv-135-copy {
    text-align: center;
    min-width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .image-123423423422374 {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-18-copy-copy-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .wiv-135-copy-copy {
    text-align: center;
    min-width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-mobile-form-01 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-mobile-form-01.style-7 {
    padding: 37px 25px;
  }

  .card-mobile-form-01.style-7.landing-form, .card-mobile-form-01.style-7.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01.style-7-copy {
    padding: 37px 25px;
  }

  .card-mobile-form-01.style-7-copy.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01.style-7-copy.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

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

  .checkbox-list-copy {
    padding-right: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bold-text-112312361-copy {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .second-section-h {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  .title-2-copy-copy.mg-bottom-16px, .title-2-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy.mg-bottom-16px-copy-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .second-text {
    font-size: 20px;
  }

  .second-image {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-123423423422372-copy-copy {
    margin-right: 0;
  }

  .title-2-copy-copy-copy.mg-bottom-16px, .title-2-copy-copy-copy.mg-bottom-16px-copy, .title-2-copy-copy-copy.mg-bottom-16px-copy-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .checkbox-list-copy-copy {
    padding-right: 0;
  }

  .host-position-copy {
    font-size: 18px;
  }

  .body-3-2-copy {
    background-image: url('../images/mobile-02.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3 {
    background-image: url('../images/bg04.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-4 {
    background-image: url('../images/mobile-01.png');
    background-position: 0 0;
    background-size: cover;
  }

  .body-3-3-copy {
    background-image: url('../images/new-mobile.png');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-checkbox-back {
    align-items: center;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01-copy.style-7-copy-copy {
    padding: 37px 25px;
  }

  .card-mobile-form-01-copy.style-7-copy-copy.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01-copy.style-7-copy-copy.landing-form-copy-copy {
    direction: rtl;
    text-align: right;
    border-width: 2px;
    border-color: #1bdda1;
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 300px;
    max-width: 600px;
    min-height: 600px;
    margin: 0 0 60px -38px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: sticky;
    top: 134px;
    right: auto;
    box-shadow: 0 4px 22px #080f3408;
  }

  .body-3-6 {
    background-color: #bbebfc;
    background-image: none;
    border-radius: 9px;
  }

  .body-3-6-getting-started-03 {
    background-color: #1b2326;
    background-image: url('../images/Frame-99.png');
    background-position: 0 0;
    background-size: cover;
  }

  .content-top-4-copy.flex-c-4.children-wrap-4, .content-top-4-copy.flex-c-4.children-wrap-4-copy {
    display: flex;
  }

  .bold-text-1opy {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  .paragraph-123131-copy.margin-bottom-40px, .paragraph-123131-copy.margin-bottom-40px-copy {
    font-size: 20px;
  }

  .image-123423423422372-copy {
    margin-right: 0;
  }

  .div-block-823422399-copy {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-icon-2-copy {
    display: block;
  }

  .bold-text-55544-copy {
    font-size: 20px;
  }

  .call-us-tagline {
    padding-bottom: 21px;
    font-size: 17px;
    line-height: 28px;
  }

  .call-us {
    font-size: 18px;
  }

  .intro-323-sms.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-323-sms.wide {
    max-width: 100%;
  }

  .intro-323-sms.left-copy, .intro-323-sms.left-copy-copy, .intro-323-sms.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .intro-323-sms.left-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-323-sms.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-323-sms.left-copy-copy-copy {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 13px;
    padding-right: 0;
  }

  .intro-323-sms.margin-bottom {
    margin-bottom: -16px;
    padding-right: 0;
  }

  .text-grey-sms {
    width: 350px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .div-block-77-copy, .div-block-77-sms-terms {
    align-items: flex-start;
    width: 350px;
  }

  .text-grey-sms-copy {
    width: 350px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .paragraph-123www131-copy.margin-bottom-40px, .bold-text-11wwq2312359-copy, .paragraph-123uih131-copy.margin-bottom-40px, .bold-text-1ods12312359-copy {
    font-size: 20px;
  }

  .div-block-checkbox-01-black {
    align-items: center;
  }

  .body-referral {
    background-color: #ffd2d2;
    background-image: url('../images/XS.png');
    background-position: 50% 0;
    background-size: auto;
  }

  .section-referral {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-referral.padding-top-reduced-160px {
    padding-top: 0;
  }

  .section-referral.padding-top-reduced-160px-4 {
    margin-bottom: -100px;
    padding-top: 0;
  }

  .container-referral {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-referral.z-index-1, .container-referral.z-index-1-copy, .container-referral.z-index-1-4 {
    margin-bottom: 100px;
  }

  .split-contentreferraly.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-contentreferraly.webinar-landing-page-right {
    display: block;
  }

  .split-contentreferraly.webinar-landing-page-left-copy, .split-contentreferraly.webinar-landing-page-lefjjt-copy-copy, .split-contentreferraly.webinar-landing-page-left-4py {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .title-2-referral.mg-bottom-16px, .title-2-referral.mg-bottom-16px-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .title-2--3-creferralopy.mg-bottom-16px {
    margin-top: 0;
  }

  .paragraph-referral.margin-bottom-40px, .paragraph-referral.margin-bottom-40px-copy {
    font-size: 20px;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4py, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content2-sreferralopy-copy-copy.webinar-landing-pacge-left-4psssy-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bold-text-55544-referral-copy {
    font-size: 20px;
  }

  .div-block-823422ref399-copy-copy {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-ref-copy-copy {
    margin-right: 0;
  }

  .div-block-ref-copy {
    max-width: 100%;
  }

  .wrapper-navbar4-cddopy-copy {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar4-cddopy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4, .wrapper-navbar4-cddopy-copy.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .card-mobile-form-ref {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-mobile-form-ref.style-7 {
    padding: 37px 25px;
  }

  .card-mobile-form-ref.style-7.landing-form, .card-mobile-form-ref.style-7.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-ref.style-7-copy {
    padding: 37px 25px;
  }

  .card-mobile-form-ref.style-7-copy.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-ref.style-7-copy.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

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

  .title-webinar-033.mg-bottom-16px, .title-webinar-033.mg-bottom-16px-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .bold-text-033-copy {
    direction: rtl;
    text-align: right;
    font-size: 40px;
  }

  .logo-icon-2-white {
    display: block;
  }

  .image-123423423422334443py-copy {
    margin-right: 0;
  }

  .body-3-6-sale-fireberry {
    background-color: #1b2326;
    background-image: url('../images/bg-xs.png');
    background-position: 0 0;
    background-size: cover;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sale-fireberryopy.webinar-landing-page-left-copy, .split-content2-sale-fireberryopy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4py, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy, .split-content2-sale-fireberryopy.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-12342342sale3422334443py-copy-copy {
    margin-right: 0;
  }

  .bold-text-1123123black59-copy {
    font-size: 20px;
  }

  .nav-bar-webinar-whatsapp {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .wrapper-navbar-whatdapp {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper, .wrapper-navbar-whatdapp.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar-whatdapp.nav-bar-wrapper-copy, .wrapper-navbar-whatdapp.nav-bar-wrapper4, .wrapper-navbar-whatdapp.nav-bar-wrapper4-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .body-whatsapp {
    background-image: url('../images/whatsapp-bg.png');
    background-position: 0 0;
    background-size: contain;
  }

  .image-whatsapp {
    margin-right: 0;
  }

  .div-block-whatsapp-copy {
    justify-content: center;
    padding-left: 40px;
    padding-right: 0;
  }

  .card-copy {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-copy.style-7 {
    padding: 37px 25px;
  }

  .card-copy.style-7.landing-form {
    align-items: center;
    min-height: 988px;
  }

  .card-copy.style-7-copy {
    padding: 37px 25px;
  }

  .card-copy.style-7-copy.landing-form, .card-copy.style-7-copy.landing-form-copy {
    align-items: center;
    min-height: 988px;
  }

  .card-copy-whatsapp {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-copy-whatsapp.style-7 {
    padding: 37px 25px;
  }

  .card-copy-whatsapp.style-7.landing-form {
    align-items: center;
    min-height: 988px;
  }

  .card-copy-whatsapp.style-7-copy {
    padding: 37px 25px;
  }

  .card-copy-whatsapp.style-7-copy.landing-form, .card-copy-whatsapp.style-7-copy.landing-form-copy {
    align-items: center;
    min-height: 988px;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp {
    padding: 37px 25px;
  }

  .card-copy-whatsapp.style-7-copy-whatsapp.landing-form, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy, .card-copy-whatsapp.style-7-copy-whatsapp.landing-form-copy-whatsapp {
    align-items: center;
    min-height: 988px;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4py, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-whatsapp4-copy-copy-copy-copy-copy.webinar-lwhatsapppsssy-copy-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .card-mobile-form-01-copy {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-mobile-form-01-copy.style-7 {
    padding: 37px 25px;
  }

  .card-mobile-form-01-copy.style-7.landing-form, .card-mobile-form-01-copy.style-7.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01-copy.style-7-copy {
    padding: 37px 25px;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-01-copy.style-7-copy.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .homepage-p-2-copy {
    text-align: center;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-10-5 {
    background-color: #f1f1f1;
    background-image: none;
    border-radius: 9px;
  }

  .webinar-section-10-5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-section-10-5.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section-10-5.padding-top-reduced-160px-4, .webinar-section-10-5.padding-top-reduced-160px-10-5 {
    margin-bottom: -100px;
    padding-top: 0;
  }

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

  .container-default-10-5.z-index-1, .container-default-10-5.z-index-1-copy, .container-default-10-5.z-index-1-4, .container-default-10-5.z-index-10-5 {
    margin-bottom: 100px;
  }

  .form-10-5.webinar-landing-page-right, .form-10-5.webinar-landing-page-right4, .form-10-5.webinar-landing-page-right-10-5 {
    display: none;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-4py, .split-content2-sdgsdgcopy-4-copy.webinar-landing-page-left-10-5, .split-content10-5.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content10-5.webinar-landing-page-right {
    display: block;
  }

  .split-content10-5.webinar-landing-page-left-copy, .split-content10-5.webinar-landing-page-lefjjt-copy-copy, .split-content10-5.webinar-landing-page-left-4py, .split-content10-5.webinar-landing-page-left-10-5, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-right {
    display: block;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-lefjjt-copy-copy, .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4py {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .split-content2-sdgsdgcopy-4-copy-copy-copy.webinar-landing-page-left-4psssy-copy-copy, .split-content-10-5.webinar-landing-page-left {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content-10-5.webinar-landing-page-right {
    display: block;
  }

  .split-content-10-5.webinar-landing-page-left-copy, .split-content-10-5.webinar-landing-page-lefjjt-copy-copy, .split-content-10-5.webinar-landing-page-left-4py {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content-10-5.webinar-landing-page-left-4psssy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .split-content-10-5.webinar-landing-page-left-4psssy-copy-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-content-10-5.webinar-landing-10-5-y-copy, .split-content-10-5.webinar-landing-10-5-yjune-copy {
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .image-10-5-copy {
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-10-5-copy {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-mobile-form-10-5 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-mobile-form-10-5.style-7 {
    padding: 37px 25px;
  }

  .card-mobile-form-10-5.style-7.landing-form, .card-mobile-form-10-5.style-7.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-10-5.style-7-copy {
    padding: 37px 25px;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .card-mobile-form-10-5.style-7-copy.landing-form-copy {
    direction: rtl;
    text-align: right;
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: stretch;
    min-width: 100px;
    max-width: 400px;
    min-height: 600px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    box-shadow: 0 4px 22px #080f3408;
  }

  .body-10-5-copy {
    background-color: #f1f1f1;
    background-image: none;
    border-radius: 9px;
  }

  .body-release-june-23 {
    background-color: #0a0b09;
    background-image: none;
    border-radius: 9px;
  }

  .nav-bar-webinar-5-copy {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .webinar-section-10-5-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px {
    padding-top: 0;
  }

  .webinar-section-10-5-copy.padding-top-reduced-160px-4, .webinar-section-10-5-copy.padding-top-reduced-160px-10-5 {
    margin-bottom: -100px;
    padding-top: 0;
  }

  .image-june {
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-checkbox-juney {
    align-items: center;
  }

  .image-june-copy {
    margin-right: 0;
    padding-top: 0;
  }

  .paragraph-123www131-copy-copy.margin-bottom-40px, .paragraph-123www131-copy-copy.margin-bottom-40px-copy {
    font-size: 20px;
  }

  .title-2-copy.mg-bottom-16px, .title-2-copy.mg-bottom-16px-copy, .title-2-copy.mg-bottom-16px-copy {
    margin-top: 0;
    padding-top: 20px;
  }

  .wrapper-navbar4-copy-copy {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper, .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy {
    flex-direction: row-reverse;
    padding-top: 8px;
  }

  .wrapper-navbar4-copy-copy.nav-bar-wrapper-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy, .wrapper-navbar4-copy-copy.nav-bar-wrapper4-copy-copy {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 8px;
  }

  .paragraph-4-copy {
    margin-bottom: 32px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .dashboard-block {
    width: 300px;
  }

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

  .heder-white-copy {
    color: var(--black);
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
  }

  .hp-white-text {
    margin-bottom: 32px;
  }

  .integration-img-copy {
    flex: 0 auto;
    max-width: 90%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .homepage-p-2-copy-copy, .homepage-p-2-copy-copy-copy {
    text-align: center;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .press-section {
    padding-bottom: 110px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-nav-2 {
    display: block;
  }

  .press-headline-en {
    font-size: 20px;
  }

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

  .hs7copy {
    padding-top: 56px;
    padding-bottom: 67px;
  }

  .mobile-img {
    max-width: 300px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
  }

  .button-secondaryhp {
    margin-right: 5px;
  }

  .image-123423423423522 {
    max-width: 90%;
  }

  .dropdown-toggle-2--he {
    padding-top: 0;
  }

  .footerblock-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .footergrid-he {
    clear: left;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    flex: 0 auto;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / .75fr 1fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: row dense;
    justify-content: start;
    align-self: center;
    place-items: center start;
    margin-top: 51px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .wrapper-9 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .brand-he {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-he.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .footer-title-he {
    margin-right: 0;
  }

  .nav-buttons-new-he {
    justify-items: center;
    width: 100%;
    display: none;
  }

  .text-block-24240-copy-copy {
    direction: rtl;
    text-align: right;
    padding-left: 12px;
    padding-right: 0;
    font-size: 15px;
    display: block;
  }

  .contact-us-div-he {
    flex-direction: row-reverse;
  }

  .footerblock-he {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .div-block-38-he {
    display: none;
  }

  .automations-he {
    font-size: 16px;
  }

  .dropdown-list-he.w--open {
    width: auto;
  }

  .button-2356.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2356.small.ghost-bg {
    border-radius: 4px;
    font-family: Assistant, sans-serif;
  }

  .nav-right-he {
    display: none;
  }

  .link-block-contact-us-he-mobile {
    justify-content: flex-end;
    padding: 10px 38px 10px 0;
  }

  .link-block-contact-us-he-mobile.w--current {
    display: flex;
  }

  .text-block-24293-he {
    direction: ltr;
  }

  .customer-he {
    font-size: 16px;
  }

  .html-become-a-partner-form-copy-copy {
    clear: none;
    text-align: center;
    min-width: auto;
    max-width: 350px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .btn-cta {
    float: none;
    direction: ltr;
    width: 160px;
    margin-right: 10px;
    font-size: .8rem;
    display: inline;
    position: static;
  }

  .industries-text-box-he {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-2-he {
    direction: ltr;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    width: auto;
    overflow: scroll;
  }

  .non-profits-he {
    font-size: 16px;
  }

  .link-block-26-he {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-26-he.w--current {
    display: flex;
  }

  .sales-he {
    font-size: 16px;
  }

  .columns-4 {
    max-width: 150px;
  }

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

  .text-block-24246-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .industries-he {
    order: 1;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .real-estate-industry-he {
    font-size: 16px;
  }

  .headin123123-3 {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 1.1em;
  }

  .div-block-79-he {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .tryfreebutton-he {
    float: none;
    margin-right: 10px;
    font-size: .8rem;
    position: static;
  }

  .try-for-free-2 {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free-2:hover {
    margin-bottom: 10px;
  }

  .menu-button-he {
    padding: 0;
    display: block;
  }

  .footer-v1-bottom-235 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-823422381-copy {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .icon-3-he {
    margin-top: 14px;
    padding-top: 10px;
  }

  .div-block-823422419-he {
    text-align: center;
  }

  .paragrph-left-copy {
    text-align: center;
    margin: 10px 0% 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .wrapper-navbar-he {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar-he.nav-bar-wrapper2-hebrew {
    text-align: left;
    flex-direction: row-reverse;
    align-self: center;
    padding: 0 7.5%;
  }

  .fb-footer {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .products-he {
    padding-left: 0;
  }

  .social-icon-2 {
    max-width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0;
  }

  .solutionsforindustries-he {
    padding-left: 0;
  }

  .secondary-button {
    width: 160px;
    margin-left: 0;
    font-size: .8rem;
  }

  .nav-buttons-mobile-he {
    direction: rtl;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .logo-icon-he {
    clear: left;
    flex: 1;
    align-self: center;
    height: 30px;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: 0 auto auto 0%;
  }

  .container-13-he {
    align-items: center;
    display: flex;
  }

  .product-text-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list-copy-he.w--open {
    width: auto;
  }

  .text-block-24240-he-copy {
    direction: rtl;
    text-align: right;
    padding-left: 12px;
    padding-right: 0;
    font-size: 15px;
    display: block;
  }

  .columns-5 {
    max-width: 200px;
  }

  .image-123423423423523 {
    width: 200px;
    height: 0;
    margin-top: 0;
  }

  .h2-regular-left-copy {
    text-align: center;
    max-width: none;
    margin: 20px 0%;
    padding-right: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .dropdown-2-he {
    order: 1;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .pricing-div-he {
    flex-direction: row-reverse;
  }

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

  .div-block-823422420 {
    display: none;
  }

  .nav-bar-ticket-form-he {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .productsmenu-he {
    order: 1;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .footer-link-4-he {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .text-block-24240-copy {
    direction: rtl;
    text-align: right;
    font-size: 16px;
    display: block;
  }

  .link-block-49-he {
    direction: ltr;
  }

  .footer-cta-2 {
    margin: 5px 5% -158px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

  .integrations-he {
    font-size: 16px;
  }

  .link-block-36 {
    text-align: center;
  }

  .become-a-partner-sec-01-he {
    padding-bottom: 0;
  }

  .page-wrapper-3-he {
    position: relative;
    overflow: hidden;
  }

  .pricing-div-he-mobile {
    flex-direction: row-reverse;
  }

  .image-123423423423527 {
    max-width: 90%;
  }

  .wrapper-2340 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .button-2357.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2357.small.ghost-bg {
    border-radius: 4px;
    font-family: Assistant, sans-serif;
  }

  .columns-6 {
    max-width: 150px;
  }

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

  .try-for-free-3 {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free-3:hover {
    margin-bottom: 10px;
  }

  .footer-v1-bottom-236 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-7 {
    max-width: 200px;
  }

  .image-123423423423529 {
    width: 200px;
    height: 0;
    margin-top: 0;
  }

  .div-block-823422422 {
    display: none;
  }

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

  .footer-cta-3 {
    margin: 5px 5% -158px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

  .link-block-38 {
    text-align: center;
  }

  .paragrph-left-demo {
    text-align: right;
    margin: 10px 0% 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

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

  .demo-container-desktop, .demo-container-mobile {
    max-width: none;
  }

  ._4-plans-old-version {
    padding-top: 116px;
  }

  .old-table {
    padding-top: 16px;
    display: none;
  }

  .signup-section {
    display: block;
  }

  .pricing-plan-card-base {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .pricing-plan-card-base.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-base.mobile.condenced {
    width: 100%;
  }

  .pricing-plan-card-base.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-badge-monthly {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-plan-card-badge-monthly.mobile {
    margin-top: 20px;
  }

  .pricing-plan-card-badge-monthly.mobile.condenced {
    width: 100%;
  }

  .pricing-plan-card-monthly {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .pricing-plan-card-monthly.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-monthly.mobile.condenced {
    width: 100%;
  }

  .pricing-plan-card-monthly.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-pic-v1-disabled {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 11px;
  }

  .price-disabled {
    direction: rtl;
    flex-direction: row-reverse;
    padding-bottom: 14px;
  }

  .btn-disabled.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-disabled.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .btn-disabled.white {
    max-width: 200px;
  }

  .release-form-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .t2p1s1-copy {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .t2p1s1-copy.footer-section {
    padding-top: 0;
  }

  .sectasdasdqwe-copy {
    padding-top: 51px;
    display: block;
  }

  .s234234qweepy-copy {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .automations1-copy {
    padding-top: 10px;
    display: block;
  }

  .s23423124234copy-copy {
    padding-top: 13px;
    padding-bottom: 41px;
  }

  .dasasdwed-copy {
    max-width: 350px;
  }

  .imagqwed-copy {
    max-width: 370px;
  }

  .imagqwed-copy-copy, .imagqwed-copy-copy-copy {
    max-width: 250px;
  }

  .paragrph-left-demo-copy {
    text-align: right;
    text-align: right;
    margin: 10px 0% 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .paragrph-left-demo-copy-copy {
    text-align: right;
    margin: 10px 0% 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .main-grid-7-m-2-copy {
    grid-row-gap: 40px;
    direction: rtl;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-plan-card-copy {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }

  .pricing-plan-card-copy.mobile {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-copy.mobile.condenced, .pricing-plan-card-copy.mobile.condenced-copy {
    width: 100%;
  }

  .pricing-plan-card-copy.condenced {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-copy.mobile-copy {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .pricing-plan-card-copy.mobile-copy.condenced, .pricing-plan-card-copy.mobile-copy.condenced-copy {
    width: 100%;
  }

  .page-wrapper-pricing-he {
    position: relative;
    overflow: hidden;
  }

  .button-2-copy-copy {
    margin-left: 10px;
    font-size: 13px;
  }

  .text-block-16-copy {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footerblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .image-123423423423531 {
    max-width: 90%;
  }

  .nav-buttons-mobile-3 {
    direction: rtl;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .html-embed-3 {
    clear: none;
    text-align: right;
    min-width: 300px;
    max-width: 300px;
    position: sticky;
  }

  .div-block-823422425 {
    display: none;
  }

  .page-h1-text {
    float: left;
    clear: none;
    direction: ltr;
    text-align: center;
    max-width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
    line-height: 1em;
  }

  .wrapper-2341 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .dropdown-2, .industries {
    order: 1;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .div-block-823422426 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .card-18 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-18.style-7 {
    padding: 37px 25px;
  }

  .card-18.style-7.landing-form {
    min-height: 988px;
    padding-right: 0;
  }

  .text-block-24269 {
    direction: ltr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integrations {
    font-size: 16px;
  }

  .container-125 {
    align-items: center;
    display: flex;
  }

  .columns-8 {
    align-self: flex-start;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
  }

  .link-block-39 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-39.w--current {
    display: flex;
  }

  .text-block-24270 {
    direction: rtl;
    text-align: right;
    padding-left: 12px;
    font-size: 15px;
    display: block;
  }

  .button-2359.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2359.small.ghost-bg {
    border-radius: 4px;
    font-family: Assistant, sans-serif;
  }

  .html-embed-mobile {
    clear: none;
    text-align: right;
    min-width: auto;
    max-width: none;
    display: none;
    position: sticky;
  }

  .sales-2 {
    font-size: 16px;
  }

  .html-embed-ipad {
    clear: none;
    text-align: right;
    min-width: 300px;
    max-width: 300px;
    position: sticky;
  }

  .footer-link-4 {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .html-embed-mobile-landscape {
    clear: none;
    text-align: right;
    min-width: auto;
    max-width: none;
    display: block;
    position: sticky;
  }

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

  .text-block-24240-copy-2 {
    direction: rtl;
    text-align: right;
    font-size: 16px;
    display: block;
  }

  .text-block-24293 {
    direction: ltr;
  }

  .nav-menu-2 {
    direction: ltr;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    width: auto;
    overflow: scroll;
  }

  .columns-9 {
    max-width: 150px;
  }

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

  .icon-3 {
    margin-top: 14px;
    padding-top: 10px;
  }

  .industries-text-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer {
    font-size: 16px;
  }

  .try-for-free-4 {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free-4:hover {
    margin-bottom: 10px;
  }

  .link-block-contact-us {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-contact-us.w--current {
    display: flex;
  }

  .link-block-49 {
    direction: ltr;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
  }

  .footer-v1-bottom-237 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-buttons-2 {
    justify-items: center;
    width: 100%;
    display: none;
  }

  .tryfreebutton {
    float: none;
    margin-right: 10px;
    font-size: .8rem;
    position: static;
  }

  .div-block-823422429 {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .non-profits {
    font-size: 16px;
  }

  .footer-title {
    margin-right: 0;
  }

  .solutionsforindustries {
    padding-left: 0;
  }

  .menu-button-2 {
    padding: 0;
    display: block;
  }

  .automations {
    font-size: 16px;
  }

  .logo-icon-3 {
    clear: left;
    flex: 1;
    align-self: center;
    height: 30px;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: 0 auto auto 0%;
  }

  .real-estate-industry {
    font-size: 16px;
  }

  .page-h1-copy {
    transform-origin: 10% 0;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 2rem;
    line-height: 1em;
  }

  .brand-3 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-3.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .footer-link-4-copy {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .section-3122342344274 {
    margin-left: 0;
    margin-right: 0;
  }

  .login-div {
    flex-direction: row-reverse;
  }

  .columns-18 {
    max-width: 200px;
  }

  .footerblock-copy-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .page-wrapper-3 {
    position: relative;
    overflow: hidden;
  }

  .image-123423423423562 {
    width: 200px;
    height: 0;
    margin-top: 0;
  }

  .productsmenu {
    order: 1;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .nav-bar-ticket-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footergrid {
    clear: left;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    flex: 0 auto;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / .75fr 1fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: row dense;
    justify-content: start;
    align-self: center;
    place-items: center start;
    margin-top: 51px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
  }

  .div-block-823422430 {
    display: none;
  }

  .wrapper-navbar {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .wrapper-navbar.nav-bar-wrapper2 {
    text-align: left;
    flex-direction: row-reverse;
    align-self: center;
    padding: 0 7.5%;
  }

  .div-block-823422431 {
    margin-left: 1%;
    margin-right: 2%;
  }

  .products {
    padding-left: 0;
  }

  .footer-cta-4 {
    margin: 5px 5% -158px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

  .link-block-50 {
    text-align: center;
  }

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

  .column-32 {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-3.w--open {
    width: auto;
  }

  .pricing-div {
    flex-direction: row-reverse;
  }

  .nav-right-2 {
    display: none;
  }

  .image-123423423423564 {
    max-width: 90%;
  }

  .nav-buttons-mobile-4 {
    direction: rtl;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .html-embed-4 {
    clear: none;
    text-align: right;
    min-width: 300px;
    max-width: 300px;
    position: sticky;
  }

  .div-block-823422432 {
    display: none;
  }

  .wrapper-2342 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .div-block-823422433 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .card-19 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-19.style-7 {
    padding: 37px 25px;
  }

  .card-19.style-7.landing-form {
    min-height: 988px;
    padding-right: 0;
  }

  .text-block-24295 {
    direction: ltr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-126 {
    align-items: center;
    display: flex;
  }

  .columns-19 {
    align-self: flex-start;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
  }

  .link-block-51 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-51.w--current {
    display: flex;
  }

  .text-block-24296 {
    direction: rtl;
    text-align: right;
    padding-left: 12px;
    font-size: 15px;
    display: block;
  }

  .button-2360.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2360.small.ghost-bg {
    border-radius: 4px;
    font-family: Assistant, sans-serif;
  }

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

  .text-block-24297 {
    direction: ltr;
  }

  .nav-menu-3 {
    direction: ltr;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    width: auto;
    overflow: scroll;
  }

  .columns-20 {
    max-width: 150px;
  }

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

  .try-for-free-5 {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free-5:hover {
    margin-bottom: 10px;
  }

  .link-block-53 {
    direction: ltr;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
  }

  .footer-v1-bottom-238 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-823422436 {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .brand-4 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-4.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-3122342344276 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-22 {
    max-width: 200px;
  }

  .footerblock-copy-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .image-123423423423568 {
    width: 200px;
    height: 0;
    margin-top: 0;
  }

  .div-block-823422437 {
    display: none;
  }

  .heared-mobile-cs {
    margin-left: 1%;
    margin-right: 2%;
  }

  .footer-cta-5 {
    margin: 5px 5% -158px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

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

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

  .column-51 {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-123423423423571 {
    max-width: 90%;
  }

  .nav-buttons-mobile-5 {
    direction: rtl;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .html-embed-5 {
    clear: none;
    text-align: right;
    min-width: 300px;
    max-width: 300px;
    position: sticky;
  }

  .div-block-823422439 {
    display: none;
  }

  .wrapper-2343 {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 6px 0 0;
  }

  .div-block-823422440 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 60px;
  }

  .card-20 {
    border-radius: 15px;
    padding: 38px 25px;
  }

  .card-20.style-7 {
    padding: 37px 25px;
  }

  .card-20.style-7.landing-form {
    min-height: 988px;
    padding-right: 0;
  }

  .text-block-24299 {
    direction: ltr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-127 {
    align-items: center;
    display: flex;
  }

  .columns-23 {
    align-self: flex-start;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
  }

  .link-block-55 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-55.w--current {
    display: flex;
  }

  .text-block-24300 {
    direction: rtl;
    text-align: right;
    padding-left: 12px;
    font-size: 15px;
    display: block;
  }

  .button-2361.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2361.small.ghost-bg {
    border-radius: 4px;
    font-family: Assistant, sans-serif;
  }

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

  .text-block-24301 {
    direction: ltr;
  }

  .columns-24 {
    max-width: 150px;
  }

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

  .try-for-free-6 {
    float: none;
    margin-bottom: 0;
    position: static;
  }

  .try-for-free-6:hover {
    margin-bottom: 10px;
  }

  .link-block-57 {
    direction: ltr;
  }

  .dropdown-toggle-4 {
    padding-top: 0;
  }

  .div-block-823422443 {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .brand-5 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-5.w--current {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-3122342344278 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-26 {
    max-width: 200px;
  }

  .footerblock-copy-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
  }

  .image-123423423423575 {
    width: 200px;
    height: 0;
    margin-top: 0;
  }

  .div-block-823422444 {
    display: none;
  }

  .div-block-823422445 {
    margin-left: 1%;
    margin-right: 2%;
  }

  .footer-cta-6 {
    margin: 5px 5% -158px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -86px);
  }

  .link-block-58 {
    text-align: center;
  }

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

  .column-56 {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-cubs {
    padding-top: 32px;
  }

  .intro-copy-copy.no-margin-bottom {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
    padding-top: 17px;
  }

  .intro-copy-copy.left {
    padding-top: 0;
    padding-bottom: 22px;
  }

  .intro-copy-copy.wide {
    max-width: 100%;
  }

  .intro-copy-copy.left-copy, .intro-copy-copy.left-copy-copy, .intro-copy-copy.left-copy-copy-copy {
    padding-top: 0;
    padding-bottom: 22px;
    padding-right: 0;
  }

  .link-block-59 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-59.w--current {
    display: flex;
  }

  .link-block-60 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-60.w--current {
    display: flex;
  }

  .tryforfreebutton {
    display: none;
  }

  .become-a-partner-img {
    margin-left: 40px;
  }

  .html-embed-12-mobile {
    clear: none;
    text-align: center;
    min-width: auto;
    max-width: 320px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 21px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .hero-wrapper-3 {
    margin-left: 40px;
    margin-right: 20px;
  }

  .h2-regular-left {
    text-align: center;
    max-width: none;
    margin: 20px 0%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .html-become-a-partner-form {
    clear: none;
    text-align: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .bold-text-1122332433 {
    text-align: left;
    margin-right: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .paragrph-left {
    text-align: center;
    margin: 0 15% 20px 10%;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .hero-split-3-b-a-p {
    margin-bottom: 0;
  }

  .bold-text-1122332434 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-large {
    text-align: right;
  }

  .contact-card {
    align-items: flex-end;
  }

  .contact-text {
    text-align: right;
  }

  .contact-heading-copy {
    margin-bottom: 60px;
  }

  .footer-column-blog, .footer-column-business-s {
    margin-bottom: 20px;
    margin-right: 14px;
  }

  .licence-item-copy-copy {
    flex-direction: column;
    min-width: 350px;
    max-width: none;
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29-copy {
    align-self: auto;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .asasa-copy {
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-blsafdy-copy-2-copy {
    display: none;
  }

  .button-copy-copy-copy.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.small.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy-copy.white {
    max-width: 200px;
  }

  .button-copy-copy-copy.small-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.small-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy-copy.small-copy-copy {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.small-copy-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy-copy.small-copy-copy.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: none;
  }

  .button-copy-copy-copy.small-copy-copy.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 10px;
    display: block;
  }

  .button-copy-copy-copy.sasdasdqweqwe {
    background-color: var(--black);
    background-image: none;
    margin-left: 5px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.sasdasdqweqwe:hover {
    box-shadow: 0 6px 12px -2px var(--black);
  }

  .button-copy-copy-copy.sasdasdqweqwe.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy-copy.sasdasdqweqwe.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: block;
  }

  .button-copy-copy-copy.sasdasdqweqwe.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 10px;
    display: block;
  }

  .button-copy-copy-copy.small-copy-copy-copy {
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-copy-copy-copy.small-copy-copy-copy.white {
    max-width: 200px;
    margin-bottom: -16px;
  }

  .button-copy-copy-copy.small-copy-copy-copy.white-copy {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 46px;
    display: none;
  }

  .button-copy-copy-copy.small-copy-copy-copy.asdasdadqw123123 {
    border-radius: 40px;
    max-width: 200px;
    margin-top: 35px;
    margin-bottom: -16px;
    padding-bottom: 10px;
    display: block;
  }

  .insurence-h2 {
    font-size: 32px;
  }

  .insirence-logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .insurence-logo {
    height: 60px;
  }

  .insirence-logos-flex {
    flex: 1;
  }

  .insirence-secondery-wrapper.margin-bottom {
    margin-bottom: 120px;
  }

  .logo-pic-copy {
    max-width: 100px;
  }

  .heading-12123231-copy {
    padding-left: 0;
    font-family: Heebo, sans-serif;
    font-size: 16px;
  }

  .paragraph-123133-copy {
    color: var(--black);
    font-size: 12px;
  }

  .paragraph-123131-copy.margin-bottom-40px {
    font-size: 20px;
  }
}

#w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c8e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c90-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c92-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c94-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c96-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c98-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9a-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9c-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca0-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca2-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca4-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca8-ed69607c, #w-node-_33963273-f080-86d8-0970-397bd94da540-ed69607c, #w-node-_29dac1cd-b481-494f-a245-23a43748a6e1-ed69607c, #w-node-ef54f7c2-c844-c2e4-5983-bf31aefce1f8-ed69607c, #w-node-b68a5520-06de-a407-e053-ccc6cacc792a-ed69607c, #w-node-_595f35d1-40f8-53e6-fdae-1adea0a3478b-ed69607c, #w-node-f48012f2-c8e5-f8f4-8d99-f35e43ede37a-ed69607c, #w-node-a0cf8118-d994-fe38-6637-db59625ff8a4-ed69607c, #w-node-b5a09075-29ce-0cf2-f833-79cf36bf6825-ed69607c, #w-node-_57ae4e26-48b8-c16d-116f-3f4f5b07a919-ed69607c, #w-node-ddb4883b-f4a0-b168-aef2-4721a84a87ca-ed69607c, #w-node-_1943869e-3cb6-a11f-90e9-5017892d9da5-ed69607c {
  justify-self: center;
}

#w-node-_60b9551d-e028-18a5-c1ef-085c3be29528-ed69607c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_60b9551d-e028-18a5-c1ef-085c3be29529-ed69607c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194c-ed69607c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194d-ed69607c {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center end;
}

#w-node-_66619fb1-67ac-53c7-ab34-822df70a3faa-ed69607c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_66619fb1-67ac-53c7-ab34-822df70a3fab-ed69607c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_465785c9-a323-c2c9-da9b-957d33a29f02-ed69607c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_465785c9-a323-c2c9-da9b-957d33a29f03-ed69607c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-cedf70d6-bf1d-020f-aefc-64aefc469309-fc4692fe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d4009ff7-e220-d273-17c4-670fa0e43be5-fc4692fe, #w-node-cedf70d6-bf1d-020f-aefc-64aefc469331-fc4692fe, #w-node-cedf70d6-bf1d-020f-aefc-64aefc46931a-fc4692fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e2ca2de-948b-3777-fef0-2a0fabc1c686-fc4692fe {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_34cb46f0-3afd-95ef-1157-5e7c4f263f45-2f17d5fe {
  align-self: auto;
}

#w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc2-ab6960c9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc3-ab6960c9 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2c-ab6960c9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2d-ab6960c9 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-b541c5e6-9d5d-d534-f946-5e51da433298-ab6960c9 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b541c5e6-9d5d-d534-f946-5e51da43329d-ab6960c9 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c0-ab6960c9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c1-ab6960c9 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca398-ab6960c9 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca39f-ab6960c9 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc30-ab6960c9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc31-ab6960c9 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_6f8975da-c8c8-129b-c7b5-6b8e6596fe4b-cd6960d7 {
  justify-self: center;
}

#w-node-_7e7f6ede-a5a8-ec70-60d8-da3dbcf26dda-cd6960d7 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_26b09cfc-9834-e7f5-0176-ffedc62073c1-cd6960d7 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_7786d8d1-6c49-e14a-c1ca-03984d2ab141-cd6960d7 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-ea53b45d-1cd5-deec-6d74-311cda77c4f9-cd6960d7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-cd6960d7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-cd6960d7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-f8a7cb39-cf55-d316-05c4-162c399caea6-cd6960d7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f8a7cb39-cf55-d316-05c4-162c399caeb1-cd6960d7 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-cd6960d7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-cd6960d7 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-cd6960d7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-cd6960d7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-cd6960d7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-cd6960d7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-a57708ab-3917-f77b-a35c-6bc35ec95c0f-1d6960d8 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-a57708ab-3917-f77b-a35c-6bc35ec95c16-1d6960d8 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center;
}

#w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f66-1d6960d8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f67-1d6960d8 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c4-1d6960d8 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c9-1d6960d8 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_8379ba30-32ed-1b76-db71-5446e7eb393f-1d6960d8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_8379ba30-32ed-1b76-db71-5446e7eb3940-1d6960d8 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-f2719018-3165-1f69-14ef-371d39ce401b-1d6960d8 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f2719018-3165-1f69-14ef-371d39ce4022-1d6960d8 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_64e04b64-4e85-caf2-7796-49eda0679985-1d6960d8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_64e04b64-4e85-caf2-7796-49eda0679986-1d6960d8 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_1228ce2a-45ef-d182-3b05-17373c76634c-3d6960db {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_1228ce2a-45ef-d182-3b05-17373c766351-3d6960db {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dc-3d6960db {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dd-3d6960db {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-b04fec9b-729f-9ea9-7913-136de2d3db34-3d6960db {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-b04fec9b-729f-9ea9-7913-136de2d3db35-3d6960db {
  grid-area: 1 / 6 / 2 / 12;
  align-self: center;
}

#w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cd9-3d6960db {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cde-3d6960db {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-f9311654-7514-8f92-e768-5f36b95275e5-946960de {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-f9311654-7514-8f92-e768-5f36b95275e6-946960de {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec1-946960de {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center;
}

#w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec2-946960de {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_9ee09757-abc4-86b9-5f90-12902a574a7c-946960de {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_9ee09757-abc4-86b9-5f90-12902a574a7d-946960de {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_488c1044-c6fb-0db7-8231-04213570e41e-5f6960ed {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_488c1044-c6fb-0db7-8231-04213570e423-5f6960ed {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-c850df78-7d04-fa04-2cdc-19e306a8f727-5f6960ed {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-c850df78-7d04-fa04-2cdc-19e306a8f72c-5f6960ed {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b82-5f6960ed {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b83-5f6960ed {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_017e4d52-4154-7f4e-953b-5db3771d7d65-bc6960f9 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_017e4d52-4154-7f4e-953b-5db3771d7d71-bc6960f9 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fe9-bc6960f9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fea-bc6960f9 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_6f8975da-c8c8-129b-c7b5-6b8e6596fe4b-dc6960fa {
  justify-self: center;
}

#w-node-_7e7f6ede-a5a8-ec70-60d8-da3dbcf26dda-dc6960fa {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_26b09cfc-9834-e7f5-0176-ffedc62073c1-dc6960fa {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_7786d8d1-6c49-e14a-c1ca-03984d2ab141-dc6960fa {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-ea53b45d-1cd5-deec-6d74-311cda77c4f9-dc6960fa {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-dc6960fa {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-dc6960fa {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-dc6960fa {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-dc6960fa {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-dc6960fa {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-dc6960fa {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-dc6960fa {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-dc6960fa {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-dc6960fa {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-dc6960fa {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-416960fc, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-416960fc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-416960fc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-416960fc {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-416960fc {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-416960fc {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa384-776960fd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa385-776960fd {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451b-776960fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451c-776960fd {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207e-776960fd {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207d-776960fd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cc-776960fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cd-776960fd {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_06e670d8-0b6b-b186-cf10-4065c6fc555a-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5546-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5550-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5564-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00d7-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00dd-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e3-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e9-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb644-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb64a-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb650-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb656-1969613f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf696143 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf696143 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf696143 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf696143 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf696143 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_6f8975da-c8c8-129b-c7b5-6b8e6596fe4b-95696145 {
  justify-self: center;
}

#w-node-_7e7f6ede-a5a8-ec70-60d8-da3dbcf26dda-95696145 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_26b09cfc-9834-e7f5-0176-ffedc62073c1-95696145 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_7786d8d1-6c49-e14a-c1ca-03984d2ab141-95696145 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-ea53b45d-1cd5-deec-6d74-311cda77c4f9-95696145 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-95696145 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-95696145 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-95696145 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-95696145 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_1c63557a-d6c2-3342-f92e-b444ba355680-95696145 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_1c63557a-d6c2-3342-f92e-b444ba355681-95696145 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-95696145 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-95696145 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-95696145 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-95696145 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-e5696147 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-e5696147 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_8cb1a6b4-fecb-b717-0c5d-8f2f4b435946-e5696147 {
  justify-self: center;
}

#w-node-_8cb1a6b4-fecb-b717-0c5d-8f2f4b435948-e5696147 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_8cb1a6b4-fecb-b717-0c5d-8f2f4b43594c-e5696147 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_8cb1a6b4-fecb-b717-0c5d-8f2f4b43594e-e5696147 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-cde56806-f68b-8334-9886-d43abf69108a-e5696147 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-e5696147 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-e5696147 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-e5696147 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-e5696147 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-e5696147 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-e5696147 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-cc05a792-421e-ed72-1854-3ba1b8a33e87-e5696147 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-cc05a792-421e-ed72-1854-3ba1b8a33e92-e5696147 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb263f-aa69614c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb2640-aa69614c {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_34486bac-8525-47e0-db9f-21a19bace00c-aa69614c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_34486bac-8525-47e0-db9f-21a19bace011-aa69614c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-c32993e5-43eb-f60a-7fec-fece7b28d3cf-aa69614c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-c32993e5-43eb-f60a-7fec-fece7b28d3d0-aa69614c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affc-aa69614c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affd-aa69614c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_9f8687cc-4182-940e-9e87-be352d035af2-aa69614c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_9f8687cc-4182-940e-9e87-be352d035af7-aa69614c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf69614d, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-cf69614d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf69614d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf69614d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf69614d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf69614d, #w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3eba7-28696178 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3ebae-28696178 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_6f8975da-c8c8-129b-c7b5-6b8e6596fe4b-28696178 {
  justify-self: center;
}

#w-node-_7e7f6ede-a5a8-ec70-60d8-da3dbcf26dda-28696178 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_26b09cfc-9834-e7f5-0176-ffedc62073c1-28696178 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_7786d8d1-6c49-e14a-c1ca-03984d2ab141-28696178 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-ea53b45d-1cd5-deec-6d74-311cda77c4f9-28696178 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-28696178 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-28696178 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-28696178 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-28696178 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-28696178 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-28696178 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-28696178 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-28696178 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_053d4460-e287-a325-b8e4-1bfb38aac7fe-0969619d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_053d4460-e287-a325-b8e4-1bfb38aac805-0969619d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_15012686-0a3e-f4c8-a56a-bb590e16b9fa-0969619d {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_15012686-0a3e-f4c8-a56a-bb590e16b9fe-0969619d {
  justify-self: center;
}

#w-node-_15012686-0a3e-f4c8-a56a-bb590e16ba02-0969619d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_15012686-0a3e-f4c8-a56a-bb590e16ba06-0969619d {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_15012686-0a3e-f4c8-a56a-bb590e16ba0a-0969619d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_187a714e-3b29-830d-3397-ee08d41b8193-0969619d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_187a714e-3b29-830d-3397-ee08d41b8194-0969619d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d69-0969619d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d6a-0969619d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc83-0969619d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc8a-0969619d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-b929c630-a538-ff34-0145-02650128e5dc-0969619d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-b929c630-a538-ff34-0145-02650128e5dd-0969619d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_820bc7dc-f608-b270-bda0-24963969149a-de6961e4 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_820bc7dc-f608-b270-bda0-24963969149b-de6961e4 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f2ed2237-b030-2409-1376-aa51d2477843-de6961e4 {
  grid-area: 1 / 1 / 2 / 6;
  place-self: center;
}

#w-node-f2ed2237-b030-2409-1376-aa51d247784c-de6961e4 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_15addb16-7be0-22b5-1fcd-1081850fe4cb-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4d5-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4df-de6961e4, #w-node-_7a8c0388-7a25-b4c6-002f-10269c903c89-de6961e4, #w-node-_52ca7eaf-8bc2-e320-2566-2d57834ad541-de6961e4, #w-node-ff8f782b-f73c-1e7e-b485-7616235b2ae6-de6961e4, #w-node-_436f1e4b-29c0-ff04-f8c7-0c4579eb5be2-de6961e4, #w-node-_72592b73-ce36-b8d7-a4f8-0e0c1a2ea49e-de6961e4, #w-node-_27fa6084-e2dd-05e1-9c09-4c9316c1ec1f-de6961e4, #w-node-_3d195302-6e35-1d85-80dd-76a5b97da2e9-de6961e4, #w-node-_26ad837c-f072-1d69-b5b1-18b200d0d65e-de6961e4, #w-node-c902d441-0089-2035-d801-6d16b1f90773-de6961e4, #w-node-_3134cf6d-1241-f201-a9d1-9f05a8c1bc82-de6961e4, #w-node-_912b43e9-534c-bb96-5770-46ad9981d1f8-de6961e4, #w-node-ee68ddbd-e357-64a0-ccd6-e77910c67c41-de6961e4, #w-node-e30c20e2-a75f-be0f-6245-63ab2a8f3b5b-de6961e4, #w-node-_999eb1b7-0295-632b-df2c-43ab5cf6effb-de6961e4, #w-node-_5b4d1910-6b29-cdd2-d658-b46ca4dfcad0-de6961e4, #w-node-_621c2099-02fd-2c42-9f17-051eef5a9b13-de6961e4, #w-node-b7b9fd33-8e2f-a900-2c9c-2b1b3ebdc6fd-de6961e4, #w-node-_90ca7e87-cd80-aafe-88be-b76dbce91611-de6961e4, #w-node-_6d2dd503-ca4b-5284-c013-42b276186a95-de6961e4, #w-node-_75301e51-fce5-8302-a2ea-3ee3855e5c46-de6961e4, #w-node-_75d76477-38e9-0fa7-d4be-413d90f61516-f8696206, #w-node-_75d76477-38e9-0fa7-d4be-413d90f61521-f8696206, #w-node-_75d76477-38e9-0fa7-d4be-413d90f6152c-f8696206 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3c525b04-c479-115a-c2b9-f350d7d84173-f8696206 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-7b6962d2, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fbe-7b6962d2 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a043-7b6962d2 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0fd-7b6962d2 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-353272963700-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296375e-7b6962d2 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963760-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296378d-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637eb-7b6962d2 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637ed-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296381f-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963849-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963875-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729638a0-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963927-7b6962d2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-67696338, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-67696338 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-67696338 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-67696338 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-67696338 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-67696338, #w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-8a69636b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-8a69636b {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-8a69636b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-8a69636b {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_61a5a353-a019-5c24-b427-53dc82173682-8a69636b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_61a5a353-a019-5c24-b427-53dc8217368b-8a69636b {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_6f8975da-c8c8-129b-c7b5-6b8e6596fe4b-6f69639e {
  justify-self: center;
}

#w-node-_7e7f6ede-a5a8-ec70-60d8-da3dbcf26dda-6f69639e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_26b09cfc-9834-e7f5-0176-ffedc62073c1-6f69639e {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_7786d8d1-6c49-e14a-c1ca-03984d2ab141-6f69639e {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-ea53b45d-1cd5-deec-6d74-311cda77c4f9-6f69639e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_24d22af3-12fa-590a-1ef6-93bb4e948932-6f69639e {
  place-self: center;
}

#w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-6f69639e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-6f69639e {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197ce-6f69639e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dc872f00-3208-85a9-297f-79b3a38197d9-6f69639e {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-6f69639e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-6f69639e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-6f69639e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-6f69639e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0452bd5f-0be5-608e-c6d1-6b652194a534-816963e2 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_0452bd5f-0be5-608e-c6d1-6b652194a53c-816963e2 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_566cab5b-6f14-7036-719c-2f4660bf65ef-816963e2 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-af6c24b7-e733-7e39-607b-15ba3f460e54-816963e2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-af6c24b7-e733-7e39-607b-15ba3f460e55-816963e2 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_5119988e-4718-e0c9-b0b3-f2eac5001043-816963e2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_5119988e-4718-e0c9-b0b3-f2eac5001044-816963e2 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_00cc402b-2544-ec1e-faef-64d1860f5bde-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5be8-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bf2-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bfc-816963e2, #w-node-_4f31abe9-8623-d781-beb1-0bb62475de7c-816963e2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6eaee8d-8575-611a-def5-b2f0f739d580-006963f3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-f6eaee8d-8575-611a-def5-b2f0f739d581-006963f3 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-f086fb0b-af26-16c8-278b-6e369ef34a49-006963f3 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f086fb0b-af26-16c8-278b-6e369ef34a48-006963f3 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_49efdc82-ca19-1424-4b61-701581bf762a-006963f3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_49efdc82-ca19-1424-4b61-701581bf762b-006963f3 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_59c3db17-1084-e226-22f8-552ec04648dd-006963f3 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_59c3db17-1084-e226-22f8-552ec04648dc-006963f3 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c790-006963f3 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c798-006963f3 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-8769649d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-8769649d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-8769649d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-8769649d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-8769649d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-8769649d {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-8769649d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-8769649d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-9e696514, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-9e696514 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-9e696514 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-9e696514 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-9e696514 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-9e696514 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f7-84696547 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f8-84696547 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_03713d77-9062-c271-256e-29a6328a73d9-84696547 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center;
}

#w-node-_03713d77-9062-c271-256e-29a6328a73da-84696547 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4b118df5-9342-19c9-2c33-93827c3e0a50-84696547 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_4b118df5-9342-19c9-2c33-93827c3e0a51-84696547 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-a570903a-7524-06ea-2ab5-789cf8401161-5f69654c, #w-node-a570903a-7524-06ea-2ab5-789cf840116c-5f69654c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83bdd3ff-ca8a-e7f1-4eb4-d6bd39f83f2d-6469654f {
  align-self: auto;
}

#w-node-f5cd9bef-bc9c-23e3-4388-d529f13ee7e6-a7696553 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-eead5dbe-0122-0492-be7e-494ae2a06627-a7696553, #w-node-_821507db-0b66-8965-ae9d-a43ff7830faa-a7696553 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-bea04b3c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-bea04b3c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-bea04b3c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-bea04b3c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-bea04b3c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-bea04b3c {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-bea04b3c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-bea04b3c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-304c22f7, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fbe-304c22f7 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a043-304c22f7 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0fd-304c22f7 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-353272963700-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296375e-304c22f7 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963760-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296378d-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637eb-304c22f7 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637ed-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296381f-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963849-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963875-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729638a0-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963927-304c22f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-f3069400, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fbe-f3069400 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a043-f3069400 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0fd-f3069400 {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f3069400 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296372f-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296375e-f3069400 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963760-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296378d-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637eb-f3069400 {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296381f-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963849-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963875-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729638a0-f3069400, #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-f3069400, #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963927-f3069400 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-93e57534 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-93e57534 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-93e57534 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-93e57534 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_61a5a353-a019-5c24-b427-53dc82173682-93e57534 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_61a5a353-a019-5c24-b427-53dc8217368b-93e57534 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_80c2996d-c78e-29dc-2b51-2a4254b01cac-c3428be9, #w-node-e68b2b3e-11a5-1cb9-0cf4-78eaaaa3a277-c3428be9, #w-node-_562fb691-5dd9-d004-b67a-1ffcf36521bd-c3428be9, #w-node-_9275d68e-fcd1-0439-7a20-302f3c7c60c3-c3428be9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-f769a50e, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fbe-f769a50e {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a043-f769a50e {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0fd-f769a50e {
  justify-self: center;
}

#w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f769a50e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296372f-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296375e-f769a50e {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963760-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296378d-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637eb-f769a50e {
  justify-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-35327296381f-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963849-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963875-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c91dbfc5-58c5-894a-335f-3532729638a0-f769a50e, #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-f769a50e, #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c91dbfc5-58c5-894a-335f-353272963927-f769a50e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_5f4a7e28-6ebb-d7b6-0d33-ce2bee6d70f9-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f3069400 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f3069400 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f769a50e {
    grid-column: span 2 / span 2;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f769a50e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469309-fc4692fe {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d4009ff7-e220-d273-17c4-670fa0e43be5-fc4692fe {
    grid-area: 1 / 6 / 2 / 8;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469331-fc4692fe {
    grid-area: 1 / 8 / 2 / 10;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc46931a-fc4692fe {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-a570903a-7524-06ea-2ab5-789cf840116c-5f69654c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f769a50e {
    grid-column: span 3 / span 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_164745ba-36ec-21e3-8d61-7e8e1bb60444-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5f4a7e28-6ebb-d7b6-0d33-ce2bee6d70f9-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e0b4b293-07c4-1596-8fc4-56a1225136a5-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5a6b0b1a-654b-909b-1867-d5791cb3614f-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ff735687-a287-e79d-aeb8-be3663dd8af5-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_874c0244-9228-acef-75fd-276849e8087f-d66960e2 {
    place-self: start;
  }

  #w-node-_874c0244-9228-acef-75fd-276849e80887-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a009eec1-df17-e0cd-963f-4d856609c0e0-d66960e2 {
    place-self: start;
  }

  #w-node-a009eec1-df17-e0cd-963f-4d856609c0e8-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_352a9be0-dc68-492d-55ed-a9eb4addb852-d66960e2 {
    place-self: start;
  }

  #w-node-_352a9be0-dc68-492d-55ed-a9eb4addb85a-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba2d7c8a-e289-9bd5-38c6-2b1d2ed8e463-d66960e2 {
    place-self: start;
  }

  #w-node-ba2d7c8a-e289-9bd5-38c6-2b1d2ed8e46b-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4bf75d9-5e77-3b2b-bfb8-c60ae1a6a154-d66960e2 {
    place-self: start;
  }

  #w-node-d4bf75d9-5e77-3b2b-bfb8-c60ae1a6a15c-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7db4a487-3be2-52c9-1ee2-c90a3ee58c33-d66960e2 {
    place-self: start;
  }

  #w-node-_7db4a487-3be2-52c9-1ee2-c90a3ee58c3b-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de72f26f-4fc9-7854-e00e-55dd99797b39-d66960e2 {
    place-self: start;
  }

  #w-node-de72f26f-4fc9-7854-e00e-55dd99797b41-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_745db09f-2bef-c142-3ccd-31c276c5bdaa-d66960e2 {
    place-self: start;
  }

  #w-node-_745db09f-2bef-c142-3ccd-31c276c5bdb2-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9ab1879-5976-f3f9-30a9-1506ea31cc2a-d66960e2 {
    place-self: start;
  }

  #w-node-f9ab1879-5976-f3f9-30a9-1506ea31cc32-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aab68c61-f4f9-ff5b-327d-4bc29aa9ab45-d66960e2 {
    place-self: start;
  }

  #w-node-aab68c61-f4f9-ff5b-327d-4bc29aa9ab4d-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8cfbc5f-c585-e5cf-4b80-87b047f6d25d-d66960e2 {
    place-self: start;
  }

  #w-node-d8cfbc5f-c585-e5cf-4b80-87b047f6d265-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc5ee452-31ca-b61b-625c-b98ac110d8a8-d66960e2 {
    place-self: start;
  }

  #w-node-dc5ee452-31ca-b61b-625c-b98ac110d8b0-d66960e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff8f782b-f73c-1e7e-b485-7616235b2ae6-de6961e4, #w-node-e30c20e2-a75f-be0f-6245-63ab2a8f3b5b-de6961e4, #w-node-_999eb1b7-0295-632b-df2c-43ab5cf6effb-de6961e4, #w-node-_5b4d1910-6b29-cdd2-d658-b46ca4dfcad0-de6961e4, #w-node-_621c2099-02fd-2c42-9f17-051eef5a9b13-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-353272963700-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-7b6962d2, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-353272963700-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-304c22f7, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f3069400 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e {
    grid-column: span 3 / span 3;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f769a50e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c8e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c90-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c92-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c94-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c96-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c98-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9a-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9c-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca0-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca2-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca4-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca8-ed69607c, #w-node-_33963273-f080-86d8-0970-397bd94da540-ed69607c, #w-node-_29dac1cd-b481-494f-a245-23a43748a6e1-ed69607c, #w-node-ef54f7c2-c844-c2e4-5983-bf31aefce1f8-ed69607c, #w-node-b68a5520-06de-a407-e053-ccc6cacc792a-ed69607c, #w-node-_595f35d1-40f8-53e6-fdae-1adea0a3478b-ed69607c, #w-node-f48012f2-c8e5-f8f4-8d99-f35e43ede37a-ed69607c, #w-node-a0cf8118-d994-fe38-6637-db59625ff8a4-ed69607c, #w-node-b5a09075-29ce-0cf2-f833-79cf36bf6825-ed69607c {
    justify-self: center;
  }

  #w-node-_60b9551d-e028-18a5-c1ef-085c3be29528-ed69607c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_60b9551d-e028-18a5-c1ef-085c3be29529-ed69607c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194c-ed69607c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194d-ed69607c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_66619fb1-67ac-53c7-ab34-822df70a3faa-ed69607c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_66619fb1-67ac-53c7-ab34-822df70a3fab-ed69607c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_465785c9-a323-c2c9-da9b-957d33a29f02-ed69607c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_465785c9-a323-c2c9-da9b-957d33a29f03-ed69607c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469309-fc4692fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d4009ff7-e220-d273-17c4-670fa0e43be5-fc4692fe, #w-node-cedf70d6-bf1d-020f-aefc-64aefc469331-fc4692fe, #w-node-cedf70d6-bf1d-020f-aefc-64aefc46931a-fc4692fe, #w-node-_2e2ca2de-948b-3777-fef0-2a0fabc1c686-fc4692fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc2-ab6960c9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc3-ab6960c9 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2c-ab6960c9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2d-ab6960c9, #w-node-b541c5e6-9d5d-d534-f946-5e51da433298-ab6960c9 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-b541c5e6-9d5d-d534-f946-5e51da43329d-ab6960c9, #w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c0-ab6960c9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c1-ab6960c9, #w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca398-ab6960c9 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca39f-ab6960c9, #w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc30-ab6960c9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc31-ab6960c9 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-cd6960d7 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-cd6960d7, #w-node-f8a7cb39-cf55-d316-05c4-162c399caea6-cd6960d7 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f8a7cb39-cf55-d316-05c4-162c399caeb1-cd6960d7 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-cd6960d7 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-cd6960d7, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-cd6960d7 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-cd6960d7 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-cd6960d7 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-cd6960d7 {
    grid-area: 2 / 2 / 3 / 8;
    place-self: center;
  }

  #w-node-a57708ab-3917-f77b-a35c-6bc35ec95c0f-1d6960d8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a57708ab-3917-f77b-a35c-6bc35ec95c16-1d6960d8, #w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f66-1d6960d8 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f67-1d6960d8, #w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c4-1d6960d8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c9-1d6960d8, #w-node-_8379ba30-32ed-1b76-db71-5446e7eb393f-1d6960d8 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_8379ba30-32ed-1b76-db71-5446e7eb3940-1d6960d8, #w-node-f2719018-3165-1f69-14ef-371d39ce401b-1d6960d8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f2719018-3165-1f69-14ef-371d39ce4022-1d6960d8, #w-node-_64e04b64-4e85-caf2-7796-49eda0679985-1d6960d8 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_64e04b64-4e85-caf2-7796-49eda0679986-1d6960d8, #w-node-_1228ce2a-45ef-d182-3b05-17373c76634c-3d6960db {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_1228ce2a-45ef-d182-3b05-17373c766351-3d6960db, #w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dc-3d6960db {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dd-3d6960db {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-b04fec9b-729f-9ea9-7913-136de2d3db34-3d6960db {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-b04fec9b-729f-9ea9-7913-136de2d3db35-3d6960db, #w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cd9-3d6960db {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cde-3d6960db, #w-node-f9311654-7514-8f92-e768-5f36b95275e5-946960de {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-f9311654-7514-8f92-e768-5f36b95275e6-946960de {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec1-946960de {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec2-946960de {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_9ee09757-abc4-86b9-5f90-12902a574a7c-946960de {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_9ee09757-abc4-86b9-5f90-12902a574a7d-946960de, #w-node-_488c1044-c6fb-0db7-8231-04213570e41e-5f6960ed {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_488c1044-c6fb-0db7-8231-04213570e423-5f6960ed {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-c850df78-7d04-fa04-2cdc-19e306a8f727-5f6960ed {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-c850df78-7d04-fa04-2cdc-19e306a8f72c-5f6960ed, #w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b82-5f6960ed {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b83-5f6960ed, #w-node-_017e4d52-4154-7f4e-953b-5db3771d7d65-bc6960f9 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_017e4d52-4154-7f4e-953b-5db3771d7d71-bc6960f9, #w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fe9-bc6960f9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fea-bc6960f9, #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-dc6960fa {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-dc6960fa, #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-dc6960fa {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-dc6960fa, #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-dc6960fa {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-dc6960fa, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-dc6960fa {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-dc6960fa {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-dc6960fa {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-dc6960fa {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-416960fc, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-416960fc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-416960fc {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-416960fc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-416960fc {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-416960fc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa384-776960fd {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa385-776960fd {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451b-776960fd {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451c-776960fd, #w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207e-776960fd {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207d-776960fd, #w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cc-776960fd {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cd-776960fd {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc555a-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5546-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5550-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5564-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00d7-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00dd-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e3-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e9-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb644-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb64a-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb650-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb656-1969613f, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf696143 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf696143 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf696143 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf696143 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf696143 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-95696145 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-95696145, #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-95696145 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-95696145, #w-node-_1c63557a-d6c2-3342-f92e-b444ba355680-95696145 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_1c63557a-d6c2-3342-f92e-b444ba355681-95696145, #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-95696145 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-95696145, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-95696145 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-95696145, #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-e5696147 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-e5696147 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-e5696147 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-e5696147, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-e5696147 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-e5696147 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-e5696147 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-e5696147, #w-node-cc05a792-421e-ed72-1854-3ba1b8a33e87-e5696147 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-cc05a792-421e-ed72-1854-3ba1b8a33e92-e5696147, #w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb263f-aa69614c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb2640-aa69614c, #w-node-_34486bac-8525-47e0-db9f-21a19bace00c-aa69614c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_34486bac-8525-47e0-db9f-21a19bace011-aa69614c, #w-node-c32993e5-43eb-f60a-7fec-fece7b28d3cf-aa69614c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-c32993e5-43eb-f60a-7fec-fece7b28d3d0-aa69614c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affc-aa69614c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affd-aa69614c, #w-node-_9f8687cc-4182-940e-9e87-be352d035af2-aa69614c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_9f8687cc-4182-940e-9e87-be352d035af7-aa69614c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf69614d, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-cf69614d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf69614d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf69614d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf69614d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf69614d, #w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3eba7-28696178 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3ebae-28696178 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-28696178 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-28696178, #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-28696178 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-28696178, #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-28696178 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-28696178, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-28696178 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-28696178, #w-node-_053d4460-e287-a325-b8e4-1bfb38aac7fe-0969619d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_053d4460-e287-a325-b8e4-1bfb38aac805-0969619d, #w-node-_187a714e-3b29-830d-3397-ee08d41b8193-0969619d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_187a714e-3b29-830d-3397-ee08d41b8194-0969619d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d69-0969619d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d6a-0969619d, #w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc83-0969619d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc8a-0969619d, #w-node-b929c630-a538-ff34-0145-02650128e5dc-0969619d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-b929c630-a538-ff34-0145-02650128e5dd-0969619d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_820bc7dc-f608-b270-bda0-24963969149a-de6961e4 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_820bc7dc-f608-b270-bda0-24963969149b-de6961e4, #w-node-f2ed2237-b030-2409-1376-aa51d2477843-de6961e4 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f2ed2237-b030-2409-1376-aa51d247784c-de6961e4 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4cb-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4d5-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4df-de6961e4, #w-node-_7a8c0388-7a25-b4c6-002f-10269c903c89-de6961e4, #w-node-_52ca7eaf-8bc2-e320-2566-2d57834ad541-de6961e4, #w-node-ff8f782b-f73c-1e7e-b485-7616235b2ae6-de6961e4, #w-node-_436f1e4b-29c0-ff04-f8c7-0c4579eb5be2-de6961e4, #w-node-_72592b73-ce36-b8d7-a4f8-0e0c1a2ea49e-de6961e4, #w-node-_27fa6084-e2dd-05e1-9c09-4c9316c1ec1f-de6961e4, #w-node-_3d195302-6e35-1d85-80dd-76a5b97da2e9-de6961e4, #w-node-_26ad837c-f072-1d69-b5b1-18b200d0d65e-de6961e4, #w-node-c902d441-0089-2035-d801-6d16b1f90773-de6961e4, #w-node-_3134cf6d-1241-f201-a9d1-9f05a8c1bc82-de6961e4, #w-node-_912b43e9-534c-bb96-5770-46ad9981d1f8-de6961e4, #w-node-ee68ddbd-e357-64a0-ccd6-e77910c67c41-de6961e4, #w-node-e30c20e2-a75f-be0f-6245-63ab2a8f3b5b-de6961e4, #w-node-_999eb1b7-0295-632b-df2c-43ab5cf6effb-de6961e4, #w-node-_5b4d1910-6b29-cdd2-d658-b46ca4dfcad0-de6961e4, #w-node-_621c2099-02fd-2c42-9f17-051eef5a9b13-de6961e4, #w-node-b7b9fd33-8e2f-a900-2c9c-2b1b3ebdc6fd-de6961e4, #w-node-_90ca7e87-cd80-aafe-88be-b76dbce91611-de6961e4, #w-node-_6d2dd503-ca4b-5284-c013-42b276186a95-de6961e4, #w-node-_75301e51-fce5-8302-a2ea-3ee3855e5c46-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3c525b04-c479-115a-c2b9-f350d7d84173-f8696206 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-7b6962d2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-7b6962d2 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-7b6962d2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-7b6962d2, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-7b6962d2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-7b6962d2 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-7b6962d2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-7b6962d2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-7b6962d2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963700-7b6962d2 {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296372f-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-7b6962d2 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-7b6962d2 {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637bc-7b6962d2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-7b6962d2 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-7b6962d2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-7b6962d2 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963875-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638a0-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-7b6962d2 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-67696338, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-67696338 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-67696338 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-67696338 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-67696338 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-67696338, #w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-8a69636b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-8a69636b, #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-8a69636b {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-8a69636b, #w-node-_61a5a353-a019-5c24-b427-53dc82173682-8a69636b {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc8217368b-8a69636b {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-6f69639e {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-6f69639e {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-6f69639e {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-6f69639e, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-6f69639e {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-6f69639e {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-6f69639e {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-6f69639e, #w-node-_0452bd5f-0be5-608e-c6d1-6b652194a534-816963e2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_0452bd5f-0be5-608e-c6d1-6b652194a53c-816963e2 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_566cab5b-6f14-7036-719c-2f4660bf65ef-816963e2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-af6c24b7-e733-7e39-607b-15ba3f460e54-816963e2 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-af6c24b7-e733-7e39-607b-15ba3f460e55-816963e2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_5119988e-4718-e0c9-b0b3-f2eac5001043-816963e2 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_5119988e-4718-e0c9-b0b3-f2eac5001044-816963e2 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bde-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5be8-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bf2-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bfc-816963e2, #w-node-_4f31abe9-8623-d781-beb1-0bb62475de7c-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f6eaee8d-8575-611a-def5-b2f0f739d580-006963f3 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-f6eaee8d-8575-611a-def5-b2f0f739d581-006963f3, #w-node-f086fb0b-af26-16c8-278b-6e369ef34a49-006963f3 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f086fb0b-af26-16c8-278b-6e369ef34a48-006963f3, #w-node-_49efdc82-ca19-1424-4b61-701581bf762a-006963f3 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_49efdc82-ca19-1424-4b61-701581bf762b-006963f3 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_59c3db17-1084-e226-22f8-552ec04648dd-006963f3 {
    grid-area: 2 / 2 / 3 / 8;
    place-self: center;
  }

  #w-node-_59c3db17-1084-e226-22f8-552ec04648dc-006963f3 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c790-006963f3 {
    grid-area: 2 / 2 / 3 / 8;
    place-self: center;
  }

  #w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c798-006963f3 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-8769649d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-8769649d, #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-8769649d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-8769649d, #w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-8769649d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-8769649d, #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-8769649d {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-8769649d {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-9e696514, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-9e696514 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-9e696514 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-9e696514 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-9e696514 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-9e696514 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f7-84696547 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f8-84696547 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_03713d77-9062-c271-256e-29a6328a73d9-84696547 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_03713d77-9062-c271-256e-29a6328a73da-84696547 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_4b118df5-9342-19c9-2c33-93827c3e0a50-84696547 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_4b118df5-9342-19c9-2c33-93827c3e0a51-84696547 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f5cd9bef-bc9c-23e3-4388-d529f13ee7e6-a7696553 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eead5dbe-0122-0492-be7e-494ae2a06627-a7696553, #w-node-_821507db-0b66-8965-ae9d-a43ff7830faa-a7696553 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-bea04b3c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-bea04b3c, #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-bea04b3c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-bea04b3c, #w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-bea04b3c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-bea04b3c, #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-bea04b3c {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-bea04b3c {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-304c22f7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-304c22f7 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-304c22f7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-304c22f7, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-304c22f7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-304c22f7 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-304c22f7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-304c22f7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-304c22f7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963700-304c22f7 {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296372f-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-304c22f7 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-304c22f7 {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637bc-304c22f7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-304c22f7 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-304c22f7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-304c22f7 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963875-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638a0-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-304c22f7 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f3069400 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f3069400 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f3069400 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-f3069400, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f3069400 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f3069400 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f3069400 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f3069400 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f3069400, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f3069400 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-f3069400 {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637bc-f3069400 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f3069400 {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-f3069400 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-f3069400 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963875-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638a0-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f3069400 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-93e57534 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-93e57534, #w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-93e57534 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-93e57534 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc82173682-93e57534 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc8217368b-93e57534 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f769a50e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f769a50e {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1d6-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f769a50e {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd257-f769a50e, #w-node-_98e43d17-d890-a8c6-da71-2d96970bd571-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f769a50e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f769a50e {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f39-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f769a50e {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449fc0-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f769a50e {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a062-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ff-f769a50e, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f769a50e {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296378d-f769a50e {
    order: -9999;
    grid-area: 2 / 3 / 3 / 7;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637bc-f769a50e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f769a50e {
    order: -9999;
    grid-area: 1 / 5 / 2 / 9;
    place-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-f769a50e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-f769a50e {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963875-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638a0-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638cb-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f769a50e {
    order: -9999;
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c8e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c90-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c92-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c94-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c96-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c98-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9a-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9c-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca0-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca2-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca4-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca8-ed69607c, #w-node-_33963273-f080-86d8-0970-397bd94da540-ed69607c, #w-node-_29dac1cd-b481-494f-a245-23a43748a6e1-ed69607c, #w-node-ef54f7c2-c844-c2e4-5983-bf31aefce1f8-ed69607c, #w-node-b68a5520-06de-a407-e053-ccc6cacc792a-ed69607c, #w-node-_595f35d1-40f8-53e6-fdae-1adea0a3478b-ed69607c, #w-node-f48012f2-c8e5-f8f4-8d99-f35e43ede37a-ed69607c, #w-node-a0cf8118-d994-fe38-6637-db59625ff8a4-ed69607c, #w-node-b5a09075-29ce-0cf2-f833-79cf36bf6825-ed69607c {
    justify-self: center;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469309-fc4692fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f2719018-3165-1f69-14ef-371d39ce401b-1d6960d8 {
    grid-column-end: 8;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-416960fc, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-416960fc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc555a-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5546-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5550-1969613f, #w-node-_06e670d8-0b6b-b186-cf10-4065c6fc5564-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00d7-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00dd-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e3-1969613f, #w-node-_30ea6ca3-b0f9-7574-44a2-7138b6dc00e9-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb644-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb64a-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb650-1969613f, #w-node-f75584cc-d846-05b0-df3f-355c4aacb656-1969613f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf696143, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-cf69614d, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-cf69614d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4cb-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4d5-de6961e4, #w-node-_15addb16-7be0-22b5-1fcd-1081850fe4df-de6961e4, #w-node-_7a8c0388-7a25-b4c6-002f-10269c903c89-de6961e4, #w-node-_52ca7eaf-8bc2-e320-2566-2d57834ad541-de6961e4, #w-node-ff8f782b-f73c-1e7e-b485-7616235b2ae6-de6961e4, #w-node-_436f1e4b-29c0-ff04-f8c7-0c4579eb5be2-de6961e4, #w-node-_72592b73-ce36-b8d7-a4f8-0e0c1a2ea49e-de6961e4, #w-node-_27fa6084-e2dd-05e1-9c09-4c9316c1ec1f-de6961e4, #w-node-_3d195302-6e35-1d85-80dd-76a5b97da2e9-de6961e4, #w-node-_26ad837c-f072-1d69-b5b1-18b200d0d65e-de6961e4, #w-node-c902d441-0089-2035-d801-6d16b1f90773-de6961e4, #w-node-_3134cf6d-1241-f201-a9d1-9f05a8c1bc82-de6961e4, #w-node-_912b43e9-534c-bb96-5770-46ad9981d1f8-de6961e4, #w-node-ee68ddbd-e357-64a0-ccd6-e77910c67c41-de6961e4, #w-node-e30c20e2-a75f-be0f-6245-63ab2a8f3b5b-de6961e4, #w-node-_999eb1b7-0295-632b-df2c-43ab5cf6effb-de6961e4, #w-node-_5b4d1910-6b29-cdd2-d658-b46ca4dfcad0-de6961e4, #w-node-_621c2099-02fd-2c42-9f17-051eef5a9b13-de6961e4, #w-node-b7b9fd33-8e2f-a900-2c9c-2b1b3ebdc6fd-de6961e4, #w-node-_90ca7e87-cd80-aafe-88be-b76dbce91611-de6961e4, #w-node-_6d2dd503-ca4b-5284-c013-42b276186a95-de6961e4, #w-node-_75301e51-fce5-8302-a2ea-3ee3855e5c46-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-7b6962d2 {
    justify-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-67696338, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-67696338 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bde-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5be8-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bf2-816963e2, #w-node-_00cc402b-2544-ec1e-faef-64d1860f5bfc-816963e2, #w-node-_4f31abe9-8623-d781-beb1-0bb62475de7c-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_49efdc82-ca19-1424-4b61-701581bf762b-006963f3 {
    grid-area: 2 / 2 / 3 / 7;
    place-self: center;
  }

  #w-node-_59c3db17-1084-e226-22f8-552ec04648dd-006963f3 {
    justify-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb47-9e696514, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb51-9e696514 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eead5dbe-0122-0492-be7e-494ae2a06627-a7696553, #w-node-_821507db-0b66-8965-ae9d-a43ff7830faa-a7696553 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: stretch;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-353272963760-f3069400, #w-node-c91dbfc5-58c5-894a-335f-353272963760-f769a50e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c8e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c90-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c92-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c94-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c96-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c98-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9a-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9c-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911c9e-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca0-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca2-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca4-ed69607c, #w-node-e3d64b40-53a4-14f2-4a45-e7eeb8911ca8-ed69607c, #w-node-_33963273-f080-86d8-0970-397bd94da540-ed69607c, #w-node-_29dac1cd-b481-494f-a245-23a43748a6e1-ed69607c, #w-node-ef54f7c2-c844-c2e4-5983-bf31aefce1f8-ed69607c, #w-node-b68a5520-06de-a407-e053-ccc6cacc792a-ed69607c, #w-node-_595f35d1-40f8-53e6-fdae-1adea0a3478b-ed69607c, #w-node-f48012f2-c8e5-f8f4-8d99-f35e43ede37a-ed69607c, #w-node-a0cf8118-d994-fe38-6637-db59625ff8a4-ed69607c, #w-node-b5a09075-29ce-0cf2-f833-79cf36bf6825-ed69607c {
    justify-self: center;
  }

  #w-node-_60b9551d-e028-18a5-c1ef-085c3be29528-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_60b9551d-e028-18a5-c1ef-085c3be29529-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194c-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_6f3c14b5-9b12-a8a6-b7f5-d56e226e194d-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_66619fb1-67ac-53c7-ab34-822df70a3faa-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_66619fb1-67ac-53c7-ab34-822df70a3fab-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_465785c9-a323-c2c9-da9b-957d33a29f02-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_465785c9-a323-c2c9-da9b-957d33a29f03-ed69607c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469309-fc4692fe {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d4009ff7-e220-d273-17c4-670fa0e43be5-fc4692fe {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc469331-fc4692fe {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-cedf70d6-bf1d-020f-aefc-64aefc46931a-fc4692fe {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2e2ca2de-948b-3777-fef0-2a0fabc1c686-fc4692fe {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc2-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_710c4a8f-c8f9-7291-dc72-881f57d3efc3-ab6960c9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2c-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_68c49dc4-9739-e1e6-91fe-de69e2accd2d-ab6960c9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b541c5e6-9d5d-d534-f946-5e51da433298-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b541c5e6-9d5d-d534-f946-5e51da43329d-ab6960c9, #w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c0-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a8a84304-52dc-0e4a-6427-41d9a0d4e2c1-ab6960c9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca398-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_3c1cd70f-9533-c1d4-0124-d1bdb62ca39f-ab6960c9, #w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc30-ab6960c9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_0f0b1816-88a2-f2b0-5fd2-4bf8d09ebc31-ab6960c9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-cd6960d7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-f8a7cb39-cf55-d316-05c4-162c399caea6-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f8a7cb39-cf55-d316-05c4-162c399caeb1-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-cd6960d7, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-cd6960d7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-cd6960d7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-cd6960d7 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-a57708ab-3917-f77b-a35c-6bc35ec95c0f-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a57708ab-3917-f77b-a35c-6bc35ec95c16-1d6960d8, #w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f66-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9d1c143d-a7aa-a792-9f85-c0d021576f67-1d6960d8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c4-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4c01a3d1-5494-23b8-cdfc-f25e86e0c9c9-1d6960d8, #w-node-_8379ba30-32ed-1b76-db71-5446e7eb393f-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8379ba30-32ed-1b76-db71-5446e7eb3940-1d6960d8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-f2719018-3165-1f69-14ef-371d39ce401b-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f2719018-3165-1f69-14ef-371d39ce4022-1d6960d8, #w-node-_64e04b64-4e85-caf2-7796-49eda0679985-1d6960d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_64e04b64-4e85-caf2-7796-49eda0679986-1d6960d8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_1228ce2a-45ef-d182-3b05-17373c76634c-3d6960db {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_1228ce2a-45ef-d182-3b05-17373c766351-3d6960db, #w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dc-3d6960db {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-cf712a8c-e1e1-8262-3d4c-e4953b58c1dd-3d6960db {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b04fec9b-729f-9ea9-7913-136de2d3db34-3d6960db {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-b04fec9b-729f-9ea9-7913-136de2d3db35-3d6960db {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cd9-3d6960db {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a2be07a1-acf4-c2c5-39c2-cf1022531cde-3d6960db, #w-node-f9311654-7514-8f92-e768-5f36b95275e5-946960de {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-f9311654-7514-8f92-e768-5f36b95275e6-946960de {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec1-946960de {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a1a195f0-36a2-6a52-bc69-bc4793c7bec2-946960de {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_9ee09757-abc4-86b9-5f90-12902a574a7c-946960de {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9ee09757-abc4-86b9-5f90-12902a574a7d-946960de {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_488c1044-c6fb-0db7-8231-04213570e41e-5f6960ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_488c1044-c6fb-0db7-8231-04213570e423-5f6960ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-c850df78-7d04-fa04-2cdc-19e306a8f727-5f6960ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c850df78-7d04-fa04-2cdc-19e306a8f72c-5f6960ed, #w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b82-5f6960ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_7e7987d1-227b-d783-7b8c-9d4b276c0b83-5f6960ed {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_017e4d52-4154-7f4e-953b-5db3771d7d65-bc6960f9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_017e4d52-4154-7f4e-953b-5db3771d7d71-bc6960f9, #w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fe9-bc6960f9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3bf3264a-12da-a25a-5f7a-d9637d7f3fea-bc6960f9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-dc6960fa {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-dc6960fa, #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-dc6960fa {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-dc6960fa {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-dc6960fa {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-dc6960fa, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-dc6960fa {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-dc6960fa {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-dc6960fa {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-dc6960fa {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-416960fc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-416960fc {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-416960fc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-416960fc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa384-776960fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8939c9ec-9f70-c330-a7ee-e28f13eaa385-776960fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451b-776960fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_02696cb4-e1c1-90c7-9248-ae300ad6451c-776960fd {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207e-776960fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_599ea1d5-6c0e-c54b-11d5-69b6d623207d-776960fd, #w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cc-776960fd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_45fa117d-0d9d-d792-09d1-910decb6f3cd-776960fd {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf696143 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf696143 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf696143 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf696143 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-95696145 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-95696145 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-95696145 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-95696145, #w-node-_1c63557a-d6c2-3342-f92e-b444ba355680-95696145 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_1c63557a-d6c2-3342-f92e-b444ba355681-95696145 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-95696145 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-95696145, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-95696145 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-95696145 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-e5696147, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-e5696147 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-e5696147 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-cc05a792-421e-ed72-1854-3ba1b8a33e87-e5696147 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-cc05a792-421e-ed72-1854-3ba1b8a33e92-e5696147, #w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb263f-aa69614c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_4cf5651d-a4ab-9444-c40e-d6af45fb2640-aa69614c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_34486bac-8525-47e0-db9f-21a19bace00c-aa69614c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_34486bac-8525-47e0-db9f-21a19bace011-aa69614c, #w-node-c32993e5-43eb-f60a-7fec-fece7b28d3cf-aa69614c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-c32993e5-43eb-f60a-7fec-fece7b28d3d0-aa69614c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affc-aa69614c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-f1b42655-88db-b5ae-c573-4ca6e1e9affd-aa69614c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_9f8687cc-4182-940e-9e87-be352d035af2-aa69614c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_9f8687cc-4182-940e-9e87-be352d035af7-aa69614c, #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-cf69614d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-cf69614d {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-cf69614d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-cf69614d, #w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3eba7-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d3a2e2d0-0ad6-1298-28bb-2be72db3ebae-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a422-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_53fa9a5f-3739-1a1c-aeb5-76965af7a42d-28696178, #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74720-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_90cfcfc2-052d-c1ee-9ca3-877034e74721-28696178 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-28696178, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-28696178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-28696178 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_053d4460-e287-a325-b8e4-1bfb38aac7fe-0969619d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_053d4460-e287-a325-b8e4-1bfb38aac805-0969619d, #w-node-_187a714e-3b29-830d-3397-ee08d41b8193-0969619d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_187a714e-3b29-830d-3397-ee08d41b8194-0969619d {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d69-0969619d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_759e04fe-9aa3-09b3-514d-44d4407e7d6a-0969619d {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc83-0969619d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_01b43b5c-54dd-c059-0160-d1bdb95ccc8a-0969619d, #w-node-b929c630-a538-ff34-0145-02650128e5dc-0969619d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-b929c630-a538-ff34-0145-02650128e5dd-0969619d {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_820bc7dc-f608-b270-bda0-24963969149a-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_820bc7dc-f608-b270-bda0-24963969149b-de6961e4, #w-node-f2ed2237-b030-2409-1376-aa51d2477843-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f2ed2237-b030-2409-1376-aa51d247784c-de6961e4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c525b04-c479-115a-c2b9-f350d7d84173-f8696206 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-7b6962d2, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-7b6962d2, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-7b6962d2 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-7b6962d2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-67696338 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-67696338 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-67696338 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-67696338, #w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-8a69636b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-8a69636b, #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-8a69636b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-8a69636b {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc82173682-8a69636b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc8217368b-8a69636b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2463-6f69639e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b6c75698-7f72-3f6f-457f-c7a1f0bc2467-6f69639e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197ce-6f69639e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dc872f00-3208-85a9-297f-79b3a38197d9-6f69639e, #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67b-6f69639e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_3c32e89d-4832-50b3-afb5-dac80585a67c-6f69639e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d104-6f69639e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_06761d5c-8dd6-a299-845f-d3379bf8d105-6f69639e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_0452bd5f-0be5-608e-c6d1-6b652194a534-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0452bd5f-0be5-608e-c6d1-6b652194a53c-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_566cab5b-6f14-7036-719c-2f4660bf65ef-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af6c24b7-e733-7e39-607b-15ba3f460e54-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-af6c24b7-e733-7e39-607b-15ba3f460e55-816963e2 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_5119988e-4718-e0c9-b0b3-f2eac5001043-816963e2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_5119988e-4718-e0c9-b0b3-f2eac5001044-816963e2 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-f6eaee8d-8575-611a-def5-b2f0f739d580-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-f6eaee8d-8575-611a-def5-b2f0f739d581-006963f3 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-f086fb0b-af26-16c8-278b-6e369ef34a49-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f086fb0b-af26-16c8-278b-6e369ef34a48-006963f3, #w-node-_49efdc82-ca19-1424-4b61-701581bf762a-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_49efdc82-ca19-1424-4b61-701581bf762b-006963f3 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_59c3db17-1084-e226-22f8-552ec04648dd-006963f3, #w-node-_59c3db17-1084-e226-22f8-552ec04648dc-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c790-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-d8731c0a-b6ec-9f1a-92d3-3f403f81c798-006963f3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-8769649d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-8769649d, #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-8769649d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-8769649d {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-8769649d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-8769649d, #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-8769649d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-8769649d {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5d-9e696514 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb5e-9e696514 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb69-9e696514 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_88c0bd4e-7377-e459-9152-240820bbbb6a-9e696514 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f7-84696547 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_5a162e23-24b0-4ddd-e174-12d27db6f2f8-84696547 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_03713d77-9062-c271-256e-29a6328a73d9-84696547 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_03713d77-9062-c271-256e-29a6328a73da-84696547 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_4b118df5-9342-19c9-2c33-93827c3e0a50-84696547 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_4b118df5-9342-19c9-2c33-93827c3e0a51-84696547 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16ae-bea04b3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-dab62b3e-0eac-d1ce-56fe-5ab6ae6b16b6-bea04b3c, #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a1-bea04b3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_84eb024e-af44-e9ea-54e2-f490a5c0c1a2-bea04b3c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e13-bea04b3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_43ba2761-dc9d-1324-11de-56a924de6e1a-bea04b3c, #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd8-bea04b3c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_76d946ce-8c72-f08a-21e5-7ba3861a7bd9-bea04b3c {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-304c22f7, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-304c22f7, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-304c22f7 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-304c22f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f3069400, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f3069400, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f3069400 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-f3069400 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c1-93e57534 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a2cabdc2-3311-bba4-6ac6-3ac65f75e8c2-93e57534 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-a80219a0-6467-5e1f-cdef-d9dd196f126c-93e57534 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a80219a0-6467-5e1f-cdef-d9dd196f1277-93e57534 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc82173682-93e57534 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_61a5a353-a019-5c24-b427-53dc8217368b-93e57534 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd180-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd1aa-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd201-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_7dfef856-4088-17d6-cb8c-7b7223cdd22b-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ee3-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f0d-f769a50e, #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f64-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449f8f-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc449ffa-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a02d-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a097-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d616556-9329-edd1-25ee-a1b4fc44a0ca-f769a50e, #w-node-c91dbfc5-58c5-894a-335f-35327296372f-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963760-f769a50e {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729637ed-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-35327296381f-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963849-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91dbfc5-58c5-894a-335f-3532729638f8-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start center;
  }

  #w-node-c91dbfc5-58c5-894a-335f-353272963927-f769a50e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}