:root {
  --dim-grey: #666;
  --amt: #414094;
  --green-yellow: #bfff35;
  --midnight-blue: #211958;
  --white: #e6e6e6;
  --light-steel-blue: #b8b8ff;
  --grey-light: #999;
}

body {
  color: var(--dim-grey);
  font-family: Myriadpro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.quotes-section {
  background-color: #f7f7f7;
}

.home-product {
  background-image: linear-gradient(#f5f5f5, #fff);
}

.home-testimony {
  position: relative;
}

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

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

.nav-menu {
  float: left;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-logo-link {
  max-width: 7rem;
  margin-right: 4rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-socmed {
  grid-column-gap: .25rem;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1em;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.p-side {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.h-feature-div {
  grid-column-gap: 1.25rem;
  display: flex;
}

.h-feature-text-div {
  max-width: 58ch;
  position: relative;
}

.h-feature-list-div {
  grid-column-gap: 2.5em;
  flex: 1;
  display: flex;
}

.h-feature-list {
  width: 23%;
  height: 30rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  padding: 20px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.h-feature-list:hover {
  width: 46%;
}

.h-feature-list.a {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)), url('../images/DSC09994_resize.jpg');
  background-position: 0 0, 80%;
  background-size: auto, cover;
  flex: 1;
}

.h-feature-list.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)), url('../images/DSC00017_resize.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.h-feature-list.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)), url('../images/ISCF4092_resize.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.home-feature-list-text-hover {
  color: #e6e6e6;
  position: relative;
}

.home-quote-img {
  width: 8rem;
  border-radius: 50%;
  overflow: hidden;
}

.h-quote-div {
  justify-content: center;
  display: flex;
}

.home-quote-profile {
  grid-column-gap: 1em;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-right: 3.75em;
  display: flex;
}

.h-quote-content {
  border-left: 1px solid var(--amt);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 3.75em;
}

.quote-text {
  letter-spacing: .03rem;
  text-indent: 6rem;
  font-style: italic;
  font-weight: 600;
}

.nav-container {
  max-width: 100rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h-product-content {
  margin-top: 10px;
  margin-left: -40px;
  margin-right: -40px;
  position: relative;
}

.h-product-nav {
  z-index: 1;
  max-width: 64rem;
  grid-column-gap: 1.5rem;
  margin-bottom: -2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h-product-big-img {
  width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.h-product-detail {
  width: 30rem;
  background-color: #fff;
  padding: 2rem 3rem;
  position: absolute;
  bottom: -4rem;
  right: 10%;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
}

.h-product-text {
  height: auto;
  position: relative;
}

.h-product-nav-link {
  background-color: var(--amt);
  color: var(--green-yellow);
  text-align: center;
  text-transform: uppercase;
  border-radius: .3em;
  flex: 1;
  padding: 1rem 2.3rem .8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.h-product-nav-link:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.h-product-nav-link.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
}

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

.h-product-thumb-img {
  object-position: 50% 50%;
}

.jumbotron {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  margin-bottom: 3.75em;
  padding-left: 1em;
  padding-right: 1em;
}

.swiper-slide {
  background-color: var(--light-steel-blue);
  color: var(--midnight-blue);
  border-radius: 10px;
  transition: background-color .2s, box-shadow .3s ease-in-out;
  box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
}

.swiper-card {
  padding: 1.25rem 3.2rem;
}

.p-xlarge {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.h-testi-bg {
  opacity: .1;
  font-size: 11rem;
  font-weight: 700;
  line-height: 1.1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 40px;
  right: auto;
}

.testi-name {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fa-solid {
  margin-left: .1em;
  margin-right: .1em;
  font-family: "Fa solid 900", sans-serif;
}

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

.link-block-a {
  color: var(--amt);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-top: .3rem;
  padding-bottom: .3em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.link-block-a:hover {
  border-bottom-color: var(--midnight-blue);
  color: var(--midnight-blue);
}

.link-block-a.fa-sosmed {
  padding: .3rem;
  font-family: "Fa brands 400", sans-serif;
}

.jumbotron-light {
  font-weight: 300;
}

.link-block-b {
  background-color: var(--amt);
  color: var(--green-yellow);
  border-radius: 0 .3rem .3rem 0;
  padding: .6rem 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .1s ease-in-out;
}

.link-block-b:hover {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
}

.link-block-b.full-btn {
  text-align: center;
  display: block;
}

.nav-link {
  color: var(--grey-light);
  background-image: url('../images/link-bg-btm.png'), url('../images/link-bg-top.png');
  background-position: 50% 120%, 50% -5px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 1rem 1.25rem .8rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  transition: background-position .2s ease-in-out, color .2s;
}

.nav-link:hover {
  color: var(--amt);
  background-position: 50% 100%, 50% 0;
}

.nav-link.w--current {
  color: var(--midnight-blue);
}

.footer-link-div {
  grid-column-gap: 1.25em;
  display: flex;
}

.nav-link-sosmed {
  color: var(--grey-light);
  padding: 1rem .5rem;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
  transition: color .2s;
}

.nav-link-sosmed:hover {
  color: var(--amt);
}

.footer-socmed {
  grid-column-gap: .75rem;
  align-items: flex-end;
  font-size: 1.2rem;
  line-height: 1.3em;
  display: flex;
}

.testi-divider {
  width: 4em;
  height: 2px;
  background-color: var(--green-yellow);
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.h-product-detail-flex {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h-quote-jabatan {
  font-size: 1.1rem;
  line-height: 1.3em;
}

.footer-menu {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.client-section {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
}

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

.other-product-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-pattern {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/footer-bg.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
}

.home-client-div {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.client-list-img {
  margin-top: -5rem;
  position: relative;
}

.m-top-small {
  margin-top: 1.25rem;
}

.m-top-medium {
  margin-top: 2.5rem;
}

.main-nav-link-list {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.m-top-large {
  margin-top: 3.75rem;
}

.h-client-list-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.about-header {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/AMT_office.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.about-history-milestone-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-milestone-div {
  position: relative;
}

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

.list {
  list-style-type: square;
}

.h2-title {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 300;
}

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

.text-jumbo {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1em;
}

.h1-small {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.max-w-text-small {
  max-width: 30ch;
}

.milestone-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 2rem auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.milestone-pin {
  width: 100%;
  height: 100%;
  background-color: var(--amt);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.milestone-line {
  width: 2px;
  height: 100%;
  background-color: var(--amt);
  margin-left: auto;
  margin-right: auto;
}

.milestone-date {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 2rem;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.milestone-pin-white {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.max-w-text-medium {
  max-width: 50ch;
}

.divider-img {
  height: 40vw;
  background-image: url('../images/AMT-Team.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.p-large {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container-medium {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.section_header {
  position: relative;
}

.section_other-product {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.product-header-bg {
  height: 30rem;
  background-image: url('../images/Yanmar---Copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-header-bg.stihl {
  background-image: url('../images/Stihl.jpg');
}

.product-header-bg.honda {
  background-image: url('../images/Honda-cover-Resize---Copy.jpg');
}

.product-header-bg.tasco {
  background-image: url('../images/Tasco---Copy.jpg');
}

.product-header-bg.sharl {
  background-image: url('../images/Shark4---Copy.jpg');
}

.product-h1 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}

.product-content-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-product-img-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.img-caption {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.product-logo {
  max-width: 24rem;
  display: inline-block;
}

.product-other-link-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: -2rem;
  display: grid;
}

.product-other-link-wrapper {
  grid-column-gap: 8rem;
  align-items: stretch;
  display: flex;
}

.product-other-link {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, .2);
}

.product-header {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/Sparepart-bg.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.product-link-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -2rem;
  display: flex;
}

.contact-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(20rem, auto);
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_map {
  position: relative;
}

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

.h-other-product-top-m {
  margin-top: 7.5rem;
}

.client-list-detail-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-2col {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer-logo {
  max-width: 24rem;
}

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

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

.product-list {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2.5rem;
  display: grid;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, .2);
}

.contact-header-bg {
  height: 30rem;
  background-image: url('../images/Customer-service.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.address {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.address-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section_banner-email {
  background-image: linear-gradient(315deg, var(--midnight-blue) 50%, #2e2e79);
  color: var(--light-steel-blue);
  overflow: hidden;
}

.link-block-c {
  background-color: var(--amt);
  color: var(--green-yellow);
  border-radius: .3rem;
  padding: .7rem 1.8rem .6rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .1s ease-in-out;
}

.link-block-c:hover {
  background-color: var(--midnight-blue);
  color: var(--light-steel-blue);
}

.link-block-c._w-icon {
  grid-column-gap: .5rem;
  display: flex;
}

.p-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.banner-email {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fa-icon {
  font-family: "Fa solid 900", sans-serif;
  line-height: 1em;
}

.section_contact-form {
  background-color: var(--white);
}

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

.form-div-style {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.form-style {
  color: var(--midnight-blue);
  background-color: #fff;
  border: 1px #000;
  border-radius: .3rem;
  margin-bottom: 0;
  padding: 1.6rem 1rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.form-style::-ms-input-placeholder {
  color: #9494d6;
}

.form-style::placeholder {
  color: #9494d6;
}

.form-style.text-area {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_banner-cta {
  color: var(--amt);
  background-image: linear-gradient(rgba(184, 184, 255, .8), rgba(184, 184, 255, .8)), url('../images/Sparepart-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.about-img {
  background-image: url('../images/Amt_Sparepart.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-img._2 {
  background-image: url('../images/AMT-Meeting.jpg');
}

.about-img._3 {
  background-image: url('../images/AMT_Storage.jpg');
}

.about-img._4 {
  background-image: url('../images/AMT_Mechanic.jpg');
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.3rem;
  }

  .nav-socmed {
    font-size: 1.2em;
  }

  .h-feature-div {
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .h-feature-text-div {
    max-width: 105ch;
  }

  .home-quote-profile {
    grid-row-gap: 2.5em;
    text-align: center;
    flex-direction: column;
    padding-left: 1.25em;
    padding-right: 2.5em;
  }

  .h-product-nav {
    grid-column-gap: .5rem;
  }

  .h-product-big-img {
    height: 20rem;
  }

  .h-product-detail {
    width: 34rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -5rem;
    bottom: auto;
    right: auto;
  }

  .h-product-thumb {
    height: auto;
    max-width: 16rem;
  }

  .h-product-text {
    height: auto;
    margin-top: 0;
  }

  .h-product-nav-link {
    font-size: 1rem;
  }

  .h-product-thumb-img {
    position: relative;
  }

  .testi-name {
    font-size: 1.8em;
  }

  .footer-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .link-block-a {
    font-size: 1.1rem;
  }

  .footer-link-div {
    justify-content: flex-start;
  }

  .footer-socmed {
    justify-content: flex-start;
    font-size: 1.4rem;
  }

  .h-product-detail-flex {
    grid-row-gap: 1rem;
    align-items: flex-start;
    display: flex;
  }

  .h-quote-jabatan {
    font-size: 1.6em;
  }

  .footer-menu {
    grid-row-gap: 1.25em;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .m-nav-btn {
    text-align: center;
    font-family: "Fa solid 900", sans-serif;
  }

  .home-other-product {
    grid-column-gap: 2rem;
  }

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

  .footer-pattern {
    background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)), url('../images/footer-bg.svg');
    background-position: 0 0, 100%;
    background-size: auto, contain;
  }

  .home-client-div {
    grid-row-gap: 4rem;
    grid-template-columns: auto;
  }

  .about-history-milestone-grid {
    display: block;
  }

  .h1-small {
    font-size: 1.3rem;
  }

  .sticky-div {
    position: relative;
  }

  .product-header-bg {
    height: 24rem;
  }

  .product-other-link-group {
    margin-top: -2rem;
  }

  .product-other-link-wrapper {
    flex-direction: column;
  }

  .product-other-link {
    padding: 1rem;
  }

  .product-link-group {
    margin-top: -2rem;
  }

  .text-center {
    flex-direction: column;
  }

  .h-other-product-top-m {
    margin-top: 0;
  }

  .client-list-detail-grid {
    grid-template-columns: auto 1fr;
  }

  .footer-2col {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
  }

  .footer-logo {
    margin-bottom: 4rem;
  }

  .about-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 5fr;
  }

  .contact-header-bg {
    height: 24rem;
  }

  .about-img-grid {
    min-height: 40em;
    grid-template-rows: auto auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.4em;
  }

  .footer {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .nav-menu {
    background-color: #e6e6e6;
    display: block;
  }

  .nav-logo-link {
    max-width: 6em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-socmed {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
  }

  .h-feature-list-div {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h-feature-list {
    width: 100%;
    height: 100%;
    min-height: 160px;
  }

  .h-feature-list:hover {
    width: 100%;
  }

  .h-feature-list.b {
    background-position: 0 0, 0 100%;
  }

  .h-quote-div {
    flex-direction: column;
  }

  .home-quote-profile {
    text-align: left;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
  }

  .h-quote-content {
    padding-left: 2.5em;
  }

  .quote-text {
    text-indent: 2rem;
  }

  .nav-container {
    display: block;
  }

  .h-product-nav {
    grid-column-gap: .25rem;
  }

  .h-product-big-img {
    height: 19em;
  }

  .h-product-detail {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-product-nav-link {
    padding: .8rem .8rem .6rem;
    font-size: .9rem;
  }

  .jumbotron {
    font-size: 2.3rem;
  }

  .h-testi-bg {
    font-size: 8em;
  }

  .footer-grid {
    z-index: 1;
    justify-items: center;
    position: relative;
  }

  .link-block-b.full-btn {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .nav-link {
    box-shadow: none;
    background-position: -40px 100%, -40px 0;
    font-size: 1.2rem;
    line-height: 1.5em;
    transition: background-color .2s, color .2s;
  }

  .nav-link:hover {
    box-shadow: none;
    background-color: #ccc;
    background-position: 20px 100%, 20px 0;
  }

  .nav-link-sosmed {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-product-detail-flex {
    grid-row-gap: 1.25em;
    flex-direction: column;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
  }

  .m-nav-btn {
    padding: 1.25rem;
    font-size: 1.7rem;
    line-height: 1em;
  }

  .m-nav-btn.w--open {
    background-color: var(--amt);
  }

  .nav-socmed-div {
    display: flex;
  }

  .home-other-product {
    grid-template-columns: 1fr;
  }

  .other-product-grid {
    grid-column-gap: 1rem;
  }

  .footer-pattern {
    z-index: 0;
  }

  .home-client-div {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-columns: auto;
    align-items: flex-end;
  }

  .client-list-img {
    margin-top: -3.75rem;
    margin-left: -40px;
    margin-right: -40px;
  }

  .main-nav-link-list {
    display: block;
  }

  .h2-title {
    font-size: 2.2rem;
  }

  .text-jumbo {
    font-size: 2.6rem;
  }

  .max-w-text-small {
    max-width: none;
  }

  .milestone-item {
    grid-template-rows: 2rem auto;
    grid-template-columns: 2rem 1fr;
  }

  .milestone-pin-white {
    width: 1.5rem;
    height: 1.5rem;
  }

  .max-w-text-medium {
    max-width: none;
  }

  .product-header-bg {
    height: 16rem;
  }

  .product-h1 {
    font-size: 1.4em;
  }

  .product-content-col {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-product-img-group {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-logo {
    max-width: 16rem;
  }

  .product-other-link {
    grid-column-gap: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_map {
    min-height: 24rem;
  }

  .client-list-detail-grid {
    grid-template-columns: auto;
  }

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

  .product-list {
    grid-column-gap: 2rem;
  }

  .contact-header-bg {
    height: 16rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .btn-wrapper {
    flex-wrap: wrap;
  }

  .about-img-grid {
    min-height: 28em;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.2rem;
  }

  p {
    font-size: 1.1rem;
  }

  .home-testimony {
    overflow: hidden;
  }

  .nav-socmed {
    grid-column-gap: 5px;
  }

  .p-side {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .p-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .h-feature-list-div {
    grid-template-columns: 1fr;
  }

  .home-quote-profile {
    grid-column-gap: 1em;
  }

  .h-quote-content {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    padding-left: 1.25em;
  }

  .quote-text {
    font-size: 1.1rem;
  }

  .h-product-content {
    margin-left: -20px;
    margin-right: -20px;
  }

  .h-product-nav {
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .h-product-detail {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
  }

  .h-product-thumb {
    width: 100%;
  }

  .h-product-nav-link {
    flex: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.2em;
  }

  .jumbotron {
    font-size: 2.1rem;
  }

  .swiper-slide {
    border-radius: 0;
  }

  .h-testi-bg {
    font-size: 5rem;
  }

  .footer-grid {
    justify-items: center;
  }

  .link-block-a {
    line-height: 1.5em;
  }

  .footer-link-div {
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: center;
  }

  .footer-socmed {
    align-items: center;
  }

  .other-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-pattern {
    top: 25%;
  }

  .home-client-div {
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .client-list-img {
    margin-top: -2.5rem;
    margin-left: -20px;
    margin-right: -20px;
  }

  .h1-small {
    font-size: 1.1rem;
  }

  .p-large {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .product-header-bg {
    height: 10rem;
  }

  .product-other-link-group {
    grid-template-columns: 1fr 1fr;
    margin-top: -1rem;
  }

  .product-other-link {
    grid-template-columns: 1fr;
  }

  .product-link-group {
    grid-template-columns: 1fr 1fr;
    margin-top: -1rem;
  }

  .contact-grid {
    grid-template-rows: 1fr;
  }

  .footer-2col {
    grid-row-gap: 2rem;
  }

  .footer-logo {
    margin-bottom: 2rem;
  }

  .product-list {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .p-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .banner-email, .banner-cta {
    flex-direction: column;
  }

  .about-img-grid {
    min-height: 20em;
  }
}

#w-node-_6c3e9ca1-daae-ae1e-b37d-7897e14c7cd8-97bf5137, #w-node-_3563fe3b-766a-935a-bfba-66335ac96c19-97bf5137, #w-node-e9c95505-e64b-9cb6-14db-aec0265ff674-97bf5137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_765b4200-23e4-ef87-562b-8a6b48597ca4-97bf5137, #w-node-fcc18fa6-c444-375d-cd65-9dc947a052a3-47a0529e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcc18fa6-c444-375d-cd65-9dc947a052a5-47a0529e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fcc18fa6-c444-375d-cd65-9dc947a052a6-47a0529e, #w-node-eedc379e-9be4-2441-5f98-73dd30d6b82a-47a0529e, #w-node-fcc18fa6-c444-375d-cd65-9dc947a052bc-47a0529e, #w-node-c018ad3b-2d2c-f0db-b2ff-c3c5d89d0119-9da8ad1c, #w-node-ee843693-50ef-3c3a-62f3-239333dd0560-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7574c88b-b098-79cb-b9d6-89c19fc0e24a-9da8ad1c, #w-node-_29b1a58f-02b9-8f8e-1f4e-ca218ac98043-9da8ad1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d90dda8-4106-81ec-7509-8fe2f6d51017-9da8ad1c, #w-node-_05889f3d-4733-d227-106f-024c67ca3014-9da8ad1c, #w-node-a8fd2b1e-7002-dc1f-a060-894eabce51ea-9da8ad1c, #w-node-deda8be9-d6c2-2259-5e2b-591390e58bab-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_462c5645-2673-a79f-f655-750e0347bbde-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b4aecfb9-86f4-cd4d-f75f-688e2c6717b3-9da8ad1c, #w-node-c7b9ba4b-0380-383c-aa53-a34629eecd3d-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7b9ba4b-0380-383c-aa53-a34629eecd3e-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c7b9ba4b-0380-383c-aa53-a34629eecd43-9da8ad1c, #w-node-_5092e82b-a54b-fb4e-f4b4-0f086efa9535-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5092e82b-a54b-fb4e-f4b4-0f086efa9536-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5092e82b-a54b-fb4e-f4b4-0f086efa953b-9da8ad1c, #w-node-_3facd9fa-9177-725e-98c8-bf36f17959b2-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3facd9fa-9177-725e-98c8-bf36f17959b3-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3facd9fa-9177-725e-98c8-bf36f17959b8-9da8ad1c, #w-node-_1054d945-baff-d8fc-58de-9992e22d49b1-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1054d945-baff-d8fc-58de-9992e22d49b2-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1054d945-baff-d8fc-58de-9992e22d49b7-9da8ad1c, #w-node-_1dd8e547-ec2f-2754-696c-3f85c2fac413-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dd8e547-ec2f-2754-696c-3f85c2fac414-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1dd8e547-ec2f-2754-696c-3f85c2fac419-9da8ad1c, #w-node-_07ec6b99-002d-3d0f-76e4-1be885e33ff8-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07ec6b99-002d-3d0f-76e4-1be885e33ff9-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_07ec6b99-002d-3d0f-76e4-1be885e33ffe-9da8ad1c, #w-node-_26d24e68-5eab-241b-80de-52afc2571cae-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26d24e68-5eab-241b-80de-52afc2571caf-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_26d24e68-5eab-241b-80de-52afc2571cb4-9da8ad1c, #w-node-_1d0a8f03-c617-8356-432a-649114362935-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d0a8f03-c617-8356-432a-649114362936-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1d0a8f03-c617-8356-432a-64911436293b-9da8ad1c, #w-node-_98a94618-5f45-faa1-59c3-390531a86e34-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a94618-5f45-faa1-59c3-390531a86e35-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_98a94618-5f45-faa1-59c3-390531a86e3a-9da8ad1c, #w-node-_6413dde6-8010-939e-9754-5aacab30cf3a-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6413dde6-8010-939e-9754-5aacab30cf3b-9da8ad1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_500d519b-c61e-beb7-74e9-1c677b0e60c0-9da8ad1c, #w-node-_500d519b-c61e-beb7-74e9-1c677b0e60c2-9da8ad1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_500d519b-c61e-beb7-74e9-1c677b0e60c3-9da8ad1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2193a6b9-dadf-6e3e-28da-fb25a867420f-bc548144, #w-node-_0336ab94-de7e-09b8-ee58-777ae986d966-bc548144, #w-node-ea53e0ad-2ac8-0fe7-d683-bfb55859a2c4-bc548144, #w-node-ea53e0ad-2ac8-0fe7-d683-bfb55859a2cc-bc548144, #w-node-_809468b6-5d95-f775-ca72-05e69863d907-bc548144, #w-node-_809468b6-5d95-f775-ca72-05e69863d90f-bc548144, #w-node-c260b721-8750-c4e7-1ed7-715083748faf-bc548144, #w-node-c260b721-8750-c4e7-1ed7-715083748fb7-bc548144, #w-node-_2873c1b6-0626-1ca1-8389-acffcc08e2fb-bc548144, #w-node-_2873c1b6-0626-1ca1-8389-acffcc08e303-bc548144, #w-node-d70c2230-de05-020d-8917-8bddc402429f-bc548144, #w-node-be2ba0cc-83b2-de09-f4cb-1957d3825901-af4d90a8, #w-node-_1d13caef-4bef-1cad-2f83-972810c95715-af4d90a8, #w-node-_1d13caef-4bef-1cad-2f83-972810c95719-af4d90a8, #w-node-_1d13caef-4bef-1cad-2f83-972810c9571d-af4d90a8, #w-node-_1d13caef-4bef-1cad-2f83-972810c95721-af4d90a8, #w-node-_1d13caef-4bef-1cad-2f83-972810c95725-af4d90a8, #w-node-_9602e22e-5de6-4d57-2b04-a7cbf2fb1c5c-1c51e2a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cd1ea52-4bce-0abf-81a5-13c37809b39a-1c51e2a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee8b3d42-beda-a78e-0418-7d58485b2642-1c51e2a7, #w-node-ee8b3d42-beda-a78e-0418-7d58485b2646-1c51e2a7, #w-node-ee8b3d42-beda-a78e-0418-7d58485b264a-1c51e2a7, #w-node-ee8b3d42-beda-a78e-0418-7d58485b264e-1c51e2a7, #w-node-ee8b3d42-beda-a78e-0418-7d58485b2652-1c51e2a7, #w-node-_460010b5-cccb-4ca6-aac1-143a649ac596-1c51e2a7, #w-node-f37e4748-ad9d-9d13-d6b0-d401656b4d3e-1c51e2a7, #w-node-d595bffc-8b5d-2728-44a8-a5ae3549b733-1c51e2a7, #w-node-_7df567fa-5f09-7cf8-e329-8ce112e6be99-1c51e2a7, #w-node-eeda4ae5-8f67-5119-d90a-09879419859e-1c51e2a7, #w-node-_69e8e5bb-ab74-0369-306a-d1940d7a9a25-1c51e2a7, #w-node-_28bbc7e7-1d04-adf9-7388-162378830652-1c51e2a7, #w-node-_778c043d-31d0-3e5c-9765-6f6a5db91a74-1c51e2a7, #w-node-b0ade9c7-69bd-3dd7-4aa4-8e5ebf989223-1c51e2a7, #w-node-c7decba9-566a-2686-0603-ca801688c853-1c51e2a7, #w-node-e75e9f16-9822-2c61-0561-8ce2c89263dc-1c51e2a7, #w-node-_73d8d482-6f46-3029-d989-9f74b03ed482-1c520458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14e8312-e2dd-9d3f-ebf9-ee9e412567b8-1c520458 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97c6e447-73e2-0657-42c9-7937d3898caf-1c520458, #w-node-_97c6e447-73e2-0657-42c9-7937d3898cb3-1c520458, #w-node-_97c6e447-73e2-0657-42c9-7937d3898cb7-1c520458, #w-node-_97c6e447-73e2-0657-42c9-7937d3898cbb-1c520458, #w-node-_97c6e447-73e2-0657-42c9-7937d3898cbf-1c520458, #w-node-_2b3361ba-04d8-3086-b850-4298b3c14a36-1c520458, #w-node-_2e9c55ef-6057-b0ba-b6e0-c42edde68ae2-1c520458, #w-node-b52f6ba4-a242-f158-6976-a15ef3b1758d-024084df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fce78fe6-275b-0b63-67bd-74037d4852ef-024084df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82647914-7af5-d3e1-0994-5a0e6225b0f3-024084df, #w-node-_82647914-7af5-d3e1-0994-5a0e6225b0f7-024084df, #w-node-_82647914-7af5-d3e1-0994-5a0e6225b0fb-024084df, #w-node-_82647914-7af5-d3e1-0994-5a0e6225b0ff-024084df, #w-node-_82647914-7af5-d3e1-0994-5a0e6225b103-024084df, #w-node-_5e163927-b8ec-b9dd-09f3-466994ab71db-024084df, #w-node-c69b5cf6-0bca-a163-197b-f737b2008cbf-024084df, #w-node-_493e5a7e-09bf-6ad3-da93-5bbc979353a1-024084df, #w-node-_5ec49ed9-2d36-cad9-babf-95411ebb7d96-024084df, #w-node-d0deeb2a-56e3-9c8f-751b-bfad0494a5a9-024084df, #w-node-_46133711-2bb7-1209-9061-d5ef70e30469-024084df, #w-node-_8e4048b5-3fe3-953d-4ef7-2f9233822a85-024084df, #w-node-_2c4c2457-bfeb-b7a7-ea43-b06ee545efa6-ed310915, #w-node-_1ed014b7-1bb0-f0b0-8faf-5f05410d1557-ed310915, #w-node-_1ed014b7-1bb0-f0b0-8faf-5f05410d155b-ed310915, #w-node-_1ed014b7-1bb0-f0b0-8faf-5f05410d155f-ed310915, #w-node-_1ed014b7-1bb0-f0b0-8faf-5f05410d1563-ed310915, #w-node-_1ed014b7-1bb0-f0b0-8faf-5f05410d1567-ed310915, #w-node-_60ab95fe-eb74-6c29-ced9-dfda8044bebb-0bd435fa, #w-node-_4e7ada86-c401-d035-6262-ead008e2f4d2-0bd435fa, #w-node-_4e7ada86-c401-d035-6262-ead008e2f4d4-0bd435fa, #w-node-abc35cb6-61a7-6547-817e-513ed4a7f28c-0bd435fa, #w-node-abc35cb6-61a7-6547-817e-513ed4a7f28e-0bd435fa, #w-node-ccc3e9e5-33e8-82fb-14fc-15c08470ab95-0bd435fa, #w-node-_7c2e9b87-9282-2c54-2e0d-05d8117e0ea7-0bd435fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3563fe3b-766a-935a-bfba-66335ac96c19-97bf5137, #w-node-fcc18fa6-c444-375d-cd65-9dc947a052a3-47a0529e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcc18fa6-c444-375d-cd65-9dc947a052a6-47a0529e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fcc18fa6-c444-375d-cd65-9dc947a052bc-47a0529e, #w-node-_500d519b-c61e-beb7-74e9-1c677b0e60c0-9da8ad1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1106513-b3e3-6c8d-78b3-255777793db6-97bf5137 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6c3e9ca1-daae-ae1e-b37d-7897e14c7cd8-97bf5137, #w-node-_765b4200-23e4-ef87-562b-8a6b48597ca4-97bf5137, #w-node-_500d519b-c61e-beb7-74e9-1c677b0e60c3-9da8ad1c, #w-node-d70c2230-de05-020d-8917-8bddc402429f-bc548144, #w-node-_1cd1ea52-4bce-0abf-81a5-13c37809b39a-1c51e2a7, #w-node-d14e8312-e2dd-9d3f-ebf9-ee9e412567b8-1c520458, #w-node-fce78fe6-275b-0b63-67bd-74037d4852ef-024084df, #w-node-_4e7ada86-c401-d035-6262-ead008e2f4d2-0bd435fa, #w-node-abc35cb6-61a7-6547-817e-513ed4a7f28c-0bd435fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1106513-b3e3-6c8d-78b3-255777793db6-97bf5137 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0336ab94-de7e-09b8-ee58-777ae986d966-bc548144, #w-node-ea53e0ad-2ac8-0fe7-d683-bfb55859a2cc-bc548144, #w-node-_809468b6-5d95-f775-ca72-05e69863d90f-bc548144, #w-node-c260b721-8750-c4e7-1ed7-715083748fb7-bc548144, #w-node-_2873c1b6-0626-1ca1-8389-acffcc08e303-bc548144 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro it';
  src: url('../fonts/MyriadPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}