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

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

@font-face {
  font-family: Yekanbakhfanum;
  src: url('../fonts/YekanBakhFaNum-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary: #a84d2c;
}

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

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

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

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

body {
  color: #333;
  text-align: right;
  direction: rtl;
  background-color: #fcf6e9;
  font-family: Yekanbakhfanum, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 800;
  line-height: 176px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  color: #000;
}

li:hover {
  color: var(--primary);
}

.header-section {
  z-index: 3;
  grid-row-gap: 0px;
  background-color: #a84d2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.logo-wrapper {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-wrapper.is-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
}

.logo {
  object-fit: cover;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.header-cta-wrapper {
  grid-column-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.united-states {
  object-fit: cover;
  overflow: hidden;
}

.header-cta-text {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
}

.menu-wrapper {
  grid-column-gap: 5px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow, .menu {
  object-fit: cover;
}

.popup-menu-wrapper {
  z-index: 2;
  background-color: #f0d18f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, -100vh);
}

.popup-menu {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
}

.menu-items-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.menu-item-wrapper {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-item-wrapper:hover, .menu-item-wrapper.active {
  color: var(--primary);
}

.h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.menu-item {
  font-size: 100px;
  font-weight: 600;
  line-height: 130%;
}

.menu-images-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-image {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.menu-image.image-one {
  opacity: 1;
  background-image: none;
  width: 100%;
  max-width: 451px;
  height: auto;
}

.menu-image.image-two {
  background-image: none;
  width: auto;
  max-width: 514px;
  height: auto;
}

.menu-image.image-three {
  background-image: none;
  width: auto;
  max-width: 550px;
  height: auto;
}

.menu-image.image-four {
  max-width: 708px;
}

.promo-image {
  width: 100%;
  max-width: 22.375rem;
  position: absolute;
}

.promo-image.image-2 {
  z-index: 2;
}

.promo-image.image-4 {
  z-index: 4;
}

.promo-image.image-1 {
  z-index: 1;
}

.promo-image.image-3 {
  z-index: 3;
}

.hero-images-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  z-index: 1;
  background-color: #faefd7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-contents {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: var(--primary);
  text-align: center;
}

.hero-description {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}

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

.button-group {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tertiary-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

.secondary-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.secondary-button-wrapper.is-white {
  border-color: #fff;
}

.promo-heading-right {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 135%;
  display: flex;
}

.promo-section {
  width: 100%;
  margin-top: 181px;
  margin-bottom: 0;
  overflow: hidden;
}

.promo-heading-center {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  line-height: 135%;
  display: flex;
}

.text-color {
  color: var(--primary);
}

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

.promo-section-contens-version-two {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.promo-heading-left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  line-height: 135%;
  display: flex;
}

.section-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.section-title-wrapper.is-white {
  color: #fff;
}

.section-title-wrapper.is-black {
  color: #000;
}

.image-one {
  background-image: url('../images/promo-image-1_1promo image 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 83px;
  height: 75px;
}

.image-two {
  background-image: url('../images/promo-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 203px;
  height: 68px;
}

.image-three {
  background-image: url('../images/promo-image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 172px;
  height: 68px;
}

.promo-heading {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 135%;
}

.core-product-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-header-contents-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-header-contents {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  text-decoration: none;
  display: flex;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.caption {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.text-color-2 {
  color: #9c9c9c;
}

.primary-button {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0073ff;
  border: 2px solid #bdd9ff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button-text {
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.section-description-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: right;
  font-size: 18px;
  line-height: 170%;
}

.paragraph.text-white {
  color: #fff;
}

.main-wrapper {
  width: 100%;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.full-image._1 {
  object-fit: cover;
}

.feature-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-content-track {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 644px;
  display: flex;
  position: sticky;
  top: 50%;
}

.font-smoothing {
  display: none;
}

.feature-heading {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-content-wrapper {
  background-color: #f5f5f7;
  border-radius: 1.875rem;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}

.feature-text {
  opacity: .2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.feature-list-track {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 421px;
  display: flex;
}

.product-number {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.product-description {
  color: #000;
  text-align: right;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}

.single-product-section {
  background-image: url('../images/proccess-bg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 81px;
  padding-bottom: 81px;
  overflow: hidden;
}

.single-product-contents {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  flex-flow: column;
  display: flex;
}

.is-white {
  color: #fff;
}

.h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}

.h5.text-black {
  color: #000;
}

.primary-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.primary-button-wrapper.is-white {
  background-color: #fff;
}

.section-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-wrapper-version-two {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 75px;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: -24.475rem;
  left: 0;
}

.benefit-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  text-transform: capitalize;
  white-space: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.left-arrow-wrapper-version-two {
  border: .0625rem solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: 4.5rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: -24.475rem;
  left: 0;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 87.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.icon-3 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.services-slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  display: none;
}

.testimonials-two-box-wrapper {
  width: 50%;
  height: auto;
  margin-left: 2rem;
  position: static;
}

.section-heading {
  color: #fff;
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.user-information {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.display-none {
  display: none;
}

.section-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-header-wrapper.is-full-width {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.paragraph-no-margin {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.testimonials-section-version-two {
  overflow: visible;
}

.user-image {
  max-width: 3.5rem;
}

.benefits-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000004d;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-box.version-two {
  background-color: #fcf6e933;
}

.full-width-section-header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-width-section-header-wrapper.benefits {
  direction: rtl;
}

.caption-2 {
  z-index: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.slider-mask {
  direction: rtl;
  height: auto;
  overflow: visible;
}

.testimonial-user-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-section-version-two-contents {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-white {
  color: #fff;
}

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

.primary-button-bg {
  z-index: 0;
  background-color: #fff;
  border-radius: 50px;
  width: 0;
  position: absolute;
  inset: 0%;
}

.primary-button-bg.is-buy-button {
  left: auto;
}

.primary-button-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 21px;
  display: flex;
  position: relative;
}

.image-description {
  z-index: 0;
  width: 100%;
  position: relative;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1439px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.image-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.primary-button-text-2 {
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.promo-video {
  width: 100%;
  height: 100%;
}

.primary-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #3082ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-contents-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.promo-video-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d9a357;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-contents-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-contents-wrapper.is-buy-button {
  padding-left: 20px;
  padding-right: 0;
}

.close-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.power-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: #fff;
}

.power-cta-parent-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 66px;
  display: flex;
}

.power-cta {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-row-section {
  overflow: hidden;
}

.services-container {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: relative;
}

.services-loop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-loop-item-text {
  color: #f5f5f5;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.banner-title {
  color: #fff;
  text-align: right;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
}

.history-section {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.frame-1000005634 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.text {
  color: #a84d2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #a84d2c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.frame-28 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #a84d2c;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakhfanum, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

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

.history-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.history-box {
  grid-row-gap: 12px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.rectangle-51 {
  object-fit: cover;
  width: 100%;
}

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

.text-4 {
  color: #303030;
  text-align: left;
  margin-bottom: 0;
  font-family: Yekanbakhfanum, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.text-5 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.text-6 {
  color: #303030;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.history-section-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.applications-section {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 188px;
  margin-bottom: 156px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.application-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.frame-1000005618 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.text-7 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-8 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.application-grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.application-box {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-52 {
  object-fit: cover;
  width: 100%;
}

.frame-1000005643 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 246px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #303030;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.text-10 {
  color: #303030;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

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

.text-11 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
  text-decoration: none;
}

.application-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-section {
  background-color: var(--primary);
  padding-top: 96px;
  overflow: hidden;
}

.contact-section-contents {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.contents-column {
  grid-column-gap: 122px;
  grid-row-gap: 122px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 162px;
  display: flex;
}

.contasct-parent-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.form-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input {
  color: #fff;
  text-align: right;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  height: 42px;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 20px;
  line-height: 32px;
}

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

.form-button {
  color: var(--primary);
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.footer {
  margin-top: 185px;
  overflow: hidden;
}

.footer-contents {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading4 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.caption-3 {
  z-index: 1;
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.caption-3.w--current {
  color: #f5f5f5;
}

.caption-3.text-white {
  color: #fff;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-navigation-link {
  color: #000;
  text-transform: capitalize;
  display: block;
}

.div-block-2 {
  border-top: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

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

.designed-and-developed-by {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yekanbakhfanum, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

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

._47fd16384957745608334efc39c9-1 {
  object-fit: cover;
  border-radius: 7.59017px;
  overflow: hidden;
}

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

.text-12 {
  color: #303030;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #303030;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer-logo-image {
  width: 100%;
  margin-top: 83px;
}

.promo-image-one {
  background-image: url('../images/promo-image-1_1promo image 1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 83px;
  height: 79px;
}

.promo-image-two {
  background-image: url('../images/promo-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 203px;
  height: 68px;
}

.promo-image-three {
  background-image: url('../images/promo-image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 172px;
  height: 68px;
}

.mobile-menu-wrapper {
  z-index: 99999;
  background-color: #fdfff9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -5px 25px #00000040;
}

.mobile-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-4 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-link {
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 135%;
}

.mobile-contact-wrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -7.1875rem;
}

.call-svg {
  width: 150px;
  height: 150px;
}

.mobile-popup-menu-wrapper {
  z-index: 2;
  background-color: #f0d18f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, -100vh);
}

.mobile-menu-items-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.history-contents {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.history-timeline-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.hostory-number-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.history-number {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.timeline-wrapper {
  background-color: #a84d2c66;
  width: 100%;
  height: 2px;
  position: relative;
}

.timeline {
  background-color: var(--primary);
  justify-content: flex-end;
  align-items: center;
  width: 0%;
  height: 2px;
  display: flex;
}

.timeline-circle {
  border: 4px solid var(--primary);
  border-radius: 50px;
  min-width: 32px;
  height: 32px;
}

.feature-list-wrapper-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.feature-list-track-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 421px;
  display: flex;
}

.feature-text-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-content-track-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 644px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.feature-heading-mobile {
  margin-top: 0;
  margin-bottom: 0;
}

.product-description-mobile {
  color: #000;
  text-align: right;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}

.footer-item {
  font-size: 18px;
  line-height: 170%;
}

.footer-item.text-white {
  color: #fff;
}

.scroll-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 120%);
}

.header-cta-text-2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.header-cta-text-2.is-black {
  color: #000;
}

.language-wrapper-2 {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-cta-text-3 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.header-cta-text-3.is-black {
  color: #000;
}

.secondary-button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #a84d2c;
  border: 1px solid #a84d2c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.core-product-section-contents-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.product-description-mobile-2 {
  color: #000;
  text-align: right;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}

.container-4 {
  width: 100%;
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
}

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

.feature-text-mobile-2 {
  opacity: .2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  transition: opacity .2s;
  display: flex;
}

.text-color-3 {
  color: #a84d2c;
}

.core-products-section-2 {
  height: 300vh;
  position: relative;
}

.product-image-desktop {
  width: 100%;
  position: absolute;
}

.product-contents-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 379px;
  display: flex;
  position: relative;
}

.section-title-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #a84d2c;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.product-images-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 379px;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #000;
  font-size: 18px;
  line-height: 170%;
}

.main-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-contents {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.product-contents.is-one {
  z-index: 4;
}

.product-contents.is-four {
  z-index: 1;
}

.product-contents.is-two {
  z-index: 3;
}

.product-contents.is-three {
  z-index: 2;
}

.products-wrapper {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-heading-mobile-2 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.benefits-slider {
  direction: ltr;
  background-color: #c2c2c2;
  width: 100%;
  height: auto;
  display: none;
}

.benefits-mask {
  background-color: #e47979;
  width: 100%;
  height: auto;
  overflow: visible;
}

.benefit-slide {
  background-color: #242222;
  width: 50%;
  margin-left: 24px;
}

.swiper.is-benefits {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-benefits {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-slide.is-benefits {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.swiper-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-button-next, .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 110px;
    line-height: 140px;
  }

  .popup-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-images-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .menu-image.image-one {
    max-width: 320px;
  }

  .menu-image.image-two {
    max-width: 380px;
  }

  .menu-image.image-three {
    max-width: 390px;
  }

  .menu-image.image-four {
    max-width: 480px;
  }

  .promo-heading-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .promo-section {
    margin-bottom: 157px;
  }

  .promo-heading-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .promo-section-contens-version-two {
    justify-content: center;
    align-items: flex-start;
  }

  .promo-heading-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .promo-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-header-contents-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-description-wrapper {
    width: 100%;
  }

  .feature-list-wrapper {
    display: none;
  }

  .feature-content-wrapper {
    height: 20rem;
  }

  .single-product-section {
    margin-top: 204px;
  }

  .right-arrow-wrapper-version-two {
    margin-top: 392.391px;
  }

  .left-arrow-wrapper-version-two {
    margin-top: 392.391px;
    margin-bottom: 0;
  }

  .container-2 {
    max-width: 87.75em;
  }

  .testimonials-two-box-wrapper {
    width: 60%;
  }

  .section-header-wrapper {
    width: 100%;
  }

  .full-width-section-header-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-container {
    width: 100%;
    height: 1000px;
    position: relative;
  }

  .promo-video-section {
    height: auto;
    padding-bottom: 64px;
  }

  .video-contents {
    width: 100%;
  }

  .services-loop {
    justify-content: space-between;
    align-items: center;
    min-width: 351%;
    overflow: hidden;
  }

  .history-section {
    height: auto;
    margin-top: 188px;
  }

  .histories {
    grid-column-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .history-section-contents {
    height: auto;
    position: static;
  }

  .application-header-wrapper {
    width: 100%;
  }

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

  .contact-section-contents {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contents-column {
    width: 100%;
    padding-bottom: 0;
  }

  .footer-top {
    grid-template-columns: 2.75fr 1fr;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .mobile-menu-wrapper {
    display: flex;
  }

  .mobile-contact-wrapper {
    top: -6.6875rem;
  }

  .call-svg {
    width: 132px;
    height: 132px;
  }

  .mobile-menu-items-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 164px;
    margin-bottom: 0;
  }

  .history-timeline-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
  }

  .history-timeline-numbers-grid {
    grid-template-columns: 1fr;
    width: auto;
    height: 100%;
  }

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

  .timeline-wrapper {
    width: 2px;
    height: 100%;
  }

  .timeline {
    flex-flow: column;
    width: 2px;
    height: 190px;
    position: sticky;
    top: 0%;
  }

  .timeline-circle {
    width: 32px;
    min-width: auto;
    min-height: 32px;
  }

  .feature-list-wrapper-mobile {
    display: flex;
  }

  .feature-list-track-mobile {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .feature-text-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    opacity: 1;
    justify-content: flex-start;
    align-items: flex-start;
    transition-property: none;
  }

  .product-description-mobile {
    margin-bottom: 0;
  }

  .product-image {
    width: 100%;
  }

  .core-product-section-contents-2 {
    height: auto;
    position: static;
  }

  .product-description-mobile-2 {
    text-align: left;
    margin-bottom: 0;
  }

  .feature-text-mobile-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    opacity: 1;
    justify-content: flex-start;
    align-items: flex-start;
    transition-property: none;
  }

  .core-products-section-2 {
    height: auto;
    position: static;
  }

  .product-image-desktop {
    width: 100%;
  }

  .product-contents {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    opacity: 1;
    justify-content: flex-start;
    align-items: flex-start;
    transition-property: none;
  }

  .products-wrapper {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }

  .menu-item {
    font-size: 80px;
  }

  .menu-images-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-image.image-one {
    max-width: 290px;
  }

  .menu-image.image-two, .menu-image.image-three {
    max-width: 340px;
  }

  .menu-image.image-four {
    max-width: 430px;
  }

  .promo-heading-right, .promo-heading-center {
    font-size: 30px;
  }

  .promo-section-contens-version-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .promo-heading-left, .promo-heading {
    font-size: 30px;
  }

  .feature-content-track {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .feature-content-wrapper {
    width: 35vh;
    height: 35vh;
  }

  .feature-list-track {
    width: auto;
    margin-right: auto;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonials-two-box-wrapper {
    width: 80%;
  }

  .section-header-wrapper {
    width: 100%;
  }

  .services-loop {
    min-width: 474%;
  }

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

  .footer-navigation-link {
    font-size: 16px;
    line-height: 175%;
  }

  .mobile-menu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-list-track-mobile {
    width: auto;
    margin-right: auto;
  }

  .feature-content-track-copy {
    opacity: 0;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 48px;
    line-height: 60px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
    line-height: 27px;
  }

  .united-states {
    width: 24px;
    height: 24px;
  }

  .header-cta-text {
    font-size: 14px;
  }

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

  .menu-wrapper {
    display: none;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

  .menu-items-wrapper {
    margin-top: 67px;
  }

  .menu-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .menu-item {
    font-size: 44px;
    line-height: 70px;
  }

  .promo-image {
    max-width: 12rem;
  }

  .button-group {
    flex-flow: column;
  }

  .promo-heading-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .promo-section {
    margin-top: 106px;
    margin-bottom: 95px;
  }

  .promo-heading-center, .promo-section-contens-version-two, .promo-heading-left, .promo-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .primary-button {
    width: 100%;
  }

  .icon-2.is-mobile {
    width: 16px;
    height: 16px;
  }

  .feature-content-wrapper {
    width: 25vh;
    height: 25vh;
  }

  .single-product-section {
    margin-top: 150px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .single-product-contents {
    height: auto;
  }

  .section-button-group {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .right-arrow-wrapper-version-two {
    margin-top: -56px;
    position: relative;
    top: 0;
  }

  .heading-5 {
    font-size: 1.125rem;
  }

  .left-arrow-wrapper-version-two {
    margin-top: 23px;
    position: relative;
    top: 0;
  }

  .testimonials-two-box-wrapper {
    width: 100%;
  }

  .section-heading {
    text-wrap: auto;
  }

  .testimonials-section-version-two {
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefits-box {
    padding: 1rem;
  }

  .caption-2 {
    font-size: .875rem;
  }

  .testimonials-section-version-two-contents {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-container {
    height: 500px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .power-cta-parent-wrapper {
    margin-top: 48px;
  }

  .services-loop {
    min-width: 613%;
  }

  .service-loop-item-text {
    font-size: 16px;
    line-height: 32px;
  }

  .banner-title {
    text-wrap: auto;
    font-size: 32px;
    line-height: 40px;
  }

  .history-section {
    margin-top: 118px;
  }

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

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

  .text-5 {
    font-size: 14px;
  }

  .history-section-contents {
    margin-top: 0;
  }

  .applications-section {
    margin-top: 118px;
    margin-bottom: 203px;
  }

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

  .contact-section {
    padding-top: 32px;
  }

  .contents-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contasct-parent-wrapper {
    margin-top: 48px;
  }

  .footer {
    margin-top: 84px;
    padding-bottom: 125px;
  }

  .footer-top {
    grid-template-columns: 2.75fr;
  }

  .frame-1000005921 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo-image {
    margin-top: 0;
  }

  .mobile-menu-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-link-wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .mobile-contact-wrapper {
    top: -5.5875rem;
  }

  .call-svg {
    width: 100px;
    height: 100px;
  }

  .history-number {
    font-size: 22px;
    line-height: 27px;
  }

  .feature-heading-mobile {
    font-size: 32px;
  }

  .product-description-mobile, .header-cta-text-2, .header-cta-text-3 {
    font-size: 14px;
  }

  .product-description-mobile-2 {
    font-size: 18px;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#w-node-a2cec07b-983c-e4f4-bd13-44b9e86515b1-0d94fd4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Yekanbakhfanum';
  src: url('../fonts/YekanBakhFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakhfanum';
  src: url('../fonts/YekanBakhFaNum-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakhfanum';
  src: url('../fonts/YekanBakhFaNum-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekanbakhfanum';
  src: url('../fonts/YekanBakhFaNum-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}