:root {
  --grey: #757575;
  --black: #212121;
  --royal-blue: #1769ff;
  --white: white;
  --transparent: transparent;
  --light-steel-blue: #a7bfec;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 38px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
}

.navbar:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.image {
  width: 120px;
}

.container {
  justify-content: space-between;
  min-width: 85vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.brand.w--current {
  justify-content: flex-start;
}

.nav-menu {
  color: #424242;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  display: flex;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 85vw;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
}

.paragraph {
  color: #fff;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.button-2 {
  color: #fff;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  margin-left: 25px;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.products-container {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: block;
}

.container-3 {
  max-width: 85vw;
  min-height: auto;
}

.heading-2 {
  color: #212121;
  text-align: center;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-2.product-heading {
  font-size: 3rem;
}

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

.paragraph-2 {
  color: #757575;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.apm-piko-container {
  justify-content: space-between;
  display: flex;
}

.apm-piko-container.product-page {
  margin-top: 40px;
}

.div-block-4 {
  align-items: center;
  width: 41.5615%;
  display: flex;
  position: static;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.div-block-6 {
  padding-top: 0%;
  position: relative;
}

.image-2 {
  object-fit: cover;
  position: static;
  inset: 0%;
}

.heading-3 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
}

.paragraph-3 {
  color: #757575;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.div-block-7 {
  margin-top: 30px;
  display: flex;
}

.div-block-8 {
  width: 49.2041%;
  padding: 20px;
  display: flex;
}

.div-block-8.large-feature-wrapper {
  margin-left: 10px;
}

.div-block-9 {
  width: 49.2041%;
}

.div-block-10 {
  width: 7vw;
  height: auto;
  padding-top: 0%;
  position: static;
}

.image-3 {
  object-fit: cover;
  position: static;
  inset: 0%;
}

.div-block-11 {
  max-width: 80%;
  color: var(--black);
  margin-left: 10px;
}

.paragraph-4 {
  font-size: 1.375em;
  line-height: 1.2;
}

.paragraph-5 {
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-6 {
  font-size: 1em;
  line-height: 1.2;
}

.paragraph-7 {
  color: #616161;
  font-family: Inter, sans-serif;
  font-size: 1em;
}

.link {
  color: var(--royal-blue);
  margin-top: 30px;
  font-size: 1.125em;
}

.all-in-one-container {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.container-4 {
  max-width: 85vw;
}

.div-block-12 {
  float: none;
  clear: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 1000vw;
  margin-top: 40px;
  display: flex;
  overflow: auto;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.image-4._1 {
  width: 150px;
  margin-left: 0;
}

.div-block-13 {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.trusted-bgy {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  max-width: 85vw;
  display: flex;
}

.slider {
  background-color: #ddd0;
  max-width: 100%;
  height: auto;
  min-height: 60vh;
  margin-top: 60px;
}

.slider.mobile {
  display: none;
}

.icon, .icon-2 {
  color: var(--royal-blue);
}

.div-block-14 {
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.service-slide-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50vw;
  min-height: auto;
  padding: 2.5rem;
  display: flex;
}

.service-slide-content-wrapper.service_container {
  padding: 20px;
  box-shadow: inset 1px 1px 6px #f7f7f7, 3px 3px 6px #f7f7f7;
}

.service-slide-content-wrapper.services-button-slide {
  align-self: center;
}

.div-block-16 {
  width: 43.4022%;
}

.service-image-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 20rem;
  display: flex;
  position: relative;
}

.service-image-wrapper._2nd {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: static;
}

.service-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.service-image._2nd {
  width: 76%;
  position: static;
  inset: 0% 0% 0% 12%;
}

.slide-nav {
  display: none;
}

.paragraph-8 {
  color: #212121;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-9 {
  color: #757575;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}

.service-view-more {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.services-slide {
  max-width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mask {
  padding-left: 5rem;
  padding-right: 5rem;
}

.cta {
  margin-top: 40px;
}

.container-6 {
  max-width: 85vw;
  padding: 20px;
}

.div-block-18 {
  background-color: #1769ff;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-10 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-19 {
  border: 1.5px solid #fff;
  border-radius: 5px;
  align-items: center;
  width: 75%;
  margin-top: 0;
  padding: 0 5px 0 10px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

.text-field::placeholder {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1em;
}

.image-6 {
  width: 8%;
}

.submit-button {
  color: var(--royal-blue);
  background-color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

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

.image-7 {
  width: 100%;
  max-width: none;
  position: static;
  inset: 0%;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0%;
  display: flex;
  position: relative;
}

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

.link-block-5 {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  display: flex;
}

.div-block-23 {
  border-top: 1px solid #757575;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-36 {
  background-color: #eff3fd;
  border-radius: 5px;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 34%;
  max-height: none;
  padding: 20px;
  display: block;
}

.div-block-37 {
  height: 6vh;
  display: flex;
}

.link-block-3 {
  background-color: var(--royal-blue);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.image-8 {
  color: #fff;
}

.link-2 {
  color: var(--grey);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

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

.link-3 {
  color: var(--grey);
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.link-3._3 {
  color: var(--grey);
  align-items: center;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.link-3._2 {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.div-block-40 {
  border-bottom: 1px #757575;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.field-label {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.footer {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 100px;
}

.footer:where(.w-variant-fc6d0d81-f073-afb2-ac0a-e9144c11399b) {
  padding-top: 0;
}

.paragraph-11 {
  color: #fff;
  font-size: .9rem;
  line-height: 1.2rem;
}

.text-field-2 {
  border: 1px #151515;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
}

.text-field-2::placeholder {
  color: #757575;
  font-size: .9rem;
}

.bold-text-8 {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

._3 {
  margin-left: 10px;
}

._2 {
  margin-left: 0;
}

.div-block-41 {
  flex: 1;
  margin-top: 20px;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
}

.paragraph-13 {
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.image-9 {
  width: 100%;
}

.form {
  max-width: none;
}

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

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

.nav-link {
  color: var(--white);
  text-align: center;
  padding: 1rem 0;
  font-size: .9375rem;
}

.nav-link:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  color: var(--black);
}

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

.nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6 {
  color: var(--black);
}

.section {
  padding-top: 15vh;
}

.container-9 {
  flex-direction: column;
  align-items: center;
  max-width: 85vw;
  height: auto;
  display: flex;
}

.apm-petite-container {
  justify-content: space-between;
  display: flex;
}

.interactive-panel-container {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.divider {
  background-color: #e9e9e9;
  width: 90vw;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.product_desc {
  height: auto;
  padding-top: 18vh;
  padding-bottom: 100px;
}

.container-10 {
  max-width: 85vw;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 100%;
  padding-top: 0%;
  display: flex;
  position: static;
}

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

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 50px;
  display: flex;
}

.image-10 {
  width: auto;
  max-width: 100%;
  height: auto;
  position: static;
  inset: 0%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-15 {
  color: #67718e;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.bold-text-9 {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.heading-6 {
  margin-top: 20px;
  line-height: 1;
}

.heading-7 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}

.button-3 {
  z-index: 200;
  background-color: #1769ff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 6px #4c8bfd, 2px 2px 7px #cfe0ff;
}

.button-3.apm-int.page {
  margin-left: 20px;
  font-size: 1.1rem;
}

.button-3.amc {
  margin-left: 20px;
}

.button-3.products {
  margin-top: 20px;
  font-size: 1.2rem;
  display: flex;
}

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

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

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

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.feature-icon-blue {
  background-color: #1355ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: auto;
  max-width: none;
  height: 40px;
  min-height: auto;
  max-height: none;
  margin-right: 21px;
  padding: 5px;
  display: flex;
}

.feature-icon-blue.ops {
  flex: none;
  width: 40px;
}

.feature-icon-blue.battery-backup {
  width: 40px;
  height: 40px;
}

.feature-icon-blue.camera {
  width: 40px;
}

.feature-icon-blue.sizing {
  flex: none;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title-large {
  color: var(--royal-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.grid-feature-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.section-features {
  align-items: flex-start;
  min-height: auto;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.2;
}

.large-feature-wrapper {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  box-shadow: inset 1px 1px 4px #f7f7f7, 3px 3px 5px #f7f7f7;
}

.container-12 {
  flex-direction: column;
  max-width: 100vw;
  height: auto;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 49.9306%;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  margin-bottom: 20px;
  display: flex;
}

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

.div-block-51 {
  flex: 1;
  display: flex;
}

.div-block-52, .div-block-53 {
  flex: 1;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: auto;
  height: auto;
}

.lightbox-link {
  justify-content: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.lightbox-link-2, .image-13, .lightbox-link-3 {
  width: 100%;
  height: 100%;
}

.image-14, .image-15 {
  width: 1005px;
  height: 100%;
}

.lightbox-link-4 {
  height: 100%;
}

.section-2 {
  height: auto;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
  position: static;
}

.div-block-54.strech {
  align-items: stretch;
  height: 100%;
}

.product-images {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.list-item {
  color: #67718e;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.list-item._2nd_list_item {
  margin-top: 3px;
}

.list {
  padding-left: 30px;
}

.image-16 {
  width: 70%;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 70%;
  max-width: none;
}

.text-span {
  color: var(--royal-blue);
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-2 {
  border: 1.5px solid var(--royal-blue);
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 5px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.tab-link-tab-2.w--current {
  color: var(--royal-blue);
  background-color: #fff;
}

.tab-link-tab-1 {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.tab-link-tab-1:active, .tab-link-tab-1:focus {
  box-shadow: none;
}

.tab-link-tab-1:visited {
  box-shadow: none;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.tab-link-tab-1.w--current {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  border-radius: 5px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block, .text-block-2 {
  line-height: 1.2;
}

.section_about {
  padding-top: 16vh;
}

.section_about.about-hero {
  border-bottom: 1px solid #00000026;
  padding-bottom: 2rem;
}

.container-13 {
  max-width: 85vw;
}

.container-13.contact_cta:where(.w-variant-fc6d0d81-f073-afb2-ac0a-e9144c11399b) {
  display: none;
}

.heading-8 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-16 {
  color: #757575;
  margin-top: 20px;
}

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

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

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

.paragraph-17 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-18 {
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1;
}

.section-about-story {
  margin-top: 100px;
}

.section-about-story.is-story {
  background-color: #efeeea4a;
  margin-top: 0;
}

.container-14 {
  max-width: 85vw;
  display: block;
}

.image-19 {
  width: 100%;
}

.div-block-58 {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

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

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.paragraph-19 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.paragraph-20 {
  color: #757575;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.section-5 {
  padding-top: 15vh;
}

.container-15 {
  max-width: 85vw;
}

.div-block-62, .amc-container {
  margin-top: 40px;
}

.amc--container {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: space-between;
  display: flex;
}

.amc--container.product-page {
  margin-top: 40px;
}

.services-container {
  margin-top: 60px;
}

.webdev--container {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.webdev--container.product-page {
  margin-top: 40px;
}

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

.image-20 {
  width: 100%;
}

.fmc--container {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.fmc--container.product-page {
  margin-top: 40px;
}

.image-21 {
  width: 100%;
}

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

.image-22 {
  width: 100%;
}

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

.section-6 {
  padding-top: 30vh;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 85vw;
  display: flex;
  position: relative;
}

.div-block-66 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 68vh;
  margin-top: 20px;
}

.div-block-66.is-annual {
  background-image: url('../images/DM-Banner.png');
}

.div-block-66.is-amc {
  background-image: url('../images/AMC-banner-2.png');
}

.div-block-66.is-dm {
  background-image: url('../images/DM-Banner.png');
}

.div-block-66.is-fms {
  background-image: url('../images/FMS-banner.png');
}

.div-block-66.is-laptop {
  background-image: url('../images/Laptop-repairing-banner.png');
}

.image-23 {
  width: 100%;
}

.services-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.types {
  color: #757575;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.types.expertise-heading {
  color: var(--black);
  margin-top: 10px;
}

.types.noticw {
  margin-top: 20px;
}

.list-item-2 {
  color: #101010;
  margin-top: 10px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.list-item-2.webdev {
  color: #363636;
}

.link-4 {
  color: var(--royal-blue);
  margin-top: 40px;
  margin-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.bold-text-10 {
  display: block;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--royal-blue);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  justify-items: start;
  display: grid;
}

.list-2.webdev {
  display: block;
}

.amc-sub-head {
  color: var(--black);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.speedy-networks, .annual-it {
  padding-left: 20px;
}

.free-computer-spare {
  width: 100%;
  padding: 10px;
}

.benifits {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.dm-heading {
  color: var(--black);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.types-copy {
  color: #757575;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.expertise {
  background-color: #f5f8ff;
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px;
}

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

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.paragraph-21 {
  color: #757575;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.p-m-wrap {
  background-image: linear-gradient(52deg, #7300de, #07f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.feature {
  font-size: 1.1rem;
}

.text-field-inform {
  background-color: var(--white);
  color: #212121;
  border: 1px solid #efefef;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform::placeholder {
  color: #212121;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-outer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 85vw;
  font-family: Inter, sans-serif;
  display: grid;
}

.section-title {
  color: var(--royal-blue);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.button-4 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.button-4.in-form {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  width: 50%;
}

.heading-2 {
  text-align: left;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.auto {
  order: 0;
  margin-right: auto;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.paragraph-22 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-text {
  color: var(--black);
  margin-bottom: 1px;
  font-size: .875rem;
  font-weight: 400;
}

.contact-method {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  display: grid;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link {
  align-items: start;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-method-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.form-block-03 {
  border: 1px solid #efefef;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
}

.form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 87vh;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
}

.contact-icon {
  background-color: var(--royal-blue);
  width: 2rem;
  height: 2rem;
  color: var(--royal-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
  position: relative;
  top: 3px;
}

.form-container {
  border: 1.5px solid var(--royal-blue);
  background-color: var(--white);
  object-fit: contain;
  border-radius: 25px;
  width: 40vw;
  height: 70vh;
  padding: 20px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: auto;
}

.form-container.apm-int {
  width: 37vw;
  height: auto;
  display: block;
  inset: auto 9% 7% auto;
}

.form-container.amc {
  display: block;
}

.form-container.all-in-one {
  display: block;
  inset: 27% 6% 0% auto;
}

.form-container.web-dev {
  display: block;
}

.testimonial_name {
  color: #1769ff;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.div-block-70, .div-block-71 {
  width: 48%;
}

.contact-details {
  justify-content: space-between;
  display: flex;
}

.processor.form-dropdown {
  color: var(--black);
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.model.form-dropdown {
  border: 1px solid var(--royal-blue);
  background-color: #f3f3f300;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.field-lbl {
  color: var(--black);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.input-field {
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.submit-button-2 {
  background-color: var(--royal-blue);
  border-radius: 5px;
  align-self: center;
  width: 60%;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

.form-2 {
  flex-direction: column;
  padding-bottom: 50px;
  display: flex;
}

.button-style {
  background-color: var(--royal-blue);
  border-radius: 5px;
  align-self: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.form-button {
  border: 1.2px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #1769ff00;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.download-brochure.button-3 {
  border: 1.2px none var(--royal-blue);
  box-shadow: inset 0 0 0 1.2px var(--royal-blue);
  color: var(--royal-blue);
  background-color: #1769ff00;
  font-size: 1.1rem;
}

.close-icon-container {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.image-24 {
  cursor: pointer;
  max-width: 7%;
}

.image-24.all-in-one {
  max-width: 4%;
}

.div-block-72 {
  padding-left: 20px;
  display: flex;
}

.div-block-73 {
  width: 100%;
  display: flex;
}

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

.hero-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.home-hero-slide {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

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

.div-block-74 {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
}

.div-block-75, .div-block-76, .div-block-77, .div-block-78 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-25 {
  width: auto;
}

.image-26 {
  width: 100%;
  max-width: none;
}

.div-block-79 {
  width: 79%;
}

.div-block-80, .div-block-81 {
  width: 80%;
}

.div-block-82, .div-block-83, .div-block-84 {
  width: auto;
  max-width: 77%;
}

.bold-text-11 {
  font-weight: 400;
}

.hero-slide-content-wrapper {
  background-color: #0000;
  background-image: radial-gradient(circle, #00000080, #00000014);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 20svh;
  padding-bottom: 15svh;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.hero-slide-content-wrapper.inc {
  background-image: linear-gradient(#ffffffb0, #ffffffb0);
}

.hero-slide-heading {
  color: var(--white);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}

.hero-slide-heading.inc {
  color: var(--black);
}

.hero-slide-heading-wrapper {
  align-self: center;
  max-width: 60%;
}

.hero-slide-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.hero-slide-text.inc {
  color: var(--black);
}

.hero-slider-button {
  background-color: var(--black);
  color: var(--white);
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.hero-slider-button.inc {
  border-color: var(--black);
  color: var(--black);
}

.slide-3 {
  background-image: url('../images/background.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/ifpd.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-87 {
  max-width: 53%;
}

.div-block-88, .div-block-89, .div-block-90, .div-block-91, .div-block-92, .div-block-93, .div-block-94, .div-block-95, .div-block-96, .div-block-97, .div-block-98, .div-block-99, .div-block-100, .div-block-101 {
  max-width: 77%;
}

.hero-slide-text-wrapper {
  max-width: 30%;
}

.hero-slide-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.home-about-heading-wrapper {
  color: var(--royal-blue);
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  width: 100%;
  padding: 0 2.5rem;
}

.home-about-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-size-large {
  font-size: 1.75rem;
  line-height: 1.2;
}

.home-stats {
  background-image: linear-gradient(90deg, var(--royal-blue), #1769ff33);
  color: var(--white);
}

.home-stats-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.stat-number-wrapper {
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.services-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.1;
}

.solutions-tabs {
  justify-content: center;
  display: flex;
}

.solutions-tabs-menu {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  padding: 2.5rem 2.5rem 2.5rem 4rem;
  display: flex;
}

.solutions-tabs-content {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  overflow: visible;
}

.solutions-tab-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--transparent);
  max-width: 80%;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: 2.5rem;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.solutions-tab-link.w--current {
  background-color: var(--transparent);
  color: var(--black);
}

.solutions-tab-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 26.75rem;
}

.solutions-tab-pane {
  width: 100%;
  height: 90%;
}

.solutions-tab-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.right-arrow-3, .left-arrow-3 {
  background-color: var(--white);
}

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

.button-5 {
  border: 1px none var(--black);
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-5.is-alternate {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.button-5.is-alternate.is-cta {
  background-color: var(--white);
  color: var(--royal-blue);
}

.button-5.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-5.is-link {
  border-style: none;
  border-width: 0;
  padding: .25rem .5rem;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--royal-blue);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.button-5.is-light {
  border-color: var(--white);
  color: var(--white);
}

.button-5.is-light.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero-slide-wrapper {
  color: var(--white);
  position: relative;
}

.button-group {
  z-index: 9;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.hero-slide_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header5_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

.margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-large {
  margin-top: 3rem;
}

.margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-xxsmall, .margin-top.margin-large {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-small.para {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.margin-bottom.margin-regular {
  margin-bottom: 1.25rem;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 .75rem;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 5rem;
}

.margin-bottom.margin-medium {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-tiny, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-color-brand {
  color: var(--black);
}

.heading-style-h3.text-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.solution-tab-link-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400vh;
  display: flex;
}

.padding-top, .padding-top.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-section-medium {
  padding-bottom: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery24_component {
  height: 300vh;
}

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

.button-services-btn {
  z-index: 200;
  white-space: nowrap;
  background-color: #1769ff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 0;
  padding: 12px 22px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 6px #4c8bfd, 2px 2px 7px #cfe0ff;
}

.button-services-btn.apm-int.page {
  margin-left: 20px;
  font-size: 1.1rem;
}

.button-services-btn.amc {
  margin-left: 20px;
}

.button-services-btn.products {
  margin-top: 20px;
  font-size: 1.2rem;
  display: flex;
}

.header103_tab-link {
  border-bottom: .25rem solid var(--white);
  color: #fffc;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  border-bottom-color: var(--royal-blue);
  background-color: var(--transparent);
}

.header103_instructions-callout-image {
  margin-top: 1.5rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.header103_content-wrapper {
  text-align: center;
}

.header103_tab-overlay {
  z-index: 1;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.text-size-medium-5 {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-medium-5.alternate {
  color: var(--white);
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.header103_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.header103_tabs {
  min-height: 100vh;
  color: var(--white);
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header-103-instructions-delete {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  text-align: left;
  padding: 2rem;
}

.header103_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.header103_tab-change {
  display: none;
}

.header103_tabs-content {
  min-height: 100vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.section_layout.bg {
  background-color: #efeeea4a;
}

.layout15_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_content.block {
  display: block;
}

.layout_content.is-about {
  align-items: center;
}

.layout_content.is-block {
  display: block;
}

.layout15_content-left.is-about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.layout15_logo {
  max-height: 3rem;
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout254_item {
  border: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  transition: all .2s;
  display: flex;
}

.layout254_item:hover {
  border: 1px solid var(--royal-blue);
}

.layout254_item.is-services {
  color: #000;
  background-color: #a7bfec1a;
  border-radius: 12px;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout254_item-icon-wrapper {
  display: inline-block;
}

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

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.heading-style-h5 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.layout254_image-wrapper {
  width: 100%;
  position: relative;
}

.layout254_image-wrapper.fms, .layout254_image-wrapper.lap-desk_service, .layout254_image-wrapper.dm {
  display: none;
}

.section_layout254.bg {
  background-color: #efeeea4a;
}

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo1_logo {
  object-fit: contain;
  width: 8rem;
}

.section_logo1 {
  overflow: hidden;
}

.logo1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.counter-para {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

.logo1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout28_image-wrapper {
  aspect-ratio: 1;
}

.layout28_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.layout28_lightbox-image {
  object-fit: cover;
}

.heading-style-h4 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 1rem 0 1rem 2rem;
}

.layout28_tabs-link.w--current {
  border-left-color: var(--royal-blue);
  opacity: 1;
  background-color: #0000;
}

.layout28_tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_faq, .section_faq.is-bg {
  background-color: #efeeea4a;
}

.section_faq.bg-white {
  background-color: #fff;
}

.stats7_list {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.stats7_list.counter {
  grid-column-gap: 1.125rem;
}

.stats7_item {
  border-left: 2px solid var(--black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
}

.stats7_item.is-counter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--light-steel-blue);
  border-left-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  display: flex;
}

.stats7_item.is-counter.is-last {
  border-right-style: none;
}

.stats7_number {
  color: var(--royal-blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats7_number.text {
  font-size: 2rem;
  line-height: 100%;
}

.cta41_card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
}

.section_cta41 {
  width: 100%;
}

.cta41_component {
  color: var(--white);
}

.cta41_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cta41_card-content {
  z-index: 1;
  position: relative;
}

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

.logo1_list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.services-left-column {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.services-tab-link {
  background-color: var(--transparent);
  padding: 0;
}

.services-tab-link.w--current {
  background-color: var(--transparent);
}

.services-tabs-menu {
  width: 100%;
}

.portfolio-header8_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.portfolio-header_overlay {
  z-index: 1;
  background-color: #1769ff33;
  position: absolute;
  inset: 0%;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.text-size-medium-6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.portfolio-header8_content-left {
  color: var(--white);
}

.portfolio-header8_100vh {
  z-index: 1;
  align-items: flex-end;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.portfolio-header_background-image-wrapper {
  z-index: 0;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-3\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.portfolio-header8_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-header8_content-wrapper {
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  max-width: 80%;
}

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

.section_solution-header {
  position: relative;
}

.content_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-rich-text p {
  color: var(--black);
  margin-bottom: 20px;
}

.text-rich-text ol {
  padding-left: 20px;
}

.content5_content-wrapper {
  position: sticky;
  top: 5rem;
}

.content_image-wrapper {
  flex: 1;
  width: 100%;
}

.content_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_content.highlight {
  margin-top: 5rem;
}

.content_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.product_item-link {
  width: 100%;
  height: 100%;
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.product_item-link.is-why {
  border: 1px solid #0000002e;
  border-top: 1px #000;
  border-left: 1px #000;
  padding: 24px;
  transition: all .4s;
}

.product_item-link.is-why:hover {
  background-color: #eff3fd;
}

.product_item {
  border: 1px #7575754a;
  width: 100%;
}

.product_item.is-tech {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--royal-blue);
  color: #3ff;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #1769ff;
  border-radius: 4px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.product_item.is-services {
  background-color: #fff;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-wrap {
  border: 1px solid var(--royal-blue);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-wrap.is-secondary {
  background-color: var(--royal-blue);
}

.product_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-size-medium-7.text-weight-semibold {
  font-size: 1.5rem;
  line-height: 120%;
}

.text-size-medium-7.text-weight-semibold.text-color-white {
  color: var(--white);
}

.product_component.is-expert {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.product_content-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.product_content-bottom.is-expertise {
  background-color: #eff3fd;
  border-radius: 12px;
  justify-content: flex-start;
  padding: 32px;
}

.product_content-bottom.is-services {
  background-color: #0000000a;
  border-radius: 12px;
  justify-content: flex-start;
  padding: 32px;
}

.product_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.product_list.classroom-page {
  grid-template-columns: 1fr 1fr;
}

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

.product_list.grid.is-why {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #0000002e;
  border-left: 1px solid #0000002e;
}

.product_list.is-tech {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_list.is-tech-five {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product_list.is-tech-four {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_list.is-expert {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_list.is-expert--col-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_list.is-expert--col-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product_list.is-expert--col-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.product_image {
  aspect-ratio: 10 / 12;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_image.classroom-product_img {
  aspect-ratio: 3 / 2;
  height: auto;
}

.product_image.is-about {
  object-fit: cover;
}

.product_heading {
  flex: 1;
}

.section_state, .section_state.is-bg {
  background-color: #efeeea4a;
}

.section_state.bg-white {
  background-color: #fff;
}

.product-header4_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header4_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  border-bottom-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.product-get_quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

.product-header4_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.button-7 {
  border: 1px solid var(--white);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--royal-blue);
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.product-header4_form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: grid;
}

.product-header4_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header4_product-details {
  position: sticky;
  top: 8rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.breadcrumb-link {
  color: var(--black);
  text-transform: capitalize;
}

.product-header4_main-image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header4_item {
  width: 100%;
}

.text-size-tiny {
  font-size: .75rem;
}

.product-header4_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.product-header4_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header4_option {
  margin-bottom: 1.25rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
}

.product-header4_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header4_lightbox-link {
  width: 100%;
  margin-bottom: 1rem;
  display: block;
}

.product-header4_image-wrapper {
  width: 100%;
}

.product-header4_component {
  padding-bottom: 3rem;
}

.variant-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--transparent);
  min-width: 6.5rem;
  color: var(--royal-blue);
  text-align: center;
  padding: .75rem 1.25rem;
}

.variant-button.w--current, .variant-button.is-disabled {
  background-color: var(--royal-blue);
  color: var(--white);
}

.variant-button.is-disabled.hide {
  display: none;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.product-header4_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.section_product-header4 {
  position: relative;
}

.product-header4_list-wrapper {
  flex-direction: column;
}

.breadcrumb-link-2 {
  color: var(--royal-blue);
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-header4_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header4_default-state {
  margin-bottom: 2rem;
}

.product-header4_text-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 1px;
  height: auto;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-8.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-8.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.product-header1_option {
  margin-bottom: 1.5rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-header_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_image {
  aspect-ratio: 5 / 6;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-header_lightbox-link {
  width: 100%;
  display: block;
}

.product-header_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.product-header1_rating-wrapper {
  display: flex;
}

.variant-button-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header1_component {
  padding-bottom: 0;
}

.product-header_image-wrapper {
  width: 100%;
}

.variant-button-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button-2.is-disabled {
  opacity: .25;
}

.variant-button-2.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.product-header1_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product-header1_details {
  overflow: hidden;
}

.breadcrumb-link-4 {
  text-decoration: none;
}

.breadcrumb-link-4.w--current {
  font-weight: 600;
}

.product-header_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_accordion-wrapper {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.product-header1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header1_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header1_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header1_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.products_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.products_heading-wrapper.is-product {
  flex-flow: column;
}

.variant_details-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.product_desc-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.header129_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header129_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header129_image3 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-9 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.text-size-medium-8 {
  font-size: 1.125rem;
}

.text-size-medium-8.text-weight-semibold.text-color-white-2 {
  color: #fff;
}

.header129_image-wrapper1 {
  width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.header129_image-wrapper2 {
  width: 35%;
  position: absolute;
  inset: auto auto 10% 0%;
}

.header129_image-wrapper3 {
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.header129_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header129_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.button-10 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-10.is-tertiary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-color: #0000;
}

.button-10.is-small {
  padding: .5rem 1.25rem;
}

.button-10.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.stat_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--royal-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat_item.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.stat_item.vertical:hover, .stat_item.is-highlight {
  background-color: #eff3fd;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.stat7_progress {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  height: .25rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small {
  padding: 0 0 1.5rem;
}

.section-header1_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.stat7_item-data-wrapper {
  align-items: center;
  display: flex;
}

.stat_component {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
}

.stat_component.no-gap {
  padding: 0;
}

.stat_component.is-pro {
  padding-top: 0;
}

.section-header_content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.stat_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat_list-wrapper.grid {
  grid-template-rows: auto;
}

.stat_list-wrapper.grid.is-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.stat_list-wrapper.grid.is-features-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.stat7_progress-bar {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 60%;
  height: .25rem;
}

.stat7_item-badge {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section_cta7 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta_component {
  background-color: var(--royal-blue);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.team10_slider {
  background-color: #0000;
  height: auto;
  position: relative;
  overflow: hidden;
}

.team10_slider.with-padding {
  padding-bottom: 6rem;
}

.team10_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-size-large-3 {
  font-size: 1.25rem;
}

.text-size-large-3.text-weight-semibold {
  text-transform: capitalize;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team10_arrow {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 3rem 0% auto;
}

.team10_arrow.left {
  right: 7rem;
}

.team10_arrow.left.hide, .team10_arrow.hide {
  display: none;
}

.team10_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team10_slide {
  width: 33.33%;
  padding-right: 3rem;
}

.section_team10 {
  overflow: hidden;
}

.team10_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team_component {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex;
}

.team10_mask {
  width: 100%;
  overflow: visible;
}

.product-header8_overlay {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.stat6_item-badge {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  aspect-ratio: 1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  display: flex;
}

.stat6_item-badge-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.stat6_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.stat6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

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

.download_pdf-button {
  border: 1px solid var(--royal-blue);
  background-color: var(--transparent);
  width: 100%;
  min-width: 6.5rem;
  color: var(--royal-blue);
  text-align: center;
  padding: .75rem 1.25rem;
}

.download_pdf-button.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
}

.download_pdf-button.is-disabled {
  background-color: var(--royal-blue);
  pointer-events: none;
  color: var(--white);
}

.download_pdf-button.is-disabled.hide {
  display: none;
}

.download_pdf-button.is-active {
  border-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

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

.feaature_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.features_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-text_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.features_component {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
}

.feaature_item_with-image {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 8.875rem;
  display: flex;
}

.feature-imae {
  object-fit: cover;
  width: 100%;
  max-height: 10rem;
}

.stat-number_wrapper {
  display: flex;
}

.nav-logo {
  width: 11rem;
  display: none;
}

.nav-logo:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  display: block;
}

.transparent {
  width: 11rem;
  display: block;
}

.transparent:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  display: none;
}

.dropdown-toggle {
  padding: 0;
  display: flex;
}

.dropdown-toggle:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  align-items: center;
}

.dropdown-toggle.w--open {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.dropdown-link {
  color: var(--black);
  font-size: .875rem;
}

.dropdown-arrow {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown {
  padding-right: 0;
}

.div-block-102 {
  background-color: #fff;
}

.btn-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/background.png');
  background-position: 50%;
  border-radius: 1.5625rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 3.75rem;
  display: flex;
  position: relative;
}

.div-block-104 {
  z-index: 9;
  max-width: 30rem;
  color: var(--white);
  position: relative;
}

.div-block-105 {
  z-index: 9;
  max-width: 30rem;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 80rem;
}

.div-block-106, .div-block-109 {
  display: flex;
}

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

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

.div-block-112 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.dropdown-arrow-copy {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.dropdown-arrow-copy:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
  color: #000;
  display: block;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 1rem;
}

.accordion-body__contents {
  opacity: 1;
  margin-top: 8px;
  padding-right: 40px;
  font-size: 1px;
  line-height: 26px;
}

.accordion-body__contents p {
  font-size: 1rem;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  border: 1px #757575;
  border-bottom: 1px solid #7575754a;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  background-color: #0000;
  border: 1px #deeaf0;
  border-bottom: 1px solid #7575754a;
  border-radius: 0;
}

.question-text {
  color: #333;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  padding-right: 40px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion.js-accordion.is-expert {
  margin-bottom: 0;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.paragraph-23, .paragraph-24 {
  font-size: 1.125rem;
}

.plus-icon {
  color: #fff;
  display: flex;
}

.text-color-757575 {
  color: var(--grey);
}

.blog-post-header3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header3_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.breadcrumb_component-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-post-header3_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header3_author-wrapper {
  align-items: center;
}

.blog-post-header3_social-link {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-radius: 20px;
  padding: .25rem;
}

.section_blog-post-header3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.blog-post-header3_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.breadcrumb-link-5 {
  text-decoration: none;
}

.breadcrumb-link-5.w--current {
  font-weight: 600;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog-post-header3_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-post-header3_author-text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.blog-post-header3_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-11 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.blog55_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

.blog55_date-wrapper {
  align-items: center;
  display: flex;
}

.blog55_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.section_blog55 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.section_blog55.is-bg {
  background-color: #efeeea4a;
}

.blog55_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog55_author-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.text-size-regular {
  font-size: 1rem;
}

.blog55_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.blog55_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog55_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog55_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.founder_component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.founder_component.is-expert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-text {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.div-block-113 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.stat7_item-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-2.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading-style-h5-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-12.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

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

.stat7_item-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-3.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-13.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

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

.stat7_item-4 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-4.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-14.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.stat7_item-5 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-5.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-15.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.stat7_item-6 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-6.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-16 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-16.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.stat7_item-7 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.stat7_item-7.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-17.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.features-ritch {
  margin-top: 2rem;
}

.features-ritch h5 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 120%;
}

.features-ritch p {
  margin-bottom: 24px;
  font-size: 1rem;
}

.features-ritch.no-gap {
  margin-top: 0;
}

.features-ritch h2 {
  font-size: 24px;
}

.features-ritch.is-services {
  color: #000;
  margin-top: 0;
}

.features-ritch.is-services ul {
  color: var(--grey);
}

.cta-highlight {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 0;
  padding: 2rem;
}

.onsite-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.container-large {
  max-width: 80rem;
}

.div-block-115 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-14 {
  font-size: .875rem;
}

.html-embed-2 {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.company_image-track {
  flex-flow: row;
  display: flex;
}

.integration_logo_card-holder {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration_logo_card-holder.custom-animation {
  flex-flow: row;
  animation-duration: 30s;
}

.integration_logo_card-holder.custom-animation.col {
  flex-flow: column;
}

.integration_logo_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #a7bfec1a;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 7rem;
  margin-right: 1.5rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.integration_logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.services-banner-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.services-overview.is-bg {
  background-color: #efeeea4a;
}

.section_services, .section-fouder {
  background-color: #fff;
}

.section-cover {
  background-color: #efeeea4a;
}

.seperate {
  background-color: red;
  height: 300px;
}

.product-component {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-product-features {
  background-color: #efeeea4a;
}

.cta_image {
  border-radius: 1.5625rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.para {
  font-size: 1rem;
}

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

.contact-icon-im {
  width: 18px;
  height: 18px;
}

.contact_para {
  font-size: 1rem;
}

.heading-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  display: flex;
}

.slider-2 {
  background-color: #fff;
  height: 100%;
}

.slide {
  height: 400px;
}

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.breadcrumb-link-6 {
  color: #212121;
  text-transform: capitalize;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-large-4 {
  font-size: 1.25rem;
}

.text-size-large-4.text-weight-semibold {
  text-transform: capitalize;
}

.product2_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.portfolio-header8_content-left-2 {
  color: #fff;
}

.product-get_quote-btn-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

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

.variant-button-row-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section-header1_content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team10_arrow-2 {
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 3rem 0% auto;
}

.team10_arrow-2.left {
  right: 7rem;
}

.variant-button-3 {
  color: #1769ff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1769ff;
  min-width: 6.5rem;
  padding: .75rem 1.25rem;
}

.variant-button-3.w--current, .variant-button-3.is-disabled {
  color: #fff;
  background-color: #1769ff;
}

.portfolio-header8_background-image-wrapper {
  z-index: 0;
  background-color: #212121;
  position: absolute;
  inset: 0%;
}

.team10_component {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
}

.product-header1_image-wrapper {
  width: 100%;
}

.breadcrumb_component-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.team10_arrow-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.breadcrumb-link-7 {
  color: #1769ff;
  text-decoration: none;
}

.breadcrumb-link-7.w--current {
  font-weight: 600;
}

.portfolio-header8_content-wrapper-2 {
  grid-auto-columns: 1fr;
  max-width: 80%;
}

.product2_item {
  width: 100%;
}

.product2_item.is-tech {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3ff;
  background-color: #1769ff;
  border-radius: 4px;
  flex-flow: column;
  padding: 24px;
  transition: all .4s;
  display: flex;
}

.product2_item.is-tech:hover {
  background-color: #212121;
}

.product-header1_component-2 {
  padding-bottom: 3rem;
}

.stat7_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat7_list-wrapper.grid {
  grid-template-rows: auto;
}

.stat7_list-wrapper.grid.is-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.stat7_list-wrapper.grid.is-features.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.download_pdf-button-2 {
  color: #1769ff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1769ff;
  width: 100%;
  min-width: 6.5rem;
  padding: .75rem 1.25rem;
}

.download_pdf-button-2.w--current {
  color: #fff;
  background-color: #1769ff;
}

.product-header1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-medium-9 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.button-18 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-18.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta7_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header1_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.button-19 {
  color: #fff;
  text-align: center;
  background-color: #1769ff;
  border: 1px #212121;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.button-19.is-alternate {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

.cta7_component {
  background-color: #1769ff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.product2_list.is-tech-five {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.stat7_component {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
}

.stat7_component.no-gap {
  padding-top: 0;
}

.form-wrapper, .form-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.padding-global-6.padding-section-medium.is-pro {
  padding-bottom: 0;
}

.div-block-117, .info_product-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.variant-button-row-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
}

.portfolio-header_background-image-wrapper-2 {
  z-index: 0;
  background-color: #212121;
  position: absolute;
  inset: 0%;
}

.portfolio-header8_content-left-3 {
  color: #fff;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.portfolio-header8_content-wrapper-3 {
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  max-width: 80%;
}

.text-size-medium-10 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.info_product-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.breadcrumb-link-8 {
  color: #212121;
  text-transform: capitalize;
}

.breadcrumb_component-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link-9 {
  color: #1769ff;
  text-decoration: none;
}

.breadcrumb-link-9.w--current {
  font-weight: 600;
}

.div-block-117 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.download_pdf-button-3 {
  color: #1769ff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1769ff;
  width: 100%;
  min-width: 6.5rem;
  padding: .75rem 1.25rem;
}

.download_pdf-button-3.w--current {
  color: #fff;
  background-color: #1769ff;
}

.heading-style-h5-4 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.stat_item-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid #1769ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 8.875rem;
  padding: 1rem;
  display: flex;
}

.product-get_quote-btn-3 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

.cta_component-2 {
  background-color: #1769ff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.heading-style-h5-5 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_testimonial {
  background-color: #efeeea4a;
  overflow: hidden;
}

.testimonial_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #efefef;
  border-right-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.testimonial_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px solid #efefef;
  flex-flow: column;
  justify-content: space-between;
  padding: 2.25rem 0;
  transition: all .3s;
  display: flex;
}

.testimonial_card:hover {
  background-color: #a7bfec1a;
}

.testimonial_para {
  font-size: 16px;
  line-height: 130%;
}

.testimonial_footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #efefef;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: flex;
}

.testimonial_footer.col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.testimonial_footer-left {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  font-size: 16px;
  display: flex;
}

.div-block-118 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: absolute;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding-right: 2.5rem;
  }

  .brand {
    order: -1;
  }

  .nav-menu {
    background-color: #fff;
    align-self: auto;
  }

  .nav-menu:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .paragraph, .button, .button-2 {
    font-size: 1rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .apm-piko-container.product-page {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column;
  }

  .div-block-4, .div-block-4.auto, .div-block-5, .div-block-5.auto {
    width: auto;
  }

  .heading-3 {
    font-size: 1.7em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .div-block-7 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .paragraph-5 {
    font-size: 1em;
  }

  .paragraph-7 {
    line-height: 1.2;
  }

  .all-in-one-container.flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider, .div-block-14, .service-slide-content-wrapper {
    min-height: 50vh;
  }

  .paragraph-8 {
    font-size: 1.2em;
  }

  .services-slide, .mask {
    min-height: 50vh;
  }

  .container-6 {
    max-width: 90vw;
    padding-left: 0;
  }

  .div-block-18.wrap {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 2em;
  }

  .div-block-22 {
    width: 50%;
    margin-left: 20px;
  }

  .div-block-22.first {
    order: -9999;
    width: auto;
  }

  .div-block-23 {
    align-items: center;
  }

  .footer {
    padding-top: 60px;
  }

  .form {
    width: 82%;
  }

  .menu-button {
    order: 1;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    color: var(--black);
    border-bottom: 1px solid #efefef;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav-link:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    text-align: left;
    display: inline-flex;
  }

  .interactive-panel-container {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column;
  }

  .product_desc {
    padding-top: 10vh;
  }

  .div-block-46 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-47 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .grid-feature-large {
    grid-template-columns: 1fr 1fr;
  }

  .section-features {
    padding-bottom: 140px;
  }

  .div-block-48 {
    width: auto;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .product-images {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .div-block-58 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .div-block-59 {
    width: auto;
  }

  .div-block-60 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .amc--container {
    flex-flow: column;
  }

  .webdev--container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .div-block-63 {
    width: auto;
  }

  .fmc--container {
    flex-flow: column;
  }

  .div-block-64, .div-block-65 {
    width: auto;
  }

  .form-outer-div {
    grid-template-columns: 1fr;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .form-section {
    height: auto;
    padding-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-icon:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    color: var(--black);
  }

  .padding-global {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .layout_content {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout_image {
    height: auto;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .layout28_tabs {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats7_list {
    grid-column-gap: 2rem;
  }

  .stats7_number {
    font-size: 2rem;
  }

  .stats7_number.text {
    font-size: 1.5rem;
  }

  .cta41_card {
    padding: 3rem;
  }

  .portfolio-header8_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content5_content-wrapper {
    position: static;
  }

  .content_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product_list, .product_list.grid, .product_list.is-expert, .product_list.is-expert--col-6, .product_list.is-expert--col-4, .product_list.is-expert--col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .product_heading {
    margin-right: 3rem;
  }

  .product-get_quote-btn.width {
    margin-right: auto;
  }

  .product-header4_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header4_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header4_lightbox-link {
    margin-bottom: 0;
  }

  .product-header4_component {
    padding-bottom: 2.5rem;
  }

  .product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header_layout.padding {
    padding-bottom: 4rem;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .stat_list-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .cta_content {
    grid-column-gap: 3rem;
  }

  .cta_content.wrap {
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta_component.margin {
    margin-top: 60px;
  }

  .team10_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .team10_arrow {
    right: 1rem;
  }

  .team10_arrow.left {
    bottom: 0%;
    right: 5rem;
  }

  .team10_item {
    width: 100%;
  }

  .team10_slide {
    width: 100%;
    padding-right: 1rem;
  }

  .team10_mask {
    width: 50%;
  }

  .stat6_list-wrapper, .features_list-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .features_component {
    padding-bottom: 3rem;
  }

  .nav-logo {
    width: 9rem;
    display: none;
  }

  .nav-logo:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    display: block;
  }

  .transparent {
    width: 9rem;
    display: block;
  }

  .transparent:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    display: none;
  }

  .dropdown-list.w--open {
    z-index: 9;
    background-color: #fff;
  }

  .dropdown-arrow {
    display: none;
  }

  .dropdown {
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    padding-right: 0;
    display: inline-flex;
  }

  .div-block-106 {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-107 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .div-block-109 {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-110 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-112 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-112:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .dropdown-arrow-copy {
    color: #000;
    display: flex;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-post-header3_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog55_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    font-size: 1.125rem;
  }

  .opacity_0 {
    display: none;
  }

  .conatct-cta-wrapper {
    overflow: hidden;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .product-get_quote-btn-2.width {
    margin-right: auto;
  }

  .team10_arrow-2 {
    right: 1rem;
  }

  .team10_arrow-2.left {
    bottom: 0%;
    right: 5rem;
  }

  .portfolio-header8_content-wrapper-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-header1_component-2 {
    padding-bottom: 2.5rem;
  }

  .stat7_list-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .stat7_list-wrapper.grid.is-features.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta7_content {
    grid-column-gap: 3rem;
  }

  .cta7_content.wrap {
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .portfolio-header8_content-wrapper-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-get_quote-btn-3.width {
    margin-right: auto;
  }

  .testimonial_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-width: 0;
    grid-template-columns: 1fr;
  }

  .testimonial_card {
    border: 1px solid #efefef;
  }

  .testimonial_footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .container:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brand:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    padding-left: 0;
  }

  .div-block-36 {
    max-width: none;
  }

  .div-block-40 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
  }

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

  .features-list, .features-table {
    padding: 60px 15px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .grid-feature-large {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-57 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-66 {
    height: 50vh;
  }

  .services-component {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .speedy-networks, .annual-it, .div-block-68 {
    padding-left: 0;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-section {
    height: auto;
    padding-top: 10vh;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge.is-mobile {
    margin-bottom: 0;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .header103_tabs-menu {
    bottom: 3rem;
  }

  .layout15_logo-row {
    padding-top: 1rem;
  }

  .layout_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout254_right {
    grid-row-gap: 3rem;
  }

  .layout254_item {
    padding: 0;
  }

  .layout254_item.is-services {
    height: 100%;
    padding: 2rem;
  }

  .layout254_left {
    grid-row-gap: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout254_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo1_list {
    padding-top: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout28_tabs-link {
    padding-left: 1.5rem;
  }

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

  .stats7_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats7_list.counter {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .stats7_item.is-counter {
    border-bottom: 1px solid var(--light-steel-blue);
    border-right-width: 0;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .stats7_number {
    font-size: 3rem;
  }

  .cta41_card {
    padding: 2rem;
  }

  .logo1_list-wrapper {
    padding-top: 1rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

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

  .content_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .product_image-wrapper {
    height: 100%;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .product_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .product_list.is-tech-five, .product_list.is-tech-four {
    grid-template-columns: 1fr 1fr;
  }

  .product_heading {
    margin-right: 0;
  }

  .product-header4_gallery {
    grid-template-columns: 1fr;
  }

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

  .variant-button-row {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header4_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header4_component {
    padding-bottom: 1.5rem;
  }

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

  .product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header_layout.padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .product-header_gallery {
    grid-template-columns: 1fr;
  }

  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

  .header129_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .header129_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stat_item {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header1_content-right {
    justify-content: space-between;
  }

  .stat_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-header_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .stat_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stat_list-wrapper.grid.is-features, .stat_list-wrapper.grid.is-features-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cta_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta_content.wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .team10_arrow.left {
    right: 4.5rem;
  }

  .team10_slide {
    padding-right: 1rem;
  }

  .team_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team10_mask {
    width: 50%;
  }

  .stat6_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stat6_item, .feaature_item {
    justify-content: space-between;
  }

  .features_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .features_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .feaature_item_with-image {
    justify-content: space-between;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
    font-size: 18px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .blog-post-header3_content {
    grid-row-gap: 3rem;
  }

  .blog55_image-wrapper {
    height: 100%;
  }

  .blog55_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog55_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .stat7_item-2 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 5rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .stat7_item-3, .stat7_item-4, .stat7_item-5, .stat7_item-6, .stat7_item-7 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 5rem;
  }

  .section_contact-cta {
    overflow: hidden;
  }

  .opacity_0 {
    opacity: 0;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .section-header1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .variant-button-row-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-header1_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .team10_arrow-2.left {
    right: 4.5rem;
  }

  .team10_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .product-header1_component-2 {
    padding-bottom: 1.5rem;
  }

  .stat7_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .stat7_list-wrapper.grid.is-features {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stat7_list-wrapper.grid.is-features.col-4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta7_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta7_content.wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .product2_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .product2_list.is-tech-five {
    grid-template-columns: 1fr 1fr;
  }

  .stat7_component, .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .variant-button-row-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .portfolio-header8_content-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .stat_item-2 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 5rem;
  }

  .heading-style-h5-5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100vw;
    position: fixed;
  }

  .container {
    align-items: center;
    min-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container:where(.w-variant-7d088841-8f9c-da5c-9bfb-77a0343d7f8b) {
    padding-left: 0;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .landing-screen {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Creative_1-1.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .container-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 90vw;
    padding-top: 14vh;
  }

  .heading {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1;
  }

  .paragraph {
    text-align: left;
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.2;
  }

  .button {
    border-radius: 5px;
    margin-top: 0;
    padding-left: 20px;
    font-size: .8rem;
  }

  .button-2 {
    margin-left: 10px;
    padding-left: 20px;
    font-size: .8rem;
  }

  .heading-2 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1;
  }

  .apm-piko-container {
    flex-direction: column;
  }

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

  .div-block-5 {
    width: 100%;
    margin-top: 20px;
  }

  .heading-3 {
    line-height: 1.2;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-8.large-feature-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .div-block-10 {
    width: 20vw;
  }

  .div-block-11 {
    margin-left: 0;
  }

  .div-block-11.flex {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    display: flex;
  }

  .all-in-one-container {
    flex-direction: column;
  }

  .div-block-12 {
    margin-top: 0;
    overflow: visible;
  }

  .image-4, .div-block-13 {
    overflow: hidden;
  }

  .trusted-bgy {
    margin-top: 40px;
  }

  .container-5 {
    max-width: 95vw;
  }

  .slider {
    display: none;
  }

  .slider.mobile {
    max-width: 95vw;
    display: block;
  }

  .div-block-14 {
    justify-content: center;
    padding: 0;
  }

  .service-slide-content-wrapper {
    width: 60%;
  }

  .service-view-more {
    margin-top: 0;
  }

  .cta {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .container-6 {
    padding: 0;
  }

  .div-block-18 {
    border-radius: 10px;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .div-block-18.wrap {
    padding-top: 0;
  }

  .heading-4 {
    font-size: 1.9em;
  }

  .paragraph-10 {
    margin-top: 0;
  }

  .paragraph-10.font {
    font-size: .875rem;
  }

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

  .submit-button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .div-block-20 {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-22 {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .link-block-5 {
    max-width: 30%;
  }

  .container-8 {
    max-width: 90vw;
  }

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

  .div-block-35 {
    padding-left: 0;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .link-2 {
    margin-top: 5px;
    font-size: .7rem;
  }

  .div-block-38 {
    justify-content: center;
    margin-top: 10px;
  }

  .link-3 {
    font-size: .7rem;
  }

  .link-3._3, .link-3._2 {
    width: auto;
    font-size: .7rem;
  }

  .link-block-6 {
    width: 25px;
  }

  .div-block-39 {
    width: 60%;
  }

  .div-block-40 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._3, ._2 {
    width: 25px;
  }

  .div-block-41 {
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .image-9 {
    max-width: 100%;
  }

  .form {
    width: 100%;
  }

  .form.flex {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-42 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .right-arrow {
    right: -10px;
  }

  .left-arrow {
    left: -10px;
  }

  .div-block-43 {
    order: 0;
    align-self: center;
  }

  .lottie-animation {
    width: 50px;
  }

  .paragraph-14 {
    color: #757575;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .8rem;
  }

  .div-block-44 {
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-bottom: 20%;
    display: flex;
  }

  .container-9 {
    max-width: 90vw;
  }

  .apm-petite-container, .interactive-panel-container {
    flex-direction: column;
  }

  .product_desc {
    padding-top: 13vh;
    padding-bottom: 0;
  }

  .container-10 {
    flex-direction: column;
    max-width: 90vw;
  }

  .div-block-46 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-47 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    width: 100%;
    padding-left: 0;
  }

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

  .paragraph-15 {
    font-size: .9rem;
    line-height: 1.3;
  }

  .button-3 {
    margin-top: 20px;
    font-size: .7rem;
  }

  .button-3.button-style {
    font-size: .9rem;
  }

  .button-3.apm-int.page {
    margin-top: 20px;
    font-size: .7rem;
  }

  .button-3.amc {
    margin-top: 20px;
    margin-left: 0;
  }

  .container-11 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .feature-icon-blue {
    border-radius: 100%;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-icon-blue.ops {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 8px;
  }

  .feature-icon-blue.battery-backup, .feature-icon-blue.camera {
    width: auto;
  }

  .container-large {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-large {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .paragraph-standard {
    font-size: .9rem;
  }

  .title-wrapper {
    order: 0;
    align-self: auto;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-feature-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 90%;
    margin-left: 0;
  }

  .section-features {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding: 0%;
  }

  .h3-heading {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .large-feature-wrapper {
    flex-direction: column;
    max-width: none;
    margin-bottom: 10px;
    padding: 20px;
  }

  .container-12 {
    margin-top: 40px;
  }

  .div-block-48 {
    width: auto;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .product-images {
    padding-top: 60px;
  }

  .list-item {
    color: #67718e;
    font-size: .9rem;
  }

  .image-16 {
    width: 80%;
  }

  .image-17 {
    width: 100%;
  }

  .image-18 {
    width: 80%;
    max-width: none;
  }

  .section_about {
    padding-top: 12vh;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .paragraph-16 {
    font-size: .9rem;
  }

  .div-block-55 {
    flex-direction: column;
  }

  .div-block-56 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .div-block-57 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-about-story {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-58 {
    flex-direction: column;
    margin-bottom: 0;
  }

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

  .div-block-60 {
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-19 {
    font-size: 1.5rem;
  }

  .div-block-61 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .section-5 {
    padding-top: 13vh;
  }

  .amc--container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .services-container {
    margin-top: 20px;
  }

  .webdev--container, .fmc--container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .div-block-64, .div-block-65 {
    width: 100%;
  }

  .section-6 {
    padding-top: 7rem;
  }

  .div-block-66 {
    height: 30vh;
  }

  .services-component {
    padding: 0;
  }

  .types, .list-item-2 {
    font-size: .9rem;
  }

  .link-4 {
    margin-top: 0;
    font-size: .7rem;
  }

  .bold-text-10 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .list-2 {
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .amc-sub-head {
    font-size: .9rem;
  }

  .speedy-networks, .annual-it {
    padding-left: 10px;
  }

  .benifits, .dm-heading, .types-copy {
    font-size: .9rem;
  }

  .expertise {
    border-radius: 1.125rem;
  }

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

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

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

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .contact-method-wrap {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .form-section {
    height: auto;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .form-container {
    width: 90vw;
    display: none;
    left: 3%;
  }

  .form-container.apm-int {
    width: 90vw;
    display: none;
    bottom: -8%;
    left: -3%;
  }

  .form-container.amc {
    display: none;
    left: -3%;
  }

  .testimonial_name {
    font-size: 14px;
  }

  .form-button.button-style {
    font-size: .9rem;
  }

  .download-brochure.button-3 {
    font-size: .7rem;
  }

  .image-24.all-in-one {
    max-width: 10%;
  }

  .div-block-72 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-73 {
    margin-top: -20px;
    display: flex;
  }

  .padding-global {
    padding: 0 1rem;
  }

  .button-5.is-alternate {
    font-size: .875rem;
  }

  .heading-style-h1.font-size {
    font-size: 2rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .gallery24_image {
    max-height: 25rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-services-btn {
    margin-top: 20px;
    font-size: .7rem;
  }

  .button-services-btn.button-style {
    font-size: .9rem;
  }

  .button-services-btn.apm-int.page {
    margin-top: 20px;
    font-size: .7rem;
  }

  .button-services-btn.amc {
    margin-top: 20px;
    margin-left: 0;
  }

  .header103_tab-link {
    white-space: pre-wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-5.alternate {
    font-size: .875rem;
  }

  .header103_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header103_tabs-menu.home-tab {
    z-index: 1;
    margin-top: 2rem;
    bottom: 2rem;
  }

  .layout_content, .layout254_content-bottom {
    grid-template-columns: 1fr;
  }

  .heading-style-h6.counter-para {
    margin-bottom: 0;
    font-size: .875rem;
  }

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

  .layout28_tabs-menu {
    grid-row-gap: 2.5rem;
  }

  .layout28_tabs {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats7_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats7_item.is-counter {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .stats7_number {
    font-size: 2rem;
  }

  .logo1_list-wrapper {
    justify-content: center;
  }

  .text-rich-text p {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .content5_content-wrapper {
    width: 100%;
  }

  .product_list, .product_list.classroom-page, .product_list.grid {
    grid-template-columns: 1fr;
  }

  .product_list.is-tech, .product_list.is-tech-five, .product_list.is-tech-four {
    grid-template-columns: 1fr 1fr;
  }

  .product_list.is-expert, .product_list.is-expert--col-6, .product_list.is-expert--col-4, .product_list.is-expert--col-3 {
    grid-template-columns: 1fr;
  }

  .product-get_quote-btn {
    flex-direction: column;
  }

  .product-header4_layout {
    grid-template-columns: 1fr;
  }

  .breadcrumb_component {
    flex-flow: wrap;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .product-header_layout {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header129_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .stat_item.vertical {
    text-align: center;
    align-items: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stat_component {
    padding: 3rem 1.25rem;
  }

  .stat_list-wrapper.grid.is-features, .stat_list-wrapper.grid.is-features-4 {
    grid-template-columns: 1fr;
  }

  .cta_content {
    grid-row-gap: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta_content.wrap {
    grid-row-gap: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .team10_slider.with-padding {
    padding-bottom: 4rem;
  }

  .team_component {
    padding: 3rem 1.25rem 2rem;
  }

  .team10_mask {
    width: 100%;
  }

  .features_list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .feature-text_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .feaature_item_with-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-103 {
    border-radius: .625rem;
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .div-block-109 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
  }

  .blog-post-header3_share-wrapper {
    width: 100%;
  }

  .blog-post-header3_content {
    grid-template-columns: 1fr;
  }

  .blog55_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .stat7_item-2.vertical, .stat7_item-3.vertical, .stat7_item-4.vertical, .stat7_item-5.vertical, .stat7_item-6.vertical, .stat7_item-7.vertical {
    text-align: center;
    align-items: center;
  }

  .div-block-116 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .slider-2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide {
    height: 25rem;
  }

  .product-get_quote-btn-2 {
    flex-direction: column;
  }

  .team10_component {
    padding: 3rem 1.25rem 2rem;
  }

  .breadcrumb_component-3 {
    flex-flow: wrap;
  }

  .stat7_list-wrapper.grid.is-features, .stat7_list-wrapper.grid.is-features.col-4 {
    grid-template-columns: 1fr;
  }

  .padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cta7_content {
    grid-row-gap: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta7_content.wrap {
    grid-row-gap: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-header1_layout {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .product2_list.is-tech-five {
    grid-template-columns: 1fr 1fr;
  }

  .stat7_component {
    padding: 3rem 1.25rem;
  }

  .padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .breadcrumb_component-4 {
    flex-flow: wrap;
  }

  .product-get_quote-btn-3 {
    flex-direction: column;
  }

  .testimonial_card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .testimonial_para {
    font-size: 14px;
  }

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

  .testimonial_footer.col {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial_footer-left {
    font-size: 14px;
  }

  .div-block-118 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-b89ee752-d0be-eaaf-cf64-7b8034c9c0a2-220d9596, #w-node-_548880f3-1784-687b-8869-1a6e6ef90960-220d9596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_548880f3-1784-687b-8869-1a6e6ef90961-220d9596 {
  order: 9999;
}

#w-node-_548880f3-1784-687b-8869-1a6e6ef90966-220d9596, #w-node-_548880f3-1784-687b-8869-1a6e6ef9096a-220d9596 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36f5503a-8833-0c39-8e05-98a17939ddb8-220d9596 {
  align-self: center;
}

#w-node-_00f782c0-7644-a8de-7280-8b03df244c5d-6e8f8b94, #w-node-_00f782c0-7644-a8de-7280-8b03df244c5d-6da6be9c, #w-node-_00f782c0-7644-a8de-7280-8b03df244c5d-bcb571e9, #w-node-f87aa2bf-b817-ffad-5910-7cf711f5dfc5-bcb571e9, #w-node-cf8baec6-adc4-b99a-d800-64c723a4eb26-8764f17e, #w-node-_58984c04-3ded-5ea0-96fd-12a81ae41d07-a201d421, #w-node-_12de54cb-5128-d97a-6d6e-3470c0d1e762-df7e2bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_712bd260-a841-a542-ce30-f5eb88ee9d66-4b49ef03 {
  align-self: center;
}

#w-node-b2806d96-f3e7-c509-2bfe-8df63284f3ef-4b49ef03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-3785b708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-3785b708 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f98442b-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f98442f-3785b708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-3785b708 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-3785b708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-3785b708 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c1-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c5-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c9-3785b708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-3785b708 {
  align-self: center;
}

#w-node-_8d0926fa-212b-cdd2-0500-b08804650995-f76ae48a, #w-node-a1a284a3-e2d8-6e4d-46e7-87bca75f2167-f76ae48a, #w-node-a1a284a3-e2d8-6e4d-46e7-87bca75f2169-f76ae48a, #w-node-a1a284a3-e2d8-6e4d-46e7-87bca75f2172-f76ae48a, #w-node-_6cebe420-8321-5dd5-f4d0-a010fb17f97d-fa280c9f, #w-node-_0d45fd3d-3a74-3df6-bef6-9b48fc9b8cd3-fa280c9f, #w-node-_0d45fd3d-3a74-3df6-bef6-9b48fc9b8cd5-fa280c9f, #w-node-_0d45fd3d-3a74-3df6-bef6-9b48fc9b8ce3-fa280c9f, #w-node-ef335aa1-2f9f-45e3-8f47-78f12fded8f8-c7d8df5e, #w-node-f51fc859-0b55-dc35-6272-4ee297515f90-c7d8df5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f51fc859-0b55-dc35-6272-4ee297515f91-c7d8df5e {
  order: 9999;
}

#w-node-f51fc859-0b55-dc35-6272-4ee297515f96-c7d8df5e, #w-node-f51fc859-0b55-dc35-6272-4ee297515f9a-c7d8df5e, #w-node-f51fc859-0b55-dc35-6272-4ee297515f9e-c7d8df5e, #w-node-f51fc859-0b55-dc35-6272-4ee297515fa2-c7d8df5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8bce9d0-cc42-bd25-8fa3-0499dbd4f718-c7d8df5e {
  align-self: center;
}

#w-node-_3dad8f0c-29f9-759d-c267-78672313822b-c7d8df5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dad8f0c-29f9-759d-c267-78672313822c-c7d8df5e {
  order: 9999;
}

#w-node-_3dad8f0c-29f9-759d-c267-786723138231-c7d8df5e, #w-node-_3dad8f0c-29f9-759d-c267-786723138235-c7d8df5e, #w-node-_3dad8f0c-29f9-759d-c267-786723138239-c7d8df5e, #w-node-_3dad8f0c-29f9-759d-c267-78672313823d-c7d8df5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dabee8de-043d-bbfc-6ee0-4dcfa56038df-c7d8df5e {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-f375bd52, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-f375bd52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-f375bd52 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-f375bd52, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-f375bd52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-f375bd52 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-f375bd52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-f375bd52 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-f375bd52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-f375bd52 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-0844efd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-0844efd4 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-0844efd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-0844efd4 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-0844efd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-0844efd4 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c1-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c5-0844efd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-0844efd4 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-f2efa2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-f2efa2cb {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f98442b-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f98442f-f2efa2cb, #w-node-b8951676-7a4c-be31-a01c-f32ef3f099b7-f2efa2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-f2efa2cb {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-f2efa2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-f2efa2cb {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c1-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c5-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c9-f2efa2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-f2efa2cb {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-ae48e650 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f98442b-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f98442f-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-ae48e650 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-ae48e650 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f9844c1-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-ae48e650 {
  align-self: center;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91d-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91e-ae48e650 {
  order: 9999;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f923-ae48e650, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f927-ae48e650, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92b-ae48e650, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92f-ae48e650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cd56fe-dab3-2433-51c0-df0dd3c57309-ae48e650 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-63b6ac7e, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-63b6ac7e {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-63b6ac7e {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-63b6ac7e {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-63b6ac7e {
  align-self: center;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91d-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91e-63b6ac7e {
  order: 9999;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f923-63b6ac7e, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f927-63b6ac7e, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92b-63b6ac7e, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92f-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cd56fe-dab3-2433-51c0-df0dd3c57309-63b6ac7e {
  align-self: center;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915b-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915c-63b6ac7e {
  order: 9999;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9161-63b6ac7e, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9165-63b6ac7e, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9169-63b6ac7e, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e916d-63b6ac7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ef62d2-573c-33c5-6293-fe1db7497fc6-63b6ac7e {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-e86f271f, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-e86f271f {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-e86f271f, #w-node-_387547df-89d3-3dd9-459c-8f2be895bc19-e86f271f, #w-node-_93a7118b-fa66-223f-17b4-80793a61aa2b-e86f271f, #w-node-e758fc39-c2d2-d790-da70-656bc330eba0-e86f271f, #w-node-_90c6901c-91d5-5d3c-6508-3c934ac37f8c-e86f271f, #w-node-c0cc50ef-c34a-6be5-b734-b0c06b1eabc4-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-e86f271f {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b7-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844b8-e86f271f {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9844bd-e86f271f, #w-node-caf58811-3136-78e8-a76f-2fc0c8111ac4-e86f271f, #w-node-e5e9d403-b869-a810-4be3-547f972603de-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984518-e86f271f {
  align-self: center;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91d-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f91e-e86f271f {
  order: 9999;
}

#w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f923-e86f271f, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f927-e86f271f, #w-node-_04f215b4-6602-479a-cddd-2dafe7e0bb2c-e86f271f, #w-node-ecbda0e2-5005-2c7f-72af-4d4a16b8575a-e86f271f, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92b-e86f271f, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f92f-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cd56fe-dab3-2433-51c0-df0dd3c57309-e86f271f {
  align-self: center;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915b-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915c-e86f271f {
  order: 9999;
}

#w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9161-e86f271f, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9165-e86f271f, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e9169-e86f271f, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e916d-e86f271f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ef62d2-573c-33c5-6293-fe1db7497fc6-e86f271f {
  align-self: center;
}

#w-node-f8a106b1-7051-00f9-6648-bf201d45c81a-254bcdc9, #w-node-a6c9736f-428e-5e77-9b31-39ad3331f2c0-254bcdc9, #w-node-a6c9736f-428e-5e77-9b31-39ad3331f2c2-254bcdc9, #w-node-a6c9736f-428e-5e77-9b31-39ad3331f2e5-254bcdc9, #w-node-_54efb0fd-31f1-962a-836a-c8a065209417-5ce1e6f1, #w-node-_850f47cb-37e1-c56d-9b2b-65bda47c222d-5ce1e6f1, #w-node-_850f47cb-37e1-c56d-9b2b-65bda47c222f-5ce1e6f1, #w-node-_850f47cb-37e1-c56d-9b2b-65bda47c2238-5ce1e6f1, #w-node-f266791d-bdb0-7cdf-2620-c686f7f1a759-1bd99fe3, #w-node-_5cd0d9be-860f-510f-d1ca-0f5e57ef8df8-1bd99fe3, #w-node-_5cd0d9be-860f-510f-d1ca-0f5e57ef8dfa-1bd99fe3, #w-node-_5cd0d9be-860f-510f-d1ca-0f5e57ef8e03-1bd99fe3, #w-node-_785ccc1d-8291-a452-84e7-2f94e9ebb25a-4dd086f1, #w-node-a1924e08-5663-1ce4-6316-4c8bd173de05-4dd086f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1924e08-5663-1ce4-6316-4c8bd173de06-4dd086f1 {
  order: 9999;
}

#w-node-a1924e08-5663-1ce4-6316-4c8bd173de0b-4dd086f1, #w-node-a1924e08-5663-1ce4-6316-4c8bd173de0f-4dd086f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56dd3aed-0b5b-8469-7024-293d81f92a84-4dd086f1 {
  align-self: center;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e911f-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e914b-44651863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e914c-44651863 {
  order: 9999;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e9151-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e9155-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e9159-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e915d-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e9161-44651863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e91c4-44651863 {
  align-self: center;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e91f3-44651863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e91f4-44651863 {
  order: 9999;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e91f9-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e91fd-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e9201-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e9205-44651863 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df933b0-472b-ffde-0abe-475c836e9251-44651863 {
  align-self: center;
}

#w-node-_64bfda17-fed3-c21d-2a8a-727c48ea0b13-663a946a, #w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3bd-663a946a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3be-663a946a {
  order: 9999;
}

#w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3c3-663a946a, #w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3c7-663a946a, #w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3cb-663a946a, #w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3cf-663a946a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6be4406-988a-dd25-a0b3-ff7d496a4338-663a946a {
  align-self: center;
}

#w-node-_9c5ee921-beca-b679-67bb-461cba18a347-023b6bce, #w-node-_81053b0c-ee00-c0c9-0eb2-6f1db7116971-023b6bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81053b0c-ee00-c0c9-0eb2-6f1db7116972-023b6bce {
  order: 9999;
}

#w-node-_81053b0c-ee00-c0c9-0eb2-6f1db7116977-023b6bce, #w-node-_81053b0c-ee00-c0c9-0eb2-6f1db711697b-023b6bce, #w-node-_81053b0c-ee00-c0c9-0eb2-6f1db711697f-023b6bce, #w-node-_81053b0c-ee00-c0c9-0eb2-6f1db7116983-023b6bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b8a858b-dd7e-79d1-4151-422e185970a1-023b6bce {
  align-self: center;
}

#w-node-_193197a7-9ac2-78f8-fc18-8759fed03286-8264772d, #w-node-_1ff236e5-0882-d742-af8b-3fd4294ffafb-8264772d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff236e5-0882-d742-af8b-3fd4294ffafc-8264772d {
  order: 9999;
}

#w-node-_1ff236e5-0882-d742-af8b-3fd4294ffb01-8264772d, #w-node-_1ff236e5-0882-d742-af8b-3fd4294ffb05-8264772d, #w-node-_1ff236e5-0882-d742-af8b-3fd4294ffb09-8264772d, #w-node-_1ff236e5-0882-d742-af8b-3fd4294ffb0d-8264772d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d0d278-20b0-3bc1-408a-8f522bf4264e-8264772d {
  align-self: center;
}

#w-node-c38224e5-a325-9d59-6744-b28c44c6a1ed-9154e477, #w-node-_0fc91baa-3471-8380-5aa9-f0de661ae72d-9154e477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fc91baa-3471-8380-5aa9-f0de661ae72e-9154e477 {
  order: 9999;
}

#w-node-_0fc91baa-3471-8380-5aa9-f0de661ae733-9154e477, #w-node-_0fc91baa-3471-8380-5aa9-f0de661ae737-9154e477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb684bd6-cf52-79b4-9bb7-7a61855aca0d-9154e477 {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-41170ca8, #w-node-d39f4629-2b19-354d-b24d-479e7f98441d-41170ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f98441e-41170ca8 {
  order: 9999;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984423-41170ca8, #w-node-d39f4629-2b19-354d-b24d-479e7f984427-41170ca8, #w-node-d7708351-3987-8979-403a-f2798710f70b-41170ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f984488-41170ca8 {
  align-self: center;
}

#w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7ea-41170ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7eb-41170ca8 {
  order: 9999;
}

#w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7f0-41170ca8, #w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7f4-41170ca8, #w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7f8-41170ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c36627-0d83-a38e-27c2-82917617a2e9-41170ca8 {
  align-self: center;
}

#w-node-_4d638401-df1a-fb70-e82e-2b19c387f4ed-3d8d15bc, #w-node-_331590aa-640f-b8ed-d1b1-b66bc823454b-3d8d15bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_331590aa-640f-b8ed-d1b1-b66bc823454c-3d8d15bc {
  order: 9999;
}

#w-node-_331590aa-640f-b8ed-d1b1-b66bc8234551-3d8d15bc, #w-node-_331590aa-640f-b8ed-d1b1-b66bc8234555-3d8d15bc, #w-node-_331590aa-640f-b8ed-d1b1-b66bc8234559-3d8d15bc, #w-node-_331590aa-640f-b8ed-d1b1-b66bc823455d-3d8d15bc, #w-node-_331590aa-640f-b8ed-d1b1-b66bc8234561-3d8d15bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964aa19a-8571-4603-6f0a-c2387aab9dbe-3d8d15bc {
  align-self: center;
}

#w-node-d39f4629-2b19-354d-b24d-479e7f9843f3-39dfff31, #w-node-a1b88d1c-ad7f-3161-7d32-0f57b5f0e546-39dfff31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1b88d1c-ad7f-3161-7d32-0f57b5f0e547-39dfff31 {
  order: 9999;
}

#w-node-a1b88d1c-ad7f-3161-7d32-0f57b5f0e54c-39dfff31, #w-node-a1b88d1c-ad7f-3161-7d32-0f57b5f0e550-39dfff31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c39c4f3-98fc-5143-04e7-6db0b0bc1a40-39dfff31 {
  align-self: center;
}

#w-node-_21bdd0c5-16cc-df85-872b-102f6bf79473-39dfff31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21bdd0c5-16cc-df85-872b-102f6bf79474-39dfff31 {
  order: 9999;
}

#w-node-_21bdd0c5-16cc-df85-872b-102f6bf79479-39dfff31, #w-node-_21bdd0c5-16cc-df85-872b-102f6bf7947d-39dfff31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70ee3d15-014b-1295-df1e-7613b1eb7e9a-39dfff31 {
  align-self: center;
}

#w-node-_30b82a75-c05e-4be2-9deb-cdd324cc865c-5db0f3e3, #w-node-_30b82a75-c05e-4be2-9deb-cdd324cc868d-5db0f3e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b82a75-c05e-4be2-9deb-cdd324cc868e-5db0f3e3 {
  order: 9999;
}

#w-node-_30b82a75-c05e-4be2-9deb-cdd324cc8693-5db0f3e3, #w-node-_30b82a75-c05e-4be2-9deb-cdd324cc8697-5db0f3e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30b82a75-c05e-4be2-9deb-cdd324cc86df-5db0f3e3 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_712bd260-a841-a542-ce30-f5eb88ee9d66-4b49ef03 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3f44ea08-8595-d8e5-ed43-88e22f7ba6e1-4b49ef03, #w-node-c633bb9c-e0f7-1c7a-6634-c33c68d7de05-4b49ef03, #w-node-e1e4eca4-96bb-1f79-b54d-12491ae98b00-4b49ef03, #w-node-f85eb4be-ca4d-72c7-88fe-840eb6bba6f0-4b49ef03 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_548880f3-1784-687b-8869-1a6e6ef90964-220d9596, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-3785b708, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-3785b708, #w-node-f51fc859-0b55-dc35-6272-4ee297515f94-c7d8df5e, #w-node-_3dad8f0c-29f9-759d-c267-78672313822f-c7d8df5e, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-f375bd52, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-f375bd52, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-0844efd4, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-f2efa2cb, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-ae48e650, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f921-ae48e650, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-63b6ac7e, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-63b6ac7e, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f921-63b6ac7e, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915f-63b6ac7e, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-e86f271f, #w-node-d39f4629-2b19-354d-b24d-479e7f9844bb-e86f271f, #w-node-ca1b9eec-5a9d-3f77-f478-67eb9764f921-e86f271f, #w-node-_06f413b2-7f68-d697-c9a4-e54bae8e915f-e86f271f, #w-node-a1924e08-5663-1ce4-6316-4c8bd173de09-4dd086f1, #w-node-_3df933b0-472b-ffde-0abe-475c836e914f-44651863, #w-node-_3df933b0-472b-ffde-0abe-475c836e91f7-44651863, #w-node-_93c5c8f9-a0c8-7242-4f7e-2b7fa7d2c3c1-663a946a, #w-node-_81053b0c-ee00-c0c9-0eb2-6f1db7116975-023b6bce, #w-node-_1ff236e5-0882-d742-af8b-3fd4294ffaff-8264772d, #w-node-_0fc91baa-3471-8380-5aa9-f0de661ae731-9154e477, #w-node-d39f4629-2b19-354d-b24d-479e7f984421-41170ca8, #w-node-dd5cc6b4-8484-c8f9-6e7d-53c43130c7ee-41170ca8, #w-node-_331590aa-640f-b8ed-d1b1-b66bc823454f-3d8d15bc, #w-node-a1b88d1c-ad7f-3161-7d32-0f57b5f0e54a-39dfff31, #w-node-_21bdd0c5-16cc-df85-872b-102f6bf79477-39dfff31, #w-node-_30b82a75-c05e-4be2-9deb-cdd324cc8691-5db0f3e3 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_712bd260-a841-a542-ce30-f5eb88ee9d66-4b49ef03 {
    grid-column: span 1 / span 1;
  }
}


