@font-face {
  font-family: "Fa 6 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2"), url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 6 duotone 900";
  src: url('../fonts/fa-duotone-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 6 100";
  src: url('../fonts/fa-thin-100.woff2') format("woff2"), url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid  6 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa  6 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa duotone 6 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa solid 6 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #2d3958;
  --cta: #ff00a1;
  --brand: #6a35ff;
  --lavender-blush: #fef1f2;
  --azure-2: #ebfbff;
  --black: black;
  --ghost-white: #fef7fd;
  --purple: #693a6b;
  --lavender: #f3efff;
  --azure: #ebfbff;
  --plum: #ed9ae4;
  --sandy-brown: #ff9f59;
  --indian-red: #f14a59;
  --medium-aquamarine: #46d39a;
  --mint-cream: #f0fbf7;
  --dark-magenta: #9b00a2;
  --white: white;
  --sky-blue-2: #f1dff0;
  --sky-blue: #a0dcf6;
  --plum-2: #ff9ac8;
  --ghost-white-2: #f8faff;
  --cornflower-blue: #7184c6;
  --plum-3: #cb9dcd;
  --light-blue: #bedee6;
  --slate-blue: #656eaa;
  --thistle: #dcb9dd;
  --medium-orchid: #a667a8;
  --dark-slate-blue-2: #414d8d;
  --light-blue-2: #a3c7dd;
  --dim-grey: #636363;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-slate-blue);
  height: 100%;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 1;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #7b88a8;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--cta);
  text-decoration: none;
}

ul {
  color: #7b88a8;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
}

ol {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 40px;
}

li {
  color: #7b88a8;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  color: var(--brand);
  font-weight: 700;
}

