:root {
  --blue: #59b1e9;
  --midnight-blue: #3b3b54;
  --lime: #00d191;
  --charcoal: #212121;
  --cultured: #f9fafc;
  --white: white;
  --aquamarine: #32a3eb;
  --moon: #717381;
  --alice-blue: #e0f1fc;
  --alice-blue-lighter: #f5fafe;
  --forest: #5ea774;
  --timberwolf: #f2f4f8;
}

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

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

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

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

.section {
  background-color: var(--blue);
}

.hero-heading-center {
  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;
}

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

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image {
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero-header-background {
  object-fit: cover;
  width: 100vw;
  height: 80vh;
  position: relative;
}

.hero-header-text-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 430px;
  display: flex;
  position: absolute;
  inset: 25% 0% 0%;
}

.heading {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
}

.text-block {
  color: var(--midnight-blue);
  text-align: center;
  width: 80%;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

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

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

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

.search {
  align-items: center;
  width: 60%;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 25px 50px #0000001a;
}

.search-button {
  background-color: var(--lime);
  border-radius: 32px;
  height: 81%;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
  position: absolute;
  inset: 9% 1% 0% auto;
}

.search-button:hover {
  background-color: #02be85;
}

.link {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.link:hover {
  color: #59597e;
}

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

.heading-2 {
  color: var(--charcoal);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  display: block;
}

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

.heading-2.blue {
  color: var(--midnight-blue);
  position: static;
}

.heading-2.left {
  text-align: left;
}

.image-2 {
  filter: grayscale();
}

.they-talk-about-us {
  background-color: var(--cultured);
  padding-top: 64px;
  padding-bottom: 64px;
}

.image-3, .image-4, .image-5 {
  filter: grayscale();
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-3 {
  color: var(--midnight-blue);
  text-align: center;
  align-self: flex-start;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 36px;
  position: absolute;
  inset: auto 0%;
}

.heading-3.faq {
  color: var(--white);
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  position: static;
}

.how-it-works {
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  background-color: var(--aquamarine);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-3 {
  color: var(--charcoal);
  text-align: center;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

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

.image-6 {
  margin-top: 48px;
}

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

.image-7 {
  margin-top: 48px;
}

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

.image-8, .image-9 {
  margin-top: 48px;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-10 {
  object-fit: contain;
}

.image-11, .image-12 {
  filter: grayscale();
  object-fit: contain;
}

.image-13 {
  object-fit: contain;
}

.image-14 {
  filter: grayscale();
  object-fit: contain;
}

.image-16 {
  filter: grayscale();
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  margin-top: 56px;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.private-live {
  background-color: var(--cultured);
  padding-top: 64px;
  padding-bottom: 64px;
}

.text-block-4 {
  color: var(--charcoal);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-5 {
  color: var(--moon);
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.primary {
  background-color: var(--blue);
  border-radius: 32px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.primary:hover {
  background-color: #2d96d9;
}

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

.text-block-6 {
  color: var(--midnight-blue);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.download-app {
  position: relative;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
}

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

.image-17 {
  object-fit: cover;
  height: 680px;
}

.link-block {
  margin-left: 16px;
}

.grid-4 {
  grid-template-rows: auto auto;
  margin-top: 64px;
}

.text-block-7 {
  color: var(--charcoal);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-8 {
  color: var(--moon);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.frequently-ask-questions {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-9 {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-10 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.container-6 {
  position: relative;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25% 0% auto;
}

.image-18 {
  object-fit: cover;
  border-radius: 16px;
  height: 320px;
}

.text-block-11 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-12 {
  color: var(--moon);
  text-align: center;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.foxintelligence {
  padding-top: 64px;
  padding-bottom: 64px;
}

.fox-button {
  background-color: #4063e0;
  border-radius: 32px;
  margin-top: 24px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.fox-button:hover {
  background-color: #3452be;
}

.image-19 {
  margin-top: 4px;
}

.footer {
  background-color: var(--cultured);
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
  box-shadow: 0 -1px #0000001f;
}

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

.text-block-13 {
  color: var(--charcoal);
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

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

.div-block-19.arabic {
  direction: rtl;
}

.text-block-14 {
  color: var(--charcoal);
  cursor: pointer;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-block-14:hover {
  color: #646464;
}

.link-block-2 {
  text-decoration: none;
}

.dropdown {
  background-color: var(--aquamarine);
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.dropdown:hover {
  background-color: #2d96d9;
}

.dropdown.arabic {
  width: 120px;
}

.dropdown-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background-color .3s ease-in-out;
}

.dropdown-toggle.japanese {
  padding-right: 56px;
}

.text-block-15 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-15.sign {
  font-family: Varela, sans-serif;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--aquamarine);
  border-radius: 16px;
  width: 140px;
  margin-top: 8px;
  inset: -1462% 0% auto;
  box-shadow: 0 4px 8px #0000001a;
}

.dropdown-list.arabic {
  width: 150px;
}

.dropdown-link {
  color: var(--white);
  width: 140px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link.w--current {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link.first {
  padding-top: 6px;
}

.dropdown-link.last {
  padding-bottom: 12px;
}

.dropdown-link.sign.w--current {
  font-family: Varela, sans-serif;
}

.dropdown-link-2, .dropdown-link-3 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.link-block-4 {
  padding-left: 16px;
  text-decoration: none;
}

.link-block-4.arabic {
  padding-left: 0;
  padding-right: 16px;
}

.div-block-20 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-20.arabic {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.text-block-16 {
  color: var(--charcoal);
  font-family: Roboto, sans-serif;
  transition: color .2s ease-in-out;
}

.text-block-16:hover {
  color: #646464;
}

.div-block-21 {
  background-color: var(--aquamarine);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  display: flex;
}

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

.div-block-22.arabic {
  width: 100%;
}

.line {
  background-color: #6d6f7b33;
  width: 100%;
  height: 1px;
  margin-top: 16px;
}

.text-block-17 {
  color: var(--charcoal);
  font-family: Roboto, sans-serif;
}

.div-block-23 {
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
}

.div-block-23.arabic {
  direction: rtl;
  flex-direction: row;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-title {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.container-title.arabic {
  direction: rtl;
  text-align: right;
}

.container-text {
  color: var(--charcoal);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.cgu {
  margin-top: 88px;
  margin-bottom: 64px;
}

.text-container {
  margin-top: 48px;
}

.text-container.first {
  margin-top: 0;
}

.blue-link {
  color: var(--aquamarine);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.blue-link:hover {
  color: #2274a8;
}

.blue-link.grey {
  color: var(--moon);
  font-weight: 400;
}

.blue-link.small {
  font-size: 14px;
}

.link-2 {
  color: var(--aquamarine);
}

.container-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.dark-blue-button {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 24px;
  margin-left: 16px;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s ease-in-out;
}

.dark-blue-button:hover {
  background-color: #59597e;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  margin-top: 88px;
  padding-bottom: 64px;
}

.text-span-bold, .text-span, .text-span-2, .text-span-3 {
  font-weight: 600;
}

.text-block-18 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 50%;
  display: block;
  position: static;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 64px;
}

.image-21 {
  width: 64px;
  height: 64px;
}

.faq-landing {
  background-image: linear-gradient(0deg, #95b2d6, #59b1e9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: static;
}

.help-block {
  background-color: var(--alice-blue);
  border-radius: 20px;
  padding: 16px;
}

.help-title {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.help-link {
  color: var(--moon);
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.help-link:hover {
  color: #51525c;
}

.link-container {
  flex-direction: column;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.heading-4 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 43px;
  position: absolute;
  inset: 19% 0% auto;
}

.faq-answers {
  margin-top: 5%;
}

.heading-5 {
  color: var(--charcoal);
  text-align: center;
  margin: 3% 8% 5%;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.heading-5.left {
  text-align: left;
  margin-left: 0%;
}

.heading-5.left.arabic {
  text-align: right;
  margin-right: 0%;
}

.answers-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.answers-dropdown {
  flex-direction: column;
  margin-top: 0%;
  display: flex;
}

.dropdown-2 {
  border: 2px solid var(--alice-blue);
  background-color: var(--alice-blue-lighter);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 16px;
  padding: 24px;
}

.dropdown-toggle-2 {
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.text-block-19 {
  color: var(--charcoal);
  white-space: break-spaces;
  width: 90%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
}

.text-block-20 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-block-28 {
  background-color: var(--alice-blue-lighter);
  padding-top: 32px;
}

.icon, .icon-2 {
  margin-right: 0;
}

.answers {
  margin-bottom: 15%;
}

.faq-links {
  margin-top: 16px;
  padding-bottom: 64px;
}

.suggest-new-feature {
  background-color: var(--blue);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 100px;
  margin-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.suggest-new-feature:hover {
  background-color: #2d96d9;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: var(--white);
  width: 90%;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.contact-support {
  background-color: var(--forest);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 100px;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.contact-support:hover {
  background-color: #539466;
}

.div-block-29 {
  padding-top: 0;
}

.div-block-30 {
  margin-top: 0;
}

.data-landing {
  background-color: #84c8f3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
  position: relative;
}

.image-24 {
  width: 40%;
  margin-right: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-24.arabic {
  inset: auto auto 0% 5%;
}

.text-block-22 {
  color: var(--midnight-blue);
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-31 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-left: 64px;
  display: flex;
}

.div-block-31.arabic {
  align-items: flex-end;
  position: absolute;
  inset: 37% 8% 0% auto;
}

.heading-2-left {
  color: var(--midnight-blue);
}

.image-25 {
  display: none;
}

.text-block-23 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.data-whatwedo {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-block-24 {
  color: var(--moon);
  text-align: center;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-24.left {
  text-align: left;
  margin-bottom: 32px;
  font-size: 20px;
}

.text-block-24.left.arabic {
  text-align: right;
}

.data-users {
  margin-top: 64px;
  padding-bottom: 64px;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

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

.text-block-25 {
  color: var(--charcoal);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-26 {
  color: var(--moon);
  text-align: center;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.div-block-33, .div-block-34 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-35 {
  border: 4px solid var(--timberwolf);
  border-radius: 24px;
  width: 70%;
  margin-top: 64px;
  padding: 32px;
}

.text-block-27 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-28 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

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

.div-block-37 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-37.arabic {
  flex-direction: row-reverse;
}

.text-block-29 {
  color: var(--charcoal);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.data-foreveryone {
  margin-top: 64px;
}

.text-block-30 {
  color: var(--charcoal);
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-31 {
  color: var(--moon);
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-38 {
  width: 70%;
  margin-top: 80px;
}

.div-block-39 {
  margin-bottom: 48px;
}

.div-block-40 {
  width: 70%;
}

.container-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.data-collect {
  margin-top: 64px;
  margin-bottom: 64px;
}

.div-block-41 {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-41.arabic {
  flex-direction: row-reverse;
}

.text-block-32 {
  color: var(--charcoal);
  width: 72%;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-32.arabic {
  margin-right: 24px;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-42.arabic {
  align-items: flex-end;
}

.text-block-33 {
  color: var(--moon);
  width: 50%;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-43 {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-43.arabic {
  flex-direction: row-reverse;
}

.data-no-ads {
  background-color: var(--cultured);
  padding-top: 64px;
  padding-bottom: 64px;
}

.image-27 {
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.data-how {
  margin-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.div-block-44 {
  background-color: #a03d3d;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid-8 {
  grid-template-rows: auto;
  align-items: center;
}

.image-28 {
  width: 550px;
  position: static;
}

.div-block-45 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-45.arabic {
  align-items: flex-start;
}

.div-block-46 {
  margin-left: 15%;
}

.div-block-46.arabic {
  margin-left: 0;
  margin-right: 140px;
}

.div-block-47 {
  margin-bottom: 24px;
}

.data-quote {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-block-34 {
  width: 50%;
  margin-right: 26px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.text-block-34.arabic {
  margin-left: 26px;
  margin-right: 0;
}

.text-block-35 {
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.div-block-48 {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.container-18 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-18.arabic {
  flex-direction: row-reverse;
}

.data-links {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.image-29 {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}

.text-block-36 {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-37 {
  font-size: 17px;
}

.text-block-38 {
  color: var(--moon);
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
}

.privacy {
  margin-top: 88px;
  margin-bottom: 64px;
  display: block;
}

.column-49 {
  text-align: left;
  border: 1px #000;
  border-style: none solid;
  border-radius: 1px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.columns-17 {
  border: 1px solid #000;
  border-top-style: none;
  width: 100%;
}

.column-45 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 1px;
  outline: 3px #000;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-header {
  color: #121212;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.columns-16 {
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
}

.column-48 {
  text-align: left;
  border: 1px #000;
  border-style: none solid;
  border-radius: 0;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-46 {
  border: 1px #000;
  border-style: none solid;
  border-radius: 1px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table-text {
  color: #000;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-39 {
  color: #000;
  background-color: #e3fcf9;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.column-47 {
  border: 1px #000;
  border-radius: 1px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: visible;
}

.table-privacy {
  color: #000;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 17px;
}

.text-block-40 {
  color: #000;
  background-color: #e4dcfb;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.text-block-41 {
  color: #000;
  text-align: left;
  background-color: #ffd7cf;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.column-50 {
  text-align: left;
  border: 1px #000;
  border-style: none solid;
  border-radius: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.legal-notices {
  margin-top: 88px;
  margin-bottom: 88px;
}

.text-block-42 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-51 {
  margin-top: 0;
}

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

.text-block-43 {
  color: var(--charcoal);
  margin-top: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.who {
  margin-top: 88px;
  margin-bottom: 88px;
}

.image-63 {
  width: 80%;
  margin-bottom: 16px;
}

.grid-10 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

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

.image-125 {
  margin-bottom: 16px;
}

.name {
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.role {
  color: var(--moon);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section-24 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.h2-heading {
  color: #121212;
  letter-spacing: 0;
  font-size: 48px;
  font-weight: 500;
}

.basic-text {
  color: var(--moon);
  text-align: left;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.basic-text.arabic {
  direction: rtl;
}

.basic-text.center-text {
  text-align: center;
}

.basic-text.uppercase {
  text-transform: uppercase;
}

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

.basic-text.underline {
  text-decoration: underline;
}

.blue-link-2 {
  color: #59b1e9;
  font-weight: 600;
}

.grid-23 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: start;
  place-items: start;
  margin-top: 80px;
}

.image-126 {
  width: 100%;
}

.div-block-54 {
  margin-top: 56px;
}

.tag {
  background-color: var(--blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-bottom: 16px;
  display: flex;
}

.section-25 {
  background-color: #59b1e91a;
  padding-top: 96px;
  padding-bottom: 48px;
}

.product-title {
  color: var(--charcoal);
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.text-tag {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.line-divider {
  background-color: #ebebeb;
  width: 100%;
  height: 2px;
  margin-bottom: 48px;
}

.text-subtitle {
  color: var(--charcoal);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.product {
  margin-bottom: 48px;
}

.text-block-44 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.section-26 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.h3-heading {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-55 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.basic-text-2 {
  color: #565656;
  text-align: left;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.basic-text-2.arabic {
  text-align: right;
  width: 100%;
}

.icon-3 {
  color: var(--white);
}

.section-27 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-56 {
  background-color: var(--cultured);
  border-radius: 32px;
  align-items: center;
  margin-top: 64px;
  padding: 40px 56px;
  display: flex;
}

.image-129 {
  width: 88px;
  margin-right: 32px;
}

.text-block-45 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.section-28 {
  padding-top: 56px;
  padding-bottom: 96px;
  transition: box-shadow .2s ease-in-out;
}

.link-block-5 {
  background-color: var(--cultured);
  border-radius: 24px;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
}

.link-block-5:hover {
  box-shadow: 0 4px 10px #dedede;
}

.link-block-5.middle {
  width: 50%;
}

.text-block-46 {
  color: var(--aquamarine);
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-47 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.grid-24 {
  grid-template-rows: auto auto;
  margin-top: 64px;
}

.section-29 {
  background-color: var(--cultured);
  padding-top: 56px;
  padding-bottom: 56px;
}

.div-block-57 {
  background-color: var(--white);
  border: 1px solid #e0f1fc;
  border-radius: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.image-130 {
  width: 56px;
  margin-right: 16px;
}

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

.grid-25.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-131 {
  width: 64px;
  margin-right: 16px;
}

.link-block-6 {
  background-color: var(--white);
  border: 2px solid #e0f1fc;
  border-radius: 70px;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  transition: box-shadow .3s ease-in-out;
  display: flex;
}

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

.text-block-48 {
  color: var(--aquamarine);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-58 {
  margin-top: 40px;
}

.section-30 {
  margin-top: 56px;
  margin-bottom: 96px;
}

.image-132 {
  object-fit: cover;
  border-radius: 16px;
  width: 305px;
  height: 305px;
}

.div-block-59 {
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.text-block-49 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-50 {
  color: var(--moon);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.section-31 {
  margin-top: 56px;
  margin-bottom: 96px;
  padding-bottom: 56px;
}

.grid-26 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.text-block-51 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-52 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-61 {
  background-color: #f5fafe;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.image-133 {
  width: 40px;
  margin-bottom: 16px;
}

.link-block-7 {
  background-color: var(--aquamarine);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.link-block-7:hover {
  background-color: #2d96d9;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  background-color: var(--aquamarine);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.image-134 {
  margin-bottom: 8px;
}

.image-135 {
  width: 80px;
  height: 80px;
}

.image-136 {
  height: 120px;
}

.image-137 {
  object-fit: fill;
  width: 88px;
  height: 88px;
  margin-right: 24px;
}

.image-138 {
  margin-bottom: 4px;
}

.text-block-53 {
  color: var(--moon);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.blue-link-3 {
  color: #32a3eb;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.blue-link-3:hover {
  color: #2274a8;
}

.heading-6 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.dropdown-3 {
  border: 4px solid #f2f4f8;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  margin-bottom: 16px;
  padding: 24px;
}

.basic-text-3 {
  color: #6d6f7b;
  text-align: left;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: #fff;
}

.flex-block {
  text-align: right;
  background-color: #6abcf1;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 50px;
  display: block;
  position: static;
}

.image-139 {
  clear: right;
  width: auto;
  max-width: 79%;
  height: 70%;
  max-height: 70%;
  margin-top: 80px;
  margin-left: 0;
  position: relative;
  right: 0;
}

.div-block-62 {
  background-color: #e1e9e4;
  border-radius: 20px;
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
}

.section-32 {
  margin-bottom: 0;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 0%;
  padding-bottom: 5%;
}

.image-140 {
  object-fit: scale-down;
  align-self: flex-end;
  width: 30%;
}

.text-block-54 {
  flex: 1;
  overflow: visible;
}

.div-block-63 {
  flex: 1;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-55 {
  color: var(--forest);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-55.arabic {
  text-align: right;
}

.heading-8 {
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.div-block-64 {
  background-color: var(--forest);
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  border-radius: 20px;
  padding: 1% 3%;
  display: inline-block;
}

.text-block-56 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-9 {
  text-align: left;
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-9.arabic {
  text-align: right;
}

.div-block-65 {
  margin-top: 10%;
}

.div-block-62-copy {
  background-color: #e0f1fc;
  border-radius: 20px;
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

.text-block-55-copy {
  color: var(--aquamarine);
  -webkit-text-stroke-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-64-copy {
  background-color: var(--aquamarine);
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  border-radius: 20px;
  padding: 1% 3%;
  display: inline-block;
}

.heading-5-copy {
  color: var(--charcoal);
  text-align: center;
  margin: 5% 12%;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.heading-5-copy.left {
  text-align: left;
}

.heading-3-copy {
  color: var(--charcoal);
  text-align: center;
  align-self: flex-start;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  inset: auto 0%;
}

.flex-block-2 {
  background-color: var(--cultured);
  text-align: center;
  margin: 0%;
  padding: 5% 12%;
  display: block;
}

.image-141 {
  width: 8%;
  margin-bottom: 2%;
}

.basic-text-3-copy {
  color: #6d6f7b;
  text-align: center;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-19-copy {
  white-space: break-spaces;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.image-140-copy {
  object-fit: cover;
  width: 30%;
}

.image-140-copy.not-croped {
  object-fit: contain;
  margin-top: 29px;
}

.div-block-66.arabic {
  text-align: right;
}

.heading-9-copy {
  margin-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-5-copy-copy {
  color: var(--charcoal);
  text-align: center;
  margin: 5% 12%;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.heading-5-copy-copy.left {
  text-align: left;
}

.arabic {
  text-align: right;
}

.heading-10 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

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

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 18px;
}

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-11 {
  color: #d30909;
  font-family: Merriweather, serif;
}

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

.image-142 {
  width: 50%;
}

.hero-without-image-2 {
  background-color: #99d4eb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: center;
  margin-bottom: 24px;
}

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

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

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

.image-143 {
  width: 20%;
}

.container-39 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

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

.margin-bottom-24px-4 {
  color: #ad4a4a;
  text-align: left;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
}

.heading-12 {
  color: #1e60da;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.heading-13 {
  color: #902929;
  font-family: Changa One, Impact, sans-serif;
}

.section-34 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-144 {
  position: absolute;
}

.div-block-68, .div-block-69 {
  position: relative;
}

.heading-14 {
  color: #d51515;
}

.button {
  background-color: #199636;
}

.div-block-70 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

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

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

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

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.heading-15 {
  font-family: Varela Round, sans-serif;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

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

.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-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary-5: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;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-16 {
  color: #1860e5;
  font-family: Oswald, sans-serif;
}

.button-2 {
  background-color: #8820c5;
}

.div-block-71 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

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

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

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

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

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

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  display: block;
  overflow: visible;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

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

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

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

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-17 {
  color: #2f2ce0;
}

.button-3 {
  background-color: #9238ec;
}

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

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

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

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-18 {
  color: #b62b2b;
  font-size: 43px;
}

.button-4 {
  background-color: #ec3883;
}

.div-block-73 {
  background-color: #e2c6e5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper-3 {
  margin-left: 120px;
}

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

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

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

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

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper-4 {
  margin-left: 120px;
}

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

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

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

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

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

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

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.button-5 {
  color: var(--charcoal);
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.basic-text-4 {
  color: #565656;
  text-align: left;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #d0d0d0;
  border-radius: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 24px;
}

.privacy-a {
  border: 1px #d0d0d0;
  padding-top: 0;
  display: block;
}

.columns-18 {
  border: 1px #000;
}

.bloc-header {
  border: .5px solid #d0d0d0;
  padding: 24px 12px;
}

.bloc-header.up-right {
  border-radius: 0 16px 0 0;
}

.bloc-header.up-left {
  border-top-left-radius: 16px;
}

.bloc-header.down-left {
  border-bottom-left-radius: 16px;
}

.text-container-2 {
  margin-top: 56px;
}

.table-privacy-2 {
  color: #000;
  text-align: left;
  border: 1px solid #000;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 17px;
  display: none;
}

.column-51 {
  border-top: 1px #000;
  border-bottom: 0 #000;
  border-left: 1px #000;
  border-right: 1px solid #000;
  border-radius: 1px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: visible;
}

.columns-19 {
  border: 1px #000;
  border-radius: 1px;
  width: 100%;
}

.div-block-94 {
  border: .5px solid #d0d0d0;
  border-radius: 0;
  padding: 12px;
}

.div-block-94.down-right {
  border-bottom-right-radius: 16px;
}

.div-block-94.down-left {
  border-bottom-left-radius: 16px;
}

.column-52 {
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.heading-19 {
  color: #121212;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
}

.small-text {
  color: #565656;
  font-family: Roboto, sans-serif;
}

.blue-link-4 {
  color: #5e9ecc;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.blue-link-4:hover {
  color: #2274a8;
}

.table-header-2 {
  color: #121212;
  -webkit-text-stroke-color: #121212;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.grid-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #d0d0d0;
  border-radius: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.column-53 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 1px;
  outline: 3px #000;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-54 {
  text-align: left;
  border: 1px #000;
  border-style: none solid;
  border-radius: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-title-2 {
  color: #016597;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.column-55 {
  border: 1px #000;
  border-style: none solid;
  border-radius: 1px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.grid-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #d0d0d0;
  border-radius: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  display: none;
}

.section-35, .privacy-old {
  display: none;
}

.bloc-header-2 {
  border: .5px solid #d0d0d0;
  padding: 24px 12px;
}

.div-block-95, .div-block-96 {
  padding-top: 12px;
  padding-left: 12px;
}

.grid-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #d0d0d0;
  border-radius: 16px;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-97 {
  border: .5px solid #d0d0d0;
  padding: 12px;
}

.div-block-97.down-left {
  border-bottom-left-radius: 16px;
}

.div-block-97.down-right {
  border-bottom-right-radius: 16px;
}

.header-table-privacy {
  border: .5px solid #d0d0d0;
  padding: 24px 12px;
}

.header-table-privacy.up-left {
  border-top-left-radius: 16px;
}

.header-table-privacy.up-right {
  border-top-right-radius: 16px;
}

.link-block-12 {
  text-decoration: none;
}

.text-block-57 {
  color: #212121;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-block-57:hover {
  color: #646464;
}

.link-block-13 {
  text-decoration: none;
}

.text-block-58 {
  color: #212121;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-block-58:hover {
  color: #646464;
}

.link-block-14 {
  text-decoration: none;
}

.text-block-59 {
  color: #212121;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-block-59:hover {
  color: #646464;
}

.privacy-b {
  border: 1px #d0d0d0;
  padding-top: 40px;
  display: none;
}

.privacy-a-copy {
  border: 1px #d0d0d0;
  padding-top: 40px;
}

.text-span-4, .bold-text-6 {
  font-family: Roboto, sans-serif;
}

.section-36 {
  margin-top: 180px;
  display: block;
}

.section-37 {
  margin-top: 88px;
  margin-bottom: 64px;
}

.div-block-98 {
  margin-top: 0;
}

.subcategory-container {
  padding-top: 8px;
}

.grid-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-99 {
  border-right: 1px solid #000;
}

.grid-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
}

.grid-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.grid-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  margin-top: 24px;
}

.div-block-100 {
  border: .5px solid #d0d0d0;
  padding: 24px 12px;
}

.div-block-100.down-right {
  border-bottom-right-radius: 16px;
}

.div-block-100.up-right {
  border-top-right-radius: 16px;
}

.div-block-100.down-left {
  border-bottom-left-radius: 16px;
}

.section-38 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.div-block-101 {
  margin-top: 56px;
}

.section-39 {
  background-color: var(--alice-blue);
  padding-top: 96px;
  padding-bottom: 96px;
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.image-145 {
  width: 64px;
  margin-bottom: 16px;
}

.div-block-102 {
  background-color: var(--white);
  border-radius: 24px;
  padding: 32px 24px;
}

.button-6 {
  background-color: var(--aquamarine);
  border-radius: 50px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-60 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-block-15 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-61 {
  color: var(--charcoal);
  margin-right: 4px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.text-block-61:hover {
  color: #646464;
}

.dropdown-link-4 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-4.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-5 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-5.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-6 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-6.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-7 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-7.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-8 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-8.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-9 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-9.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-10 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-10.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.dropdown-toggle-3 {
  background-color: var(--aquamarine);
  border-radius: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-list-4 {
  background-color: #ddd;
}

.dropdown-list-4.w--open {
  background-color: var(--aquamarine);
  border-radius: 12px;
  flex-flow: wrap-reverse;
  top: 50px;
}

.grid-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dropdown-link-11 {
  padding-left: 16px;
  padding-right: 16px;
}

.section-41 {
  margin-top: 100px;
  display: none;
}

.dropdown-4 {
  background-color: var(--lime);
  border-radius: 60px;
}

.dropdown-list-5 {
  height: 200px;
  overflow: scroll;
}

.dropdown-list-5.w--open {
  height: 182px;
  overflow: scroll;
}

.dropdown-5 {
  width: 100%;
}

.grid-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.div-block-103 {
  border: 1px solid #d0d0d0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.image-146 {
  width: 8%;
  margin-bottom: 24px;
}

.section-42 {
  background-image: linear-gradient(#59b1e9, #95b2d6);
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 140%;
}

.icon-2-copy {
  margin-right: 0;
}

.dropdown-link-12 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-12.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link-13 {
  color: #fff;
  width: 140px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.dropdown-link-13.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-title {
  color: var(--charcoal);
  padding-bottom: 16px;
  font-family: Varela, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .image-28 {
    width: 650px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .image-28 {
    width: 750px;
  }

  .div-block-46 {
    margin-left: 30%;
  }

  .grid-31 {
    border-left: 1px solid #000;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .search {
    width: 70%;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }

  .heading-3.faq {
    font-size: 28px;
    top: 29%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-9 {
    text-align: center;
    width: 105%;
  }

  .text-block-10 {
    width: 105%;
  }

  .div-block-18 {
    top: 15%;
  }

  .image-18 {
    height: 280px;
  }

  .link-block-4 {
    padding-left: 8px;
  }

  .image-20 {
    height: 100%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-21 {
    margin-bottom: 0;
  }

  .faq-landing {
    height: 250px;
  }

  .help-title {
    margin-top: 16px;
  }

  .heading-5 {
    margin-top: 3%;
  }

  .heading-5.left.arabic {
    margin-right: 0%;
  }

  .dropdown-2, .suggest-new-feature, .contact-support {
    width: 90%;
  }

  .data-landing {
    justify-content: flex-start;
    height: 80vh;
  }

  .image-24 {
    width: 55%;
    margin-right: 64px;
  }

  .div-block-31 {
    width: 60%;
    margin-top: 128px;
  }

  .div-block-31.arabic {
    top: 9%;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .div-block-35, .div-block-38, .div-block-40 {
    width: 100%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-45 {
    display: none;
  }

  .div-block-46, .div-block-46.arabic {
    margin-left: 24px;
    margin-right: 24px;
  }

  .text-block-34 {
    font-size: 34px;
    line-height: 50px;
  }

  .image-63 {
    width: 100%;
  }

  .container-32 {
    max-width: 720px;
  }

  .h2-heading {
    margin-bottom: 64px;
  }

  .link-block-6 {
    width: 100%;
  }

  .dropdown-3 {
    width: 90%;
  }

  .section-32 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-140 {
    align-self: flex-end;
    width: 40%;
  }

  .div-block-63 {
    margin-bottom: 5%;
  }

  .flex-block-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-140-copy {
    align-self: flex-end;
    width: 40%;
  }

  .image-140-copy.not-croped {
    margin-top: 0;
  }

  .heading-5-copy-copy {
    margin: 7% 10%;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-38, .container-40 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-4 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .image-146 {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .image {
    margin-left: 24px;
  }

  .hero-header-text-container {
    height: 480px;
    top: 18%;
  }

  .heading {
    text-align: center;
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }

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

  .search {
    width: 80%;
  }

  .heading-2.blue {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-3 {
    padding-left: 16px;
    padding-right: 16px;
    top: 18%;
  }

  .heading-3.faq {
    top: 21%;
  }

  .how-it-works {
    display: block;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .text-block-3 {
    width: 60%;
  }

  .image-6 {
    margin-top: 24px;
  }

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

  .image-7 {
    margin-top: 24px;
  }

  .div-block-6 {
    margin-top: 48px;
  }

  .image-9 {
    margin-top: 24px;
  }

  .div-block-7, .div-block-8 {
    display: none;
  }

  .grid-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-top: 32px;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-top: 32px;
    display: flex;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .download-app {
    display: none;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .text-block-8 {
    font-size: 15px;
  }

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

  .text-block-9 {
    width: 114%;
    font-size: 24px;
  }

  .text-block-10 {
    width: 123%;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-18 {
    height: 260px;
  }

  .add-email {
    display: block;
  }

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

  .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-list.w--open {
    top: -434%;
  }

  .link-block-4 {
    margin-bottom: 8px;
  }

  .div-block-20 {
    flex-direction: row;
  }

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

  .div-block-25 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .container-text {
    line-height: 24px;
  }

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

  .container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-2 {
    margin-top: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 40px;
  }

  .faq-landing {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-27 {
    display: none;
  }

  .heading-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-answers {
    margin-top: 8%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .dropdown-2 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-19 {
    font-size: 20px;
  }

  .suggest-new-feature {
    width: 100%;
  }

  .container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-support {
    width: 100%;
  }

  .div-block-30 {
    margin-top: 56px;
  }

  .data-landing {
    justify-content: flex-start;
    align-items: center;
    height: 70vh;
  }

  .image-24 {
    display: none;
  }

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

  .div-block-31 {
    align-items: center;
    width: 90%;
    margin-top: 96px;
    margin-left: 0;
  }

  .div-block-31.arabic {
    align-items: center;
    position: static;
  }

  .heading-2-left {
    text-align: center;
  }

  .image-25 {
    display: block;
    position: absolute;
    inset: auto auto 0% 16%;
  }

  .container-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-24 {
    font-size: 20px;
  }

  .container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-36 {
    width: 70%;
  }

  .container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-32 {
    text-align: center;
    width: 90%;
    margin-top: 8px;
    margin-left: 0;
  }

  .div-block-42 {
    align-items: center;
    width: 100%;
  }

  .text-block-33 {
    width: 100%;
    margin-top: 24px;
  }

  .div-block-43 {
    flex-direction: column;
    margin-top: 32px;
  }

  .container-16, .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-46, .div-block-46.arabic {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-34 {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
    font-size: 30px;
    line-height: 44px;
  }

  .text-block-35 {
    text-align: center;
    margin-top: 24px;
  }

  .div-block-48 {
    width: 100%;
  }

  .container-18 {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .image-30 {
    object-fit: cover;
    border-radius: 8px;
    height: 400px;
  }

  .container-19, .container-20, .container-21 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-24 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .container-32 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-heading {
    margin-bottom: 56px;
    font-size: 40px;
  }

  .basic-text {
    font-size: 14px;
  }

  .section-25 {
    padding-top: 56px;
    padding-bottom: 8px;
  }

  .h3-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .basic-text-2 {
    font-size: 14px;
  }

  .section-27 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section-28 {
    padding-top: 24px;
  }

  .link-block-5 {
    padding-right: 16px;
  }

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

  .container-33 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-25 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-6 {
    width: 100%;
  }

  .link-block-6.middle {
    width: 50%;
  }

  .container-34 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-30 {
    margin-bottom: 56px;
  }

  .div-block-59 {
    margin-top: 48px;
  }

  .grid-26 {
    grid-template-columns: 1fr 1fr;
  }

  .container-35, .container-36 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .dropdown-3 {
    width: 95%;
  }

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

  .section-32 {
    margin-left: 7%;
    margin-right: 7%;
  }

  .image-140 {
    width: 45%;
  }

  .div-block-65 {
    margin-bottom: 12%;
  }

  .heading-5-copy {
    margin: 7%;
    font-size: 24px;
  }

  .heading-3-copy {
    padding-left: 16px;
    padding-right: 16px;
    top: 18%;
  }

  .flex-block-2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .image-141 {
    width: 21%;
  }

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

  .text-block-19-copy {
    font-size: 20px;
  }

  .image-140-copy {
    width: 45%;
  }

  .heading-5-copy-copy {
    margin: 7%;
    font-size: 24px;
  }

  .hero-heading-center-2, .hero-without-image, .hero-without-image-2, .hero-without-image-3, .hero-heading-right, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .hero-subscribe-left, .hero-heading-left, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .hero-heading-right-2, .team-slider, .hero-heading-center-3 {
    padding: 60px 15px;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .basic-text-4 {
    font-size: 14px;
  }

  .grid-27 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .bloc-header.up-right {
    border-top-right-radius: 0;
  }

  .bloc-header.up-left {
    border-top-left-radius: 16px;
  }

  .div-block-94.down-right {
    border-bottom-right-radius: 0;
  }

  .div-block-94.down-left {
    border-bottom-left-radius: 0;
  }

  .grid-28 {
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
  }

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

  .container-44 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-146 {
    width: 14%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image {
    margin-left: 16px;
  }

  .hero-header-background {
    height: 75vh;
  }

  .hero-header-text-container {
    height: 500px;
    top: 12%;
  }

  .heading {
    width: 90%;
    font-size: 28px;
  }

  .text-block {
    width: 90%;
    font-size: 15px;
    line-height: 24px;
  }

  .search {
    flex-direction: column;
    width: 86%;
    position: static;
  }

  .search-input {
    box-shadow: none;
    text-align: center;
    padding-left: 0;
  }

  .search-button {
    width: 100%;
    margin-top: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .link {
    text-align: center;
    width: 90%;
  }

  .heading-2 {
    width: 100%;
    font-size: 26px;
  }

  .heading-2.blue {
    width: 100%;
  }

  .they-talk-about-us {
    flex-direction: column;
    align-items: center;
  }

  .heading-3 {
    font-size: 26px;
    position: relative;
    inset: 0% 0% auto;
  }

  .heading-3.faq {
    font-size: 24px;
    top: -75%;
  }

  .text-block-3 {
    width: 80%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-9, .div-block-11, .div-block-13 {
    width: 100%;
  }

  .container-3, .container-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-9, .text-block-10 {
    width: 95%;
  }

  .div-block-17 {
    width: 90%;
  }

  .div-block-18 {
    top: 11%;
  }

  .image-18 {
    height: 430px;
  }

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

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .dropdown {
    margin-top: 16px;
    margin-right: 0;
  }

  .dropdown-list.w--open {
    top: -260%;
  }

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

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

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

  .div-block-22.arabic {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }

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

  .div-block-23.arabic {
    flex-direction: column-reverse;
  }

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

  .cgu {
    margin-top: 56px;
  }

  .blue-link, .blue-link.small {
    font-size: 14px;
  }

  .container-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-2 {
    margin-top: 0;
  }

  .image-20 {
    object-fit: cover;
    height: 200px;
    position: static;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .image-21 {
    width: 56px;
    height: 56px;
  }

  .faq-landing {
    object-fit: fill;
    height: 250px;
    display: flex;
  }

  .help-title {
    font-size: 18px;
  }

  .help-link {
    font-size: 15px;
  }

  .heading-4 {
    font-size: 26px;
    top: 18%;
  }

  .heading-5 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .answers-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-2 {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding: 12px 16px;
  }

  .text-block-19, .text-block-20 {
    font-size: 15px;
  }

  .suggest-new-feature {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-21 {
    width: 85%;
    font-size: 15px;
  }

  .contact-support {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-22, .image-23 {
    width: 10%;
  }

  .div-block-29 {
    padding-top: 0;
  }

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

  .image-25 {
    width: 80%;
    left: 11%;
  }

  .text-block-23 {
    font-size: 20px;
  }

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

  .data-users {
    padding-bottom: 0;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .div-block-33, .div-block-34 {
    margin-top: 24px;
  }

  .div-block-35 {
    padding: 24px;
  }

  .div-block-36 {
    width: 100%;
  }

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

  .text-block-29 {
    font-size: 18px;
  }

  .image-26 {
    margin-top: 8px;
  }

  .text-block-30 {
    font-size: 20px;
  }

  .text-block-31 {
    font-size: 15px;
  }

  .div-block-39 {
    margin-bottom: 32px;
  }

  .data-collect {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .data-no-ads {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-block-34 {
    font-size: 24px;
    line-height: 36px;
  }

  .data-links {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .image-30 {
    height: 300px;
  }

  .div-block-49, .div-block-50 {
    margin-bottom: 24px;
  }

  .privacy {
    margin-top: 56px;
  }

  .column-49 {
    border-style: solid none;
  }

  .column-48 {
    border-left-style: none;
    border-right-style: none;
  }

  .column-46 {
    border-style: solid none;
  }

  .table-privacy {
    font-size: 16px;
  }

  .column-50 {
    border-left-style: none;
    border-right-style: none;
  }

  .legal-notices {
    margin-top: 0;
    margin-bottom: 64px;
  }

  .div-block-51 {
    margin-top: 56px;
  }

  .grid-10 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .name {
    font-size: 16px;
  }

  .role {
    font-size: 12px;
  }

  .section-24 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .h2-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .basic-text {
    text-align: left;
    font-size: 14px;
  }

  .basic-text.arabic {
    text-align: right;
  }

  .basic-text.centered {
    text-align: center;
  }

  .grid-23 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 64px;
  }

  .image-126 {
    object-fit: cover;
    border-radius: 10px;
    height: 250px;
  }

  .section-25 {
    padding-top: 40px;
    padding-bottom: 8px;
  }

  .product-title {
    font-size: 28px;
  }

  .line-divider {
    margin-bottom: 40px;
  }

  .text-subtitle {
    font-size: 17px;
  }

  .product {
    margin-bottom: 40px;
  }

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

  .section-26 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .h3-heading {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .basic-text-2 {
    text-align: left;
    font-size: 14px;
  }

  .section-27 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-56 {
    flex-direction: column;
    padding: 32px 16px;
  }

  .image-129 {
    margin-right: 0;
  }

  .text-block-45 {
    text-align: center;
    margin-top: 16px;
  }

  .section-28 {
    padding-bottom: 64px;
  }

  .link-block-5.middle {
    width: 100%;
  }

  .text-block-46 {
    font-size: 18px;
  }

  .text-block-47 {
    font-size: 15px;
  }

  .grid-24 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .grid-25 {
    grid-template-columns: 1fr;
  }

  .link-block-6.middle {
    width: 100%;
  }

  .grid-26 {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .dropdown-3 {
    padding: 16px;
  }

  .basic-text-3 {
    text-align: left;
    font-size: 14px;
  }

  .flex-block {
    padding-top: 20px;
    display: block;
  }

  .image-139 {
    margin-top: 20px;
  }

  .heading-7 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-62 {
    margin-bottom: 15%;
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .image-140 {
    object-fit: contain;
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 0%;
  }

  .div-block-63 {
    margin-bottom: auto;
    padding-bottom: 15%;
  }

  .div-block-65 {
    margin-bottom: 0%;
  }

  .div-block-62-copy {
    margin-bottom: 15%;
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
    display: block;
  }

  .heading-5-copy {
    text-align: center;
    margin: 15% 7%;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-3-copy {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 26px;
    position: relative;
    inset: 0% 0% auto;
  }

  .flex-block-2 {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .image-141 {
    width: 32%;
  }

  .basic-text-3-copy {
    text-align: center;
    font-size: 14px;
  }

  .text-block-19-copy {
    width: 80%;
    font-size: 17px;
  }

  .image-140-copy {
    object-fit: contain;
    flex: 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: 5%;
  }

  .div-block-66, .div-block-67 {
    padding-top: 15%;
  }

  .heading-9-copy {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }

  .heading-5-copy-copy {
    text-align: center;
    margin: 15% 7%;
    font-size: 20px;
    line-height: 28px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-38, .container-40 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

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

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

  .nav-button-wrapper {
    width: auto;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .nav-button-wrapper-3 {
    width: auto;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

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

  .nav-button-wrapper-4 {
    width: auto;
  }

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

  .basic-text-4 {
    text-align: left;
    font-size: 14px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .privacy-a {
    padding-top: 0;
  }

  .bloc-header.up-right {
    border-top-right-radius: 16px;
  }

  .bloc-header.up-left {
    border-top-left-radius: 16px;
  }

  .table-privacy-2 {
    font-size: 16px;
  }

  .column-52 {
    border-left-style: none;
    border-right-style: none;
  }

  .heading-19 {
    width: 100%;
    font-size: 26px;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .column-54 {
    border-left-style: none;
    border-right-style: none;
  }

  .column-55 {
    border-style: solid none;
  }

  .grid-29 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .grid-30 {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .div-block-97.down-left, .div-block-97.down-right, .header-table-privacy.up-left, .header-table-privacy.up-right {
    border-radius: 0;
  }

  .privacy-b, .privacy-a-copy {
    padding-top: 40px;
  }

  .section-37 {
    margin-top: 56px;
  }

  .grid-31, .grid-32, .grid-34 {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-39 {
    grid-template-columns: 1fr 1fr;
  }

  .image-146 {
    width: 22%;
    margin-bottom: 16px;
  }

  .section-42 {
    height: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

#w-node-_620ba839-b815-0be1-5df2-146decc2531f-b937f2c8, #w-node-_620ba839-b815-0be1-5df2-146decc25337-b937f2c8, #w-node-_620ba839-b815-0be1-5df2-146decc25346-b937f2c8, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a371-ec291927, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a389-ec291927, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a392-ec291927, #w-node-bd5bcf8b-4a8e-088d-ce59-ea58884776f3-6650edf3, #w-node-_2a266baf-f701-ec50-a9fe-ea259716ff39-6650edf3, #w-node-_5eaee815-54da-de16-a821-e473d276db31-6650edf3, #w-node-_49115508-c5a1-760f-103c-2c9d0d13b7a0-6650edf3, #w-node-df5e2fa5-7635-ebe0-b953-f23b6fdecb90-6650edf3, #w-node-df5e2fa5-7635-ebe0-b953-f23b6fdecb92-6650edf3, #w-node-df5e2fa5-7635-ebe0-b953-f23b6fdecb95-6650edf3, #w-node-df5e2fa5-7635-ebe0-b953-f23b6fdecb9b-6650edf3, #w-node-e782652a-0e05-8ed0-ff5f-584d11785681-6650edf3, #w-node-e782652a-0e05-8ed0-ff5f-584d11785683-6650edf3, #w-node-e782652a-0e05-8ed0-ff5f-584d11785686-6650edf3, #w-node-e782652a-0e05-8ed0-ff5f-584d1178568c-6650edf3, #w-node-_938fb9c2-b633-c8b9-a8a8-650c94a4cb28-6650edf3, #w-node-_938fb9c2-b633-c8b9-a8a8-650c94a4cb2a-6650edf3, #w-node-_938fb9c2-b633-c8b9-a8a8-650c94a4cb2d-6650edf3, #w-node-_938fb9c2-b633-c8b9-a8a8-650c94a4cb33-6650edf3, #w-node-bd7df26f-8a4c-906c-3064-cd00e0a6b0c2-6650edf3, #w-node-bd7df26f-8a4c-906c-3064-cd00e0a6b0c4-6650edf3, #w-node-bd7df26f-8a4c-906c-3064-cd00e0a6b0c7-6650edf3, #w-node-bd7df26f-8a4c-906c-3064-cd00e0a6b0cd-6650edf3, #w-node-_19fe0ebf-323c-c53f-45c8-8bbf2174f3ad-6650edf3, #w-node-_19fe0ebf-323c-c53f-45c8-8bbf2174f3af-6650edf3, #w-node-_19fe0ebf-323c-c53f-45c8-8bbf2174f3b8-6650edf3, #w-node-a1c963fa-ba09-7981-d943-7e91de174458-6650edf3, #w-node-a1c963fa-ba09-7981-d943-7e91de174470-6650edf3, #w-node-a1c963fa-ba09-7981-d943-7e91de174479-6650edf3, #w-node-a8fd9f0d-1ec5-93e4-321c-8b74efc85fa4-fba74e48, #w-node-a8fd9f0d-1ec5-93e4-321c-8b74efc85fbc-fba74e48, #w-node-a8fd9f0d-1ec5-93e4-321c-8b74efc85fc5-fba74e48, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-33221531, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-33221531, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-33221531, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-25000744, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-25000744, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-25000744, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c210-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c212-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c215-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21b-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21d-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21f-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c222-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c228-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22a-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22c-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22f-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c233-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c235-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c237-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c23a-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c240-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c242-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c244-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c247-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c24d-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c24f-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c251-dae351eb, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c25a-dae351eb, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-dae351eb, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-dae351eb, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-dae351eb, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-1f5339b1, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-1f5339b1, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-1f5339b1, #w-node-_2a195846-47b2-b40d-5e92-d7b4f9c00234-022e3251, #w-node-_2a195846-47b2-b40d-5e92-d7b4f9c0024c-022e3251, #w-node-_2a195846-47b2-b40d-5e92-d7b4f9c0025b-022e3251, #w-node-_7b10c4ee-f7e4-f936-bc2e-868f23159d5b-4102bb80, #w-node-_7b10c4ee-f7e4-f936-bc2e-868f23159d73-4102bb80, #w-node-_7b10c4ee-f7e4-f936-bc2e-868f23159d7c-4102bb80, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c82f-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c831-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c834-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c83a-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c83c-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c83e-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c841-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c847-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c849-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c84b-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c84e-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c852-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c854-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c856-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c859-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c85f-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c861-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c863-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c866-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c86c-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c86e-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c870-aebd281f, #w-node-f6abc324-0e40-a4ba-48f7-8275d2b9c879-aebd281f, #w-node-_69b5a56c-37fc-533e-0d90-817ab1c4e992-aebd281f, #w-node-_69b5a56c-37fc-533e-0d90-817ab1c4e9aa-aebd281f, #w-node-_69b5a56c-37fc-533e-0d90-817ab1c4e9b3-aebd281f, #w-node-adb842d0-6725-8e89-f408-8dbc17a85b82-3632e873, #w-node-adb842d0-6725-8e89-f408-8dbc17a85b9a-3632e873, #w-node-adb842d0-6725-8e89-f408-8dbc17a85ba3-3632e873, #w-node-fe4e12f6-81b8-0e1b-1a4e-c78aeb4f5050-257795a4, #w-node-fe4e12f6-81b8-0e1b-1a4e-c78aeb4f5068-257795a4, #w-node-fe4e12f6-81b8-0e1b-1a4e-c78aeb4f5077-257795a4, #w-node-_9404e53f-316a-34ad-980b-3d6e6321f055-11654e74, #w-node-_9404e53f-316a-34ad-980b-3d6e6321f06d-11654e74, #w-node-_9404e53f-316a-34ad-980b-3d6e6321f076-11654e74, #w-node-_4e00326a-edf7-6280-4656-425c556ca331-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca333-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca336-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca33c-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca33e-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca340-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca343-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca349-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca34b-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca34d-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca350-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca354-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca356-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca358-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca35b-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca361-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca363-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca365-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca368-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca36e-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca370-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca372-1f8ecc3e, #w-node-_4e00326a-edf7-6280-4656-425c556ca37b-1f8ecc3e, #w-node-b613ed38-5676-61b4-b9f0-148c72f2fed4-1f8ecc3e, #w-node-b613ed38-5676-61b4-b9f0-148c72f2feec-1f8ecc3e, #w-node-b613ed38-5676-61b4-b9f0-148c72f2fef5-1f8ecc3e, #w-node-_58930688-b375-0fc6-5dd1-9591ae901e8e-a3361aa1, #w-node-_58930688-b375-0fc6-5dd1-9591ae901ea6-a3361aa1, #w-node-_58930688-b375-0fc6-5dd1-9591ae901eaf-a3361aa1, #w-node-_4d2361f9-ec97-0216-1412-f1b242edb0ee-48a2e2c0, #w-node-_4d2361f9-ec97-0216-1412-f1b242edb106-48a2e2c0, #w-node-_4d2361f9-ec97-0216-1412-f1b242edb115-48a2e2c0, #w-node-_034fa160-a204-c91d-57bc-a9e9994e2460-8e36d966, #w-node-_034fa160-a204-c91d-57bc-a9e9994e2478-8e36d966, #w-node-_034fa160-a204-c91d-57bc-a9e9994e2481-8e36d966, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c894-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c896-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c899-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c89f-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8a1-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8a3-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8a6-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8ac-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8ae-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8b0-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8b3-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8b7-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8b9-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8bb-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8be-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8c4-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8c6-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8c8-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8cb-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8d1-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8d3-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8d5-7f5448ea, #w-node-_7861adac-d9a2-ff90-768c-d2aaf447c8de-7f5448ea, #w-node-edbc038e-2fac-6de1-370f-b341027178d8-7f5448ea, #w-node-edbc038e-2fac-6de1-370f-b341027178f0-7f5448ea, #w-node-edbc038e-2fac-6de1-370f-b341027178f9-7f5448ea, #w-node-e004f276-f072-497d-b594-f6b0e2d07844-1628b9f4, #w-node-e004f276-f072-497d-b594-f6b0e2d0785c-1628b9f4, #w-node-e004f276-f072-497d-b594-f6b0e2d07865-1628b9f4, #w-node-b4977c5f-2db6-e476-71cf-75ba1e372908-95535f80, #w-node-b4977c5f-2db6-e476-71cf-75ba1e372920-95535f80, #w-node-b4977c5f-2db6-e476-71cf-75ba1e37292f-95535f80, #w-node-_72a61e7a-15e9-286a-bcd1-4fd142f9a27f-967fee91, #w-node-_72a61e7a-15e9-286a-bcd1-4fd142f9a297-967fee91, #w-node-_72a61e7a-15e9-286a-bcd1-4fd142f9a2a0-967fee91, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba713-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba715-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba718-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba71e-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba720-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba722-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba725-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba72b-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba72d-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba72f-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba732-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba736-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba738-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba73a-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba73d-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba743-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba745-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba747-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba74a-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba750-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba752-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba754-7e0220b5, #w-node-_48f5f8be-fbfd-d09c-aa65-f179ebcba75d-7e0220b5, #w-node-_2e9752b0-c426-2cca-1a22-39510fad8aa4-7e0220b5, #w-node-_2e9752b0-c426-2cca-1a22-39510fad8abc-7e0220b5, #w-node-_2e9752b0-c426-2cca-1a22-39510fad8ac5-7e0220b5, #w-node-d40f81d0-904c-e62f-f11b-77fac63ff00c-0513e664, #w-node-d40f81d0-904c-e62f-f11b-77fac63ff024-0513e664, #w-node-d40f81d0-904c-e62f-f11b-77fac63ff02d-0513e664, #w-node-_31c1e282-4736-1e50-faee-7328569d6c48-404c24ab, #w-node-_31c1e282-4736-1e50-faee-7328569d6c60-404c24ab, #w-node-_31c1e282-4736-1e50-faee-7328569d6c6f-404c24ab, #w-node-a97d6942-f742-31f0-79f3-82dba5bab5bf-4bd62071, #w-node-a97d6942-f742-31f0-79f3-82dba5bab5d7-4bd62071, #w-node-a97d6942-f742-31f0-79f3-82dba5bab5e0-4bd62071, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0da-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0dc-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0df-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0e5-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0e7-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0e9-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0ec-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0f2-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0f4-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0f6-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0f9-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0fd-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f0ff-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f101-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f104-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f10a-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f10c-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f10e-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f111-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f117-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f119-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f11b-cccb6e3b, #w-node-_01d1bde0-e5e1-3256-bc6b-98ba7d77f124-cccb6e3b, #w-node-d922bfc6-8625-6e51-801d-058a2d5a0ad1-cccb6e3b, #w-node-d922bfc6-8625-6e51-801d-058a2d5a0ae9-cccb6e3b, #w-node-d922bfc6-8625-6e51-801d-058a2d5a0af2-cccb6e3b, #w-node-_8a024eda-48e9-4e9f-fedd-72bf987b1220-cfcbd2dd, #w-node-_8a024eda-48e9-4e9f-fedd-72bf987b1238-cfcbd2dd, #w-node-_8a024eda-48e9-4e9f-fedd-72bf987b1241-cfcbd2dd, #w-node-d1c4ffdc-d73e-e4a4-be66-d400b501d535-c549fbe5, #w-node-d1c4ffdc-d73e-e4a4-be66-d400b501d54d-c549fbe5, #w-node-d1c4ffdc-d73e-e4a4-be66-d400b501d55c-c549fbe5, #w-node-d94452a6-f186-d58e-ed01-240ba6b18582-f2f1e5a3, #w-node-d94452a6-f186-d58e-ed01-240ba6b1859a-f2f1e5a3, #w-node-d94452a6-f186-d58e-ed01-240ba6b185a3-f2f1e5a3, #w-node-a454d861-ce67-07a9-15aa-dad782a0822c-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0822e-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08231-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08237-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08239-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0823b-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0823e-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08244-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08246-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08248-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0824b-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0824f-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08251-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08253-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08256-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0825c-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0825e-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08260-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08263-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08269-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0826b-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a0826d-9bb053b7, #w-node-a454d861-ce67-07a9-15aa-dad782a08276-9bb053b7, #w-node-d1de30b5-01ae-92bd-f467-6a34b7875f8b-9bb053b7, #w-node-d1de30b5-01ae-92bd-f467-6a34b7875fa3-9bb053b7, #w-node-d1de30b5-01ae-92bd-f467-6a34b7875fac-9bb053b7, #w-node-ebf5264c-b7c7-a34f-b54c-48d7beeab57b-c7f2530e, #w-node-ebf5264c-b7c7-a34f-b54c-48d7beeab593-c7f2530e, #w-node-ebf5264c-b7c7-a34f-b54c-48d7beeab59c-c7f2530e, #w-node-_0f191885-902d-5f2b-08f3-65a2d66f42e1-878bf0f7, #w-node-_0f191885-902d-5f2b-08f3-65a2d66f42f9-878bf0f7, #w-node-_0f191885-902d-5f2b-08f3-65a2d66f4308-878bf0f7, #w-node-_44f123a2-a314-421a-7f23-134d0d7c71d6-77529fba, #w-node-_44f123a2-a314-421a-7f23-134d0d7c71ee-77529fba, #w-node-_44f123a2-a314-421a-7f23-134d0d7c71f7-77529fba, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef77-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef79-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef7c-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef82-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef84-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef86-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef89-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef8f-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef91-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef93-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef96-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef9a-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef9c-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9ef9e-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efa1-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efa7-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efa9-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efab-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efae-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efb4-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efb6-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efb8-bb0e0917, #w-node-c8947aa4-9355-c6b8-33cf-34591ee9efc1-bb0e0917, #w-node-_8db42657-2668-0fa7-3876-1ce3d05b53d7-bb0e0917, #w-node-_8db42657-2668-0fa7-3876-1ce3d05b53ef-bb0e0917, #w-node-_8db42657-2668-0fa7-3876-1ce3d05b53f8-bb0e0917, #w-node-_82d3cc3d-4941-048d-0588-d82b77b9d67d-a647e7a9, #w-node-_82d3cc3d-4941-048d-0588-d82b77b9d695-a647e7a9, #w-node-_82d3cc3d-4941-048d-0588-d82b77b9d69e-a647e7a9, #w-node-cbba99cd-81ae-0b1b-abca-01f484aa3b1e-afd92bb1, #w-node-cbba99cd-81ae-0b1b-abca-01f484aa3b36-afd92bb1, #w-node-cbba99cd-81ae-0b1b-abca-01f484aa3b45-afd92bb1, #w-node-_4df04e7d-4217-d00c-761e-cc806c3384d5-3cadf827, #w-node-_4df04e7d-4217-d00c-761e-cc806c3384ed-3cadf827, #w-node-_4df04e7d-4217-d00c-761e-cc806c3384f6-3cadf827, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936743-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936745-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936748-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093674e-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936750-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936752-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936755-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093675b-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093675d-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093675f-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936762-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936766-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936768-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093676a-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093676d-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936773-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936775-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936777-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093677a-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936780-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936782-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a68710936784-1252f116, #w-node-_40f32203-f3c1-5d35-a8b1-a6871093678d-1252f116, #w-node-_3a9ddf6c-4d64-51cc-c84f-8f3e455bc996-1252f116, #w-node-_3a9ddf6c-4d64-51cc-c84f-8f3e455bc9ae-1252f116, #w-node-_3a9ddf6c-4d64-51cc-c84f-8f3e455bc9b7-1252f116, #w-node-_1f6b3d50-4aee-a42b-1d54-c58f8f677cda-e36b6c70, #w-node-_1f6b3d50-4aee-a42b-1d54-c58f8f677cf2-e36b6c70, #w-node-_1f6b3d50-4aee-a42b-1d54-c58f8f677cfb-e36b6c70, #w-node-_46ab05a5-6358-8d5c-53ac-3415ad856fea-2b13870b, #w-node-_46ab05a5-6358-8d5c-53ac-3415ad857002-2b13870b, #w-node-_46ab05a5-6358-8d5c-53ac-3415ad857011-2b13870b, #w-node-b2437461-721e-ff17-f6ec-e2d1d2530f00-1b6a338a, #w-node-b2437461-721e-ff17-f6ec-e2d1d2530f18-1b6a338a, #w-node-b2437461-721e-ff17-f6ec-e2d1d2530f21-1b6a338a, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24d5-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24d7-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24da-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24e0-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24e2-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24e4-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24e7-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24ed-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24ef-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24f1-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24f4-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24f8-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24fa-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24fc-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb24ff-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2505-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2507-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2509-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb250c-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2512-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2514-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb2516-5e1ee956, #w-node-_02532857-e747-1463-2ab4-9f0ee6eb251f-5e1ee956, #w-node-e7406f8d-bd98-17ec-bf42-ebbf33df49f7-5e1ee956, #w-node-e7406f8d-bd98-17ec-bf42-ebbf33df4a0f-5e1ee956, #w-node-e7406f8d-bd98-17ec-bf42-ebbf33df4a18-5e1ee956, #w-node-_2f99fd08-c7b0-3ef2-5f2e-b0d248a11812-e6fc8d2c, #w-node-_2f99fd08-c7b0-3ef2-5f2e-b0d248a1182a-e6fc8d2c, #w-node-_2f99fd08-c7b0-3ef2-5f2e-b0d248a11833-e6fc8d2c, #w-node-_51494f1e-23eb-06e0-7682-a0797fa60bdb-60031e84, #w-node-_51494f1e-23eb-06e0-7682-a0797fa60bf3-60031e84, #w-node-_51494f1e-23eb-06e0-7682-a0797fa60c02-60031e84, #w-node-_2b6e11c9-72e8-45f7-ad5a-c2d5c7bd7072-9f32f1d6, #w-node-_2b6e11c9-72e8-45f7-ad5a-c2d5c7bd7063-9f32f1d6, #w-node-_2b6e11c9-72e8-45f7-ad5a-c2d5c7bd704b-9f32f1d6, #w-node-_239c4faa-37aa-0889-c54b-59d9a77b9e11-ca36d4b0, #w-node-_239c4faa-37aa-0889-c54b-59d9a77b9e29-ca36d4b0, #w-node-_239c4faa-37aa-0889-c54b-59d9a77b9e32-ca36d4b0, #w-node-b2bb3a1a-7f3c-534e-bc14-afaede1c3583-ec9aa81d, #w-node-b2bb3a1a-7f3c-534e-bc14-afaede1c358c-ec9aa81d, #w-node-b2bb3a1a-7f3c-534e-bc14-afaede1c3595-ec9aa81d, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3b7-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3b9-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3bc-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3c2-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3c4-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3c6-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3c9-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3cf-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3d1-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3d3-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3d6-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3da-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3dc-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3de-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3e1-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3e7-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3e9-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3eb-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3ee-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3f4-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3f6-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b3f8-92516802, #w-node-_212790d8-6d0f-e280-ccfe-31a17152b401-92516802, #w-node-_2cde0ce2-a3aa-e289-4809-b0654b9a44e4-92516802, #w-node-_2cde0ce2-a3aa-e289-4809-b0654b9a44f9-92516802, #w-node-_2cde0ce2-a3aa-e289-4809-b0654b9a4502-92516802, #w-node-ff29564d-07bc-00e4-94f1-f1958e409e3c-630a1213, #w-node-ff29564d-07bc-00e4-94f1-f1958e409e51-630a1213, #w-node-ff29564d-07bc-00e4-94f1-f1958e409e5a-630a1213, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae41-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae43-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae46-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae4c-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae4e-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae50-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae53-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae59-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae5b-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae5d-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae60-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae64-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae66-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae68-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae6b-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae71-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae73-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae75-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae78-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae7e-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae80-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae82-8f8e2e21, #w-node-d499d5be-20d4-4a2b-f79e-2ae5beadae8b-8f8e2e21, #w-node-_7dc83592-7919-e6f5-6a72-60022a0cfab0-8f8e2e21, #w-node-_7dc83592-7919-e6f5-6a72-60022a0cfab9-8f8e2e21, #w-node-_7dc83592-7919-e6f5-6a72-60022a0cfac2-8f8e2e21, #w-node-_87551544-eec5-0d73-4b46-3b239b639c56-b52fff5f, #w-node-_87551544-eec5-0d73-4b46-3b239b639c5f-b52fff5f, #w-node-_87551544-eec5-0d73-4b46-3b239b639c68-b52fff5f, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-7d2e380a, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-7d2e380a, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-7d2e380a, #w-node-_620ba839-b815-0be1-5df2-146decc2531f-b76eed89, #w-node-_620ba839-b815-0be1-5df2-146decc25337-b76eed89, #w-node-_620ba839-b815-0be1-5df2-146decc25346-b76eed89, #w-node-_640114de-7700-965a-db5f-39becbbba984-98357231, #w-node-_640114de-7700-965a-db5f-39becbbba995-98357231, #w-node-_640114de-7700-965a-db5f-39becbbba99e-98357231, #w-node-_5f362b82-9d76-ec41-b11a-29e2e3086fd0-42e1e9b8, #w-node-_5f362b82-9d76-ec41-b11a-29e2e3086fe5-42e1e9b8, #w-node-_5f362b82-9d76-ec41-b11a-29e2e3086fee-42e1e9b8, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0e6-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0e8-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0eb-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0f1-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0f3-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0f5-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0f8-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc0fe-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc100-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc102-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc105-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc109-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc10b-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc10d-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc110-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc116-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc118-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc11a-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc11d-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc123-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc125-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc127-50501c24, #w-node-a277c91b-21fb-e0ac-4b6d-6cb158ebc130-50501c24, #w-node-e03ed76b-ba90-bbdf-0770-ba51cc777d99-50501c24, #w-node-e03ed76b-ba90-bbdf-0770-ba51cc777dae-50501c24, #w-node-e03ed76b-ba90-bbdf-0770-ba51cc777db7-50501c24, #w-node-cb1fb27e-8d4e-6886-c81e-d7df87b4ec7c-264bc24a, #w-node-cb1fb27e-8d4e-6886-c81e-d7df87b4ec91-264bc24a, #w-node-cb1fb27e-8d4e-6886-c81e-d7df87b4ec9a-264bc24a, #w-node-_3e36f451-80fb-443e-658d-3f46bee5a73f-2acd0b3e, #w-node-_3e36f451-80fb-443e-658d-3f46bee5a754-2acd0b3e, #w-node-_3e36f451-80fb-443e-658d-3f46bee5a75d-2acd0b3e, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa524-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa526-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa529-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa52f-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa531-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa533-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa536-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa53c-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa53e-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa540-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa543-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa547-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa549-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa54b-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa54e-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa554-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa556-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa558-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa55b-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa561-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa563-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa565-7667cd18, #w-node-afaa1568-b748-4ae8-122a-5d58bd7aa56e-7667cd18, #w-node-_15082621-1679-12fc-f708-c3e45cc2bc5f-7667cd18, #w-node-_15082621-1679-12fc-f708-c3e45cc2bc74-7667cd18, #w-node-_15082621-1679-12fc-f708-c3e45cc2bc7d-7667cd18, #w-node-_3ed4c559-5a90-f9d7-e195-2a1fea97c532-7973c845, #w-node-_3ed4c559-5a90-f9d7-e195-2a1fea97c547-7973c845, #w-node-_3ed4c559-5a90-f9d7-e195-2a1fea97c550-7973c845, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb25-ebada6cb, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb3d-ebada6cb, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb46-ebada6cb, #w-node-_0af3be42-ba1b-1774-82d5-84a79d3bb715-764ac0d4, #w-node-_0af3be42-ba1b-1774-82d5-84a79d3bb72d-764ac0d4, #w-node-_0af3be42-ba1b-1774-82d5-84a79d3bb736-764ac0d4, #w-node-dca1c97c-d656-8102-4903-bc559d76bfe1-3eb3ce8e, #w-node-dca1c97c-d656-8102-4903-bc559d76bff9-3eb3ce8e, #w-node-dca1c97c-d656-8102-4903-bc559d76c002-3eb3ce8e, #w-node-_05826fc4-e93e-c489-97b1-28bc157f07ca-703b2e71, #w-node-_05826fc4-e93e-c489-97b1-28bc157f07e2-703b2e71, #w-node-_05826fc4-e93e-c489-97b1-28bc157f07eb-703b2e71, #w-node-_5cfbfe46-5e71-a34e-6a82-bc628b293c5c-5217a8a6, #w-node-_5cfbfe46-5e71-a34e-6a82-bc628b293c74-5217a8a6, #w-node-_5cfbfe46-5e71-a34e-6a82-bc628b293c7d-5217a8a6, #w-node-_63e19ed3-f825-dd1a-a75d-eabb3651bf83-0121363d, #w-node-_63e19ed3-f825-dd1a-a75d-eabb3651bf9b-0121363d, #w-node-_63e19ed3-f825-dd1a-a75d-eabb3651bfa4-0121363d, #w-node-_42ff0b99-935c-07c3-c198-685805700ae1-4985c87c, #w-node-_42ff0b99-935c-07c3-c198-685805700af9-4985c87c, #w-node-_42ff0b99-935c-07c3-c198-685805700b02-4985c87c, #w-node-a17f1ac1-bc47-6bf6-9015-1fd860cdd53d-2f7d4bdc, #w-node-a17f1ac1-bc47-6bf6-9015-1fd860cdd555-2f7d4bdc, #w-node-a17f1ac1-bc47-6bf6-9015-1fd860cdd55e-2f7d4bdc, #w-node-_6e613f1d-8795-e267-1a98-a25676173af2-8c3fc40a, #w-node-_6e613f1d-8795-e267-1a98-a25676173b0a-8c3fc40a, #w-node-_6e613f1d-8795-e267-1a98-a25676173b13-8c3fc40a, #w-node-b8b2e74e-ffdb-0c70-e39b-c0ab41f9fad5-d0f3acb4, #w-node-b8b2e74e-ffdb-0c70-e39b-c0ab41f9faed-d0f3acb4, #w-node-b8b2e74e-ffdb-0c70-e39b-c0ab41f9faf6-d0f3acb4, #w-node-d455aff7-df4c-f4ee-f0f1-7a0c1ea60f9e-5c9f6762, #w-node-d455aff7-df4c-f4ee-f0f1-7a0c1ea60fb3-5c9f6762, #w-node-d455aff7-df4c-f4ee-f0f1-7a0c1ea60fbc-5c9f6762, #w-node-d6da39c9-bdaf-2d7a-6e69-ddc4921756fd-cf8b96e6, #w-node-d6da39c9-bdaf-2d7a-6e69-ddc492175706-cf8b96e6, #w-node-d6da39c9-bdaf-2d7a-6e69-ddc49217570f-cf8b96e6, #w-node-_94eab187-35c1-4fa2-6183-255a8da09aaf-b1c06e48, #w-node-_94eab187-35c1-4fa2-6183-255a8da09ac4-b1c06e48, #w-node-_94eab187-35c1-4fa2-6183-255a8da09acd-b1c06e48, #w-node-aa687458-052d-cf94-2cbc-d2a4472fdb63-4986ba8d, #w-node-aa687458-052d-cf94-2cbc-d2a4472fdb78-4986ba8d, #w-node-aa687458-052d-cf94-2cbc-d2a4472fdb81-4986ba8d, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb274-46dc837b, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb28c-46dc837b, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb295-46dc837b, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-1c890dde, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-1c890dde, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-1c890dde, #w-node-_92bd3108-693f-2266-211e-f3f91af4fdff-35aab341, #w-node-_92bd3108-693f-2266-211e-f3f91af4fe17-35aab341, #w-node-_92bd3108-693f-2266-211e-f3f91af4fe20-35aab341, #w-node-d0dfc52f-8e7e-de92-5935-de93867907b7-e841e75c, #w-node-d0dfc52f-8e7e-de92-5935-de93867907cf-e841e75c, #w-node-d0dfc52f-8e7e-de92-5935-de93867907d8-e841e75c, #w-node-_0a8041bf-2865-d7d2-b33e-5d77fbd409f3-96f73a93, #w-node-_0a8041bf-2865-d7d2-b33e-5d77fbd40a0b-96f73a93, #w-node-_0a8041bf-2865-d7d2-b33e-5d77fbd40a14-96f73a93, #w-node-_9ae6d906-6107-cba2-0634-3fc95458e912-2f31c177, #w-node-_9ae6d906-6107-cba2-0634-3fc95458e92a-2f31c177, #w-node-_9ae6d906-6107-cba2-0634-3fc95458e933-2f31c177, #w-node-c334a25d-caad-434d-93a0-7cfdc2a2c700-71edfe4b, #w-node-c334a25d-caad-434d-93a0-7cfdc2a2c718-71edfe4b, #w-node-c334a25d-caad-434d-93a0-7cfdc2a2c721-71edfe4b, #w-node-f588cedd-60ec-edfc-ec84-76a4346ca9a0-ec8a567d, #w-node-f588cedd-60ec-edfc-ec84-76a4346ca9b8-ec8a567d, #w-node-f588cedd-60ec-edfc-ec84-76a4346ca9c1-ec8a567d, #w-node-_325df0e4-8742-5208-0acf-c00165043279-fe20bd00, #w-node-_325df0e4-8742-5208-0acf-c00165043291-fe20bd00, #w-node-_325df0e4-8742-5208-0acf-c0016504329a-fe20bd00, #w-node-_75026d66-aecb-7c7a-3bc1-a0b3376056e8-5983e10a, #w-node-_75026d66-aecb-7c7a-3bc1-a0b337605700-5983e10a, #w-node-_75026d66-aecb-7c7a-3bc1-a0b337605709-5983e10a, #w-node-cf13f7db-621c-b31e-01dc-d0a314940e51-8399b569, #w-node-cf13f7db-621c-b31e-01dc-d0a314940e69-8399b569, #w-node-cf13f7db-621c-b31e-01dc-d0a314940e72-8399b569, #w-node-d66acdfc-18b2-1064-651d-688f6338ce95-340d7653, #w-node-d66acdfc-18b2-1064-651d-688f6338ceaa-340d7653, #w-node-d66acdfc-18b2-1064-651d-688f6338ceb3-340d7653, #w-node-d2438809-8163-fefb-f76c-9778d2fa23bf-8792249c, #w-node-d2438809-8163-fefb-f76c-9778d2fa23c8-8792249c, #w-node-d2438809-8163-fefb-f76c-9778d2fa23d1-8792249c, #w-node-_408a5aea-b47e-1744-2102-f7be40e35b7e-3be57a22, #w-node-_408a5aea-b47e-1744-2102-f7be40e35b93-3be57a22, #w-node-_408a5aea-b47e-1744-2102-f7be40e35b9c-3be57a22, #w-node-_18912931-2f6a-ea14-b41f-b52dba53e3d6-67d39b54, #w-node-_18912931-2f6a-ea14-b41f-b52dba53e3eb-67d39b54, #w-node-_18912931-2f6a-ea14-b41f-b52dba53e3f4-67d39b54, #w-node-_640114de-7700-965a-db5f-39becbbba984-019a44b8, #w-node-_640114de-7700-965a-db5f-39becbbba995-019a44b8, #w-node-_640114de-7700-965a-db5f-39becbbba99e-019a44b8, #w-node-e0605c40-5ae0-2524-59d9-f24e7bee0e78-4418e7cd, #w-node-e0605c40-5ae0-2524-59d9-f24e7bee0e90-4418e7cd, #w-node-e0605c40-5ae0-2524-59d9-f24e7bee0e99-4418e7cd, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f388-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f38a-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f38d-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f393-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f395-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f397-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f39a-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3a0-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3a2-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3a4-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3a7-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3ab-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3ad-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3af-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3b2-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3b8-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3ba-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3bc-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3bf-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3c5-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3c7-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3c9-aa4d2800, #w-node-_3dcb4b8d-d5f9-be14-5d24-c0f2ee48f3d2-aa4d2800, #w-node-_298aef8d-945f-299b-2c5f-d1b91be074bb-aa4d2800, #w-node-_298aef8d-945f-299b-2c5f-d1b91be074d3-aa4d2800, #w-node-_298aef8d-945f-299b-2c5f-d1b91be074dc-aa4d2800, #w-node-b8d8c120-1206-cfde-0cf0-1712e431edae-fd3fe86e, #w-node-b8d8c120-1206-cfde-0cf0-1712e431edc6-fd3fe86e, #w-node-b8d8c120-1206-cfde-0cf0-1712e431edcf-fd3fe86e, #w-node-_2b6ed592-eb61-30eb-2db3-73459ab877a1-4e31d11a, #w-node-_2b6ed592-eb61-30eb-2db3-73459ab877b9-4e31d11a, #w-node-_2b6ed592-eb61-30eb-2db3-73459ab877c2-4e31d11a, #w-node-_813e35ce-b5fd-e55c-debb-70ff428b6a16-18909149, #w-node-_813e35ce-b5fd-e55c-debb-70ff428b6a2e-18909149, #w-node-_813e35ce-b5fd-e55c-debb-70ff428b6a37-18909149, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-b2b0a7eb, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-b2b0a7eb, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-b2b0a7eb, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-91ac91fd, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-91ac91fd, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-91ac91fd, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e71ffc-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e71ffe-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72001-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72007-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72009-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7200b-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7200e-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72014-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72016-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72018-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7201b-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7201f-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72021-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72023-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72026-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7202c-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7202e-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72030-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72033-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72039-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7203b-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e7203d-bfa8ed4f, #w-node-_9cfd577c-5e5d-b0b2-9f75-32b1a0e72046-bfa8ed4f, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-bfa8ed4f, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-bfa8ed4f, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-bfa8ed4f, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-20a98b79, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-20a98b79, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-20a98b79, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-91ad0552, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-91ad0552, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-91ad0552, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-b58cb3d7, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-b58cb3d7, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-b58cb3d7, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-8290143c, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-8290143c, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-8290143c, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-c4ec08b5, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-c4ec08b5, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-c4ec08b5, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8aa-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8ac-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8af-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8b5-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8b7-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8b9-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8bc-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8c2-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8c4-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8c6-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8c9-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8cd-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8cf-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8d1-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8d4-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8da-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8dc-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8de-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8e1-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8e7-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8e9-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8eb-430ab572, #w-node-_6fd8b44c-9f43-df6d-d627-a36dff03b8f4-430ab572, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-430ab572, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-430ab572, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-430ab572, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-49ee13bc, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-49ee13bc, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-49ee13bc, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-1480a607, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-1480a607, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-1480a607, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-3f69ed63, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-3f69ed63, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-3f69ed63, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-30d55bc1, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-30d55bc1, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-30d55bc1, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-7e6041c8, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-7e6041c8, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-7e6041c8, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351d0-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351d2-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351d5-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351db-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351dd-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351df-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351e2-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351e8-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351ea-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351ec-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351ef-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351f3-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351f5-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351f7-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a87351fa-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a8735200-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a8735202-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a8735204-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a8735207-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a873520d-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a873520f-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a8735211-cf41bcae, #w-node-_0797ea30-55ad-aaf2-145a-a387a873521a-cf41bcae, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-cf41bcae, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-cf41bcae, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-cf41bcae, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-a8de6f33, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-a8de6f33, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-a8de6f33, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-5e3c7767, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-5e3c7767, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-5e3c7767, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-f67f49cb, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-f67f49cb, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-f67f49cb, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-a368a8f9, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-a368a8f9, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-a368a8f9, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-d3493bf2, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-d3493bf2, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-d3493bf2, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1da-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1dc-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1df-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1e5-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1e7-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1e9-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1ec-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1f2-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1f4-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1f6-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1f9-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1fd-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f1ff-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f201-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f204-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f20a-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f20c-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f20e-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f211-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f217-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f219-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f21b-c25eb784, #w-node-c629430a-d1c9-8c27-d0bf-27578f51f224-c25eb784, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-c25eb784, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-c25eb784, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-c25eb784, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-4aab5639, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-4aab5639, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-4aab5639, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-77a00b66, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-77a00b66, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-77a00b66, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-d13b288e, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-d13b288e, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-d13b288e, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-56c06243, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-56c06243, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-56c06243, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-1eef1f54, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-1eef1f54, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-1eef1f54, #w-node-a40970b3-d486-135d-e21b-d4643963a629-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a62b-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a62e-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a634-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a636-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a638-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a63b-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a641-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a643-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a645-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a648-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a64c-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a64e-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a650-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a653-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a659-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a65b-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a65d-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a660-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a666-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a668-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a66a-10dbbb39, #w-node-a40970b3-d486-135d-e21b-d4643963a673-10dbbb39, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-10dbbb39, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-10dbbb39, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-10dbbb39, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-d1a2e5ab, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-d1a2e5ab, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-d1a2e5ab, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-f688cc48, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-f688cc48, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-f688cc48, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-a7eeb751, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-a7eeb751, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-a7eeb751, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-a369e2d6, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-a369e2d6, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-a369e2d6, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-7d2bf078, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-7d2bf078, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-7d2bf078, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ca-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179cc-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179cf-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d5-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d7-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d9-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179dc-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e2-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e4-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e6-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e9-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ed-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ef-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179f1-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179f4-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fa-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fc-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fe-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a01-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a07-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a09-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a0b-c266d8d4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a14-c266d8d4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-c266d8d4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-c266d8d4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-c266d8d4, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-54bb3f03, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-54bb3f03, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-54bb3f03, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-38be181d, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-38be181d, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-38be181d, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-a7fc206a, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-a7fc206a, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-a7fc206a, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddabf-ce854689, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddad7-ce854689, #w-node-_8e15be37-0cf1-47e2-2022-976c91eddae6-ce854689, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6e6-ccdf823f, #w-node-_3d163523-1114-c70c-c2c9-582008f1a6fb-ccdf823f, #w-node-_3d163523-1114-c70c-c2c9-582008f1a704-ccdf823f, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ca-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179cc-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179cf-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d5-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d7-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179d9-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179dc-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e2-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e4-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e6-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179e9-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ed-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179ef-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179f1-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179f4-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fa-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fc-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d179fe-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a01-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a07-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a09-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a0b-b13061e4, #w-node-_4b499615-66a7-bf3f-5ac2-e1c873d17a14-b13061e4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-b13061e4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-b13061e4, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-b13061e4, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cc4-371faeb8, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2cdc-371faeb8, #w-node-_2a315bc7-7a03-4d3b-76d2-d3ce48ee2ce5-371faeb8, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-ff5e03f5, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-ff5e03f5, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-ff5e03f5, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c32-ecdcb2fe, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c4a-ecdcb2fe, #w-node-_9c8fa267-3f72-ed69-ae04-bc4a39887c53-ecdcb2fe, #w-node-_620ba839-b815-0be1-5df2-146decc2531f-cfc7150e, #w-node-_620ba839-b815-0be1-5df2-146decc25337-cfc7150e, #w-node-_620ba839-b815-0be1-5df2-146decc25346-cfc7150e, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a371-2904840e, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a389-2904840e, #w-node-_0f5031e9-8ab5-ce4a-d0da-85321342a392-2904840e, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb274-d4ff1365, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb28c-d4ff1365, #w-node-a8b06ddb-5990-5e05-adaa-a741018cb295-d4ff1365, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb25-199efd13, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb3d-199efd13, #w-node-c11eb9f8-884d-e682-5ee9-522e4c09fb46-199efd13, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c210-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c212-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c215-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21b-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21d-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c21f-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c222-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c228-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22a-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22c-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c22f-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c233-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c235-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c237-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c23a-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c240-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c242-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c244-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c247-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c24d-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c24f-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c251-0b56d194, #w-node-_56dbccbc-9a49-2e64-7162-33702dc5c25a-0b56d194, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e0e8-0b56d194, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e100-0b56d194, #w-node-_59bf90f7-61a2-7633-13a8-efcd7d43e109-0b56d194, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd47-733f70fd, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd5f-733f70fd, #w-node-d3c1064c-a3f3-c395-1a8e-158be14dfd68-733f70fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


