:root {
  --dark-blue-grey: #04121e;
  --trucryo: #627e8f;
  --white: white;
  --lightest-grey: #ced2d3;
  --_text---h1-size: 4.5rem;
  --_text---h1-line-heihgt: 5.2rem;
  --mid-blue-grey: #243746;
  --_text---h2-size: 3.2rem;
  --_text---h2-height: 3.9rem;
  --light-grey: #8c9797;
  --_text---h3-siz: 2.5rem;
  --_text---h3-heihgt: 3rem;
  --_text---h4-size: 2rem;
  --light-blue-grey: #5a6770;
  --_text---font-family: Poppins, sans-serif;
}

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

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

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

.section {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 89vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.container {
  background-color: var(--trucryo);
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 11vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: var(--dark-blue-grey);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.image {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.nav-link, .link {
  color: var(--white);
}

.link.w--current {
  color: var(--lightest-grey);
}

.link.bold {
  background-color: var(--trucryo);
  border-radius: 20px;
}

.heading {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
}

.div-block-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading1 {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
  text-align: center;
  text-shadow: 6px 6px 1px var(--mid-blue-grey);
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-3 {
  width: 100vw;
  height: 100vh;
}

.image-div4 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-head {
  object-fit: cover;
  height: 20vh;
}

.image-head.right {
  object-position: 100% 50%;
}

.image-head.big {
  height: 100%;
}

.head-div {
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph {
  text-align: center;
  text-shadow: 3px 3px 1px var(--dark-blue-grey);
  font-size: 40px;
  line-height: 45px;
}

.button {
  border: 5px solid var(--trucryo);
  background-color: var(--trucryo);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-size: 20px;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  border-color: var(--trucryo);
  background-color: var(--dark-blue-grey);
}

.button.grey {
  border-width: 3px;
  border-color: var(--lightest-grey);
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.button.grey:hover {
  border-color: var(--lightest-grey);
  background-color: var(--lightest-grey);
  color: var(--trucryo);
}

.button.footer {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button._10pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec-head {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sec-head.centre {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span {
  text-shadow: 11px 1px 1px var(--mid-blue-grey);
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  background-color: var(--white);
  width: 3px;
  height: 100%;
}

.div-block-6 {
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.line-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 347vh;
  margin-top: 15vh;
  display: flex;
}

.circle-div {
  background-color: var(--dark-blue-grey);
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.timeline-grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 15vh;
  position: relative;
}

.div-block-7 {
  background-color: var(--dark-blue-grey);
  height: 50px;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 30vh;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-wrapper.end {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.text-wrapper.first {
  height: 50vh;
}

.quick-stack {
  height: auto;
  padding-top: 0;
  position: relative;
}

.section-2 {
  background-color: var(--trucryo);
  height: 100vh;
}

.sticky-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.timeline-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-3 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/star-top.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  position: relative;
}

.image-div-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 41vh;
}

.image-2.top-left {
  border-radius: 20px 0 0 20px;
}

.image-2.left {
  object-position: 0% 50%;
}

.image-2.right {
  object-position: 80% 50%;
}

.device-feat-dic {
  border: 5px solid var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.device-feat-dic.left {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.device-feat-dic.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-image {
  filter: brightness(200%) saturate(0%);
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.quick-stack-2 {
  padding-left: 99px;
  padding-right: 99px;
}

.section-4 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/half-right.png'), url('../images/star-btm.png');
  background-position: 0 0, 100% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 25%, 25%;
  position: relative;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-end;
}

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

.cell-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.cell-4.hide {
  opacity: 1;
}

.cell-4.phonehide {
  opacity: 0;
}

.section-5 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/half-right-btm.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  position: relative;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.downarrow {
  width: 100px;
}

.downarrow.up {
  transform: rotate(180deg);
}

.downarrow.small {
  width: 50px;
  padding-bottom: 5px;
}

.background-div {
  width: 22vw;
  height: 575px;
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 22vw;
  height: 45vh;
}

.image-4.right {
  object-position: 100% 50%;
}

.info-div {
  z-index: 2;
  background-color: var(--trucryo);
  width: 27vw;
  height: 100%;
  margin-left: 18vw;
  position: relative;
  top: -575px;
}

.heading-2 {
  overflow-wrap: normal;
  flex-flow: column;
  margin-top: 5px;
  margin-left: 32px;
  margin-right: auto;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  line-height: 24px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 25vw;
  height: 45vh;
  padding: 0;
}

.div-block-11 {
  text-align: center;
  width: 100%;
  padding: 20px 20px 0;
}

.cell-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.card-wrapper {
  width: 22vw;
  height: 45vh;
  overflow: hidden;
}

.cardcell {
  justify-content: center;
  align-items: center;
}

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

.paragraph-3 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-3.left {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-align: center;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cardicase {
  width: 22vw;
  height: 22vw;
}

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

.code-embed {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-13 {
  width: 80vw;
}

.image-100 {
  object-fit: cover;
  width: 22vw;
  height: 22vw;
}

.text-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 22vw;
  height: 22vw;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -22vw;
}

.heading-5 {
  margin-top: 0;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.italic-text {
  color: var(--trucryo);
  text-shadow: 3px 3px 1px var(--dark-blue-grey);
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  background-image: url('../images/smoke-tall-inner_1smoke tall inner.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 120%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  display: flex;
}

.div-block-39 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.heading-15 {
  font-size: var(--_text---h3-siz);
  line-height: var(--_text---h3-heihgt);
  text-align: center;
  text-shadow: 1px 4px 2px var(--trucryo);
  width: 75vw;
  margin-top: 1.25rem;
  margin-bottom: 1.3125rem;
}

.paragraph-15 {
  font-size: var(--_text---h4-size);
  text-align: center;
  text-shadow: 4px 5px 3px var(--trucryo);
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2rem;
}

.line-one-2 {
  background-color: var(--trucryo);
  width: 80%;
  height: .25rem;
  margin-top: 1.25rem;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  padding-bottom: 1.3125rem;
  display: flex;
}

.header-main {
  height: 40vh;
}

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

.div-block-40 {
  background-color: var(--trucryo);
  width: 1px;
  height: 90%;
}

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

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.heading-16 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-shadow: 4px 4px 6px var(--light-blue-grey);
}

.heading-17 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-align: left;
  text-shadow: 4px 4px 6px var(--trucryo);
}

.heading-17.centre {
  text-align: center;
}

.heading-17.dark {
  text-shadow: 4px 4px 6px var(--dark-blue-grey);
}

.image-101 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.div-block-41 {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
}

.div-block-42 {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--dark-blue-grey), #fff0 34%);
  width: 100%;
  height: 40vh;
  margin-top: -40vh;
  position: relative;
}

.div-block-43 {
  background-color: var(--trucryo);
  text-align: center;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-18 {
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-16 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

._100--fullimg {
  width: 100%;
  height: 100%;
}

.cell-9 {
  border: 3px solid var(--trucryo);
  background-color: var(--trucryo);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.heading-19 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  padding-left: 20px;
  padding-right: 20px;
}

.heading-19.centre {
  text-align: center;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centrecell {
  justify-content: center;
  align-items: center;
}

.italic-text-3 {
  font-style: normal;
}

.full-width-20-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.italic-text-4 {
  text-align: center;
  font-style: normal;
}

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

.quick-stack-6 {
  height: 50vh;
  padding-top: 0;
}

.quick-stack-6.small {
  background-image: url('../images/uparrow.png'), url('../images/down-arrow.png');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 10vw, 10vw;
  padding-left: 60px;
  padding-right: 60px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-45 {
  width: 100%;
}

.nav-base {
  color: var(--white);
  padding-top: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-46 {
  flex-flow: column;
  display: flex;
}

.cell-10 {
  align-items: flex-start;
}

.section-8 {
  padding-top: 40px;
  overflow: hidden;
}

.div-block-47 {
  width: 80%;
}

.paragraph-17 {
  padding-left: 40px;
}

.quick-stack-7 {
  margin-top: 20px;
}

.image-102 {
  object-fit: cover;
  height: 50vh;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

._50vhdiv {
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.image-103 {
  object-position: 50% 50%;
}

.section-9 {
  padding-top: 20px;
}

.quick-stack-8 {
  width: 100%;
}

.div-block-51 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar-2 {
  z-index: 9999999;
  background-color: var(--dark-blue-grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand-2 {
  height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec-timeline {
  height: 100%;
}

.quick-stack-10 {
  width: 80%;
}

.line-thin {
  background-color: var(--white);
  box-shadow: 3px 5px 3px 0 var(--trucryo);
  border-radius: 5px;
  width: 100%;
  height: .4rem;
  margin-top: 1.25rem;
  display: flex;
}

.section-102 {
  z-index: 999999;
  position: sticky;
  top: 0;
}

.image-105 {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.image-105.top {
  object-position: 50% 5%;
}

.drop-shadow {
  font-style: normal;
}

.drop-shadow.pad-left {
  margin-left: 40px;
}

.link-block {
  z-index: 99;
  color: var(--white);
  background-image: linear-gradient(#1e2a314d, #1e2a314d);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-53, .code-embed-2 {
  height: 100%;
}

.phone-nuber {
  border: 5px solid var(--trucryo);
  background-color: var(--trucryo);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-size: 20px;
  line-height: 10px;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.phone-nuber.grey {
  border-width: 3px;
  border-color: var(--lightest-grey);
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.phone-nuber.grey:hover {
  border-color: var(--lightest-grey);
  background-color: var(--lightest-grey);
  color: var(--trucryo);
}

.phone-nuber.footer {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.phone-nuber._10pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-54 {
  background-color: var(--trucryo);
  border-radius: 10px;
  padding: 10px 20px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (min-width: 1920px) {
  .section-6 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    height: 40vh;
    overflow: hidden;
  }

  .image-104 {
    object-fit: cover;
    width: 100%;
    height: 40vh;
  }

  .div-block-49 {
    width: 100%;
  }

  .quick-stack-10 {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_text---h1-size: 3rem;
    --_text---h1-line-heihgt: 3.5rem;
    --_text---h2-size: 2.7rem;
    --_text---h2-height: 3.4rem;
    --_text---h3-siz: 1.7rem;
    --_text---h3-heihgt: 2.5rem;
    --_text---h4-size: 1.2rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .image {
    height: 100%;
  }

  .link {
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    margin-bottom: 10px;
  }

  .sec-head {
    padding-top: 20px;
  }

  .sec-head.centre {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .device-feat-dic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-div, .image-4 {
    width: 40vw;
  }

  .info-div {
    width: 46vw;
    margin-left: 33vw;
  }

  .heading-2 {
    margin-left: 0;
  }

  .quick-stack-3 {
    width: 48vw;
  }

  .div-block-11, .card-wrapper {
    width: 40vw;
  }

  .section-6 {
    background-size: 120%;
  }

  .html-embed {
    margin-left: 1.375rem;
    margin-right: 1.25rem;
    padding-left: 0;
  }

  .heading-16 {
    font-size: var(--_text---h2-size);
  }

  .cell-9 {
    border-radius: 10px;
  }

  .quick-stack-6 {
    height: 55vh;
  }

  .quick-stack-6.small {
    height: 40vh;
  }

  .section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-7 {
    width: 80%;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu, .menu-button, .menu-button.w--open {
    background-color: var(--dark-blue-grey);
  }

  .phone-nuber {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_text---h1-size: 2rem;
    --_text---h1-line-heihgt: 2.3rem;
    --_text---h2-size: 1.5rem;
    --_text---h2-height: 1.8rem;
    --_text---h3-siz: 1rem;
    --_text---h3-heihgt: 1.3rem;
    --_text---h4-size: 1rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .div-block {
    padding: 8px;
  }

  .image {
    height: 6vh;
  }

  .button, .sec-head {
    text-align: center;
  }

  .line-div {
    height: 83%;
    margin-top: 13vh;
  }

  .text-wrapper {
    height: 30vh;
    padding-right: 28px;
  }

  .quick-stack {
    width: 100%;
    height: auto;
  }

  .sticky-wrapper-left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .timeline-section {
    height: auto;
  }

  .image-2 {
    height: 100%;
  }

  .device-feat-dic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-image {
    width: 75px;
    height: 75px;
  }

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

  .image-4, .div-block-10, .quick-stack-3 {
    height: 575px;
  }

  .heading-3 {
    margin-left: -10px;
  }

  .card-wrapper {
    height: 575px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-13 {
    width: 90vw;
  }

  .section-6 {
    background-position: 50% 0;
    flex-flow: column;
  }

  .div-block-29 {
    width: 100vw;
  }

  .heading-18 {
    font-size: var(--_text---h2-size);
    line-height: var(--_text---h2-height);
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .quick-stack-6.small {
    height: 24vh;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-base.right {
    text-align: right;
  }

  .cell-10 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-10.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .paragraph-17 {
    padding-left: 0;
  }

  .div-block-48 {
    padding-left: 20px;
  }

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

  .brand-2 {
    width: 50%;
    height: 7vh;
  }

  .phone-nuber {
    text-align: center;
  }

  .div-block-54 {
    font-size: 10px;
  }

  .heading-21 {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_text---h1-size: 2rem;
    --_text---h1-line-heihgt: 2.3rem;
    --_text---h2-size: 1.5rem;
    --_text---h2-height: 1.8rem;
    --_text---h3-siz: 1rem;
    --_text---h3-heihgt: 1.3rem;
    --_text---h4-size: 1rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .section {
    height: auto;
  }

  .div-block {
    flex-flow: column;
    height: 17vh;
  }

  .image {
    object-fit: contain;
    overflow: clip;
  }

  .head-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: var(--_text---h2-size);
    line-height: var(--_text---h2-height);
  }

  .button {
    text-align: center;
    margin-bottom: 20px;
  }

  .line-div {
    height: 93%;
    margin-top: 15vh;
  }

  .text-wrapper {
    height: auto;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .text-wrapper.end {
    padding-bottom: 0;
  }

  .sticky-wrapper-left {
    height: auto;
  }

  .timeline-section {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .image-div-cover {
    height: 30vh;
  }

  .image-2.top-left, .image-2.left, .image-2.right {
    border-radius: 20px;
  }

  .device-feat-dic.left {
    border-right-style: solid;
    border-radius: 20px;
  }

  .device-feat-dic.right {
    border-left-style: solid;
    border-radius: 20px;
  }

  .section-4 {
    width: 100%;
    overflow: hidden;
  }

  .cell-4.hide, .cell-4.phonehide {
    opacity: 1;
  }

  .section-5 {
    width: 100%;
    overflow: hidden;
  }

  .background-div, .image-4 {
    width: 80vw;
  }

  .info-div {
    width: 90vw;
    margin-left: 67vw;
  }

  .quick-stack-3 {
    width: 93vw;
  }

  .div-block-11, .card-wrapper {
    width: 80vw;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .cardicase {
    width: 80vw;
    height: 80vw;
  }

  .code-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 90vw;
  }

  .imagediv {
    width: 100%;
    height: 100%;
  }

  .image-100 {
    width: 80vw;
    height: 80vw;
  }

  .text-div {
    width: 80vw;
    height: 80vw;
    top: -80vw;
  }

  .section-6 {
    background-size: auto 100%;
  }

  .heading-15 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-15 {
    line-height: 1rem;
  }

  .header-main {
    height: auto;
    display: flex;
  }

  .div-block-40 {
    width: 80%;
    height: 1px;
  }

  .cell-7, .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .heading-17.centre, .heading-17.centrephone {
    text-align: center;
  }

  .div-block-42 {
    background-image: linear-gradient(0deg, var(--dark-blue-grey), #fff0 34%);
  }

  .paragraph-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-6.small {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-46.right {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-7 {
    width: 95%;
  }

  .image-103 {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .div-block-48, .brand {
    padding-left: 0;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .section-100 {
    width: 100%;
    overflow: hidden;
  }

  .hide {
    width: 0;
    height: 0;
  }

  .cell-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-15 {
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    width: 100%;
    overflow: visible;
  }

  .div-block-52 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack-9 {
    width: 100%;
  }

  .section-101 {
    width: 100%;
    overflow: hidden;
  }

  .line-thin {
    background-color: var(--white);
  }

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

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

  .phone-nuber {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-54 {
    text-align: center;
    margin-left: 20px;
    padding: 3px 0;
  }

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_2ccb2e8c-51bc-4faf-9ab8-05e180e1fc28-327cf3dc {
  grid-area: 1 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_60533f9a-cfce-0734-9912-48d0ae4119f7-327cf3dc {
  grid-area: 2 / 3 / 4 / 5;
  align-self: center;
}

#w-node-cc0764e1-7516-3758-0717-09eb09c1ad94-327cf3dc {
  grid-area: 4 / 2 / 6 / 4;
  align-self: center;
}

#w-node-e6377716-20cc-8d16-7ab0-955b60dda870-327cf3dc {
  grid-area: 5 / 5 / 7 / 7;
  align-self: center;
}

#w-node-_2d2b59a5-f23a-00c2-e046-ab0e21cbf8f2-327cf3dc {
  grid-area: 5 / 9 / 7 / 11;
  align-self: center;
}

#w-node-_15f9947e-c193-08a0-2efa-580dc30fa4b3-327cf3dc {
  grid-area: 2 / 9 / 4 / 12;
  place-self: center start;
}

#w-node-_1b4678e4-7521-f6f6-abdb-a30a5c3976d5-327cf3dc {
  grid-area: 1 / 6 / 3 / 9;
  align-self: center;
}

#w-node-_164409e2-682a-b50c-e5f1-b4363d6072d0-327cf3dc {
  grid-area: 2 / 1 / 6 / 13;
  align-self: center;
}

#w-node-_8be81a9a-d16c-e5ae-5afd-3de86cbbb64c-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a199b99-a54b-38ae-de4c-9b9c628fe4fe-327cf3dc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 2fr .5fr;
}

#w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c088c2c7-96cb-3a57-524a-b572513841a1-327cf3dc, #w-node-_7abd1b22-3749-3fe2-771f-a392f7a77b88-327cf3dc, #w-node-ed70fac1-3e0d-c1d5-3c40-6583d4edf69d-327cf3dc, #w-node-_4bb38056-7153-7014-13a7-de92c76a974d-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 3vw 22vw;
}

#w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_03382504-c8e2-2dbb-1c3d-20c8628227db-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_289dbbd2-a799-726e-76d5-4a9e23f8b63a-23f8b637, #w-node-_289dbbd2-a799-726e-76d5-4a9e23f8b643-23f8b637 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f6e9da1-3349-769c-3abf-3b48dba2a252-20eee180 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_61ef58ad-87df-18ed-705d-375d86e3c4a6-20eee180 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-d78d7e29-7a60-aab4-027a-b4a8e988d3e4-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_9b809c2f-58d5-11fe-b3ac-1f72ae961dbb-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b84-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b93-21ec3e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b9b-21ec3e54 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0ba3-21ec3e54 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bab-21ec3e54 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb3-21ec3e54, #w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb4-21ec3e54 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb5-21ec3e54 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bc0-21ec3e54 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcb-21ec3e54 {
  grid-area: 1 / 1 / 13 / 2;
  justify-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcd-21ec3e54 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcf-21ec3e54 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd1-21ec3e54 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd3-21ec3e54 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd5-21ec3e54 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd7-21ec3e54 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bde-21ec3e54 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0be5-21ec3e54 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bec-21ec3e54 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bf3-21ec3e54 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfa-21ec3e54 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfb-21ec3e54 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfc-21ec3e54 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfd-21ec3e54 {
  grid-area: 9 / 1 / 10 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfe-21ec3e54 {
  grid-area: 10 / 1 / 11 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bff-21ec3e54 {
  grid-area: 11 / 1 / 12 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0c00-21ec3e54 {
  grid-area: 12 / 1 / 13 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0c01-21ec3e54 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-daa6fe82-5c72-eac8-924d-8e88451d22eb-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_874ff050-93f7-75a6-07ca-e9955773a5f4-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c088c2c7-96cb-3a57-524a-b572513841a1-327cf3dc, #w-node-_7abd1b22-3749-3fe2-771f-a392f7a77b88-327cf3dc, #w-node-ed70fac1-3e0d-c1d5-3c40-6583d4edf69d-327cf3dc, #w-node-_4bb38056-7153-7014-13a7-de92c76a974d-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 3vw 40vw;
  }

  #w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-daa6fe82-5c72-eac8-924d-8e88451d22eb-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8be81a9a-d16c-e5ae-5afd-3de86cbbb64c-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc, #w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_289dbbd2-a799-726e-76d5-4a9e23f8b63a-23f8b637 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_289dbbd2-a799-726e-76d5-4a9e23f8b643-23f8b637 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b809c2f-58d5-11fe-b3ac-1f72ae961dbb-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_874ff050-93f7-75a6-07ca-e9955773a5f4-21ec3e54 {
    grid-template-rows: 350px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a199b99-a54b-38ae-de4c-9b9c628fe4fe-327cf3dc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c088c2c7-96cb-3a57-524a-b572513841a1-327cf3dc, #w-node-_7abd1b22-3749-3fe2-771f-a392f7a77b88-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 10vw 80vw;
  }

  #w-node-ed70fac1-3e0d-c1d5-3c40-6583d4edf69d-327cf3dc, #w-node-_4bb38056-7153-7014-13a7-de92c76a974d-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 3vw 80vw;
  }

  #w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03382504-c8e2-2dbb-1c3d-20c8628227db-327cf3dc, #w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc, #w-node-_3f6e9da1-3349-769c-3abf-3b48dba2a252-20eee180, #w-node-d78d7e29-7a60-aab4-027a-b4a8e988d3e4-21ec3e54, #w-node-_0fa2f135-f638-182f-a882-6e0db17f0b84-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


