:root {
  --gray-500: #b9b9b9;
  --white: white;
  --gray-100: #202020;
  --black: black;
  --transparent: transparent;
  --gray-200: #292929;
  --gray-400: #474747;
  --gray-300: #333;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.heading-1 {
  align-self: center;
  width: 500px;
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
}

.text-block {
  color: var(--gray-500);
  align-self: stretch;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-block.news {
  margin-bottom: 0;
}

.text-block.wide {
  color: var(--gray-500);
  max-width: none;
  font-weight: 400;
}

.text-block.wide.ar {
  text-align: right;
}

.text-block.heading-12 {
  color: var(--white);
  margin-bottom: 6px;
}

.text-block.ar {
  text-align: right;
  margin-left: auto;
}

.hero-section {
  background-image: url('../images/BG.png');
  background-position: 100% 100%;
  background-size: cover;
  margin-top: -39px;
  margin-bottom: 44px;
  padding-top: 269px;
  padding-bottom: 54px;
}

.body {
  color: #fff;
  background-color: #161616;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.container {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 24px 40px;
  display: block;
}

.container.map {
  max-width: 500px;
  margin-left: 900px;
  margin-right: 40px;
}

.container.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.container.text-centered {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.container.arab {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.container.ar {
  flex-flow: row-reverse;
  display: flex;
}

.nav-link-14 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-14.button-header {
  border: 1px solid #fff;
  margin-top: 3px;
  margin-left: 32px;
  padding: 16px 28px;
  font-size: 14px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.quick-stack {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.products-cards {
  grid-column-gap: 0px;
  grid-row-gap: 62px;
  -webkit-backdrop-filter: blur(23.25px);
  backdrop-filter: blur(23.25px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #32323266;
  background-clip: padding-box;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: baseline;
  max-width: none;
  height: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.products-cards:hover {
  background-color: #61616166;
}

.vectors-wrapper {
  color: var(--gray-500);
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  background-image: url('../images/Card.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 44.3284px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.text.ar {
  text-align: right;
  margin-left: auto;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.cell {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.heading-2.centered {
  text-align: center;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 300;
}

.heading-2.news {
  margin-bottom: 44px;
}

.heading-2.testimonials {
  text-align: left;
  background-color: #0000;
  margin-bottom: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2.testimonials.ar {
  text-align: right;
}

.heading-2.contact-us {
  margin-top: 44px;
  margin-bottom: 44px;
}

.heading-2.text-centered {
  justify-content: center;
  align-items: center;
  height: 130px;
}

.text-centered {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.two-solutions {
  grid-column-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.white-label {
  grid-row-gap: 8px;
  background-image: url('../images/White-label-post.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.white-label:hover {
  background-image: url('../images/White-label-post.png');
  background-position: 0 0;
  background-size: cover;
}

.white-label.fef {
  width: 100%;
  height: 356px;
}

.solution-card {
  object-fit: cover;
  background-image: url('../images/SOLUTION-BG-_-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.txt {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 224px;
  left: 32px;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 32px;
}

.turnkey {
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 32px;
  left: 32px;
}

._90698-1 {
  object-fit: cover;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.text-9 {
  opacity: .6;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.cell-2 {
  background-image: url('../images/SOLUTION-BG-_-2.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-2 {
  color: var(--gray-500);
  align-self: flex-start;
  padding-bottom: 32px;
  padding-left: 32px;
}

.link-block {
  align-self: flex-start;
  padding-left: 32px;
}

.image {
  align-self: flex-start;
  padding-top: 32px;
  padding-bottom: 100px;
  padding-left: 32px;
}

.quick-stack-2 {
  padding: 0;
}

.two-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vectors-wrapper-11 {
  object-fit: cover;
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}

.txt-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 224px;
  left: 32px;
}

.txt-2.ar {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  left: auto;
  right: 32px;
}

.text-10 {
  opacity: .6;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 34px;
  left: 32px;
}

._90698-2 {
  border-radius: 12px;
  flex: 0 auto;
  align-self: stretch;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.quick-stack-3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.heading-4, .heading-5, .heading-6 {
  font-weight: 400;
}

.stats {
  background-image: url('../images/BG-stats.png');
  background-position: 100%;
  background-size: cover;
  margin-bottom: 64px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.services-image {
  align-self: stretch;
  margin-bottom: 20px;
  padding-top: 0;
}

.heading-3 {
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.heading-3.ar {
  text-align: right;
}

.text-block-caps {
  color: var(--gray-500);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: stretch;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 11px;
  line-height: 16px;
}

.text-block-caps.w--open {
  background-color: #1a1a1a;
}

.text-block-caps.text-centered {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  font-weight: 400;
}

.text-block-caps.right-24 {
  margin-left: 0;
}

.text-block-caps.tag-one {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  display: block;
}

.text-block-caps.contact-form {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
}

.text-block-caps.ar {
  text-align: right;
  margin-left: 0;
}

.testimonials-table {
  padding-left: 0;
  padding-right: 0;
}

.review-1 {
  grid-row-gap: 28px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
}

.txt-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.reviews-text {
  color: #fff;
  letter-spacing: .01em;
  width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.reviews-text.ar {
  text-align: right;
}

.user {
  grid-column-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ellipse-20 {
  object-fit: cover;
  background-color: #0000;
}

.text-12 {
  opacity: .6;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.txt-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-14 {
  opacity: .6;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.review-3 {
  grid-row-gap: 28px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.txt-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-16 {
  opacity: .6;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.cell-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
}

.our-sevices {
  margin-bottom: 64px;
}

.testimonials {
  background-color: #191919;
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 44px;
}

.news-table {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  padding: 32px 0 0;
}

.heading-7 {
  width: auto;
}

.cell-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.news-one {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.image-2 {
  align-self: stretch;
  display: block;
}

.news-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  font-size: 20px;
  line-height: 34px;
  display: flex;
}

.section-2 {
  background-image: url('../images/MAP.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 300px;
  display: block;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

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

.footer-block-two.ar {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title.ar {
  text-align: right;
}

.footer-link-two {
  color: var(--gray-500);
  margin-top: 12px;
  font-size: 14px;
  text-decoration: none;
}

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

.footer-link-two.ar {
  text-align: right;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  background-color: var(--gray-100);
  pointer-events: auto;
  color: var(--gray-500);
  -webkit-text-stroke-color: var(--black);
  mix-blend-mode: normal;
  border: 1px solid #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover {
  border-color: var(--transparent);
  background-color: var(--gray-200);
  color: var(--gray-400);
}

.footer-form-field:active {
  color: var(--gray-500);
}

.footer-form-field:focus {
  color: var(--white);
  border-color: #5e5e5e;
}

.footer-form-field::placeholder {
  background-color: var(--transparent);
  color: #636363;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field.ar {
  text-align: right;
}

.footer-form-submit {
  background-color: var(--gray-300);
  background-image: url('../images/typcn_arrow-right.svg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--gray-400);
}

.footer-divider-two {
  background-color: var(--gray-500);
  -webkit-text-stroke-color: var(--gray-500);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--gray-500);
  font-size: 14px;
}

.footer-copyright.ar {
  text-align: left;
}

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

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

.footer {
  background-color: #111;
  padding-top: 260px;
}

.news {
  margin-top: 64px;
  margin-bottom: 64px;
  display: none;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: grid;
}

.text-field {
  background-color: #242424;
  border: 1px solid #0000;
  height: 52px;
  margin-bottom: 14px;
  padding-left: 16px;
}

.text-field.your-message {
  clear: none;
  height: 200px;
  padding-bottom: 144px;
}

.text-field.bog {
  height: 200px;
  padding-top: 12px;
}

.text-field-2, .text-field-3 {
  height: 52px;
}

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

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-7 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-8 {
  padding-bottom: 0;
}

.map {
  background-image: url('../images/MAP.png');
  background-position: 100%;
  background-size: cover;
  margin-bottom: 64px;
  padding-top: 253px;
  padding-bottom: 229px;
}

.heading-8 {
  max-width: 430px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 300;
  line-height: 54px;
}

.text-block-3 {
  max-width: 450px;
}

.text-block-4 {
  color: var(--gray-500);
  max-width: 430px;
  font-weight: 300;
  line-height: 26px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template: ". ."
                 ". Area-2"
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-rows: 130px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-field-4 {
  max-width: 640px;
}

.form-input {
  -webkit-text-stroke-color: #eb222200;
  background-color: #242424;
  border: 1px solid #0000;
  max-width: none;
  height: 52px;
  padding-left: 16px;
}

.form-input.input-big {
  height: 230px;
  padding-top: 16px;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  color: var(--white);
  background-color: #191919;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 690px;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.error-bg {
  background-color: var(--transparent);
  color: #ff9696;
  text-align: left;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 12px;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  color: var(--gray-500);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #242424;
  border-radius: 4px;
  height: 52px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: var(--gray-200);
}

.field.rounded:focus {
  border-width: 1px;
  border-color: var(--gray-400);
  background-color: var(--gray-200);
  color: var(--white);
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  text-align: left;
  height: 150px;
  margin-bottom: 24px;
}

.field.rounded.area.ar, .field.rounded.ar {
  text-align: right;
}

.success-message {
  color: #9ce414;
  background-color: #5ec04529;
  border-radius: 20px;
  padding-top: 30px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 400;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.worldmap-left {
  flex: 1;
  align-self: stretch;
  max-width: 64%;
  margin-right: 0;
  padding-right: 0;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.dark-field {
  background-color: #545455;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.map-marker {
  background-color: #1f6fff;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 145px;
  left: 86px;
}

.map-marker._2 {
  top: 164px;
  left: 344px;
}

.text-column {
  padding-right: 20px;
}

.section-6 {
  background-color: #242424;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.worldmap-left-wrapper {
  z-index: 1;
  width: 730px;
  position: absolute;
  top: 17px;
  left: -141px;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.map-and-form-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-title {
  color: var(--white);
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.map-contact-form {
  z-index: 10;
  float: right;
  background-color: #161616cc;
  border-radius: 0;
  align-self: stretch;
  width: 500px;
  min-height: 450px;
  padding: 12px 24px 19px 32px;
  position: relative;
}

.container-3 {
  position: relative;
}

.text-field-5 {
  height: 48px;
}

.textarea {
  height: 200px;
}

.contact-us {
  margin-top: 0;
  margin-bottom: 64px;
}

.text-block-5 {
  color: var(--gray-500);
  text-align: center;
  margin-bottom: 44px;
  font-size: 18px;
}

.footer-2 {
  grid-row-gap: 64px;
  background-color: #141414;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 133px;
  text-decoration: none;
  display: flex;
}

.frame-1000005817 {
  grid-column-gap: 206px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000005816 {
  grid-column-gap: 122px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-1 {
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #b9b9b9;
  letter-spacing: .31em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.frame-134 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-1000005814 {
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000005815 {
  grid-row-gap: 87px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.language {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1000005813 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  opacity: .45;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.newsletter {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.input {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #737373;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-19 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: .000023779px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3px;
  text-decoration: none;
  display: flex;
}

.contacts {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000005820 {
  grid-column-gap: 337px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1000005818 {
  grid-column-gap: 73px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.xprtia-white-1 {
  opacity: .5;
  object-fit: cover;
}

.frame-143 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-57 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-139 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.0476px;
  height: 19.0476px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10.4762px;
  left: 10.4762px;
}

.text-block-6 {
  color: var(--gray-500);
  text-align: center;
  line-height: 24px;
  display: flex;
}

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

.text-block---map {
  width: 420px;
}

.heading-9 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 300;
}

.container-centered {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  align-self: auto;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 40px;
}

.container-centered.map {
  max-width: 500px;
  margin-left: 900px;
  margin-right: 40px;
}

.container-centered.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.text-block-centered {
  color: var(--gray-500);
  text-align: center;
  max-width: 640px;
  margin-bottom: 32px;
  line-height: 26px;
}

.text-block-centered.news {
  margin-bottom: 0;
}

.text-block-centered.text-block-caps {
  align-self: center;
  margin-bottom: 10px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 0;
  display: flex;
}

.button-body {
  border: 1px solid var(--transparent);
  background-color: var(--gray-200);
  border-radius: 40px;
  margin-top: 16px;
  padding: 16px 32px;
}

.button-body:hover {
  background-color: var(--white);
  color: var(--gray-200);
}

.button-body:active {
  background-color: var(--white);
  color: var(--gray-500);
}

.div-block-3 {
  align-self: stretch;
  width: 720px;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}

.heading-10.heading-1 {
  align-self: center;
}

.pages-cover---services {
  background-image: url('../images/Our-Services-BG.png');
  background-position: 0 0;
  background-size: cover;
  height: 340px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.quick-stack-9 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  padding-left: 0;
  padding-right: 0;
}

.services-list {
  margin-bottom: 64px;
}

.services {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.services.button-header {
  border: 1px solid #fff;
  margin-top: 3px;
  margin-left: 32px;
  padding: 16px 28px;
  font-size: 14px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: var(--white);
}

.pages-cover---contacts {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MAP-IMG.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 340px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.pages-cover---products {
  background-image: url('../images/PRODUCTS-BG.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 340px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.cell-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-9 {
  flex-flow: wrap;
  justify-content: flex-start;
}

.pages-cover---news {
  background-image: url('../images/NEWS-BG.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 340px;
  margin-top: 125px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.pages-cover---solutions {
  background-image: linear-gradient(#00000052, #00000052), url('../images/White-Lable.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 340px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-4 {
  height: 400px;
}

.frame-1000005794 {
  grid-row-gap: 302px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
}

.frame-1000005788 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 74px;
  text-decoration: none;
  display: flex;
}

.frame-1000005785 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21px;
  left: 32px;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.txt-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-3-unique-modern-business {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.92px;
  text-decoration: none;
}

.text-23 {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.white-label-bg {
  background-image: url('../images/WHY-US.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0;
  display: block;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.turnkey-bg {
  background-image: url('../images/Turnkey-BG.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.frame-1000005821 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-25 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 74px;
  text-decoration: none;
  display: flex;
}

.frame-1000005822 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21px;
  left: 32px;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.txt-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-25 {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.div-block-5 {
  flex: 1;
  align-self: center;
  width: 520px;
  height: 700px;
}

.div-block-6 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  align-self: flex-start;
  margin: 64px;
  display: flex;
}

.frame-1000005823 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-27 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 74px;
  text-decoration: none;
  display: flex;
}

.frame-1000005824 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21px;
  left: 32px;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.heading-11 {
  max-width: 500px;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 300;
}

.tags {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 109%;
  max-width: 694px;
  text-decoration: none;
  display: flex;
}

.tag-one {
  grid-column-gap: 12px;
  color: var(--gray-500);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #353a3b;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  display: flex;
}

.text-27 {
  color: #fff;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 24px 24px 64px;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 64px;
}

.frame-1000005754 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 109%;
  max-width: 523px;
  text-decoration: none;
  display: flex;
}

.frame-1000005825 {
  grid-column-gap: 8px;
  background-color: #463f3f;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #fff;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.quick-stack-11 {
  margin-top: 64px;
  padding: 0;
}

.cell-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-7 {
  align-self: stretch;
}

.cell-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cell-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-7 {
  font-size: 16px;
}

.cell-13 {
  background-color: #202020f2;
  justify-content: space-between;
  align-items: center;
}

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

.pages-cover---about-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ABOUT-US-BG.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 340px;
  margin-top: 125px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.frame-1000005789 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 237px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-29 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 86px;
  text-decoration: none;
  display: flex;
}

.frame-1000005826 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 27px;
  left: 47px;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.white-label-wiget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-image: linear-gradient(#c2c1ab69, #c2c1ab69);
  border-radius: 90px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005827 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21px;
  left: 32px;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.cell-14 {
  background-color: #292525;
  justify-content: center;
  align-items: flex-start;
}

.pages-cover-small---product-one {
  background-image: url('../images/PRODUCTS-BG.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cover---2-level {
  background-image: url('../images/Mramor-BG.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-top: 125px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.quick-stack-12 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
}

.recent-posts {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  border-radius: 80px;
}

.heading-13 {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.div-block-10 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-left: 20px;
  display: flex;
}

.recent-posts-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.post-img {
  margin-bottom: 40px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.next {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-link-next {
  color: #8b8b8b;
  text-align: right;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.vectors-wrapper-33, .vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42.05px;
  height: 82.69px;
  text-decoration: none;
  display: flex;
}

.prev {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42.05px;
  height: 82.69px;
  text-decoration: none;
  display: flex;
}

.main-link-prev {
  color: #8b8b8b;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.quick-stack-13 {
  padding-left: 0;
  padding-right: 0;
}

.image-4 {
  flex: 0 auto;
  align-self: stretch;
  max-width: none;
  margin-bottom: 12px;
}

.cell-18 {
  flex-direction: column;
  align-items: stretch;
}

.related-posts {
  padding-top: 44px;
}

.image-5 {
  border-radius: 80px;
  flex: 0 auto;
  order: 0;
}

.div-block-12 {
  flex-direction: row;
  display: flex;
}

.heading-14 {
  margin-left: 24px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pages-cover---testimonials {
  margin-top: 64px;
}

.lines-bg {
  background-image: url('../images/Lines-BG.svg');
  background-position: 0 0;
  background-size: cover;
  height: 320px;
}

.quick-stack-14 {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.products-cards-2 {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(23.25px);
  backdrop-filter: blur(23.25px);
  background-color: #32323266;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 360px;
  max-width: 370px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-1000005780 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-61 {
  object-fit: cover;
  border-radius: 34px;
}

.frame-1000005779 {
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 6px;
  left: 68px;
}

.text-31 {
  color: #fff;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.text-32 {
  opacity: .4;
  color: #fff;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-33 {
  color: #737373;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-block-8 {
  align-self: stretch;
  width: 240px;
}

.reviews-column-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.reviews-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.reviews-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
}

.testimonials-section {
  margin-top: -361px;
}

.post-image {
  height: auto;
  margin-bottom: 32px;
  display: block;
}

.heading-17 {
  margin-bottom: 32px;
  font-weight: 400;
}

.heading-17.heading-3.ar {
  text-align: right;
}

.section-13 {
  margin-bottom: 64px;
}

.heading-18 {
  font-size: 32px;
  font-weight: 400;
}

.heading-19 {
  font-weight: 300;
}

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

.h1 {
  cursor: default;
  align-self: auto;
  width: 460px;
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 52px;
  font-weight: 300;
  line-height: 62px;
}

.h1:hover {
  pointer-events: none;
}

.h1.arab {
  text-align: right;
}

.h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2:hover {
  color: var(--white);
}

.h2.testimonials-section {
  margin-bottom: 24px;
}

.h2.text-centered {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.h2.contact-us {
  margin-bottom: 24px;
}

.h2.ar {
  text-align: right;
  margin-left: auto;
}

.h3 {
  color: #fff;
  text-align: left;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.h3.ar {
  text-align: right;
  margin-left: auto;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.h4.ar {
  text-align: right;
  margin-left: auto;
}

.h5 {
  flex: 1;
  align-self: flex-start;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.h5.ar {
  text-align: right;
}

.b2 {
  color: var(--gray-500);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.b2.centered {
  text-align: center;
  width: 720px;
  margin-bottom: 24px;
  line-height: 28px;
}

.b2.short-width {
  color: var(--gray-500);
  width: 500px;
  line-height: 24px;
}

.b2.short-width.ar {
  margin-left: auto;
}

.b2.ar {
  text-align: right;
  margin-left: 0;
}

.b1 {
  color: var(--gray-500);
  cursor: pointer;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 6px;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.b1:hover {
  color: var(--white);
}

.b1.centered {
  text-align: center;
  align-self: center;
  width: 820px;
  margin-bottom: 32px;
}

.b1.short {
  cursor: auto;
  width: 450px;
  line-height: 28px;
}

.b1.short:hover {
  color: var(--gray-500);
}

.b1.short.arab, .b1.ar {
  text-align: right;
  margin-left: auto;
}

.b3 {
  color: var(--gray-500);
  font-size: 14px;
  line-height: 22px;
}

.b3.centered {
  text-align: center;
  align-self: center;
  width: 820px;
  margin-bottom: 44px;
}

.typographic-block---body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.typographic-block---headings {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.typography-page---headings {
  padding-top: 44px;
  padding-bottom: 44px;
}

.news-post {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
}

.stats-one {
  color: var(--gray-500);
  -webkit-text-stroke-color: var(--transparent);
  cursor: default;
  display: block;
}

.stats-one:hover {
  color: var(--gray-500);
}

.cell-19 {
  justify-content: center;
  align-items: flex-start;
}

.image-6 {
  width: 200px;
  height: 72px;
}

.turkey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#4c4340, #4c4340);
  border-radius: 800px;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  padding: 12px 24px;
  display: flex;
}

.section-14 {
  padding-top: 40px;
}

.testimonials-card {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(23.25px);
  backdrop-filter: blur(23.25px);
  background-color: #32323266;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 360px;
  max-width: 370px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-20 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h6 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cell-20 {
  max-width: none;
}

.button-round {
  border: 0px solid var(--gray-500);
  background-color: var(--transparent);
  background-image: linear-gradient(#44444480, #44444480);
  border-radius: 80px;
  align-self: flex-end;
  margin-top: 5px;
  padding: 20px 40px;
}

.quick-stack-15 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-21 {
  display: block;
}

.quick-stack-16 {
  align-self: center;
  max-width: 520px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-17 {
  align-self: stretch;
  padding: 0;
}

.contact-us-form {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.contact-us-form.contact-1 {
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/Photo-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 64px;
}

.button {
  border: 1px solid var(--gray-500);
  background-color: var(--transparent);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--gray-500);
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 300;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--gray-200);
  -webkit-text-stroke-color: var(--gray-200);
  font-family: Poppins, sans-serif;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button.green {
  background-color: #5ec045;
}

.button.green:hover {
  background-color: #6fdd53;
}

.button.ar {
  margin-left: 0;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.form-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
  margin-left: 0;
}

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

.quick-stack-18 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  margin-bottom: 0;
}

.quick-stack-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.check-icon {
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}

.intro-paragraph {
  color: #a8a8a8;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
}

.content-section-block {
  float: left;
  max-width: 450px;
}

.content-section-block.left {
  float: right;
  order: 0;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
}

.half-image-section {
  float: left;
  background-image: url('../images/WHY-US.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.checklist-item {
  margin-bottom: -3px;
  padding-left: 37px;
  position: relative;
}

.half-content-section {
  float: right;
  background-color: #202020;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-image-section-2 {
  float: left;
  background-image: url('../images/Photo-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.half-image-section-2.right {
  float: right;
  background-image: url('../images/WHY-US.png');
}

.section-title-2 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.half-content-section-2 {
  float: right;
  background-color: #fff;
  width: 50%;
  height: 500px;
  padding: 90px;
}

.half-content-section-2.left {
  float: left;
  background-color: #202020;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.articel-align-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.portfolio-tabs-menu {
  text-align: center;
}

.portfolio-tab-button {
  color: #6f737a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
  transition: background-color .2s;
}

.portfolio-tab-button:hover {
  background-color: #0000001a;
}

.portfolio-tab-button.w--current {
  color: #fff;
  background-color: #1f6fff;
}

.portfolio-tab-pane {
  padding-top: 30px;
}

.empty-state {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.div-block-14 {
  color: #fff;
  align-self: stretch;
  margin-bottom: 16px;
  text-decoration: none;
}

.quick-stack-20 {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.cell-28 {
  justify-content: flex-start;
}

.section-15 {
  margin-top: 24px;
}

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

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(#111 48%, #0000);
  border-bottom: 1px #ffffff1a;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.dropdown-list.w--open {
  background-color: var(--gray-200);
  color: var(--white);
  border-radius: 0;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  border-width: 0;
  padding-left: 12px;
  padding-right: 30px;
  display: inline-block;
}

.nav-link.dropdown-toggle.light:hover {
  border-width: 0;
}

.nav-link.dropdown-toggle.light.language-switcher {
  background-color: #91919129;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-link.dropdown-toggle.light.button-round {
  background-image: none;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  display: flex;
}

.nav-link.light {
  color: var(--gray-500);
  border-width: 0;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.light:hover {
  color: var(--white);
  border-width: 0;
  border-color: #fff3;
}

.nav-link.light.w--current {
  color: var(--gray-500);
  text-align: left;
  border-color: #fff3;
}

.nav-link.light.w--current:hover, .nav-link.light.w--current:active, .nav-link.light.w--current:focus, .nav-link.light.w--current:visited {
  color: var(--white);
}

.nav-link.light.ar.w--current {
  text-align: left;
}

.nav-link.button-body {
  border-color: var(--white);
  color: var(--white);
  border-radius: 0;
  margin-top: -6px;
  margin-left: 24px;
  margin-right: 0;
  padding: 16px 20px;
}

.nav-link.button-body:hover {
  background-color: var(--white);
  color: var(--black);
}

.nav-menu-2 {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.logo-block {
  z-index: 10;
  flex-direction: row;
  justify-content: space-around;
  margin-right: 30px;
  display: flex;
}

.logo-2 {
  height: 46px;
  margin-top: 0;
}

.dropdown {
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 0;
}

.dropdown.lang {
  margin-left: 32px;
}

.dropdown-link-4 {
  background-color: var(--gray-200);
  color: var(--gray-500);
  text-align: left;
  padding: 12px 20px;
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link-4:hover {
  background-color: var(--gray-400);
  color: #fff;
}

.dropdown-link-4.w--current, .dropdown-link-4.w--current:hover {
  color: #fff;
}

.dropdown-link-4.w--current:focus, .dropdown-link-4.w--current:visited {
  color: var(--white);
}

.dropdown-link-4.ar {
  text-align: right;
}

.nav-menu-3 {
  margin-top: 4px;
  display: flex;
}

.nav-menu-3.ar {
  flex-flow: row-reverse;
  margin-right: auto;
}

.text-block-9 {
  text-transform: none;
}

.text-block-10 {
  text-transform: none;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

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

.link {
  color: #b9a5a5;
}

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

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

.language-2 {
  grid-column-gap: 14px;
  border-radius: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  opacity: .45;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  position: static;
}

.image-left {
  background-image: url('../images/White-label-post.png');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.image-left.turnkey {
  background-image: url('../images/Turnkey-Post.png');
}

.tags-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-1000005752 {
  grid-column-gap: 8px;
  background-color: #353a3b;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  letter-spacing: .34em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.section-16 {
  margin-bottom: 64px;
}

.quick-stack-21 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  padding: 0;
}

.cell-29 {
  justify-content: center;
  align-items: flex-start;
}

.cell-29.inside {
  justify-content: space-between;
  align-items: flex-start;
}

.cell-29.inside.ar {
  justify-content: space-between;
  align-items: flex-end;
}

.section-17 {
  margin-top: 32px;
}

.link-3 {
  color: #b9b9b9;
  -webkit-text-stroke-color: var(--white);
  max-width: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.link-3.w--current {
  color: var(--gray-500);
  font-size: 14px;
  text-decoration: none;
}

.link-3.w--current:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  text-decoration: none;
}

.link-3.w--current:active, .link-3.w--current:focus {
  color: var(--gray-500);
}

.link-3.w--current:focus-visible {
  color: var(--gray-500);
}

.link-3.w--current[data-wf-focus-visible], .link-3.w--current:visited {
  color: var(--gray-500);
}

.bold-text-2 {
  font-size: 14px;
  font-weight: 400;
}

.success-message-2 {
  background-color: var(--gray-100);
  color: #b6ff89;
  border-radius: 9px;
}

.text-block-11 {
  color: #96c999;
  text-align: left;
  font-size: 15px;
}

.error-message {
  background-color: var(--transparent);
  color: var(--gray-500);
  padding-left: 0;
}

.text-block-12 {
  color: #ff5b5b;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-2 {
  color: #abe814;
  margin-top: 32px;
  font-size: 24px;
}

.image-8 {
  color: var(--white);
  margin-right: 12px;
}

.button-2 {
  text-align: left;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: 500px;
  margin-right: 500px;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.cell-30 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-10 {
  height: 24px;
  margin-right: 12px;
}

.column {
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  background-image: none;
  border: 1px #000;
  height: auto;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 50%;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-13 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

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

.heading.clones {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 130px;
}

.footer-3 {
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-3.random {
  background-color: #080808;
  border-style: solid;
  border-color: #161616 #282729 #282729;
  height: 12%;
  display: block;
}

.paragraph-3 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.main-wrapper {
  width: 100%;
  height: 100vh;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: #161616;
  margin-right: 8px;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.round-button-2.right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 8px;
}

.section {
  background-color: #0000;
  border: 1px solid #080808;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.tip-control__name-2 {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-block-14 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

._wf-tips-link {
  color: #fbf9fc80;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.last {
  justify-content: flex-end;
}

.link-4 {
  color: #fbf9fc;
  font-weight: 500;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-6.footer {
  border-style: none;
  border-color: #080808;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.tip-control-2 {
  display: flex;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.logo-3 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-3.main {
  margin-bottom: 0;
  margin-right: 0;
}

.logo-3.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.ser {
  color: #fff;
  text-decoration: none;
  display: block;
}

.eh {
  margin-bottom: 16px;
}

.div-block-16 {
  padding-top: 137px;
}

.link-block-2 {
  color: var(--gray-500);
  vertical-align: baseline;
  margin-left: 0;
  display: inline-block;
}

.link-block-2.ar {
  margin-left: 0;
}

.link-block-3, .link-block-4, .link-block-5 {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .column {
    background-image: linear-gradient(#080808, #0000 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

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

  .heading.followers {
    font-size: 140px;
  }

  .heading.clones {
    text-align: center;
    font-size: 44px;
  }

  .heading.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .footer-3.random {
    border-top-color: #161616;
    height: 12%;
  }

  .section {
    height: 88%;
  }

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

@media screen and (min-width: 1920px) {
  .text-block {
    max-width: 480px;
  }

  .text-block.wide {
    max-width: none;
  }

  .hero-section {
    background-image: url('../images/BG.png');
    margin-top: -31px;
    padding-top: 279px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.map {
    margin-left: 1200px;
  }

  .container.text-centered {
    padding-top: 40px;
  }

  .quick-stack {
    padding-left: 0;
  }

  .cell {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .heading-2.centered {
    width: 340px;
  }

  .heading-2.contact-us {
    align-self: center;
  }

  .solution-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cell-2 {
    border-radius: 12px;
  }

  .text-block-2 {
    padding-bottom: 0;
  }

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

  .quick-stack-2 {
    padding-top: 32px;
  }

  .quick-stack-3 {
    align-self: auto;
  }

  .stats {
    background-position: 50%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .text-block-caps {
    text-align: left;
    align-self: flex-start;
  }

  .text-block-caps.contact-form {
    text-align: left;
  }

  .testimonials-table {
    margin-top: 12px;
  }

  .reviews-text {
    font-weight: 300;
  }

  .news-table {
    margin-top: 12px;
    padding-top: 0;
  }

  .section-2 {
    background-image: url('../images/MAP.png');
    background-position: 0 0;
    background-size: cover;
  }

  .footer-form-field {
    color: var(--white);
  }

  .footer-form-submit {
    background-color: #444;
  }

  .footer-divider-two {
    margin-top: 44px;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .map {
    padding-bottom: 296px;
  }

  .form-block {
    align-self: center;
  }

  .white-contact-form.centered {
    color: #fff;
    background-color: #191919;
  }

  .form-title.subtitle {
    margin-top: 32px;
    font-size: 12px;
    font-weight: 300;
  }

  .field.rounded {
    background-color: #272727;
  }

  .success-message {
    border-radius: 12px;
  }

  .contact-us {
    background-color: #1b1b1b;
    margin-bottom: 0;
  }

  .frame-1000005817 {
    margin-bottom: 100px;
  }

  .frame-1000005820 {
    margin-top: 40px;
  }

  .text-block-6 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 340px;
    max-width: 340px;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 340px;
    max-width: 340px;
    display: flex;
  }

  .container-centered {
    margin-bottom: 20px;
  }

  .container-centered.map {
    margin-left: 1200px;
  }

  .text-block-centered {
    color: var(--gray-500);
    max-width: 720px;
  }

  .text-block-centered.text-block-caps {
    align-self: center;
    max-width: none;
    margin-bottom: 24px;
  }

  .div-block-2 {
    margin-bottom: 64px;
  }

  .button-body {
    text-align: center;
    vertical-align: baseline;
    border-radius: 40px;
    align-self: center;
    margin-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pages-cover---services {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 122px;
  }

  .pages-cover---contacts {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 123px;
  }

  .pages-cover---products, .pages-cover---news, .pages-cover---solutions {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .turnkey-bg {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-6 {
    align-self: flex-start;
  }

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

  .cell-13 {
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pages-cover---about-us {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .frame-1000005789 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .white-label-wiget {
    height: 64px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pages-cover-small---product-one {
    background-image: url('../images/Mramor-BG.png');
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .section-11 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-12 {
    font-size: 20px;
    font-weight: 300;
  }

  .recent-posts {
    align-self: stretch;
  }

  .image-3 {
    border-radius: 80px;
  }

  .div-block-9 {
    flex-direction: row;
    display: flex;
  }

  .heading-13 {
    padding-left: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .pages-cover---testimonials {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .h2 {
    margin-bottom: 0;
  }

  .h2.contact-us {
    margin-bottom: 24px;
  }

  .h5 {
    align-self: flex-start;
    margin-top: 0;
  }

  .turkey {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-image: linear-gradient(#4c4340d6, #4c4340d6);
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    padding: 20px 24px;
  }

  .quick-stack-15 {
    margin-top: 0;
  }

  .contact-us-form.contact-1 {
    background-image: linear-gradient(#0a0a0ade, #0a0a0ade), url('../images/Photo-4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-2 {
    height: 48px;
    margin-top: 0;
  }

  .cell-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading-1 {
    margin-top: 120px;
    font-size: 44px;
    line-height: 56px;
  }

  .text-block {
    align-self: auto;
    max-width: 450px;
    margin-bottom: 0;
  }

  .hero-section {
    background-position: 50% 100%;
    margin-top: -99px;
    padding-top: 200px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.right {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .container.text-centered {
    align-self: center;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quick-stack.container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2.centered {
    text-align: left;
    font-weight: 400;
  }

  .heading-2.text-centered {
    justify-content: center;
    align-items: flex-start;
  }

  .two-solutions {
    display: block;
  }

  .solution-card {
    border-radius: 8px;
  }

  .txt {
    margin-top: -130px;
    padding-left: 20px;
    position: static;
  }

  .vectors-wrapper-4 {
    width: 52px;
    height: 52px;
  }

  ._90698-1 {
    border-radius: 6px;
    height: 250px;
  }

  .vectors-wrapper-9 {
    border-radius: 6px;
    justify-content: center;
    height: 250px;
  }

  .text-8 {
    font-size: 24px;
    line-height: 32px;
  }

  .vectors-wrapper-10 {
    width: 52px;
    height: 52px;
  }

  .vectors-wrapper-11 {
    align-self: stretch;
    height: 280px;
  }

  .txt-2 {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    max-width: 290px;
    margin-top: -100px;
    padding-top: 0;
    left: 24px;
  }

  .text-10 {
    max-width: 260px;
    font-size: 14px;
    line-height: 20px;
  }

  .vectors-wrapper-12 {
    width: 48px;
    height: 44px;
    top: 24px;
    left: 24px;
  }

  ._90698-2 {
    height: 280px;
  }

  .vectors-wrapper-13 {
    width: 44px;
    height: 44px;
  }

  .quick-stack-3 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .stats {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-caps {
    margin-top: 0;
    font-size: 9px;
  }

  .review-1 {
    margin-bottom: 32px;
  }

  .reviews-text {
    font-size: 16px;
    line-height: 26px;
  }

  .cell-3 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .news-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .cell-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .news-one {
    margin-top: 44px;
  }

  .news-text {
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .map {
    background-position: 0 0;
    background-repeat: repeat;
    padding-top: 476px;
    padding-bottom: 11px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .white-contact-form.centered {
    width: 90%;
  }

  .text-column-title {
    font-size: 13px;
  }

  .map-marker._2 {
    top: 146px;
    left: 296px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-6 {
    padding: 45px;
  }

  .worldmap-left-wrapper {
    width: 670px;
    top: 27px;
    left: -101px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .text-block-5 {
    text-align: left;
    font-size: 16px;
  }

  .container-centered {
    margin-bottom: 32px;
    padding-bottom: 10px;
  }

  .container-centered.right {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .text-block-centered {
    max-width: 570px;
  }

  .text-block-centered.text-block-caps {
    margin-bottom: 0;
  }

  .div-block-2 {
    margin-bottom: 56px;
  }

  .button-body {
    align-self: auto;
  }

  .heading-10 {
    font-size: 32px;
  }

  .heading-10.heading-1 {
    margin-top: 0;
    font-size: 44px;
  }

  .pages-cover---services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-9 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .pages-cover---contacts, .pages-cover---products, .pages-cover---news, .pages-cover---solutions {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-label-bg {
    flex-flow: column;
    display: flex;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 32px;
    margin-right: 33px;
  }

  .flex-block {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .frame-1000005754 {
    align-self: stretch;
  }

  .cell-10 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .cell-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pages-cover---about-us {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-label-wiget {
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .vectors-wrapper-32 {
    width: 28px;
    height: 28px;
  }

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

  .cell-17 {
    display: none;
  }

  .pages-cover-small---product-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cover---2-level {
    margin-top: 108px;
  }

  .quick-stack-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .recent-posts-column {
    justify-content: flex-start;
    align-items: stretch;
    display: none;
  }

  .post-img {
    align-self: stretch;
  }

  .div-block-11 {
    align-self: flex-start;
  }

  .slider {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
    justify-content: space-between;
    display: flex;
  }

  .related-posts {
    padding-bottom: 44px;
  }

  .pages-cover---testimonials {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-cards-2 {
    align-self: stretch;
    width: 334px;
  }

  .text-31 {
    align-self: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .text-32 {
    align-self: auto;
  }

  .text-block-8 {
    align-self: auto;
    width: auto;
  }

  .reviews-column-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: stretch;
  }

  .testimonials-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -373px;
    display: flex;
  }

  .h1 {
    width: 470px;
    padding-top: 200px;
  }

  .h1.text-centered {
    padding-top: 0;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .h2.text-centered {
    margin-bottom: 16px;
  }

  .h3 {
    align-self: flex-start;
    width: auto;
  }

  .h5 {
    align-self: flex-start;
    font-size: 20px;
  }

  .b2.centered {
    width: 640px;
  }

  .turkey {
    padding: 12px 24px;
  }

  .testimonials-card {
    align-self: stretch;
    width: 334px;
  }

  .cell-20 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .button-round {
    flex: 0 auto;
    align-self: stretch;
    line-height: 16px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .contact-us-form {
    padding: 140px 45px 60px;
  }

  .contact-us-form.contact-1 {
    padding-top: 110px;
  }

  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .half-image-section {
    height: 470px;
  }

  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }

  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-image-section-2 {
    height: 470px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .half-content-section-2 {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }

  .half-content-section-2.left {
    background-color: #1d1d1d;
  }

  .articel-align-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cell-23, .cell-25 {
    display: none;
  }

  .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cell-26, .cell-27 {
    display: none;
  }

  .quick-stack-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle.light {
    padding-left: 32px;
  }

  .nav-link.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 35px;
  }

  .nav-link.light:hover {
    background-color: var(--gray-400);
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--gray-200);
    border-radius: 0;
    margin-top: 0;
  }

  .transparant-menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000001a;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: #0000004d;
  }

  .transparant-menu-button.w--open {
    background-color: var(--transparent);
  }

  .logo-2 {
    margin-top: 0;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-link-4 {
    padding-left: 44px;
  }

  .nav-menu-3 {
    background-color: var(--gray-200);
  }

  .text-block-9, .text-block-10 {
    color: var(--gray-500);
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-right: 8px;
  }

  .tip-control__name-2 {
    margin-right: 0;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    display: block;
  }

  .container-6 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container-6.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-3 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 44px;
    line-height: 52px;
  }

  .text-block {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-section {
    margin-top: -326px;
    padding-top: 431px;
    padding-bottom: 18px;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    max-width: 568px;
    padding: 16px 20px;
  }

  .container.right {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    padding-top: 158px;
    padding-left: 0;
  }

  .container.text-centered {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2.centered {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 300;
  }

  .heading-2.contact-us {
    margin-top: 44px;
    font-size: 32px;
  }

  .heading-2.text-centered {
    height: 82px;
    font-size: 32px;
  }

  .two-items {
    grid-column-gap: 20px;
  }

  .vectors-wrapper-11 {
    border-radius: 8px;
    height: 250px;
  }

  .txt-2 {
    padding-right: 24px;
  }

  ._90698-2 {
    border-radius: 8px;
    height: 250px;
  }

  .stats {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .text-block-caps {
    line-height: 16px;
  }

  .testimonials-table {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .review-1 {
    flex-flow: column;
    align-self: stretch;
    width: auto;
    max-width: none;
  }

  .reviews-text {
    align-self: stretch;
    align-items: stretch;
    width: 240px;
    max-width: 420px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .txt-4 {
    align-self: stretch;
    width: auto;
    max-width: none;
  }

  .txt-5 {
    width: auto;
    max-width: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .news {
    margin-top: 0;
  }

  .map {
    padding-top: 93px;
  }

  .heading-8, .text-block-4 {
    text-align: center;
  }

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    height: 165%;
    margin-bottom: -245px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .map-marker {
    top: 101px;
    left: 48px;
  }

  .map-marker._2 {
    top: 83px;
    left: 195px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding: 25px;
  }

  .worldmap-left-wrapper {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

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

  .heading-9 {
    line-height: 56px;
  }

  .container-centered {
    margin-bottom: 24px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-centered.right {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    padding-top: 158px;
    padding-left: 0;
  }

  .text-block-centered {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
  }

  .text-block-centered.text-block-caps {
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-body {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    padding: 16px 24px;
  }

  .heading-10 {
    font-size: 28px;
  }

  .heading-10.heading-1 {
    font-size: 32px;
  }

  .pages-cover---services {
    margin-top: 92px;
    padding-top: 40px;
  }

  .quick-stack-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pages-cover---contacts {
    height: 220px;
    padding-top: 0;
  }

  .pages-cover---products {
    justify-content: center;
    align-items: center;
    height: 220px;
    margin-top: 92px;
    padding-top: 0;
    display: flex;
  }

  .pages-cover---news {
    height: 220px;
    padding-top: 0;
  }

  .pages-cover---solutions {
    justify-content: flex-start;
    height: 220px;
    padding-top: 0;
  }

  .white-label-bg {
    flex-flow: column;
  }

  .div-block-6 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .tags {
    order: 0;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
  }

  .tag-one {
    padding: 2px 8px;
    font-size: 10px;
  }

  .text-27 {
    flex: 1;
    justify-content: space-around;
    align-self: auto;
    font-weight: 300;
  }

  .flex-block {
    margin-top: 0;
  }

  .frame-1000005754 {
    width: auto;
  }

  .pages-cover---about-us {
    height: 220px;
    margin-top: 92px;
    padding-top: 0;
  }

  .frame-1000005789 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .vectors-wrapper-29 {
    height: 64px;
  }

  .white-label-wiget {
    align-self: flex-start;
  }

  .cell-15, .cell-16 {
    display: none;
  }

  .pages-cover-small---product-one {
    padding-top: 20px;
  }

  .cover---2-level {
    height: 100px;
    margin-top: 92px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .recent-posts {
    order: -1;
    align-self: flex-start;
    width: auto;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-9 {
    align-self: center;
    width: 64px;
  }

  .recent-posts-column {
    justify-content: space-around;
    align-items: flex-start;
    display: none;
  }

  .post-img {
    flex: 1;
    order: 0;
    align-self: center;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-4 {
    flex: 0 auto;
    align-self: auto;
  }

  .cell-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lines-bg {
    margin-bottom: -300px;
  }

  .products-cards-2 {
    width: 254px;
  }

  .testimonials-section {
    margin-top: -347px;
  }

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

  .h1 {
    padding-top: 44px;
    font-size: 44px;
    line-height: 52px;
  }

  .h2 {
    text-align: left;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 44px;
  }

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

  .h3 {
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 24px;
  }

  .h4 {
    font-size: 20px;
  }

  .h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .b2 {
    order: 0;
    align-self: auto;
    font-size: 14px;
  }

  .b2.centered {
    align-self: center;
    width: 480px;
    font-size: 14px;
  }

  .b1 {
    font-size: 16px;
  }

  .cell-19 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-14 {
    max-width: 568px;
  }

  .testimonials-card {
    width: 254px;
  }

  .h6 {
    max-width: 250px;
  }

  .button-round {
    align-self: center;
  }

  .cell-21 {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-us-form {
    padding: 110px 25px 40px;
  }

  .contact-us-form.contact-1 {
    padding-top: 90px;
  }

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

  .content-section-block.left {
    float: none;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .half-image-section {
    width: 100%;
    height: 250px;
  }

  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-image-section-2 {
    width: 100%;
    height: 250px;
  }

  .half-image-section-2.right {
    float: right;
    clear: left;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .half-content-section-2 {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .half-content-section-2.left {
    border: 1px solid var(--transparent);
    direction: ltr;
    -webkit-text-stroke-color: var(--transparent);
    overflow-wrap: normal;
  }

  .cell-23 {
    padding-left: 6px;
    padding-right: 6px;
    display: none;
  }

  .cell-24 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .cell-25 {
    display: none;
  }

  .portfolio-tab-button {
    text-align: center;
    border: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-tab-pane {
    padding-top: 20px;
  }

  .portfolio-item {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-26, .cell-27 {
    display: none;
  }

  .quick-stack-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .nav-link.light {
    padding-left: 32px;
    padding-right: 25px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .logo-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .logo-2 {
    flex: 0 auto;
    align-self: auto;
    height: 40px;
    margin-top: 0;
  }

  .dropdown-link-4 {
    padding-left: 44px;
  }

  .nav-menu-3 {
    background-color: var(--gray-100);
  }

  .text-block-9, .text-block-10 {
    color: var(--gray-500);
  }

  .cell-30 {
    justify-content: flex-start;
    align-items: center;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .heading, .heading.tips {
    font-size: 100px;
  }

  .footer-3.random {
    border-bottom-color: #080808;
    height: 32%;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .button-wrapper {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-bottom: 0;
  }

  .section {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .tip-control__name-2 {
    justify-content: space-between;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .container-6 {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-6.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .logo-3 {
    margin-right: 0;
  }

  .logo-3.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo-3.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    max-width: 280px;
    margin-top: 100px;
    font-size: 32px;
    line-height: 40px;
  }

  .text-block {
    color: var(--gray-500);
    align-self: flex-start;
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-section {
    background-position: 40% 80%;
    margin-top: -333px;
    margin-bottom: 4px;
    padding-top: 390px;
    padding-bottom: 28px;
    padding-left: 0;
  }

  .container {
    align-self: center;
    display: block;
  }

  .container.right {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.text-centered {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }

  .nav-link-14 {
    padding-bottom: 0;
  }

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

  .logo {
    max-width: 80%;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-cards {
    height: 82px;
    padding: 6px 10px 4px;
  }

  .vectors-wrapper {
    width: 24px;
    height: 24px;
    margin-bottom: -38px;
    padding-bottom: 0;
  }

  .text {
    font-size: 12px;
    line-height: 18px;
  }

  .vectors-wrapper-2 {
    width: 24px;
    height: 24px;
    margin-bottom: -38px;
  }

  .cell {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-2.centered {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
  }

  .heading-2.contact-us {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .white-label {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 250px;
  }

  .white-label.fef {
    background-position: 50%;
    height: 250px;
  }

  .solution-card {
    border-radius: 8px;
  }

  .text-8 {
    font-size: 22px;
    font-weight: 300;
  }

  .cell-2 {
    border-radius: 12px;
  }

  .text-block-2 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .image {
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 16px;
  }

  .two-items {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .vectors-wrapper-11 {
    border-radius: 8px;
    flex: 1;
    height: 200px;
    margin-bottom: 24px;
  }

  ._90698-2 {
    border-radius: 8px;
  }

  .quick-stack-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stats {
    margin-bottom: 44px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .quick-stack-4 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .services-image {
    margin-bottom: 12px;
  }

  .text-block-caps {
    align-self: stretch;
    margin-top: 6px;
    font-size: 11px;
  }

  .text-block-caps.text-centered {
    text-align: center;
    line-height: 16px;
  }

  .reviews-text {
    width: auto;
  }

  .news-table {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 12px;
  }

  .cell-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .news-one {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 0;
  }

  .image-2 {
    align-self: stretch;
  }

  .news-text {
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .cell-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .white-contact-form.centered {
    width: 100%;
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .field.rounded {
    height: 44px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .dark-field.area {
    height: 98px;
  }

  .map-marker {
    top: 56px;
    left: 24px;
  }

  .map-marker._2 {
    top: 53px;
    left: 115px;
  }

  .section-6 {
    padding: 25px;
  }

  .worldmap-left-wrapper {
    width: 260px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 14px;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-centered {
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-centered.right {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-centered {
    align-self: flex-start;
    max-width: none;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-centered.text-block-caps {
    font-size: 10px;
  }

  .button-body {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    padding: 6px 8px;
    font-size: 12px;
    display: flex;
  }

  .heading-10 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-10.heading-1 {
    margin-top: 40px;
    font-size: 24px;
  }

  .pages-cover---services {
    margin-top: 72px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .services {
    padding-bottom: 0;
  }

  .pages-cover---contacts {
    height: 240px;
    margin-top: 72px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .pages-cover---products {
    height: 240px;
    margin-top: 72px;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .pages-cover---news {
    height: 240px;
    margin-top: 72px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .pages-cover---solutions {
    height: 240px;
    margin-top: 72px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .div-block-6 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex: 0 auto;
    order: 0;
    margin: 20px;
  }

  .frame-1000005823 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .heading-11 {
    clear: none;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .tags {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
  }

  .text-27 {
    font-size: 10px;
  }

  .flex-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .frame-1000005754 {
    margin-right: 20px;
    padding-right: 20px;
  }

  .text-28 {
    width: auto;
    font-size: 9px;
  }

  .cell-10 {
    padding-bottom: 0;
  }

  .pages-cover---about-us {
    height: 240px;
    margin-top: 72px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .vectors-wrapper-30 {
    align-self: center;
    width: 24px;
    height: 24px;
    display: block;
  }

  .white-label-wiget {
    flex: 0 auto;
    height: 48px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
  }

  .text-30 {
    align-self: auto;
    font-size: 16px;
  }

  .pages-cover-small---product-one {
    margin-bottom: 24px;
  }

  .cover---2-level {
    height: 100px;
    margin-top: 90px;
  }

  .post-img {
    flex: none;
    order: -1;
    align-self: stretch;
    max-width: none;
    display: block;
  }

  .quick-stack-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

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

  .related-posts {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .pages-cover---testimonials {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .lines-bg {
    height: 200px;
    margin-top: -107px;
    margin-bottom: 0;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .products-cards-2 {
    width: auto;
  }

  .testimonials-section {
    margin-top: -131px;
  }

  .h1 {
    width: 300px;
    margin-top: 44px;
    font-size: 32px;
    line-height: 44px;
  }

  .h2 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .h2.text-centered {
    text-align: center;
    font-size: 24px;
  }

  .h3 {
    padding-top: 0;
  }

  .h3.text-centered {
    text-align: center;
    line-height: 32px;
  }

  .h4 {
    align-self: flex-start;
    font-size: 20px;
  }

  .h5 {
    font-size: 20px;
  }

  .b2 {
    text-align: left;
    align-self: flex-start;
    font-size: 12px;
    line-height: 20px;
  }

  .b2.centered {
    width: 280px;
    margin-top: 8px;
    font-size: 12px;
  }

  .b2.short-width {
    width: auto;
    line-height: 20px;
  }

  .b1 {
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .b1.short {
    width: auto;
    line-height: 20px;
  }

  .turkey {
    height: 48px;
    padding: 4px 24px;
    display: flex;
  }

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

  .section-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .testimonials-card {
    width: auto;
  }

  .image-7 {
    padding-bottom: 8px;
  }

  .button-round {
    text-align: center;
    align-self: stretch;
  }

  .quick-stack-17 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cell-22 {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-us-form {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .contact-us-form.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

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

  .quick-stack-18 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-bottom: 10px;
  }

  .intro-paragraph {
    line-height: 23px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .block-section-wrapper {
    border: 1px solid var(--transparent);
  }

  .half-image-section-2.right {
    display: block;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .product-image {
    align-self: auto;
  }

  .articel-align-right {
    display: flex;
  }

  .quick-stack-20 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-link.dropdown-toggle.light.button-round {
    width: 92%;
    margin-top: 16px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 6px;
    padding-right: 0;
  }

  .nav-link.light {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-link.light.button-body {
    text-align: left;
    font-size: 13px;
  }

  .nav-link.button-body {
    flex: 0 auto;
    justify-content: center;
    width: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo-2 {
    height: 36px;
    margin-top: 0;
  }

  .dropdown-link-4 {
    padding-left: 44px;
  }

  .nav-menu-3 {
    background-color: var(--gray-100);
  }

  .text-block-9, .text-block-10 {
    color: var(--gray-500);
  }

  .image-left {
    background-position: 50%;
  }

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

  .image-10 {
    height: 16px;
    margin-right: 8px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

  .heading, .heading.tips {
    font-size: 80px;
  }

  .footer-3.random {
    border-top-style: solid;
    height: 20vh;
    position: static;
    overflow: visible;
  }

  .paragraph-3 {
    text-align: left;
    padding-right: 0;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper {
    flex: 0 auto;
    justify-content: space-around;
    display: flex;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .button-5.secondary {
    flex: 0 auto;
  }

  .round-button-2.right {
    display: block;
  }

  .section {
    height: 72%;
    overflow: auto;
  }

  .tip-control__name-2 {
    justify-content: center;
    margin-bottom: 0;
  }

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

  ._wf-tips-link {
    display: none;
  }

  .col {
    text-align: center;
    width: 100%;
  }

  .col._3-col {
    flex-direction: column-reverse;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-6.footer {
    border-top-style: solid;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    position: fixed;
  }

  .tip-control-2 {
    align-items: center;
    display: flex;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-3 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-3.main {
    display: none;
  }

  .logo-3.mobile {
    float: none;
    clear: none;
    display: block;
  }
}

#w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0688796d-b662-e5c6-3786-f4045227d377-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_376b0343-498c-9ec3-77e8-7f66c27ef838-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

#w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6cbdc21c-7dfc-04ee-f73e-a2dc3ce33fdb-9ef7bc64 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-9ef7bc64, #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-9ef7bc64, #w-node-_23dd7995-8744-c29a-2358-629775000948-9ef7bc64, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-9ef7bc64 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b59f98af-6868-92c9-3a78-023b3ab3ee29-3ab3ee23 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-2820d137 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-70c842bc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b4-39c289cf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-39c289cf, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-39c289cf, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-39c289cf, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-39c289cf {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_680f1f01-3db7-323a-acd3-9cc9d65ec388-140a63b6, #w-node-_24f20be2-ba6e-c022-0fd0-bbb891f3c5cf-140a63b6, #w-node-b4f42a97-c1b1-48f8-43df-2a2482d44c5e-9290bbdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-9290bbdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6320e959-42fd-3723-64b0-37322aec9d40-4dc5eb8a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  display: grid;
}

#w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-4dc5eb8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-d32e6fd0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-4438a99c, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-09e02960, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-a25bfafe, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-e8959af5, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-85ad7d47, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-898b2a25, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-6fcf76c8, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-9d63fbb2, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-5ef7d693, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-b38218cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-780818cc, #w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-489718db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0688796d-b662-e5c6-3786-f4045227d377-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_376b0343-498c-9ec3-77e8-7f66c27ef838-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6cbdc21c-7dfc-04ee-f73e-a2dc3ce33fdb-ba9fe09e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-ba9fe09e, #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-ba9fe09e, #w-node-_23dd7995-8744-c29a-2358-629775000948-ba9fe09e, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-ba9fe09e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e5400633-fa3f-b3b2-b9d5-6ea142620f91-42620f8b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-8f1c1925 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-897ae1c9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b4-8f67a340 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-8f67a340, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-8f67a340, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-8f67a340, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-8f67a340 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_680f1f01-3db7-323a-acd3-9cc9d65ec388-512618d6, #w-node-_24f20be2-ba6e-c022-0fd0-bbb891f3c5cf-512618d6, #w-node-b4f42a97-c1b1-48f8-43df-2a2482d44c5e-fc2c99d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-fc2c99d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6320e959-42fd-3723-64b0-37322aec9d40-008dc7fd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  display: grid;
}

#w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-008dc7fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-6716993e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-9086a227, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-dadc29df, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-1b287290, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-912af540, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-99751202, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-4bc04abb, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-f5ea73a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-50cce87b, #w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-2f077439 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-8f1e96d8, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f6dac3af, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f4a46106 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_0688796d-b662-e5c6-3786-f4045227d377-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_376b0343-498c-9ec3-77e8-7f66c27ef838-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr .5fr;
  }

  #w-node-_376b0343-498c-9ec3-77e8-7f66c27ef83c-9ef7bc64 {
    order: 0;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr .5fr;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1c-9ef7bc64 {
    order: 0;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-70c842bc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0688796d-b662-e5c6-3786-f4045227d377-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_376b0343-498c-9ec3-77e8-7f66c27ef838-ba9fe09e, #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr .5fr;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-897ae1c9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0688796d-b662-e5c6-3786-f4045227d377-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr 1fr;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6cbdc21c-7dfc-04ee-f73e-a2dc3ce33fdb-9ef7bc64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-9ef7bc64, #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-9ef7bc64, #w-node-_23dd7995-8744-c29a-2358-629775000948-9ef7bc64, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-2820d137 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-70c842bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b4-39c289cf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-39c289cf, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-39c289cf, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-39c289cf, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-39c289cf {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_24f20be2-ba6e-c022-0fd0-bbb891f3c5cf-140a63b6, #w-node-b4f42a97-c1b1-48f8-43df-2a2482d44c5e-9290bbdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-9290bbdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_227aeb49-9391-0672-e79a-2bb38754b96f-4dc5eb8a {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113ace-4dc5eb8a, #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-4dc5eb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-4438a99c, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-09e02960, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-a25bfafe, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-e8959af5, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-85ad7d47, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-898b2a25, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-6fcf76c8, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-9d63fbb2, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-5ef7d693, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-b38218cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-780818cc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0688796d-b662-e5c6-3786-f4045227d377-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 4.75fr 1fr;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6cbdc21c-7dfc-04ee-f73e-a2dc3ce33fdb-ba9fe09e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-ba9fe09e, #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-ba9fe09e, #w-node-_23dd7995-8744-c29a-2358-629775000948-ba9fe09e, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-8f1c1925 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-897ae1c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b4-8f67a340 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-8f67a340, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-8f67a340, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-8f67a340, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-8f67a340 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_24f20be2-ba6e-c022-0fd0-bbb891f3c5cf-512618d6, #w-node-b4f42a97-c1b1-48f8-43df-2a2482d44c5e-fc2c99d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-fc2c99d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_227aeb49-9391-0672-e79a-2bb38754b96f-008dc7fd {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113ace-008dc7fd, #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-008dc7fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-9086a227, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-dadc29df, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-1b287290, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-912af540, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-99751202, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-4bc04abb, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-f5ea73a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9da0e3cc-eeb6-527a-b760-750f98d7bd31-50cce87b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-8f1e96d8, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f6dac3af, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f4a46106 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-9ef7bc64, #w-node-_0688796d-b662-e5c6-3786-f4045227d377-9ef7bc64, #w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 4.5fr 2fr;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-b59f98af-6868-92c9-3a78-023b3ab3ee29-3ab3ee23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-2820d137 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-70c842bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_54fa74dc-5d91-eb6f-35ed-fd367ecc0687-70c842bc {
    order: 0;
  }

  #w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-9290bbdc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-_5cbf1acf-b4f9-fcdc-3b0c-1a0556951365-4dc5eb8a {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-4dc5eb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-d32e6fd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc94-d32e6fd0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-4438a99c, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-09e02960 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-09e02960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-a25bfafe, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-e8959af5, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-85ad7d47, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-898b2a25, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-6fcf76c8, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-9d63fbb2, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-5ef7d693 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-5ef7d693 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-b38218cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-b38218cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-ba9fe09e, #w-node-_0688796d-b662-e5c6-3786-f4045227d377-ba9fe09e, #w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5a20215a-3359-0a67-d7a7-0d63e4467f1a-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 4.5fr 2fr;
  }

  #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-e5400633-fa3f-b3b2-b9d5-6ea142620f91-42620f8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-8f1c1925 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-897ae1c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_54fa74dc-5d91-eb6f-35ed-fd367ecc0687-897ae1c9 {
    order: 0;
  }

  #w-node-_1c14c008-6d59-bd94-a418-759dab6b681a-fc2c99d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-_5cbf1acf-b4f9-fcdc-3b0c-1a0556951365-008dc7fd {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-008dc7fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-6716993e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc94-6716993e {
    grid-column: span 2 / span 2;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-9086a227, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-dadc29df, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-1b287290, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-912af540, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-99751202, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-4bc04abb, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-f5ea73a1, #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-8f1e96d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-8f1e96d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f6dac3af {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-f6dac3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f4a46106 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-f4a46106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-9ef7bc64, #w-node-_0688796d-b662-e5c6-3786-f4045227d377-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-9ef7bc64, #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad8-9ef7bc64, #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad9-9ef7bc64 {
    order: -9999;
  }

  #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-9ef7bc64, #w-node-_23dd7995-8744-c29a-2358-629775000948-9ef7bc64, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-9ef7bc64 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-b59f98af-6868-92c9-3a78-023b3ab3ee29-3ab3ee23, #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-2820d137 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-70c842bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-39c289cf {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b7-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b9-39c289cf {
    order: -9999;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-39c289cf, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-39c289cf, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-39c289cf, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-39c289cf, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-39c289cf {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_680f1f01-3db7-323a-acd3-9cc9d65ec388-140a63b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 320px);
  }

  #w-node-_227aeb49-9391-0672-e79a-2bb38754b96f-4dc5eb8a {
    order: -9999;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-4dc5eb8a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113ace-4dc5eb8a, #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-4dc5eb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-d32e6fd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-4438a99c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-09e02960 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-09e02960, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-09e02960 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-a25bfafe, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-e8959af5, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-85ad7d47, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-898b2a25, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-6fcf76c8, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-9d63fbb2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-5ef7d693 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-5ef7d693, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-5ef7d693 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-b38218cd {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-b38218cd, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-b38218cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db794e2f-d425-8d09-31c1-aa51b6aacdfe-ba9fe09e, #w-node-_0688796d-b662-e5c6-3786-f4045227d377-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0b1b0280-57b6-39a9-00c4-98b8a27c98af-ba9fe09e, #w-node-_861fe814-ee4f-560f-2a52-b4266c32b25c-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad7-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad8-ba9fe09e, #w-node-_3e261fe4-065a-3a42-044c-28f01ce36ad9-ba9fe09e {
    order: -9999;
  }

  #w-node-_1f819511-43aa-2e96-2bb3-1676f160de06-ba9fe09e, #w-node-_23dd7995-8744-c29a-2358-629775000948-ba9fe09e, #w-node-_05c08bd7-3418-5ca2-2e8a-ef52e71aeb26-ba9fe09e {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-e5400633-fa3f-b3b2-b9d5-6ea142620f91-42620f8b, #w-node-_9c710db3-bd64-3d1e-8f92-78d3d91e1350-8f1c1925 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47cd3ee6-40e7-a46e-6bb4-729d13fbba0b-897ae1c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b6-8f67a340 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b7-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5b9-8f67a340 {
    order: -9999;
  }

  #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5c1-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5cc-8f67a340, #w-node-_2cb961dc-5d2b-4f7a-3958-ee855ec9f5d7-8f67a340, #w-node-_47c2441f-4a3d-a1b8-521b-eaf753896489-8f67a340, #w-node-c846823a-3d72-df5b-2dd3-1276f080b3a7-8f67a340, #w-node-f28cbbf7-311b-1039-d479-5c81a0cda18c-8f67a340 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_680f1f01-3db7-323a-acd3-9cc9d65ec388-512618d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6320e959-42fd-3723-64b0-37322aec9d40-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 320px);
  }

  #w-node-_227aeb49-9391-0672-e79a-2bb38754b96f-008dc7fd {
    order: -9999;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113abf-008dc7fd {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_16b1996e-3d27-adff-0fea-fa049b113ace-008dc7fd, #w-node-_16b1996e-3d27-adff-0fea-fa049b113acf-008dc7fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cc6aca3-56ef-6ada-8155-56b24c82cc93-6716993e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-9086a227, #w-node-_8904f019-c2ec-f869-b95b-b4025a9f1acd-dadc29df, #w-node-_1c2dcc4e-9087-c15e-83a0-740b39cf00e8-1b287290, #w-node-_4a6dff61-0949-b391-cbed-75e6b6984b73-912af540, #w-node-fa0a0448-bb46-f652-835a-5c46c8c9caac-99751202, #w-node-_30646717-1016-f7dc-65a5-4d81d4366732-4bc04abb, #w-node-_391eb2c8-66c1-0d55-69d4-8eac885ceab5-f5ea73a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-8f1e96d8 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-8f1e96d8, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-8f1e96d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f6dac3af {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-f6dac3af, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-f6dac3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dee5ee80-29b7-707b-19f1-ddf0cbb5cdea-f4a46106 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_3c5b4685-4d0a-a471-e0c2-94921991b2d8-f4a46106, #w-node-_8dbe1ccb-9a1d-da26-783b-e40386c80ed1-f4a46106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}