.hero {
  background-color: #f8faff;
  background-image: url('../images/Pattern.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: 1810px;
  min-height: 900px;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 1000;
  color: var(--lavender-blush);
  background-color: #ebfbff;
  align-items: center;
  min-height: 90px;
  margin-top: 0;
  padding: 0 3%;
  font-family: Rubik, sans-serif;
  list-style-type: none;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

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

.container-7.container-fixed {
  max-width: 850px;
}

.container-7.slider-container {
  margin-top: 40px;
}

.display-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -.03em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: auto auto 40px;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.07;
  display: flex;
}

.hero-details {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  max-width: 380px;
  margin: 20px auto;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  display: none;
}

.hero-details.hebrew-hero-details {
  max-width: 338px;
}

.title-centre {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -62px;
  display: block;
}

.title-centre.blog-title {
  display: none;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.button-padding {
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button.hover {
  background-color: #5931c9;
}

.button.button-disable {
  color: #bcc4da;
  background-color: #e6eaf5;
  font-weight: 500;
}

.button.button-outline {
  border: 1px solid var(--brand);
  color: var(--brand);
  background-color: #0000;
}

.button.button-secondary {
  background-color: var(--ghost-white);
  color: var(--brand);
}

.button.secondary-hover {
  color: var(--brand);
  background-color: #cbb8ff;
}

.button.secondary-outline {
  border: 1px solid var(--ghost-white);
  color: #fff;
  background-color: #0000;
}

.details {
  color: #bcc4da;
  margin-top: 12px;
}

.details.details-space {
  margin-top: 0;
  margin-right: 10px;
}

.dashboard-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.dashboard-wrapper.dashboard-platform {
  margin-top: -58px;
  padding-top: 0;
  top: 45px;
}

.dashboard {
  perspective: 1500px;
  perspective-origin: 50%;
  border-radius: 24px;
  width: 100%;
  max-width: 750px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.dashboard-card-02 {
  position: absolute;
  inset: -20% auto auto 0%;
}

.dashboard-card-01 {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: -20% 0% auto auto;
}

.logo-section {
  padding-top: 4px;
  padding-left: 3%;
  padding-right: 3%;
}

.logo-grid {
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 0;
  padding-top: 0;
}

.logo-block {
  opacity: 1;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 20px;
  display: flex;
}

.logo-block:hover {
  box-shadow: 4px 4px 84px #e6eaf566;
}

.content-section {
  margin-top: 0;
  padding: 100px 3% 0;
  position: relative;
}

.content-section.content-large {
  color: #ff9ac8;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.content-section.about-details {
  padding-bottom: 70px;
}

.content-section.job-section {
  padding-top: 40px;
}

.paragraph {
  color: var(--black);
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  display: flex;
}

.link-arrow {
  color: var(--purple);
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow-text {
  color: var(--cta);
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.content-image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.content-text-wrapper {
  padding: 20px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.menu-title {
  border-bottom: 1px solid #232a3121;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.block {
  margin-bottom: 45px;
}

.style-guide-navigation {
  background-color: #fff;
  border-right: 1px solid #232a3121;
  width: 15%;
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.q2 {
  border-left-color: var(--brand);
  font-style: italic;
  font-weight: 500;
}

.mobile-navigation {
  display: none;
}

.style-guide-hero {
  color: var(--dark-slate-blue);
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 100px 5%;
  display: flex;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: #4317c0;
  height: 120px;
}

.colour-block.c6 {
  background-color: var(--lavender);
}

.colour-block.c8 {
  background-color: #00bde3;
}

.colour-block.c9 {
  background-color: #01d2fc;
}

.colour-block.c3 {
  background-color: #6a35ff;
}

.colour-block.c2 {
  background-color: #5a27ed;
}

.colour-block.c4 {
  background-color: #9672ff;
}

.colour-block.c5 {
  background-color: #cbb8ff;
}

.colour-block.c7 {
  background-color: #009cbb;
}

.colour-block.c10 {
  background-color: #4ddffd;
}

.colour-block.c11 {
  background-color: #e4faff;
}

.colour-block.c12 {
  background-color: var(--azure);
}

.colour-block.c13 {
  background-color: #c150b5;
}

.colour-block.c14 {
  background-color: #dc73d1;
}

.colour-block.c15 {
  background-color: var(--plum);
}

.colour-block.c16 {
  background-color: #f2b8ec;
}

.colour-block.c17 {
  background-color: #f9dcf6;
}

.colour-block.c18 {
  background-color: var(--ghost-white);
}

.colour-block.t1 {
  background-color: #2d3958;
}

.colour-block.t2 {
  background-color: #546285;
}

.colour-block.t3 {
  background-color: #7b88a8;
}

.colour-block.t4 {
  background-color: #bcc4da;
}

.colour-block.t5 {
  background-color: #e6eaf5;
}

.colour-block.t6 {
  background-color: #f8faff;
}

.colour-block.s1 {
  background-color: #c96924;
}

.colour-block.s2 {
  background-color: #e3833e;
}

.colour-block.s3 {
  background-color: var(--sandy-brown);
}

.colour-block.s4 {
  background-color: #ffbc8b;
}

.colour-block.s5 {
  background-color: #ffddc5;
}

.colour-block.s6 {
  background-color: #fff7f2;
}

.colour-block.s7 {
  background-color: #c02634;
}

.colour-block.s8 {
  background-color: #dc3544;
}

.colour-block.s9 {
  background-color: var(--indian-red);
}

.colour-block.s10 {
  background-color: #f5808b;
}

.colour-block.s11 {
  background-color: #fac0c5;
}

.colour-block.s12 {
  background-color: var(--lavender-blush);
}

.colour-block.s13 {
  background-color: #1e8a5e;
}

.colour-block.s14 {
  background-color: #2db37c;
}

.colour-block.s15 {
  background-color: var(--medium-aquamarine);
}

.colour-block.s16 {
  background-color: #7ee0b8;
}

.colour-block.s17 {
  background-color: #bef0dc;
}

.colour-block.s18 {
  background-color: var(--mint-cream);
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.title-wrap-left.remove-padding {
  margin-bottom: 0;
}

.logo-style-guide {
  width: 110px;
  position: static;
  inset: 0% auto 0% 0%;
}

.style-guide-content {
  background-color: #fff;
  border-right: 1px solid #1730490d;
  width: 85%;
}

.container-tight {
  width: 100%;
  max-width: 1040px;
  margin-top: -79px;
  margin-left: auto;
  margin-right: auto;
}

.content-container {
  width: 100%;
  max-width: 1040px;
  margin: 45px auto 80px;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.paragraph-light {
  color: #7b88a8;
  max-width: 500px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.style-guide-heading {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 60px;
  line-height: 1.05;
}

.title-grey {
  color: var(--azure-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.heading-white {
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.style-guide-header {
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 140px 5%;
  display: flex;
}

.style-guide-section {
  padding: 100px 3%;
}

.size-detail {
  color: var(--brand);
  margin-left: 8px;
}

.colour-hex {
  color: #9b9eb8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.style-guide {
  align-items: flex-start;
  display: flex;
}

.menu {
  border-bottom: 1px solid #17304917;
  overflow: auto;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  padding: 24px;
}

.button-grid.dark {
  background-color: var(--dark-slate-blue);
}

.span-opacity {
  color: var(--brand);
  font-weight: 500;
}

.header-h3 {
  color: #232936;
  font-size: 30px;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.menu-top {
  border-bottom: 1px solid #232a3121;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.menu-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.active-bar {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-link {
  color: #4e5d78;
  border-left: 4px solid #f5fafd;
  align-items: center;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  border-left-color: var(--brand);
  background-color: #f5fafd;
}

.menu-link.w--current {
  border-left: 4px solid var(--brand);
  background-color: #f5fafc;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.menu-text {
  color: #17304963;
  letter-spacing: 2px;
  font-weight: 500;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-3 {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.button-navigation {
  background-color: var(--cta);
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: var(--dark-magenta);
  color: #fff;
}

.button-navigation.login-button {
  background-color: var(--plum);
  margin-right: 10px;
  display: none;
}

.button-navigation.login-button.w--current {
  display: none;
}

.button-navigation.price-button {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 200px;
  margin-left: 0;
  margin-right: 19px;
  padding: 20px 0 0 100px;
}

.button-navigation.price-button.register-button {
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-link {
  opacity: 1;
  color: var(--dark-slate-blue);
  text-align: center;
  min-width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--cta);
}

.cta-section {
  background-color: #fff;
  padding: 100px 3%;
  position: relative;
}

.cta-banner {
  background-color: var(--sky-blue-2);
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  align-items: center;
  min-height: 280px;
  padding: 60px 70px;
  display: flex;
}

.cta-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6 {
  width: 50%;
}

.cta-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  line-height: 1.1;
}

.text-span {
  opacity: 1;
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.cta-button-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-hero {
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-hero:hover {
  background-color: #5a27e7;
  box-shadow: 8px 8px 20px #6a35ff52;
}

.button-white {
  color: var(--brand);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button-white.button-full {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}

.footer {
  background-color: var(--sky-blue);
  padding: 100px 3% 60px;
}

.return-top {
  background-color: var(--plum-2);
  opacity: 1;
  color: var(--plum-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 32px 48px auto;
  box-shadow: 1px 1px #0003;
}

.arrow-up {
  width: 34px;
  position: absolute;
}

.hero-pricing {
  background-color: var(--ghost-white-2);
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 900px;
  padding: 140px 3%;
}

.social-links {
  align-items: center;
  display: flex;
}

.legal-text {
  color: #fff;
  font-size: 16px;
}

.footer-grid {
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-family: Rubik, sans-serif;
}

.legal-block {
  opacity: 1;
  direction: ltr;
  color: #fff;
  border-top: 1px solid #fff6;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  padding-top: 32px;
  font-size: 15px;
  display: flex;
}

.footer-link {
  color: var(--cornflower-blue);
  margin: 4px 0 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

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

.footer-link.w--current:hover {
  color: var(--dark-magenta);
}

.footer-logo {
  width: 120px;
  margin-top: 60px;
  margin-left: 40px;
}

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

.footer-column.footer-contact {
  align-items: center;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-link {
  padding: 8px 9px;
}

.fixed-background {
  z-index: -1;
  background-color: #182135;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-section {
  margin-top: -94px;
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.pricing-container {
  background-color: #fff;
  border-radius: 42px;
  box-shadow: -10px 117px 118px #ced4e01f;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area-2 Area-3" minmax(334px, .25fr)
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1.2fr .5fr .25fr 1fr;
  justify-items: stretch;
  padding-left: 2%;
  padding-right: 2%;
}

.pricing-top {
  background-color: var(--azure-2);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 19px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 20em;
  min-height: 150px;
  margin: 16px 0 auto 20px;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
  transform: translate3d(0, 0, 214px);
  box-shadow: 0 0 1px #000;
}

.pricing-top.feature-cell {
  background-color: var(--sky-blue-2);
  border-style: none;
  border-radius: 18px;
  align-items: center;
  margin-left: 82px;
  margin-right: 32px;
  padding: 0;
  display: block;
  position: relative;
  top: 4px;
}

.pricing {
  letter-spacing: -1px;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 33px;
  font-size: 64px;
  font-weight: 600;
  display: flex;
}

.pricing.text-white {
  color: var(--black);
  text-align: right;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}

.pricing-period {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 11px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.price-type {
  color: #2d3958;
  text-align: center;
  letter-spacing: -.8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 10em;
  margin: 0 40px;
  padding-top: 0;
  padding-left: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.price-type.price-type-headline {
  color: var(--black);
  padding-left: 17px;
}

.price-button {
  color: var(--cta);
  background-color: #0000;
  border: 1px solid #e6eaf5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 48px;
  padding: 14px 33px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price-button.feature-button {
  background-color: #fff;
}

.price-button.register-button {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 15px;
}

.price-button.get-started-button {
  color: var(--plum-3);
  text-align: left;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: solid;
  justify-content: center;
  width: 180px;
  margin: 40px auto 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  transform: translate3d(0, 0, 224px);
}

.price-button.get-started-button:hover {
  box-shadow: 0 -1px 4px 1px #000;
}

.price-button.get-started-button.register-button {
  box-shadow: none;
  perspective: 78px;
  text-align: center;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 15%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  transition-property: none;
  display: flex;
  transform: none;
}

.price-button.get-started-button.register-button:hover {
  margin-left: 8px;
  margin-right: 0;
  padding-left: 0;
}

.price-feature {
  text-align: center;
  background-color: #f1dff0;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: -25px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.price-span {
  color: var(--cta);
  margin-right: 8px;
  font-size: 22px;
  font-weight: 400;
}

.pricing-banner {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  padding: 27px 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.pricing-feature {
  color: #2d3958;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.pricing-feature.banner-text {
  color: #7b88a8;
  text-align: left;
  background-color: #0000;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  text-decoration: none;
}

.pricing-cell-lead {
  border-bottom: 1px solid #e6eaf5;
  align-items: center;
  min-height: 100px;
  padding-left: 30px;
  display: flex;
}

.pricing-cell-lead.bottom-cell {
  border-bottom-style: none;
}

.pricing-cell {
  border-bottom: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.pricing-cell.bottom-cell {
  border-bottom-style: none;
}

.display {
  letter-spacing: -.03em;
  font-size: 64px;
  line-height: 1.05;
}

.faq-section {
  padding: 100px 3%;
}

.question-title {
  font-size: 18px;
  font-weight: 600;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-content {
  margin-top: -2px;
  padding-right: 40px;
  overflow: hidden;
}

.faq-wrap {
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-bar {
  color: #2d3958;
  border-bottom: 1px solid #e6eaf5;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.form {
  display: flex;
}

.text-field-find {
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-field-find::placeholder {
  color: #bcc4da;
}

.register-button {
  clear: left;
  background-color: var(--cta);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 0;
  height: 40px;
  min-height: 56px;
  margin-top: 3px;
  margin-right: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  box-shadow: 0 -2px 3px -1px #fff;
}

.register-button:hover {
  background-color: var(--dark-magenta);
}

.faq-plus {
  opacity: .4;
  width: 22px;
}

.page-content {
  position: relative;
  top: -400px;
}

.content-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.content-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  margin-bottom: 40px;
}

.content-image {
  position: relative;
}

.content-image.analytics {
  margin-right: 40px;
}

.brand {
  float: right;
  padding: 14px;
}

.brand.w--current {
  float: none;
}

.newsletter-field {
  background-color: #f8faff;
  border: 1px #000;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding: 6px 6px 6px 68px;
  display: flex;
  position: relative;
}

.newsletter-field::placeholder {
  color: #2d3958c2;
  font-size: 16px;
  font-weight: 500;
}

.main-icon {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  left: 9px;
  box-shadow: 0 18px 20px 8px #7b88a80a, 3px 3px 4px #7b88a80a;
}

.main-icon:focus {
  border: 1px solid #000;
}

.discount-wrap {
  color: var(--brand);
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: -115% -6% auto auto;
}

.discount-plain-text {
  color: #7b88a8;
  margin-top: 14px;
}

.discount-text {
  margin-bottom: 4px;
}

.form-block {
  width: 100%;
}

.hero-default {
  background-color: #f8faff;
  background-image: url('../images/Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1490px;
  align-items: center;
  min-height: 530px;
  padding: 170px 3% 140px;
  display: flex;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 45px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.licence-wrap {
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 170px;
  display: flex;
}

.licence-grid-4x {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image-pattern {
  object-fit: cover;
}

.utility-page-wrap {
  background-color: #f8faff;
  background-image: url('../images/Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  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;
  max-width: 600px;
  display: flex;
}

.email-vrrification {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  bottom: 10px;
}

.email-vrrification.form-3 {
  margin-top: 20px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.email-vrrification.form-3.success-message-3 {
  color: #0000;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.testimonial-grid {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template: ". Testimonial-1 Testimonial-1"
                 "Area Testimonial-1 Testimonial-1"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 / 1.3fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 999px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 35px;
  display: flex;
  box-shadow: 0 2px 15px #a0dcf629;
}

.testimonial-card.right-bottom {
  padding: 10px 20px;
  position: relative;
}

.testimonial-card.right-top {
  width: 50%;
  padding: 10px 20px;
  position: relative;
}

.testimonial-card.left-bottom {
  padding: 10px 20px;
  position: relative;
}

.author-image-wrap {
  border-radius: 16px;
  flex: 0 auto;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  margin-right: 0;
  overflow: hidden;
}

.worker-wrap {
  flex-direction: row;
  flex: 0 auto;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.author-name {
  color: var(--cornflower-blue);
  text-align: right;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-title {
  padding-left: 40px;
  padding-right: 40px;
}

.blue-highlight {
  color: var(--black);
}

.arrow {
  color: var(--cta);
}

.colour-grid-full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.integration-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 48%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.integration-circle-02 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-03 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-04 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 6% 26%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 22% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.hero-contact {
  background-color: var(--azure-2);
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-image: url('../images/Hero-Wave-Contact.svg');
  background-position: 50% 99%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  min-height: 1080px;
  margin-bottom: -200px;
  padding-top: 140px;
  padding-left: 3%;
  padding-right: 3%;
}

.sign-up {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  min-height: 400px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 118px 146px #ced4e01f;
}

.sign-up.email-varification {
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  display: block;
}

.form-wrap {
  justify-content: flex-end;
  display: flex;
}

.text-field {
  object-fit: scale-down;
  object-position: 0% 50%;
  background-color: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 10px;
  width: 100%;
  height: 56px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  overflow: visible;
}

.text-field:focus {
  border-color: var(--cta);
}

.text-field::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.text-field.mc-nistar {
  width: auto;
  position: absolute;
  left: -5000px;
}

.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #e6eaf5;
  width: 100%;
  min-height: 56px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-toggle.w--open {
  color: #2d3958;
  font-size: 18px;
  font-weight: 500;
}

.text-field-large {
  border: 1px solid #e6eaf5;
  width: 100%;
  min-height: 200px;
}

.text-field-large:focus {
  border-color: var(--brand);
}

.text-field-large::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

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

.hero-company {
  background-color: #f0fbf7;
  background-image: url('../images/Hero-Wave-Company.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.platform-subscribed {
  border-radius: 24px;
  width: 100%;
  max-width: 400px;
  margin-bottom: 64px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.hero-platform {
  background-color: #ebfbff;
  background-image: url('../images/Hero-Wave-Company.svg');
  background-size: cover;
  min-height: 800px;
  padding: 190px 3% 0;
  transition: opacity .2s;
}

.gallery-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.company-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  align-items: start;
  width: 100%;
}

.location-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.location-card {
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  min-height: 370px;
  padding: 30px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.location-card:hover {
  box-shadow: 21px 21px 57px #7b88a833;
}

.location-card.main-office-card {
  min-height: 420px;
}

.location-icon {
  margin-bottom: 28px;
}

.main-office-tag {
  background-color: #f3efff;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 40px;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.office-text-tag {
  color: #6a35ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.contact-link {
  color: var(--cta);
  letter-spacing: -.03em;
  font-size: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.text-plain {
  color: var(--light-blue);
  margin-left: 36px;
  margin-right: 36px;
  font-size: 28px;
}

.contact-section {
  padding: 40px 3%;
}

.contact-form {
  background-color: var(--azure-2);
  border-radius: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.contact-wrap {
  position: relative;
  top: -430px;
}

.company-image-01 {
  width: 100%;
  margin-top: 140px;
}

.company-column {
  width: 100%;
}

.company-image-02 {
  width: 100%;
  margin-top: 100px;
}

.company-image-03 {
  width: 100%;
}

.content-right {
  justify-content: flex-end;
  display: flex;
}

.content-right-block {
  max-width: 570px;
}

.value-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.value-card {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 180px;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.value-icon {
  margin-bottom: 28px;
}

.bg-values {
  z-index: -1;
  background-color: var(--ghost-white-2);
  background-image: url('../images/Wave---Values.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.value-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto 24px;
  display: flex;
}

.job-card {
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  padding: 20px 40px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 1px 1px 48px 56px #e6eaf54d;
}

.job-card:hover {
  border-color: var(--brand);
}

.paragraph-large {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-large.paragraph-bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.detail {
  color: #bcc4da;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.block-03 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.job-collection-item {
  margin-bottom: 36px;
}

.culture-grid {
  grid-column-gap: 27px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.3fr 1fr 1fr;
  width: 100%;
}

.bg-jobs {
  z-index: -1;
  background-color: #f3efff;
  background-image: url('../images/Wave---Values.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  width: 100%;
  max-width: 720px;
  height: 90%;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.job-collection-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bg-element {
  z-index: -1;
  background-color: #f8faff;
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-element.bg-yellow {
  background-color: #fff7f2;
  max-width: 470px;
  min-height: 500px;
  max-height: 520px;
  inset: auto -10% auto 0%;
}

.bg-element.bg-feature {
  max-width: 620px;
  height: 100%;
  min-height: auto;
}

.bg-element.bg-content {
  max-width: 518px;
  min-height: 670px;
}

.bg-element.bg-integrations {
  background-image: url('../images/Integration-Card.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
  min-height: 670px;
}

.bg-element.bg-offices {
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 956px;
  height: 100%;
  min-height: 570px;
}

.bg-element.bg-values {
  background-image: url('../images/Wave-Plain.svg');
  background-position: 0%;
  background-size: 180%;
}

.bg-element.bg-customer {
  background-color: #ebfbff;
  background-image: url('../images/Wave-Blue.svg');
  background-position: 50%;
  background-size: 170%;
  width: 100%;
  max-width: 900px;
  height: 77%;
  min-height: 300px;
  display: block;
}

.bg-element.bg-customer.he-bg {
  width: 80%;
}

.bg-element.bg-features {
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple_1.svg');
  background-position: 50%;
  background-size: 360%;
  max-width: 480px;
  min-height: 424px;
  inset: -4% auto auto -5%;
}

.bg-element.bg-jobs {
  background-color: var(--lavender);
  background-image: url('../images/Wave-Purple_1.svg');
  background-size: 290%;
  max-width: 750px;
  height: 90%;
  min-height: auto;
}

.bg-element.bg-analytics {
  background-color: var(--lavender);
  max-width: 518px;
  min-height: 520px;
}

.bg-element.bg-social {
  background-image: url('../images/Wave-Plain.svg');
  background-position: 50%;
  background-size: 230%;
  max-width: 470px;
  min-height: 520px;
}

.bg-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bg-container.bg-top {
  justify-content: flex-start;
  align-items: center;
  min-height: 540px;
}

.bg-container.bg-bottom {
  justify-content: flex-end;
}

.content-h1 {
  opacity: 1;
  color: var(--slate-blue);
  border-radius: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.content-h1.team-heading {
  color: var(--black);
  text-align: center;
  font-weight: 500;
}

.login-logo {
  margin-right: 8px;
}

.account-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-detail {
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  display: flex;
}

.button-submit {
  background-color: var(--sky-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-submit:hover {
  background-color: #5a27e7;
}

.job-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.job-card-side-bar {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Wave-Plain.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 180px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 25px;
  box-shadow: 1px 1px 57px #7b88a814;
}

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

.plain-details {
  color: var(--dark-slate-blue);
  font-size: 15px;
  font-weight: 500;
}

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

.account-legal-link {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  display: flex;
}

.form-logo {
  margin-left: auto;
  margin-right: auto;
}

.form-base {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.logo-login {
  margin-bottom: 35px;
}

.text-break {
  color: #617283;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.social-login {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 20px 2px #e6eaf54d;
}

.social-login:hover {
  border: 1px solid var(--brand);
}

.legal-link {
  color: var(--purple);
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 500;
}

.line-break {
  background-color: #6172832b;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.plain-h3 {
  color: var(--purple);
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
}

.login-wrap {
  background-color: #dcf8ff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 180px 3%;
  display: flex;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: var(--brand);
  background-size: auto;
}

.checkbox-label {
  margin-bottom: 0;
}

.register-wrap {
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 180px 3%;
  display: flex;
}

.button-start {
  clear: left;
  background-color: var(--cta);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 10%;
  min-height: 60px;
  margin-left: 147px;
  margin-right: 0;
  padding: 9px 40px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button-start:hover {
  background-color: var(--dark-magenta);
}

.button-start.w--current {
  background-color: var(--cta);
  color: #fff;
  border-radius: 12px;
  transition: box-shadow .3s;
}

.button-start.w--current:hover {
  background-color: var(--dark-magenta);
  box-shadow: none;
}

.button-start.accessibility-button {
  background-color: var(--sky-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-left {
  width: 25%;
}

.navigation-right {
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.hero-plain {
  direction: rtl;
  background-image: url('../images/Wave-Plain-Cut.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.cta-banner-dark {
  background-color: var(--brand);
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  align-items: center;
  min-height: 260px;
  padding: 60px 70px;
  display: flex;
}

.cta-h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.1;
}

.paragraph-3 {
  color: #fff;
}

.button-cta {
  color: var(--brand);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button-cta:hover {
  background-color: #cbb8ff;
}

.blog-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.feature-wrap {
  padding-right: 20px;
}

.title-wrapper {
  margin-bottom: 40px;
  padding: 10px;
}

.latest-posts {
  width: 100%;
}

.blog-collection-item {
  width: 33.3333%;
  margin-bottom: 40px;
}

.blog-collection-short {
  margin-bottom: 30px;
}

.blog-link {
  text-decoration: none;
}

.blog-link.blog-flex {
  display: flex;
}

.featured-image-wrap {
  width: 100%;
  height: 400px;
}

.feature-learn-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.feature-blog-content {
  color: var(--dark-slate-blue);
  text-align: right;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 10px;
}

.blog-type {
  color: var(--plum-2);
  text-align: left;
  margin-bottom: 10px;
  padding-right: 46px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  display: none;
}

.author-wrapper {
  color: var(--dark-slate-blue);
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.author-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #fff;
  border-radius: 0;
  width: 55px;
  height: 55px;
}

.author-detail-text {
  color: #afbceb;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
}

.div-block-184 {
  height: 290px;
}

.blog-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.blog-post {
  color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.div-block-182 {
  width: 160px;
  min-width: 160px;
  height: 160px;
  margin-right: 20px;
}

.blog-content {
  color: var(--dark-slate-blue);
  width: 100%;
  height: 100%;
}

.blog-overview {
  color: var(--dark-slate-blue);
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 17px;
}

.blog-heading {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
}

.blog-heading.feature-heading {
  color: var(--black);
  text-align: right;
  margin-top: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 30px;
}

.new {
  background-color: var(--azure);
  color: #01d2fc;
  border-radius: 100px;
  margin-left: 12px;
  padding: 10px 16px;
  font-weight: 500;
}

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

.cta-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-link {
  color: #007bfc;
  align-items: center;
  margin-top: 25px;
  padding: 4px;
  font-size: 16px;
  display: flex;
}

.link-text {
  color: var(--brand);
  margin-right: 8px;
}

.features-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 990px;
}

.feature-card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 180px;
  min-height: 320px;
  padding: 36px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.attach-link {
  color: var(--dark-slate-blue);
  border: 1px dashed #bcc4da;
  align-items: center;
  min-width: 120px;
  min-height: 56px;
  margin-right: 20px;
  padding: 10px 24px;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.attach-link:hover {
  border-color: var(--brand);
}

.image-27 {
  width: 24px;
  margin-right: 10px;
}

.form-attach-wrap {
  align-items: center;
  display: flex;
}

.text-block-80 {
  white-space: pre;
}

.chat-image {
  width: 100%;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.form-block-2 {
  border: 1px #e6eaf5;
  width: 100%;
}

.grid-works {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
  width: 100%;
}

.counter-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stop-counter {
  color: #f14a59;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  box-shadow: 16px 16px 34px #f5808b1a;
}

.stop-counter.purple-step {
  color: var(--brand);
  position: relative;
  box-shadow: 16px 16px 34px #9672ff1a;
}

.stop-counter.blue-step {
  z-index: 5;
  color: #4ddffd;
  position: relative;
  box-shadow: 16px 16px 34px #4ddffd1a;
}

.step {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 380px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.step-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-step {
  z-index: -1;
  background-color: #fef1f2;
  background-image: url('../images/Wave---Salmon.svg');
  background-position: 0%;
  background-size: 220%;
  border-radius: 36px;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-step.bg-step-02 {
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 100%;
  background-size: 200%;
}

.bg-step.bg-step-03 {
  background-color: #ebfbff;
  background-image: url('../images/Wave---Blue.svg');
  background-position: 50% 100%;
}

.line {
  z-index: 2;
  background-image: url('../images/Dot.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 12px;
  width: 9px;
  height: 60%;
  position: absolute;
  inset: auto;
}

.platform-dashboard-heb {
  box-shadow: none;
  opacity: 1;
  text-align: center;
  border-radius: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 49px;
  padding-top: 0;
  padding-bottom: 0;
}

.platform-dashboard-heb.blog-dash {
  max-width: 450px;
}

.platform-ratings {
  display: none;
  position: absolute;
  inset: -11% auto auto 0%;
}

.platform-chat {
  width: 100%;
  max-width: 200px;
  display: none;
  position: absolute;
  inset: -18% 0% auto auto;
}

.form-2 {
  margin-bottom: 15px;
}

.contact-details {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 23px;
  width: 100%;
}

.feature-block {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 100%;
  max-height: 280px;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px #7b88a814;
}

.feature-block.feature-02 {
  margin-top: 50px;
  box-shadow: 39px 39px 78px #cbb8ff1c;
}

.feature-icon {
  width: 80px;
  margin-bottom: 20px;
}

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

.grid-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.author-image {
  object-fit: cover;
  border-radius: 20px;
  width: 80px;
  height: 80px;
}

.news-section {
  direction: rtl;
  margin: 0;
  padding: 0;
}

.title {
  color: var(--brand);
  order: 0;
  align-self: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: block;
}

.hero-blog {
  direction: rtl;
  background-image: url('../images/Wave-Plain-Cut.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.rich-text-block {
  max-width: 800px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, sans-serif;
}

.blog-primary-image {
  border-radius: 27px;
  width: 100%;
  margin-top: 40px;
}

.pricing-container-mobile {
  background-color: #fff;
  border-radius: 42px;
  display: none;
  box-shadow: -10px 117px 118px #ced4e01f;
}

.tab-menu {
  background-color: #6a35ff;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.blog-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.subscribe-button {
  background-color: var(--thistle);
  min-width: 140px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-feature, .grid-integrations {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.price-block {
  background-color: #6a35ff;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.bg-container-analytics {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 520px;
  display: flex;
  position: relative;
}

.logo {
  opacity: 1;
  filter: saturate(0%);
  color: var(--sky-blue);
  transition: filter .3s;
}

.logo:hover {
  filter: none;
}

.logo.waze-logo {
  filter: contrast(63%) brightness(133%) saturate(0%);
}

.author-job {
  color: var(--cornflower-blue);
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  display: none;
}

.price-page-form {
  align-items: flex-start;
  margin-left: 11px;
  padding-left: 0;
  display: block;
  position: relative;
}

.newsletter-button {
  opacity: .15;
  background-color: #0000;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: opacity .3s;
  position: absolute;
  inset: auto 5px auto auto;
}

.newsletter-button:hover {
  opacity: 1;
}

.price-form {
  width: 100%;
  position: relative;
}

.curly-arrow {
  color: var(--cta);
}

.author-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

.culture-image-02 {
  max-width: 380px;
}

.culture-image-03 {
  max-width: 350px;
}

.author-section {
  padding: 40px 3% 100px;
}

.works-section {
  padding: 40px 3% 0;
}

.customer-circle-02 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-01 {
  background-color: #fff;
  background-image: url('../images/Social-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 50% 27% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-03 {
  background-color: #fff;
  background-image: url('../images/Social-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-04 {
  background-color: #fff;
  background-image: url('../images/Social-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 43% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-06 {
  background-color: #fff;
  background-image: url('../images/Social-04.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 12%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-07 {
  background-color: #fff;
  background-image: url('../images/Social-03_1Social 03.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 25% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 29% 1% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.error-message {
  text-align: center;
  flex: 0 auto;
  width: 10em;
  height: 10em;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 20px;
  line-height: 1.2;
}

.text-block-81 {
  color: #a667a8;
  font-family: Rubik, sans-serif;
}

.text-block-82, .text-block-83 {
  color: var(--medium-orchid);
  font-family: Rubik, sans-serif;
}

.heading {
  color: var(--black);
  text-align: center;
  margin-top: 84px;
  margin-bottom: 60px;
  font-family: Rubik, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

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

.paragraph-4 {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.paragraph-5 {
  color: var(--black);
  text-align: right;
  font-family: Rubik, sans-serif;
}

.paragraph-6 {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.heading-2 {
  color: var(--cta);
  text-align: justify;
  letter-spacing: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.heading-3 {
  direction: rtl;
  color: var(--cta);
  text-align: justify;
  letter-spacing: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.heading-4 {
  color: var(--cta);
  text-align: justify;
  letter-spacing: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.text-span-2 {
  opacity: .65;
  color: #fff;
}

.link-block {
  box-shadow: none;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
  transform: translate3d(14px, 57px, 119px);
}

.link-block:hover {
  transform: translate3d(14px, 57px, 119px);
}

.link-block-2 {
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin-top: 16px;
  display: block;
}

.body {
  direction: rtl;
  text-align: right;
}

.dropdown-toggle-2 {
  display: inline-block;
}

.icon-3 {
  display: inline-block;
  position: relative;
}

.text-block-84 {
  font-family: "Fa 300", sans-serif;
}

.text-block-84.language-selector {
  font-family: Droid Sans, sans-serif;
}

.text-block-84.language-selector.footer-link {
  display: inline;
}

.text-span-3 {
  font-family: "Fa 300", sans-serif;
}

.dropdown-toggle-3 {
  display: block;
  position: static;
}

.dropdown {
  margin-left: 0;
}

.language-dropdown {
  background-color: #fff0;
  margin: 8px 0;
  padding-top: 4px;
  padding-bottom: 19px;
}

.dropdown-toggle-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 0;
}

.icon-4 {
  color: #7184c6;
  margin-left: 5px;
  margin-right: 5px;
  display: inline;
  position: relative;
  top: 0;
}

.icon-4:hover {
  color: var(--cta);
}

.text-block-85 {
  font-family: "Fa 300", sans-serif;
  display: inline;
}

.fa-globe-icon {
  color: #7184c6;
  padding-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: inline;
}

.dropdown-link {
  text-align: justify;
  background-color: #fff;
  margin-top: 1px;
}

.dropdown-link.w--current {
  background-color: #fff;
  margin-top: 0;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  text-align: justify;
}

.dropdown-link-2 {
  text-align: right;
}

.body-2 {
  direction: rtl;
}

.far, .fal {
  font-family: "Fa 300", sans-serif;
}

.phone-number {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.image-28 {
  margin-bottom: 3px;
}

.grid {
  grid-template-columns: 1fr 1.25fr;
  grid-template-areas: ". ."
                       ". Area";
}

.image {
  justify-content: center;
  margin-top: -44px;
  display: flex;
}

.image-29 {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 40px auto auto;
  padding-top: 68px;
  padding-right: 0;
  display: block;
}

.slider {
  display: block;
}

.grid-2 {
  grid-row-gap: 25px;
  grid-template-columns: 2fr 2.75fr;
  margin-top: 35px;
}

.columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
}

.columns-2 {
  padding-top: 60px;
}

.columns-2.he-contact-cols {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body-3 {
  direction: ltr;
}

.body-3.he-body {
  direction: rtl;
}

.body-4 {
  direction: ltr;
}

.body-4.he-body {
  direction: rtl;
}

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

.paragraph-7 {
  text-align: left;
}

.paragraph-8 {
  color: var(--dark-slate-blue-2);
  margin-top: 0;
  padding-top: 10px;
  font-family: Rubik, sans-serif;
}

.text-block-86 {
  font-family: Rubik, sans-serif;
}

.display-heading-2-heb {
  color: #000;
  letter-spacing: -.03em;
  max-width: 600px;
  margin: -98px auto 16px;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.07;
}

.hero-details-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 39px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.empty-state {
  display: none;
}

.categories {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-87 {
  align-self: center;
}

.empty-state-2 {
  display: none;
}

.bog-footer {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bog-footer.blog-title {
  display: none;
}

.he-body {
  direction: rtl;
}

.image-33 {
  opacity: .4;
  width: 600px;
  margin-top: 3px;
  padding-bottom: 0;
  display: none;
}

.heading-6 {
  color: var(--black);
  margin-top: 89px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.hero-platform-copy {
  background-color: #ebfbff;
  background-image: url('../images/Hero-Wave-Company.svg');
  background-size: cover;
  min-height: 300px;
  padding: 0 3% 79px;
  transition: opacity .2s;
}

.about-us-main {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 20px;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 35px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  box-shadow: 1px 1px 57px 72px #3d60840d;
}

.heading-6-copy {
  color: var(--black);
  text-align: center;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.image-34 {
  margin-top: 115px;
}

.image-35 {
  color: var(--cta);
}

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

.section {
  width: 100%;
  height: 100px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-37 {
  margin-top: 0;
  margin-bottom: -41px;
  padding-bottom: 0;
}

.logo-grid-test {
  grid-template: ". . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 0;
  padding-top: 0;
}

.link {
  float: none;
  direction: ltr;
  color: var(--cta);
  text-align: right;
}

.slider-2 {
  background-color: #0000;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-38 {
  padding-top: 25px;
}

.logo-slider {
  direction: ltr;
  background-color: #0000;
  max-width: 600px;
  height: 128px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider.slidereng {
  margin-top: 66px;
}

.slide-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: -29px;
  display: flex;
}

.text-block-88 {
  color: var(--dark-slate-blue-2);
  padding-left: 40px;
}

.image-39 {
  padding-left: 40px;
}

.icon-5, .icon-6 {
  display: none;
}

.slide-nav {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.slide-image {
  color: #b3daf2;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.slide-text {
  direction: rtl;
  color: var(--black);
  text-align: right;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.testimonial-wrap {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workers-grid {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #0000;
  grid-template: "Area . Testimonial-1"
                 ". . Testimonial-2"
                 ". . ."
                 / 2fr 2fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.right-arrow-2, .left-arrow {
  display: none;
}

.slide-nav-heb {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
}

.paragraph-9, .paragraph-10 {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.slider-text-heb {
  color: var(--black);
  margin-top: 14px;
  font-family: Rubik, sans-serif;
}

.text-block-91 {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.text-block-91.slider-text-heb {
  margin-top: 27px;
}

.text-block-92 {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.text-block-93 {
  color: var(--black);
}

.slider-eng {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.author-detail-text-copy {
  color: #afbceb;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
}

.author-name-copy {
  color: var(--cornflower-blue);
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-6-eng, .paragraph-9-eng, .paragraph-10-eng {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.author-name-eng {
  color: var(--cornflower-blue);
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.author-detail-text-eng {
  color: #afbceb;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
}

.worker-title-eng {
  color: var(--cornflower-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.worker-desc-eng {
  color: var(--black);
  margin-bottom: 0;
}

.heading-2-heb {
  color: #000;
  letter-spacing: -.03em;
  text-align: center;
  justify-content: center;
  max-width: 600px;
  margin: 78px auto 0;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.07;
  display: flex;
}

.he-about {
  direction: rtl;
}

.he-linkedin {
  margin-right: 10px;
}

.linkedin {
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.linkedin.arrow-link {
  width: 1.5em;
  height: 30.6719%;
  margin: 0 10px;
  padding: 0;
}

.quote {
  color: #a8dcf6;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.mask-2 {
  margin-top: -40px;
}

.image-40 {
  background-color: var(--sky-blue);
}

.image-41 {
  text-align: center;
  display: inline;
}

.div-block-191 {
  justify-content: center;
  display: flex;
}

.image-42 {
  margin-top: 0;
}

.success-message-2 {
  background-color: var(--sky-blue);
  border-radius: 9px;
}

.text-block-94 {
  color: var(--dark-slate-blue);
}

.captcha-wrapper {
  width: 80px;
}

.recaptcha {
  white-space: normal;
  position: static;
}

.select-field {
  border: 1px solid var(--black);
  opacity: 1;
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  object-fit: fill;
  background-color: #0000;
  border-radius: 11px;
  width: 80px;
  margin-left: 0;
  margin-right: 10px;
  font-family: Rubik, sans-serif;
  display: inline;
}

.section-2 {
  width: 80px;
}

.text-field-2 {
  float: none;
  border: 1px solid var(--black);
  opacity: .87;
  color: var(--black);
  text-align: left;
  border-radius: 11px;
  min-width: 120px;
  margin-left: 0;
  padding-left: 40px;
  font-family: Rubik, sans-serif;
  display: inline;
  position: static;
}

.field-label {
  padding-left: 40px;
}

.text-block-95 {
  text-align: center;
  text-decoration: underline;
}

.office-365 {
  float: none;
  clear: right;
  background-color: var(--plum-3);
  direction: rtl;
  color: #f8fafff2;
  text-align: left;
  text-indent: 100px;
  text-transform: lowercase;
  width: 540px;
  padding-left: 160px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
}

.office-365.register-button {
  text-align: center;
  background-color: #7f0785;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 49px;
  margin-left: 0;
  padding-top: 21px;
}

.container-3 {
  color: #393b41;
}

.connect-with-google {
  float: none;
  background-color: var(--light-blue-2);
  direction: rtl;
  color: var(--mint-cream);
  text-align: left;
  text-indent: 100px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: border-box;
  border: 1px #000;
  width: 540px;
  padding-left: 160px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.connect-with-google.register-button {
  background-color: var(--azure);
  color: var(--azure);
  border-radius: 8px;
  align-items: center;
  width: 20em;
  height: 30px;
  margin-top: 39px;
  margin-left: 0;
  padding: 15px 100px 0;
}

.text-span-4 {
  float: left;
  color: var(--black);
  text-align: center;
  text-indent: 130px;
  text-transform: lowercase;
  background-color: #0000;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.connect-with-office-365 {
  direction: ltr;
  text-align: left;
  text-transform: lowercase;
  white-space: nowrap;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 300%;
  height: 50%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.heading-8 {
  text-align: center;
  display: inline-block;
}

.sticky-nav {
  z-index: 1;
  color: var(--lavender-blush);
  background-color: #ebfbff;
  align-items: center;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch end;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: grid;
}

.nav-logo-link {
  flex-direction: column;
  align-items: flex-end;
  width: 140px;
  height: 60px;
  margin-left: 524px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo {
  clear: left;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100px;
  height: 70%;
  margin-left: 0;
  padding-left: 0;
}

.nav-link-2 {
  color: #444;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 40px;
  text-decoration: none;
  display: flex;
}

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

.column {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  padding-left: 140px;
  display: flex;
}

.column-2 {
  opacity: .31;
  padding-top: 220px;
  padding-left: 116px;
}

.heading-9 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-3 {
  padding-bottom: 220px;
}

.hero-2 {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-container {
  padding-right: 270px;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  text-align: justify;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.grid-4 {
  grid-row-gap: 10px;
  grid-template: "Area-5 Area-2 Area-3 Area-4" 103px
  / 1fr 1fr 1fr 1fr;
  place-content: start;
}

.text-block-96 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 220px;
  font-size: 30px;
}

.heading-10 {
  text-align: right;
}

.email-verification {
  background-color: var(--thistle);
  padding-top: 100px;
  padding-bottom: 140px;
}

.centered-container {
  text-align: right;
  flex: 1;
  display: block;
}

.button-2 {
  text-align: center;
  display: block;
}

.grid-5 {
  grid-column-gap: 4px;
  grid-row-gap: 6px;
  grid-template: "Area Area-2 Area-3 Area-4" 1fr
  / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-field-3 {
  text-align: center;
  border-radius: 15px;
  width: 60px;
  height: 70px;
  margin-left: 18px;
  padding-top: 0;
  padding-left: 12px;
  font-size: 43px;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.continue-button {
  float: none;
  clear: both;
  text-align: right;
  object-fit: fill;
  min-width: 10px;
  min-height: 10px;
  padding-bottom: 10px;
  text-decoration: underline;
  display: block;
  position: relative;
  bottom: 20px;
  overflow: visible;
}

.form-3 {
  float: none;
  clear: none;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  margin-left: auto;
  margin-right: -435px;
  padding-bottom: 140px;
  padding-right: 0;
  display: block;
}

.body-5 {
  background-color: var(--thistle);
  max-width: 992px;
  max-height: 683.2px;
}

.div-block-192 {
  opacity: 1;
  white-space: pre;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-clip: content-box;
  width: 900px;
  margin-right: 0;
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .225s cubic-bezier(.165, .84, .44, 1);
}

.button-3 {
  float: right;
  clear: left;
  opacity: .94;
  direction: ltr;
  text-align: center;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #ffa3cd;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: padding-box;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  min-width: 67px;
  height: 9.92039%;
  margin-left: 0;
  margin-right: 400px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: opacity .1s;
  display: block;
}

.button-3.register-button {
  margin-left: 0;
  margin-right: 98px;
  padding: 19px 0;
}

.paragraph-12 {
  text-align: center;
  text-transform: lowercase;
  white-space: pre-line;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: -78px;
  margin-right: -517px;
  padding-left: 0;
  font-family: DM Sans, sans-serif;
}

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

.cards-section {
  perspective: 1000px;
  background-color: #f7e9e9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  direction: ltr;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1em;
  display: grid;
}

.cards-image-mask {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-knowledge-center {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100em;
  height: 4.6em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
  position: relative;
  inset: 2% 0% 0%;
}

.heading-11 {
  text-transform: none;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
}

.heading-13 {
  font-size: 30px;
}

.image-43 {
  width: 100%;
  height: 53.6179%;
  max-height: 100%;
}

.grid-6 {
  grid-row-gap: 36px;
  border: 1px #000;
  grid-template: "Area Area-2 Area-3" minmax(200px, 1.75fr)
                 "Area-6 Area-5 Area-4" minmax(240px, 2fr)
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 0;
}

.submit-button {
  background-color: var(--purple);
}

.submit-button.register-button {
  margin-left: 0;
  margin-right: 185px;
  padding-left: 44px;
  font-weight: 500;
}

.checkbox-2 {
  float: left;
  clear: both;
  display: block;
}

.paragraph-13 {
  border: 1px #000;
}

.body-6 {
  background-color: #f0e1e1;
}

.heading-14 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
}

.heading-15 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.grid-7 {
  display: flex;
}

.heading-16 {
  background-color: var(--sky-blue-2);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  padding-top: 7px;
  padding-left: 154px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
  box-shadow: 6px 6px 12px 8px #fff;
}

.body-7 {
  background-color: var(--sky-blue-2);
  display: flex;
}

.image-44 {
  transform-style: preserve-3d;
  display: inline-block;
  transform: translate3d(300px, 0, 38px)translate(5px, 5px);
}

.image-45 {
  transform-style: preserve-3d;
  padding-top: 32px;
  padding-left: 90px;
  padding-right: 82px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-46 {
  perspective: none;
  transform-style: preserve-3d;
  transition: opacity .125s;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-47 {
  cursor: wait;
  transform-style: preserve-3d;
  border-radius: 0;
  margin-top: -160px;
  padding-top: 0;
  position: relative;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-48 {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.form-4 {
  display: flex;
}

.div-block-193 {
  flex: 1;
}

.heading-17 {
  text-align: center;
  cursor: nwse-resize;
  flex: 1;
  margin-top: 265px;
  margin-left: -930px;
  padding-top: 46px;
  padding-bottom: 0;
  padding-left: 124px;
  font-family: "Fa 400", sans-serif;
}

.image-49 {
  opacity: .44;
  filter: blur(3px);
  margin-left: 169px;
}

.login-headline {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30em;
  margin-top: 10px;
  margin-left: 0;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.field-label-3 {
  margin-left: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.login-password {
  box-shadow: 0 -1px 1px -1px var(--black);
  border-radius: 7px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.login-user-name-or-email {
  border-radius: 7px;
  flex: 0 auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  box-shadow: 0 -1px 1px -1px #000;
}

.image-50 {
  margin-top: -32px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-18 {
  text-align: center;
  margin-top: -230px;
  padding-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.submit-button-2 {
  background-color: var(--purple);
  margin-left: 402px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button-2.register-button {
  padding-left: 180px;
  padding-right: 0;
}

.body-8 {
  background-color: var(--lavender-blush);
  border-radius: 0;
  justify-content: center;
  display: flex;
  transform: scale(1);
}

.form-5 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-51 {
  padding-top: 0;
}

.image-52 {
  margin-top: -357px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-194 {
  padding-left: 10px;
}

.heading-19 {
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2px 0 0;
  display: flex;
}

.image-55 {
  margin-top: -148px;
  padding-top: 81px;
  padding-bottom: 0;
}

.text-block-100 {
  margin-bottom: 72px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.error-message-2 {
  background-color: var(--plum-3);
  opacity: .8;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 500px;
  height: 100px;
  margin-top: -70px;
  margin-left: 483px;
  margin-right: 4px;
  padding-top: 0;
  padding-bottom: 17px;
  padding-right: 0;
  text-decoration: underline;
}

.text-block-101 {
  color: #18000b;
  background-color: #0000;
}

.checkbox-label-2 {
  margin-left: 0;
  margin-right: 123px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-14 {
  padding-top: 18px;
}

.paragraph-15 {
  margin-top: -29px;
  padding-top: 0;
}

.checkbox-field-2:hover {
  opacity: 1;
  perspective: 1000px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transform: translate(0);
}

.checkbox-field-5 {
  perspective: 1000px;
  transform: none;
}

.body-9 {
  background-color: var(--thistle);
}

.image-57 {
  margin-bottom: 90px;
  padding-left: 0;
}

.div-block-197 {
  transform-style: preserve-3d;
}

.div-block-197:hover {
  transform: translate3d(0, 0, 1000px);
}

.link-block-3 {
  margin-left: 0;
  padding-left: 0;
}

.link-block-4 {
  padding-left: 0;
}

.link-block-4:hover {
  backface-visibility: visible;
  perspective: 1000px;
  transform: translate(0);
}

.heading-20 {
  color: var(--black);
  font-size: 30px;
}

.checkbox-label-8 {
  color: var(--black);
}

.paragraph-20 {
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-top: 333px;
  padding-bottom: 0;
  transform: translate3d(0, 0, -5px);
}

.link-block-5 {
  perspective: 1000px;
  margin-top: 2px;
  padding-top: 20px;
  transform: none;
}

.link-block-5:hover {
  transform: none;
}

.heading-21 {
  color: var(--black);
  margin-left: -51px;
  padding-left: 0;
  font-size: 25px;
}

.checkbox-label-9 {
  background-color: var(--thistle);
  color: var(--black);
  text-align: left;
  margin-left: -3px;
  margin-right: 0;
  padding-top: 4px;
  padding-left: 144px;
  padding-right: 0;
}

.image-59 {
  perspective: 1000px;
  perspective-origin: 50%;
}

.checkbox-label-10 {
  background-color: var(--thistle);
  text-align: left;
  flex-flow: row-reverse wrap;
  place-content: space-around flex-end;
  align-items: flex-start;
  margin-top: -217px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-22 {
  margin-top: 151px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 1px;
}

.heading-23 {
  background-color: #0000;
  margin-bottom: 328px;
}

.paragraph-21 {
  margin-top: 25px;
  margin-bottom: 125px;
  padding-top: 219px;
  padding-bottom: 0;
}

.heading-24 {
  text-align: left;
  margin-bottom: 311px;
}

.image-60 {
  color: var(--black);
  text-align: left;
  object-fit: contain;
  width: 300px;
  height: 300px;
  margin-top: -17px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: auto;
}

.link-block-6 {
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-block-6:hover {
  box-shadow: 0 6px 10px #6a35ff52;
}

.link-block-7 {
  border: 1px solid #000;
}

.checkbox-label-11 {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-61 {
  padding-top: 183px;
  padding-bottom: 0;
}

.checkbox-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkbox-field-8 {
  margin-top: 387px;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox-label-12 {
  color: var(--black);
}

.paragraph-22 {
  margin-top: -101px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-25 {
  color: var(--black);
}

.checkbox-field-9 {
  flex-flow: column wrap;
  place-content: space-between;
  align-items: center;
  margin-top: -97px;
  margin-bottom: 0;
  padding: 57px 224px 0 22px;
  display: flex;
}

.paragraph-23 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-26 {
  color: var(--black);
  text-align: left;
}

.checkbox-4 {
  margin-top: 259px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-27 {
  text-align: center;
  margin-right: -444px;
  padding-right: 0;
}

.image-62 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.image-63 {
  width: 100%;
  margin: 56px 85px 29px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.system-icon {
  color: var(--purple);
  text-align: center;
  font-family: "Fa 6 400", sans-serif;
  font-size: 87px;
}

.regulation-and-privacy-terms {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 3px;
  padding-top: 14px;
  padding-bottom: 0;
  display: flex;
}

.heading-28 {
  color: var(--purple);
  text-align: center;
  background-color: #0000;
  flex-flow: column wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 200%;
  margin-top: -153px;
  margin-bottom: 0;
  margin-left: -5px;
  padding-left: 0;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  max-width: 59%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-198 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.paragraph-24 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 200%;
  margin-top: -60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

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

.heading-29 {
  color: var(--purple);
}

.text-block-102 {
  background-color: var(--thistle);
  color: var(--cta);
  border: 1px solid #000;
  width: 80%;
  height: 80%;
  display: flex;
}

.text-span-5 {
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  margin-right: 11px;
  padding-top: 31px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-6 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-field6 {
  clear: both;
  background-color: var(--lavender-blush);
  opacity: .81;
  filter: blur();
  text-align: center;
  flex: 1;
  order: 0;
  align-self: center;
  width: 20%;
  height: 50%;
  margin: 0 0 10px;
  padding: 20px 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
  position: relative;
  inset: 0;
  box-shadow: 1px 1px 3px #000;
}

.text-field-7 {
  object-fit: fill;
  align-self: stretch;
  height: 50%;
  margin: -86px 0 18px 112px;
  padding-top: 10px;
  padding-left: 42px;
}

.text-field-8 {
  margin-top: -86px;
  margin-left: 232px;
}

.text-field-9-copy {
  background-color: var(--lavender-blush);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 20%;
  height: 50%;
  margin: -92px 3px 48px 355px;
  padding-left: 62px;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.submit-button-3 {
  margin-top: 82px;
  padding-top: 31px;
}

.submit-button-3.register-button {
  background-color: var(--sky-blue-2);
  color: var(--black);
  flex-wrap: wrap;
  align-content: stretch;
  margin-top: 8px;
  margin-bottom: -18px;
  padding-top: 5px;
}

.submit-button-3.register-button:hover {
  transform: translate(0);
}

.text-field8-copy {
  background-color: var(--lavender-blush);
  text-align: center;
  flex: 1;
  order: 0;
  align-self: center;
  width: 20%;
  height: 50%;
  margin-top: -84px;
  margin-left: -172px;
  margin-right: 0;
  padding: 3px 0 49px;
  box-shadow: 1px 1px 3px #000;
}

.text-field-9 {
  align-self: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
}

.text-field-10 {
  margin-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 20px;
}

.column-3 {
  background-color: #0000;
}

.success-message-3 {
  float: none;
  clear: left;
  background-color: var(--azure);
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  display: flex;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.grid-8 {
  grid-template-columns: 2.25fr 2.25fr 2.25fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.email-verification-1 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.email-verification-1.email-varification {
  display: flex;
}

.paragraph-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Rubik, sans-serif;
  display: flex;
}

.heading-30 {
  color: var(--black);
  justify-content: space-around;
  align-items: flex-start;
  width: 10em;
  height: 2em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  display: flex;
}

.text-field-11 {
  float: right;
  clear: both;
  border-radius: 10px;
  width: 20%;
  height: 80%;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
}

.text-field-12 {
  text-align: center;
  border-radius: 13px;
  width: 5em;
  height: 5em;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
}

.text-block-103 {
  background-color: #fff;
  width: 30%;
  height: 30%;
  display: flex;
}

.submit-button-4 {
  background-color: var(--thistle);
  margin-left: 149px;
  padding-left: 10px;
  padding-right: 10px;
}

.submit-button-4.register-button {
  background-color: var(--purple);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 -41px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-31 {
  display: flex;
}

.cards-section-2 {
  background-color: #0000;
  flex-direction: column;
  margin-top: 0;
  padding-top: 226px;
  padding-bottom: 100px;
  display: flex;
  transform: scale(1);
}

.paragraph-26 {
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.heading-32 {
  color: var(--purple);
  justify-content: center;
  align-items: flex-start;
  width: 99.9998%;
  height: 20%;
  font-family: "Fa 6 400", sans-serif;
  font-size: 100px;
  display: flex;
}

.paragraph-27 {
  font-family: Rubik, sans-serif;
}

.heading-33 {
  font-family: "Fa brands 400", sans-serif;
}

.heading-34 {
  font-family: Rubik, sans-serif;
}

.heading-35 {
  color: var(--purple);
  text-align: center;
  width: 99.9998%;
  height: 20%;
  padding-top: 17px;
  font-family: "Fa 6 400", sans-serif;
  font-size: 100px;
}

.paragraph-28 {
  font-family: Rubik, sans-serif;
}

.heading-36 {
  font-family: "Fa 400", sans-serif;
  display: flex;
}

.heading-37 {
  color: var(--purple);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 99.9998%;
  height: 20%;
  padding-top: 89px;
  font-family: "Fa 6 400", sans-serif;
  font-size: 100px;
  display: flex;
}

.paragraph-29 {
  font-family: Rubik, sans-serif;
  display: flex;
}

.heading-38 {
  color: var(--purple);
  flex-direction: column;
  align-items: center;
  width: 99.9998%;
  height: 20%;
  padding-top: 24px;
  font-family: "Fa solid 6 900", sans-serif;
  font-size: 100px;
  display: flex;
}

.heading-39 {
  color: var(--purple);
  flex-direction: column;
  align-items: center;
  width: 99.9998%;
  height: 20%;
  margin-bottom: 8px;
  margin-left: 0;
  padding-top: 0;
  font-family: "Fa 300", sans-serif;
  font-size: 100px;
  display: flex;
}

.heading-40 {
  color: var(--purple);
  text-align: center;
  font-family: "Fa duotone 6 900", sans-serif;
  font-size: 100px;
}

.button-4 {
  background-color: var(--purple);
  color: var(--mint-cream);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 2%;
  margin-top: 23px;
  margin-bottom: 0;
  margin-left: 238px;
  padding-bottom: 9px;
  display: flex;
}

.heading-41 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-200 {
  box-shadow: 0 -5px 7px -3px var(--thistle);
  transform: translate(0);
}

.div-block-201 {
  box-shadow: -1px -10px 6px 0 var(--thistle);
}

.div-block-202 {
  box-shadow: 2px -8px 7px -3px var(--thistle);
}

.div-block-203 {
  box-shadow: 1px -1px 8px 0 var(--thistle);
}

.div-block-204 {
  box-shadow: 0 -2px 6px 0 var(--thistle);
}

.div-block-205 {
  box-shadow: 0 -3px 5px 0 var(--thistle);
}

.text-field-13 {
  border-radius: 13px;
  width: 40%;
  height: 30%;
}

.div-block-206 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.form-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 -5px 6px 0 var(--thistle);
  border: 1px #000;
  border-radius: 4px;
  grid-template: "Area Area-2 Area-3" minmax(330px, 1fr)
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  place-items: end center;
  margin-top: 35px;
  display: grid;
}

.heading-42 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

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

.paragraph-30 {
  display: flex;
}

.cards-section-3 {
  background-color: var(--lavender-blush);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-31 {
  flex-direction: column;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: flex;
}

.heading-44 {
  color: var(--purple);
  font-family: "Fa 300", sans-serif;
}

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

.paragraph-32 {
  text-align: center;
  font-family: "Fa 400", sans-serif;
}

.button-5 {
  background-color: var(--purple);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 17.4194%;
  margin-top: 12px;
  margin-left: 64px;
  padding-bottom: 9px;
  font-family: "Fa solid 6 900", sans-serif;
  display: flex;
}

.div-block-208 {
  box-shadow: 0 -4px 20px 0 var(--thistle);
  transform: scale(1.1);
}

.paragraph-33 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Fa 400", sans-serif;
  display: flex;
}

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

.div-block-209 {
  box-shadow: -1px -5px 20px 0 var(--thistle);
  transform: scale(1.1);
}

.heading-47, .paragraph-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-210 {
  box-shadow: 0 -1px 20px 1px var(--thistle);
  text-align: center;
  transform: scale(1.1);
}

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

.heading-48 {
  box-shadow: 0 6px 7px -2px var(--thistle);
  flex-direction: column;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.grid-10 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr .5fr .25fr .25fr;
}

.grid-11 {
  grid-template: "Area . Area-4 Area-3"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-11 Area-12 Area-9 Area-10"
                 "Area-13 Area-17 Area-18 Area-19"
                 "Area-14 Area-22 Area-21 Area-20"
                 "Area-15 Area-23 Area-25 Area-27"
                 "Area-16 Area-24 Area-26 Area-28"
                 / .25fr 1fr .75fr 1fr;
}

.heading-49 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-104 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-50 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.heading-51 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-52, .heading-53 {
  font-size: 15px;
  font-weight: 400;
}

.heading-54 {
  font-size: 15px;
}

.heading-55 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-56 {
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-57 {
  font-size: 15px;
}

.heading-58 {
  font-size: 15px;
  font-weight: 400;
}

.heading-59 {
  justify-content: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.heading-60 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-61 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-62 {
  font-size: 15px;
}

.heading-63, .heading-64 {
  font-size: 15px;
  font-weight: 400;
}

.heading-65 {
  justify-content: center;
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-66 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 126px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-67 {
  font-size: 15px;
  font-weight: 400;
}

.heading-68 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-69 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-70 {
  box-shadow: 0 -3px 3px 0 var(--thistle);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-12 {
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-8 . Area-6 Area-7"
                 ". . . ."
                 / .25fr 1fr 1fr 1fr;
}

.heading-71 {
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.heading-72 {
  font-family: "Fa solid 900", sans-serif;
}

.heading-73 {
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-74 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-64 {
  text-align: left;
  width: 50%;
  height: 19.0558%;
  display: block;
}

.heading-75 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1.95105%;
  display: flex;
}

.photo {
  text-align: center;
  margin-left: 322px;
  display: inline-block;
}

.heading-76 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block-211 {
  object-fit: fill;
  display: flex;
  position: static;
}

.email-verification-container {
  justify-content: space-between;
  display: flex;
}

.system-heading {
  font-family: Rubik, sans-serif;
}

.system-tile {
  box-shadow: 0 2px 4px 0 var(--cornflower-blue);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 10px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.system-tile:hover {
  box-shadow: 0 1px 5px 0 var(--cornflower-blue);
}

.button-6 {
  display: flex;
  position: relative;
}

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

.sign-in-with-office-365 {
  background-color: #ec3847;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33em;
  margin-top: 3px;
  margin-right: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.logo-office-365 {
  color: #f1090d;
  background-color: #f7efef;
}

.sign-in-with-office-365-continer {
  background-color: red;
  border-radius: 7px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.office-365-logo {
  background-color: var(--lavender);
}

.sign-in-with-google {
  background-color: var(--sky-blue);
  opacity: 1;
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 35em;
  margin-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.button-8 {
  align-items: center;
  width: 36em;
  display: flex;
}

.image-66 {
  display: block;
}

.sign-in-with-google-continer {
  display: flex;
}

.google-logo {
  background-color: #fff;
}

.choose-button {
  background-color: var(--thistle);
  text-align: center;
  border-radius: 8px;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  width: 40em;
  height: 3em;
  margin: 40px auto 0;
  font-family: Rubik, sans-serif;
  display: flex;
  transform: translate(0);
}

.choose-button:hover {
  box-shadow: 0 -1px 3px 1px var(--thistle);
}

.container-4 {
  display: flex;
}

.gallery {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.gallery-grid-container {
  flex-direction: row;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 50%;
  height: 50%;
}

.load-headline {
  color: var(--medium-orchid);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 202em;
  height: 185em;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Rubik, sans-serif;
  font-size: 55px;
  display: flex;
}

.loading-area {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section-3 {
  display: flex;
}

.heading-77 {
  font-family: "Fa 6 300", sans-serif;
  display: flex;
}

.heading-78 {
  align-items: center;
  display: block;
}

.container-5 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-68 {
  box-shadow: inset 0 -2px 3px 3px var(--medium-orchid);
  width: 200%;
  height: 300%;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 33px;
  transform: scale(1.1);
}

.heading-79 {
  color: var(--purple);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.load-area {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-80 {
  color: var(--purple);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 200%;
  margin: 0 auto;
  padding-left: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 3px -9px #000;
}

.heading-81 {
  align-items: flex-start;
  font-family: "Fa solid 900", sans-serif;
  font-size: 300px;
  font-weight: 400;
  display: flex;
  transform: scale(1.4);
}

.checkbox-label-13 {
  color: var(--black);
}

.login {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
  display: flex;
}

.form-block-4 {
  display: flex;
}

.login-button {
  background-color: var(--dark-slate-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 46px 194px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 -2px 3px #fff;
}

.login-button.register-button {
  background-color: var(--plum);
  justify-content: center;
  width: 50%;
  height: 10px;
  min-height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 0;
  inset: auto;
}

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

.login-with-office-365 {
  background-color: var(--indian-red);
  border-radius: 7px;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 2em;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-right: 292px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.logo-office-36 {
  background-color: var(--azure-2);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 148px;
}

.button-9, .div-block-215 {
  display: flex;
}

.login-with-google {
  background-color: var(--cornflower-blue);
  color: var(--azure-2);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30em;
  height: 2em;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  display: flex;
}

.login-with-office-365-1 {
  width: 100%;
  height: 8%;
  display: flex;
}

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

.logo-google {
  display: block;
}

.photo-logo {
  width: 30%;
  margin-top: 335px;
  display: block;
}

.image-71 {
  padding-left: 47px;
  padding-right: 40px;
  display: block;
}

.login-page {
  align-items: center;
  display: flex;
}

.company-name-filed {
  border-radius: 7px;
  width: 500px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
}

.email-address-filed, .full-name-filed {
  border-radius: 7px;
  padding-left: 12px;
}

.number-selector {
  border-radius: 7px;
  width: 10em;
  display: flex;
}

.number-filed {
  border-radius: 7px;
  margin-left: 10px;
  padding-left: 12px;
}

.div-block-219 {
  flex-direction: row;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-82, .heading-83, .heading-84, .heading-85, .heading-86, .heading-87, .heading-88, .heading-89, .heading-90, .heading-91, .heading-92, .heading-93, .heading-94 {
  font-family: "Fa 6 400", sans-serif;
  font-size: 30px;
}

.text-block-105 {
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.login-with-googlee {
  background-color: var(--slate-blue);
  align-items: stretch;
  width: 30em;
  display: flex;
}

.text-block-106 {
  background-color: var(--dark-slate-blue-2);
  color: var(--azure-2);
  width: 30em;
}

.login-with-google-2 {
  width: 100%;
  height: 2em;
  display: flex;
}

.login-with-google2 {
  background-color: var(--slate-blue);
  color: var(--azure-2);
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2em;
  margin-top: 10px;
  display: flex;
  position: static;
}

.text-block-107 {
  color: var(--azure-2);
}

.googlr-logo {
  background-color: var(--azure-2);
}

.signin-headline {
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.compeny-name {
  align-items: flex-start;
  width: 30em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.compeny-namr {
  background-color: #fff;
  border-radius: 7px;
  width: 80%;
  margin-bottom: 0;
  padding-left: 12px;
}

.image-72 {
  margin-top: 0;
}

.image-73 {
  height: 50%;
  display: block;
}

.sign-up-with-office-365 {
  align-items: center;
  width: 100%;
  height: 2em;
  display: flex;
}

.link-block-8 {
  color: var(--azure-2);
  background-color: #fd1313;
  display: flex;
}

.image-74 {
  color: #fff;
  background-color: #fff;
}

.sign-up-with-google {
  background-color: var(--cornflower-blue);
  color: #fff;
  border-radius: 7px;
  width: 100%;
  height: 2em;
  display: flex;
}

.image-75 {
  background-color: #fff;
}

.text-block-108 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-field {
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.checkbox-field-10 {
  padding-left: 10px;
}

.choose-your-domain {
  display: block;
}

.field-label-4 {
  display: flex;
}

.text-field-14 {
  width: 10em;
}

.company-name {
  width: 50%;
  height: 2em;
  font-family: Rubik, sans-serif;
}

.text-block-109 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 12px;
  display: flex;
}

.choose-your-domain-input {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-76 {
  margin-top: 40px;
  padding-top: 68px;
  padding-left: 41px;
}

.next-button {
  background-color: var(--purple);
}

.next-button.register-button {
  align-items: center;
}

.heading-103 {
  font-family: Rubik, sans-serif;
  display: flex;
}

.text-block-110 {
  color: var(--brand);
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  display: flex;
}

.paragraph-35 {
  font-family: Rubik, sans-serif;
}

.text-block-111 {
  color: var(--brand);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 20px;
  display: flex;
}

.div-block-220, .login-area {
  display: flex;
}

.form-block-5 {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.form-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-15 {
  width: 15em;
  font-family: Rubik, sans-serif;
}

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

.forgot-password {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.browse {
  background-color: var(--thistle);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  display: flex;
}

.browse.register-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 1em;
}

.field-label-5, .field-label-6, .text-block-112 {
  font-family: Rubik, sans-serif;
}

.text-block-113 {
  display: flex;
}

.div-block-221 {
  justify-content: center;
  align-items: flex-start;
  margin-left: -45px;
  padding-left: 0;
  display: flex;
}

.heading-104 {
  justify-content: center;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.paragraph-36 {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  font-family: Rubik, sans-serif;
  display: flex;
}

.read-more {
  background-color: var(--thistle);
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2em;
  margin-left: 0;
  font-family: Rubik, sans-serif;
  display: flex;
}

.read-more.button-start {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 140px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.form-9 {
  text-align: justify;
  background-color: #0000;
  flex-direction: column;
  grid-template: "."
                 "."
                 / 1fr minmax(200px, 2.5fr);
  grid-auto-columns: 1fr;
  font-family: Rubik, sans-serif;
  display: flex;
}

.paragraph-37 {
  text-align: right;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.column-6 {
  flex-direction: row;
  display: flex;
}

.heading-105 {
  flex-direction: column;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  display: flex;
}

.openfox-io {
  background-color: var(--light-blue-2);
  text-align: right;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  border-radius: 9px;
  font-family: Rubik, sans-serif;
  transform: scale3d(1.1, 1.1, 1.2);
}

.openfox-io.button-start {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 0 auto;
  padding: 0 0 10px;
  position: sticky;
  inset: auto 400px auto 492px;
}

.openfox-io.choose-button {
  width: 30em;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: "Area Area-3 Area-3"
                 "Area Area-2 Area-2"
                 "Area Area-2 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  display: grid;
}

.paragraph-38 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.section-4 {
  background-color: var(--ghost-white-2);
}

.image-77 {
  width: 100%;
  position: relative;
  top: 10px;
  bottom: 10px;
}

.heading-106 {
  justify-content: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

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

.container-8 {
  grid-template: "Area Area-2 Area-3" minmax(287px, 1fr)
                 "Area-4 Area-5 Area-6" minmax(278px, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  font-family: Rubik, sans-serif;
  display: flex;
}

.heading-107 {
  display: flex;
}

.cards-section-trainers {
  padding-top: 0;
  padding-bottom: 100px;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
}

.sites-container {
  float: none;
  clear: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  outline-offset: 0px;
  text-align: left;
  white-space: break-spaces;
  object-fit: fill;
  background-color: #e9fcff69;
  background-image: url('../images/Wave-Purple_1.svg');
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px #000;
  border-radius: 9px;
  outline: 3px #2d3958;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 40px;
  padding: 40px 60px 60px;
  display: grid;
  position: relative;
  top: auto;
  overflow: visible;
}

.sites-container.trainers-container {
  background-color: #fef1f28a;
}

.knowledge {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.headline-site {
  background-color: var(--dark-slate-blue);
  direction: rtl;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 2.6em;
  margin: 0 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% -1.6em;
}

.headline-site.trainer-heading {
  background-color: var(--plum-3);
  bottom: -1.4em;
}

.paragraph-site {
  color: var(--dark-slate-blue);
  text-align: center;
  object-fit: fill;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1;
}

.read-more-button {
  background-color: var(--plum);
  perspective: 1235px;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 10em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
  transform: scale3d(1.2, 1.2, 1.1);
}

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

.bold-text-2 {
  color: #7b88a8;
  font-weight: 400;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-108 {
  font-family: Rubik, sans-serif;
}

.paragraph-39 {
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.image-78 {
  padding-top: 10px;
}

.heading-109, .heading-110, .heading-111 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.paragraph-40 {
  color: var(--black);
  font-family: Rubik, sans-serif;
}

.feature-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  background-color: var(--sky-blue-2);
  border: 2px solid #000;
  border-radius: 1px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.site-images {
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

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

.paragraph-41 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.link-2, .site-info, .link-3 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.feature-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-79 {
  padding-top: 20px;
}

.div-block-223 {
  display: flex;
  position: relative;
  top: 188px;
}

.hero-knowledge-portals {
  color: var(--lavender-blush);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-3 {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 18px 60px 18px 25px;
  display: flex;
}

.hreo-heading {
  direction: ltr;
  color: var(--plum);
  text-align: center;
  font-family: Rubik, sans-serif;
}

.hero-trainers {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 100px;
  display: block;
}

.heading-113 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  perspective: 980px;
  color: var(--cornflower-blue);
  text-align: left;
  transform-style: preserve-3d;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  transform: perspective(1549px)translate3d(0, 0, 224px);
}

.footer-logo-link-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: 60px;
  max-height: 60px;
  display: flex;
  transform: none;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 40px;
  height: 40px;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
  right: 140px;
}

.footer-heading {
  color: var(--azure-2);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: var(--cornflower-blue);
  transform-style: preserve-3d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  transform: translate3d(0, 0, 224px);
}

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

.div-block-224 {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.div-block-224:hover {
  transform: scale3d(1.1, 1.1, 1.2);
}

.div-block-225 {
  text-align: center;
  flex-direction: column;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  left: auto;
}

.text-block-114 {
  color: var(--azure-2);
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.dropdown-toggle-5 {
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .dropdown-2 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 224px);
}

.list-item-7 {
  list-style-type: none;
}

.list-item-8, .list-item-9, .list-item-10 {
  display: flex;
}

.nav-logo-link-2 {
  flex-direction: row;
  justify-content: flex-end;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 140px;
  right: 140px;
}

.nav-link-3 {
  color: #444;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: visible;
}

.nav-link-3:hover {
  text-decoration: underline;
  transform: none;
}

.button-11 {
  z-index: auto;
  float: none;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  left: auto;
  right: 400px;
}

.image-80 {
  padding-left: 10px;
}

.image-81, .image-82, .image-83 {
  margin-left: 10px;
}

.list-item-11 {
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-color: #0000;
  background-clip: content-box;
}

.list-item-11:hover {
  perspective: 1784px;
  mix-blend-mode: normal;
  border: 1px solid #000;
  transform: translate3d(0, 0, 224px);
}

.body-10 {
  display: flex;
}

.heading-114 {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.container-9 {
  display: flex;
}

.button-12 {
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.heading-115 {
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  height: 10%;
  display: flex;
}

.heading-115.center {
  align-items: center;
}

.paragraph-43 {
  height: 50%;
}

.popup {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 60%;
  margin-left: 102px;
  display: flex;
}

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

.popup-headline.center {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.paragraph-popup.center {
  justify-content: center;
  align-items: center;
  margin-top: 102px;
  display: flex;
}

.h3popup {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container-10 {
  align-items: center;
  height: 50%;
  display: flex;
}

.heading-popup-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.paragrhaph-popup {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.heading-116 {
  font-family: Rubik, sans-serif;
}

.heading-116.h3center {
  text-align: center;
}

.popup1 {
  width: 630.55px;
  font-family: Rubik, sans-serif;
  font-size: 17px;
}

.paragraph-44 {
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 5.75fr minmax(200px, 8fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-117 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-45 {
  display: flex;
}

.popup-site {
  background-image: linear-gradient(8deg, #fff, #fff);
  border-radius: 3px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding: 18px 60px 18px 25px;
  font-family: Rubik, sans-serif;
  display: flex;
  box-shadow: 1px 1px 4px #000;
}

.paragraph-46 {
  text-align: center;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  display: flex;
}

.link-4 {
  text-align: right;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: inline;
}

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

.popup-center {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.popup-content {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 40px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.columns-4 {
  margin-left: 25px;
  margin-right: 25px;
}

.close-popup {
  color: #fff;
  width: 3em;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-modal {
  filter: invert();
  cursor: pointer;
}

.modal-paragraph {
  direction: rtl;
  text-align: right;
  flex-flow: row-reverse wrap;
  align-items: stretch;
  margin-top: 4em;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.modal-logo {
  text-align: center;
  align-self: center;
  width: 10.4em;
  height: auto;
  margin: 0 auto auto;
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  overflow: auto;
}

.modal-logo.mh-logo {
  width: 16.3em;
}

.modal-link-list {
  direction: rtl;
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  list-style-type: none;
  display: flex;
  position: relative;
  top: auto;
}

.modal-link-item {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  list-style-type: none;
  top: auto;
  bottom: auto;
}

.list-item-13 {
  text-align: right;
  list-style-type: none;
}

.modal-link-container {
  background-color: var(--cornflower-blue);
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.modal-link-container.trainier-links {
  background-color: var(--plum-3);
  font-size: 14px;
  font-weight: 300;
}

.modal-link-container.trainer-links {
  z-index: 2;
  background-color: var(--plum-3);
  margin-bottom: 0;
  bottom: 0%;
}

.modal-screenshot {
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.modal-screenshot.screenshot-matana {
  height: 100%;
  padding-bottom: 0;
}

.hero-5 {
  background-color: var(--azure-2);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-4 {
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  align-items: center;
  height: 90%;
  display: flex;
}

.hero-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.heading-118 {
  text-align: right;
  font-family: Rubik, sans-serif;
  font-weight: 300;
}

.paragraph-47 {
  text-align: right;
  width: 90%;
  height: 50%;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 36px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  right: 10px;
}

.heading-119 {
  color: var(--cta);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  background-color: #0000;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-span-6 {
  color: var(--cta);
}

.popup-image {
  opacity: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  padding-top: 2.7em;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.pop-up-wrapper {
  z-index: 9999;
  background-color: #00000014;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-center-manhigot {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-manhigot {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 40px 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup_center {
  z-index: 9999;
  clear: none;
  opacity: 0;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition-property: none;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup_center.popup-forum {
  opacity: 1;
  display: none;
}

.popup_center.popup-forum.show {
  display: flex;
}

.popup_center.popup-forum.trainer-modal {
  opacity: 1;
  display: none;
}

.popup_center.popup-forum.trainer-modal.show {
  display: flex;
}

.popup_center.popup-education {
  display: none;
}

.popup_center.popup-education.show {
  display: flex;
}

.popup_center.popup-education.trainer-modal {
  display: none;
}

.popup_center.popup-education.trainer-modal.show {
  display: flex;
}

.popup_center.trainer-modal.complexity {
  opacity: 1;
  display: none;
}

.popup_center.trainer-modal.complexity.show {
  display: flex;
}

.popup_center.sheatufim {
  opacity: 1;
  display: none;
}

.popup_center.sheatufim.show {
  display: flex;
}

.popup_center.popup-doalogue {
  opacity: 1;
  transition-property: none;
  display: none;
}

.popup_center.popup-doalogue.show {
  display: flex;
}

.popup_center.popup1 {
  opacity: 1;
  width: auto;
  display: none;
}

.popup_center.popup1.show {
  display: flex;
}

.popup_center.ankorizm {
  opacity: 1;
  display: none;
}

.popup_center.ankorizm.show {
  opacity: 1;
  display: flex;
}

.popup_center.popup2 {
  opacity: 1;
  display: none;
}

.popup_center.popup2.show {
  display: flex;
}

.popup_center.matana {
  opacity: 1;
  display: none;
}

.popup_center.matana.show {
  display: flex;
}

.popup_content {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 9px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 80%;
  max-width: 1000px;
  height: 59vh;
  margin: 0 10px;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-ankorizm {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-ankorizm {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-forum-bogrim {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-center-forum-bogrim:focus {
  display: block;
}

.popup-content-forum-bogrim {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 6px 0 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-doalogue {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-doalogue {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-hlat {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-halt {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-forum {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-forum {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-hinoh {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-hinoh {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.popup-center-hmikal {
  z-index: 9999;
  clear: none;
  opacity: 1;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup-content-hmikal {
  box-shadow: 0 -1px 11px 0 var(--dark-slate-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: content-box;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  width: 70%;
  max-width: 70vw;
  padding: 0;
  font-family: Rubik, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.form-10 {
  position: relative;
  top: 0;
  bottom: 0;
}

.knowledge-situfim {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-situfim:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-situfim {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-ankorizm {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-ankorizm:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-ankorizm {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-halt {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate3d(0, 0, 14px);
}

.knowledge-halt:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-halt {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: -21px;
  margin-bottom: 0;
  margin-left: 28px;
  padding-top: 9px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  transform: translate3d(0, 0, 14px);
}

.knowledge-doalogue {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-doalogue:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-doalogue {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-manhigot {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-manhigot:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-manhigot {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 23px;
  margin-bottom: 0;
  margin-left: 28px;
  padding-bottom: 6px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-forum-bogrim {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-forum-bogrim:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-forum-bogrim {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: -25px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-hinoh {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-hinoh:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-hinoh {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 23px;
  margin-left: 28px;
  padding-top: 9px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-forum {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-forum:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-forum {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.knowledge-hmikhal {
  perspective: 1431px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px 10px;
  font-family: Rubik, sans-serif;
  display: flex;
  position: static;
  transform: translate(0);
}

.knowledge-hmikhal:hover {
  box-shadow: 0 -1px 2px 0 var(--slate-blue);
  transform: scale3d(1, 1, 1.1);
}

.whatch-button-hmikhal {
  background-color: var(--lavender);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 23px;
  margin-left: 28px;
  display: flex;
  transform: translate3d(0, 0, 14px);
}

.close-popup-manhigot {
  color: #fff;
  width: 30px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-modal-manhigot, .close-modal-ankorizm, .close-modal-forum-bogrim, .close-modal-doalouge, .close-modal-halt {
  filter: invert();
  cursor: pointer;
}

.close-modal-forum {
  filter: none;
  color: #fff;
  cursor: auto;
  border: 1px solid #fff;
}

.close-modal-hinoh {
  filter: invert();
  cursor: pointer;
  display: block;
}

.close-modal-hmikal {
  filter: invert();
  cursor: pointer;
}

.link-5 {
  display: flex;
}

.link-6, .link-7, .link-8 {
  padding-right: 9px;
}

.list-item-14 {
  flex: 0 auto;
  list-style-type: none;
}

.list-item-15 {
  list-style-type: none;
}

.heading-120 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.popup-image-2 {
  flex: 1;
  max-width: 150%;
  height: 100px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-top: 14px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.columns-5 {
  display: flex;
}

.image-84 {
  margin-left: 0;
  padding-left: 0;
}

.image-85 {
  margin-top: 21px;
  margin-bottom: 0;
}

.image-86 {
  padding-top: 14px;
}

.column-8 {
  justify-content: center;
  display: flex;
  top: 38px;
}

.popup-image-3 {
  max-width: 150%;
  height: 100px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: auto 421px 110px auto;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -33px;
}

.site-listlink {
  color: #fff;
  margin-left: 2em;
  position: relative;
  bottom: auto;
}

.insite-link {
  color: var(--white);
  position: relative;
}

.link-11 {
  position: relative;
  top: 65px;
}

.link-12 {
  background-color: #0000;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.link-13 {
  position: relative;
  top: auto;
}

.site-card {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.site-link {
  background-color: var(--white);
  color: var(--plum-3);
  border-radius: 7px;
  flex-flow: column;
  flex: 1;
  align-self: center;
  height: 100%;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00a0e61c;
}

.site-link:hover {
  transform: none;
  box-shadow: 0 5px 18px -1px #00a0e61c;
}

.site-link.trainer-link {
  justify-content: space-between;
  box-shadow: 1px 1px 3px #ed9ae440;
}

.site-link.trainer-link:hover {
  box-shadow: 0 5px 18px -1px #ed9ae440;
}

.site-logos {
  object-fit: contain;
  width: 100%;
  height: 5em;
}

.site-logos.sheatufim-logo {
  width: 91%;
}

.site-image-container {
  width: 100%;
  height: 9em;
  position: relative;
}

.site-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.site-card-filter {
  opacity: 1;
  mix-blend-mode: darken;
  background-color: #2d395826;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
}

.site-card-filter.trainer-filter {
  background-color: #ed9ae445;
  width: 100%;
  height: 9em;
}

.site-image-overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.popup-backdrop {
  z-index: 0;
  clear: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2d3958cf;
  background-image: linear-gradient(45deg, #0000 100%, #fff);
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-text {
  background-color: #7184c624;
  background-image: url('../images/Wave-Small.svg');
  background-position: 327%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-top: 4.3em;
  padding-bottom: 3em;
  display: block;
  top: auto;
}

.modal-text.trainer-text {
  background-color: #cb9dcd30;
  padding-left: 20px;
}

.modal-columns {
  flex-direction: row-reverse;
  flex: 100%;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.sites-searchform {
  z-index: 5;
  border: 3px solid var(--plum-3);
  background-color: var(--white);
  border-radius: 8em;
  flex-direction: column;
  justify-content: space-between;
  width: 79%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  display: flex;
  position: absolute;
  top: 3em;
  bottom: auto;
  left: auto;
}

.sites-search-submit {
  opacity: .57;
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 29% auto auto 6%;
}

.sites-search-submit:hover {
  opacity: 1;
}

.sites-search-submit.submit-ltr {
  left: auto;
  right: 6%;
}

.search-field {
  border: 3px solid var(--cornflower-blue);
  color: var(--cornflower-blue);
  border-radius: 8em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-right: 27px;
  font-size: 19px;
  transition: all .2s;
}

.search-field:focus {
  border-color: var(--plum-2);
}

.search-field::placeholder {
  color: #7184c68c;
}

.slider-portal {
  background-color: var(--slate-blue);
  direction: ltr;
  width: 100%;
  height: 100%;
}

.icon-7 {
  color: var(--cornflower-blue);
}

.left-arrow-2 {
  color: var(--cornflower-blue);
  width: 14%;
  height: 70%;
  margin-left: auto;
}

.slide-nav-2 {
  color: var(--cornflower-blue);
  background-color: #0000;
  border: 1px solid #0000;
  margin-top: auto;
  margin-bottom: 4em;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-7 {
  width: 100%;
  overflow: hidden;
}

.site-slide {
  width: 100%;
  height: 93%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  left: auto;
  overflow: hidden;
}

.site-search-form {
  border: 3px solid var(--plum-2);
  border-radius: 8em;
  padding: 3px;
}

.link-14 {
  position: relative;
  bottom: auto;
}

.right-arrow-3 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-15 {
  position: relative;
  top: auto;
  bottom: 0;
  right: auto;
}

.icon-8 {
  left: auto;
  right: 35px;
}

.mask-4 {
  margin-left: 0;
  margin-right: 0;
}

.slider-trainer {
  background-color: var(--slate-blue);
  direction: ltr;
  width: 100%;
  height: 100%;
}

.mask-6 {
  height: 90%;
}

.mask-7 {
  width: 100%;
  height: 88%;
}

.form-block-6 {
  display: flex;
}

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

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-login {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 180em;
  max-width: 46%;
  height: 100em;
  display: flex;
}

.readability-paragraph {
  text-align: right;
  margin-top: .125em;
  margin-bottom: .125em;
  line-height: 1.6;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

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

.shadow-two {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  display: flex;
  position: relative;
}

.heading-121 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field-label-7 {
  align-items: flex-start;
  display: flex;
}

.field-label-8, .field-label-9 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-16 {
  width: 30em;
}

.text-field-17 {
  width: 70%;
}

.text-field-18 {
  border: 1px solid #e6eaf5;
  border-radius: 10px;
  width: 200%;
  font-weight: 300;
}

.email-filed, .password-filed {
  padding-left: 13px;
  font-weight: 400;
}

.login-grid {
  background-color: var(--white);
  border-radius: 24px;
}

.text-field-19 {
  border: 1px solid #e6eaf5;
  border-radius: 10px;
  width: 150%;
  font-weight: 300;
}

.form-11 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  left: 53px;
}

.column-12 {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.field-label-10 {
  padding-left: 13px;
  font-weight: 400;
}

.column-13 {
  text-align: left;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 15px;
  min-height: 400px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  left: 4px;
  right: 4px;
  overflow: visible;
}

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

.link-17 {
  display: flex;
}

.link-18 {
  padding-top: 6px;
}

.form-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 99.9997%;
}

.text-field-20 {
  width: 200%;
}

.form-13 {
  left: 20px;
}

.form-block-7 {
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.form-14 {
  align-self: auto;
}

.column-14 {
  border-radius: 10px;
  font-weight: 400;
}

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

.hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  margin-bottom: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42em;
  display: flex;
}

.heading-122 {
  text-align: right;
  display: flex;
}

.paragraph-49 {
  text-align: right;
  mix-blend-mode: multiply;
  flex: 0 auto;
  display: flex;
}

.accsessability-paragraph {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accsessability-paragraph p {
  border: 1px #000;
}

.text-block-115 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 105px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.contact-label {
  display: none;
}

.navbar-wrapper {
  z-index: 1000;
  color: var(--lavender-blush);
  background-color: #ebfbff;
  align-items: center;
  min-height: 90px;
  margin-top: 0;
  padding: 0 3%;
  font-family: Rubik, sans-serif;
  list-style-type: none;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.navbar-anchor {
  z-index: 1000;
  color: var(--lavender-blush);
  background-color: #ebfbff;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  list-style-type: none;
  display: block;
  position: static;
  inset: 0 0% auto;
}

.link-19, .link-20 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .navigation-container {
    flex-flow: row;
    align-items: center;
  }

  .navbar {
    background-color: var(--azure-2);
    min-height: auto;
  }

  .container-7 {
    margin-top: 0;
    padding-bottom: 37px;
  }

  .display-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-details {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .hero-details.hebrew-hero-details {
    text-align: center;
  }

  .title-centre {
    margin-top: -89px;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 25px;
  }

  .dashboard-wrapper.dashboard-platform {
    padding-top: 0;
  }

  .dashboard-card-02, .dashboard-card-01 {
    display: none;
  }

  .logo-section {
    margin-top: 39px;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .logo-grid {
    grid-template: ". . . . Area" 1fr
    / 1fr 1fr 1fr 1fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column;
    align-content: start;
    padding-top: 0;
  }

  .logo-block {
    padding: 15px;
  }

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

  .content-section.content-large {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .content-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navigation {
    z-index: 99;
    transform: translate(0);
  }

  .title-wrap-left {
    text-align: left;
  }

  .style-guide-content {
    width: 100%;
  }

  .style-guide-header {
    min-height: 420px;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #0000;
    width: 65%;
    margin-top: 0;
    margin-right: 0;
  }

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

  .button-navigation {
    align-self: center;
    min-height: auto;
    padding: 10px 20px;
    line-height: 1;
    display: none;
  }

  .button-navigation.w--current {
    display: none;
  }

  .button-navigation.login-button.w--current {
    margin-bottom: auto;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-6 {
    width: 100%;
  }

  .cta-button-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .hero-pricing {
    background-color: var(--ghost-white-2);
    padding-top: 150px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .pricing-container {
    display: none;
  }

  .pricing.text-white {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    font-weight: 500;
  }

  .pricing-period {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 40px;
  }

  .price-type.price-type-headline {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 10em;
    margin: 0;
    padding-top: 60px;
    padding-left: 0;
    font-family: Rubik, sans-serif;
    display: inline-block;
  }

  .price-button.feature-button {
    border-color: var(--purple);
    background-color: var(--lavender-blush);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    font-weight: 700;
  }

  .price-button.feature-button.register-button {
    clear: none;
    background-color: var(--cta);
    opacity: .8;
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    border-radius: 20px;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: stretch center;
    align-items: center;
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: static;
  }

  .price-button.get-started-button {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    height: 30%;
    margin: 0;
    padding-left: 0;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    display: inline-block;
  }

  .price-span {
    color: var(--black);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 10em;
    height: 2em;
    margin: 0 auto 0 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Rubik, sans-serif;
    font-size: 50px;
    display: flex;
  }

  .pricing-feature.banner-text {
    padding-left: 0;
  }

  .register-button {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }

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

  .content-grid-01 {
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .brand.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    max-width: 400px;
  }

  .licence-grid-4x, .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .email-vrrification {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonial-grid {
    grid-column-gap: 60px;
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .testimonial-card {
    margin-left: 40px;
    margin-right: 40px;
  }

  .author-name {
    color: var(--cornflower-blue);
  }

  .testimonial-title {
    width: 100%;
  }

  .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

  .hero-contact {
    min-height: 800px;
    margin-bottom: -76px;
    padding-top: 151px;
  }

  .sign-up {
    margin: 0 0 20px;
  }

  .sign-up.email-varification {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .platform-subscribed {
    margin-bottom: 40px;
  }

  .hero-platform {
    padding-top: 109px;
  }

  .company-grid, .location-grid {
    grid-column-gap: 22px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .culture-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bg-jobs {
    width: 85%;
  }

  .bg-element {
    max-width: 700px;
    min-height: 650px;
  }

  .bg-element.bg-offices {
    max-width: 820px;
  }

  .bg-element.bg-features {
    top: auto;
    left: auto;
  }

  .content-h1 {
    margin-top: 23px;
    font-size: 30px;
  }

  .job-grid {
    grid-column-gap: 24px;
  }

  .culture-image {
    width: 100%;
  }

  .menu-button {
    color: var(--brand);
    background-color: #0000;
    margin-left: 20px;
    font-size: 22px;
    display: none;
  }

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

  .navigation-left {
    width: 20%;
    overflow: visible;
  }

  .navigation-right {
    flex-direction: row;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .hero-plain {
    padding-top: 140px;
  }

  .feature-wrap {
    padding-right: 0;
  }

  .blog-collection-feature {
    margin-bottom: 10px;
  }

  .blog-collection-item {
    width: 50%;
  }

  .featured-image-wrap {
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .feature-learn-image {
    object-fit: cover;
    max-width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-blog-content {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .author-wrapper {
    justify-content: center;
  }

  .blog-post {
    padding-right: 20px;
  }

  .features-grid {
    grid-column-gap: 22px;
  }

  .feature-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .grid-works {
    grid-column-gap: 18px;
  }

  .bg-step {
    max-width: 90%;
  }

  .platform-dashboard-heb {
    width: 80%;
    margin-top: 8px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .platform-dashboard-heb.blog-dash {
    margin-bottom: -40px;
  }

  .platform-ratings, .platform-chat {
    display: none;
  }

  .form-2 {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .feature-block {
    max-height: 260px;
  }

  .feature-block.feature-02 {
    margin-top: 20px;
  }

  .icon-2 {
    color: var(--cta);
  }

  .grid-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-blog {
    padding-top: 140px;
  }

  .price-type-1 {
    color: #fff;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 40px;
  }

  .price-type-1.w--current {
    color: var(--brand);
    background-color: #fff;
  }

  .price-type-1.register-button {
    align-items: center;
    margin-top: auto;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .price-type-1.get-started-button {
    justify-content: center;
    width: 232.988em;
    display: flex;
  }

  .price-tab {
    padding-top: 20px;
  }

  .pricing-container-mobile {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .price-grid-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1.8fr 1fr;
  }

  .tab-menu {
    background-color: var(--azure-2);
    flex-direction: row;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    font-family: Rubik, sans-serif;
    display: flex;
    top: auto;
  }

  .content-feature {
    grid-row-gap: 0px;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1.3fr;
  }

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

  .price-block {
    background-color: var(--lavender-blush);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: -25px;
  }

  .author-job {
    color: var(--cornflower-blue);
  }

  .culture-image-02, .culture-image-03 {
    width: 100%;
  }

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

  .works-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-bottom: 20px;
  }

  .heading-2 {
    color: var(--cta);
  }

  .phone-number {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }

  .image-28 {
    margin-bottom: 57px;
  }

  .image-29 {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .grid-2 {
    grid-template-columns: 2fr .25fr;
    justify-items: center;
  }

  .columns {
    flex-direction: row;
    padding-top: 4px;
    display: flex;
  }

  .paragraph-8 {
    justify-content: space-around;
    display: flex;
  }

  .display-heading-2-heb {
    margin-top: 73px;
  }

  .hero-details-2 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .bog-footer {
    margin-top: 0;
  }

  .hero-platform-copy {
    padding-top: 131px;
  }

  .about-us-main {
    text-align: center;
    letter-spacing: 0;
    margin-top: 4px;
    margin-bottom: 40px;
  }

  .heading-6-copy {
    margin-top: 46px;
    padding-top: 0;
  }

  .logo-grid-test {
    grid-template: ". . . . Area" 1fr
    / 1fr 1fr 1fr 1fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: column;
    align-content: start;
    padding-top: 0;
  }

  .logo-slider {
    margin-top: 97px;
  }

  .slide-nav {
    filter: invert(20%);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .workers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 43px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
    display: flex;
  }

  .slide-nav-heb {
    filter: invert(20%);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .author-name-copy, .author-name-eng, .worker-title-eng {
    color: var(--cornflower-blue);
  }

  .heading-2-heb {
    margin-top: 73px;
  }

  .select-field {
    border-radius: 12px;
  }

  .text-field-2 {
    border-radius: 10px;
    width: 320px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .text-span-4 {
    margin-left: -66px;
    padding-left: 0;
  }

  .email-verification {
    padding-top: 34px;
    padding-bottom: 127px;
  }

  .text-field-3 {
    float: left;
    text-align: center;
    border-radius: 10px;
    margin-left: -87px;
    margin-right: 117px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .form-3 {
    margin-left: 2px;
    margin-right: 2px;
    padding-right: 0;
    display: inline-block;
  }

  .div-block-192 {
    border-radius: 1px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-around;
    align-items: flex-start;
    padding-left: 0;
    display: inline;
    overflow: auto;
  }

  .button-3 {
    margin-left: 163px;
    margin-right: 400px;
    padding-left: 0;
  }

  .button-3.register-button {
    margin-left: 0;
    margin-right: 99px;
    padding-left: 0;
  }

  .paragraph-12 {
    margin-right: -95px;
    padding-right: 0;
  }

  .form-block-3 {
    margin-left: 0;
    margin-right: 74px;
    padding-left: 175px;
    padding-right: 0;
  }

  .cards-grid-container {
    grid-column-gap: 0px;
    grid-template-areas: "Area";
    align-content: center;
    justify-items: start;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-12 {
    margin-top: 8px;
    padding-top: 15px;
  }

  .text-block-97 {
    color: var(--black);
    text-align: center;
    background-color: #0000;
  }

  .type-price-headline {
    color: var(--black);
    text-align: center;
    display: flex;
  }

  .text-block-99 {
    color: var(--black);
    text-align: center;
  }

  .login-headline {
    width: 15em;
  }

  .image-55 {
    margin: 33px 0 -28px 11px;
    padding-bottom: 0;
    padding-left: 194px;
    padding-right: 0;
  }

  .checkbox-label-2 {
    margin-right: 4px;
  }

  .paragraph-14, .paragraph-15 {
    text-align: center;
  }

  .paragraph-16 {
    text-align: center;
    padding-top: 35px;
  }

  .checkbox-field-2 {
    border: 1px #000;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    text-align: center;
  }

  .checkbox-field-3, .checkbox-field-4, .checkbox-field-5, .checkbox-field-6, .checkbox-field-7 {
    border: 1px #000;
  }

  .image-57 {
    opacity: .59;
  }

  .image-58 {
    opacity: .68;
    margin-bottom: 88px;
    padding-bottom: 0;
  }

  .heading-27 {
    margin-right: -29px;
    padding-right: 0;
  }

  .submit-button-4.register-button {
    margin-bottom: 0;
  }

  .system-cell {
    display: flex;
  }

  .sign-in-with-office-365 {
    width: 30em;
  }

  .sign-in-with-google {
    justify-content: center;
    width: 32em;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .login {
    flex-direction: column;
    align-items: flex-start;
    width: 30em;
    display: flex;
  }

  .login-button.register-button {
    width: 95%;
  }

  .login-with-office-365 {
    flex-wrap: nowrap;
    width: 27.5em;
    margin-right: 0;
    padding-right: 0;
  }

  .login-with-office-365-1 {
    width: 92%;
  }

  .div-block-216 {
    width: 100em;
    height: 30em;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .price-block-1 {
    flex-direction: column;
    font-family: Rubik, sans-serif;
    display: block;
  }

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

  .sign-up-form {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .company-name-filed {
    width: 35em;
    margin-left: 0;
    padding-left: 0;
  }

  .email-address-filed, .full-name-filed {
    width: 35em;
  }

  .number-selector {
    flex-flow: wrap;
    place-content: space-between flex-start;
    align-items: flex-end;
    width: 6em;
    display: flex;
  }

  .number-filed {
    width: 29em;
  }

  .column-4 {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

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

  .login-with-google-2 {
    width: 29em;
    margin-left: 0;
  }

  .login-with-google2 {
    width: 70em;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 22px;
  }

  .heading-95, .heading-96, .heading-97, .heading-98, .heading-99, .heading-100, .heading-101, .heading-102 {
    font-family: "Fa 6 400", sans-serif;
    font-size: 30px;
  }

  .sites-container {
    grid-column-gap: 20px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-login {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper, .navbar-anchor {
    background-color: #fff0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 150px;
  }

  .display-heading {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    display: flex;
  }

  .hero-details {
    margin-top: 30px;
  }

  .hero-details.hebrew-hero-details {
    text-align: center;
  }

  .title-centre {
    margin-top: -51px;
  }

  .dashboard-wrapper.dashboard-platform {
    padding-top: 0;
  }

  .logo-section {
    margin-top: 60px;
    padding-top: 0;
  }

  .logo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .logo-block {
    min-height: 100px;
  }

  .content-section {
    padding-top: 20px;
  }

  .content-section.content-large {
    padding-top: 0;
  }

  .content-section.about-details {
    padding-top: 160px;
  }

  .content-section.job-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-navigation {
    display: none;
  }

  .mobile-navigation {
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 19px 3%;
    display: flex;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 90px;
    margin-right: 0;
  }

  .button-navigation {
    margin-left: -26px;
    margin-right: 0;
    display: none;
  }

  .nav-link {
    order: -1;
    margin-left: 0;
    padding-top: 37px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .legal-text {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .legal-block {
    text-align: center;
    flex-direction: column;
  }

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

  .price-type.price-type-headline {
    margin-top: 0;
  }

  .pricing-banner, .pricing-cell-lead {
    padding-left: 20px;
  }

  .title-wrap {
    margin-bottom: 40px;
  }

  .register-button {
    width: 100%;
    min-width: auto;
    margin-right: 4px;
  }

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

  .content-image {
    border-radius: 24px;
  }

  .content-image.analytics {
    margin-right: auto;
  }

  .hero-default {
    padding-top: 140px;
  }

  .testimonial-card {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-card.first {
    order: -1;
  }

  .integration-wrap {
    height: 580px;
  }

  .hero-contact {
    margin-bottom: 1px;
  }

  .sign-up {
    margin: -18px 0 59px;
    padding: 40px 32px 32px;
  }

  .hero-company {
    padding-top: 120px;
  }

  .hero-platform {
    min-height: auto;
    padding-top: 208px;
  }

  .company-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: end start;
  }

  .location-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .location-card {
    width: 100%;
    max-width: 430px;
  }

  .company-image-01 {
    margin-top: 0;
  }

  .company-column {
    width: 100%;
  }

  .company-image-02 {
    margin-top: 0;
  }

  .company-image-03 {
    max-width: 180px;
  }

  .value-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .value-card {
    width: 100%;
    max-width: 430px;
  }

  .bg-values {
    width: 85%;
    height: 100%;
  }

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

  .bg-element {
    width: 85%;
    min-height: 540px;
  }

  .bg-element.bg-yellow {
    height: 100%;
    min-height: 400px;
    max-height: none;
  }

  .bg-element.bg-integrations {
    height: auto;
    min-height: 670px;
  }

  .bg-element.bg-offices {
    width: 100%;
    max-width: 80%;
    min-height: auto;
    max-height: 70%;
  }

  .bg-element.bg-customer {
    width: 86%;
  }

  .bg-container {
    justify-content: center;
  }

  .content-h1 {
    margin-top: -1px;
    font-size: 30px;
  }

  .job-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .job-card-side-bar {
    width: 100%;
  }

  .menu-button {
    color: #0000;
    display: block;
  }

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

  .navigation-left {
    width: auto;
  }

  .navigation-right {
    width: 40%;
  }

  .cta-banner-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .blog-link.blog-flex {
    text-align: center;
    width: 540px;
    padding-right: 20px;
    display: flex;
  }

  .feature-learn-image {
    width: 540px;
    display: block;
  }

  .feature-blog-content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-heading.feature-heading {
    text-align: center;
    width: 90%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-card {
    width: 100%;
    max-width: 430px;
  }

  .form-attach-wrap {
    flex-wrap: wrap;
  }

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

  .counter-wrap {
    position: relative;
  }

  .step {
    justify-content: center;
    padding: 20px;
  }

  .bg-step {
    max-width: 100%;
    min-height: 540px;
  }

  .bg-step.bg-step-03 {
    width: 100%;
    max-width: 100%;
  }

  .line {
    z-index: -3;
  }

  .platform-dashboard-heb {
    width: 80%;
    margin-top: -29px;
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .contact-details {
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    max-width: 430px;
  }

  .content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .icon-2 {
    color: var(--cta);
  }

  .rich-text-block {
    margin-top: -3px;
  }

  .price-type-1 {
    margin-bottom: 10px;
  }

  .price-type-1.register-button {
    margin-left: 51px;
    margin-right: 51px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-container-mobile {
    margin-top: auto;
    padding-top: 10px;
  }

  .tab-menu {
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 8px;
  }

  .price-block {
    flex-wrap: wrap;
  }

  .bg-container-analytics {
    justify-content: center;
  }

  .works-section {
    padding-top: 20px;
  }

  .customer-wrap {
    height: 580px;
  }

  .heading {
    font-size: 30px;
  }

  .image-29 {
    margin-top: -46px;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
  }

  .slider {
    background-color: #0000;
    height: 100px;
    margin-top: 40px;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .slide {
    background-image: url('../images/Waze.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide.bg-slides {
    background-size: auto 80%;
    height: 100px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .slide-2 {
    background-image: url('../images/IMOE.png');
    background-size: 125px;
  }

  .slide-2.bg-slides {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .bg-slides.slide-3 {
    background-image: url('../images/HEVRALE.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .bg-slides.slide-4 {
    background-image: url('../images/kol_zchut_en.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .bg-slides.slide-5 {
    background-image: url('../images/sheatufim_en.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }

  .mask {
    filter: brightness(116%) grayscale();
    height: 100px;
  }

  .mask:hover {
    filter: none;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .columns-2.he-contact-cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-30 {
    margin-bottom: 49px;
  }

  .paragraph-8 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .display-heading-2-heb {
    margin-top: -94px;
    margin-bottom: 68px;
    font-size: 36px;
  }

  .hero-details-2 {
    margin-top: -65px;
    margin-bottom: 56px;
  }

  .bog-footer {
    margin-top: 0;
  }

  .image-32 {
    text-align: center;
  }

  .right-arrow {
    margin-top: 20px;
  }

  .hero-platform-copy {
    min-height: auto;
    padding-top: 208px;
  }

  .about-us-main {
    margin-top: -65px;
    margin-bottom: 56px;
  }

  .heading-6-copy {
    margin-top: -113px;
    margin-bottom: 85px;
    padding-top: 0;
  }

  .image-36 {
    max-width: 100%;
  }

  .image-37 {
    margin-bottom: 23px;
  }

  .logo-grid-test {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .logo-slider {
    margin-top: 20px;
  }

  .workers-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
    display: flex;
  }

  .slide-nav-heb {
    z-index: 0;
  }

  .heading-2-heb {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .select-field {
    border-radius: 13px;
    width: 80px;
    margin-left: -3px;
    padding-left: 10px;
  }

  .text-field-2 {
    border-radius: 8px;
    width: 400px;
    min-width: 100px;
    margin-top: -48px;
    margin-left: 85px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 7px;
    padding-right: 40px;
    display: block;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-2 {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .email-verification {
    padding: 40px 20px;
  }

  .text-field-3 {
    margin-left: -86px;
    margin-right: 112px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-192 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    place-items: baseline;
    margin-left: 0;
    margin-right: -112px;
    padding-left: 0;
    padding-right: 554px;
    display: block;
  }

  .button-3 {
    text-align: center;
    margin-right: 200px;
    padding-left: 7px;
    padding-right: 0;
  }

  .button-3.register-button {
    opacity: .67;
    text-align: center;
    border-radius: 1px;
    width: 329px;
    height: 10px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 138px;
    padding-top: 18px;
    padding-left: 140px;
    padding-right: 0;
    display: block;
  }

  .paragraph-12 {
    text-align: center;
    margin-left: 73px;
    margin-right: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    margin-right: 5px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    align-self: stretch;
    max-width: none;
  }

  .heading-12 {
    margin-bottom: 18px;
    margin-left: -19px;
    padding-top: 0;
    font-size: 20px;
  }

  .heading-17 {
    margin-left: -706px;
  }

  .image-49 {
    margin-left: 0;
  }

  .login-headline {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .login-password, .login-user-name-or-email {
    font-family: Rubik, sans-serif;
  }

  .image-56 {
    margin-left: -2px;
    padding-left: 0;
  }

  .paragraph-14 {
    text-align: center;
    margin-top: 43px;
    margin-left: -33px;
    margin-right: -8px;
    font-size: 16px;
  }

  .paragraph-15 {
    text-align: center;
    margin-top: -25px;
    margin-left: -10px;
    margin-right: 9px;
    padding-top: 0;
    font-size: 16px;
  }

  .paragraph-16 {
    text-align: center;
    margin-top: 20px;
    margin-left: -31px;
    margin-right: -4px;
    padding-right: 0;
    font-size: 16px;
  }

  .checkbox-field-2, .div-block-195 {
    border: 1px #000;
  }

  .paragraph-17 {
    text-align: center;
    margin-left: -26px;
    font-size: 16px;
  }

  .paragraph-18 {
    text-align: center;
    margin-left: -18px;
    font-size: 16px;
  }

  .paragraph-19 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-196, .checkbox-field-3, .checkbox-field-4 {
    border: 1px #000;
  }

  .checkbox-label-3 {
    text-align: left;
    margin-left: 1px;
  }

  .checkbox-label-4 {
    text-align: left;
  }

  .checkbox-label-5 {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .checkbox-label-6 {
    text-align: left;
    margin-left: -1px;
    padding-left: 0;
  }

  .checkbox-label-7 {
    text-align: left;
  }

  .image-57 {
    margin-bottom: 29px;
    padding-bottom: 0;
  }

  .heading-27 {
    margin-left: 0;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field6, .text-field-9-copy, .text-field8-copy {
    text-align: center;
    border-radius: 8px;
    width: 10%;
  }

  .subscribe-form, .cards-section-2 {
    padding: 40px 20px;
  }

  .button-4 {
    margin-left: 122px;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .button-5 {
    justify-content: center;
  }

  .choose-button {
    width: 20em;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .div-block-217, .div-block-218 {
    display: flex;
  }

  .login-with-google2 {
    width: 28em;
  }

  .image-73 {
    width: 40%;
  }

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

  .cards-section-trainers {
    padding: 40px 20px;
  }

  .sites-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

  .site-images {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

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

  .hero-knowledge-portals {
    padding: 40px 20px;
  }

  .flex-container-3 {
    flex-direction: column;
  }

  .hero-trainers, .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .popup-site {
    flex-direction: column;
  }

  .modal-paragraph {
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    position: relative;
  }

  .modal-logo {
    padding-top: 100px;
  }

  .modal-screenshot {
    object-fit: none;
    height: auto;
  }

  .hero-5 {
    padding: 40px 20px;
  }

  .flex-container-4 {
    flex-direction: column;
  }

  .popup-image {
    padding-top: 0;
    top: auto;
    bottom: 101px;
    left: 18px;
  }

  .popup_content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .site-card {
    width: 47%;
  }

  .modal-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    display: flex;
    left: 0;
  }

  .sites-searchform {
    width: 400px;
    max-width: 95vw;
    position: absolute;
    left: auto;
    right: -200px;
  }

  .site-slide {
    top: 0;
  }

  .right-arrow-4 {
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .mask-5 {
    left: -5px;
  }

  .icon-9 {
    inset: 0% auto 0% 0%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .navbar {
    background-color: #fff;
    justify-content: center;
  }

  .container-7 {
    margin-top: -24px;
    padding-bottom: 0;
  }

  .container-7.slider-container {
    padding-bottom: 0;
  }

  .display-heading {
    margin-top: -2px;
    margin-bottom: 7px;
    font-size: 30px;
    font-weight: 500;
  }

  .hero-details {
    text-align: center;
    letter-spacing: 0;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 27px;
    font-size: 15px;
  }

  .hero-details.hebrew-hero-details {
    text-align: center;
    margin-top: 0;
  }

  .button {
    margin-bottom: 20px;
  }

  .dashboard-wrapper {
    padding: 0;
  }

  .dashboard-wrapper.dashboard-platform {
    margin-top: -80px;
    padding-bottom: 0;
  }

  .logo-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .logo-grid {
    object-fit: fill;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
    max-height: 99px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .logo-block {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section {
    margin-top: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.content-large {
    background-color: #0000;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 130px;
  }

  .content-section.content-large.content-eng {
    padding-top: 0;
  }

  .paragraph {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .link-arrow {
    text-align: left;
    justify-content: flex-start;
    padding-right: 10px;
  }

  .arrow-text {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0;
    font-size: 22px;
    display: flex;
  }

  .content-image-wrapper {
    padding: 0;
  }

  .content-text-wrapper {
    padding: 10px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    z-index: 901;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin-top: 67px;
    margin-right: 0;
    position: fixed;
    inset: 0%;
  }

  .div-block-3 {
    display: none;
  }

  .nav-link {
    background-color: var(--white);
    margin-left: 0;
    padding: 40px;
  }

  .cta-banner {
    justify-content: center;
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-h2 {
    font-size: 38px;
  }

  .cta-h2.ctamobile {
    font-size: 43px;
  }

  .cta-button-wrap {
    flex-direction: column;
  }

  .button-white {
    margin-left: 0;
  }

  .footer {
    padding-top: 60px;
  }

  .footer.footer-he {
    position: relative;
  }

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

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

  .legal-block {
    flex-direction: column;
    justify-content: center;
  }

  .footer-logo {
    margin-left: 0;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing.text-white {
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Rubik, sans-serif;
    position: relative;
  }

  .price-type.price-type-headline {
    align-items: center;
    height: 5em;
    margin-top: auto;
    padding-top: 0;
  }

  .price-span {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    font-size: 30px;
  }

  .pricing-banner, .pricing-cell-lead {
    padding-left: 10px;
  }

  .question-title {
    flex: 1;
  }

  .title-wrap {
    margin-bottom: 10px;
  }

  .form {
    flex-direction: column;
  }

  .register-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .content-image {
    margin-top: 11px;
  }

  .testimonial-grid {
    text-align: justify;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .testimonial-card {
    z-index: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 9px;
    position: relative;
  }

  .testimonial-card.right-bottom {
    position: static;
  }

  .testimonial-card.right-top {
    margin-top: 0;
    position: static;
  }

  .testimonial-card.left-bottom {
    margin-left: 0;
    position: static;
  }

  .testimonial-card.first {
    z-index: auto;
    order: -1;
  }

  .author-name {
    text-align: right;
  }

  .testimonial-title {
    margin-bottom: 0;
  }

  .integration-circle {
    width: 100px;
    height: 100px;
  }

  .integration-wrap {
    height: 490px;
  }

  .integration-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .integration-circle-04 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .integration-circle-05 {
    width: 80px;
    height: 80px;
  }

  .hero-contact {
    min-height: 900px;
    margin-bottom: -2px;
    padding-top: 169px;
  }

  .sign-up {
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    overflow: visible;
  }

  .contact-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .text-field.mc-nistar.he-mc-nistar {
    left: auto;
    right: -5000px;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .button-form-wrapper {
    justify-content: flex-start;
  }

  .platform-subscribed {
    margin-bottom: 28px;
  }

  .hero-platform {
    padding-top: 165px;
    padding-bottom: 0;
  }

  .location-card {
    max-width: 330px;
  }

  .text-plain {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .company-image-03 {
    max-width: 110px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    width: auto;
    min-width: 210px;
  }

  .job-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .bg-element.bg-customer {
    max-width: 250px;
    min-height: 1380px;
    margin-bottom: 24px;
  }

  .bg-element.bg-features {
    width: 90%;
    max-width: none;
    height: 90%;
    min-height: auto;
  }

  .bg-container {
    margin-top: 28px;
  }

  .content-h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -67px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  .content-h1.team-heading {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 54px;
    font-size: 30px;
  }

  .job-card-side-bar {
    width: auto;
    min-width: 210px;
  }

  .form-base {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    color: var(--cta);
    margin-left: 0;
    padding: 10px;
  }

  .menu-button:active {
    z-index: auto;
    opacity: 1;
    color: var(--cta);
    background-image: linear-gradient(#ff00a100, #ff00a100);
    border: 1px solid #0000;
    display: none;
  }

  .menu-button.w--open {
    color: #6a35ff;
    background-color: #0000;
  }

  .button-start {
    width: 78%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5;
    display: block;
  }

  .navigation-left {
    width: auto;
    padding-left: 20px;
    padding-right: 0;
  }

  .navigation-right {
    width: 30%;
  }

  .cta-banner-dark {
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-h3 {
    font-size: 38px;
  }

  .button-cta {
    margin-left: 0;
  }

  .title-wrapper {
    margin-bottom: 0;
    padding: 0;
  }

  .blog-link.blog-flex {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-learn-image {
    border-radius: 18px;
    width: 90%;
    max-width: 100%;
    height: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .feature-blog-content {
    margin-top: -135px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .author-wrapper {
    text-align: right;
    margin-top: 34px;
  }

  .author-avatar {
    padding-left: 0;
  }

  .author-detail-text {
    color: #afbceb;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .blog-image {
    border-radius: 10px;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .blog-post {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-182 {
    width: auto;
    min-width: auto;
    height: 240px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-overview {
    text-align: right;
    width: 300px;
    min-width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .blog-heading {
    color: var(--black);
    text-align: right;
    width: 300px;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .blog-heading.feature-heading {
    text-align: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature-card {
    width: auto;
    min-width: 210px;
  }

  .form-attach-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }

  .form-block-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-works {
    grid-row-gap: 33px;
    position: relative;
    top: -45px;
  }

  .counter-wrap {
    margin-top: 12px;
    margin-bottom: 39px;
  }

  .stop-counter {
    position: relative;
  }

  .step {
    margin-bottom: 57px;
    padding: 0;
  }

  .platform-dashboard-heb {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .platform-dashboard-heb.blog-dash {
    margin-bottom: 27px;
  }

  .contact-details {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-block {
    width: auto;
    min-width: 210px;
    max-width: 230px;
  }

  .feature-block.feature-02 {
    margin-top: 0;
  }

  .icon-2 {
    color: var(--plum-2);
    display: none;
  }

  .icon-2:hover {
    color: var(--cta);
  }

  .icon-2:active {
    display: block;
  }

  .grid-wrapper {
    padding: 0;
  }

  .news-section {
    margin-top: -94px;
  }

  .rich-text-block {
    margin-top: 29px;
  }

  .price-type-1.register-button {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 8px;
  }

  .price-tab {
    width: 20em;
    margin-left: 0;
  }

  .pricing-container-mobile {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .tab-menu {
    flex-direction: column;
  }

  .subscribe-button {
    width: 100%;
    min-width: auto;
  }

  .price-block {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-job {
    padding-right: 10px;
  }

  .works-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .customer-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .customer-circle-01 {
    width: 60px;
    height: 60px;
    right: 38%;
  }

  .customer-circle-03 {
    right: 29%;
  }

  .customer-circle-04 {
    width: 80px;
    height: 80px;
  }

  .customer-circle-06, .customer-circle-07 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .customer-circle-05 {
    width: 80px;
    height: 80px;
    right: 18%;
  }

  .customer-wrap {
    height: 490px;
  }

  .heading {
    color: var(--black);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
  }

  .paragraph-4 {
    text-align: right;
  }

  .paragraph-5 {
    text-align: right;
    font-size: 18px;
  }

  .paragraph-6, .heading-2, .heading-3 {
    text-align: right;
  }

  .heading-4 {
    color: var(--cta);
    text-align: right;
  }

  .link-block-2 {
    margin-top: -15px;
    margin-bottom: 42px;
  }

  .text-block-84.language-selector.footer-link {
    padding-left: 0;
  }

  .language-dropdown {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    display: block;
  }

  .dropdown-link {
    text-align: center;
  }

  .phone-number {
    display: flex;
  }

  .image-29 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
  }

  .slider {
    filter: brightness(131%) contrast(92%) grayscale();
    direction: ltr;
    height: 130px;
    display: block;
  }

  .slider:hover, .slider:focus {
    filter: none;
  }

  .slide.bg-slides {
    background-size: auto 50%;
    height: 100px;
  }

  .slide-2.bg-slides {
    background-size: auto 50%;
  }

  .bg-slides {
    background-image: url('../images/Waze.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    height: 100px;
    margin-top: -19px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-slides.slide-3, .bg-slides.slide-4, .bg-slides.slide-5 {
    background-size: auto 50%;
  }

  .bg-slides.he-slide-2 {
    background-image: url('../images/EDU.png');
  }

  .bg-slides.he-slide-3 {
    background-image: url('../images/Teva.png');
  }

  .bg-slides.he-slide-4 {
    background-image: url('../images/ZHUT.png');
  }

  .bg-slides.he-slide-5 {
    background-image: url('../images/שיתופים.png');
  }

  .mask {
    filter: none;
  }

  .columns {
    padding-top: 0;
  }

  .columns-2.he-contact-cols {
    padding-top: 10px;
  }

  .image-30 {
    margin-bottom: 0;
  }

  .paragraph-7 {
    text-align: right;
  }

  .paragraph-8 {
    color: var(--dark-slate-blue);
    text-align: right;
    width: 300px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 16px;
    display: block;
    position: static;
  }

  .display-heading-2-heb {
    margin: 0 0 9px;
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 400;
  }

  .hero-details-2 {
    text-align: center;
    letter-spacing: 0;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 68px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .he-body {
    margin-top: 60px;
  }

  .image-31 {
    margin-bottom: -25px;
    padding-bottom: 0;
  }

  .image-32 {
    margin-bottom: -29px;
    padding-bottom: 0;
  }

  .image-33 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .heading-6 {
    margin-top: -105px;
    padding-bottom: 0;
  }

  .right-arrow {
    margin-top: 0;
  }

  .hero-platform-copy {
    padding-top: 220px;
  }

  .about-us-main {
    text-align: center;
    letter-spacing: .5px;
    white-space: normal;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 53px;
    padding: 40px 20px;
    font-size: 15px;
  }

  .heading-6-copy {
    color: var(--black);
    margin-top: -94px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .image-34 {
    margin-top: 25px;
  }

  .image-35 {
    text-align: left;
  }

  .image-35.he-linkedin {
    margin-right: 0;
  }

  .grid-3 {
    display: block;
  }

  .image-36 {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    margin-bottom: -43px;
  }

  .logo-grid-test {
    object-fit: fill;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
    max-height: 99px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .logo-slider {
    margin-top: 0;
  }

  .slide-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    transition: opacity 50ms;
  }

  .image-39 {
    order: -1;
  }

  .slide-nav {
    filter: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .slide-image {
    height: 40px;
    margin-top: 13px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .slide-text {
    color: var(--black);
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 13px;
  }

  .workers-grid {
    grid-row-gap: 43px;
    text-align: justify;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .text-block-89 {
    order: 1;
    width: 40px;
  }

  .slide-nav-heb {
    filter: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .slider-text-heb {
    color: var(--black);
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 13px;
  }

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

  .text-block-91.slider-text-heb {
    color: var(--black);
    margin-top: 10px;
    font-size: 13px;
  }

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

  .text-block-92.slider-text-heb {
    margin-top: 10px;
  }

  .text-block-93, .slider-eng {
    text-align: center;
  }

  .author-detail-text-copy {
    color: #afbceb;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .author-name-copy, .paragraph-6-eng, .paragraph-9-eng, .author-name-eng {
    text-align: left;
  }

  .author-detail-text-eng {
    color: #afbceb;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .paragraph-11 {
    color: var(--black);
  }

  .worker-title-eng {
    text-align: left;
    padding-left: 10px;
  }

  .worker-desc-eng {
    color: var(--black);
    font-family: Rubik, sans-serif;
  }

  .heading-2-heb {
    color: var(--black);
    text-align: center;
    margin: 20px 0 40px;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 400;
  }

  .he-linkedin {
    margin-right: 0;
  }

  .linkedin {
    margin-left: 10px;
  }

  .quote {
    color: #a8dcf6;
    padding-left: 0;
    font-size: 13px;
    font-weight: 900;
  }

  .mask-2 {
    margin-top: -54px;
  }

  .mask-3 {
    margin-top: 38px;
  }

  .text-field-2 {
    width: 20px;
    margin-top: -62px;
    margin-left: 83px;
    margin-right: 0;
    padding: 0 174px 0 0;
    display: block;
  }

  .text-field-2::placeholder {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
  }

  .connect-with-google.register-button {
    padding-left: 148px;
  }

  .text-span-4 {
    text-align: center;
    margin-left: -160px;
    margin-right: -55px;
    padding-left: 22px;
    font-size: 18px;
  }

  .connect-with-office-365 {
    margin-left: 0;
    margin-right: -69px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .text-field-3 {
    direction: ltr;
    text-align: center;
    margin-left: -56px;
    margin-right: 70px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .form-3 {
    text-align: left;
  }

  .button-3 {
    margin-left: 29px;
    margin-right: 67px;
    padding-left: 16px;
    padding-right: 0;
  }

  .form-block-3 {
    clear: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 438px;
    display: flex;
    position: relative;
  }

  .cards-grid-container {
    grid-template: "."
                   "."
                   "."
                   "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-12 {
    padding-left: 0;
  }

  .heading-17 {
    padding-left: 395px;
  }

  .login-headline {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
  }

  .field-label-3 {
    margin-left: 58px;
    padding-left: 90px;
  }

  .login-password {
    text-align: left;
    object-fit: fill;
    border-radius: 7px;
    width: 270px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto 0% 0%;
    box-shadow: 0 -2px 3px -3px #000;
  }

  .login-user-name-or-email {
    border-radius: 7px;
    width: 270px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    box-shadow: 0 -1px 5px -3px #000;
  }

  .submit-button-2 {
    text-align: center;
    border-radius: 8px;
    margin-top: 56px;
    margin-left: 364px;
    margin-right: 128px;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 17px;
  }

  .form-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-19 {
    flex-direction: row;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-53 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-54 {
    margin-left: 140px;
    padding-left: 0;
  }

  .image-55 {
    margin-top: 44px;
  }

  .image-56 {
    margin-left: -134px;
    padding-left: 143px;
  }

  .paragraph-15 {
    padding-left: 38px;
  }

  .paragraph-16 {
    text-align: left;
    margin-left: 5px;
    padding-top: 0;
  }

  .checkbox-field-2 {
    margin-bottom: 9px;
    padding-left: 9px;
  }

  .checkbox-field-3 {
    padding-right: 91px;
  }

  .checkbox-field-5 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .checkbox-field-7 {
    padding-left: 57px;
    padding-right: 79px;
  }

  .div-block-197 {
    margin-top: 9px;
    margin-left: 18px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 94px;
  }

  .hero-image-2 {
    max-width: 100%;
    padding-bottom: 20px;
    display: none;
    overflow: visible;
  }

  .centered-container-2 {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .heading-30 {
    font-size: 30px;
  }

  .sign-in-with-office-365 {
    width: 17em;
  }

  .sign-in-with-google {
    width: 19em;
  }

  .choose-button {
    width: 10em;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .load-headline {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .container-5 {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }

  .image-68 {
    display: block;
  }

  .login {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Rubik, sans-serif;
    display: flex;
  }

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

  .login-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 10em;
    height: 2em;
    margin-top: 4px;
    margin-left: 94px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .login-button.register-button {
    width: 60%;
    margin-left: 0;
  }

  .div-block-214 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .login-with-office-365 {
    text-align: center;
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: flex-start;
    width: 15em;
    height: 2em;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo-office-36 {
    flex: 0 auto;
    align-self: stretch;
    width: 30px;
    height: 2em;
    margin-left: 0;
    display: block;
  }

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

  .login-with-google {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15em;
    height: 2em;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .login-with-office-365-1 {
    flex-flow: column wrap;
    place-content: flex-start center;
    align-items: flex-start;
    width: 90%;
    height: 15%;
    margin-left: 14px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .login-with-google-1 {
    text-align: center;
    flex-flow: column wrap;
    place-content: space-around space-between;
    align-items: stretch;
    width: 90%;
    margin-left: 40px;
    display: flex;
  }

  .image-70 {
    width: 2em;
    height: 2em;
    display: block;
  }

  .price-block-1 {
    justify-content: flex-start;
  }

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

  .logo-google {
    flex: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
  }

  .company-name-filed, .email-address-filed, .full-name-filed {
    width: 20em;
  }

  .number-selector {
    width: 4em;
  }

  .number-filed {
    width: 16em;
  }

  .login-with-google2 {
    flex-wrap: wrap;
    place-content: flex-start;
    width: 15em;
    margin-left: 20px;
  }

  .text-block-107 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    margin-top: 6px;
    display: flex;
  }

  .compeny-name {
    width: 10em;
    margin-top: 5px;
  }

  .compeny-namr {
    width: 175px;
    box-shadow: 1px 1px 3px -1px #000;
  }

  .forgot-password {
    margin-left: 60px;
    margin-right: 0;
  }

  .heading-106 {
    padding-right: 20px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .sites-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
    display: flex;
  }

  .hero-knowledge-portals {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .flex-container-3 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-trainers {
    padding-top: 0;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link-2 {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .nav-logo-link-2 {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-3 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-popup {
    width: 2em;
    margin-top: 0;
    margin-right: 0;
  }

  .modal-paragraph {
    justify-content: flex-end;
    width: auto;
    margin-top: 1em;
    padding-top: 10px;
    font-size: 15px;
    left: 0;
  }

  .modal-logo {
    align-self: center;
    width: auto;
    height: 4em;
    padding-top: 10px;
    left: auto;
  }

  .modal-link-list {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-link-container {
    position: relative;
  }

  .modal-link-container.trainer-links {
    margin-bottom: 0;
  }

  .modal-screenshot {
    height: auto;
    padding-bottom: 0;
  }

  .popup-image {
    margin-top: 2px;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    bottom: auto;
    left: 0;
  }

  .popup_center.popup-forum.trainer-modal {
    opacity: 0;
    display: none;
  }

  .popup_center.popup-education.trainer-modal.show {
    opacity: 1;
  }

  .popup_center.sheatufim {
    display: none;
  }

  .popup_center.popup1.show {
    display: flex;
  }

  .popup_center.ankorizm {
    opacity: 0;
  }

  .popup_center.ankorizm.show {
    display: flex;
  }

  .popup_center.matana {
    display: none;
  }

  .popup_center.matana.show {
    display: flex;
  }

  .popup_content {
    width: 90%;
    max-width: 80vw;
    height: auto;
    max-height: none;
  }

  .site-listlink {
    margin-left: 0;
  }

  .site-card {
    width: 100%;
  }

  .site-link {
    width: 100%;
    max-width: 350px;
  }

  .modal-text {
    order: -1;
    padding-top: .5em;
    padding-bottom: 4em;
    padding-right: 10px;
  }

  .modal-text.trainer-text {
    align-items: center;
    padding-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .modal-columns {
    flex-direction: column;
    order: 0;
  }

  .sites-searchform {
    width: 95%;
    max-width: 95%;
    height: 62px;
    margin-top: -42px;
    position: absolute;
    top: 1em;
    bottom: 1em;
    right: auto;
  }

  .sites-search-submit {
    padding: 6px 10px;
    top: 30%;
    left: 21px;
  }

  .search-field {
    box-shadow: none;
    padding: .125em 10px;
    font-size: 14px;
  }

  .slider-portal {
    background-color: #cb9dcd30;
    height: 27vh;
  }

  .slide-nav-2 {
    margin-bottom: 0;
  }

  .site-slide {
    height: 100%;
    top: 0;
  }

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

  .paragraph-48 {
    margin-bottom: 0;
  }

  .column-11 {
    padding-right: 0;
  }

  .mask-5 {
    left: 0;
  }

  .slider-trainer {
    background-color: #cb9dcd30;
    height: 34vh;
  }

  .container {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .text-field-18 {
    width: 140%;
  }

  .form-12 {
    align-items: flex-start;
    left: 3px;
  }

  .text-field-20 {
    width: 140%;
  }

  .navbar-wrapper, .navbar-anchor {
    background-color: #fff;
    justify-content: center;
  }
}

#w-node-_7a82e8c7-d1a9-69bb-4c61-a77c4edbff6c-3346d411 {
  align-self: center;
}

#w-node-_972604d1-516a-6165-e664-e5911d10648d-3346d411 {
  justify-self: end;
}

#w-node-_0983a253-3d2e-8fe5-a5f4-29572b682366-3346d411, #w-node-dafab537-7ab8-f480-e2c5-b4ad70086108-3346d411, #w-node-d8ce5e3c-672a-1b7b-38c6-7de297ffd7d4-3346d411 {
  align-self: center;
}

#w-node-_8af46c37-93b2-d339-9da1-659e2f91d3b7-3346d411 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8af46c37-93b2-d339-9da1-659e2f91d3c4-3346d411 {
  grid-area: Testimonial-1;
  align-self: center;
}

#w-node-_8af46c37-93b2-d339-9da1-659e2f91d3d1-3346d411 {
  grid-area: Area;
  align-self: center;
}

#w-node-_8af46c37-93b2-d339-9da1-659e2f91d3de-3346d411 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: center;
}

#w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e {
  justify-self: center;
}

#w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-_37966131-e6e5-2fb5-d931-809fe7283d1b-b8f5df7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8746d41b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ccd1409-c17d-40d9-5f29-dd4198ee3763-8746d41b {
  grid-area: Area;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8746d41b {
  grid-area: Testimonial-1;
  place-self: center end;
}

#w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8746d41b {
  grid-area: Testimonial-2;
  place-self: center end;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8746d41b {
  grid-area: Area;
  place-self: center start;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b14-8746d41b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b15-8746d41b {
  grid-area: Area;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b16-8746d41b {
  grid-area: Testimonial-1;
  place-self: center end;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b2c-8746d41b {
  grid-area: Testimonial-2;
  place-self: center end;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b3e-8746d41b {
  grid-area: Area;
  place-self: center start;
}

#w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b4d-8746d41b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-5946d41d {
  grid-area: span 6 / span 1 / span 6 / span 1;
  place-self: center end;
}

#w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-5946d41d {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7afe-a70c7afb {
  justify-self: center;
}

#w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b01-a70c7afb, #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b14-a70c7afb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-9546d41e {
  grid-area: span 6 / span 1 / span 6 / span 1;
  place-self: center end;
}

#w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-9546d41e {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-d48233b0-72c6-9e32-021f-36543b92f0d3-4346d42b {
  align-self: center;
}

#w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdff91-4346d42b {
  place-self: auto end;
}

#w-node-f45f989a-e756-f45d-6b09-4ddcaabf9dfe-4346d42b, #w-node-_0232f1e9-621e-026f-db40-40240194fd86-4346d42b, #w-node-bdab76d7-863e-6254-2cea-aa179a642611-4346d42b {
  align-self: center;
}

#w-node-ffc35af6-c53b-92ec-201c-c0e847190a9e-4346d42b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ffc35af6-c53b-92ec-201c-c0e847190aa3-4346d42b {
  grid-area: Testimonial-1;
  align-self: center;
}

#w-node-ffc35af6-c53b-92ec-201c-c0e847190ab0-4346d42b {
  grid-area: Area;
  align-self: center;
}

#w-node-ffc35af6-c53b-92ec-201c-c0e847190abd-4346d42b {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: center;
}

#w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f1-d346d430 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_72391cee-9a0c-75aa-6c8c-ad9e1fafa689-d346d430 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-dcaccef2-9668-5305-769b-1c0190634fa3-d346d430 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-bdf41148-50d0-1790-8895-3b66e1742810-d346d430 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_203d2dcc-f958-f846-f888-8c2bcbf22547-d346d430 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_204ad796-b22a-31c2-e8e4-6420da62d122-d346d430 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceab-d346d430 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b562fb4-fd3f-fbfb-20ff-f064ae38c549-d346d430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceb2-d346d430 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0729d376-adae-acac-a1e2-94fc55f2646e-d346d430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceb9-d346d430 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_462b8118-42d0-9d09-7f83-d1fb9025f15b-d346d430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dae93f6d-5213-3d0d-4f63-9c07ca0be0c3-dd46d432, #w-node-_041b4c82-2528-5915-7c3c-f71198e333a0-dd46d432 {
  justify-self: start;
}

#w-node-ee49553e-8c92-f785-45be-abe31454323c-4a46d439 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_35018b84-1c0d-7cb9-6ebe-f3d512df42d5-4a46d439 {
  grid-area: Area-3;
  align-self: stretch;
}

#w-node-_35018b84-1c0d-7cb9-6ebe-f3d512df42d6-4a46d439 {
  align-self: start;
}

#w-node-_2d0e4033-76a4-d9f6-85f0-d45f03b54c7f-4a46d439 {
  grid-area: Area;
  align-self: stretch;
}

#w-node-_2d0e4033-76a4-d9f6-85f0-d45f03b54c80-4a46d439 {
  align-self: start;
}

#w-node-_56b459fc-f1f3-12af-8759-6d3218ddc71c-4a46d439 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_56b459fc-f1f3-12af-8759-6d3218ddc71d-4a46d439 {
  align-self: start;
}

#w-node-_24913b79-4ee1-ad8c-fec9-4ac53c68577b-4a46d439 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1e9c6d0-e1ff-7f8f-0b2e-915c0b647c7e-3c46d43b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_035f4eea-74d8-13cc-09b7-4d5c84e9b4cc-3c46d43b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8d46d470 {
  grid-area: Testimonial-1;
  place-self: center end;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8d46d470 {
  grid-area: Area;
  place-self: center start;
}

#w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8d46d470 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8d46d470 {
  grid-area: Testimonial-2;
  place-self: center end;
}

#w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962982-8d46d470 {
  grid-area: Testimonial-1;
  place-self: center end;
}

#w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962991-8d46d470 {
  grid-area: Area;
  place-self: center start;
}

#w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a2-8d46d470 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a3-8d46d470 {
  grid-area: Testimonial-2;
  place-self: center end;
}

#w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f1-943eadf8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_203d2dcc-f958-f846-f888-8c2bcbf22547-943eadf8 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_204ad796-b22a-31c2-e8e4-6420da62d122-943eadf8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7a82e8c7-d1a9-69bb-4c61-a77c4edbff6a-3346d411, #w-node-_0983a253-3d2e-8fe5-a5f4-29572b682364-3346d411, #w-node-dafab537-7ab8-f480-e2c5-b4ad70086106-3346d411, #w-node-d8ce5e3c-672a-1b7b-38c6-7de297ffd7d2-3346d411 {
    justify-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3b7-3346d411 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3c4-3346d411 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3d1-3346d411 {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3de-3346d411 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8746d41b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8746d41b, #w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8746d41b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8746d41b {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b14-8746d41b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b16-8746d41b, #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b2c-8746d41b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b3e-8746d41b {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-5946d41d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-5946d41d {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-9546d41e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-9546d41e {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-d48233b0-72c6-9e32-021f-36543b92f0d1-4346d42b, #w-node-f45f989a-e756-f45d-6b09-4ddcaabf9dfc-4346d42b, #w-node-_0232f1e9-621e-026f-db40-40240194fd84-4346d42b, #w-node-bdab76d7-863e-6254-2cea-aa179a64260f-4346d42b {
    justify-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190a9e-4346d42b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190aa3-4346d42b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190ab0-4346d42b {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190abd-4346d42b {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-_397fa46c-c9b2-9bd3-1570-e136d0e51827-4a46d439, #w-node-b3af9453-4899-78c6-59be-a3dc9d4224ef-4a46d439, #w-node-_8ac534d2-191a-b868-7880-ce56a4654e52-4a46d439 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4a9d61d-5792-d9ec-d64d-d74615bbeb48-3c46d43b {
    grid-area: Area;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8d46d470 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8d46d470 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8d46d470 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8d46d470, #w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962982-8d46d470 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962991-8d46d470 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a2-8d46d470 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a3-8d46d470 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b34c930a-066f-9167-be73-55cd705fd95b-3346d411 {
    order: -9999;
  }

  #w-node-a65f140c-52a4-b556-f9a6-7b18c687854f-3346d411 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_972604d1-516a-6165-e664-e5911d10648d-3346d411 {
    justify-self: center;
  }

  #w-node-_972604d1-516a-6165-e664-e5911d10648b-3346d411, #w-node-_81294056-99eb-1983-6a3d-29297908a325-3346d411, #w-node-_81294056-99eb-1983-6a3d-29297908a329-3346d411 {
    order: -9999;
  }

  #w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-_37966131-e6e5-2fb5-d931-809fe7283d1b-b8f5df7e, #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7afe-a70c7afb, #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b01-a70c7afb, #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b14-a70c7afb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d48233b0-72c6-9e32-021f-36543b92f0d1-4346d42b {
    justify-self: center;
  }

  #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdff88-4346d42b {
    order: -9999;
  }

  #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdff8c-4346d42b {
    order: -9999;
    justify-self: center;
  }

  #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdff91-4346d42b {
    justify-self: center;
  }

  #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdff93-4346d42b, #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdffa7-4346d42b, #w-node-e3dea4d1-1764-9e4b-0f70-d7e47cbdffab-4346d42b {
    order: -9999;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f4-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f6-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e0d3d390-d656-40ed-a784-6409ce822b26-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72391cee-9a0c-75aa-6c8c-ad9e1fafa68e-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_21748d29-9b5a-248d-161b-55314de1f2c5-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dcaccef2-9668-5305-769b-1c0190634fa8-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_98985769-6192-065e-d61f-160ed6a250aa-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdf41148-50d0-1790-8895-3b66e1742815-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_1dcc180f-f179-eec7-ef70-a264c0d9b934-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_203d2dcc-f958-f846-f888-8c2bcbf2254c-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_204ad796-b22a-31c2-e8e4-6420da62d125-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_204ad796-b22a-31c2-e8e4-6420da62d127-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_57080f40-4d79-8732-90af-6154c55966b6-d346d430, #w-node-e2b895a8-4d40-c8c4-db7d-537d6f62cab8-d346d430, #w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceb7-d346d430, #w-node-_1d876abd-0e9b-b607-e9ee-ab76303ea1fb-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_117bd358-9441-55c9-d6a3-f0b62d6fcebe-d346d430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f4-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f6-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_1dcc180f-f179-eec7-ef70-a264c0d9b934-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_203d2dcc-f958-f846-f888-8c2bcbf2254c-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_204ad796-b22a-31c2-e8e4-6420da62d125-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_204ad796-b22a-31c2-e8e4-6420da62d127-943eadf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3b7-3346d411 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3c4-3346d411 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3d1-3346d411 {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-_8af46c37-93b2-d339-9da1-659e2f91d3de-3346d411 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-_37966131-e6e5-2fb5-d931-809fe7283d1b-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8746d41b {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8746d41b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8746d41b {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: center;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8746d41b {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b14-8746d41b {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b16-8746d41b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b2c-8746d41b {
    grid-area: span 2 / span 3 / span 2 / span 3;
    align-self: center;
  }

  #w-node-_227e3e84-56a7-e99b-b456-e818fa5b3b3e-8746d41b {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b01-a70c7afb, #w-node-_2d5cb9dc-9ec9-6f69-8304-4e56a70c7b14-a70c7afb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_41ee293b-2b2e-4985-b298-49dec724f464-8746d422 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190a9e-4346d42b {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190aa3-4346d42b {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190ab0-4346d42b {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-ffc35af6-c53b-92ec-201c-c0e847190abd-4346d42b {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-d88f5af6-0837-b3dc-b511-23729ca98fca-0f46d42d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f1-d346d430, #w-node-_72391cee-9a0c-75aa-6c8c-ad9e1fafa689-d346d430, #w-node-dcaccef2-9668-5305-769b-1c0190634fa3-d346d430, #w-node-bdf41148-50d0-1790-8895-3b66e1742810-d346d430, #w-node-_203d2dcc-f958-f846-f888-8c2bcbf22547-d346d430, #w-node-_204ad796-b22a-31c2-e8e4-6420da62d122-d346d430, #w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceab-d346d430, #w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceb2-d346d430, #w-node-_117bd358-9441-55c9-d6a3-f0b62d6fceb9-d346d430, #w-node-_035f4eea-74d8-13cc-09b7-4d5c84e9b4cc-3c46d43b {
    grid-column: span 1 / span 1;
  }

  #w-node-_48929f99-ae6c-de45-bdf4-ddfa4cca4796-3c46d43b {
    grid-area: Area-3;
  }

  #w-node-_4afa7407-4011-6638-d258-4462cf81cf64-3c46d43b {
    grid-area: Area-2;
  }

  #w-node-d4a9d61d-5792-d9ec-d64d-d74615bbeb48-3c46d43b {
    grid-area: Area;
  }

  #w-node-_41ee293b-2b2e-4985-b298-49dec724f464-5b46d43c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f73-8d46d470 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: center end;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f8d-8d46d470 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: center start;
  }

  #w-node-f43b9496-b462-03dc-f413-6370f3a86f6e-8d46d470 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_201b5c76-64d0-5146-18ac-c6cb13310253-8d46d470, #w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962982-8d46d470 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: center end;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d6962991-8d46d470 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: center start;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a2-8d46d470 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a4ff58b4-b4cd-2a16-2391-fe52d69629a3-8d46d470 {
    grid-area: span 2 / span 3 / span 2 / span 3;
    place-self: center end;
  }

  #w-node-_42b3e405-e412-a51c-fa03-5379cc2ba4f1-943eadf8, #w-node-_203d2dcc-f958-f846-f888-8c2bcbf22547-943eadf8, #w-node-_204ad796-b22a-31c2-e8e4-6420da62d122-943eadf8 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 6 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 6 duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 6 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid  6 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa  6 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 6 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 6 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 6 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}